eb5222442172f479819f650daa797e0f7f1cacb1
[gnus] / lisp / ChangeLog
1 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4
5 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6
7         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8         config after reselecting.
9
10 2010-10-28  Julien Danjou  <julien@danjou.info>
11
12         * shr.el (shr-put-image): Use point even if only inserting text.
13         (shr-put-image): Save excursion when inserting alt text on non-graphic
14         display, so the behaviour is the same when we are on a graphic display.
15
16         * nnir.el (nnir-run-swish-e): Remove hyrex support.
17
18 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19
20         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
21         (gnus-mime-copy-part): Check coding system, not charset.
22         (gnus-mime-view-part-externally): Never remove part.
23         (gnus-mime-view-part-internally): Don't remove part here.
24         (gnus-article-part-wrapper): Make sure MIME tag is visible.
25         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
26         multipart/alternative.
27
28         * mm-decode.el (mm-display-part): Take optional arg `force'.
29
30 2010-10-26  Julien Danjou  <julien@danjou.info>
31
32         * gnus-group.el (gnus-group-default-list-level): Add this function to
33         compute the default list level.
34         (gnus-group-default-list-level): Add possibility to use a function.
35
36 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
37
38         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
39
40         * gnus-group.el (gnus-group-completing-read)
41         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
42         gnus-replace-in-string.
43
44 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
45
46         * shr.el (shr-tag-div): Added.
47
48         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
49
50 2010-10-25  Julien Danjou  <julien@danjou.info>
51
52         * gnus-util.el: Remove `gnus-with-local-quit'.
53
54         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
55
56 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
57
58         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
59         the original article buffer.
60
61 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
62
63         * nnimap.el (nnimap-request-head): New function.
64         (nnimap-request-move-article): Try to be slighly faster by not
65         requesting the entire message when moving.
66         (nnimap-transform-headers): Don't bug out on bodiless articles.
67         (nnimap-send-command): Have no outstanding messages if the IMAP server
68         doesn't support streaming.
69         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
70
71 2010-10-24  Julien Danjou  <julien@danjou.info>
72
73         * message.el (message-default-headers): Fix type.
74
75 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
76
77         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
78         prefetching images.
79
80         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
81         backend for unknown groups.  This is mainly useful for nnimap groups.
82
83         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
84         group isn't covered by the agent.
85
86 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
87
88         * nnir.el (nnir-method-default-engines): new variable.
89         (nnir-run-query): use it.
90         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
91         (gnus-summary-nnir-goto-thread): change group if needed.
92
93         * gnus-group.el (gnus-group-group-map): add key binding for
94         gnus-group-make-nnir-group.
95
96 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
97
98         * shr.el (shr-tag-object): Added.
99
100         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
101         original article buffer live.
102         (gnus-summary-select-article-buffer): Mention
103         gnus-widen-article-buffer.
104
105 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
106
107         * shr.el (shr-tag-strong): Added.
108
109 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
110
111         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
112         group names.  They mess up the group buffer badly.
113
114         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
115
116         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
117         instead of the summary one.
118
119 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * mml.el (mml-preview): Work properly when editing article.
122
123         * gnus-start.el (gnus-read-active-file-1): Don't add method to
124         gnus-have-read-active-file if it's already been in.
125
126 2010-10-22  Tom Tromey  <tromey@redhat.com>
127
128         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
129         gnus-group-completing-read.
130
131 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
132
133         * message.el (message-mode-map): Don't bind M-; to comment region, to
134         allow the global comment-dwim to work.
135
136 2010-10-21  Julien Danjou  <julien@danjou.info>
137
138         * message.el (message-setup-1): Allow message-default-headers to be a
139         function.
140
141 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
142
143         * shr.el (shr-tag-table): Simplify.
144
145 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
146
147         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
148         to avoid trying to snarf invalid stuff.
149
150         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
151
152         * gnus.el (gnus-message-archive-group): Quote value.
153         (gnus-message-archive-group): Mark as changed.
154
155         * shr.el (shr-add-font): Don't put the font properties on the newline
156         or the indentation.
157
158         * message.el (message-fix-before-sending): Change options when sending
159         non-printable characters.
160
161         * gnus.el (gnus-message-archive-method): Change the default to
162         monthly outgoing groups.
163
164         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
165         that have gotten new numbers.
166
167         * nnimap.el (nnimap-request-replace-article): New function.
168
169 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
170
171         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
172         (nnrss-request-article): Don't use special html washing code.
173
174 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * shr.el (shr-tag-table): Remove useless nconc.
177
178 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
179
180         * gnus-art.el (article-wash-html): Simplify and remove the charset
181         stuff.  Use the normal html rendering code instead of the special html
182         washing code.
183
184         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
185         `gnus-w3m' symbols.
186         (mm-text-html-washer-alist): Removed.
187
188         * mm-decode.el (mm-inline-text-html-renderer): Removed.
189         (mm-inline-media-tests): Removed use.
190         (mm-text-html-renderer): Change default to the `shr' symbol.
191
192         * mm-view.el (mm-inline-text-html): Removed use.
193
194         * gnus-art.el (gnus-blocked-images): New function.  Allow the
195         `gnus-blocked-images' to be a function.
196         (gnus-article-wash-function): Removed.
197
198 2010-10-20  Julien Danjou  <julien@danjou.info>
199
200         * spam.el (spam-list-of-processors): Mark as obsolete.
201
202         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
203         (nnimap-insert-partial-structure): Fix boundary detection.
204
205 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
206
207         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
208         run file-truename on remote files.  This can be expensive and even
209         prevent one from editing drafts if some unrelated buffer has a stale
210         connection.
211
212 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
213
214         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
215         kinsoku-eol regardless of shr-kinsoku-shorten.
216         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
217         (shr-tag-table): Support caption, thead, and tfoot.
218
219 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
222         lines.
223         (shr-save-contents): New command and keystroke.
224
225         * nndoc.el (nndoc-type-alist): Add git support.
226         (nndoc-git-type-p): New function.
227         (nndoc-transform-git-article): Ditto.
228         (nndoc-transform-git-headers): Ditto.
229         (nndoc-transform-git-headers): Generate Subject headers.
230
231         * shr.el (shr-parse-style): New function.
232         (shr-tag-span): Ditto.
233
234         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
235         to `G G' to avoid collisions.
236
237 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
238
239         * shr.el: Load kinsoku if necessary.
240         (shr-kinsoku-shorten): New internal variable.
241         (shr-find-fill-point): Make kinsoku shorten text line if
242         shr-kinsoku-shorten is bound to non-nil.
243         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
244         shr-indentation too when testing if table is wider than frame width.
245         (shr-insert-table): Use `string-width' instead of `length' to measure
246         text width.
247         (shr-insert-table-ruler): Make sure indentation is done at bol.
248
249 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
250
251         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
252         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
253         undecoded network data.
254
255 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256
257         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
258         name in the mode line spec so that the mode line menu works
259         (bug #2431).
260
261         * message.el (message-get-reply-headers): If we're fed `to-address',
262         then always use that.
263
264         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
265         aren't so wide as to need to switch off the edit menu.
266
267         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
268         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
269
270         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
271         `M-g'.
272         (nnimap-update-info): Update flags/read marks even if \* isn't part of
273         the permanent marks.
274
275 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
276
277         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
278         Splitting according to references/in-reply-to obeys the ignore-groups
279         variable, while splitting by sender and subject do not.
280
281 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
282
283         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
284         alist, so that we can look for non-Unicode chars.
285         (article-translate-strings): Allow both character and string maps.
286
287 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
288
289         * shr.el (shr-insert): Don't insert space behind a wide character
290         categorized as kinsoku-bol, or between characters both categorized as
291         nospace.
292
293 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
294
295         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
296         headers to gnus-newsgroup-headers.
297
298 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
299
300         * shr.el (shr-tag-img): Don't align images -- since we're not
301         rescaling, this often leads to ugly displays.
302
303 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
304
305         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
306         duplicates.
307
308 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
309
310         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
311         call.
312
313 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314
315         * gnus.el: Autoload gnus-html-show-images.
316
317         * nnimap.el: Use nnheader-message throughout.
318
319         * shr.el (shr-tag-img): Ignore images with no data.
320
321 2010-10-15  Julien Danjou  <julien@danjou.info>
322
323         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
324         a possibility to disable format=flow encoding when using hard newlines.
325
326 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
327
328         * shr.el (shr-insert): Remove space inserted before or after a
329         breakable character or at the beginning or the end of a line.
330         (shr-find-fill-point): Do kinsoku; find the second best point or give
331         it up if there's no breakable point.
332
333 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
334
335         * nnimap.el (nnimap-open-connection): Message when opening connection
336         for debugging purposes.
337
338         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
339         on every setup buffer call to allow this to change from article to
340         article.
341
342         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
343         buffers where we have a wide table.
344
345 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
346
347         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
348         uses *-request-thread.
349
350 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351
352         * nnimap.el (nnimap-open-connection): Remove %s from openssl
353         incantation, which is no longer valid.
354
355 2010-10-14  Julien Danjou  <julien@danjou.info>
356
357         * shr.el: Fix defcustom type (char -> character).
358
359 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * nnimap.el (nnimap-open-connection): tls-program should be a list of
362         programs.
363
364 2010-10-14  Julien Danjou  <julien@danjou.info>
365
366         * shr.el (shr-tag-a): Use url-link as widget type.
367
368         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
369         `gnus-group-get-icon'.
370
371 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372
373         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
374         This should make server editing work better.
375
376         * shr.el (shr-find-fill-point): Don't inloop on indented text.
377
378         * tls.el (tls-program): Remove spurious %s from openssl.
379
380         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
381         (nnimap-parse-flags): Fix regexp.
382
383         * shr.el (shr-find-fill-point): Use a filling algorithm that should
384         probably work for CJVK text, too.
385
386         * nnimap.el (nnimap-extend-tls-programs): Removed.
387         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
388
389         * tls.el (tls-starttls-switches): Remove starttls hack.
390         (open-tls-stream): Ditto.
391         (tls-find-starttls-argument): Ditto.
392
393 2010-10-13  Julien Danjou  <julien@danjou.info>
394
395         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
396         responses.
397
398 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
399
400         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
401
402         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
403         anything in Emacs.
404
405         * shr.el (shr-current-column): Remove buggy and unnecessary function.
406
407 2010-10-13  Julien Danjou  <julien@danjou.info>
408
409         * shr.el (shr-width): Make shr-width a defcustom with default to
410         fill-column.
411         (shr-tag-img): Use shr-width rather than fill-column.
412
413 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
414
415         * dgnushack.el (byte-optimize-apply)
416         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
417
418         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
419         position when (X-)Faces exist.
420         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
421         avatars when called interactively.
422
423 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
426         gnus-article-x-face-too-ugly is bound.
427
428 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
429
430         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
431
432         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
433         mailbox that doesn't exist.
434
435 2010-10-12  Julien Danjou  <julien@danjou.info>
436
437         * shr.el (shr-tag-img): Encode URL properly when retrieving.
438         (shr-get-image-data): Encode URL properly when fetching from cache.
439         (shr-tag-img): Use aligned-to spaces to align correctly images.
440
441         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
442         before inserting the Gravatar.
443
444         * shr.el (shr-tag-img): Add align attribute support for <img>.
445
446 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
447
448         * gnus-gravatar.el (gnus-art): Required.
449
450         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
451         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
452         Remove long obsoleted functions.
453
454 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
457
458         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
459
460         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
461         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
462         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
463         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
464         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
465         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
466         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
467
468 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
469
470         * nnimap.el (nnimap-request-rename-group): Select group read-only
471         before renaming it.
472
473         * shr.el (shr-insert): Fix up the white space only regexp.
474
475         * nnimap.el (nnimap-transform-split-mail): Not all articles have
476         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
477
478         * shr.el (shr-current-column): New function.
479         (shr-find-fill-point): New function.
480
481 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
482
483         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
484         numbers.
485
486 2010-10-11  Julien Danjou  <julien@danjou.info>
487
488         * shr.el (shr-hr-line): Add.
489         (shr-tag-hr): Use shr-hr-line to specify which character to use to
490         display hr lines.
491         (shr-max-columns): Do not change state to nil if we just inserting
492         spaces.
493
494 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
495
496         * gnus-topic.el (gnus-topic-read-group): If after the last group,
497         select the last group.
498
499 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
500
501         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
502
503 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
504
505         * dig.el (dig-mode-map): Declare and define in one step.
506
507 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
510         for Gnus.
511         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
512         (nnimap-update-qresync-info): Mark \Seen articles as read.
513
514         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
515         non-variable, too.
516
517         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
518         available.
519         (nnimap-update-info): Rely more on the current active than the param
520         active to avoid marking articles as read too much.
521
522         * auth-source.el (auth-source-create): Use (user-login-name) for the
523         user name default.
524
525         * nnimap.el (nnimap-update-info): If the server doesn't return any
526         useful info, just use the previous info.
527         (nnimap-update-info): Prefer old info over start-article.
528         (nnimap-update-qresync-info): Finish implementing QRESYNC.
529
530 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
531
532         * nnir.el (autoload): Clean up autoloads.
533         (nnir-imap-default-search-key): Renamed from
534         nnir-imap-search-field. Use key rather than value.
535         (nnir-imap-search-other): New variable.
536         (nnir-read-parm): Use it.
537         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
538         (gnus-summary-nnir-goto-thread): Modify to work with imap.
539
540 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
541
542         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
543         the process, too.
544
545 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
548         Allbery.
549
550         * shr.el: Rework the way things are indented by <li> slightly.
551
552         * gnus.el (gnus-group-set-parameter): Fix typo.
553
554         * nnimap.el: Start implementing QRESYNC support.
555
556 2010-10-09  Julien Danjou  <julien@danjou.info>
557
558         * nnir.el (nnir-engines): Fix too many arguments.
559
560 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
561
562         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
563         group is the "last", so that the backends like nnfolder actually save
564         their folders.
565
566         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
567         try to use that for the tls stream.
568         (nnimap-retrieve-group-data-early): Rework the marks code to heed
569         UIDVALIDITY and find out which groups are read-only and not.
570         (nnimap-get-flags): Use the same marks parsing code as the rest of
571         nnimap.
572
573 2010-10-09  Julien Danjou  <julien@danjou.info>
574
575         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
576
577         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
578         retrieving gravatars.
579
580         * shr.el (shr-table-corner): Add.
581         (shr-table-line): Add.
582         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
583
584 2010-10-08  Julien Danjou  <julien@danjou.info>
585
586         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
587
588 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
589
590         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
591
592         * gnus-sum.el (gnus-mark-article-as-unread)
593         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
594         (gnus-summary-set-bookmark): Use it.
595
596         * gnus-msg.el (gnus-setup-message): Use it.
597
598         * gnus-demon.el (gnus-demon-remove-handler): Use it.
599
600         * gnus.el (gnus-group-remove-parameter): Use it.
601
602         * gnus-group.el (gnus-group-make-web-group): Use it.
603
604         * gnus-demon.el (gnus-demon-remove-handler): Use it.
605
606         * nnregistry.el: Update docs to mention manual.
607
608         * gnus-registry.el: Update docs to mention nnregistry.el.
609         (gnus-registry-initialize): Don't install nnregistry refer method
610         automatically.
611         (gnus-registry-install-nnregistry): Remove it.
612
613 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
614
615         * shr.el (shr-insert): Don't insert double spaces.
616
617 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
618
619         * gnus-gravatar.el (gnus-treat-from-gravatar)
620         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
621         called interactively.
622
623         * gnus-art.el (gnus-mime-view-part-externally)
624         (gnus-mime-view-part-internally): Make predicate function passed to
625         gnus-mime-view-part-as-type assume argument is a mime type, not a list
626         of a mime type.
627
628         * shr.el (shr-table-widths): Don't use cl function `reduce'.
629
630 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
631
632         * shr.el (require): Require cl when compiling.
633         (shr-tag-hr): New function.
634
635         * nnimap.el (nnimap-update-info): Remove double setting of high.
636         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
637         makes nnimap work properly on Courier again.
638
639         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
640         the variable for backwards compatability.
641
642         * mm-decode.el (mm-save-part): If given a non-directory result, expand
643         the file name before using to avoid setting mm-default-directory to
644         nil.
645
646         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
647         bidning gnus-agent variables.
648
649         * shr.el (shr-render-td): Use a cache for the table rendering function
650         to avoid getting an exponential rendering behaviour in nested tables.
651         (shr-insert): Rework the line-breaking algorithm.
652         (shr-insert): Don't leave trailing spaces.
653         (shr-insert-table): Also insert empty TDs.
654         (shr-tag-blockquote): Ensure paragraphs after </ul>.
655
656 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
657
658         * gnus-sum.el (gnus-number): Rename from `number'.
659         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
660         (gnus-summary-limit-children): Update uses correspondingly.
661
662 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
663
664         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
665         (gnus-gravatar-transform-address): Don't show avatars of people of
666         which mail addresses match gnus-gravatar-too-ugly.
667
668 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
669
670         * shr.el (shr-table-widths): Expand TD elements to fill available
671         space.
672
673 2010-10-07  Julien Danjou  <julien@danjou.info>
674
675         * nnimap.el (nnimap-request-rename-group): Add this method.
676
677 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
678
679         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
680         name from XEmacs' function-arglist.
681
682         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
683         gravatar under XEmacs.
684
685 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
686
687         * auth-source.el: Update docs with TODO items.
688
689         * gnus-sync.el: Update docs to explain state and plans.
690
691         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
692         Hooks for mark updates.
693         (gnus-request-set-mark, gnus-request-update-mark): Use them.
694
695         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
696         hooks with arguments, which is needed for mark update hooks.
697
698 2010-10-06  Julien Danjou  <julien@danjou.info>
699
700         * gnus.el (gnus-expand-group-parameter): Only return and act on what
701         was matched.
702
703         * sieve-manage.el: Update example in `Commentary'.
704
705         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
706
707         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
708         not 2000.
709         (sieve-manage-authenticate): Re-add function.
710
711 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
712
713         * shr.el (shr-insert): Get 'space transition right.
714         (shr-render-td): Only delete space at the end of the TD.
715
716         * nnimap.el (nnimap-open-connection): Prepare to support
717         open-gnutls-stream.
718
719         * shr.el: Rearrange function order to be more logical.
720
721 2010-10-06  Julien Danjou  <julien@danjou.info>
722
723         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
724         (nnrss-discover-feed): Remove 404 URL in docstring.
725
726         * nnir.el: Fix Swish-E URL.
727         Fix Namazu URL.
728
729         * message.el (message-change-subject): Remove 404 URL in a comment.
730
731 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
732
733         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
734         called interactively.
735
736         * gnus-util.el (gnus-remove-if): Allow hash table.
737         (gnus-remove-if-not): New function.
738
739         * gnus-art.el (gnus-mime-view-part-as-type)
740         * gnus-score.el (gnus-summary-score-effect)
741         * gnus-sum.el (gnus-read-move-group-name):
742         Replace remove-if-not with gnus-remove-if-not.
743
744         * gnus-group.el (gnus-group-completing-read):
745         Regard collection as a hash table if it is not a list.
746
747 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
748
749         * shr.el (shr-render-td): Allow blank/missing <TD>s.
750
751         * shr.el: Document the table-rendering algorithm.
752
753 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
754
755         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
756         for Emacsen having no `libxml-parse-html-region' support.
757
758 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
759
760         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
761         invalid URLs.
762
763         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
764         line-broken.
765         (shr-tag-img): Ignore image fetching errors.
766         (shr-overlays-in-region): Compute overlay positions correctly.
767
768         * mm-decode.el (mm-shr): Require shr.
769
770         * gnus-art.el (gnus-blocked-images): Move variable here.
771
772         * shr.el (shr-insert-table): Bind free variable.
773
774         * mm-decode.el (mm-shr): Bind shr-content-function.
775
776         * shr.el (shr-content-function): New variable.
777
778         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
779         added for symmetry.
780
781         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
782
783         * gnus-group.el (gnus-group-make-group): Doc fix.
784
785         * nnimap.el (nnimap-request-newgroups): Return success.
786
787         * shr.el (shr-find-elements): New function.
788         (shr-tag-table): Put all the images after the table.
789         (shr-tag-table): Really inhibit images inside the table.
790         (shr-collect-overlays): Copy over overlays from the TD elements to the
791         main document.
792
793         * mm-decode.el (mm-shr): Bind shr-blocked-images to
794         gnus-blocked-images.
795
796 2010-10-05  Julien Danjou  <julien@danjou.info>
797
798         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
799
800         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
801         (gnus-html-maximum-image-size): Add this function.
802         (gnus-html-put-image): Use gnus-html-maximum-image-size.
803
804         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
805         server-value of the capability is nil.
806
807 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * shr.el (shr-tag-em): Add <EM> tag.
810
811 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
812
813         * sieve-manage.el (sieve-manage-default-stream): Make default stream
814         customizable.
815
816         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
817         handing broken links to browse-url.
818
819 2010-10-05  Julien Danjou  <julien@danjou.info>
820
821         * gnus-util.el (gnus-emacs-completing-read)
822         (gnus-iswitchb-completing-read): Use autoload rather than require.
823
824 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
825
826         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
827         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
828         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
829         iswitchb-temp-buflist for XEmacs.
830
831         * gnus-util.el (gnus-completing-read-function): Exclude
832         gnus-icompleting-read and gnus-ido-completing-read from candidates for
833         XEmacs since iswitchb.el is very old and ido.el is unavailable in
834         XEmacs.
835
836         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
837         not to use `delete-dups' that is unavailable in XEmacs 21.4.
838
839         * gnus-html.el: Don't require help-fns under XEmacs.
840         (gnus-html-schedule-image-fetching): Work for XEmacs.
841
842         * mm-decode.el (mm-shr): Decode contents by charset.
843
844 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
845
846         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
847         unknown.
848
849         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
850         (shr-get-image-data): Ensure against the cache file missing.
851
852         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
853         for data.
854
855         * spam-report.el (spam-report-url-ping-plain): Don't query about
856         killing the process.
857
858         * shr.el (shr-render-td): Protect against too-wide text.
859
860 2010-10-04  Julien Danjou  <julien@danjou.info>
861
862         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
863         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
864
865         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
866         retrieved.
867
868 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869
870         * shr.el (browse-url): Required.
871         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
872         lines.
873         (shr-show-alt-text, shr-browse-image): New commands.
874         (shr-browse-url, shr-copy-url): New commands.
875
876         * gnus-sum.el (gnus-widen-article-window): New variable.
877         (gnus-summary-select-article-buffer): Use it.
878
879         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
880         without @ signs.
881
882 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
883
884         * nnir.el (nnir-run-imap): Remove spurious space in search string.
885
886 2010-10-04  Julien Danjou  <julien@danjou.info>
887
888         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
889         for XEmacs.
890
891 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
892
893         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
894
895         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
896         (nnimap-close-server): Implement.
897
898         * dgnushack.el (iswitchb): Require to shut up the compiler.
899
900         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
901         (shr-insert): Tweak line breaking.
902         (shr-insert): Handle <pre> better.
903         (shr-tag-li): Get <li> indentation right.
904         (shr-tag-li): Get <li> indentation even righter.
905         (shr-tag-blockquote): Ensure paragraph start.
906         (shr-make-table): Tweak table generation.
907         (shr-make-table): Fix typo.
908
909         * shr.el: Implement table rendering.
910
911 2010-10-04  Julien Danjou  <julien@danjou.info>
912
913         * gnus-html.el (gnus-html-put-image): Fix resize image code.
914
915 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
916
917         * shr.el (shr-insert): Use string anchors instead of line anchors.
918
919 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
920
921         * shr.el: Add headings.
922         (shr-ensure-paragraph): Actually work.
923         (shr-tag-li): Make <ul> prettier.
924         (shr-insert): Get white space at the beginning/end of elements right.
925         (shr-tag-p): Collapse subsequent <p>s.
926         (shr-ensure-paragraph): Don't insert double line feeds after blank
927         lines.
928         (shr-insert): \t is also space.
929         (shr-tag-s): Fix "s" tag name function.
930         (shr-tag-s): Fix face prop name.
931
932 2010-10-03  Julien Danjou  <julien@danjou.info>
933
934         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
935
936         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
937         gnus-window-inside-pixel-edges.
938
939         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
940         gnus-ems.
941
942         * mm-view.el (mm-inline-image-emacs): Support image resizing.
943
944         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
945         function.
946
947         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
948         resize choice.
949
950 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951
952         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
953         beginning of the buffer.
954
955         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
956         article buffer again.
957
958         * shr.el (shr-tag-p): Don't insert newlines at the start of the
959         buffer.
960
961         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
962         when it's at the start of the buffer.
963
964         * shr.el (shr-tag-blockquote): Convert name.
965         (shr-rescale-image): Use the right image-size variant.
966
967         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
968         buffer isn't shown, then select the current article first instead of
969         bugging out.
970         (gnus-summary-select-article-buffer): Show both the article and summary
971         buffers again.
972
973         * shr.el (shr-fontize-cont): Protect against regions with no text.
974         Rename tag functions to shr-tag-* for enhanced security.
975         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
976
977 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
978
979         * shr.el (shr-insert):
980         * pop3.el (pop3-movemail):
981         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
982         loaded.
983
984 2010-10-03  Glenn Morris  <rgm@gnu.org>
985
986         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
987
988         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
989
990         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
991
992         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
993
994         * gnus-util.el (gnus-make-local-hook): Simplify.
995
996 2010-10-02  Julien Danjou  <julien@danjou.info>
997
998         * gnus-util.el (gnus-iswitchb-completing-read): New function.
999         (gnus-ido-completing-read): New function.
1000         (gnus-emacs-completing-read): New function.
1001         (gnus-completing-read): Use gnus-completing-read-function.
1002         Add gnus-completing-read-function.
1003
1004 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1005
1006         * shr.el (shr-insert-document): Autoload.
1007         (shr-img): Be silent.
1008         (shr-insert): Add a newline after every picture before text.
1009         (shr-add-font): Use overlays for combining faces.
1010         (shr-insert): Pass upwards the text start point.
1011
1012         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1013         possible.
1014         (mm-shr): New function.
1015
1016 2010-10-02  Julien Danjou  <julien@danjou.info>
1017
1018         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1019         should go backward.
1020
1021 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1022
1023         * shr.el (shr): Fix typo in provide call.
1024
1025 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1026
1027         * shr.el: New file.
1028
1029         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1030
1031         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1032         completing read.
1033
1034 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035
1036         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1037         we're being queried about.  Suggested by Dan Jacobson.
1038
1039         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1040         by Jason Eisner.
1041
1042         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1043         table, too.  Suggested by Stefan Wiens.
1044         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1045         the table unnecessary.  Suggested by Stefan Wiens.
1046
1047         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1048         longer needed, and probably doesn't work either, as pointed out by
1049         Stefan Wiens.
1050         (gnus-summary-exit): Remove call to the clearing function.
1051         (gnus-summary-exit-no-update): Ditto.
1052
1053         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1054         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1055         Reported by Stefan Monnier.
1056         (gnus-summary-save-in-rmail): Ditto.
1057
1058         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1059         article buffer, instead of both the article buffer and the summary
1060         buffer.  Sort of suggested by Dan Jacobson.
1061
1062         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1063
1064         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1065         Suggested by Dan Jacobson.
1066
1067         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1068         documentation clearer.
1069
1070         * message.el (message-shorten-references): Comment on the number "21".
1071         Suggested by Stefan Monnier.
1072
1073         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1074         Suggested by Dan Jacobson.
1075
1076         * gnus.el (gnus-large-newsgroup): Mention
1077         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1078
1079         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1080         externalize attachments.  Bug reported by Steve Wen.
1081
1082         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1083         really message anything to the user.
1084
1085         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1086         directly.
1087
1088         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1089         messages in empty groups.
1090
1091 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1092
1093         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1094         non-UIDNEXT group.
1095
1096 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097
1098         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1099         not the value from the collection.
1100
1101         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1102         values.  This sometimes happens on some groups that have no info.
1103         (nnimap-request-newgroups): New function.
1104
1105 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1106
1107         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1108         check into `gnus-registry-initialize'.
1109         (gnus-registry-initialize): Ditto.
1110         Fix and extend header docs.
1111
1112 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1113
1114         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1115         regexp backtrace overflows.
1116
1117         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1118         for starttls that tls.el implements; i.e. openssl.
1119
1120         * tls.el (tls-starttls-switches): Give up on using starttls with
1121         gnutls-cli.
1122         (tls-program): Add --insecure to be consistent with the defaults from
1123         openssl s_client.  Now all three commands are insecure.
1124
1125 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1126
1127         * lpath.el: Bind completion-styles-alist for XEmacs.
1128
1129         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1130         (gravatar-create-image): New function that's an alias to
1131         gnus-xmas-create-image, gnus-create-image, or create-image.
1132         (gravatar-data->image): Use it.
1133
1134 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1135
1136         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1137         install the nnregistry refer method.
1138         (gnus-registry-install-hooks): Use it.
1139         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1140         unfollowed groups.
1141
1142 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1143
1144         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1145         expanding threads.
1146
1147 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1148
1149         * nnir.el: Use the server names without suffixes (bug #7009).
1150
1151         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1152         unencrypted to STARTTLS, if possible.
1153
1154 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1155
1156         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1157         headers before superseding.
1158
1159 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1160
1161         * nnrss.el (nnrss-use-local): Add documentation.
1162
1163         * nnimap.el (nnimap-extend-tls-programs): New function.
1164         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1165         (nnimap-wait-for-connection): Accept the greeting from the stupid
1166         output from openssl s_client -starttls, too.
1167
1168         * tls.el (tls-starttls-switches): New variable.
1169         (tls-find-starttls-argument): Use it.
1170         (open-tls-stream): Ditto.
1171
1172         * netrc.el (netrc-credentials): Return the value of the "default"
1173         entry.
1174         (netrc-machine): Ditto.
1175
1176         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1177         article number.
1178         (nnimap-split-fancy): New variable.
1179         (nnimap-split-incoming-mail): Use it.
1180
1181         * nntp.el (nntp-server-list-active-group): Document.
1182
1183         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1184         SELECT to get the message-id.
1185
1186         * mail-source.el (mail-sources): Removed webmail support.
1187         (defvar): Ditto.
1188         (mail-source-fetcher-alist): Ditto.
1189         (mail-source-fetch-webmail): Removed.
1190
1191         * webmail.el: Removed -- doesn't seem relevant any more.
1192
1193         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1194
1195         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1196         the \r.
1197
1198 2010-09-30  Julien Danjou  <julien@danjou.info>
1199
1200         * gnus-agent.el (gnus-agent-add-group): Fix call to
1201         gnus-completing-read.
1202
1203 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204
1205         * nndoc.el (nndoc-retrieve-groups): New function.
1206
1207         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1208         `default', use nnmail-split-methods.
1209         (nnimap-request-article): Downcase the NILs so that they are nil.
1210
1211         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1212         symbol.
1213
1214         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1215         code, since if the user has requested network, that's what they ought
1216         to get.
1217         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1218         (nnimap-split-rule): Mark as obsolete.
1219
1220         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1221         variable.
1222
1223         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1224         correct slot, too.
1225
1226 2010-09-29  Julien Danjou  <julien@danjou.info>
1227
1228         * gnus.el (gnus-local-domain): Declare variable obsolete.
1229
1230         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1231         computing.
1232         (gnus-ido-completing-read): Require ido.
1233
1234 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1235
1236         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1237         build Gnus.
1238
1239         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1240         when interpreting the structures.
1241         (nnimap-request-accept-article): Add \r\n to the lines to make this
1242         work with Cyrus.
1243
1244         * nndraft.el (nndraft-request-expire-articles): Use the group name
1245         instead if "nndraft".  Fix found by Nils Ackermann.
1246
1247 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1248
1249         * nnregistry.el: Added.
1250
1251 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1252
1253         * nnmail.el (group, group-art-list, group-art):
1254         Remove unneeded directives.
1255
1256 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1259         (mm-mime-charset)
1260         * rfc2047.el (rfc2047-syntax-table)
1261         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1262
1263         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1264         rather than `insert-file-contents' and `eval-region'.
1265
1266         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1267         construction.
1268
1269         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1270
1271         * time-date.el: No need to require cl for Emacs 21.
1272
1273 2010-09-29  Julien Danjou  <julien@danjou.info>
1274
1275         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1276         replacement of `gnus-gravatar-relief' to mimic
1277         `gnus-faces-properties-alist'.
1278         Add :version property.
1279
1280 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * mail-source.el (mail-source-report-new-mail)
1283         * message.el (message-default-mail-headers)
1284         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1285
1286         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1287
1288 2010-09-28  Julien Danjou  <julien@danjou.info>
1289
1290         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1291         mail-address contains the same string as real-name.
1292
1293         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1294         non-blank in header, otherwise it'll get stripped.
1295
1296         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1297         real-name, and then for mail address rather than doing : or , search.
1298
1299 2010-09-27  Julien Danjou  <julien@danjou.info>
1300
1301         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1302         (gnus-server-goto-server): Use gnus-completing-read.
1303
1304         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1305
1306         * mm-util.el (defalias): Use gnus-completing-read.
1307         (mm-codepage-setup): Use gnus-completing-read.
1308
1309         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1310         (smime-decrypt-buffer): Use gnus-completing-read.
1311
1312         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1313
1314         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1315         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1316         (mml-insert-multipart): Use gnus-completing-read.
1317
1318         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1319
1320         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1321
1322         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1323
1324         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1325
1326         * gnus.el (gnus-read-method): Use gnus-completing-read.
1327
1328         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1329
1330         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1331         (gnus-mime-action-on-part): Use gnus-completing-read.
1332         (gnus-article-encrypt-body): Use gnus-completing-read.
1333
1334         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1335         (gnus-topic-move-matching): Use gnus-completing-read.
1336         (gnus-topic-copy-matching): Use gnus-completing-read.
1337         (gnus-topic-sort-topics): Use gnus-completing-read.
1338         (gnus-topic-move): Use gnus-completing-read.
1339
1340         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1341         (gnus-agent-add-group): Use gnus-completing-read.
1342
1343         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1344         gnus-completing-read.
1345         (nnmairix-update-groups): Use gnus-completing-read.
1346         (nnmairix-get-server): Use gnus-completing-read.
1347         (nnmairix-backend-to-server): Use gnus-completing-read.
1348         (nnmairix-goto-original-article): Use gnus-completing-read.
1349         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1350
1351         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1352
1353         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1354         (gnus-group-make-useful-group): Use gnus-completing-read.
1355         (gnus-group-make-web-group): Use gnus-completing-read.
1356         (gnus-group-add-to-virtual): Use gnus-completing-read.
1357         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1358
1359         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1360         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1361         (gnus-summary-execute-command): Use gnus-completing-read.
1362         (gnus-summary-respool-article): Use gnus-completing-read.
1363         (gnus-read-move-group-name): Use gnus-completing-read.
1364
1365         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1366         (gnus-summary-score-effect): Use gnus-completing-read.
1367
1368         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1369
1370         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1371         right completing-read function.
1372         (gnus-use-ido): New variable
1373         (gnus-completing-read-with-default): Remove.
1374
1375 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1376
1377         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1378         x-focus-frame.
1379
1380         * nnimap.el (auth-source-forget-user-or-password)
1381         (auth-source-user-or-password): Autoload.
1382
1383         * message.el (message-from-style, message-interactive)
1384         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1385         (message-yank-prefix, message-indentation-spaces, message-signature)
1386         (message-signature-file): Add comment.
1387
1388 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1389
1390         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1391         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1392         new articles.
1393
1394         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1395         parts.
1396         (nnimap-request-article): Work with the t setting, too.
1397
1398         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1399         that you don't get flashes of other buffers.
1400         (gnus-summary-show-complete-article): Intern before setting.
1401
1402 2010-09-27  David Engster  <dengste@eml.cc>
1403
1404         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1405         well as HEADERS.
1406         (nnmairix-retrieve-headers): Provide new argument for the above.
1407
1408 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1409
1410         * gnus-sum.el (gnus-summary-move-article): Don't alter
1411         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1412         group.
1413
1414         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1415
1416         * message.el (message-cite-prefix-regexp): Revert my last edit.
1417
1418         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1419         variable instead of the Gnus variable.
1420
1421         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1422
1423         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1424         again.
1425
1426         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1427         since some servers don't like it.
1428         (nnimap-open-connection): Forget credentials if the server says the
1429         password was wrong.
1430         (nnimap-parse-line): Protect against invalid data.
1431
1432         * gnus-sum.el (gnus-summary-move-article): Add comment.
1433         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1434         nothing alters it while scanning for new messages.
1435
1436         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1437         which may or may not help.
1438         (nnimap-open-connection): If we're doing a stream connection, and then
1439         discover we're on a STARTTLS-capable server, then open a STARTTLS
1440         connection instead.
1441
1442 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443
1444         * nnimap.el (utf7): Required.
1445
1446         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1447         prefix.
1448
1449 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1450
1451         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1452
1453 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1454
1455         * nnimap.el (nnimap-request-accept-article): Message the error on
1456         error.
1457
1458 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1459
1460         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1461
1462 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1463
1464         * nndoc.el (nndoc-request-list): Return success always.
1465
1466         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1467         `fetch-old' -- we only want to fetch the articles we've requested.  The
1468         rest are in the agent, probably.
1469         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1470         disappeared server" to something low.  It's not important.
1471
1472         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1473         arrived before the FETCH data.
1474
1475         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1476         target here, because we don't know the Gnus name of the group.
1477
1478         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1479         for the correct group.
1480
1481         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1482
1483         * gnus.el (gnus): Give a final warning after startup.
1484
1485         * gnus-util.el (gnus-action-message-log): New variable.
1486         (gnus-message): Use it.
1487         (gnus-final-warning): New function.
1488
1489         * nnimap.el (nnimap-open-connection): Record the greeting.
1490         (nnimap): Add greeting.
1491
1492 2010-09-26  Julien Danjou  <julien@danjou.info>
1493
1494         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1495         arguments.
1496         (gnus-html-wash-images): Fix spec computing to include start/end.
1497
1498         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1499
1500 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1501
1502         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1503         deletion.
1504         (nnimap-retrieve-headers): Don't select the group, because that's
1505         already done by nnimap-possibly-change-group.
1506
1507         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1508         (gnus-picon-transform-address): Use it.
1509
1510         * mail-source.el (mail-source-value): Revert previous patch.
1511
1512         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1513         on failure.
1514         (nnimap-open-connection): Look up both virtual and physical server name
1515         credentials.
1516
1517         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1518
1519 2009-02-07  Dave Love  <fx@gnu.org>
1520
1521         * tls.el (open-tls-stream): Don't query killing process.
1522
1523 2009-02-08  Dave Love  <fx@gnu.org>
1524
1525         * gnus-win.el (gnus-window-to-buffer-helper,
1526         gnus-all-windows-visible-p): Function needn't be a symbol.
1527
1528         * mail-source.el (mail-source-value): Function needn't be a symbol.
1529
1530 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531
1532         * message.el (message-cite-prefix-regexp): Remove } from the cite
1533         prefix.
1534
1535         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1536         highlight again, so that the highlight is correct.
1537
1538         * gnus-picon.el (gnus-picon): Remove again.
1539         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1540
1541         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1542         doing the header highlightling, so that the background colour of the
1543         picon is correct.
1544
1545         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1546         (gnus-picon): Ditto.
1547         (gnus-picon): Reinstate.  The background colour for picons is white.
1548         (gnus-picon-insert-glyph): Make the background white.
1549
1550         * nnml.el (nnml-open-nov): Don't return dead buffers.
1551
1552         * auth-source.el (auth-source-create): Query the user for whether to
1553         store the credentials.
1554
1555         * netrc.el (netrc-store-data): New function.
1556
1557         * auth-source.el (auth-source-user-or-password): Use the existing auth
1558         sources, if any, for creation.
1559
1560         * gnus.el (gnus-group-fast-parameter): Return the last matching
1561         parameter instead of the first matching parameter.
1562
1563 2010-09-26  Julien Danjou  <julien@danjou.info>
1564
1565         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1566
1567 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1568
1569         * mml2015.el (mml2015-use): Remove gpg support.
1570
1571         * mml1991.el (mml1991-function-alist): Remove gpg function.
1572         (mml1991-gpg-sign): Removed.
1573
1574 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1575
1576         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1577         (gnus-browse-unsubscribe-current-group): Document it.
1578         (gnus-browse-unsubscribe-group): Use it.
1579
1580 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1581
1582         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1583         address to the To list for easier response.
1584
1585         * gnus.el (gnus-play-startup-jingle): Removed.
1586         (gnus-splash): Don't play jingle.
1587         (gnus): Silence gnus-load message.
1588
1589         * gnus-art.el (gnus-treat-play-sounds): Removed.
1590
1591         * gnus.el (gnus-play-jingle): Remove audio support.
1592
1593         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1594
1595         * earcon.el: Removed -- no users.
1596
1597         * gnus-audio.el: Removed -- no users of this package.
1598
1599         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1600
1601         * gnus-start.el (gnus-setup-news): Remove nocem support.
1602
1603         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1604
1605         * gnus.el (gnus-use-nocem): Removed.
1606
1607         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1608         Removed.
1609
1610         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1611         uses NoCeM any more.
1612
1613         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1614         (gnus-button-ctan-handler): Ditto.
1615         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1616         (gnus-button-ctan-directory-regexp): Ditto.
1617         (gnus-button-handle-ctan): Ditto.
1618         (gnus-button-tex-level): Ditto.
1619         (gnus-button-alist): Removed CTAN stuff.
1620
1621 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1622
1623         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1624         nnimap-streaming test.
1625
1626         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1627         servers twice.
1628
1629         * nnimap.el (nnimap-open-connection): Add more error reporting when
1630         nnimap fails early.
1631
1632         * nnheader.el (nnheader-get-report-string): New function.
1633         (nnheader-get-report): Use it.
1634
1635         * gnus-int.el (gnus-check-server): Say what the error was when opening
1636         failed.
1637
1638         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1639         using streaming.
1640
1641 2010-09-25  Julien Danjou  <julien@danjou.info>
1642
1643         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1644         gnus-window-inside-pixel-edges.
1645
1646 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647
1648         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1649
1650         * mm-decode.el (mm-save-part): Allow saving to other directories the
1651         normal Emacs way.
1652
1653         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1654         by Jay Berkenbilt.
1655
1656         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1657         there isn't a single byte.
1658
1659         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1660         just do it.  It doesn't really seem to matter what the user responds
1661         here, I think, so it's just a confusing question.
1662
1663         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1664         non-streaming case.
1665
1666         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1667         (gnus-article-encrypt-body): Use it.
1668
1669         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1670         keystroke.
1671
1672         * nnimap.el (nnimap-find-wanted-parts-1): Use
1673         gnus-fetch-partial-articles.
1674
1675         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1676
1677         * nnimap.el (nnimap-insert-partial-structure): New function.
1678         (nnimap-get-partial-article): New function.
1679         (nnimap-request-article): Use it.
1680         (nnimap-wait-for-response): Return whether the wait was successful.
1681         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1682         retrieval wasn't successful.
1683         (nnimap-retrieve-group-data-early): Allow throttling servers.
1684         (nnimap-streaming): New variable.
1685         (nnimap-fetch-partial-articles): Removed.
1686
1687         * mm-decode.el (mm-with-part): Protect against killed buffers.
1688
1689         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1690         for prettier summary display.
1691
1692 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1693
1694         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1695         directly.
1696
1697 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698
1699         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1700         apparently third-party libraries depend on it.
1701
1702         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1703         before starting negotiation.
1704
1705         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1706         privacy reasons.
1707         (gnus-treat-mail-gravatar): Ditto.
1708
1709         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1710         buffer when inserting images.  Inserting text into the headers, for
1711         instance, can make them invalid.
1712
1713 2010-09-25  Julien Danjou  <julien@danjou.info>
1714
1715         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1716         variables.
1717
1718         * nnheader.el: Remove useless variables news-reply-yank-from and
1719         news-reply-yank-message-id.
1720
1721         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1722         variables.
1723
1724         * mml1991.el: Remove useless mml1991-verbose.
1725
1726         * gnus.el: Remove useless variable gnus-use-generic-from.
1727         Remove obsolete variable gnus-topic-indentation.
1728
1729         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1730
1731         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1732
1733         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1734
1735         * gnus-group.el: Remove useless gnus-group-icon-cache.
1736         Remove useless gnus-ephemeral-group-server.
1737
1738         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1739
1740         * mml2015.el: Remove useless mml2015-verbose.
1741
1742         * mml-smime.el: Remove useless mml-smime-verbose.
1743
1744         * gnus.el: Remove useless gnus-local-domain.
1745
1746         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1747         gnus-gravatar-size.
1748
1749         * gnus-art.el: Remove useless gnus-treat-translate.
1750
1751 2010-09-24  Julien Danjou  <julien@danjou.info>
1752
1753         * gnus-sum.el: Add support for Gravatars.
1754
1755         * gnus-art.el: Add support for Gravatars.
1756
1757         * gnus-gravatar.el: Add this file.
1758
1759         * gravatar.el: Add this file.
1760
1761 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1762
1763         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1764
1765         * gnus-group.el (gnus-group-fetch-faq): Removed.
1766
1767         * gnus.el (gnus-group-faq-directory): Removed.
1768
1769         * gnus-group.el (gnus-group-fetch-charter): Removed.
1770
1771         * gnus.el (gnus-group-charter-alist): Removed.
1772
1773         * gnus-group.el (gnus-group-archive-directory): Removed.
1774         (gnus-group-recent-archive-directory): Ditto.
1775         (gnus-group-make-archive-group): Removed.
1776
1777         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1778
1779         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1780         use the same article number for all the cached articles.
1781
1782         * nnimap.el (nnimap-command): Register the last command time so
1783         that we can use it for idling NOOPs.
1784         (nnimap-open-connection): Start the keeplive timer.
1785         (nnimap-make-process-buffer): Store all the process buffers.
1786         (nnimap-keepalive): New function.
1787
1788         * starttls.el: (starttls-open-stream): Add autoload cookie.
1789
1790 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1791
1792         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1793         handling.
1794
1795 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1796
1797         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1798         its data structures.
1799
1800         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1801         instead of the cl.el copy-list.
1802         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1803         equalp.
1804
1805 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1808         and tool-bar-local-item-from-menu.
1809
1810         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1811         mode-line-highlight face for Emacs.
1812
1813         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1814         loading gnus-sum.elc; fix comment for canlock-verify.
1815         (gnus-article-jump-to-part): Use read-number.
1816         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1817         Emacs pre-21 compatible code for help-echo.
1818         (gnus-article-next-page-1): No need to adjust the number of lines.
1819         (gnus-article-describe-bindings): Always use help-buffer.
1820
1821         * gnus-audio.el (gnus-audio-inline-sound)
1822         * gnus-cus.el (gnus-custom-mode)
1823         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1824
1825         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1826
1827         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1828         compatible code.
1829
1830 2010-09-24  Glenn Morris  <rgm@gnu.org>
1831
1832         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1833         visiting the fcc file in rmail-mode.
1834
1835         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1836
1837 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1838
1839         * nnir.el: Silence the byte compiler.
1840
1841         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1842         alias to browse-url-url-encode-chars if any.
1843         (gnus-html-encode-url): Use it.
1844
1845 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1846
1847         * gnus-start.el (gnus-use-backend-marks): New variable.
1848         (gnus-get-unread-articles-in-group): Use it.
1849
1850         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1851         makeover.
1852
1853 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1854
1855         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1856
1857 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1858
1859         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1860         Removed.
1861         (gnus-setup-news-hook): Removed
1862         gnus-fixup-nnimap-unread-after-getting-new-news.
1863
1864         * gnus-int.el (gnus-request-update-info): Protect against backends not
1865         having the function.
1866
1867         * nnimap.el (nnimap-stream): Mention starttls.
1868         (nnimap-open-connection): Add starttls support.
1869
1870 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1871
1872         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1873
1874 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1875
1876         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1877         BODYSTRUCTUREs.
1878         (nnimap-transform-headers): Unfold quoted {42} headers.
1879
1880         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1881         the info.
1882         (gnus-get-unread-articles): Only call updatep on backends that support
1883         it.
1884
1885         * nnweb.el (nnweb-request-update-info): NOOP.
1886
1887         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1888
1889         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1890         since it only deals with marks.
1891
1892         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1893         gnus-request-marks, and make a new gnus-request-update-info.
1894
1895         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1896         the active instead of the high number, which is usually too low.
1897
1898 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1899
1900         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1901         * encrypt.el: Removed.
1902
1903 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1904
1905         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1906         server in symbolic form.
1907
1908         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1909         0.9.
1910
1911 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1912
1913         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1914         (nnimap-update-info): Fix up code slightly.
1915
1916         * gnus-int.el (gnus-open-server): Add tracing for performance
1917         debugging.
1918
1919         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1920         (gnus-group-insert-group-line): Pass the real group name so that it
1921         gets the right data.
1922
1923         * gnus-start.el (gnus-get-unread-articles): Don't have
1924         `gnus-get-unread-articles-in-group' update info, since that can be
1925         really slow and doesn't seem to be needed?
1926
1927 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1928
1929         * time-date.el (date-to-time): Try using parse-time-string first before
1930         using the slower timezone-make-date-arpa-standard.
1931
1932 2010-09-22  Julien Danjou  <julien@danjou.info>
1933
1934         * gnus-group.el (gnus-group-insert-group-line): Call
1935         gnus-group-highlight-line.
1936         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1937         default hook list.
1938         (gnus-group-update-eval-form): Add new function.
1939         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1940         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1941
1942 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1943
1944         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1945         immediate, then expire all articles.
1946         (nnimap-update-info): Fix off-by-one errors.
1947         (nnimap-flags-to-marks): Would return no marks lists for group with no
1948         flags.  Instead return the other data.
1949
1950 2010-09-22  Julien Danjou  <julien@danjou.info>
1951
1952         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1953         Only return an icon.
1954         (gnus-group-insert-group-line): Compute icon to return.
1955
1956         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1957         variable.
1958         (gnus-html-image-fetched): Only cache if
1959         gnus-html-image-automatic-caching is set.
1960         (gnus-html-image-fetched): Check for errors.
1961
1962 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1963
1964         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1965         once per method on `g'.  This ensures that backends like nnfolder don't
1966         open all their folders.
1967
1968         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1969         (nnimap-request-list): Nix out group in the correct buffer.
1970         (nnimap-parse-flags): Implement by using `read' instead of
1971         hand-parsing.
1972         (nnimap-flags-to-marks): Pass on permanent-flags.
1973         (nnimap-make-process-buffer): Record the server name.
1974         (nnimap-parse-flags): Fix typo.
1975         (nnimap-request-scan): Run split on the server in general, not just a
1976         single group.
1977
1978         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1979         parameter, and propagate this downwards.
1980
1981         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1982         since EXAMINE changes it on the server.
1983
1984         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1985         this command might take a while.
1986
1987 2010-09-22  Julien Danjou  <julien@danjou.info>
1988
1989         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1990         harmful if you have 2 images side-by-side, they can't be properly
1991         update on text deletion.  Using text-property is safer here.
1992         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1993         data.
1994
1995 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1996
1997         * nnimap.el (nnimap-expunge-inbox): Removed.
1998         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1999         (nnimap-expunge): Flip default to t.
2000
2001         * gnus.el (gnus-method-to-server): Don't push things to the cache
2002         unless it's unique.
2003         (gnus-server-to-method): Ditto.
2004
2005 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2006
2007         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2008
2009 2010-09-22  Julien Danjou  <julien@danjou.info>
2010
2011         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2012         get the start of data.
2013         (gnus-html-encode-url): Add this function to encode special chars in
2014         URL.
2015         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2016         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2017
2018         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2019         default.
2020         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2021
2022         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2023         images alt-text.
2024         (gnus-html-put-image): Put alt-text as help-echo.
2025
2026 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2027
2028         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2029         * mm-util.el (mm-decompress-buffer)
2030         * nnir.el (nnir-run-find-grep)
2031         * pop3.el (pop3-list): Use 3rd arg of split-string.
2032
2033         * time-date.el (format-seconds): Comment fix.
2034
2035         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2036         and byte-optimize-form-code-walker.
2037         (dgnushack-make-auto-load): Don't advise make-autoload.
2038
2039         * lpath.el: Remove Emacs 21 stuff.
2040
2041 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2042
2043         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2044         outside the active range.  Suggested by Dan Christensen.
2045
2046         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2047         slightly later to avoid double-getting it.
2048
2049         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2050         previous patch.
2051
2052         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2053
2054 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2055
2056         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2057
2058 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2059
2060         * gnus-int.el (gnus-open-server): Give a better error message in the
2061         "go offline" case.
2062
2063         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2064         marks for nnimap, which is seldom the right thing to do.
2065
2066         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2067         (gnus-same-method-different-name): New function.
2068
2069         * nnimap.el (parse-time): Require.
2070
2071         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2072         method in the presence of many similar methods.
2073
2074         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2075
2076         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2077         nnml-inhibit-expiry.
2078
2079         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2080         find out whether methods are equal.
2081
2082         * nnimap.el (nnimap-find-expired-articles): New function.
2083         (nnimap-process-expiry-targets): New function.
2084         (nnimap-request-move-article): Request the article before looking at
2085         what the Message-ID is.  Fix found by Andrew Cohen.
2086         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2087
2088         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2089         for oldness in addition to being a predicate.
2090
2091         * nnimap.el (nnimap-request-group): When we have zero articles, return
2092         the right data to Gnus.
2093         (nnimap-request-expire-articles): Only delete articles immediately if
2094         the target is 'delete.
2095
2096         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2097         method, this would bug out.
2098
2099         * gnus-group.el (gnus-group-expunge-group): Renamed from
2100         gnus-group-nnimap-expunge, and implemented as a normal interface
2101         function.
2102
2103         * gnus-int.el (gnus-request-expunge-group): New function.
2104
2105         * nnimap.el (nnimap-request-create-group): Implement.
2106         (nnimap-request-expunge-group): New function.
2107
2108 2010-09-21  Julien Danjou  <julien@danjou.info>
2109
2110         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2111         (gnus-html-cache-expired): Add new function.
2112         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2113         wethever we should display image for fetch it.
2114         Compute alt-text earlier to pass it to the fetching function too.
2115         (gnus-html-schedule-image-fetching): Change function argument to only
2116         get one image at a time, not a list.
2117         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2118         cache.
2119         (gnus-html-get-image-data): New function to retrieve image data from
2120         cache.
2121         (gnus-html-put-image): Change buffer argument to use image data rather
2122         than file, and place image above region rather than inserting a new
2123         one. Do not take alt-text as argument, since it's useless now: we place
2124         the image above alt-text.
2125         (gnus-html-prune-cache): Remove.
2126         (gnus-html-show-images): Start to fetch image when we find one, do not
2127         push into a temporary list.
2128         (gnus-html-prefetch-images): Only fetch image if they have expired.
2129         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2130         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2131
2132 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2133
2134         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2135
2136 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2139         spec inser "*" if the group isn't active instead of 0.
2140
2141         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2142         opening the server.
2143         (nnimap-request-delete-group): Implement group deletion.
2144         (nnimap-transform-headers): Return the size of the entire message in
2145         the Bytes header, not just the size of the first part.
2146         (nnimap-request-move-article): When moving an article from nnimap,
2147         request the article first so the accepting form has an article to
2148         accept.  Reported by Dan Christensen.
2149         (nnimap-command): Make sure that the error message doesn't error out.
2150
2151 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2152
2153         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2154         we haven't requested anything.
2155
2156 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2157
2158         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2159         "".  Fix found by Andrew Cohen.
2160
2161         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2162         instead of -encode-string.
2163
2164 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2167
2168         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2169         by mm-subst-char-in-string.
2170
2171 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2172
2173         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2174         waiting for the connection string.
2175
2176         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2177         arriving.
2178
2179         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2180         bogus characters.  This allows selecting certain Gmail groups.
2181
2182         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2183         (nnimap-fetch-partial-articles): New variable.
2184         (nnimap-open-connection): When looking for credentials, also use the
2185         nnimap-server-port.
2186         (nnimap-request-article): Return the group/article number, so that Gnus
2187         `^' works as expected.
2188         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2189         them.
2190
2191         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2192         comments.
2193         (gnus-methods-sloppily-equal): New function.
2194         (gnus): When using the development version of Gnus, load the gnus-load
2195         file.
2196
2197         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2198         `gnus-open-server' on each method before trying to scan them etc.  This
2199         ensures that all the backend parameters are set correctly.
2200
2201         * nnimap.el (nnimap-authenticator): New variable.
2202         (nnimap-open-connection): Allow anonymous login.
2203         (nnimap-transform-headers): The chars header is called Chars not
2204         Bytes.
2205         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2206         drops.
2207
2208         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2209         patch, found by Knut Anders Hatlen.
2210
2211 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2212
2213         * gnus-agent.el (gnus-agent-batch-confirmation)
2214         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2215         to gnus-message.
2216         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2217         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2218         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2219         * gnus-int.el (gnus-open-server): Likewise.
2220         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2221         (gnus-score-check-syntax): Likewise.
2222         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2223         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2224         Likewise.
2225         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2226
2227 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2228
2229         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2230         calling conventions so that prefetch doesn't bug out.
2231
2232 2010-09-19  Julien Danjou  <julien@danjou.info>
2233
2234         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2235         rather than `subst-char-in-region' in order to be able to replace ASCII
2236         char by UTF-8 ones.
2237
2238         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2239         than curl.
2240         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2241         the right URL and ALT text on images.
2242         (gnus-html-wash-tags): Fix tag case.
2243         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2244         (gnus-article-html): Add -o display_ins_del=2 option.
2245         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2246
2247 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2250         the extra mail headers, which sometimes seem to happen for unknown
2251         reasons.
2252
2253         * mail-parse.el (mail-header-encode-parameter): Define as
2254         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2255         (or most, perhaps?) mail readers don't understand the latter, but do
2256         understand the former.
2257
2258         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2259         to nil, so that no methods are automatically agentized.  I think this
2260         is probably what most users want.
2261
2262         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2263         from url-retrieve, for instance about invalid URLs.
2264
2265         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2266         groups that have no articles.
2267         (nnimap-request-article): Check that we really got an article when we
2268         requested one.
2269
2270         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2271         doesn't exist.
2272
2273         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2274         nntp buffer so the agent can save it.
2275         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2276         that CRLF doesn't get translated to \n.
2277         (nnimap-open-connection): Don't make 'shell commands only send \n.
2278
2279 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2280
2281         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2282         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2283         Update var name.
2284         (nnml-generate-nov-file): Use dolist.
2285         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2286         Use with-current-buffer.
2287
2288 2010-09-18  Julien Danjou  <julien@danjou.info>
2289
2290         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2291         parallel.
2292
2293 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2294
2295         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2296         the range update right.
2297         (nnimap-request-group): Don't make `M-g' bug out on group with no
2298         marks.
2299         (nnoo): Required, so that other packages can require nnimap.
2300         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2301         command we're looking for.  This helps when the server sends more
2302         responses after we've gotten everything we expected.
2303         (nnimap): Add a `newlinep' field to keep track of end-of-line
2304         conventions.
2305         Don't send CRLF to things that don't want it.
2306         (nnimap-request-accept-article): Ditto.
2307
2308 2010-09-18  Julien Danjou  <julien@danjou.info>
2309
2310         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2311         than curl to retrieve images.
2312
2313 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2314
2315         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2316         the marks.
2317         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2318         (nnimap-wait-for-connection): New function.
2319         (nnimap-open-connection): If we have PREAUTH, don't query for login
2320         credentials.
2321         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2322         when doing a partial update.
2323
2324 2010-09-18  Julien Danjou  <julien@danjou.info>
2325
2326         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2327         tags.
2328
2329 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330
2331         * nnimap.el (nnimap-credentials): New function.
2332         (nnimap-open-connection): Use the new function to look for credentials
2333         also on the numeric equivalents of "imap" and "imaps".
2334
2335         * gnus-start.el (gnus-activate-group): Send the info to
2336         gnus-request-group.
2337
2338         * nnimap.el (nnimap-request-group): Have the "check" version of the
2339         function parse flags and update the info, so that a `M-g' get a total
2340         resync of all flags from the group.
2341
2342         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2343         to allow backends to alter the info on group selection.  Also alter all
2344         the backend -request-group functions to take the parameter.
2345
2346         * nnimap.el (nnimap-store-info): New function.
2347         (nnimap-update-info): Store the info for later usage.
2348         (nnimap-request-group): Use the stored info for the dont-check case, so
2349         that we don't retrieve all marks when we enter a group.
2350
2351         * nnimap.el: Use deffoo instead of defun for interface functions.
2352
2353         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2354         update the group info.  This makes the nndraft groups, for instance, go
2355         back to their old behaviour.
2356
2357         * gnus-sum.el (gnus-select-newsgroup): Indent.
2358
2359         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2360         in.
2361         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2362         nothing.
2363
2364         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2365         from methods that are denied.
2366
2367         * gnus-int.el (gnus-method-denied-p): New function.
2368
2369         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2370         store the password instead of netrc.
2371         (nnimap-open-connection): Don't error out when we can't make a
2372         connections.
2373
2374         * auth-source.el (auth-source-create): In the password prompt, say what
2375         we're querying for.  Also prompt for user name if that hasn't been
2376         given.
2377
2378         * nnimap.el (nnimap-with-process-buffer): Removed.
2379
2380 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2381
2382         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2383         method when we're reading from the agent.
2384
2385         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2386
2387         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2388         that's probably most useful for users.
2389
2390         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2391         "failed" all the time.
2392
2393         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2394         ...)) with (with-current-buffer ... ).
2395
2396         * nntp.el (nntp-open-server): Return whether the open was successful or
2397         not.
2398
2399         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2400         select an unread unseen article first.
2401
2402         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2403         /etc/services, supply some sensible port defaults.
2404
2405         * dgnushack.el: Define netrc-credentials.
2406
2407 2010-09-17  Julien Danjou  <julien@danjou.info>
2408
2409         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2410
2411 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2412
2413         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2414         doesn't have any parameters.
2415
2416 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2419         only upcased checks.
2420
2421         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2422
2423         * nnimap.el (nnimap-open-shell-stream): New function.
2424         (nnimap-open-connection): Use it.
2425         (nnimap-transform-headers): Get the number of lines in each message.
2426         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2427         number of lines.
2428         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2429         problem.
2430
2431         * utf7.el (utf7-encode): Autoload.
2432
2433         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2434         to allow the mail splitting to not return a default group.  This is
2435         useful for nnimap, which will leave unmatched mail in the inbox.
2436
2437         * nnimap.el: Rewritten.
2438
2439         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2440         nnimap usage.
2441
2442         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2443         if the move is internal, so that nnimap can do fast internal moves.
2444
2445         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2446         data.
2447         (gnus-read-active-for-groups): Support finishing the early retrieval of
2448         data.
2449
2450         * gnus-range.el (gnus-range-nconcat): New function.
2451
2452         * gnus-int.el (gnus-finish-retrieve-group-infos)
2453         (gnus-retrieve-group-data-early): New functions.
2454
2455 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2456
2457         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2458         (nnrss-retrieve-groups):
2459         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2460         (pop3-quit): Use with-current-buffer.
2461
2462 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2465         instead of nnheader-accept-process-output.
2466
2467         * dgnushack.el (dgnushack-compile): Add comment.
2468
2469         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2470
2471         * gnus-html.el (gnus-html-schedule-image-fetching)
2472         (gnus-html-prefetch-images): Replace process-kill-without-query by
2473         gnus-set-process-query-on-exit-flag.
2474
2475 2010-09-16  Romain Francoise  <romain@orebokech.com>
2476
2477         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2478
2479 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2480
2481         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2482         parameter to unintern is mandatory-ish in Emacs 24.
2483
2484         * gnus-html.el (gnus-html-schedule-image-fetching)
2485         (gnus-html-prefetch-images): Check for curl before using it.
2486
2487         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2488         depend on curl, which isn't essential.
2489
2490         * imap.el: Revert back to version
2491         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2492         seem problematic.
2493
2494 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2495
2496         * gnus-registry.el (gnus-registry-install-shortcuts):
2497         Explicitly pass `obarray' to `unintern' to avoid a warning.
2498
2499 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2500
2501         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2502         change.
2503
2504         * nnrss.el (nnrss-request-list): Removed this function and related
2505         functions, including the moreover stuff.
2506
2507 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2508
2509         * nnrss.el (nnrss-retrieve-groups): New function.
2510
2511 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2512
2513         * .dir-locals.el: Add no-byte-compile cookie.
2514
2515 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2516
2517         * time-date.el (format-seconds): Comment fix.
2518
2519         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2520         for back end that doesn't support request-scan.
2521
2522 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2525         then do request scans from the backends.
2526
2527         * netrc.el (netrc-credentials): New conveniency function.
2528
2529         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2530         avoid running a hook per line, since this takes a lot of time,
2531         profiling shows.
2532         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2533         directly if gnus-visual-p is true.
2534
2535 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2536
2537         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2538         groups; replace mapcar with dolist which is a bit faster; pass groups
2539         info to gnus-read-active-file-1.
2540         (gnus-read-active-file-1): Scan only specified groups if the new
2541         optional arg `infos' is given.
2542
2543 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2544
2545         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2546
2547         * pop3.el (pop3-movemail): Removed.
2548         (pop3-streaming-movemail): Renamed to pop3-movemail.
2549
2550         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2551         don't restrict end-tag searches to the end of the line.
2552
2553 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2554
2555         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2556         articles of every unchecked group to t, which means unknown since the
2557         server has never been opened.
2558
2559 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2560
2561         * gnus-html.el (gnus-html-show-alt-text): New command.
2562         (gnus-html-browse-image): Ditto.
2563         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2564         to browse the image directly.
2565         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2566         better.
2567
2568         * gnus-async.el (gnus-async-article-callback): Call
2569         `gnus-html-prefetch-images' unconditionally.
2570
2571         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2572         before feeding URLs to curl.
2573
2574 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2577         internal images as deletable by `W D D'.
2578
2579         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2580         (gnus-async-article-callback): Fix typo.
2581
2582 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2583
2584         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2585         current line to work around bugs in the output from w3m.
2586
2587         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2588         for groups that want that.
2589
2590         * nntp.el (nntp-wait-for-string): Supply a timeout for
2591         accept-process-output to ensure progress.
2592
2593         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2594         level to get unread articles from, then use that for foreign groups,
2595         too.
2596
2597         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2598         confuses the rest of the function.
2599
2600         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2601         for the methods that support -retrieve-groups, too.
2602
2603         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2604
2605 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2608         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2609
2610         * pop3.el: Require cl when compiling.
2611         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2612
2613 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2614
2615         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2616         that aren't going to be activated.
2617         (gnus-get-unread-articles): Fix up the last commit.
2618
2619         * gnus-html.el (gnus-article-html): Allow calling without specifying
2620         the handle.  In that case, dissect the buffer first.
2621
2622         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2623
2624         * nnimap.el (nnimap-open-connection): Revert the change that would look
2625         into authinfo for imaps instead of imap.
2626
2627         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2628         say that you don't want to call gnus-request-group with don-check, but
2629         do check the reponse.  This is for virtual groups only.
2630         (gnus-get-unread-articles): Count the archive groups as secondary, so
2631         that they're activated the same way as before.
2632
2633         * imap.el (imap-message-map): Removed optional buffer parameter, since
2634         no callers use it.
2635         (imap-message-get): Ditto.
2636         (imap-message-put): Ditto.
2637         (imap-mailbox-map): Ditto.
2638         (imap-mailbox-put): Ditto.
2639         (imap-mailbox-get): Ditto.
2640         (imap-mailbox-get): Revert last change for this function.
2641
2642         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2643         case-insensitively.
2644         (nnimap-debug): Removed.
2645
2646         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2647         to use `imap-fetch' instead.  According to the comments, this should be
2648         safe, since all other IMAP clients use the 1:* syntax.
2649         (imap-enable-exchange-bug-workaround): Removed.
2650         (imap-debug): Removed -- doesn't seem very useful.
2651
2652         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2653         mail from a file, and the file doesn't exist.
2654
2655         * imap.el (imap-log): New convenience function used throughout instead
2656         of repeating the same code all over the place.
2657
2658         * pop3.el (pop3-streaming-movemail): Return t for success.
2659
2660         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2661         .authinfo if we're using ssl connection.
2662
2663         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2664         already have if we're in a main Gnus `g' run.
2665
2666         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2667
2668 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2669
2670         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2671
2672         * nnmh.el (nnmh-request-list-1): Bind `file'.
2673
2674         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2675         alias to set-process-query-on-exit-flag or process-kill-without-query.
2676         (pop3-open-server): Use it.
2677
2678 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679
2680         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2681         box to the Incoming file.  Fixes mistake in previous checkin.
2682
2683         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2684         request loop (for debugging purposes) removed.
2685
2686         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2687         culprit is more visible.
2688         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2689         (nnml-add-incremental-nov): New functions to do "incremental" nov
2690         updates, where we just append to the end of the existing nov files
2691         without reading/writing them in full.
2692
2693         * mail-source.el (mail-source-delete-crash-box): Really only check the
2694         incoming files once in a while.
2695
2696         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2697
2698         * mail-source.el (mail-source-delete-crash-box): Only check the
2699         incoming files for deletion once per day to save a lot of file
2700         accesses.
2701
2702         * pop3.el (pop3-logon): Fix up unbound variable typo.
2703
2704         * mail-source.el (pop3-streaming-movemail): Autoload.
2705
2706         * pop3.el (pop3-streaming-movemail): Respect
2707         pop3-leave-mail-on-server.
2708
2709         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2710         retrieval.
2711
2712         * pop3.el (pop3-process-filter): Removed unused function.
2713         (pop3-streaming-movemail, pop3-send-streaming-command)
2714         (pop3-wait-for-messages, pop3-write-to-file)
2715         (pop3-number-of-responses): New functions for streaming pop3
2716         retrieval.
2717
2718         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2719         come from no known methods.
2720         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2721         list.
2722
2723         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2724         message sizes.
2725         (pop3-movemail): Use erase-buffer instead of looping and deleting
2726         regions, which seems rather odd.
2727
2728         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2729         file once per `g' run.
2730
2731         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2732         directories.  This makes the draft queue directory work.
2733
2734         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2735         data from the backends, so that we only request the list of groups from
2736         each method once.  This should speed things up considerably.
2737
2738         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2739         detect that it's not implemented.
2740
2741         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2742         we actually do recurse down into the tree, but don't stat all leaf
2743         nodes.
2744
2745         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2746         then say so instead of bugging out.
2747
2748         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2749         files exist before trying to read them.
2750
2751         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2752         around <pre_int>.
2753
2754         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2755
2756         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2757
2758 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2759
2760         * mm-util.el (mm-image-load-path): Just return the image directories,
2761         not all directories in the path in addition to the image directories.
2762         (mm-image-load-path): Maintain a cache of the image directories so that
2763         the `g' command in Gnus doesn't have to stat dozens of directories each
2764         time.
2765
2766         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2767         (gnus-html-wash-tags): Add a new `i' command to insert images.
2768         (gnus-html-insert-image): New command and keystroke.
2769         (gnus-html-redisplay-with-images): New command and keystroke.
2770         (gnus-html-show-images): Renamed command.
2771         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2772         spacers.
2773         (gnus-html-wash-tags): Decode entities at the end, so that entities
2774         inside the tags don't mess up the rest of the "parsing".
2775
2776         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2777         so that nnimap methods aren't agentized by default.  There's apparently
2778         many problems related to agent/imap behaviour.
2779
2780         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2781
2782         * gnus-html.el: Doc fix.
2783
2784 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2787         specifier-spec-list for Emacs 21.
2788
2789         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2790         glyph-width and glyph-height instead of display-graphic-p and
2791         image-size; make avoidance of displaying small images work for XEmacs.
2792
2793         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2794         for XEmacs.
2795
2796         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2797         of symbol that holds plist data.
2798         (gnus-process-plist): Remove plist of process after getting it.
2799
2800 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801
2802         * message.el (message-generate-hashcash): Change default to
2803         'opportunistic if hashcash is installed.
2804
2805         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2806         (gnus-html-put-image): Only call image-size once, since it's somewhat
2807         time-consuming on remote X servers.
2808
2809 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2810
2811         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2812         type on data, not a file name.
2813
2814         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2815         window-pixel-edges for Emacs 21.
2816
2817         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2818         decoded contents.
2819         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2820
2821 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2822
2823         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2824         group line format, since it isn't very interesting.
2825
2826         * gnus-agent.el (gnus-agent-short-article),
2827         (gnus-agent-long-article): Increase values for these two variables,
2828         since most people are likely to have more network connection and
2829         storage than before.
2830
2831         * gnus.el (gnus-refer-article-method): Change default to 'current.
2832         When referring an article, the common behaviour is to refer it from the
2833         current select method, not the native select method.  The chances of
2834         the native select method having the message in question is rather slim
2835         these days.
2836
2837         * gnus-sum.el (gnus-auto-select-subject): Change default to
2838         `unseen-or-unread'.  I think it's likely that most people want to
2839         select an unseen article over a previously seen, but unread one.
2840
2841         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2842         means that in the article buffer none of the minor mode elements will
2843         be shown, usually, and this is not desirable in most cases.
2844
2845         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2846         that commands like `d' (and the like) go to the next line in the
2847         buffer, instead of the next unread article.  I think this is the
2848         behaviour that is most natural for most users.
2849         (gnus-single-article-buffer): Change default to nil, so that people can
2850         have as many article buffers open as they have summary buffer.  I think
2851         this is the most natural way for the groups to behave.
2852
2853         * message.el (message-generate-new-buffers): Change default to
2854         `unsent', so that all new message buffers start their names with the
2855         string "*unsent", and it's easier to find the buffers if you move from
2856         them.
2857
2858 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859
2860         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2861         small.  They're probably tracking images.
2862         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2863         (gnus-html-rescale-image): Yet another try at getting the image sizing
2864         right.
2865
2866         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2867         nntp-marks-file-name is nil.
2868
2869 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2870
2871         * gnus-html.el (gnus-html-wash-tags)
2872         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2873         Better logging.
2874
2875 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2876
2877         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2878
2879         * gnus-html.el (gnus-html-wash-tags): Check the value of
2880         gnus-blocked-images in the summary buffer.
2881
2882 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2883
2884         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2885
2886 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2887
2888         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2889         like "a", it seems like.
2890         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2891         since it needs to be picked from the correct buffer.
2892
2893         * nnwfm.el: Removed.
2894
2895         * nnlistserv.el: Removed.
2896
2897 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2898
2899         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2900         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2901
2902 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2903
2904         * nnkiboze.el: Removed.
2905
2906         * nndb.el: Removed.
2907
2908         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2909         alt text.
2910         (gnus-html-rescale-image): Try to get the rescaling logic right for
2911         images that are just wide and not tall.
2912
2913         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2914         overshadow variable bindings.
2915
2916 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2917
2918         * gnus-html.el (gnus-html-wash-tags)
2919         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2920         extra logging.
2921
2922 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2923
2924         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2925         (gnus-max-image-proportion): New variable.
2926         (gnus-html-rescale-image): New function.
2927         (gnus-html-put-image): Rescale images.
2928
2929 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2930
2931         Fix up some byte-compiler warnings.
2932         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2933         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2934         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2935         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2936         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2937         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2938         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2939
2940 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2941
2942         * gnus-html.el (gnus-article-html): Decode contents by charset.
2943
2944 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2945
2946         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2947         (gnus-html-frame-width, gnus-blocked-images)
2948         * message.el (message-prune-recipient-rules): Add custom version.
2949         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2950
2951         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2952         functions.
2953
2954         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2955         gnus-process-get.
2956
2957 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2958
2959         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2960         instead of lsub directly.
2961
2962 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2963
2964         * nnwarchive.el: Removed.
2965
2966         * gnus-soup.el: Removed.
2967
2968         * nnsoup.el: Removed.
2969
2970         * nnultimate.el: Removed.
2971
2972         * gnus-html.el (gnus-blocked-images): New variable.
2973
2974         * message.el (message-prune-recipients): New function.
2975         (message-prune-recipient-rules): New variable.
2976
2977         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2978         guess whether a long line is natural text or not.
2979
2980         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2981         gnus-process-plist and friends for compatibility.
2982
2983 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2984
2985         * gnus-html.el: Require packages that define macros used in this file.
2986         (gnus-article-mouse-face): Declare to silence byte-compiler.
2987         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2988         process-get.
2989         (gnus-html-put-image): Use plist-get to avoid getf.
2990         (gnus-html-prefetch-images): Use with-current-buffer.
2991
2992 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * gnus-ems.el: Provide compatibility functions for
2995         gnus-set-process-plist.
2996
2997         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2998         header-line-format for XEmacs 21.4.
2999
3000         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3001         * gnus.el (gnus-valid-select-methods)
3002         * message.el (message-send-mail-partially-limit)
3003         * mm-decode.el (mm-text-html-renderer)
3004         * mml.el (mml-insert-mime-headers-always)
3005         * smiley.el (smiley-regexp-alist): Bump custom version.
3006
3007 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3008
3009         * gnus-html.el: require mm-url.
3010         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3011         with the url to `url'.
3012         (gnus-html-wash-tags): Support cid: URLs/images.
3013
3014 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3015
3016         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3017         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3018         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3019
3020         * gnus-move.el: Removed file, since it doesn't really work.
3021
3022         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3023         UTF-8.  This seems to fix problems with some German web feeds.
3024
3025         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3026         at the top so that the proper colours are applied.
3027
3028         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3029         don't have dots in their names.
3030
3031         * gnus-art.el (gnus-article-view-part): Doc fix.
3032
3033         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3034         XEmacs-compatible.
3035         (gnus-html-put-image): Don't do images on non-graphic displays.
3036
3037         * nnslashdot.el: Removed this unused backend.
3038
3039         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3040         actions.
3041         (gnus-undo-register-1): Revert last change.
3042
3043         * gnus-group.el (gnus-group-completing-read): Protect against not
3044         having completion-styles bound.
3045
3046         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3047         make broken recipients happier.
3048
3049         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3050
3051         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3052         point parameter.
3053
3054         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3055
3056         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3057         completion-styles for group selection.
3058
3059 2009-02-04  Andreas Schwab  <schwab@suse.de>
3060
3061         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3062         headers and regexp-quote the match if necessary.
3063
3064 2009-03-24  Miles Bader  <miles@gnu.org>
3065
3066         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3067         the blinking smiley.
3068
3069 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3070
3071         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3072         blink smiley.
3073
3074 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075
3076         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3077         where the dribbel file lives exists.
3078
3079         * message.el (message-send-mail-partially-limit): Change the default to
3080         nil, since most people don't want this.
3081
3082         * mm-url.el (mm-url-decode-entities): Also decode entities like
3083         &#x3212.
3084
3085 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3086
3087         * gnus-sum.el (gnus-summary-idna-message):
3088         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3089         Hyperlink urls in docstrings with URL `...'.
3090
3091 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3092
3093         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3094         functions.
3095
3096 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3097
3098         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3099         say what the mouseover text should be.
3100
3101         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3102         version of the mm-w3m-safe-url-regexp variable to only download images
3103         in the groups where we want that to happen.
3104
3105         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3106
3107         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3108         easier debugging.
3109         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3110         big pictures in the article buffer.
3111
3112         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3113         gnus-article-html.
3114         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3115         w3m.
3116
3117         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3118
3119 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3120
3121         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3122         which doesn't exist.
3123
3124         * message.el (message-inhibit-ecomplete): New variable to allow some
3125         function to inhibit ecomplete address storage.
3126         (message-resend): Disable ecomplete message storage when resending
3127         messages.
3128
3129         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3130
3131 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3132
3133         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3134         Save excursion while copying, moving, and deleting articles in order to
3135         prevent the cursor from jumping to unforeseen place.
3136
3137 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3138
3139         * lpath.el: No need to bind bookmark-current-buffer,
3140         bookmark-yank-point and bookmark-make-record-function.
3141
3142 2010-08-17  Glenn Morris  <rgm@gnu.org>
3143
3144         * gnus-sync.el: Require gnus components whose functions are used.
3145
3146         * gnus-art.el (bookmark-make-record-function):
3147         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3148         Declare for compiler.
3149
3150         * mm-url.el (mml-compute-boundary): Autoload.
3151
3152 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3153
3154         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3155
3156 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3157
3158         Typo fix "hoo4a" -> "hook".
3159
3160         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3161
3162 2010-08-14  Glenn Morris  <rgm@gnu.org>
3163
3164         * gnus-sync.el (gnus-sync): Fix defgroup version.
3165
3166 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3167
3168         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3169
3170         * gnus-sync.el: Fix docs.
3171         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3172         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3173
3174 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3175
3176         Optimizations for gnus-sync.el.
3177
3178         * gnus-sync.el: Add docs about gnus-sync-backend
3179         possibilities.
3180         (gnus-sync-save): Remove unnecessary message.
3181         (gnus-sync-read): Optimize and show what groups were skipped.
3182
3183 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3184
3185         Minor bug fixes for gnus-sync.el.
3186
3187         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3188         read the sync on get-new-news.
3189
3190         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3191         quiet.
3192
3193         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3194
3195 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3196
3197         Make saving and restoring of hidden threads work with overlays.
3198         Patch applied by Ted Zlatanov.
3199
3200         * gnus-sum.el (gnus-hidden-threads-configuration)
3201         (gnus-restore-hidden-threads-configuration): Update to deal with text
3202         properties, rather than searching for a magic character.
3203
3204 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3205
3206         New gnus-sync.el library for synchronization of marks.
3207
3208         * gnus-sync.el: New library for synchronization of marks.
3209
3210         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3211         renamed from `gnus-registry-grep-in-list'.
3212
3213         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3214
3215         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3216
3217 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3220         determining charset of text fails.
3221
3222 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3223
3224         * nnmail.el (nnmail-get-new-mail-1): Revert.
3225
3226         * nnml.el (nnml-active-number): Make sure names of newly created groups
3227         in nnml-group-alist are encoded.
3228
3229 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3230
3231         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3232         containing non-ASCII characters in active file for nnml back end.
3233
3234 2010-07-24  David Engster  <dengste@eml.cc>
3235
3236         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3237         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3238
3239 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3240
3241         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3242         tag (Bug#6654).
3243
3244 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3245
3246         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3247         the article buffer, not the summary buffer.
3248
3249 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3250
3251         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3252         Emacs 23 as well.
3253
3254 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3257         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3258
3259 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3260
3261         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3262         Patch applied by Karl Fogel.
3263
3264         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3265         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3266
3267 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3268
3269         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3270         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3271         C-w still not working correctly from Article buffers; Thierry's
3272         patch to fix that will be applied after this.
3273
3274         * gnus-art.el (bookmark-make-record-function): New local variable.
3275
3276         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3277         article buffer.
3278         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3279
3280 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3281
3282         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3283         on changes in bookmark.el.
3284
3285 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3288         `no-log' instead of message not to log prompt string.
3289
3290 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3291
3292         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3293         the *other* type of HTML form submission.
3294
3295 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3296
3297         * auth-source.el (auth-source-pick): If choice does not contain a
3298         questioned keyword, set the check to t.
3299
3300 2010-06-12  Romain Francoise  <romain@orebokech.com>
3301
3302         * gnus-util.el (gnus-date-get-time): Move up before first use.
3303
3304 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3307         (gnus-article-edit-part): Bind it to make last part that is substituted
3308         or deleted visible.
3309         (gnus-mime-display-single): Buttonize part of which id equals to
3310         gnus-mime-buttonized-part-id.
3311
3312 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3313
3314         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3315         (gnus-dd-mmm): Use gnus-date-get-time.
3316         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3317         simplify logic.
3318         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3319         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3320
3321 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3322
3323         * auth-source.el (top): Autoload `secrets-list-collections',
3324         `secrets-create-item', `secrets-delete-item'.
3325         (auth-sources): Fix tag string.
3326         (auth-get-source, auth-source-retrieve, auth-source-create)
3327         (auth-source-delete): New defuns.
3328         (auth-source-pick): Rewrite in order to avoid 2 passes.
3329         (auth-source-forget-user-or-password): New parameter USERNAME.
3330         (auth-source-user-or-password): New parameters CREATE-MISSING and
3331         DELETE-EXISTING.  Retrieve password interactively, if needed.
3332
3333 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3334
3335         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3336         deleting unused directories when gnus-expert-user is t.
3337
3338 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3339
3340         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3341         for each temp file when gnus-article-browse-delete-temp is ask.
3342
3343 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3344
3345         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3346         Lisp calls to delete-backward-char by calls to delete-char.
3347
3348 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3349
3350         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3351
3352 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3353
3354         * password-cache.el (password-cache-remove): Fix docstring.
3355
3356 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3357
3358         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3359         article unless decoding article to be saved.
3360
3361 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3362
3363         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3364         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3365         generated within the mm-with-unibyte-current-buffer macro.
3366
3367 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3368
3369         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3370         to nil when we're in a mml-preview buffer and no group is selected.
3371
3372 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3373
3374         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3375         when catching the `C-g'.  Reported by "Leo".
3376
3377 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3378
3379         * message.el (message-forward-make-body-plain)
3380         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3381         multibyte-string-p.
3382
3383         * lpath.el: Revert.
3384
3385 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * message.el (message-forward-make-body-mml): Assume original message
3388         is multibyte string; error on unibyte.
3389         (message-forward-make-body-plain): Ditto; don't add excessive newline
3390         in body end.
3391
3392         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3393
3394 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3395
3396         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3397         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3398
3399 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3400
3401         * mm-extern.el (mm-extern-url): Don't use
3402         mm-with-unibyte-current-buffer.
3403         (mm-extern-cache-contents): Use with-current-buffer instead of
3404         save-excursion + set-buffer.
3405
3406 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3407
3408         * mm-util.el (mm-emacs-mule): Remove.
3409
3410 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3411
3412         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3413         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3414         change.
3415
3416 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3417
3418         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3419         bind the default value of enable-multibyte-characters to nil.
3420
3421 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * message.el (message-forward-make-body-plain)
3424         (message-forward-make-body-mml):
3425         Don't use mm-with-unibyte-current-buffer.
3426
3427 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3428
3429         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3430
3431 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3432
3433         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3434         (Bug#5592).
3435
3436 2010-05-07  Julien Danjou  <julien@danjou.info>
3437
3438         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3439         it to mm-pipe-part.
3440
3441         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3442         it is given.
3443
3444 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3445
3446         * binhex.el (binhex-decode-region-internal)
3447         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3448         (dns-query)
3449         * nnweb.el (nnweb-gmane-search)
3450         * pgg-parse.el (pgg-parse-armor)
3451         * pgg.el (pgg-verify-region)
3452         * sha1.el (sha1-string-external)
3453         * uudecode.el (uudecode-decode-region-internal)
3454         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3455         XEmacs.
3456
3457         * gnus-art.el (gnus-article-browse-html-parts)
3458         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3459         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3460         make-temp-file.
3461
3462         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3463         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3464         compiling.
3465
3466         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3467         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3468         XEmacs when compiling.
3469
3470         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3471         gnus-pick-mode-off-hook for XEmacs when compiling.
3472         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3473         gnus-binary-mode-off-hook for XEmacs when compiling.
3474
3475         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3476         nil if char-charset is not available.
3477
3478         * imap.el (imap-disable-multibyte)
3479         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3480         macros.
3481
3482         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3483         instead of encode-coding-string.
3484
3485         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3486         'xemacs) instead of mm-emacs-mule to switch function definitions.
3487         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3488
3489         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3490         bind temporary-file-directory for XEmacs;
3491         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3492         timer-set-function for XEmacs 21.4 and SXEmacs;
3493         bind timer-list for XEmacs 21.4 and SXEmacs;
3494         fbind char-charset and find-charset-region for non-Mule XEmacs;
3495         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3496         encode-coding-region and encode-coding-string for XEmacs having no
3497         file-coding feature.
3498
3499 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3500
3501         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3502
3503 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3506         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3507
3508 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3509
3510         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3511         alias `jka-compr-delete-temp-file' no longer exists.
3512
3513 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3514
3515         Use define-minor-mode in Gnus where applicable.
3516         * mml.el (mml-mode): Use define-minor-mode.
3517         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3518         (gnus-undo-mode): Use define-minor-mode.
3519         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3520         (gnus-dead-summary-mode): Use define-minor-mode.
3521         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3522         Initialize in declaration.
3523         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3524         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3525         (gnus-mailing-list-mode): Use define-minor-mode.
3526         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3527         (gnus-draft-mode): Use define-minor-mode.
3528         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3529         (gnus-dired-mode): Use define-minor-mode.
3530
3531 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3532
3533         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3534         handles on recursive mml-to-mime translation and check them for
3535         boundary delimiter collisions.  Reported by Greg Troxel.
3536
3537 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3538
3539         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3540
3541 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3542
3543         * mm-util.el (mm-find-buffer-file-coding-system):
3544         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3545
3546 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3547
3548         * message.el (message-generate-headers): Record insertion of optional
3549         headers as well.  Otherwise the check to prevent repeated insertion of
3550         optional headers is a no-op.
3551
3552 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3553
3554         * smime.el: Don't mention CVS.
3555
3556         * nnrss.el (nnrss-fetch): Don't mention CVS.
3557
3558         * nnir.el: Don't mention CVS.
3559
3560 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3561
3562         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3563
3564 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * lpath.el: Fbind bookmark-default-handler,
3567         bookmark-get-bookmark-record, bookmark-make-record-default,
3568         bookmark-prop-get for Emacs <23 and XEmacs.
3569
3570 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3571
3572         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3573         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3574         Use with-current-buffer to silence the byte-compiler.
3575         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3576         bother to require `gnus'.
3577         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3578
3579 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3580
3581         * gnus-sum.el (gnus-summary-bookmark-make-record)
3582         (gnus-summary-bookmark-jump): New functions.
3583         (gnus-summary-mode): Setup bookmark support.
3584
3585 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3586
3587         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3588         if set.
3589
3590 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3591
3592         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3593         gnus-article-browse-html-save-cid-image; make it work recursively for
3594         forwarded messages as well.
3595         (gnus-article-browse-html-parts): Work when prefix arg is given.
3596         (gnus-article-browse-html-article): Doc fix.
3597
3598 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3599
3600         * message.el (message-default-mail-headers):
3601         (message-default-headers): Carry the value mail-default-headers over
3602         into message-default-mail-headers, rather than message-default-headers.
3603
3604 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3605
3606         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3607         charset.
3608
3609         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3610         charset into the <meta> tag when the article is encoded to utf-8.
3611
3612 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3615         directories as well.
3616         (gnus-article-browse-html-parts): Work for images that do not specify
3617         file names; delete temp directory when quitting; insert header at the
3618         right place; use file: scheme for image files.
3619
3620 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3621
3622         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3623         (gnus-article-browse-html-parts): Use it to make temporary cid image
3624         files in addition to html file so that browser may display them.
3625
3626 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3627
3628         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3629
3630 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3631
3632         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3633
3634 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3635
3636         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3637         about Secret Service API sources.  Improve Customize options.
3638         (auth-source-pick): Change to accept any number of search parameters.
3639         Implement fallbacks iteratively, not recursively.  Add scoring on the
3640         second pass and sort by score.  Call Secret Service API when needed.
3641         (auth-source-user-or-password): Use it.  Call Secret Service API
3642         directly when needed to get the user name and the password.
3643
3644 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3645
3646         * message.el (message-interactive): Doc fix.
3647         (message-qmail-inject-args): Reflow.
3648         (message-kill-to-signature): Fix typo in docstring.
3649
3650         * smiley.el (smiley-buffer): Fix typo in docstring.
3651
3652 2010-03-24  Glenn Morris  <rgm@gnu.org>
3653
3654         * mail-source.el (gnus-message): Declare.
3655         (mail-source-delete-old-incoming): Require gnus-util.
3656
3657 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3660
3661         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3662
3663         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3664         password-cache's default if it is not bound.
3665         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3666         password-cache-expiry's default if it is not bound.
3667
3668         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3669         available in Emacs 21.
3670
3671         * lpath.el: Suppress compiler warnings for:
3672         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3673         XEmacs;
3674         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3675         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3676         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3677
3678 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3679
3680         * auth-source.el (auth-sources): Fix up definition so extra parameters
3681         are always inline.
3682
3683 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3684
3685         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3686         wasn't updated after mismatch.  Clear cached mailbox info correctly
3687         when uidvalidity changes.
3688         (nnimap-group-prefixed-name): New function to avoid some code
3689         duplication.
3690         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3691         (nnimap-request-group): Use it.
3692         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3693         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3694         with many imap folders.  This is done by caching the group status from
3695         the imap server persistently in a group parameter `imap-status'.  (This
3696         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3697         but not persistently, so every Gnus startup was still very slow.)
3698
3699 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3700
3701         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3702         delete the extra newline.  Otherwise editing of :string and :number
3703         types don't work.
3704
3705 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3706
3707         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3708         secrets.el dependency.
3709         (auth-sources): Add optional user name.  Add secrets.el configuration
3710         choice (unused right now).
3711
3712 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3713
3714         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3715         `gnus-registry-install-shortcuts' fill in the functions.
3716
3717         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3718         warnings.
3719         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3720         (gnus-registry-install-shortcuts): Populate and use it in a
3721         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3722
3723 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3724
3725         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3726         In-place substitutions for the group name encoding/decoding.
3727         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3728         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3729         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3730         (nnimap-update-unseen, nnimap-request-list)
3731         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3732         (nnimap-request-set-mark, nnimap-split-to-groups)
3733         (nnimap-split-articles, nnimap-request-newgroups)
3734         (nnimap-request-create-group, nnimap-request-accept-article)
3735         (nnimap-request-delete-group, nnimap-request-rename-group)
3736         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3737         `encoded-mbx' for consistency.
3738         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3739         variable `imap-current-mailbox'.
3740
3741         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3742         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3743
3744 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3745
3746         * pop3.el (pop3-display-message-size-flag): Display message size byte
3747         counts during POP3 download.
3748         (pop3-movemail): Use it.
3749         (pop3-list): Implement listing of available messages.
3750
3751 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3752
3753         * nnir.el (nnir-get-article-nov-override-function): New function to
3754         override the normal NOV retrieval.
3755         (nnir-retrieve-headers): Use it.
3756
3757 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3758
3759         * auth-source.el (netrc-machine-user-or-password): Autoload.
3760
3761 2010-03-19  Glenn Morris  <rgm@gnu.org>
3762
3763         Stop message.el from loading about 40 libraries it doesn't always need.
3764         The general approach is to autoload rather than require, and to
3765         require in the specific functions rather than the file.  (Bug#5642)
3766
3767         * gmm-utils.el: Don't require wid-edit.
3768         (widget-create-child-value, widget-convert, widget-default-get):
3769         Autoload.
3770
3771         * gnus-util.el: Don't require time-date, netrc.
3772         (message-fetch-field, gnus-group-name-decode): Declare rather than
3773         autoloading.
3774         (gnus-fetch-field): Require message.
3775         (gnus-decode-newsgroups): Require gnus-group.
3776
3777         * ietf-drums.el: Don't require time-date.
3778
3779         * message.el: Don't require hashcash, canlock, ecomplete.
3780         Do require mail-utils.  Require nnheader only when compiling.
3781         (smtpmail-default-smtp-server): Remove declaration.
3782         (message-send-mail-function): Check smtpmail-default-smtp-server
3783         is bound rather than requiring smtpmail.
3784         (message-auto-save-directory, message-insert-signature): Use
3785         expand-file-name rather than nnheader-concat.
3786         (nnheader-insert-file-contents): Autoload.
3787         (hashcash-wait-async): Declare.
3788         (message-send-mail): Only call gnus-setup-posting-charset if
3789         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3790         (message-send-mail-with-sendmail): Require sendmail.
3791         (canlock-password, canlock-password-for-verify): Declare.
3792         (message-canlock-password): Require canlock.
3793         (nnheader-get-report): Autoload.
3794         (gnus-setup-posting-charset): Declare.
3795         (message-send-news): Require gnus-msg.
3796         (message-make-references, message-make-in-reply-to): Use mail-header-id
3797         rather than the alias mail-header-message-id.
3798         (ecomplete-add-item, ecomplete-save): Declare.
3799         (message-put-addresses-in-ecomplete): Require ecomplete.
3800         (ecomplete-display-matches): Autoload.
3801
3802         * mm-decode.el: Don't require mailcap, gnus-util.
3803         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3804         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3805         Autoload.
3806         (mailcap-mime-extensions): Declare.
3807
3808         * mm-encode.el: Don't require mailcap.
3809         (mailcap-extension-to-mime): Autoload.
3810
3811         * mml-sec.el: Don't require password-cache.
3812
3813         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3814         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3815         (mml-minibuffer-read-type): Require mailcap.
3816         (mml-preview): Require gnus-msg.
3817
3818         * mml1991.el: Require password-cache.
3819         (password-cache-expiry): Remove declaration.
3820
3821         * mml2015.el: Require password-cache.
3822         (password-cache-expiry): Remove declaration.
3823
3824         * nneething.el (mailcap): Require mailcap.
3825
3826         * nnheader.el (declare-function): Add compatibility stub.
3827         (message-remove-header): Declare rather than autoload.
3828         (nnheader-replace-header): Require message.
3829
3830         * nnimap.el (declare-function): Add compatibility stub.
3831         (netrc-parse, netrc-machine-user-or-password): Declare.
3832         (nnimap-open-connection): Require netrc.
3833
3834         * nntp.el (declare-function): Add compatibility stub.
3835         (netrc-parse, netrc-machine, netrc-get): Declare.
3836         (nntp-send-authinfo): Require netrc.
3837
3838         * rfc2047.el: Don't require qp.
3839         (quoted-printable-encode-region, quoted-printable-decode-string):
3840         Autoload.
3841
3842         * sieve-mode.el: Don't require easymenu.
3843         (easy-menu-add-item): Autoload it.
3844
3845         * spam-stat.el (time-to-number-of-days): Autoload it.
3846
3847 2010-03-19  Glenn Morris  <rgm@gnu.org>
3848
3849         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3850
3851 2010-03-18  Glenn Morris  <rgm@gnu.org>
3852
3853         * hashcash.el (declare-function): Remove duplicate definition.
3854
3855 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3856
3857         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3858         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3859         value if any backslash escapes).
3860
3861 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3864         if it is available.  (bug#5647)
3865
3866         * lpath.el: Suppress compiler warning for coding-system-from-name for
3867         Emacs 21 and XEmacs.
3868
3869 2010-03-14  Juri Linkov  <juri@jurta.org>
3870
3871         * hmac-def.el:
3872         * hmac-md5.el:
3873         * netrc.el: Fix keywords.
3874
3875 2010-02-26  Glenn Morris  <rgm@gnu.org>
3876
3877         * message.el (message-send-mail-function): Change the default, so that
3878         it inherits from a customized send-mail-function.  (Bug#5643)
3879
3880 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3881
3882         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3883         shell-command-to-string signals an error (bug#5299).
3884
3885 2010-02-24  Glenn Morris  <rgm@gnu.org>
3886
3887         * message.el (message-smtpmail-send-it)
3888         (message-send-mail-with-mailclient): Doc fixes.
3889
3890 2010-02-16  Glenn Morris  <rgm@gnu.org>
3891
3892         * message.el (message-default-mail-headers): Change the default value
3893         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3894
3895 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3898         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3899
3900 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3901
3902         * time-date.el (date-to-time): Doc fix (Bug#5408).
3903
3904 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3905
3906         * message.el (message-mail): Just pass yank-action on to message-setup.
3907         (message-setup): Handle (FUN . ARGS) form of yank-action.
3908         (message-with-reply-buffer, message-widen-reply)
3909         (message-yank-original): Handle non-buffer values of
3910         message-reply-buffer (Bug#4080).
3911         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3912
3913 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3914
3915         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3916         Fix typo in docstring.
3917
3918 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3919
3920         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3921         response.
3922
3923 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3924
3925         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3926
3927         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3928
3929         * message.el (message-check-news-header-syntax): Protect against a
3930         string that `rfc822-addresses' returns when parsing fails.
3931
3932 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3935         (gnus-previous-char-property-change): New functions.
3936
3937         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3938
3939 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3940
3941         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3942         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3943
3944 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3945
3946         * message.el (message-exchange-point-and-mark): Rework last change to
3947         avoid using optional arg of exchange-point-and-mark, for backward
3948         compatibility.
3949
3950 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3951
3952         * message.el (message-exchange-point-and-mark): Call
3953         exchange-point-and-mark with an argument rather than setting
3954         mark-active by hand (Bug#5175).
3955
3956 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * nntp.el (nntp-service-to-port): Work for service expressed with
3959         numeric string; replace [:digit:] with [0-9] for XEmacs.
3960
3961 2009-12-17  Glenn Morris  <rgm@gnu.org>
3962
3963         * gnus-group.el (gnus-bug-group-download-format-alist):
3964         Change emacs entry to debbugs.gnu.org.  Bump :version.
3965
3966 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3967
3968         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3969
3970 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3971
3972         * message.el (message-info): Explain why we use `Info-goto-node'.
3973
3974 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3975
3976         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3977
3978 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3979
3980         * message.el (message-completion-in-region): New compatibility function.
3981         (message-expand-group): Use it.
3982
3983 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3984
3985         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3986         with no unread article should be listed if the 2nd arg `predicate' is
3987         given.
3988
3989 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3990
3991         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3992
3993 2009-11-29  Juri Linkov  <juri@jurta.org>
3994
3995         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3996         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3997         on `gnus-recenter'. (Bug#4698, Bug#4981)
3998
3999 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4000
4001         * sha1.el (sha1-string-external): default-directory "/" in case
4002         otherwise non-existent.  process-connection-type pipe for touch of
4003         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4004
4005 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4006
4007         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4008         it's comms related and sgml-mode.el has "comm" on that basis too.
4009
4010 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4013         containing tspecial characters if they have been already quoted.
4014
4015 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4016
4017         * dns-mode.el (auto-mode-alist): Purecopy string.
4018
4019 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4020
4021         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4022
4023 2009-10-24  Glenn Morris  <rgm@gnu.org>
4024
4025         * gnus-art.el (help-xref-stack-item): Define for compiler.
4026
4027 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4028
4029         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4030
4031 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4032
4033         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4034
4035 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4036
4037         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4038         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4039
4040 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4041
4042         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4043         (gnus-overlays-in): New alias to overlays-in.
4044
4045         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4046         gnus-overlay-get, and gnus-delete-overlay.
4047         (gnus-summary-show-thread): Make it work as well for systems in which
4048         next-single-char-property-change is not available.
4049         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4050
4051         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4052         (gnus-overlay-get): New alias to extent-property.
4053         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4054
4055         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4056         SXEmacs.
4057
4058         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4059         SXEmacs.
4060
4061 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4062
4063         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4064
4065 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4066
4067         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4068         and XEmacs that don't have `remove-overlays'.
4069
4070 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4071
4072         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4073         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4074         selective display.  Use overlays instead.
4075
4076 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4077
4078         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4079
4080 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4081
4082         * spam-stat.el (spam-stat-load): Fix typo in message.
4083
4084 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4085
4086         * dig.el (dig-invoke): Fix typo in docstring.
4087         (query-dig): Reflow docstring.
4088
4089 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4090
4091         * gnus-art.el (gnus-article-encrypt-body):
4092         * message.el (message-check-recipients):
4093         * mm-util.el (mm-codepage-setup):
4094         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4095         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4096
4097 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4098
4099         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4100         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4101         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4102         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4103         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4104
4105 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4106
4107         * dig.el: Add "Keywords: comm", as per net-utils.el.
4108
4109 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4110
4111         * dig.el (dig-mode): Use define-derived-mode.
4112
4113 2009-09-19  Glenn Morris  <rgm@gnu.org>
4114
4115         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4116
4117 2009-09-18  Glenn Morris  <rgm@gnu.org>
4118
4119         * gnus-diary.el (gnus-diary-check-message):
4120         * message.el (message-insert-formatted-citation-line):
4121         * nnbabyl.el (top-level):
4122         * nndiary.el (nndiary-schedule):
4123         Fix typos in condition-case handlers.
4124
4125 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4126
4127         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4128         configuration that provides the sole article window in a frame;
4129         position point correctly after deleting a part.
4130
4131 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4132
4133         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4134         (spam-resolve-registrations-routine): Use it to unregister articles
4135         that change status.
4136
4137 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4140         with XEmacs.
4141         (parse-time-string-chars): Use it.
4142
4143 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4144
4145         * imap.el (imap-interactive-login): Better messages.
4146         (imap-open): Fix bug with renamed buffer on reconnect.
4147         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4148         for easier debugging and cleaner code.  On successful (guessed based on
4149         server capabilities) secondary authentication, set imap-state
4150         correctly.
4151         (imap-last-authenticator): Define imap-last-authenticator as a variable
4152         to avoid warnings.
4153
4154 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * nnrss.el (nnrss-request-article): Remove binding of
4157         default-enable-multibyte-characters that has gotten needless by
4158         the 2007-07-13 change in rfc2047-encode-message-header.
4159
4160         * mml.el (mml-insert-multipart): Error on the message header.
4161         (mml-insert-part): Error on the message header; position point at
4162         the end of a MIME tag.
4163
4164 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * time-date.el (autoload): Expand define-obsolete-function-alias into
4167         defalias and make-obsolete for old Emacsen that Gnus supports.
4168         (with-no-warnings): Define it for old Emacsen.
4169         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4170         is available.
4171         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4172         float-time is available; suppress compile warning for time-to-seconds.
4173
4174         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4175         (gnus-float-time): Alias to float-time if it exists.
4176
4177         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4178         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4179         float-time is available; suppress compile warning for time-to-seconds.
4180
4181         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4182         XEmacs.
4183
4184 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4185
4186         * imap.el (imap-message-map): Docstring fix.
4187
4188 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4189
4190         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4191         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4192         Add the optional argument `encoding' that overrides the default.
4193
4194         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4195         mm-encode-buffer.
4196
4197 2009-09-04  Glenn Morris  <rgm@gnu.org>
4198
4199         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4200         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4201         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4202         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4203         * mm-util.el (mm-with-unibyte-current-buffer)
4204         (mm-find-buffer-file-coding-system):
4205         * yenc.el (yenc-decode-region): Use default-value rather than
4206         default-enable-multibyte-characters.
4207
4208 2009-09-03  Glenn Morris  <rgm@gnu.org>
4209
4210         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4211         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4212         than default-enable-multibyte-characters.
4213
4214 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4215
4216         * gnus-art.el (gnus-article-read-summary-keys):
4217         Fix gnus-buffer-configuration's value temporarily used.
4218
4219 2009-09-02  Glenn Morris  <rgm@gnu.org>
4220
4221         * gnus-util.el (gnus-float-time): New function.
4222         * gnus-delay.el (gnus-delay-article):
4223         * gnus-sum.el (gnus-thread-latest-date):
4224         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4225         * nnspool.el (nnspool-request-newgroups):
4226         Use gnus-float-time rather than time-to-seconds.
4227         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4228
4229         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4230         (gnus-header-subject-face, gnus-header-newsgroups-face)
4231         (gnus-header-name-face, gnus-header-content-face):
4232         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4233         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4234         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4235         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4236         (gnus-cite-face-11):
4237         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4238         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4239         (gnus-server-closed-face, gnus-server-denied-face)
4240         (gnus-server-offline-face):
4241         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4242         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4243         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4244         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4245         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4246         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4247         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4248         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4249         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4250         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4251         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4252         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4253         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4254         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4255         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4256         (gnus-summary-high-undownloaded-face)
4257         (gnus-summary-low-undownloaded-face)
4258         (gnus-summary-normal-undownloaded-face)
4259         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4260         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4261         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4262         (gnus-splash-face):
4263         * message.el (message-header-to-face, message-header-cc-face)
4264         (message-header-subject-face, message-header-newsgroups-face)
4265         (message-header-other-face, message-header-name-face)
4266         (message-header-xheader-face, message-separator-face)
4267         (message-cited-text-face, message-mml-face):
4268         * sieve-mode.el (sieve-control-commands-face)
4269         (sieve-action-commands-face, sieve-test-commands-face)
4270         (sieve-tagged-arguments-face):
4271         * spam.el (spam-face):
4272         Mark face aliases with "-face" in the name as obsolete.
4273
4274 2009-09-01  Glenn Morris  <rgm@gnu.org>
4275
4276         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4277         than goto-line.
4278
4279 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4280
4281         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4282         Don't move point if the command is invoked inside the message header.
4283
4284 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4285
4286         * imap.el (imap-send-command): Simplify.
4287         (imap-wait-for-tag): point-max -> buffer-size.
4288
4289 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4290
4291         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4292         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4293         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4294         * nnir.el (nnir-swish-e-index-file):
4295         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4296         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4297         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4298         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4299         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4300         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4301
4302 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4305         Don't save excursion.
4306
4307 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4308
4309         * nnheader.el (nnheader-find-file-noselect):
4310         * mm-util.el (mm-insert-file-contents):
4311         Use (default-value 'major-mode) instead of default-major-mode.
4312
4313 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4314
4315         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4316
4317 2009-08-26  Glenn Morris  <rgm@gnu.org>
4318
4319         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4320         than placing in files.el.
4321
4322 2009-08-25  Glenn Morris  <rgm@gnu.org>
4323
4324         * nnir.el (top-level): Don't require cl at run-time.
4325         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4326         Replace cl-function substitute with gnus-replace-in-string.
4327         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4328         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4329         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4330         simplified expansions.
4331
4332 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4333
4334         * dig.el (dig): Add autoload cookie.
4335
4336 2009-08-22  Glenn Morris  <rgm@gnu.org>
4337
4338         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4339         goto-line.
4340
4341 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4342
4343         * parse-time.el (parse-time-string-chars): Save match data.
4344
4345 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4346
4347         * parse-time.el (parse-time-string-chars): Compute using character
4348         classes, to handle non-ascii characters (Bug#3190).
4349
4350 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4353
4354         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4355         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4356         (gnus-mm-display-part, gnus-mime-display-single)
4357         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4358         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4359
4360         * gnus-sum.el
4361         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4362         (gnus-summary-move-article): Add expirable mark to articles copied or
4363         moved to group that has auto-expire turned on if the option is non-nil.
4364
4365 2009-07-24  Glenn Morris  <rgm@gnu.org>
4366
4367         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4368         Fix typo.  (Bug#3903)
4369
4370 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4371
4372         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4373         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4374         that should not be used for draft articles.
4375         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4376         that has no concern in minor mode keys.
4377         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4378         Abolish.
4379
4380 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4381
4382         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4383         article without making inquiry to a user for unknown encoding.
4384
4385         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4386         (nnmaildir--scan): Assume i-node and device number that file-attributes
4387         returns might be cons-cell.
4388
4389         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4390
4391         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4392
4393 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4394
4395         * auth-source.el: Remove docs now in auth.texi.  Don't use
4396         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4397         `auth-source-hide-passwords' and use them.
4398
4399 2009-07-15  Glenn Morris  <rgm@gnu.org>
4400
4401         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4402
4403 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4404
4405         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4406         excessive whitespace from the default values of title and description.
4407
4408 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4409
4410         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4411         mail-fetch-field to fetch Content-Description header in order to
4412         exclude newlines.
4413
4414 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4415
4416         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4417         format used by GnuPG 2.0.11.
4418
4419 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4422         to deleted part.
4423
4424 2009-05-30  David Engster  <dengste@eml.cc>
4425
4426         * nnmairix.el: Remove old documentation in the commentary block.
4427         (nnmairix-request-group): Do not update active file for nnml back ends.
4428         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4429         end so that overview files are ignored.
4430         (nnmairix-update-groups): Make updating the groups more robust by using
4431         marks.
4432         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4433         with dollar characters in message-id.
4434
4435 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4436
4437         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4438         2008-12-25 in dns.el.
4439
4440 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4441
4442         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4443         could happen if the text is only composed of spaces and/or tabs.
4444
4445 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4446
4447         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4448         when sending a queued message to avoid extra mml tags.
4449
4450 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4451
4452         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4453
4454 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4455
4456         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4457         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4458         rmail-toggle-header for XEmacs;
4459         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4460
4461 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4462
4463         * gnus-dired.el: Remove autoload for gnus-setup-message.
4464         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4465         displaying Gnus logo; always use compose-mail.
4466
4467 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4470
4471 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4472
4473         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4474         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4475         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4476         available.
4477         (gnus-nocem-epg-verify): New function.
4478
4479 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4480
4481         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4482
4483 2009-02-15  Glenn Morris  <rgm@gnu.org>
4484
4485         * gnus-util.el (rmail-insert-rmail-file-header)
4486         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4487         autoloads.
4488         (rmail-default-rmail-file): Remove unnecessary declaration.
4489         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4490
4491 2009-02-14  Glenn Morris  <rgm@gnu.org>
4492
4493         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4494         variable (only used in gnus-util, which declares it anyway).
4495         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4496         which was only needed by gnus-art (changed to not use it any more).
4497         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4498         only used in gnus-util, which autoloads it itself.
4499         (rmail-update-summary): Fix autoload.
4500
4501         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4502         rather than rmail-output-to-rmail-file.
4503
4504 2009-02-07  Glenn Morris  <rgm@gnu.org>
4505
4506         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4507         autoload of function that no longer exists.
4508         (rmail-toggle-header): Declare.
4509         (message-forward-rmail-make-body): Handle mbox Rmail.
4510
4511 2009-01-31  Glenn Morris  <rgm@gnu.org>
4512
4513         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4514         2009-01-09 change.
4515
4516 2009-01-31  Dave Love  <fx@gnu.org>
4517
4518         * imap.el (imap-fetch-safe): Bind debug-on-error.
4519         (imap-debug): Add imap-fetch-safe.
4520
4521 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4522
4523         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4524         (auth-source-forget-all-cached): New convenience function.
4525         (auth-source-user-or-password): Accept list of modes or a single mode.
4526
4527         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4528         auth-source modes.
4529
4530         * netrc.el (netrc-machine-user-or-password): Use list of
4531         auth-source modes.
4532
4533         * nnimap.el (nnimap-open-connection): Use list of
4534         auth-source modes.
4535
4536         * nntp.el (nntp-send-authinfo): Use list of
4537         auth-source modes.
4538
4539 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4540
4541         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4542         now.
4543
4544 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4545
4546         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4547         coding system in XEmacs; add a workaround for XEmacs.
4548
4549         * lpath.el: Fbind coding-system-aliasee.
4550
4551 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4554         of current-language-environment.
4555
4556 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4557
4558         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4559         available at runtime.
4560
4561 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4562
4563         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4564
4565 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4566
4567         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4568         the greatest positive fixnum value doesn't work under an XEmacs with
4569         bignum support; use the most-positive-fixnum constant instead,
4570         available since Emacs 21.1 with cl and XEmacs 21.1.
4571
4572 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4575         XEmacs gets not to work.
4576
4577 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * mm-util.el (mm-coding-system-priorities): Allow the value like
4580         "Japanese (UTF-8)" of current-language-environment.
4581
4582 2009-01-09  Glenn Morris  <rgm@gnu.org>
4583
4584         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4585         with last-command-event.
4586
4587 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4588
4589         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4590         in the doc string.
4591
4592         * message.el (message-fix-before-sending): Amend comment.
4593
4594 2009-01-08  Dave Love  <fx@gnu.org>
4595
4596         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4597
4598 2009-01-07  David Engster  <dengste@eml.cc>
4599
4600         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4601         simplified server definitions by converting it via
4602         gnus-server-to-method.
4603
4604 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4607         parameter's operands.
4608
4609 2009-01-06  David Engster  <dengste@eml.cc>
4610
4611         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4612         primary select method (for gnus-group-mark-article-as-read).
4613
4614 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4615
4616         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4617         `(gnus)Face', not `(gnus)X-Face'.
4618
4619 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * mm-util.el (mm-ucs-to-char): New function.
4622
4623         * mm-url.el (mm-url-decode-entities): Use it.
4624
4625         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4626         unicode-to-char.
4627
4628 2009-01-05  Dave Love  <fx@gnu.org>
4629
4630         * time-date.el: Require cl for `declare'.
4631
4632 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4633
4634         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4635         Dave Love.
4636
4637 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4638
4639         * message.el (message-fix-before-sending): Add `eight-bit' to
4640         illegible-text check.
4641
4642 2009-01-03  Michael Olson  <mwolson@gnu.org>
4643
4644         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4645         `headers' is nil.  This can occur if the IMAP server does not have
4646         permissions to read messages from a folder, but can write new messages
4647         to the folder.
4648         (nnimap-request-article-part): Do not insert `data' if it is nil.
4649
4650         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4651         characters which will confuse `read', so skip past them.
4652
4653 2009-01-01  Dave Love  <fx@gnu.org>
4654
4655         * imap.el (imap-string-to-integer): Fix typo.
4656         (imap-fetch-safe): New function.
4657         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4658
4659         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4660
4661         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4662         (imap-parse-greeting): Fix doc strings.
4663         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4664         (imap-parse-flag-list): Make messages unique.
4665         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4666
4667         * nnimap.el: Fix author email.
4668         (nnimap-split-rule): Add FIXME comment.
4669         (nnimap-debug): Fix doc string.
4670
4671 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4672
4673         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4674
4675 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4676
4677         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4678         nslookup if resolv.conf isn't available.
4679         (dns-query): Rename from query-dns.
4680         (dns-query-cached): Rename from query-dns-cached.
4681
4682 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4685         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4686         to check if those variables exist (first appeared in Emacs 18.50).
4687
4688 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4689
4690         * mm-util.el (mm-line-number-at-pos): New function.
4691
4692         * spam-report.el (spam-report-process-queue): Use it.
4693
4694 2008-12-24  David Engster  <dengste@eml.cc>
4695
4696         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4697         parameters that haven't existed as variables as buffer-local variables.
4698
4699 2008-12-23  Dave Love  <fx@gnu.org>
4700
4701         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4702         cadar.
4703
4704         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4705         imap-starttls-p.
4706         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4707
4708 2008-12-22  Dave Love  <fx@gnu.org>
4709
4710         * imap.el: Fix author email.  Doc fixes.
4711         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4712         reply.
4713
4714 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4715
4716         * spam-report.el (spam-report-gmane-max-requests): New constant.
4717         (spam-report-gmane-wait): New variable.
4718         (spam-report-gmane-ham, spam-report-gmane-spam)
4719         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4720         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4721         the server.
4722
4723         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4724         Add explanations.
4725
4726         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4727         nnheader-accept-process-output and nnheader-read-timeout if available.
4728         (pop3-movemail): Use it.
4729
4730         * message.el (message-check-news-body-syntax): Fix signature check if
4731         there's an attachment.
4732
4733 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4734
4735         * mm-util.el: Add comments to the mm- emulating functions.
4736
4737 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4738
4739         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4740         by Stephen Berman <stephen.berman@gmx.net>.
4741
4742 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4743
4744         * mm-util.el (mm-substring-no-properties): New function.
4745         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4746         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4747         (mm-string-to-multibyte): Doc fix.
4748
4749         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4750
4751 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4752
4753         * mml.el (mml-attach-file): Strip text properties from file name.
4754         (Bug#1574)
4755
4756 2008-12-16  Glenn Morris  <rgm@gnu.org>
4757
4758         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4759
4760 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4763         knows since the charset specified might be a bogus alias that
4764         mm-charset-synonym-alist provides.
4765
4766 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4767
4768         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4769         "ISO_8859-1".
4770
4771         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4772
4773 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * mm-util.el (mm-charset-eval-alist):
4776         Define it before mm-charset-to-coding-system.
4777         (mm-charset-to-coding-system): Add optional argument `silent';
4778         define it before mm-charset-override-alist.
4779         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4780         default value if it can be used in Emacs currently running;
4781         silence mm-charset-to-coding-system.
4782
4783 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4784
4785         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4786         `allow-override' which says whether to use `mm-charset-override-alist'.
4787         (rfc2047-decode-encoded-words): Use it.
4788
4789         * mm-util.el (mm-charset-override-alist): Fix custom type;
4790         add `(gb2312 . gbk)' to choices.
4791
4792 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4795         fast.
4796
4797         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4798
4799         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4800
4801 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4802
4803         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4804         on links.
4805
4806         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4807
4808 2008-12-03  Lute Kamstra  <lute@gnu.org>
4809
4810         * sha1.el: Remove leading * from docstrings of defcustoms,
4811         deffaces, defconsts and defuns.
4812
4813 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4814
4815         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4816         users' addresses that don't have domain parts.
4817         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4818         rather than message-narrow-to-head since there will be the message
4819         header separator.
4820
4821 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4822
4823         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4824         since the result is inserted in a unibyte buffer anyway.
4825         (nnimap-demule-use-string-to-multibyte): Remove.
4826         (nnimap-demule): Alias it to mm-string-to-multibyte.
4827
4828 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4829
4830         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4831         variable for debugging bug#464 and bug#1174.
4832         (nnimap-demule): Use it.
4833
4834 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4835
4836         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4837         score calculation correctly.
4838
4839 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4840
4841         * message.el (message-send-mail): Just set the buffer to unibyte
4842         rather than use mm-with-unibyte-current-buffer which does a lot more.
4843         (message-send-mail-partially): Don't bother with
4844         mm-with-unibyte-current-buffer since it's already been made unibyte by
4845         message-send-mail.
4846
4847 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4848
4849         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4850
4851 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4852
4853         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4854
4855 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4856
4857         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4858         require itself and to remove `with-no-warnings'.
4859
4860 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4861
4862         * starttls.el (starttls-any-program-available): Get the name of the
4863         available TLS layer program.
4864         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4865         well as the host name in the "opening" message.
4866
4867         * auth-source.el (auth-source-cache, auth-source-do-cache)
4868         (auth-source-user-or-password): Cache passwords and logins by default,
4869         allow override with `auth-source-do-cache'.
4870         (auth-source-forget-user-or-password): Allow users to remove cache
4871         entries if needed.
4872
4873 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4874
4875         * md4.el (md4-buffer): Fix typo in docstring.
4876         (md4, md4-64): Doc fixes.
4877         (md4-pack-int32): Reflow docstring.
4878
4879 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4880
4881         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4882         condition-case to only the forward-sexp call.
4883
4884 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4885
4886         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4887         quotes contained.  Make it more robust regardless by an extra
4888         condition-case wrapper.
4889
4890 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4891
4892         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4893
4894 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4895
4896         * nnml.el (nnml-request-expire-articles): Check if the function set to
4897         `nnmail-expiry-target' returns the symbol `delete'.
4898
4899         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4900
4901         * nnmail.el (nnmail-expiry-target): Fix custom type.
4902
4903 2008-10-02  Glenn Morris  <rgm@gnu.org>
4904
4905         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4906         Silence compiler warning.
4907
4908 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4909
4910         * tls.el (open-tls-stream): Show the actual command being
4911         executed, instead of the format string.
4912
4913 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * lpath.el: Fbind codepage-setup for Emacs 23.
4916
4917 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4918
4919         * mml.el (mml-menu): Don't assume mml2015 is bound.
4920
4921 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4924         exists.
4925
4926 2008-09-27  Glenn Morris  <rgm@gnu.org>
4927
4928         * gnus-util.el (mail-header-remove-comments): Autoload it.
4929
4930 2008-09-27  Andreas Schwab  <schwab@suse.de>
4931
4932         * gnus-util.el (gnus-split-references): Strip comments.
4933         (gnus-parent-id): Likewise.
4934
4935 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4936
4937         * message.el (message-confirm-send): Fix version.
4938
4939 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * message.el (message-idna-to-ascii-rhs-1): Use
4942         mail-extract-address-components rather than mail-header-parse-addresses
4943         that is an alias by default to ietf-drums-parse-addresses that does not
4944         support non-ASCII names in headers' contents.
4945
4946 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4947
4948         * message.el (message-confirm-send): Fixed variable documentation to
4949         avoid the "y/n" wording.
4950
4951 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4952
4953         * message.el (message-set-auto-save-file-name): Save to a different
4954         filename so multiple messages (especially drafts) can be recovered.
4955
4956 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4957
4958         * message.el (message-confirm-send): Add appropriate version.
4959
4960 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4961
4962         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4963         defvar.
4964
4965 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4966
4967         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4968         (mm-pkcs7-enveloped-magic): Ditto.
4969
4970 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4971
4972         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4973         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4974
4975 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4976
4977         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4978         default, it's better.
4979
4980 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4981
4982         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4983         summary line gnus-number property and ignore them (with a warning
4984         message).
4985
4986 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4989         macro caddr in the interactive form since it won't be expanded.
4990
4991 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4992
4993         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4994         `charset'; fix name of function called recursively.
4995         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4996
4997 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4998
4999         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5000         (gnus-mime-set-charset-parameters): New function.
5001         (gnus-mime-view-part-as-charset): Use it to correctly display part
5002         specifying wrong charset.
5003
5004 2008-09-08  David Engster  <dengste@eml.cc>
5005
5006         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5007         in completing-read for back end server.
5008
5009 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5010
5011         * message.el (message-confirm-send): New variable to confirm sending a
5012         message.
5013         (message-send): Use it.
5014
5015 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5016
5017         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5018
5019 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5020
5021         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5022
5023 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5024
5025         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5026         prevent tracking too many groups.
5027         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5028         Use it.
5029
5030 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5031
5032         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5033         moving point to the bottom of the window in order to avoid recentering.
5034
5035 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5036
5037         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5038
5039         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5040         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5041         (gnus-article-beginning-of-window): Fix calculation.
5042
5043 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5044
5045         * gnus-msg.el (gnus-summary-supersede-article)
5046         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5047         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5048         message header.
5049
5050 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5051
5052         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5053         pending output coming after the status change.
5054
5055 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5056
5057         * message.el:
5058         * gnus-start.el:
5059         * gnus-registry.el: Remove VMS support.
5060
5061 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5064         macro.
5065         (rfc2104-hash): Use it.
5066
5067 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5068
5069         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5070         (gnus-summary-sort-by-most-recent-date): New commands.
5071         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5072         and menu entries.
5073
5074 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5075
5076         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5077         don't redisplay article for raw contents; remove plural articles stuff.
5078
5079         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5080         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5081         on gnus-summary-save-article; display results properly.
5082
5083 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * lpath.el: No need to fbind ns-focus-frame.
5086
5087 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5088
5089         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5090
5091 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5092
5093         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5094         gnus-save-all-headers.
5095
5096 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5097
5098         * gnus-util.el (ns-focus-frame): Remove declaration.
5099         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5100         like x.
5101
5102 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5103
5104         * rfc2104.el (rfc2104-zero): Delete defconst.
5105         (rfc2104-hex-alist): Likewise.
5106         (rfc2104-hex-to-int): Delete func.
5107         (rfc2104-hexstring-to-bitstring): Likewise.
5108         (rfc2104-nybbles): New defconst.
5109         (rfc2104-hash): Rewrite for speed.
5110
5111 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5112
5113         * tls.el (open-tls-stream): Make it work with the 2nd argument
5114         BUFFER that is a string but does not exist as a buffer object, as
5115         mentioned in the doc-string.
5116
5117 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5120         SXEmacs.
5121
5122 2008-07-16  Glenn Morris  <rgm@gnu.org>
5123
5124         * gnus-util.el (ns-focus-frame): Declare for compiler.
5125
5126 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5129         set as a group parameter.
5130         (gnus-summary-save-in-pipe): Work when it is called independently.
5131         (gnus-summary-pipe-to-muttprint): Don't modify
5132         gnus-summary-pipe-output-default-command.
5133
5134 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5135
5136         * message.el (message-send-mail-with-sendmail):
5137         Display the error message.
5138
5139 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * gnus-art.el (gnus-default-article-saver):
5142         Add gnus-summary-save-in-pipe to choices.
5143         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5144         gnus-summary-pipe-output-default-command as the default command.
5145         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5146         instead of gnus-last-shell-command.
5147
5148         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5149         New user option.
5150         (gnus-summary-muttprint-program): Mention the value will be changed.
5151         (gnus-summary-save-article): Force showing of all headers.
5152         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5153
5154 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5155
5156         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5157
5158 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5159
5160         * nnimap.el (nnimap-id):
5161         * sieve-manage.el (sieve-manage-open): Doc fixes.
5162
5163 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5164
5165         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5166         if available.
5167
5168 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5169
5170         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5171
5172         * nnkiboze.el (nnkiboze-generate-group):
5173         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5174
5175         * nnmairix.el: Require CL.
5176
5177 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * dgnushack.el: Autoload get-display-table and put-display-table for
5180         XEmacs 21.5.
5181
5182         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5183         21.4 and SXEmacs.
5184
5185 2008-06-15  David Engster  <dengste@eml.cc>
5186
5187         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5188
5189 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5190
5191         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5192         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5193         runtime choice under XEmacs.
5194
5195         * gnus-sum.el (gnus-summary-set-display-table):
5196         Use `gnus-put-display-table', `gnus-get-display-table',
5197         `gnus-set-display-table' for the display table, instead of `aset'.
5198
5199         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5200         Use `gnus-put-display-table', `gnus-get-display-table',
5201         `gnus-set-display-table' for the display table.
5202
5203 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5204
5205         * nnmairix.el: Add autoloads.
5206
5207 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5208
5209         * nnmairix.el (nnmairix-delete-recreate-group)
5210         (nnmairix-update-and-clear-marks): Fix error messages.
5211
5212 2008-06-14  David Engster  <dengste@eml.cc>
5213
5214         * nnmairix.el: Upgrade to version 0.6.
5215         (nnmairix-group-toggle-propmarks-this-group)
5216         (nnmairix-group-toggle-readmarks-this-group)
5217         (nnmairix-group-delete-recreate-this-group)
5218         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5219         (nnmairix-remove-tick-mark-original-article): New commands.
5220         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5221         (nnmairix-propagate-marks-to-nnmairix-groups)
5222         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5223         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5224         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5225         functions needed for marks propagation and manipulation of read marks.
5226         (nnmairix-update-groups): New function.
5227         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5228         (nnmairix-determine-original-group-from-registry)
5229         (nnmairix-determine-original-group-from-path)
5230         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5231         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5232         New helper functions.
5233         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5234         keystrokes for new commands.
5235         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5236         (nnmairix-request-group): Check allow-fast group parameter.
5237         (nnmairix-request-create-group): Set allow-fast group parameter if
5238         nnmairix-allowfast-default is set.
5239         (nnmairix-close-group): Propagate marks upon closing if needed.
5240         (nnmairix-group-toggle-threads-this-group): Use new.
5241         nnmairix-group-toggle-parameter helper function.
5242         (nnmairix-search): Better check for empty search result.
5243         (nnmairix-goto-original-article): Use new helper functions for
5244         determining original article.
5245         (nnmairix-show-original-article): Make sure message-id is in brackets.
5246         (nnmairix-call-mairix-binary): Change variable name.
5247         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5248         helper function.
5249         (nnmairix-widget-toggle-activate): Fix doc string.
5250
5251 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * nnir.el: Require edmacro when compiling with XEmacs.
5254         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5255         available in Emacs 21.
5256
5257 2008-06-11  Glenn Morris  <rgm@gnu.org>
5258
5259         * gnus-util.el (x-focus-frame):
5260         * gnus.el (image-size):
5261         * mm-decode.el (image-size): Declare.
5262
5263         * gnus-picon.el (declare-function): Add compat definition.
5264         (image-size): Declare.
5265
5266         * gnus-group.el (tool-bar-map):
5267         * gnus-sum.el (tool-bar-map): Define for compiler.
5268
5269         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5270
5271         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5272
5273         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5274         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5275         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5276         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5277         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5278         * sieve-manage.el, spam-report.el, spam.el:
5279         Remove unnecessary eval-and-compile of autoloads.
5280
5281 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5282
5283         * auth-source.el: Precise Tramp doc.
5284
5285 2008-06-07  Glenn Morris  <rgm@gnu.org>
5286
5287         * nnmairix.el: Remove unnecessary eval-when-compile.
5288
5289 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5290
5291         * lpath.el: Fbind propertize for XEmacs 21.4.
5292
5293 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5294
5295         * nnir.el: Move here from ../contrib.
5296
5297 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5298
5299         * gnus-util.el (gnus-read-shell-command): New function.
5300         * mm-decode.el (mm-pipe-part):
5301         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5302
5303 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5306
5307 2008-06-03  Glenn Morris  <rgm@gnu.org>
5308
5309         * pop3.el (nnheader-accept-process-output): Autoload it.
5310
5311 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5314         are not 2-digit hexadecimal characters that follow `%'s.
5315
5316 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5317
5318         * message.el (message-bogus-recipient-p): Fix type in doc string.
5319         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5320         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5321         Improve custom options.
5322         (message-bogus-recipient-p): Adjust accordingly.
5323
5324 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5325
5326         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5327         long-form month and day names.
5328
5329 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5330
5331         * dgnushack.el: Autoload debug, eudc-expand-inline and
5332         pgg-snarf-keys-region for XEmacs.
5333
5334         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5335
5336         * nnmairix.el: Require edmacro when compiling with XEmacs.
5337
5338 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5339
5340         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5341         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5342
5343 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5344
5345         * auth-source.el: Add more docs.
5346
5347         * netrc.el (netrc-machine): Always match if the port is not given.
5348
5349 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5350
5351         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5352         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5353         retrieval faster in some cases, but might make CPU usage larger.  If
5354         this has any bad side effects, we might revert this change.
5355
5356         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5357         seems to make mail retrieval much, much faster.
5358         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5359         unconditionally.
5360
5361         * gnus-draft.el (gnus-group-send-queue): Bind
5362         message-send-mail-partially-limit to nil to avoid being prompted.
5363
5364 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5365
5366         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5367
5368         * message.el (message-bogus-address-regexp): Fix and improve custom
5369         type.
5370         (message-setup-hook): Add message-check-recipients as custom option.
5371
5372 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5373
5374         * message.el (message-cite-function): Remove bogus autoload which crept
5375         in during merge from v5-10.
5376
5377 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5378
5379         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5380
5381         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5382
5383         * auth-source.el: Preliminary Tramp docs.
5384         (auth-sources): Change the default auth-sources to use
5385         EPA .gpg files.
5386
5387 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5388
5389         * nntp.el: Autoload `auth-source-user-or-password'.
5390         (nntp-send-authinfo): Use it.
5391
5392         * nnimap.el: Autoload `auth-source-user-or-password'.
5393         (nnimap-open-connection): Use it.
5394
5395         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5396         for the gnus-message function.
5397         (auth-source-user-or-password): Use it.
5398
5399 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5400
5401         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5402         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5403         (rfc2104-hash): Use it.
5404
5405 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5406
5407         * gnus-art.el (gnus-article-toggle-truncate-lines):
5408         Don't use `iff' in docstring.
5409
5410 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5411
5412         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5413
5414         * gnus-util.el (gnus-extract-address-component-name)
5415         (gnus-extract-address-component-email): Convenience functions around
5416         `gnus-extract-address-components'.
5417
5418         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5419         Use `gnus-extract-address-component-email' to fix bug of comparing full
5420         sender name to `user-mail-address'.
5421
5422 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5423
5424         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5425         catch/throw to optimize.
5426         (gnus-registry-find-keywords): Just use member to find a keyword.
5427
5428 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5429
5430         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5431         is current before calling gnus-server-prepare.
5432         (gnus-server-setup-buffer, gnus-server-update-server)
5433         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5434
5435 2008-05-04  Juri Linkov  <juri@jurta.org>
5436
5437         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5438         (mailcap-file-default-commands): Use mailcap-replace-in-string
5439         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5440         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5441
5442 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5443
5444         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5445
5446 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5447
5448         * gnus.el: Bump version to 0.11.
5449
5450 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5451
5452         * gnus.el: No Gnus v0.10 is released.
5453
5454 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5455
5456         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5457         hooks.
5458         (gnus-update-read-articles): Speed up non-marks-using users.
5459         (gnus-use-marks): Define gnus-use-marks.
5460         (gnus-propagate-marks): Rename variable to something more sensible.
5461
5462 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5463
5464         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5465         (gmm-image-load-path-for-library): Fix typos in docstrings.
5466         (gmm-message): Reflow docstring.
5467
5468 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5469
5470         * mail-source.el (mail-source-set-1, mail-source-bind):
5471         Move auth-source code out of the macro to clean it up and fix bugs.
5472
5473 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5474
5475         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5476         by sender if it's equal to user-mail-address, it's likely to be
5477         useless.
5478
5479         * mail-source.el (mail-source-bind): Don't use user or password if they
5480         are not bound.  Unintern them if they are nil.  Don't use server unless
5481         it's bound, and default it to empty string otherwise.
5482
5483 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5484
5485         * mail-source.el: Load auth-source.el.
5486         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5487         get user name or password, if auth-sources is set up.
5488
5489         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5490         strategy of splitting with parent.
5491         (gnus-registry-split-fancy-with-parent)
5492         (gnus-registry-post-process-groups): Use it and fix prior
5493         bug (returning a list as the split result).
5494
5495         * auth-source.el (auth-sources): Remove server parameter.
5496         (auth-source-pick, auth-source-user-or-password)
5497         (auth-source-user-or-password-imap)
5498         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5499         (auth-source-user-or-password-sftp)
5500         (auth-source-user-or-password-smtp): Remove server parameter.
5501
5502 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5503
5504         * smime.el (smime-sign-region, smime-encrypt-region)
5505         (smime-decrypt-region):
5506         Remove redundant calls to `generate-new-buffer-name'.
5507
5508 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5509
5510         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5511         Don't use QP for message/rfc822.
5512         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5513
5514 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5515
5516         * sieve-manage.el (sieve-string-bytes): Remove.
5517         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5518         correct byte-length only if the process's coding-system is the same as
5519         the one used internally by Emacs to represent strings.
5520
5521 2008-04-22  Juri Linkov  <juri@jurta.org>
5522
5523         * mailcap.el (mailcap-file-default-commands): New function.
5524
5525 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5526
5527         * message.el (message-signature-separator, message-cite-function):
5528         Change custom version.
5529
5530 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5531
5532         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5533         commands.
5534         (tls-checktrust): Ditto.
5535
5536 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5537
5538         * mm-decode.el (mm-display-external): Make temp file read-only.
5539
5540 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5541
5542         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5543         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5544         `C-c C-f d'.
5545
5546 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5547
5548         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5549
5550 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5551
5552         * gnus.el: Bump version to 0.9.
5553
5554 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5555
5556         * gnus.el: No Gnus v0.8 is released.
5557
5558 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5559
5560         * mail-source.el (mail-source-value):
5561         Prefer fboundp to functionp so it works with macros as well.
5562
5563 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5564
5565         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5566         Fix last change in case the element is not even a symbol.
5567
5568 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5569
5570         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5571         Prefer fboundp to functionp so it works with macros as well.
5572
5573 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5574
5575         * auth-source.el: Added docs.
5576         (auth-sources): Modify format to support server.
5577         (auth-source-pick, auth-source-user-or-password)
5578         (auth-source-user-or-password-imap)
5579         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5580         (auth-source-user-or-password-sftp)
5581         (auth-source-user-or-password-smtp): Add server parameter.
5582
5583 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5584
5585         * gnus-registry.el: Initialize the registry when gnus-registry-install
5586         is t.
5587
5588 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5589
5590         * compface.el (uncompface): Make buffer unibyte.
5591
5592 2008-04-05  Glenn Morris  <rgm@gnu.org>
5593
5594         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5595
5596 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5597
5598         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5599         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5600
5601         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5602         multibyteness after rather than before erasing it.
5603
5604         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5605         mm-with-multibyte.
5606         (gnus-request-article-this-buffer): Make sure the proper decoding is
5607         used if gnus-original-article-buffer happens to be unibyte.
5608
5609         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5610         default-enable-multibyte-characters.
5611
5612         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5613         default-enable-multibyte-characters.
5614
5615         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5616
5617         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5618
5619 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5620
5621         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5622         (imap-message-copyuid-1): Use it.
5623         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5624         J. Williams in
5625         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5626
5627         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5628         imap-enable-exchange-bug-workaround.
5629         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5630
5631 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5632
5633         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5634         a 100 byte status-checks into a 2-3MB transfer for each group.
5635         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5636         to enable bug workaround or not.
5637         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5638
5639 2008-03-31  Glenn Morris  <rgm@gnu.org>
5640
5641         * message.el (mml2015-use): Declare for compiler.
5642         (message-info): Require mml2015 when appropriate.
5643
5644 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5647         whitespace.
5648
5649 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5650
5651         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5652         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5653         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5654         (nntp-service-to-port): New function.
5655         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5656         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5657         (nntp-open-netcat-stream): New function.
5658         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5659
5660 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5661
5662         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5663
5664 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5665
5666         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5667
5668 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5669
5670         * dns.el (dns-write): Use set-buffer-multibyte.
5671
5672 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5673
5674         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5675
5676 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5677
5678         * message.el (message-signature-separator): Change default.
5679         Improve custom type.
5680         (message-cite-function): Change default to
5681         message-cite-original-without-signature.
5682
5683         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5684         toggle.
5685
5686         * message.el (message-check-news-body-syntax): Fix signature check.
5687         (message-setup-1): Mark buffer as unmodified _after_ running
5688         message-setup-hook and handling message-alternative-emails.
5689         (message-shorten-references): Be more strict when building list of
5690         valid references to comply with GNKSA.
5691
5692         * gnus-group.el (gnus-read-ephemeral-bug-group)
5693         (gnus-read-ephemeral-debian-bug-group)
5694         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5695
5696         * message.el (message-info): Don't use booleanp which isn't supported
5697         in Emacs 21 and XEmacs.
5698
5699 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5700
5701         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5702         gnus-group-gmane-group-download-format.
5703         (gnus-group-read-ephemeral-gmane-group): Rename from
5704         gnus-group-read-ephemeral-gmane-group.
5705         (gnus-read-ephemeral-gmane-group-url): Rename from
5706         gnus-group-read-ephemeral-gmane-group-url.
5707         (gnus-bug-group-download-format-alist): New variable.
5708         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5709         (gnus-read-ephemeral-emacs-bug-group): New commands.
5710
5711 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5712
5713         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5714         (gnus-visible-headers): Improve custom type.
5715
5716 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5717
5718         * mml.el (mml-menu): Add workarounds for XEmacs.
5719
5720         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5721         X-Boundary header.
5722
5723         * message.el (message-simplify-recipients): Fix previous commit.
5724
5725 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5726
5727         * mm-util.el (mm-set-buffer-multibyte): New function.
5728         * mm-decode.el (mm-copy-to-buffer): Use it.
5729
5730 2008-03-19  Glenn Morris  <rgm@gnu.org>
5731
5732         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5733         Accidentally removed in the sync process with Emacs.
5734
5735 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5736
5737         * message.el (message-alter-recipients-discard-bogus-full-name):
5738         New function.
5739         (message-alter-recipients-function): New variable.
5740         (message-get-reply-headers): Use it.
5741         (message-replace-header): New helper function.
5742         (message-recipients-without-full-name): New variable.
5743         (message-simplify-recipients): New command.
5744
5745         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5746
5747         * message.el (message-info): Handle EasyPG manual.
5748
5749         * mml.el (mml-menu): Add entry for EasyPG.
5750
5751 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5752
5753         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5754         parameter.
5755
5756         * message.el (message-disassociate-draft): Specify drafts group name
5757         fully.
5758
5759 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5760
5761         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5762         unnecessary duplicates from the match list.
5763
5764 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5767
5768         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5769
5770         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5771         args of `how-many' of which the XEmacs version doesn't take; declare
5772         Info-index-next as function.
5773
5774 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5775
5776         * gnus-score.el (gnus-score-headers): Fix handling of
5777         gnus-inhibit-slow-scoring.
5778
5779         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5780         string.
5781         (gnus-button-url-regexp): Improve handling of parenthesis.
5782         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5783         (gnus-button-handle-info-keystrokes): Handle index entries.
5784
5785 2008-03-15  Glenn Morris  <rgm@gnu.org>
5786
5787         * parse-time.el (parse-time-string): Simplify.
5788
5789 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5792         Incoming* files.
5793
5794 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5795
5796         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5797         (auth-source-pick): Use it.
5798
5799 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5800
5801         * binhex.el (binhex-decode-region-internal):
5802         * uudecode.el (uudecode-decode-region-internal):
5803         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5804         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5805         setting default-enable-multibyte-characters.
5806
5807 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5808
5809         * auth-source.el (auth-source-protocols)
5810         (auth-source-protocols-customize, auth-source-choices): Added and
5811         modified variable customizations and defaults.
5812         (auth-source-pick, auth-source-user-or-password)
5813         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5814         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5815         (auth-source-user-or-password-sftp)
5816         (auth-source-user-or-password-smtp): Use new variables and provide an
5817         interface to netrc.el.
5818
5819 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5822         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5823         Make sure the nntp port to specify is a string.
5824
5825 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5826
5827         * nntp.el: Use with-current-buffer.
5828         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5829         dubious mm-with-unibyte-current-buffer.
5830         (nntp-with-open-group-function): New function extracted from
5831         nntp-with-open-group macro.
5832         (nntp-with-open-group): Use the function, so it's easier to debug.
5833         Add indentation and debugging info.
5834         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5835         the use of the netcat alternatives.
5836
5837         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5838         Avoid mm-string-as-multibyte as well.
5839
5840         * nnweb.el (nnweb-insert-html):
5841         Remove use of nnheader-string-as-multibyte.
5842
5843         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5844         (nnheader-string-as-multibyte): Remove.
5845
5846         * mm-view.el: Use inhibit-read-only.
5847         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5848         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5849         or unibyte-string.
5850
5851         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5852         (mm-uu-yenc-extract): Use with-current-buffer.
5853
5854         * gnus-soup.el (gnus-soup-send-packet): Don't use
5855         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5856
5857         * nnmh.el: Use with-current-buffer.
5858         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5859         mm-string-as-multibyte on the output of mm-encode-coding-string.
5860
5861         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5862         (nnimap-request-move-article): Use with-current-buffer.
5863
5864         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5865         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5866         conversion uses string-make-unibyte rather than string-as-unibyte.
5867
5868         * gnus-msg.el: Use with-current-buffer.
5869
5870         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5871
5872 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5873
5874         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5875         string for caching if it is 'PIN.
5876
5877 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * lpath.el: Consider the case without Emacs/W3.
5880
5881 2008-03-08  Glenn Morris  <rgm@gnu.org>
5882
5883         * time-date.el (date-to-time, time-subtract, time-add)
5884         (safe-date-to-time): Doc fixes.
5885
5886 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5887
5888         * mail-source.el (mail-source-delete-old-incoming-confirm):
5889         Change default to nil.
5890         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5891
5892 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * lpath.el: Rearrange.
5895
5896         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5897         (gnus-article-goto-prev-page): Work for articles having ^L's.
5898
5899         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5900
5901         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5902
5903 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5904
5905         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5906         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5907         (gnus-bookmark-jump): Adjust some variable names.
5908
5909 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5910
5911         * auth-source.el: New package.
5912         (auth-source-choices): Add customization entry point variable.
5913
5914         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5915         bug.
5916
5917 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5918
5919         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5920         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5921         (gnus-registry-install-shortcuts): Rename from
5922         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5923         the `gnus-registry-mark-map' keymap dynamically from
5924         `gnus-registry-marks'.  The generated functions update the summary line
5925         when a registry mark is added or deleted, and will call
5926         `gnus-registry-install-p' (see the comments in the code).
5927         (gnus-registry-user-format-function-M): Use concat intelligently.
5928
5929         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5930         the registry mark functions.
5931
5932 2008-03-05  Glenn Morris  <rgm@gnu.org>
5933
5934         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5935         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5936         gnus-art.
5937         (top-level): No need to load own source when compiling.
5938
5939 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5940
5941         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5942         Suggested by <chris.anderton@zetnet.co.uk>.
5943
5944 2008-03-04  Glenn Morris  <rgm@gnu.org>
5945
5946         * gnus-sum.el (top-level): No need to require gnus when compiling,
5947         since unconditionally required near start of file.
5948         (gnus-summary-display-while-building): Move definition before use.
5949
5950 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5951
5952         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5953         formatting function.
5954
5955 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5956
5957         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5958         with plists.
5959         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5960         Use new format.
5961
5962 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5965         `where-is-internal' that returns a range of key sequences.
5966
5967 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5968
5969         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5970
5971         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5972         (gnus-summary-jump-to-group): Consider windows on other displayed
5973         frames as well.  Similar changes might be needed elsewhere, but that's
5974         the one I've bumped into during my use.
5975
5976         * nndoc.el (nndoc-oe-dbx-type-p):
5977         * gnus-msg.el (gnus-debug):
5978         * gnus-group.el (gnus-update-group-mark-positions):
5979         Use mm-string-to-multibyte.
5980
5981 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5982
5983         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5984         doesn't handle NotDashEscaped.
5985
5986         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5987         (mml-dnd-attach-options): Fix typo in custom choice.
5988
5989         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5990         nndoc-article-type to mbox.
5991         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5992
5993         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5994         to nil, instead of html2text.
5995
5996         * imap.el (imap-debug): Add `imap-ping-server'.
5997
5998         * gnus-bookmark.el: Add FIXMEs.
5999
6000         * message.el (message-form-letter-separator)
6001         (message-send-form-letter-delay): New variables.
6002         (message-send-form-letter): Use them.  New command to send form
6003         letters.  Requested by Uwe Siart.
6004         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6005
6006 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6007
6008         * Update copyright years.
6009
6010 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6011
6012         Sync from EMACS_22_BASE.
6013
6014         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6015
6016 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6017
6018         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6019         empty author.
6020
6021 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6022
6023         * gnus-registry.el (gnus-registry-marks): Add variable for
6024         customization of marks and their appearance.
6025         (gnus-registry-read-mark): Use it.
6026         (gnus-registry-do-marks): Add utility function to loop through
6027         `gnus-registry-marks'.
6028         (gnus-registry-install-shortcuts-and-menus): Add function to install
6029         shortcuts and menus.
6030         (gnus-registry-initialize): Use it.
6031         (gnus-registry-default-mark): Clarify documentation.
6032
6033 2008-02-29  Glenn Morris  <rgm@gnu.org>
6034
6035         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6036         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6037         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6038         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6039         Change defcustom :version from 23.0 to 23.1.
6040
6041 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6042
6043         * gnus-registry.el (gnus-registry-follow-group-p)
6044         (gnus-registry-post-process-groups): Add functions to aid registry
6045         splitting and improve logging.  Clarify behavior in function
6046         documentation.
6047         (gnus-registry-split-fancy-with-parent): Use them.
6048
6049 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6050
6051         * gnus-art.el: Use with-current-buffer.
6052
6053 2008-02-27  David Engster  <dengste@eml.cc>
6054
6055         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6056         Express real group name in the response.
6057
6058 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6061         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6062         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6063         autoload gnus-registry-fetch-group when compiling.
6064         (nnmairix-request-group-with-article-number-correction): Remove
6065         unreferenced argument passed to nnmairix-call-backend.
6066
6067 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6068
6069         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6070         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6071         Wilde.
6072
6073 2008-02-27  Glenn Morris  <rgm@gnu.org>
6074
6075         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6076         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6077         variables to defconsts.  Convert comments to doc-strings.
6078         (nnmairix-last-server, nnmairix-current-server): Convert from free
6079         variables to defvars.  Convert comments to doc-strings.
6080         (gnus-registry-fetch-group): Autoload.
6081         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6082         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6083         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6084         caddr.
6085         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6086         nnmairix-request-group-with-article-number-correction call.
6087         (nnmairix-fast, nnmairix-group): New, less general names, for free
6088         variables passed from nnmairix-request-group to
6089         nnmairix-request-group-with-article-number-correction.  Declare.
6090         (nnmairix-request-group-with-article-number-correction):
6091         Use nnmairix-fast, nnmairix-group rather than fast, group.
6092
6093 2008-02-26  David Engster  <dengste@eml.cc>
6094
6095         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6096         version 0.5.
6097
6098 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6099
6100         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6101         instead of making an extra function call.  Don't add the current group
6102         to articles only when they have the group.  Use
6103         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6104         Reported by David <de_bb@arcor.de>.
6105
6106 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6107
6108         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6109         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6110
6111 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6112
6113         * mail-source.el (mail-source-delete-incoming): Change default.
6114         Supplement doc string.
6115
6116         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6117
6118 2008-02-14  Glenn Morris  <rgm@gnu.org>
6119
6120         * time-date.el (format-seconds): New function.
6121
6122 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6123
6124         * nnmail.el (nnmail-message-id-cache-file): Derive from
6125         `gnus-home-directory'.
6126
6127 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6128
6129         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6130         Document negative prefix.
6131
6132         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6133
6134 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6135
6136         * message.el (message-unsent-separator): Add the Exim bounce
6137         separator.
6138
6139 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6140
6141         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6142         list.
6143         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6144         recipient/signer list.
6145
6146 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * Makefile.in (datarootdir): Define.
6149         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6150         name that might contain whitespace.
6151
6152 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6153
6154         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6155         fbound (Emacs 23 unicode), signal an error.
6156
6157 2008-02-08  Glenn Morris  <rgm@gnu.org>
6158
6159         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6160
6161 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6162
6163         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6164         ports to the calls to `netrc-machine-user-or-password' in addition to
6165         "imap" and "imaps".
6166
6167 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6168
6169         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6170
6171         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6172
6173 2008-02-01  Kenichi Handa  <handa@m17n.org>
6174
6175         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6176         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6177         (rfc2104-hash): Convert the result of concat to unibyte string.
6178
6179 2008-02-01  Dave Love  <fx@gnu.org>
6180
6181         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6182         coding-system-for-read.
6183         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6184
6185 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6186
6187         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6188         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6189         <hanche@math.ntnu.no>.
6190
6191 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6194
6195         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6196
6197 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6198
6199         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6200         * message.el (message-beginning-of-line): Use featurep instead of bound
6201         tests in order to resolve conditionals at compile time.
6202
6203 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6204
6205         * mail-source.el (mail-sources): Add `group' choice.
6206
6207         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6208         parameter `in-group' to control into which group the articles go.
6209         Add treatment of `group' mail-source.
6210
6211 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6214
6215         * mm-decode.el (mm-dissect-buffer): Decode description.
6216
6217         * mml.el (mml-to-mime): Encode message header first.
6218
6219 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6222         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6223
6224         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6225         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6226
6227 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6228
6229         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6230
6231 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6234         prefix keys.
6235         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6236         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6237         gnus-xmas.el.
6238
6239         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6240         (gnus-xmas-article-describe-bindings): New function.
6241         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6242         gnus-xmas-article-describe-bindings.
6243
6244         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6245
6246 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6247
6248         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6249         Add new variables for article mark management.
6250         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6251         list of extra data entries which, when present, will indicate that the
6252         article ID should not be trimmed from the registry.
6253         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6254         functions.
6255         (gnus-registry-read-mark): New function to read a mark name from the
6256         user.
6257         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6258         (gnus-registry-set-article-mark-internal): New functions to add and
6259         remove marks.
6260         (gnus-registry-get-article-marks): New function to show the marks for
6261         an article, or retrieve them for further use.
6262
6263 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6264
6265         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6266         keys when no argument is given.
6267
6268 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6269
6270         * imap.el (imap-ping-server): New variable.
6271         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6272         (imap-ping-server): Minor doc string fixes.
6273
6274 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6275
6276         * imap.el (imap-ping-server): New function.
6277         (imap-opened): Call imap-ping-server.
6278
6279 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6280
6281         * gnus-sum.el (gnus-article-sort-by-random)
6282         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6283         jidanni@jidanni.org.
6284
6285 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * gnus-art.el (gnus-article-describe-bindings): New function.
6288         (gnus-article-read-summary-keys): Use it.
6289         (gnus-article-mode-map): Bind `C-h b' to it.
6290
6291 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6294         XEmacs.
6295         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6296         against non-character events.
6297
6298         * lpath.el: Fbind map-keymap for Emacs 21.
6299
6300 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6301
6302         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6303         command.
6304         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6305         instead of END.  Change name of the temp file.
6306         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6307         customizable.
6308
6309 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6310
6311         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6312         bind `S W' to gnus-article-wide-reply-with-original; set default
6313         binding to gnus-article-read-summary-send-keys.
6314         (gnus-article-read-summary-keys): Fix the order of keys; display
6315         continuation keys correctly in the echo area; describe bindings
6316         correctly when keys end with `C-h'.
6317         (gnus-article-read-summary-send-keys): New function.
6318         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6319         for gnus-article-read-summary-send-keys; display continuation keys
6320         correctly in the echo area.
6321         (gnus-article-reply-with-original): Ignore prefix argument.
6322         (gnus-article-wide-reply-with-original): New function.
6323
6324         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6325         Emacs 21.
6326
6327 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6330         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6331
6332 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6333
6334         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6335         (gnus-group-read-ephemeral-gmane-group): New command.
6336
6337 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6338
6339         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6340
6341 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6342
6343         * message.el (message-send-mail-function): Increase custom version.
6344
6345         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6346         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6347
6348 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6349
6350         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6351         for the cases where imap-authenticate is called with a nil buffer
6352         parameter.
6353
6354 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6355
6356         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6357         html parts correctly; support forwarded messages.
6358         (gnus-article-browse-html-article): Remove work buffers.
6359
6360         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6361         compiling.
6362         (netrc-bound-and-true-p): New macro.
6363         (netrc-parse): Use it instead of bound-and-true-p that is not available
6364         in XEmacs 21.4.
6365
6366 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6367
6368         * gnus-registry.el (gnus-registry-mark-article)
6369         (gnus-registry-article-marks): Add functionality to mark articles
6370         through the Gnus registry.
6371
6372         * encrypt.el: Clarify documentation for the new pgg method.
6373         (encrypt-file-alist): Add PGG option.
6374         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6375         functionality.  Abstract password key and messaging to external
6376         functions.
6377         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6378         (encrypt-message-method-and-cipher): Add new convenience external
6379         functions.
6380         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6381         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6382
6383         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6384         (netrc-parse): Use encrypt-file-alist to determine if
6385         encrypt-find-model or encrypt-insert-file-contents should be used.
6386
6387         * encrypt.el: Clarify documentation.  Load password-cache or
6388         password, whichever one is found first, instead of autoloading.
6389
6390 2007-12-19  Glenn Morris  <rgm@gnu.org>
6391
6392         * mml.el (message-options-set, message-narrow-to-head)
6393         (message-in-body-p, message-mail-p, message-encode-message-body):
6394         Autoload.
6395         (message-remove-header, message-narrow-to-headers-or-head)
6396         (message-subscribed-p, message-make-mail-followup-to)
6397         (message-position-on-field, message-news-p)
6398         (message-options-set-recipient, message-generate-headers)
6399         (message-sort-headers): Declare as functions.
6400
6401 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6402
6403         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6404         convention in doc string.
6405
6406 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6409         title to html parts.
6410         (gnus-article-browse-html-article): Pass message header to it.
6411
6412         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6413
6414 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6415
6416         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6417         or password compatible with XEmacs.
6418
6419 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6420
6421         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6422         format document.
6423         (gnus-mime-delete-part): Don't write description line if empty.
6424         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6425
6426 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6427
6428         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6429         (gnus-summary-mark-read-and-unread-as-read)
6430         (gnus-summary-mark-current-read-and-unread-as-read)
6431         (gnus-summary-mark-unread-as-ticked): Doc fix.
6432         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6433
6434 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6435
6436         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6437         Christoph Conrad <christoph.conrad@gmx.de>.
6438
6439 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6440
6441         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6442         yes-or-no-p.
6443
6444 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * mm-decode.el (mm-add-meta-html-tag): New function.
6447         (mm-save-part-to-file, mm-pipe-part): Use it.
6448
6449         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6450         gnus-y-or-n-p instead of y-or-n-p.
6451         (gnus-article-browse-html-parts): Work with message/external-body; use
6452         mm-add-meta-html-tag.
6453
6454 2007-12-11  Glenn Morris  <rgm@gnu.org>
6455
6456         * gnus-cache.el: Require gnus-sum not just when compiling.
6457
6458         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6459
6460         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6461         definitions before use.
6462
6463         * mm-decode.el: Require gnus-util.
6464         (mm-remove-part): Only call delete-annotation on XEmacs.
6465
6466         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6467
6468         * nnmail.el: Require gnus-int.
6469
6470         * spam.el: Move `require's before `eval-when-compile's.
6471
6472         * gnus-ems.el (gnus-alive-p):
6473         * gnus-fun.el (message-goto-eoh):
6474         * gnus-util.el (gnus-group-name-decode):
6475         * mail-source.el (gnus-compress-sequence):
6476         * message.el (Info-goto-node, format-spec):
6477         * mm-bodies.el (message-options-get):
6478         * mm-decode.el (mm-view-pkcs7):
6479         * mm-util.el (gmm-write-region):
6480         * mml-smime.el (mml-compute-boundary)
6481         (gnus-completing-read-with-default):
6482         * mml.el (widget-button-press, gnus-make-hashtable):
6483         * mml1991.el (mm-decode-content-transfer-encoding)
6484         (mm-encode-content-transfer-encoding)
6485         (message-options-get, message-options-set):
6486         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6487         * nnfolder.el (gnus-request-group):
6488         * nnheader.el (ietf-drums-unfold-fws):
6489         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6490         * smime.el (gnus-run-mode-hooks):
6491         * spam-stat.el (gnus-message): Autoload.
6492
6493         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6494         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6495         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6496         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6497         Add declare-function compatibility definition.
6498
6499         * gnus-cache.el (nnvirtual-find-group-art):
6500         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6501         (gnus-add-image, gnus-add-wash-type):
6502         * gnus-group.el (nnkiboze-score-file):
6503         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6504         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6505         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6506         (message-tokenize-header, gnus-get-buffer-create)
6507         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6508         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6509         * gnus.el (gnus-group-decoded-name):
6510         * mail-source.el (imap-capability):
6511         * mm-bodies.el (message-options-set):
6512         * mm-decode.el (gnus-configure-windows):
6513         * mm-extern.el (message-goto-body):
6514         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6515         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6516         (epg-sub-key-validity, message-options-set):
6517         * mml.el (widget-event-point, gnus-configure-windows):
6518         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6519         * mml2015.el (epg-check-configuration, epg-configuration)
6520         (message-options-set):
6521         * nndb.el (nndb-request-article):
6522         * nnfolder.el (gnus-request-create-group):
6523         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6524         * nnmaildir.el (gnus-group-mark-article-read):
6525         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6526         * rfc1843.el (message-fetch-field):
6527         * spam.el (gnus-extract-address-components):
6528         Declare as functions.
6529
6530 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6533
6534         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6535
6536         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6537         bind show-trailing-whitespace for XEmacs.
6538
6539 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6540
6541         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6542         new no-op macro for backward compatibility.
6543
6544         * imap.el (imap-string-to-integer): New function.
6545
6546 2007-12-09  Glenn Morris  <rgm@gnu.org>
6547
6548         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6549
6550         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6551         * message.el, mm-view.el, sieve-manage.el, smime.el:
6552         Add declare-function compatibility definition.
6553
6554         * gnus-art.el (w3-region, w3m-region, Info-menu):
6555         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6556         * gnus-sum.el (gnus-get-predicate):
6557         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6558         * message.el (mail-abbrev-in-expansion-header-p):
6559         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6560         (w3m-detect-meta-charset, w3m-region):
6561         * sieve-manage.el (password-read, password-cache-add)
6562         (password-cache-remove):
6563         * smime.el (password-read-and-add): Declare as functions.
6564
6565 2007-12-08  David Kastrup  <dak@gnu.org>
6566
6567         * gnus-sum.el (gnus-summary-simplify-subject-query):
6568         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6569         `message'.
6570
6571 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6572
6573         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6574         it to bind idna-program, installation-directory, defined-colors, and
6575         face-attribute for XEmacs of the version that compiles defcustom forms.
6576
6577 2007-12-07  Glenn Morris  <rgm@gnu.org>
6578
6579         * gnus-art.el (article-make-date-line): Revert previous change.
6580
6581 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6582
6583         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6584
6585 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6586
6587         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6588         Call gnus-add-to-range ranges only once with a prepared article-list.
6589
6590 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6591
6592         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6593         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6594         group names with backslashes.  Reported by Tassilo Horn
6595         <tassilo@member.fsf.org>.
6596
6597 2007-12-06  Deepak Goel  <deego3@gmail.com>
6598
6599         * gnus-art.el (article-make-date-line):
6600         * gnus-start.el (gnus-load):
6601         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6602
6603 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6604
6605         * gnus-art.el (gnus-use-idna)
6606         * gnus-start.el (gnus-site-init-file)
6607         * message.el (message-use-idna)
6608         * mm-uu.el (mm-uu-hide-markers)
6609         * smiley.el (smiley-style): Revert changes that suppress warnings.
6610
6611 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6612
6613         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6614         specify charset to html source.  Reported by Christoph Conrad
6615         <christoph.conrad@gmx.de>.
6616
6617 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6618
6619         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6620         idna-program in order to suppress byte compile warning issued by XEmacs
6621         that came to byte compile the default value section of defcustom forms
6622         recently.
6623
6624         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6625         value of installation-directory.
6626
6627         * message.el (message-use-idna): Don't directly refer to the value of
6628         idna-program.
6629
6630         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6631
6632         * smiley.el (smiley-style): Don't directly call face-attribute.
6633
6634 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6635
6636         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6637
6638         * gnus-dired.el: Reduce Gnus dependencies.
6639         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6640         require.  Use autoloads instead.
6641         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6642         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6643         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6644         (gnus-dired-mode): Adjust doc string.
6645         (gnus-dired-mail-mode): New variable.
6646         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6647         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6648         (gnus-dired-mail-buffers): New function.  Return mail or message
6649         composition buffers.
6650         (gnus-dired-attach): Use it.
6651         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6652         NO-DECODE.
6653         (gnus-dired-print): Use `gnus-print-buffer' depending on
6654         `gnus-dired-mail-mode'.
6655
6656 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * rfc2047.el (rfc2047-encoded-word-regexp)
6659         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6660         explaining what regexp patterns are for.
6661
6662 2007-12-04  Glenn Morris  <rgm@gnu.org>
6663
6664         * password.el: Move to password-cache.el.
6665
6666         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6667         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6668         * mml-smime.el (password-read, password-cache-add)
6669         (password-cache-remove):
6670         No need to autoload, since mml-sec requires password.
6671
6672         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6673         * message.el (gnus-extract-address-components):
6674         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6675
6676         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6677         password.
6678
6679 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6680
6681         * mailcap.el: Reduce dependencies.
6682         (mail-header-parse-content-type): Autoload.
6683         (mailcap-delete-duplicates): New alias.
6684         (mailcap-mime-info): Add optional argument NO-DECODE.
6685         (mailcap-mime-types): Use mailcap-delete-duplicates.
6686
6687         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6688
6689 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6690
6691         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6692         (imap-parse-status): Upcase status-att for servers that sends them
6693         lower-case (e.g., MS Exchange 2007).
6694
6695 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6696
6697         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6698         function.
6699
6700         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6701         (gnus-uu-yenc-article): New function.
6702
6703         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6704
6705         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6706         buffer.
6707
6708 2007-12-02  Glenn Morris  <rgm@gnu.org>
6709
6710         * binhex.el (binhex): New custom group.
6711         (binhex-decoder-program, binhex-decoder-switches)
6712         (binhex-use-external): Move to the binhex custom group.
6713
6714         * uudecode.el (uudecode): New custom group.
6715         (uudecode-decoder-program, uudecode-decoder-switches)
6716         (uudecode-use-external): Move to the uudecode custom group.
6717
6718         * netrc.el (top-level): Don't load `encrypt' features.
6719         (netrc-parse): Don't use encrypt.
6720         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6721
6722         * encrypt.el: Remove file.
6723
6724 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6725
6726         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6727         matches on patches.
6728
6729         * gnus-art.el (gnus-article-browse-html-article): Mention
6730         `mm-text-html-renderer' in the doc string.
6731
6732         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6733         string.  Add comments.
6734
6735         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6736         if rhs is ASCII.
6737
6738 2007-12-01  Glenn Morris  <rgm@gnu.org>
6739
6740         * mail-source.el (top-level): Require format-spec before
6741         eval-when-compile.
6742
6743 2007-11-30  Glenn Morris  <rgm@gnu.org>
6744
6745         * encrypt.el: Require password, rather than autoloading password-read.
6746
6747 2007-11-29  Glenn Morris  <rgm@gnu.org>
6748
6749         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6750         (sasl-make-client, sasl-next-step, sasl-step-data)
6751         (sasl-step-set-data): Declare as functions.
6752
6753 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6754
6755         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6756
6757 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6758
6759         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6760         certs should be verified and what is to be done in the event of a
6761         verification failure.
6762
6763         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6764         caller can indicate whether the cache should be disregarded for this
6765         call.  This way the result of the call is reproducible at all times and
6766         can be considered a canonical server name for the supplied method.
6767         (gnus-agent-method-p): Canonicalize server names by pushing their
6768         method through `gnus-method-to-server' using the no-cache argument.
6769
6770         * gnus-srvr.el (gnus-server-insert-server-line): Call
6771         `gnus-method-to-server' with `no-cache' argument.
6772
6773         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6774         gnus-agent-possibly-synchronize-flags as this should be called when the
6775         server is actually being opened.
6776         (gnus-agent-possibly-synchronize-flags)
6777         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6778         flags file of an agentized server to the latter function.
6779
6780         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6781         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6782         after a connection has been established successfully.
6783
6784 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * gnus-art.el (article-display-face): Force to display face if called
6787         interactively; check if gnus-article-x-face-too-ugly matches author.
6788         (article-display-x-face): Display face even if From header is missing
6789         as article-display-face does.
6790
6791 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6792
6793         * hashcash.el (message-narrow-to-headers-or-head)
6794         (message-fetch-field, message-goto-eoh)
6795         (message-narrow-to-headers): Declare as functions.
6796
6797 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6798
6799         * mail-source.el (mail-sources): Default to fetch from file for
6800         compatibility with default of nnmail-spool-file.
6801
6802 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6805         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6806         to look for encoded word that should be encoded again.
6807         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6808         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6809         encoding pattern.
6810         (rfc2047-decode-region): Switch strict regexp and loose one according
6811         to rfc2047-allow-irregular-q-encoded-words.
6812
6813 2007-11-25  Romain Francoise  <romain@orebokech.com>
6814
6815         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6816
6817 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6818
6819         * tls.el (tls-program): Provide more custom choices from
6820         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6821         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6822
6823 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6824
6825         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6826         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6827
6828         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6829         `nnmail-spool-file'.
6830
6831         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6832         `nnmail-spool-file'.
6833
6834         * gnus-move.el (gnus-change-server): Ditto.
6835
6836         * gnus-kill.el (gnus-batch-score): Ditto.
6837
6838         * gnus-cache.el (gnus-jog-cache): Ditto.
6839
6840         * gnus-msg.el (gnus-summary-reply):
6841         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6842
6843 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6844
6845         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6846         version.  Minor improvement to doc strings.
6847         (tls-program): Add comment.
6848
6849 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6850
6851         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6852         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6853         mismatch between the hostname provided in the certificate and the name
6854         of the host connnecting to.
6855         (open-tls-stream): Use them.  Check certificates against trusted root
6856         certificates.
6857
6858 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6859
6860         * gnus-cache.el (gnus-cache-generate-nov-databases):
6861         Use nnml-generate-nov-databases-directory instead of
6862         nnml-generate-nov-databases-1.
6863
6864 2007-11-24  Glenn Morris  <rgm@gnu.org>
6865
6866         * message.el (message-tool-bar-retro): Update for rename
6867         mail_send.xpm->mail-send.xpm.
6868
6869 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6870
6871         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6872         `smime-ldap-search' for Emacs 22 and up.
6873
6874 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6875
6876         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6877
6878         * message.el (message-send-mail-function): Fix error convention.
6879         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6880         (message-widen-reply, message-send-mail, message-talkative-question)
6881         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6882         (message-clone-locals, message-send-news): Use with-current-buffer.
6883         (message-insert-or-toggle-importance): Remove unused var `valid'.
6884         (message-make-references): Remove unused var `new-references'.
6885         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6886
6887 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6888
6889         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6890         (spam-split-symbolic-return-positive): Reflow docstring.
6891         (spam-backends, spam-summary-exit-behavior)
6892         (spam-mark-ham-unread-before-move-from-spam-group)
6893         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6894         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6895         (spam-clear-cache, spam-backend-check, spam-install-backend)
6896         (spam-install-statistical-backend, spam-list-of-processors)
6897         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6898         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6899         (spam-check-crm114, spam-initialize, spam-unload-hook):
6900         Fix typos in docstrings.
6901
6902 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6905         been checked if they have never been read and those group levels are
6906         higher than the one that a user specified.
6907
6908 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6911         foreign groups unless a group level is specified by a user.
6912         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6913
6914 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6915
6916         * message.el (message-send-mail-function): Require sendmail.
6917
6918 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6919
6920         * message.el (message-send-mail-function): Check for smtpmail too.
6921
6922         * utf7.el (utf7-encode, utf7-decode): Use coding system
6923         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6924
6925         * message.el (message-send-mail-function): New function.
6926         (message-send-mail-function): Set default using
6927         message-send-mail-function.  Adjust doc string.
6928         (message-send-mail-with-mailclient): New function.
6929
6930 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6931
6932         * smime.el (from):
6933         * rfc2047.el (message-posting-charset):
6934         * qp.el (mm-use-ultra-safe-encoding):
6935         * pop3.el (parse-time-months):
6936         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6937         * nnml.el (files):
6938         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6939         (jka-compr-compression-info-list, ange-ftp-path-format)
6940         (efs-path-regexp):
6941         * nndiary.el (files):
6942         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6943         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6944         (epg-digest-algorithm-alist, inhibit-redisplay)
6945         (password-cache-expiry):
6946         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6947         (pgg-output-buffer, password-cache-expiry):
6948         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6949         (efs-path-regexp):
6950         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6951         (inhibit-redisplay):
6952         * mm-uu.el (file-name, start-point, end-point, entry)
6953         (gnus-newsgroup-name, gnus-newsgroup-charset):
6954         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6955         (latin-unity-ucs-list):
6956         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6957         (mm-uu-binhex-decode-function):
6958         * message.el (gnus-message-group-art, gnus-list-identifiers)
6959         (rmail-enable-mime-composing, gnus-local-organization)
6960         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6961         (gnus-read-active-file, facemenu-add-face-function)
6962         (facemenu-remove-face-function, gnus-article-decoded-p)
6963         (tool-bar-mode):
6964         * mail-source.el (display-time-mail-function):
6965         * gnus-util.el (nnmail-pathname-coding-system)
6966         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6967         (gnus-original-article-buffer, gnus-user-agent)
6968         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6969         (xemacs-codename, sxemacs-codename, emacs-program-version):
6970         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6971         * gnus-start.el (gnus-agent-covered-methods)
6972         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6973         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6974         (gnus-newsgroup-headers, gnus-group-list-mode)
6975         (gnus-group-mark-positions, gnus-newsgroup-data)
6976         (gnus-newsgroup-unreads, nnoo-state-alist)
6977         (gnus-current-select-method, mail-sources)
6978         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6979         (nnmail-spool-file, gnus-cache-active-hashtb):
6980         * gnus-mh.el (mh-lib-progs):
6981         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6982         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6983         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6984         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6985         (gnus-group-buffer):
6986         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6987         (font-lock-set-defaults):
6988         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6989         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6990         (gnus-summary-post-menu, total-parts, type, condition, length):
6991         * gnus-agent.el (gnus-agent-read-agentview):
6992         * flow-fill.el (show-trailing-whitespace):
6993         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6994         eval-and-compile wrappers for byte compiler pacifiers.
6995
6996         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6997         (mm-display-inline-fontify): Check for featurep 'xemacs not
6998         extent-list.
6999
7000         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7001         itimer-list.
7002         (mm-create-image-xemacs): Only do something for XEmacs.
7003         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7004
7005         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7006
7007         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7008         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7009
7010 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7011
7012         * nnimap.el (nnimap-split-download-body):
7013         * gnus-demon.el (gnus-demon):
7014         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7015
7016 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7019         macros.
7020         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7021         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7022         copy data from unibyte buffer to multibyte current buffer.
7023         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7024         to copy data from unibyte current buffer to multibyte buffer.
7025         (nntp-make-process-buffer): Make process buffer unibyte.
7026
7027         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7028
7029 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7030
7031         * pop3.el (pop3-open-server): Accept and process data more robustly at
7032         connexion start to avoid spurious "POP SSL connexion failed" errors.
7033
7034 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7037         read group names.
7038
7039 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7040
7041         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7042
7043 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7046         (nnmail-save-active): Use a unibyte buffer when saving active file,
7047         which may contain non-ASCII group names.
7048
7049         * nnml.el (nnml-request-group): Decode group names in messages.
7050
7051 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7052
7053         * message.el (message-citation-line-function)
7054         (message-insert-formatted-citation-line): Fix spelling of
7055         `message-insert-formated-citation-line'.
7056
7057 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7058
7059         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7060
7061 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7064         nnmail-pathname-coding-system.
7065
7066         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7067         that a user enters; decode group names in messages.
7068
7069         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7070
7071 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7072
7073         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7074
7075         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7076
7077         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7078         risky local variable.
7079
7080         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7081
7082 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7083
7084         * encrypt.el: Improve documentation to fix function name typo.
7085         Reported by Daiki Ueno <ueno@unixuser.org>.
7086
7087 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7088
7089         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7090         even if the point is not in the last page of an article.
7091         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7092         back to the previous page.
7093
7094 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7097
7098 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7101
7102 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7103
7104         * message.el (message-check-news-body-syntax): Avoid
7105         mm-string-as-multibyte.
7106         (message-hide-headers): Don't assume (point-min)==1.
7107
7108 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7109
7110         * message.el (message-remove-blank-cited-lines): Fix if remove is
7111         given.
7112         (message-bogus-address-regexp): New variable.
7113         (message-bogus-recipient-p): New function.
7114         (message-check-recipients): New command.
7115         (message-syntax-checks): Add `bogus-recipient'.
7116         (message-fix-before-sending): Add `bogus-recipient'.
7117
7118         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7119         (gnus-treat-body-boundary): Don't test window-system.
7120
7121 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7122
7123         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7124
7125 2007-10-28  Miles Bader  <miles@gnu.org>
7126
7127         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7128         at compile-time too.
7129
7130 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7131
7132         * gnus-msg.el (gnus-message-setup-hook): Add
7133         `message-remove-blank-cited-lines' to options.
7134
7135 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7136
7137         * message.el (message-remove-blank-cited-lines): New function.
7138         Suggested by Karl Plästerer.
7139
7140 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7141
7142         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7143         mapc.
7144
7145         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7146         (top-level): Use mapc to set functions to be traced for debugging.
7147
7148         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7149         called for effect with while loop.
7150
7151         * message.el (message-talkative-question): Replace mapcar called for
7152         effect with mapc.
7153
7154         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7155         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7156         called for effect with dolist.
7157
7158         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7159
7160         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7161         gnus-extra-headers and nnmail-extra-headers.
7162
7163         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7164         called for effect with dolist.
7165         (top-level): Use mapc to set functions to be traced for debugging.
7166
7167         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7168         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7169         dolist.
7170
7171         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7172         Replace mapcar called for effect with mapc.
7173         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7174         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7175         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7176         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7177
7178         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7179         remove-if that's a cl function.
7180
7181         * webmail.el (webmail-debug): Replace mapcar called for effect with
7182         dolist.
7183
7184         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7185         with mapc.
7186
7187 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7190         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7191         with while loop.
7192
7193         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7194         functions from article-* functions.
7195         (gnus-multi-decode-header): Replace mapcar called for effect with
7196         dolist.
7197
7198         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7199         (gnus-bookmark-show-details): Replace mapcar called for effect with
7200         while loop.
7201
7202         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7203         called for effect with while loop.
7204
7205         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7206         with dolist.
7207
7208         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7209         mapcar called for effect with dolist.
7210
7211         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7212
7213         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7214         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7215         Replace mapcar called for effect with dolist.
7216         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7217         mapc.
7218
7219         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7220         Replace mapcar called for effect with dolist.
7221         (gnus-topic-list): Replace mapcar called for effect with mapc.
7222
7223         * gnus.el: Use mapc instead of mapcar to add autoloads.
7224
7225 2007-10-23  Richard Stallman  <rms@gnu.org>
7226
7227         * gnus-group.el (gnus-group-highlight): Mark as risky.
7228
7229 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * gnus.el (gnus-server-to-method): Return method found first in
7232         gnus-newsrc-alist.
7233
7234         * gnus-art.el (gnus-article-highlight-signature)
7235         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7236         button overlay without the front stickiness.
7237
7238 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7239
7240         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7241         overview buffer needed a catch to receive its throw.
7242         (gnus-agent-flush-cache): Declared as interactive to make this function
7243         easier to use.
7244
7245 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7246
7247         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7248         `next-line'.
7249
7250 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7251
7252         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7253         exclude address matching message-dont-reply-to-names.
7254
7255 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7256
7257         * gnus-util.el (gnus-string<): New function.
7258
7259         * gnus-sum.el (gnus-article-sort-by-author)
7260         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7261
7262 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7265         the frame-focus tag is set in gnus-buffer-configuration.
7266
7267 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7268
7269         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7270         the front stickiness.
7271
7272 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7275         url pattern; remove duplicate one.
7276         (gnus-article-extend-url-button): New function.
7277         (gnus-article-add-buttons): Use it.
7278         (gnus-button-push): Use concatenated url that it makes.
7279
7280 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7281
7282         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7283
7284 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7285
7286         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7287         Don't hardcode point-min==1.
7288
7289 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7290
7291         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7292         Fix comment about "iso8859-1".
7293
7294 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7295
7296         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7297         ones returned from the verify-function.
7298
7299         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7300         mml2015-extract-cleartext-signature if extraction failed.
7301
7302 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7303
7304         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7305         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7306         failed.
7307
7308 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7309
7310         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7311
7312 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7313
7314         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7315         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7316         recommends to use EasyPG instead of PGG.
7317
7318         * pgg.el: Revert to revision 6.23.2.16.
7319
7320         * pgg-def.el: Revert to revision 6.6.2.14.
7321
7322         * pgg-gpg.el: Revert to revision 6.23.2.34.
7323
7324 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7325
7326         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7327         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7328         thread for both the null and zero (kill/expire thread) universal prefix
7329         cases.
7330         (gnus-summary-expire-thread): Add new function to expire a thread,
7331         using gnus-summary-kill-thread.
7332         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7333         shortcuts for gnus-summary-expire-thread.
7334         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7335         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7336
7337 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7338
7339         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7340         extras value, so an extras entry can be deleted.
7341         (gnus-registry-delete-extra-entry): Use it.
7342         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7343         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7344         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7345         storage through the gnus-registry, and provide an appropriate API for
7346         it.
7347
7348 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7351         Suggested by Leo <sdl.web@gmail.com>.
7352
7353         * gnus.el: Do.
7354
7355 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7356
7357         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7358         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7359
7360         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7361
7362         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7363         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7364
7365 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7368         newline.
7369         (nnmbox-request-accept-article): Don't change article in source buffer;
7370         narrow to header to use message-fetch-field rather than
7371         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7372         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7373         as delimiters; make sure article ends with newline.
7374         (nnmbox-delete-mail): Correct last position of article to be deleted;
7375         ignore X-Gnus-Newsgroup header in article body.
7376         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7377         positions; make sure article ends with newline.
7378
7379         * message.el (message-display-abbrev): Don't infloop when a user
7380         inserts SPC in the beginning of header.
7381
7382         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7383         coding-system-for-read and coding-system-for-write for XEmacs having no
7384         file-coding feature.
7385
7386         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7387
7388 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7389
7390         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7391         list of groups not followed by default.  Fix type to be regexp.
7392         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7393
7394 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7395
7396         * hmac-def.el (define-hmac-function): Switch from old-style to
7397         new-style backquotes.
7398
7399         * md4.el (md4-make-step): Likewise.
7400
7401 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7404         raw-text coding system when saving .newsrc file, which may contain
7405         non-ASCII group names.
7406
7407 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * gnus-cus.el (gnus-score-extra): New widget.
7410         (gnus-score-extra-convert): New function.
7411         (gnus-score-customize): Use it for Extra.
7412
7413 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7414
7415         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7416         (mml2015-mailcrypt-clear-verify): Use it.
7417         (mml2015-gpg-clear-verify): Use it.
7418         (mml2015-pgg-clear-verify): Use it.
7419         (mml2015-epg-clear-verify): Replace the current part with the output
7420         from GnuPG; don't extract the plaintext by itself.
7421
7422         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7423         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7424         mml2015-clear-verify-function; don't touch the armor headers or
7425         dash-escaped text here.
7426
7427 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7428
7429         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7430         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7431         parts, or application/octet-stream as a last resort.
7432         (gnus-mime-view-part-as-type): Don't toggle display.
7433         (gnus-mime-view-part-as-charset): Don't turn off display before
7434         querying charset.
7435
7436         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7437         stuff to undisplayer function in Emacs.
7438         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7439
7440         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7441         text/calendar parts.
7442
7443 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7446         decoding text/calendar parts.
7447
7448         * message.el (message-forward-make-body-mime): Always mark body as
7449         having no illegible text; remove signed-or-encrypted argument.
7450         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7451
7452         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7453         (mml-generate-mime-1): Don't encode body if it is specified to be in
7454         raw form; don't make buffer be unibyte when inserting multibyte string.
7455
7456 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7457
7458         * sha1.el: Fix up comment style.
7459         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7460         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7461
7462         * hex-util.el: Fix up comment style.
7463         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7464
7465         * gnus-salt.el: Use with-current-buffer.
7466         (gnus-pick-setup-message): Fix long-standing typo.
7467
7468 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * imap.el (imap-logout-timeout): New variable.
7471         (imap-logout, imap-logout-wait): New functions.
7472         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7473
7474         * nnimap.el (nnimap-logout-timeout): New server variable.
7475         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7476         nnimap-logout-timeout.
7477
7478         * gnus-art.el (gnus-article-summary-command-nosave)
7479         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7480
7481 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7482
7483         * gnus.el (gnus-maximum-newsgroup): New variable.
7484
7485         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7486         according to gnus-maximum-newsgroup.
7487
7488         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7489         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7490         Limit the range of articles according to gnus-maximum-newsgroup.
7491
7492 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7493
7494         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7495         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7496         Don't perform gnus-configure-windows here; reuse existing sticky
7497         article buffer.
7498
7499         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7500         it doesn't exist in gnus-article-mode.
7501
7502 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7505         (gnus-agent-decoded-group-name): New function.
7506         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7507         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7508
7509 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7510
7511         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7512         Add binding for gnus-sticky-article.
7513         (gnus-summary-exit): Don't kill sticky article buffers.
7514
7515         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7516         article buffer.
7517         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7518         (gnus-kill-sticky-article-buffers): New commands.
7519
7520 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * nntp.el (nntp-xref-number-is-evil): New server variable.
7523         (nntp-find-group-and-number): If it is non-nil, don't trust article
7524         numbers in the Xref header.
7525
7526 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * gnus-agent.el (gnus-agent-read-group): New function.
7529         (gnus-agent-flush-group, gnus-agent-expire-group)
7530         (gnus-agent-regenerate-group): Use it.
7531         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7532         nnmail-pathname-coding-system.
7533
7534 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7535
7536         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7537
7538         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7539         that are unread as unread, and also as selected so that information of
7540         marks having been changed by a user may be updated when exiting group.
7541
7542 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7543
7544         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7545         calculated ignoring signature parts to gnus-treat-article.
7546
7547 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7548
7549         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7550         a point here in order to keep the window start.
7551         (gnus-insert-mime-security-button): Make a button overlay without the
7552         front stickiness.
7553         (gnus-mime-display-security): Goto the end of a button.
7554
7555         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7556
7557 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7558
7559         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7560         group-name-at-point.
7561         (gnus-group-completing-read): New function that offers decoded
7562         non-ASCII group names for completion.
7563         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7564         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7565         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7566         (gnus-group-fetch-control): Use it.
7567         (gnus-fetch-group): Use group-name-at-point for the initial value
7568         rather than the default value; use gnus-alive-p.
7569
7570         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7571         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7572         (gnus-summary-post-news): Use gnus-group-completing-read.
7573
7574         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7575         (gnus-read-move-group-name): Decode group name for completion.
7576
7577 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7578
7579         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7580         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7581         Yamaoka slightly modified the code).
7582
7583 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7586         (nnmail-split-incoming): Bind it.
7587
7588         * nnml.el (nnml-group-name-charset): New function.
7589         (nnml-decoded-group-name): Use it; don't decode group name if
7590         nnmail-group-names-not-encoded-p is non-nil.
7591         (nnml-encoded-group-name): New function.
7592         (nnml-group-pathname): Inline nnml-decoded-group-name.
7593         (nnml-request-expire-articles): Decode group name in message.
7594         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7595         nnmail-pathname-coding-system.
7596         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7597         not decoded ones according to nnmail-group-names-not-encoded-p.
7598         (nnml-generate-active-info): Use nnml-encoded-group-name.
7599
7600 2007-08-08  Glenn Morris  <rgm@gnu.org>
7601
7602         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7603         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7604         doc-strings and comments.
7605
7606 2007-07-25  Glenn Morris  <rgm@gnu.org>
7607
7608         * Relicense all FSF files to GPLv3 or later.
7609
7610 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7611
7612         * gnus-sum.el (gnus-summary-move-article): Make
7613         gnus-summary-respool-article work.
7614
7615 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7616
7617         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7618         string.
7619
7620 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7621
7622         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7623         that should be ignored when comparing distant RSS articles with local
7624         ones.
7625         (nnrss-make-hash-index): New function.  Create a hash index according
7626         to the ignored fields.
7627         (nnrss-check-group): Use it.
7628
7629 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7632
7633         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7634
7635         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7636         the new optional argument ENCODED is non-nil.
7637         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7638         coding system for encoding group name.
7639         (gnus-group-make-rss-group): Pass un-encoded group name to
7640         gnus-group-make-group.
7641         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7642         encoded.
7643
7644         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7645         Encode group name to which articles are moved or copied.
7646         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7647         coding system for encoding Newsgroup, Followup-To and Xref headers.
7648
7649         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7650         marks; use nnheader-file-coding-system to write a file.
7651         (nnagent-retrieve-headers): Bind file-name-coding-system to
7652         nnmail-pathname-coding-system.
7653
7654         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7655
7656         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7657         (nnml-request-article, nnml-request-create-group)
7658         (nnml-request-rename-group, nnml-find-id)
7659         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7660         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7661         (nnml-save-marks): Use nnml-group-pathname instead of
7662         nnmail-group-pathname.
7663
7664         (nnml-request-create-group, nnml-request-expire-articles)
7665         (nnml-request-move-article, nnml-request-delete-group)
7666         (nnml-deletable-article-p, nnml-possibly-create-directory)
7667         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7668         (nnml-open-marks): Bind file-name-coding-system to
7669         nnmail-pathname-coding-system.
7670
7671         (nnml-request-article): Pass server argument to nnml-find-group-number.
7672         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7673         server argument to nnml-possibly-create-directory.
7674         (nnml-request-accept-article): Pass server argument to
7675         nnml-active-number and nnml-save-mail.
7676         (nnml-find-group-number): Pass server argument to nnml-find-id.
7677         (nnml-request-update-info): Pass server argument to
7678         nnml-marks-changed-p.
7679
7680         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7681         (nnml-save-mail, nnml-active-number): Add server argument.
7682
7683         (nnml-request-delete-group): Warn if group is missing.
7684         (nnml-get-nov-buffer): Decode group name.
7685         (nnml-generate-active-info): Encode group name.
7686         (nnml-open-marks): Decode group name in messages.
7687
7688 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7691         if it is not specified.
7692         (gnus-article-pipe-part, gnus-article-save-part)
7693         (gnus-article-interactively-view-part, gnus-article-copy-part)
7694         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7695         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7696         (gnus-article-replace-part, gnus-article-delete-part)
7697         (gnus-article-view-part-as-type): Pass raw prefix argument to
7698         gnus-article-part-wrapper.
7699
7700 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * gnus-agent.el (gnus-agent-save-active): Bind
7703         nnheader-file-coding-system to gnus-agent-file-coding-system.
7704
7705         * gnus-cache.el (gnus-cache-save-buffers)
7706         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7707         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7708         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7709         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7710         (gnus-cache-generate-active, gnus-cache-rename-group)
7711         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7712         (gnus-cache-update-overview-total-fetched-for): Bind
7713         file-name-coding-system to nnmail-pathname-coding-system.
7714         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7715         variables.
7716         (gnus-cache-decoded-group-name): New function.
7717         (gnus-cache-file-name): Use it.
7718         (gnus-cache-generate-active): Use non-decoded group name for active.
7719
7720         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7721         right place.
7722         (gnus-write-active-file): Don't break non-ASCII group names.
7723
7724         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7725         nnmail-pathname-coding-system.
7726
7727         * lpath.el: Bind default-file-name-coding-system,
7728         file-name-coding-system and language-info-alist for XEmacs.
7729
7730         * gnus-uu.el (gnus-uu-decode-save): Typo.
7731
7732 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7735
7736 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7737
7738         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7739         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7740         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7741         (gnus-agent-flush-group, gnus-agent-flush-cache)
7742         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7743         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7744         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7745         (gnus-agent-regenerate-group)
7746         (gnus-agent-update-files-total-fetched-for)
7747         (gnus-agent-update-view-total-fetched-for): Bind
7748         file-name-coding-system to nnmail-pathname-coding-system.
7749         (gnus-agent-group-pathname): Don't encode file names by
7750         nnmail-pathname-coding-system.
7751         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7752         coding-system-for-write instead of buffer-file-coding-system to
7753         gnus-agent-file-coding-system.
7754
7755         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7756         Decode group name.
7757
7758         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7759
7760         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7761         (gnus-read-newsrc-el-file): Make group names unibyte.
7762
7763         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7764         nnmail-pathname-coding-system.
7765
7766         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7767         (nnrss-request-delete-group): Bind file-name-coding-system to
7768         nnmail-pathname-coding-system.
7769         (nnrss-read-server-data, nnrss-read-group-data): Bind
7770         file-name-coding-system correctly.
7771         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7772
7773         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7774         (nntp-server-to-method-cache): New variable.
7775         (nntp-group-pathname): New function that decodes non-ASCII group names.
7776         (nntp-possibly-create-directory, nntp-marks-changed-p)
7777         (nntp-save-marks, nntp-open-marks): Use it.
7778         (nntp-possibly-create-directory, nntp-open-marks):
7779         Bind file-name-coding-system to nnmail-pathname-coding-system.
7780         (nntp-open-marks): Decode group names when bootstrapping marks.
7781
7782         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7783         Newsgroups and Folowup-To headers.
7784
7785 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7788         (gnus-server-closed-face, gnus-server-denied-face)
7789         (gnus-server-offline-face): Remove variable.
7790         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7791
7792         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7793         of modifying message-stack directly for XEmacs.
7794
7795         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7796         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7797         if the coding-system argument is nil for XEmacs.
7798
7799         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7800         mm-charset-override-alist.
7801
7802         * rfc2047.el: Don't require base64; require rfc2045 for the function
7803         rfc2045-encode-string.
7804         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7805         to quote the parameter value.
7806
7807 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7810         form in gnus-group-name-charset-method-alist.
7811
7812         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7813         overrides the default layout edit-form.
7814
7815         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7816
7817         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7818
7819 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7820
7821         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7822         as unfetched articles.
7823
7824 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7825
7826         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7827
7828 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7831         original back end that keeps marks in the local system.
7832
7833 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7836         arg of pop-to-buffer for XEmacs.
7837         (gnus-article-read-summary-keys): Ditto; don't restore window
7838         configuration if summary command ends up with neither article buffer
7839         nor summary buffer; describe bindings if summary keys end with C-h.
7840
7841 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * message.el (message-fix-before-sending): Skip raw message part to be
7844         forwarded while checking illegible text.
7845         (message-forward-make-body-mime, message-forward-make-body): Mark
7846         signed or encrypted raw message as having no illegible text.
7847
7848 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7851         (gnus-message-with-timestamp-1): New macro.
7852         (gnus-message-with-timestamp): New function.
7853         (gnus-message): Use them.
7854
7855         * nnheader.el (nnheader-message): Use them.
7856
7857 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7858
7859         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7860         .newsrc.eld file.
7861
7862 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7863
7864         * gnus-agent.el (gnus-agent-fetch-headers)
7865         (gnus-agent-retrieve-headers): Bind
7866         gnus-decode-encoded-address-function to identity.
7867
7868         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7869         available also when the server returns simply a dot.
7870
7871         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7872
7873 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7874
7875         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7876
7877 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7878
7879         * gnus-ems.el (gnus-x-splash): Make it work.
7880
7881         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7882         from being used.
7883
7884         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7885
7886 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7889         4th and the 5th arguments.
7890
7891         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7892         the front stickiness.
7893         (gnus-article-summary-command-nosave): Correct the order of the
7894         arguments passed to pop-to-buffer.
7895         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7896         summary command ends up with the article buffer.
7897
7898         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7899         the same faces.
7900
7901 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7902
7903         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7904
7905 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7906
7907         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7908         * gnus-sum.el (gnus-summary-highlight):
7909         * pgg.el (pgg-sign-region, pgg-sign):
7910         * mail-source.el (mail-source-delete-old-incoming-confirm):
7911         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7912
7913 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7914
7915         * gnus-art.el (gnus-mime-view-part-externally)
7916         (gnus-mime-view-part-internally): Fix predicate function passed to
7917         completing-read.
7918
7919         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7920
7921         * gnus.el (gnus-update-message-archive-method): Add :version.
7922
7923 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * gnus.el (gnus-update-message-archive-method): New variable.
7926
7927         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7928         according to gnus-message-archive-method if
7929         gnus-update-message-archive-method is non-nil.
7930
7931 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7932
7933         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7934         by Loic Dachary <loic@dachary.org>.
7935         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7936
7937 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7938
7939         * message.el (message-pop-to-buffer): Add switch-function argument.
7940         (message-mail): Pass switch-function argument to it.
7941
7942 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7943
7944         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7945         Improve doc string.
7946
7947 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7948
7949         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7950         (gnus-header-content)
7951         * gnus-cite.el (gnus-cite-10)
7952         * gnus-srvr.el (gnus-server-closed)
7953         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7954         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7955         (gnus-group-mail-3-empty, gnus-group-mail-low)
7956         (gnus-group-mail-low-empty, gnus-splash)
7957         * message.el (message-header-to, message-header-cc)
7958         (message-header-subject, message-header-other, message-header-name)
7959         (message-header-xheader, message-separator, message-cited-text)
7960         (message-mml): Lighten colors of faces used for dark background.
7961
7962 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7963
7964         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7965         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7966
7967 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7968
7969         * message.el (message-narrow-to-headers-or-head):
7970         Ignore mail-header-separator in the body.
7971
7972 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7975         same as window size.
7976
7977 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7978
7979         * message.el (message-font-lock-keywords): Use message-header-xheader
7980         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7981         ahead of the anything pattern, to get it recognised.
7982
7983 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7986         spam.el loads uses it in the compiled defadvice form.
7987
7988 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7989
7990         * gnus-sum.el (gnus-articles-to-read)
7991         (gnus-summary-insert-old-articles): Don't truncate group name for
7992         `read-string'.
7993
7994         * gnus-util.el (gnus-limit-string): Delete this function.
7995
7996         * gnus-sum.el (gnus-simplify-subject-fully): Use
7997         `truncate-string-to-width' instead.
7998
7999 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8000
8001         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8002         if, on summary exit, the next group has to be selected.
8003         (gnus-summary-exit): Use it.
8004
8005 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8006
8007         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8008         non-break space.
8009
8010 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8013         Check if group is not a directory.
8014         (nnfolder-request-expire-articles): Don't delete articles if the target
8015         group is not available.
8016
8017         * nnml.el (nnml-request-create-group): Properly check if group is not a
8018         file.
8019         (nnml-request-expire-articles): Don't delete articles if the target
8020         group is not available.
8021
8022         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8023         Don't quote characters that are within parentheses.
8024
8025 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8026
8027         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8028         (gnus-handle-ephemeral-exit): Select article according to it.
8029
8030 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8031
8032         * message.el (message-insert-formated-citation-line): Remove newline.
8033         (message-citation-line-format): Add final \n here so that the user can
8034         avoid a blank line.
8035
8036 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8037
8038         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8039         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8040         Update lanl/arXiv support.
8041
8042 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * gnus.el: Bump version number.
8045
8046 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8047
8048         * gnus.el (gnus-version-number): Bump version.
8049
8050 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8051
8052         * gnus.el: No Gnus v0.6 is released.
8053
8054 2007-04-27  Didier Verna  <didier@xemacs.org>
8055
8056         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8057         * gmm-utils.el (gmm-regexp-concat): here.
8058         * message.el: Don't require 'gnus-util.
8059         (message-dont-reply-to-names): Handle name change above.
8060         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8061
8062 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8065         since the initial value varies according to the system.
8066
8067 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8070
8071 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8072
8073         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8074
8075 2007-04-24  Didier Verna  <didier@xemacs.org>
8076
8077         Improve the type of gnus-ignored-from-addresses.
8078         * gnus-util.el (gnus-orify-regexp): New function.
8079         * message.el (gnus-util): Require it.
8080         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8081         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8082         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8083
8084 2007-04-24  Didier Verna  <didier@xemacs.org>
8085
8086         * gnus-sum.el:
8087         * gnus-utils.el: Fix some trailing whitespaces.
8088
8089 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8092         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8093         article's Message-ID; refer parent article in summary buffer.
8094
8095         * message.el (message-bounce): Call mime-to-mml.
8096
8097         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8098         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8099         optimize and/or forms properly.
8100
8101 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8102
8103         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8104         URL.
8105
8106 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8107
8108         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8109
8110 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8113         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8114         displayed of multipart/alternative part if it is invoked from summary
8115         buffer.
8116
8117         * mm-view.el (mm-inline-text-html-render-with-w3m)
8118         (mm-inline-text-html-render-with-w3m-standalone)
8119         (mm-inline-render-with-function): Use mail-parse-charset by default.
8120
8121 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8122
8123         * parse-time.el (parse-time-string-chars): Check if CHAR
8124         is less than the length of parse-time-syntax.
8125
8126 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8129         from gnus-newsgroup-processable.
8130
8131 2007-04-16  Didier Verna  <didier@xemacs.org>
8132
8133         * gnus-msg.el (gnus-configure-posting-styles): Handle
8134         message-signature-directory properly with :file syntax.  Reported by
8135         "Leo".
8136
8137 2007-04-11  Didier Verna  <didier@xemacs.org>
8138
8139         New user option: message-signature-directory.
8140         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8141         * message.el (message-insert-signature): Ditto.
8142         * message.el (message-signature-file): Doc update.
8143         * message.el (message-signature-directory): New.
8144
8145 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * gnus-msg.el (gnus-inews-yank-articles): Use
8148         message-exchange-point-and-mark instead of exchange-point-and-mark.
8149
8150 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8151
8152         * message.el (message-yank-original): Make sure cited text ends with
8153         newline; don't exchange point and mark.
8154
8155 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8156
8157         * tls.el (open-tls-stream): Properly handle case where there
8158         is no associated buffer.
8159
8160 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8161
8162         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8163         message-yank-original, make sure (< mark TEXT point).
8164
8165 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8166
8167         * message.el (message-fill-column): New variable.
8168         (message-mode): Use it.  Add comment on a possible new hook.
8169
8170         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8171         (nnmail-get-new-mail): Reformat.
8172
8173         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8174
8175         * gmm-utils.el: Fix Commentary.
8176         (gmm-tool-bar-from-list): Fix typo in doc string.
8177
8178 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8179
8180         * message.el (message-yank-original): Don't switch point and mark
8181         unnecessarily to put point and mark as documented.
8182
8183 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8184
8185         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8186         from the message heads.
8187
8188 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8189
8190         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8191         article buffer does not have a window.  This may not be the best
8192         solution but is certainly better than setting the start of the null,
8193         that is the current, window.
8194
8195 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8196
8197         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8198         (gnus-draft-setup): Run it.
8199
8200         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8201         gnus-score-fast-scoring.  Allow regexp.
8202         (gnus-score-headers): Use it.
8203
8204         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8205         XEmacs.
8206
8207         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8208         string.
8209         (gnus-button-alist): Also catch `<f1> k ...'.
8210         (gnus-treat-display-x-face): Fix doc string.
8211
8212 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8213
8214         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8215         evaluation of gnus-extended-version to ensure correct generation of the
8216         User-Agent header when message-generate-headers-first is used.
8217
8218 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8219
8220         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8221         hashcash-path is nil.  Don't call callback with incorrect number of
8222         parameters if val is 0.
8223
8224 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8225
8226         * message.el (message-required-news-headers):
8227         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8228
8229 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8230
8231         * tls.el (open-tls-stream): In handshake-waiting loop,
8232         don't wait more if there is output available to process.
8233
8234 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8235
8236         * tls.el (tls-program): Doc fix.
8237
8238 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8239
8240         * message.el (message-generate-new-buffers): Change the meaning of the
8241         nil value; add `standard' to the choices; treat t as `unique'; improve
8242         doc string.
8243         (gnus-select-frame-set-input-focus): Autoload.
8244         (message-buffer-name): Search for the existing message buffer if
8245         message-generate-new-buffers is nil or `standard'; treat the value t of
8246         message-generate-new-buffers as `unique'.
8247         (message-pop-to-buffer): Raise the frame already displaying the message
8248         buffer; clear the echo area after querying.
8249         (message-setup): Pass the `continue' argument to compose-mail.
8250         (message-mail): Prefer `switch-function' if it is given; search for the
8251         existing message buffer if the `continue' argument is non-nil; pass
8252         continue and switch-function arguments to compose-mail by way of
8253         message-setup.
8254         (message-mail-other-window): Adjust argument of message-setup.
8255         (message-mail-other-frame): Ditto.
8256
8257 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8258
8259         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8260         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8261         to turn font-lock on when turning gnus-message-citation-mode on.
8262
8263 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8264
8265         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8266         (mml-smime-function-alist): New variable; add epg as the backend.
8267         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8268         mml-smime- functions instead.
8269         * mm-view.el: Require smime.
8270
8271 2007-03-05  Didier Verna  <didier@xemacs.org>
8272
8273         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8274         instead of just inheritance for posting styles.
8275         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8276
8277 2007-02-24  Chris Moore  <dooglus@gmail.com>
8278
8279         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8280         * pgg-pgp.el (pgg-pgp-encrypt-region):
8281         * pgg-gpg.el (pgg-gpg-encrypt-region):
8282         Check pgg-encrypt-for-me if no other recipients.
8283
8284 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8285
8286         * tls.el (tls-certtool-program): Fix custom type.
8287
8288 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8291         and point-at-eol instead of line-(beginning|end)-position.
8292
8293         * assistant.el (assistant-parse-buffer): Ditto.
8294
8295         * netrc.el (netrc-parse-services): Ditto.
8296
8297 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8298
8299         * mml2015.el (mml2015-epg-find-usable-key): New function.
8300         (mml2015-epg-sign): Use it.
8301         (mml2015-epg-encrypt): Use it.
8302
8303 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * message.el (message-make-in-reply-to): Quote name containing
8306         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8307         if there are special characters.  Reported by NAKAJI Hiroyuki
8308         <nakaji@jp.freebsd.org>.
8309
8310 2007-02-27  Didier Verna  <didier@xemacs.org>
8311
8312         Include the group parameters as well as the topic ones in the
8313         inheritance filter process.
8314         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8315         argument GROUP-PARAMS-LIST.
8316         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8317
8318 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8319
8320         * nntp.el (nntp-never-echoes-commands)
8321         (nntp-open-connection-functions-never-echo-commands): New variables.
8322         (nntp-send-command): Use them.
8323
8324 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8325
8326         * mml2015.el (mml2015-epg-verify): Simplified.
8327
8328 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * mml.el (mml-content-disposition-alist): New user option.
8331         (mml-content-disposition): New function.
8332         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8333         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8334
8335 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8336
8337         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8338         verification.
8339
8340 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8341
8342         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8343         articles posted in the last 24 hours.
8344
8345 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8346
8347         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8348
8349 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8350
8351         * nntp.el (nntp-send-command): Don't wait for echoes when
8352         nntp-open-ssl-stream is used.
8353
8354 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8355
8356         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8357         (gnus-message-add-citation-keywords)
8358         (gnus-message-remove-citation-keywords): Remove.
8359         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8360         directly, make the variables in font-lock-defaults buffer-local, add
8361         gnus-message-citation-keywords to them and then update the value of
8362         font-lock-keywords.
8363
8364 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8365
8366         * message.el (message-cite-original-1): Don't call
8367         gnus-article-highlight-citation.
8368
8369         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8370         citations; fix line count.
8371
8372 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8373
8374         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8375         (gnus-message-add-citation-keywords)
8376         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8377         versions of font-lock-add-keywords and font-lock-remove-keywords to
8378         work with XEmacs correctly.
8379
8380 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8381
8382         * gnus-cite.el (gnus-cite-face-list): Set the values of
8383         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8384         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8385         (gnus-message-cite-prefix-regexp): New variable.
8386         (gnus-message-search-citation-line): Use it; protect against long
8387         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8388         the 0th match data for Emacs.
8389         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8390         (gnus-message-add-citation-keywords): Append keywords rather than
8391         prepending; emulate font-lock-add-keywords if it is not available.
8392         (gnus-message-remove-citation-keywords): Emulate
8393         font-lock-remove-keywords if it is not available.
8394
8395         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8396
8397         * message.el (message-cite-prefix-regexp): Set the value of
8398         gnus-message-cite-prefix-regexp.
8399
8400 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8401
8402         * nnweb.el (nnweb-google-parse-1): Update parser.
8403
8404 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8405
8406         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8407
8408 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8409
8410         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8411         regexp.
8412
8413 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8416         string-to-multibyte.
8417         (uudecode-decode-region-internal): Use it.
8418
8419         * lpath.el: Fbind string-as-multibyte for XEmacs.
8420
8421 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8422
8423         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8424         custom choice.
8425
8426         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8427
8428 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8429
8430         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8431
8432         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8433         `write-region' to respect `mm-inhibit-file-name-handlers'.
8434
8435 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8436
8437         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8438         Use gnus-home-directory instead of "~/" or "$HOME".
8439
8440 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8441
8442         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8443         to mention filename.
8444         Add comments at beginning regarding usage.
8445         (encrypt-write-file-contents): Change interactive so a string is
8446         acceptable.  If the file has no associated model, show an error instead
8447         of a nonsense prompt.
8448
8449 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8450
8451         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8452         Thanks to Yoshihiko Yamada for kind notification of this typo.
8453
8454 2007-01-12  Kenichi Handa  <handa@m17n.org>
8455
8456         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8457         multibyte buffer.
8458
8459 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8460
8461         * gnus-score.el (gnus-score-fast-scoring): New variable.
8462         (gnus-score-headers): Use it.
8463
8464         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8465
8466         * message.el (message-cite-original-1): Call
8467         gnus-article-highlight-citation if requested.
8468         (message-make-from): Allow name and address as optional arguments.
8469
8470         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8471
8472         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8473         bugs to doc string.
8474         (gnus-button-alist): Add mid\\|message-id.
8475         (gnus-button-fetch-group): Extend for use in
8476         `browse-url-browser-function'.
8477         (gnus-button-url-regexp): Try to catch paired parentheses like in
8478         Wikipedia URLs.
8479
8480         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8481         Suggested by Simon Krahnke <overlord@gmx.li>.
8482
8483 2007-01-13  Romain Francoise  <romain@orebokech.com>
8484
8485         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8486         Update copyright.
8487
8488 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8489
8490         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8491
8492 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8493
8494         * gnus-registry.el (gnus-registry-unfollowed-groups)
8495         (gnus-registry-split-fancy-with-parent): Fix documentation.
8496
8497 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8498
8499         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8500         from nnweb groups.
8501
8502 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8503
8504         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8505         Xref urls.  Erase buffer before requesting head.
8506
8507 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8508
8509         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8510         customizable.
8511
8512 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8513
8514         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8515         no signing key is found.
8516         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8517         no encrypting and/or signing key is found.
8518
8519 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8520
8521         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8522
8523 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8524
8525         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8526         headers read from disk with the ones newly found in the current search.
8527         This should no longer cause problems, because the article numbers in
8528         Gmane's `nov.php' output are ignored since the previous change.
8529
8530 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8531
8532         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8533
8534 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8537         replace-regexp-in-string; bind url-version; fbind display-images-p and
8538         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8539         find-face and set-itimer-function for Emacs; bind itimer-list for
8540         Emacs.
8541
8542         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8543
8544 2007-01-01  Romain Francoise  <romain@orebokech.com>
8545
8546         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8547
8548 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8549
8550         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8551         `define-minor-mode' macro definition expanded properly.
8552         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8553         exclude it there.
8554
8555         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8556         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8557         `fboundp' test.
8558         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8559         This is OK to autoload in (S)XEmacs now.
8560
8561 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8562
8563         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8564         keystroke.
8565         (gnus-summary-limit-to-singletons): Fix typo.
8566
8567         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8568         else fails.
8569
8570 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8571
8572         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8573         docstring.
8574
8575         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8576         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8577         (gnus-summary-insert-dormant-articles): Fix typo in message.
8578
8579 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8580
8581         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8582         nil for XEmacs.
8583         (gnus-message-citation-mode): Don't autoload in XEmacs.
8584
8585         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8586
8587 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8588
8589         * nnimap.el (nnimap-expunge-search-string): Mention
8590         nnimap-search-uids-not-since-is-evil in docstring.
8591
8592 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8593
8594         * spam.el: Revert to make-obsolete-variable because
8595         define-obsolete-variable-alias is not supported in Emacs 21.
8596
8597         * spam.el (spam-ifile-path, spam-ifile-database-path)
8598         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8599         make-obsolete-variable.
8600         (spam-bsfilter-path, spam-bsfilter-program)
8601         (spam-spamassassin-path, spam-spamassassin-program)
8602         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8603         use "path" inappropriately.
8604         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8605         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8606         variable names.
8607
8608 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8609
8610         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8611         summary buffer.
8612
8613         * password.el (password-cache-remove): Use clear-string to burn
8614         password, if available.
8615
8616 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8617
8618         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8619
8620         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8621
8622         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8623         (gnus-message-highlight-citation): Move defcustom here from
8624         gnus-cite.el.
8625         (gnus-message-citation-mode): Autoload.
8626
8627         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8628         checks to make it compile with XEmacs.
8629         (gnus-message-citation-mode): New minor mode.
8630         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8631         (gnus-message-highlight-citation): New variables.
8632         (gnus-message-search-citation-line)
8633         (gnus-message-add-citation-keywords)
8634         (gnus-message-remove-citation-keywords)
8635         (turn-on-gnus-message-citation-mode)
8636         (turn-off-gnus-message-citation-mode): New functions.
8637
8638 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8639
8640         * gnus-cite.el: Enable highlighting of different citation levels in
8641         message-mode.
8642
8643 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8644
8645         * message.el (message-make-fqdn): Fix comment.
8646         (message-bogus-system-names): Add ".local".
8647
8648         * spam.el (spam-ifile-path, spam-ifile-program)
8649         (spam-ifile-database-path, spam-ifile-database)
8650         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8651         Don't use "path" inappropriately.
8652         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8653         strings.
8654         (spam-check-ifile, spam-ifile-register-with-ifile)
8655         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8656         new variable names.
8657
8658         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8659         (gnus-treat-display-smileys): Simplify using
8660         gnus-image-type-available-p.
8661
8662         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8663         available.
8664
8665         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8666         `display-images-p' if available.
8667
8668 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8671         one after turning on the buffer's multibyteness instead of decoding
8672         them directly in the unibyte buffer that causes unexpected conversion
8673         in Emacs 23 (unicode).
8674
8675 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8676
8677         * message.el (message-generate-hashcash): Fix custom type.
8678
8679 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8680
8681         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8682
8683 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8684
8685         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8686         disconnect icons.  Add help text.
8687
8688 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8689
8690         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8691         negated to be consistent with the others we handle.
8692
8693 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8694
8695         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8696         version of gnus-summary-buffer to something, so that we can use two
8697         article buffers at the same time.
8698
8699 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8700
8701         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8702         trigger all the extra headers.
8703         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8704         sorting.
8705
8706 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8707
8708         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8709         solid groups.
8710
8711 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8712
8713         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8714
8715 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8716
8717         * legacy-gnus-agent.el: Add Copyright notice.
8718
8719 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8720
8721         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8722
8723 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8724
8725         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8726
8727         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8728         to make it work reliably in CVS Emacs.
8729         (gnus-summary-limit-strange-charsets-predicate)
8730         (gnus-summary-limit-to-predicate): New functions.
8731
8732 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8733
8734         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8735         specifying array size.
8736         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8737         array if it is too small.
8738         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8739         (gnus-sort-threads-loop): New function.
8740
8741 2006-12-06  Chris Moore  <dooglus@gmail.com>
8742
8743         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8744         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8745
8746 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8747
8748         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8749         options.
8750
8751 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8752
8753         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8754         DOS-ing the recipient.
8755
8756         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8757         the headers when creating the mapping to avoid mismappings.
8758         (nnweb-gmane-create-mapping): Always nix out old mapping.
8759
8760 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8761
8762         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8763         and mm-verify-option to never.
8764
8765 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * message.el (message-signed-or-encrypted-p): New function.
8768         (message-forward-make-body): Use it.
8769
8770         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8771         Replace encode-coding-string with mm-encode-coding-string.
8772
8773 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * nneething.el (nneething-decode-file-name): Replace
8776         decode-coding-string with mm-decode-coding-string.
8777
8778         * gnus-int.el (gnus-open-server): Say failed server's name.
8779
8780 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8781
8782         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8783         strings to a single string.  Quote `errors-file-name'.
8784         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8785         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8786         Adjust calls.  Use `shell-quote-argument'.
8787
8788 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8789
8790         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8791         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8792
8793         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8794         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8795         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8796         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8797         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8798         (gnus-subscribe-newsgroup, gnus-1):
8799         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8800         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8801         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8802         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8803
8804 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8805
8806         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8807         keystroke.
8808         (gnus-summary-limit-to-bodies): Implement headersp.
8809
8810 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8811
8812         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8813
8814 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8817
8818 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8819
8820         * message.el (message-generate-hashcash): Expand range of values to
8821         include `opportunistic'.
8822         (message-send-mail): Use it.
8823
8824 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8825
8826         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8827         and comment it.
8828
8829         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8830
8831 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8832
8833         * gnus-util.el (gnus-extract-address-components): Improve comment.
8834
8835 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * gnus-util.el (gnus-extract-address-components): Work with address in
8838         which the name portion contains @.
8839
8840         * lpath.el: Fbind custom-autoload.
8841
8842 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8843
8844         * gnus.el (gnus-start): Move custom group up.
8845         (gnus-select-method): Don't autoload, but make it available for
8846         `customize-variable'.
8847         (gnus-getenv-nntpserver): Don't autoload.
8848
8849 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8850
8851         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8852
8853 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8854
8855         * message.el (message-sendmail-extra-arguments): New variable.
8856         (message-send-mail-with-sendmail): Use it.
8857
8858 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8861         mm-with-unibyte-current-buffer to make string unibyte.
8862
8863         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8864         mm-string-as-multibyte.
8865
8866 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8867
8868         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8869         Reported by Werner Koch <wk@gnupg.org>.
8870
8871 2006-11-14  Daiki Ueno  <ueno@p360>
8872
8873         * mml2015.el: Autoload epa-select-keys when compiling.
8874
8875 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8876
8877         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8878         message-options.
8879         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8880
8881 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8882
8883         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8884         EasyPG (< 0.0.6).
8885         (mml2015-always-trust): New user option.
8886         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8887         prompt.
8888
8889 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * nntp.el (nntp-authinfo-force): New variable.
8892         (nntp-send-authinfo): Use it.
8893
8894 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8895
8896         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8897         decode encoded words.  Improve prompt.  Add comment about forwarding.
8898         (message-replacement-char): Move up.
8899
8900 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8901
8902         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8903         instead of gnus-intersection because arguments of gnus-sorted-nunion
8904         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8905
8906 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8907
8908         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8909         (message-simplify-subject-functions): Enable
8910         message-strip-subject-encoded-words by default.
8911
8912 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8913
8914         * message.el (message-strip-subject-encoded-words): New function.
8915         (message-simplify-subject-functions): New variable.
8916         (message-simplify-subject): Use it.  Fix typo in doc string.
8917         Support message-strip-subject-encoded-words.
8918
8919 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8920
8921         * gnus-diary.el (gnus-diary-delay-format-function):
8922         * nndiary.el (nndiary-reminders):
8923         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8924
8925 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8926
8927         * gnus-art.el (article-hide-boring-headers): Fetch date from
8928         gnus-original-article-buffer to avoid problems with localized date
8929         strings.
8930
8931 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8934
8935 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8936
8937         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8938         New variables.
8939         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8940         (mm-charset-synonym-alist): Move some entries to
8941         mm-codepage-iso-8859-list.
8942         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8943         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8944
8945 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8948
8949 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8952         with Emacs 21 and XEmacs.
8953
8954 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8955
8956         * spam.el (spam-parse-address): New function for better parsing,
8957         catching errors, etc.
8958         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8959
8960 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8961
8962         * mm-view.el: Add interactive arg to html2text autoload.
8963
8964 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8967
8968 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8969
8970         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8971         variables.
8972         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8973         (mm-charset-synonym-alist): Move some entries to
8974         mm-codepage-iso-8859-list.
8975
8976         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8977
8978 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8979
8980         * message.el (message-citation-line-format)
8981         (message-insert-formated-citation-line): Fix implementation of %E, %N
8982         and %n according to the doc string.
8983
8984 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8985
8986         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8987         car-safe to avoid bad parses.
8988
8989 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8992         names.
8993
8994         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8995
8996 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8999         header.
9000
9001         * message.el (message-draft-headers): Add Date.
9002         (message-headers-to-generate): Fix typo in docstring.
9003
9004         * nndraft.el (nndraft-required-headers): New variable.
9005         (nndraft-generate-headers): Use it.
9006
9007         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9008
9009 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9010
9011         * gnus-registry.el (gnus-registry-wash-for-keywords)
9012         (gnus-registry-find-keywords): New functions to allow easy searching of
9013         articles that are in the registry.
9014
9015 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9016
9017         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9018         ietf-drums-parse-address instead of gnus-extract-address-components.
9019         Reported by Damien Elmes <damien@repose.cx>.
9020
9021 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9022
9023         * gnus.el (gnus-mime): Remove unused custom group.
9024
9025 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9026
9027         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9028         "blank line" when searching for end of armor headers.
9029
9030 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * gmm-utils.el (gmm-write-region): Fix variable name.
9033
9034 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9035
9036         * gmm-utils.el (gmm-write-region): New function based on compatibility
9037         code from `mm-make-temp-file'.
9038
9039         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9040
9041         * nnmaildir.el (nnmaildir--update-nov)
9042         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9043         Use `gmm-write-region'.
9044
9045 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9046
9047         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9048         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9049
9050         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9051
9052         * message.el (message-replacement-char): New variable.
9053         (message-fix-before-sending): Use it.
9054         (message-simplify-subject): New function to remove duplicate code.
9055         (message-reply, message-followup): Use it.
9056
9057         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9058         gnus-summary-limit-to-articles.
9059
9060 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9061
9062         * gnus-util.el (gnus-with-local-quit): New macro.
9063
9064         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9065
9066 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9067
9068         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9069         ignore non-string data.
9070
9071 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9072
9073         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9074         non-string data (needs to be done in the registry too).
9075
9076 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9077
9078         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9079         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9080         (gnus-registry-split-fancy-with-parent)
9081         (gnus-registry-fetch-simplified-message-subject-fast)
9082         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9083         Remove text properties on ingress into the registry and when it's saved.
9084         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9085         registry from entries with no groups.
9086
9087 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9088
9089         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9090         function to remove string properties.
9091
9092 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9093
9094         * gmm-utils.el (gmm): Adjust custom version.
9095
9096         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9097         custom version.
9098
9099         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9100
9101 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9102
9103         * gnus-art.el (gnus-insert-prev-page-button)
9104         (gnus-insert-next-page-button): Simplify.  Reformat.
9105
9106 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9107
9108         * gnus-art.el (gnus-insert-prev-page-button)
9109         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9110
9111 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9112
9113         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9114
9115 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9116
9117         * gnus-art.el (gnus-insert-mime-button)
9118         (gnus-insert-mime-security-button):
9119         Apply gnus-article-button-face to MIME and security buttons.
9120
9121 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9122
9123         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9124         readable.
9125
9126 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9129
9130 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9131
9132         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9133         `browse-url-of-file' instead of `browse-url'.
9134
9135 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9136
9137         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9138         regexp.  Articles containing quotation were cut prematurely.
9139
9140 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * message.el (message-cite-original-1): Use nobody by default for the
9143         value of From header.
9144         (message-reply): Ditto.
9145
9146 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9147
9148         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9149         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9150         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9151
9152 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9153
9154         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9155         mails in the doc string.  Add some URLs in comment.
9156         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9157
9158 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9159
9160         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9161         backslashes handling and the way to find boundaries of quoted strings.
9162
9163 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9164
9165         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9166         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9167         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9168         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9169
9170 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9171
9172         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9173         doc string.
9174         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9175
9176 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * lpath.el: Fbind epg-check-configuration.
9179
9180 2006-09-06  Simon Josefsson  <jas@extundo.com>
9181
9182         * mml2015.el (mml2015-use): Doc fix, mention epg.
9183
9184 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9185
9186         * mml2015.el (mml2015-use): Default to epg, if available.
9187
9188 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9189
9190         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9191         message-sender.
9192         (mml1991-epg-encrypt): Ditto.
9193         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9194         message-sender.
9195         (mml2015-epg-encrypt): Ditto.
9196
9197 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9198
9199         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9200         several common directories.
9201
9202 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9203
9204         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9205         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9206
9207 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9208
9209         * gnus-art.el (article-decode-encoded-words): Make it fast.
9210
9211 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9212
9213         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9214
9215         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9216         in quoted string into `\'.
9217
9218 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9219
9220         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9221         Use standard-syntax-table.
9222
9223 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9224
9225         * gnus-art.el (gnus-decode-address-function): New variable.
9226         (article-decode-encoded-words): Use it to decode headers which are
9227         assumed to contain addresses.
9228         (gnus-mime-delete-part): Remove useless `or'.
9229
9230         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9231         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9232         (gnus-nov-parse-line): Use it to decode From header.
9233         (gnus-get-newsgroup-headers): Ditto.
9234         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9235
9236         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9237         (mail-decode-encoded-address-string): New alias.
9238
9239         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9240         New function.
9241         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9242         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9243         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9244         (rfc2047-decode-string): Ditto.
9245         (rfc2047-decode-address-region): New function.
9246         (rfc2047-decode-address-string): New function.
9247
9248 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9249
9250         * message.el (message-caesar-buffer-body): Allow rotating headers.
9251
9252         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9253
9254         * message.el (message-insert-formated-citation-line): Fix %f.
9255         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9256
9257 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9260         (gnus-bookmark-mouse-available-p): New macro.
9261         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9262         (gnus-bookmark-bmenu-show-infos): Use it.
9263         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9264         (gnus-bookmark-bmenu-hide-infos): Ditto.
9265         (gnus-bookmark-remove-properties): New function.
9266         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9267         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9268         (gnus-bookmark-write-file): Bind coding-system-for-write.
9269         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9270         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9271         group before selecting it.
9272         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9273         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9274         quit-window if it is not available; use gnus-mouse-2 and bind it to
9275         gnus-bookmark-bmenu-select-by-mouse.
9276         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9277         (gnus-bookmark-bmenu-select-by-mouse): New function.
9278
9279 2006-08-13  Romain Francoise  <romain@orebokech.com>
9280
9281         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9282         space.
9283
9284 2006-08-10  Romain Francoise  <romain@orebokech.com>
9285
9286         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9287         (dns-mode-soa-auto-increment-serial): New user option.
9288         (dns-mode-soa-maybe-increment-serial): New function.
9289         (dns-mode): Add the latter to `write-contents-functions'.
9290
9291 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9292
9293         * compface.el (uncompface): Use binary rather than raw-text-unix.
9294
9295 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * compface.el (uncompface): Make sure the eol conversion doesn't take
9298         place when communicating with the external programs.  Reported by
9299         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9300
9301 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9304
9305 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9306
9307         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9308         Make it more robust by parsing author and date independently.
9309
9310 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9311
9312         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9313
9314 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9315
9316         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9317         first matching secret key.
9318         (mml2015-epg-encrypt): Ditto.
9319
9320         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9321         first matching secret key.
9322         (mml1991-epg-encrypt): Ditto.
9323
9324         * mml2015.el (mml2015-encrypt-to-self): New user option.
9325         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9326         mml2015-epg-encrypt-to-self is set.
9327
9328         * mml1991.el (mml1991-encrypt-to-self): New variable.
9329         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9330         mml1991-epg-encrypt-to-self is set.
9331
9332         * mml2015.el (mml2015-signers): New user option.
9333         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9334         (mml2015-epg-encrypt): Allow to select signing keys.
9335
9336         * mml1991.el (mml1991-signers): New variable.
9337         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9338         (mml1991-epg-encrypt): Allow to select signing keys.
9339
9340 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * nnheader.el (nnheader-insert-head): Make it work even if the file
9343         uses CRLF for the line-break code.
9344
9345 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9346
9347         * mml2015.el: Require mml-sec instead of password.
9348         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9349         (mml2015-cache-passphrase): Inherit the default value from
9350         mml-secure-cache-passphrase.
9351         (mml2015-passphrase-cache-expiry): Inherit the default value from
9352         mml-secure-passphrase-cache-expiry.
9353
9354         * mml1991.el: Require mml-sec instead of password.
9355         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9356         (mml1991-cache-passphrase): Inherit the default value from
9357         mml-secure-cache-passphrase.
9358         (mml1991-passphrase-cache-expiry): Inherit the default value from
9359         mml-secure-passphrase-cache-expiry.
9360
9361         * mml-sec.el: Require password.
9362         (mml-secure-verbose): New user option.
9363         (mml-secure-cache-passphrase): New user option.
9364         (mml-secure-passphrase-cache-expiry): New user option.
9365
9366 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9367
9368         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9369         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9370         andreas@altroot.de (Andreas Vögele).
9371
9372         FIXME: Use `tiny change'?
9373
9374 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9375
9376         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9377         workaround for the url package included with Emacs.
9378
9379         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9380
9381 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9382
9383         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9384         correctly.  This fixes a bug caused by the 2006-05-12 change.
9385
9386 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9387
9388         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9389         some information about the error when saying that the `bogus' mail
9390         group will be used.
9391
9392 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9393
9394         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9395         string.
9396
9397 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9398
9399         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9400
9401 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9402
9403         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9404
9405 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9406
9407         * mml1991.el (mml1991-function-alist): Add epg.
9408         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9409         (mml1991-epg-encrypt): New functions.
9410
9411 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9412
9413         * mml2015.el (mml2015-verbose): New variable.
9414         (mml2015-cache-passphrase): Ditto.
9415         (mml2015-passphrase-cache-expiry): Ditto.
9416         (mml2015-function-alist): Add epg.
9417         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9418         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9419         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9420         functions.
9421
9422 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9423
9424         * message.el (message-cite-original-1): Preserve region when removing
9425         quoted text due to X-No-Archive in order to avoid bogus attribution
9426         when citing multiple messages.
9427
9428 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9429
9430         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9431         Kenneth Jacker <khj@be.cs.appstate.edu>.
9432
9433 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9434
9435         * gnus-diary.el (gnus-user-format-function-d)
9436         (gnus-user-format-function-D): Autoload.
9437
9438         * imap.el (Commentary): Fix typo.
9439
9440         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9441         2006-04-22 contribution.
9442
9443 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9444
9445         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9446         It didn't really fix the bogosity I'm seeing with solid web groups.
9447
9448 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9449
9450         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9451         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9452         created using server names.  If we use the feature without declaring
9453         it, Gnus does not properly manage server and group state.
9454
9455         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9456         bound.
9457
9458 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9459
9460         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9461         looking up the method using GROUP's prefix before inventing a new one.
9462         It is used on killed/unknown groups in various places where returning
9463         an all-new method isn't expected by the caller.
9464
9465         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9466         and match semantics of gnus-group-real-prefix.
9467
9468 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9469
9470         * nnmail.el (nnmail-broken-references-mailers): New variable.
9471         (nnmail-ignore-broken-references): New function generalizing
9472         nnmail-fix-eudora-headers.
9473         (nnmail-fix-eudora-headers): Now obsolete.
9474
9475         * gnus-art.el (gnus-button-handle-custom): Support
9476         `customize-apropos*'.
9477
9478 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9479
9480         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9481
9482         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9483         articles.
9484
9485 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9486
9487         * message.el (message-cite-reply-above): New variable.
9488         (message-yank-original): Use it.
9489
9490 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9491
9492         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9493
9494 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9495
9496         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9497         as read.
9498
9499         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9500
9501 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9502
9503         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9504         (gnus-bookmark-default-file): Use gnus-directory.
9505         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9506         Remove "*" in doc string.
9507         (gnus-bookmark-write-file): Simplify.
9508         (gnus-bookmark-maybe-sort-alist): Use `when'.
9509         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9510         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9511         FIXME about Emacs 21 and XEmacs compatibility.
9512         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9513         compatibility.
9514         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9515         compatibility.
9516         (gnus-bookmark-menu-heading): Fix version.
9517
9518 2006-06-19  Bastien Guerry  <bzg@altern.org>
9519
9520         * gnus-bookmark.el: New file.
9521
9522 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9523
9524         * message.el (message-syntax-checks): Doc fix.
9525
9526 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9527
9528         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9529         unsubscribed groups as if they were killed ones.  It causes duplicate
9530         entries in gnus-newsrc-alist.
9531
9532 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * message.el (message-syntax-checks): Doc fix.
9535         (message-send-mail): Add check for continuation headers.
9536         (message-check-news-header-syntax): Fix regexp used to check for
9537         continuation headers.
9538
9539 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9542
9543 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9544
9545         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9546
9547 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9548
9549         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9550         default-truncate-lines.
9551
9552 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9555         to fill the utf-8 entry.
9556
9557         * lpath.el: Fbind unicode-precedence-list.
9558
9559 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9560
9561         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9562
9563 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9564
9565         * gnus-agent.el (directory-files-and-attributes): Move all the way
9566         forward (the third and final move).
9567         (gnus-agent-read-agentview): Trap reconstruction errors due to
9568         nonexistant directory.  Handle by returning nil.
9569
9570 2006-05-30  Didier Verna  <didier@xemacs.org>
9571
9572         * message.el (message-dont-reply-to-names): Update the custom type.
9573         * message.el (message-dont-reply-to-names): New defsubst: potentially
9574         convert a list of regexps into a single one.
9575         * message.el (message-get-reply-headers): Use it.
9576         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9577
9578 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9579
9580         * gnus-agent.el (directory-files-and-attributes): Move forward.
9581
9582 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9583
9584         * gnus-ml.el (gnus-mailing-list-subscribe)
9585         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9586         (gnus-mailing-list-message): Fix doc strings.
9587
9588 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9589
9590         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9591         of doing it manually.
9592
9593 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9594
9595         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9596         comment.
9597
9598 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9599
9600         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9601         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9602         (gnus-agent-read-local): All symbols allocated in my-obarray.
9603         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9604         (gnus-agent-regenerate-group): Check numeric names to see if they are
9605         messages or groups.
9606         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9607         better way of do this...)
9608
9609         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9610         'dummy.group' (there should be a better way of do this...)
9611
9612 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9615         (gnus-saved-headers): Ditto.
9616         (gnus-default-article-saver): Mention functions may have properties.
9617         (gnus-article-save): Override gnus-save-all-headers and
9618         gnus-saved-headers by :headers property which saver function may have.
9619         (gnus-summary-save-in-file): Add :headers property.
9620         (gnus-summary-write-to-file): Ditto.
9621
9622         * gnus-sum.el (gnus-summary-save-article): Bind
9623         gnus-prompt-before-saving to t when saving many articles in a file;
9624         always show all headers.
9625
9626         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9627
9628 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9629
9630         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9631         marks.
9632
9633         * message.el (message-indent-citation): Add optional arguments to allow
9634         using it outside of message buffers.
9635
9636         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9637         (gnus-article-treat-unfold-headers): Use it.
9638         (gnus-article-truncate-lines): New variable.
9639         (gnus-article-mode): Use it.
9640         (gnus-article-toggle-truncate-lines): New function.
9641
9642         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9643         gnus-article-toggle-truncate-lines.
9644
9645         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9646         coding system in XEmacs, use binary.
9647
9648 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9649
9650         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9651         after-load-alist.
9652
9653         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9654         this function should save decoded articles.
9655         (gnus-summary-write-to-file): Use property to specify this function
9656         should save decoded articles and specify gnus-summary-save-in-file
9657         should be used to save articles other than the first one when saving
9658         many articles.
9659         (gnus-summary-save-body-in-file): Use property to specify this
9660         function should save decoded articles.
9661         (gnus-summary-write-body-to-file): Use property to specify this
9662         function should save decoded articles and specify
9663         gnus-summary-save-body-in-file should be used to save articles other
9664         than the first one when saving many articles.
9665
9666         * gnus-sum.el (gnus-summary-save-article): Simplify.
9667
9668 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * gnus-art.el (gnus-default-article-saver): Add
9671         gnus-summary-write-body-to-file.
9672         (gnus-article-save-coding-system): Don't use coding system object
9673         in XEmacs.
9674         (gnus-read-save-file-name): Add optional `dir-var' argument which
9675         specifies directory in which files are saved; work even if optional
9676         `variable' argument is not specified.
9677         (gnus-summary-write-to-file): Read file name.
9678         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9679         (gnus-summary-write-body-to-file): New function.
9680
9681         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9682         (gnus-summary-local-variables): Add it.
9683         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9684         (gnus-summary-save-article): Remove optional `decode' argument;
9685         determine whether to decode articles by the value of
9686         gnus-default-article-saver; when saving many files using
9687         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9688         it first and use gnus-summary-save-in-file or
9689         gnus-summary-save-body-in-file thereafter unless
9690         gnus-prompt-before-saving is always; move point to article which
9691         will be saved.
9692         (gnus-summary-save-article-file): Revert.
9693         (gnus-summary-write-article-file): Revert.
9694         (gnus-summary-save-article-body-file): Revert.
9695         (gnus-summary-write-article-body-file): New function.
9696
9697 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * gnus-art.el (gnus-default-article-saver): Doc fix.
9700         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9701         from gnus-summary-save-article-coding-system, and default to a
9702         certain coding system.
9703         (gnus-output-to-file): Add coding cookie and encode text according
9704         to gnus-article-save-coding-system; don't use mm-append-to-file.
9705
9706         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9707         gnus-art.el and rename to gnus-article-save-coding-system.
9708         (gnus-summary-save-article): Require gnus-art; don't show all
9709         headers if it decodes articles; don't add coding cookie here;
9710         don't bind mm-text-coding-system-for-write.
9711         (gnus-summary-save-article-file): Save decoded articles.
9712         (gnus-summary-write-article-file): When saving many files, use
9713         gnus-summary-write-to-file first and gnus-summary-save-in-file
9714         thereafter unless gnus-prompt-before-saving is always.
9715         (gnus-summary-save-article-body-file): Save decoded articles.
9716
9717         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9718
9719 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9720
9721         * nnrss.el (nnrss-check-group): Bind hash-index.
9722
9723 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9724
9725         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9726         its hash index.  Store this hash in `nnrss-group-data'.
9727         (nnrss-read-group-data): Update accordingly.
9728
9729 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9730
9731         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9732         entry.
9733
9734         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9735         gnus-article-browse-html-article.
9736
9737 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9738
9739         * gnus-sum.el (gnus-summary-mime-map): Add
9740         gnus-article-browse-html-article.
9741
9742         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9743
9744 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9745
9746         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9747         suitable coding systems in customize.
9748
9749 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9750
9751         * mail-source.el (mail-sources): Fix custom type.
9752
9753 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9754
9755         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9756         (gnus-summary-expire-articles-now): Shorten prompt.
9757
9758         * gmm-utils.el (wid-edit): Require.
9759         (defun-gmm): Renamed from `gmm-defun-compat'.
9760         (gmm-image-search-load-path): Use it.
9761         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9762
9763 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9764
9765         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9766         variable.
9767         (gnus-summary-save-article): Add optional `decode' argument.  If
9768         it is set and gnus-summary-save-article-coding-system is non-nil,
9769         save decoded article.
9770         (gnus-summary-write-article-file): Save decoded article if
9771         gnus-summary-save-article-coding-system is non-nil.
9772
9773         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9774         type.
9775
9776 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9779
9780 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9783         first to test gnus-single-article-buffer which may be buffer-local.
9784
9785         * gnus-sum.el (gnus-summary-setup-buffer): Make
9786         gnus-single-article-buffer buffer-local and nil in ephemeral
9787         group; make gnus-article-buffer, gnus-article-current, and
9788         gnus-original-article-buffer always buffer-local.
9789         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9790         group.
9791         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9792
9793 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9794
9795         * nnml.el (nnml-request-compact-group): Compressed files might not
9796         have .gz extension.
9797
9798 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9799
9800         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9801         (mm-copy-to-buffer): Use with-current-buffer.
9802         (mm-display-part): Simplify.
9803         (mm-inlinable-p): Add optional arg `type'.
9804
9805 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9806
9807         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9808         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9809         Try harder to show the attachment internally or externally using
9810         gnus-mime-view-part-as-type.
9811
9812 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9813
9814         * message.el (message-from-style, message-signature-separator)
9815         (message-user-organization-file, message-send-mail-function)
9816         (message-citation-line-function, message-yank-prefix)
9817         (message-indent-citation-function, message-signature)
9818         (message-signature-file, message-signature-insert-empty-line):
9819         Remove autoloads.
9820
9821         * gnus-art.el (gnus-buttonized-mime-types): Remove
9822         "multipart/signed".  Revert 2006-04-26 change.
9823
9824 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9825
9826         * gnus.el (gnus-version-number): Bump version.
9827
9828 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9829
9830         * gnus.el: No Gnus v0.5 is released.
9831
9832 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9833
9834         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9835         fetching articles by message-id.
9836
9837 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9838
9839         * message.el (hashcash): Require hashcash as normal.
9840
9841         * ecomplete.el (ecomplete-highlight-match-line): Use
9842         point-at-eol.
9843         (ecomplete-highlight-match-line): Use `highlight', because that
9844         face exists in both Emacs and XEmacs.
9845
9846         * message.el (message-display-abbrev): Use point-at-bol.
9847
9848         * mail-source.el: Don't require timer/timer-funcs.
9849
9850         * gnus-async.el: Ditto.
9851
9852         * password.el: Ditto.
9853
9854         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9855
9856         * mm-url.el: Ditto.
9857
9858         * gnus-xmas.el: Don't require timer-funcs.
9859
9860         * mm-util.el: Require timer/timer-funcs.
9861
9862 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9863
9864         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9865         Close.
9866
9867 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9870         unibyte after clear-decrypt function runs.
9871
9872         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9873         returns as a unibyte string.
9874
9875 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9876
9877         * lpath.el: Revert.
9878
9879         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9880         (pgg-gpg-process-sentinel): Revert.
9881
9882         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9883         (pgg-pgp-lookup-key): Revert.
9884
9885         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9886         (pgg-pgp5-lookup-key): Revert.
9887
9888         * pgg.el (pgg-fetch-key): Revert.
9889
9890 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9891
9892         * lpath.el: Fbind string-as-multibyte for XEmacs.
9893
9894         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9895         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9896         (mml1991-pgg-encrypt): Ditto.
9897
9898         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9899         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9900         a multibyte buffer.
9901
9902         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9903         (pgg-pgp-lookup-key): Ditto.
9904
9905         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9906         (pgg-pgp5-lookup-key): Ditto.
9907
9908         * pgg.el (pgg-fetch-key): Ditto.
9909
9910 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9911
9912         * message.el (message-user-organization-file): Check several
9913         locations of the organization file.
9914
9915         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9916         Add gnus-article-view-part-as-type.
9917
9918         * gnus-art.el (gnus-article-view-part-as-type): New function.
9919
9920         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9921         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9922
9923         * mml.el: Simplify autoload.
9924         (mml-mode): defvar dnd-protocol-alist instead of using
9925         symbol-value.
9926         (mml-default-directory): New variable.
9927         (mml-minibuffer-read-file): Use it.
9928         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9929
9930         * message.el (message-citation-line-format): New variable.
9931         (message-insert-formated-citation-line): New function.
9932         (message-citation-line-function): Add
9933         `message-insert-formated-citation-line' to custom type.
9934
9935         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9936         to doc string.
9937
9938         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9939         depending on mm-verify-option.
9940
9941 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9944         binding pgg-* variables; reimplement the section which prevents
9945         MIME header from being signed.
9946         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9947         pgg-text-mode; remove a blank line at the top of body.
9948
9949         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9950         lines at the top of body; use gnus-newsgroup-charset if there's no
9951         Charset header.
9952
9953 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9954
9955         * message.el (message-self-insert-commands): Doc fix.
9956
9957         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9958         (mm-uu-pgp-encrypted-test): Ditto.
9959         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9960         between header and body; return application/pgp-encrypted handle
9961         if decryption failed; decode decrypted body by charset.
9962
9963         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9964         element match to application/pgp-*.
9965
9966 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9967
9968         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9969         HTML.
9970
9971 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9972
9973         * mail-source.el (mail-source-call-script): Message the error
9974         string.
9975
9976 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9977
9978         * gnus-util.el (gnus-byte-compile): Use it.
9979
9980 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9981
9982         * gnus-util.el (kill-empty-logs): New function.
9983
9984 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9985
9986         * message.el (message-mail-alias-type): Doc fix.
9987         (message-mail-alias-type-p): New function.
9988         (message-send): Use it.
9989         (message-mode): Ditto.
9990         (message-strip-forbidden-properties): Ditto.
9991
9992         * ecomplete.el (ecomplete-database-file-coding-system): New
9993         variable.
9994         (ecomplete-save): Use it.
9995         (ecomplete-setup): Use it.
9996
9997 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9998
9999         * message.el (message-self-insert-commands): New variable.
10000         (message-strip-forbidden-properties): Use it.
10001
10002 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10003
10004         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10005         that doesn't make XEmacs choke.
10006
10007 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10008
10009         * gnus-util.el (gnus-replace-in-string):
10010         Prefer replace-regexp-in-string over of replace-in-string.
10011
10012 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * gnus-util.el (gnus-select-frame-set-input-focus):
10015         Use select-frame-set-input-focus if it is available in XEmacs; use
10016         definition defined in Emacs 22 for old Emacsen.
10017
10018         * dgnushack.el: Autoload unmorse-region for XEmacs.
10019
10020         * lpath.el: Bind cursor-in-non-selected-windows and
10021         select-frame-set-input-focus for XEmacs.
10022
10023 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10024
10025         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10026
10027 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10028
10029         * gnus-registry.el (gnus-registry-cache-save): Remove text
10030         properties when saving via the temp buffer.
10031
10032 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10033
10034         * message.el (message-generate-hashcash): Honor custom type.
10035
10036 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10037
10038         * message.el (message-generate-hashcash): Default to non-nil when
10039         hashcash is found.
10040
10041         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10042         (gnus-refer-thread-limit): Increase default to 500.
10043
10044         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10045
10046         * flow-fill.el (fill-flowed): Allow delete-space.
10047
10048 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10049
10050         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10051         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10052         Remove autoloads.
10053
10054 2006-04-18  Simon Josefsson  <jas@extundo.com>
10055
10056         * message.el (message-generate-hashcash): Default to.
10057
10058 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10061         concatenating segments rather than before concatenating them.
10062
10063 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10064
10065         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10066
10067 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10068
10069         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10070
10071         * message.el (message-forward-make-body-plain): Allow
10072         message-forward-ignored-headers to be a list.
10073         (message-remove-ignored-headers): Factor out into function.
10074         (message-forward-make-body-mml): Use it.
10075
10076         * imap.el (imap-quote-specials): New function.
10077         (imap-login-auth): Quote specials.
10078
10079         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10080         (rfc2231-parse-string): Allow concatanation of parameters that
10081         aren't contiguous.  The test case is
10082           (mail-header-parse-content-type "message/external-body;
10083             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10084             access-type=LOCAL-FILE;
10085             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10086
10087 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10088
10089         * nntp.el (nntp-accept-process-output): Return the value of
10090         `nnheader-accept-process-output'.
10091
10092 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10093
10094         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10095         (gnus-button-alist): Recognize more diff formats.
10096         (gnus-button-patch): Strip directory.
10097
10098 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10099
10100         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10101         Emacs 22 when setting focus.
10102
10103 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10104
10105         * gnus-art.el (gnus-article-treat-types): Do treatment of
10106         text/x-verbatim parts.
10107         (gnus-button-patch): New command.
10108
10109         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10110         addresses that contain invalid characters.
10111
10112 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10113
10114         * message.el (message-put-addresses-in-ecomplete): Use
10115         gnus-replace-in-string.
10116         (message-is-yours-p): Use the more correct
10117         mail-header-parse-address instead of
10118         mail-extract-address-components.
10119         (message-put-addresses-in-ecomplete): Fix typo.
10120
10121         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10122         keystroke.
10123
10124         * gnus-art.el (gnus-treatment-function-alist): Change order of
10125         newsgroups/generic header folding to avoid double-folding.
10126
10127         * message.el (message-hidden-headers): Add X-Draft-From.
10128
10129         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10130         command.
10131         (gnus-summary-repeat-search-article-backward): New command.
10132
10133         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10134         groups in the parent topic.
10135
10136 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10137
10138         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10139         (spam-extra-header-to-number): Return the CRM114 number as a
10140         number instead of a string.
10141
10142 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10143
10144         * gnus-art.el (gnus-face-properties-alist): Moved here from
10145         gnus-fun.
10146
10147         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10148
10149 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10150
10151         * message.el (message-strip-forbidden-properties): Only display on
10152         self-insert-command.
10153
10154         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10155         reindent.
10156         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10157
10158 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10159
10160         * smiley.el (smiley-style): Fix typo.
10161
10162 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10163
10164         * hashcash.el (hashcash-insert-payment-async-2): Use
10165         message-goto-eoh instead of doing it manually.
10166         (mail-add-payment): Use message-narrow-to-header instead of trying
10167         to do the same itself.
10168
10169         * message.el (message-hidden-headers): Add Face.
10170
10171         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10172         reparenting code.
10173         (gnus-summary-reparent-children): Refactored out code.
10174         (gnus-summary-thread-map): New keystroke.
10175         (gnus-summary-reparent-children): Make into command.
10176
10177         * smiley.el (smiley-style): Default to `medium' if using a large
10178         font.
10179
10180         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10181         does it itself.
10182
10183         * message.el (message-point-in-header-p): Simplify definition.
10184
10185 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10186
10187         * nnagent.el (nnagent-request-set-mark): Silence log file
10188         writing.
10189         (nnagent-request-set-mark): Use write-region instead of
10190         append-to-file.
10191
10192         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10193         strange select method.
10194
10195         * ecomplete.el (ecomplete-display-matches): Get highlightling
10196         right.
10197         (ecomplete-display-matches): Use literals.
10198         (ecomplete-display-matches): Disable message logging.
10199
10200         * message.el (message-display-abbrev): Small optimization.
10201
10202         * ecomplete.el (ecomplete-display-matches): Allow automatic
10203         display.
10204
10205         * message.el (message-strip-forbidden-properties): Display
10206         abbrevs.
10207         (message-display-abbrev): Get automatic display right.
10208
10209         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10210         keystrokes.
10211
10212 2006-04-13  Romain Francoise  <romain@orebokech.com>
10213
10214         TODO: Backport to v5-10!
10215
10216         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10217         Moved here (and renamed) from gnus-registry.el.
10218
10219         * gnus-registry.el: Require gnus-util.
10220         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10221
10222 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10223
10224         * gnus-group.el (gnus-group-catchup-current): Change
10225         if-then-else-if-then-else into cond.
10226         (gnus-group-catchup): Indent.
10227         (group-name-at-point): New function.
10228         (gnus-fetch-group): Provide default from thing at point.
10229
10230 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10231
10232         * message.el (message-display-abbrev): Fix regexp.
10233
10234         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10235         choosing.
10236         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10237         dead variables.
10238
10239         * message.el (message-newline-and-indent): Remove debugging.
10240         (message-display-abbrev): Use new implementation.
10241
10242 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10243
10244         * gnus-art.el (gnus-article-mode): Set
10245         cursor-in-non-selected-windows to nil.
10246
10247         * smiley.el: Revert previous change.
10248         (smiley-data-directory): defvar it before using it in the
10249         defcustom of `smiley-style'.
10250
10251 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10252
10253         * message.el (message-newline-and-indent): New function.
10254
10255         * ecomplete.el: Implement more bits.
10256
10257         * message.el (message-put-addresses-in-ecomplete): Clean up the
10258         string.
10259
10260         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10261
10262         * gnus-sum.el (gnus-summary-save-parts): Bind
10263         gnus-summary-save-parts-counter and use it to make unique file
10264         names.
10265
10266         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10267
10268         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10269         parameter to say whether to actually parse the individual
10270         addresses.
10271
10272         * message.el (message-put-addresses-in-ecomplete): New function.
10273         (ecomplete): Require.
10274         (message-mail-alias-type): Add ecomplete as an option.
10275
10276 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10277
10278         * flow-fill.el (fill-flowed): Remove trailing space from blank
10279         quoted lines.
10280
10281 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10282
10283         * smiley.el (smiley-style): Move definition later to avoid a
10284         compilation warning.
10285
10286 2006-04-12  Kenichi Handa  <handa@m17n.org>
10287
10288         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10289         buffer and then decode the buffer text if necessary.
10290         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10291         first, and after mm-encode-body, change the buffer to unibyte.
10292         Use mm-disable-multibyte instead of set-buffer-multibyte.
10293
10294 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10295
10296         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10297         Content-Type header instead of Content-Disposition header.
10298         (gnus-mime-inline-part): Ditto.
10299         (gnus-mime-view-part-as-charset): Ignore charset that the part
10300         specifies.
10301
10302         * mm-decode.el (mm-display-part): Work with external parts and
10303         usual parts similarly.
10304
10305         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10306         instead of gnus-display-mime.
10307
10308         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10309         instead of with-temp-buffer.
10310
10311         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10312         tag to summarized topics part in order to encode non-ASCII text.
10313
10314 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10315
10316         * smiley.el (smiley-style): New variable.
10317         (smiley-directory): New function.
10318         (smiley-data-directory): Derive from `smiley-style' using
10319         `smiley-directory'.
10320         (smiley-regexp-alist): Add new entries.
10321
10322         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10323         (gnus-article-browse-delete-temp): Add :version.
10324
10325 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10326
10327         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10328         the sieve region.
10329
10330 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10331
10332         * gnus.el (gnus-version-number): Bump version.
10333
10334 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10335
10336         * gnus.el: No Gnus v0.4 is released.
10337
10338 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10339
10340         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10341         layout.
10342
10343         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10344         unknown charset.
10345
10346         * message.el (message-header-synonyms): Add Original-To to the
10347         default.
10348
10349         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10350         optional parameter.
10351
10352 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10353
10354         * gnus-fun.el (gnus): Require it for gnus-directory.
10355
10356 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10357
10358         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10359
10360 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10361
10362         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10363
10364 2006-04-05  Simon Josefsson  <jas@extundo.com>
10365
10366         * password.el (password-reset): New function.
10367
10368 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10369
10370         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10371         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10372
10373 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10374
10375         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10376         Some whitespace was matched into the url, which broke browsing hits
10377         > 100 when mm-url-use-external was nil.
10378
10379 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10380
10381         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10382         gnus-extra-headers for 'Newsgroups.
10383
10384         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10385         bound.
10386
10387 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10388
10389         * pgg-gpg.el: Clean up process buffers every time gpg processes
10390         complete.
10391
10392 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10393
10394         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10395         doc string.
10396
10397 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10398
10399         * pgg-gpg.el (pgg-gpg-process-filter)
10400         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10401
10402         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10403         lines, temporary fix.
10404
10405 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10406
10407         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10408
10409 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10410
10411         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10412         default-enable-multibyte-characters.  This reverts the change from
10413         revision 6.17 which is no longer necessary because the passphrase
10414         is sent separately now.  GnuPG messages are unreadable under
10415         multibyte locales with default-enable-multibyte-characters set to
10416         nil.
10417
10418 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10419
10420         * message.el (message-tool-bar-gnome): Move "spell".
10421
10422 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10423
10424         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10425         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10426         instead.
10427
10428 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10429
10430         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10431         newsgroups handling for NNTP overviews which don't include
10432         Newsgroups.
10433
10434 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10435
10436         * message.el (message-resend): Bind message-generate-hashcash to nil.
10437
10438 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10439
10440         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10441         when searching for already-paid recipients.
10442
10443 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10444
10445         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10446         passphrases when it is not needed.
10447         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10448         passphrase stuff from gpg, should only be necessary when you use
10449         gpg with a smartcard.
10450
10451 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * mml.el (mml-insert-mime): Ignore cached contents of
10454         message/external-body part.
10455
10456         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10457         (mm-insert-part): Ditto.
10458
10459 2006-03-23  Simon Josefsson  <jas@extundo.com>
10460
10461         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10462         Reiner.
10463         (pgg-gpg-use-agent-p): Use it again.
10464
10465 2006-03-23  Simon Josefsson  <jas@extundo.com>
10466
10467         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10468         older emacsen.
10469         (pgg-gpg-use-agent-p): Don't use it.
10470
10471 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10472
10473         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10474         if we can.
10475
10476 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10477
10478         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10479         (pgg-gpg-update-agent): New function.
10480         (pgg-gpg-use-agent-p): New function.
10481         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10482         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10483         (pgg-gpg-sign-region): Use it.
10484
10485 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10488         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10489
10490 2006-03-21  Simon Josefsson  <jas@extundo.com>
10491
10492         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10493         <wilde@sha-bang.de>.
10494         (pgg-gpg-use-agent): New variable.
10495         (pgg-gpg-process-region): Use it.
10496         (pgg-gpg-encrypt-region): Likewise.
10497         (pgg-gpg-encrypt-symmetric-region): Likewise.
10498         (pgg-gpg-decrypt-region): Likewise.
10499         (pgg-gpg-sign-region): Likewise.
10500         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10501
10502 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10503
10504         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10505
10506         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10507         Add comment on version.
10508
10509 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10510
10511         * smiley.el: Add missing test smiley.
10512
10513 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10514
10515         * mm-decode.el (mm-with-part): New macro.
10516         (mm-get-part): Use it; work with message/external-body as well.
10517         (mm-save-part): Treat name and filename equally.
10518
10519         * mm-extern.el (mm-extern-cache-contents): New function.
10520         (mm-inline-external-body): Use it; force the part to be displayed;
10521         move undisplayer added to the cached handle to the parent.
10522
10523         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10524         (gnus-mime-view-part-as-type): Work with message/external-body.
10525
10526         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10527
10528 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10529
10530         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10531         images in image-load-path.  [Sync with image.el, revision 1.60, in
10532         Emacs.]
10533
10534 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10535
10536         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10537         path rather than symbol.  Always return list of directories.
10538         Guarantee that image directory comes first.  [Sync with image.el,
10539         revision 1.59, in Emacs.]
10540
10541         * message.el (message-make-tool-bar): Adjust to new API of
10542         `gmm-image-load-path-for-library'.
10543
10544         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10545
10546         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10547
10548 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10549
10550         * gnus-art.el (gnus-article-only-boring-p):
10551         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10552         intangible text.
10553         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10554
10555 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10556
10557         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10558         `defun' instead of `gmm-defun-compat'.
10559
10560 2006-03-14  Simon Josefsson  <jas@extundo.com>
10561
10562         * message.el (message-unique-id): Don't use message-number-base36
10563         if (user-uid) is a float.
10564         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10565
10566 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10569
10570         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10571         empty line between a part and a message part.
10572
10573 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10574
10575         * smiley.el: Add more test smileys.
10576         (smiley-data-directory, smiley-regexp-alist)
10577         (gnus-smiley-file-types): Fix doc strings.
10578         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10579         adding new elements.
10580         (smiley-mouse-map): Unused code.  Make it a comment.
10581
10582 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10585         scan latest NoCeM messages instead of old ones.
10586         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10587         delimiters that are recently used.
10588         (gnus-nocem-load-cache): Add autoload cookie.
10589
10590         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10591
10592         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10593         level which is larger than gnus-use-nocem is specified.
10594
10595         * gnus-group.el (gnus-group-get-new-news): Ditto.
10596
10597 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10598
10599         * gnus-util.el (gnus-tool-bar-update): New function.
10600
10601         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10602         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10603
10604         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10605
10606         * gnus-group.el (gnus-group-redraw-when-idle)
10607         (gnus-group-redraw-check): Remove.
10608         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10609
10610 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10611
10612         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10613         if optional last element is specified in splits (FIELD VALUE...).
10614
10615 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10616
10617         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10618         to gmm-image-load-path-for-library.  Call with no-error argument.
10619         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10620
10621         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10622
10623         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10624
10625         * gmm-utils.el (gmm-image-load-path): Remove alias.
10626
10627 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10628
10629         * gmm-utils.el (gmm-image-load-path): Add alias.
10630
10631         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10632         nnml-generate-nov-databases-1.
10633         (nnml-generate-nov-databases): Use it.
10634         (nnml-generate-nov-databases-directory): Document no-active
10635         argument.
10636
10637         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10638         directory if path is t.  Add no-error.
10639
10640         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10641         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10642
10643         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10644         resetting gnus-article-browse-html-temp-list.
10645
10646         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10647         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10648         Add example to docstring.  Rename local variables.  Move error
10649         checks to default case in cond and simplify.
10650
10651 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10652
10653         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10654         handle is multipart when calling it recursively.
10655         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10656
10657 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10658
10659         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10660         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10661
10662 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10663
10664         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10665         is loaded.
10666
10667         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10668         loaded.
10669
10670 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10671
10672         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10673         to "Emacs 23 (unicode)" in doc string.
10674
10675         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10676         "Emacs 23 (unicode)" in comment.
10677
10678 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10679
10680         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10681
10682         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10683         characters 160 through 255 in Emacs 23.
10684
10685 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10686
10687         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10688         gnus-article-browse-html-temp.
10689         (gnus-article-browse-delete-temp): Make it customizable.  Add
10690         `file'.  Adjust doc string.
10691         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10692         query for each file.  Adjust doc string.
10693         (gnus-article-browse-html-parts): Add
10694         `gnus-article-browse-delete-temp-files' to
10695         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10696
10697 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10698
10699         * gnus-art.el (gnus-article-browse-html-temp)
10700         (gnus-article-browse-delete-temp): New variables.
10701         (gnus-article-browse-delete-temp-files): New function.
10702         (gnus-article-browse-html-parts): Use it.
10703
10704 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10705
10706         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10707
10708         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10709         string.
10710
10711         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10712         gnus-summary-insert-new-articles when unplugged.  Remove
10713         gnus-summary-search-article-forward.
10714
10715         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10716         display-visual-class instead of display-color-cells.
10717
10718 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10719
10720         * dgnushack.el: Autoload customize-group for XEmacs.
10721
10722         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10723         message/* containing non-ASCII text properly.
10724
10725 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10726
10727         * message.el: Require gmm-utils, remove autoloads.
10728         (message-tool-bar): Set default based on
10729         gmm-tool-bar-style.
10730         (message-tool-bar-gnome): Add gmm-customize-mode.
10731
10732         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10733         gmm-tool-bar-style.
10734         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10735
10736         * gnus-group.el (gnus-group-tool-bar): Set default based on
10737         gmm-tool-bar-style.
10738         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10739
10740         * gmm-utils.el (gmm-image-directory): Rename variable from
10741         gmm-image-load-path.
10742         (gmm-image-load-path): Use gmm-image-directory.
10743         (gmm-customize-mode): New function.
10744         (gmm-tool-bar-style): New variable.
10745
10746         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10747         gnus-group-redraw-line-number.
10748         (gnus-group-redraw-check): Simplify.
10749         (gnus-group-tool-bar-update): Remove redraw check.
10750         (gnus-group-make-tool-bar): Add redraw check.
10751
10752 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10753
10754         * gnus-art.el (gnus-button): Add missing parentheses.
10755
10756 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10757
10758         * lpath.el: Fbind line-number-at-pos.
10759
10760 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10763
10764 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10765
10766         * gnus-art.el (gnus-button): New face.
10767         (gnus-article-button-face): Use it.
10768
10769         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10770         gnus-summary-next-page.  Re-order.
10771
10772         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10773         next-node are now included.
10774         (gnus-group-redraw-line-number): New internal variable.
10775         (gnus-group-redraw-check): Helper function for updating the tool
10776         bar.
10777         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10778
10779         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10780
10781         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10782         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10783         Use it to match format of Spamassassin 3.0 and later.  Reported by
10784         IRIE Tetsuya <irie@t.email.ne.jp>.
10785         (spam-check-bogofilter)
10786         (spam-bogofilter-register-with-bogofilter): Fix args of
10787         `gnus-error' calls.
10788
10789 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10790
10791         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10792         unnecessary interaction when sending queued mails.  Reported by
10793         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10794
10795 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10796
10797         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10798         first or last are nil.
10799
10800 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10801
10802         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10803
10804 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10805
10806         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10807
10808 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10809
10810         * dns.el (query-dns): Protect more against buggy tcp output.
10811
10812 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10813
10814         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10815         nov.php.
10816
10817 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10818
10819         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10820         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10821         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10822         output on the server side.
10823         (nnweb-google-create-mapping): Update regexps and add some
10824         progress indication.
10825
10826 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10827
10828         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10829         gnus-agent-toggle-plugged.  Re-order icons.
10830         (gnus-group-tool-bar-gnome): Add
10831         gnus-group-{prev,next}-unread-group.
10832         (gnus-group-tool-bar-gnome): Re-order icons.
10833
10834         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10835         gnus-summary-insert-new-articles.
10836
10837         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10838         comments.
10839
10840         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10841         also available in Emacs 21.3.
10842
10843         * message.el (message-fix-before-sending): Change "Emacs 22" to
10844         "Emacs 23 (unicode)" in comment.
10845
10846         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10847         "Emacs 23 (unicode)" in comment.
10848
10849         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10850         comment.
10851         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10852
10853         * mm-view.el (mm-fill-flowed): Add :version.
10854
10855 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10858         and load-path.
10859
10860 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10861
10862         * message.el: Autoload gmm-image-load-path.
10863         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10864         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10865         consitency.
10866
10867         * gmm-utils.el (gmm-image-load-path): Also search in
10868         "../etc/images".  Don't set gmm-image-load-path if we don't find
10869         the image.
10870
10871 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10872
10873         * gmm-utils.el (gmm-image-load-path): Don't make
10874         `gmm-image-load-path' include subdirectories which the second arg
10875         `image' might specify.
10876
10877         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10878         subdirectory to icon file names.
10879
10880         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10881
10882 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10883
10884         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10885         gmm-image-load-path calls.
10886
10887         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10888
10889         * message.el (message-make-tool-bar): Ditto.
10890
10891         * mml.el (mml-preview): Added comment concerning tool bar icons.
10892
10893         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10894         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10895
10896         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10897         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10898
10899         * message.el (message-tool-bar-gnome): Use new icon names.
10900         (message-make-tool-bar): Use `gmm-image-load-path'.
10901
10902         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10903         functions from MH-E.
10904         (gmm-image-load-path): New variable from MH-E.
10905         (gmm-image-load-path): New function from MH-E.  Added arguments
10906         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10907         *-image-load-path-called-flag.
10908
10909 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10910
10911         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10912
10913 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10914
10915         * nnimap.el (nnimap-request-move-article): Change folder back to
10916         source group before deleting.
10917
10918 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10919
10920         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10921
10922         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10923         mm-url.
10924
10925         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10926
10927 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10928
10929         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10930         coding system which mm-charset-to-coding-system returns for a
10931         given charset is valid.
10932
10933 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10934
10935         * html2text.el (html2text-remove-tag-list):
10936         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10937
10938 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10939
10940         * gnus-cus.el: Revert 2005-10-17 change.
10941
10942 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10943
10944         * gnus-art.el (article-strip-banner): Call
10945         article-really-strip-banner only when the regexp match is made.
10946
10947 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * gnus-art.el (article-strip-banner): Use
10950         gnus-extract-address-components instead of
10951         mail-header-parse-addresses to make it work with non-ASCII text;
10952         remove mail-encode-encoded-word-string.
10953
10954         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10955         values which are surrounded with \"...\"; make it never cause a
10956         Lisp error; give up parsing of parameters if it failed in
10957         extracting type.
10958
10959 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10960
10961         * smime.el (smime-cert-by-ldap-1): Fix bug where
10962         `smime-ldap-search' returns results without userCertificates.
10963
10964 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10965
10966         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10967
10968 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10969
10970         * spam.el (spam-check-spamassassin-headers): Adapt format for
10971         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10972         <ari@mbf.ocn.ne.jp>.
10973         (spam-list-of-processors): Add spam-use-gmane.
10974
10975 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10976
10977         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10978         make-temp-file; make it work with XEmacs as well.
10979
10980         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10981         mm-make-temp-file.
10982
10983         * mm-decode.el (mm-display-external): Use the 3rd arg of
10984         mm-make-temp-file.
10985         (mm-create-image-xemacs): Ditto.
10986
10987 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10990         with message-narrow-to-headers.
10991         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10992         (gnus-draft-check-draft-articles): New function.
10993         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10994
10995 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10996
10997         * gnus-art.el (gnus-article-browse-html-parts):
10998         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10999         Don't use suffix argument for mm-make-temp-file for Emacs 21
11000         compatibility.  Remove useless `format'.
11001
11002 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11003
11004         * nnweb.el (nnweb-google-wash-article): Update regexps.
11005         (nnweb-group-alist): Use defvoo instead of defvar.
11006
11007 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11008
11009         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11010         re-loading nn* modules.
11011
11012 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11013
11014         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11015         for `tool-bar-mode' and don't check it's default-value.
11016
11017         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11018
11019         * message.el (message-make-tool-bar): Ditto.
11020
11021         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11022         `substring'.  Shorten tmp-file name.
11023
11024         * gnus.el: Remove bogus comment.
11025
11026 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11027
11028         * gnus-art.el (gnus-article-browse-html-parts): New function.
11029         (gnus-article-browse-html-article): New function for viewing html
11030         articles with a browser.
11031
11032 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11033
11034         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11035         in elisp.
11036         (pgg-gpg-encrypt-symmetric-region): Ditto.
11037         (pgg-gpg-sign-region): Ditto.
11038
11039         * pgg-def.el (pgg-text-mode): New variable.
11040
11041         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11042         (mml2015-pgg-encrypt): Ditto.
11043
11044         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11045         (mml1991-pgg-encrypt): Ditto.
11046
11047 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11050         message-make-date instead of current-time-string.
11051
11052         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11053         to gnus-decoded which mm-uu might set.
11054
11055 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11058         don't decode quoted parameters; remove misimported Emacs code.
11059         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11060         (rfc2231-decode-encoded-string): Don't use split-string which
11061         behaves differently according to Emacs version; use
11062         mm-decode-coding-region to convert charset to coding-system.
11063         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11064         (rfc2231-encode-string): Remove misimported Emacs code.
11065
11066 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11069         when calling mail-header-parse-content-type.
11070         (article-de-quoted-unreadable): Ditto.
11071         (article-de-base64-unreadable): Ditto.
11072         (article-wash-html): Ditto.
11073
11074         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11075         calling mail-header-parse-content-type and
11076         mail-header-parse-content-disposition.
11077         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11078         mail-header-parse-content-type.
11079
11080         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11081         insert charset and format parameters; encode description after
11082         inserting it to buffer.
11083         (mml-insert-parameter): Fold lines properly even if a parameter is
11084         segmented into two or more lines; change the max column to 76.
11085
11086         * rfc1843.el (rfc1843-decode-article-body): Don't use
11087         ignore-errors when calling mail-header-parse-content-type.
11088
11089         * rfc2231.el (rfc2231-parse-string): Return at least type if
11090         possible; don't cause an error even if it fails in parsing of
11091         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11092         (rfc2231-encode-string): Don't break lines at the beginning, leave
11093         it to mml-insert-parameter.
11094
11095         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11096         calling mail-header-parse-content-type.
11097
11098 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11099
11100         * spam-report.el (spam-report-gmane-use-article-number):
11101         Improve doc string.
11102         (spam-report-gmane-internal): Check if a suitable header was found
11103         in the article.
11104
11105 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11108         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11109
11110 2006-02-05  Romain Francoise  <romain@orebokech.com>
11111
11112         Update copyright notices of all files in the gnus directory.
11113
11114 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11115
11116         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11117
11118 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11121         segmented lines of parameter value to cope with Thunderbird 1.5
11122         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11123         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11124         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11125
11126 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11127
11128         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11129         parts.
11130
11131 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11132
11133         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11134         there's only one active file for all servers.
11135         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11136         solid groups.  Gnus might have used a FAST request to select the group.
11137         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11138         and nnweb-search redundantly in the active file.
11139         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11140         (nnweb-request-create-group): Don't use ARGS.
11141         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11142         initialisations.  Let nnoo do the work.
11143
11144 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11147         Say the part has been decoded.
11148
11149         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11150
11151 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11152
11153         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11154         mailcap-viewer-test-cache when there's no 'test clause, since that
11155         will invert the meaning of a "nil" test previously determined by
11156         mailcap-mailcap-entry-passes-test.
11157
11158 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11159
11160         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11161         compiling.
11162
11163         * gnus-sum.el: Ditto.
11164
11165         * message.el: Don't bind tool-bar-map when compiling.
11166
11167 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11168
11169         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11170
11171 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11172
11173         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11174         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11175         current Google Groups.
11176
11177 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11178
11179         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11180         and tool-bar-mode.
11181
11182         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11183         and tool-bar-mode.
11184
11185         * message.el (message-tool-bar-update): Simplify.
11186         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11187
11188         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11189         gnus-summary-buffer.
11190         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11191         gnus-summary-reply.
11192
11193         * gmm-utils.el (gmm): Add :version.
11194
11195 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11196
11197         * Makefile.in (clean): New rule.
11198         (distclean): Use it.
11199
11200 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11201
11202         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11203         autoload.
11204
11205 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11206
11207         * gmm-utils.el (gmm-verbose): Add :group.
11208
11209 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11210
11211         * message.el: Change some comments WRT tool-bars.
11212
11213         * gnus-sum.el (gnus-summary-tool-bar)
11214         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11215         (gnus-summary-tool-bar-zap-list): New variables.
11216         (gnus-summary-make-tool-bar): Complete rewrite using
11217         `gmm-tool-bar-from-list'.
11218
11219         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11220         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11221         variables.
11222         (gnus-group-make-tool-bar): Complete rewrite using
11223         `gmm-tool-bar-from-list'.
11224         (gnus-group-tool-bar-update): New function.
11225
11226         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11227
11228 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11229
11230         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11231         is dissected into a single part of which the type is the same as
11232         the given one; decode charset.
11233
11234 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11235
11236         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11237         into alists as symbol not string, since that's what
11238         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11239         look for.
11240
11241 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11242
11243         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11244         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11245
11246         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11247
11248 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11251         (gnus-xmas-mime-security-button-menu): New function.
11252
11253         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11254         (gnus-mime-security-button-menu): New definition.
11255         (gnus-mime-security-button-map): Use them.
11256         (gnus-mime-security-button-menu): New function.
11257         (gnus-insert-mime-security-button): Addition to help echo.
11258         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11259         (gnus-mime-security-pipe-part): New functions.
11260
11261         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11262         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11263
11264         * mm-decode.el (mm-handle-set-disposition): Remove.
11265         (mm-handle-set-description): Remove.
11266
11267 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11270         (mm-w3m-standalone-supports-m17n-p): New function.
11271         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11272         w3m usage.
11273
11274         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11275         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11276
11277 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11278
11279         * message.el (message-tool-bar-zap-list): Use
11280         gmm-tool-bar-zap-list as custom type.
11281         (message-tool-bar-update): New function.
11282         (message-tool-bar, message-tool-bar-gnome)
11283         (message-tool-bar-retro): Add message-tool-bar-update.
11284         (message-tool-bar-gnome): Add flyspell-buffer.
11285
11286         * gnus-util.el (gnus-error): Describe `args'.
11287
11288         * gmm-utils.el (gmm-error): Describe `args'.
11289         (gmm-tool-bar-zap-list): New widget.
11290         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11291
11292 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11295         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11296         the number of recursive calls.
11297
11298         * mm-decode.el (mm-handle-set-disposition): New macro.
11299         (mm-handle-set-description): New macro.
11300
11301 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11302
11303         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11304         encoding.
11305
11306 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11307
11308         * message.el (message-tool-bar-zap-list, message-tool-bar)
11309         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11310         (message-tool-bar-local-item-from-menu): Remove.
11311         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11312         (message-make-tool-bar): New function.
11313         (message-mode): Use `message-make-tool-bar'.
11314
11315         * gmm-utils.el: New file.
11316         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11317         (gmm-lazy): New widget copied from `nnmail.el'.
11318         (gmm-tool-bar-from-list): New function for creating customizable
11319         tool bars.
11320         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11321         output.
11322         (gmm): Add :prefix to defgroup.
11323
11324 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11325
11326         * gmm-utils.el (gmm-widget-p): New function.
11327
11328 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11329
11330         * mml.el (mml-attach-file): Describe `description' in doc string.
11331         (mml-menu): Add Emacs MIME manual and PGG manual.
11332
11333 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11334
11335         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11336
11337 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11338
11339         * nntp.el (nntp-end-of-line): Doc fix.
11340
11341 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11342
11343         * imap.el (imap-open): Handle case where buffer is a buffer
11344         object.
11345
11346 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11347
11348         * gnus-delay.el (gnus-delay): Don't autoload.
11349         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11350         to be re-loaded when customizing the `gnus-delay' group.
11351
11352 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11353
11354         * message.el (message-insert-citation-line): Use newlines.
11355
11356 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11357
11358         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11359         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11360         these routines, so the passphrase can be managed externally and
11361         passed in to the system.
11362         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11363         pgg-add-passphrase-to-cache function.
11364
11365         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11366         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11367         these routines, so the passphrase can be managed externally and
11368         passed in to the system.
11369         (pgg-pgp5-sign-region): Use new name of
11370         pgg-add-passphrase-to-cache function.
11371
11372 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11373
11374         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11375         part of the decoded armor to find the key-identifier.
11376         (pgg-gpg-lookup-key-owner): New function to return the
11377         human-readable identifier of a key owner.
11378         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11379         itself.
11380         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11381         the key value) if we have a key and can match it against a secret
11382         key.  Also, added a note pointing out fact that the prompt only
11383         indicates the first matching key.
11384
11385         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11386         pgg-decrypt-region.
11387         (pgg-add-passphrase-to-cache): Rename from
11388         `pgg-add-passphrase-cache' to reduce confusion (all callers
11389         changed).
11390         (pgg-remove-passphrase-from-cache): Rename from
11391         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11392         changed).
11393         (pgg-read-passphrase, pgg-add-passphrase-cache)
11394         (pgg-remove-passphrase-cache): Add informative docstrings.
11395         (pgg-decrypt): Convey provided passphrase in subordinate call to
11396         pgg-decrypt-region.
11397
11398 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11399
11400         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11401         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11402         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11403         'passphrase' argument, so the passphrase can be managed externally
11404         and then passed in to the system.
11405
11406         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11407         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11408         so the passphrase cache can be used reliably with identifiers
11409         besides a pgp packet's key id.
11410
11411         * pgg-gpg.el (pgg-gpg-encrypt-region)
11412         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11413         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11414         these routines, so the passphrase can be managed externally and
11415         passed in to the system.
11416
11417         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11418         'notruncate' argument, so the passphrase cache can be used
11419         reliably with identifiers besides a pgp packet's key id.
11420
11421 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11422
11423         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11424         symmetric encryption.
11425         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11426         encrypted session key.
11427         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11428         message ask for the passphrase in a proper way.
11429
11430         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11431         New user commands for symmetric encryption.
11432
11433 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11434
11435         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11436
11437         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11438
11439 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11440
11441         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11442
11443 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11444
11445         * mm-decode.el (mm-inlined-types): Add application/pgp.
11446         (mm-automatic-display): Ditto.
11447
11448         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11449         part as text.
11450
11451 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11452
11453         * nnrss.el: Update copyright.
11454         (nnrss-opml-import): Query whether to subscribe to each entry.
11455
11456         * gnus-art.el:
11457         * gnus-sum.el:
11458         * gnus-xmas.el:
11459         * messagexmas.el:
11460         * mm-uu.el:
11461         * mm-view.el: Update copyright.
11462
11463 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11464
11465         * message.el (message-info): New function.
11466         (message-mode-menu): Add it.
11467         Update copyright.
11468
11469         * ChangeLog: Fix and update copyright.
11470
11471 2006-01-13  Romain Francoise  <romain@orebokech.com>
11472
11473         * message.el (message-forward-subject-name-subject): Prefer the
11474         address to 'nowhere' if the sender has no name.
11475         Fix typo.  Update copyright year.
11476
11477 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11478
11479         * gnus-art.el (article-wash-html): Use
11480         gnus-summary-show-article-charset-alist if a numeric arg is given.
11481         (gnus-article-wash-html-with-w3m-standalone): New function.
11482
11483         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11484         mm-inline-text-html-render-with-w3m-standalone.
11485         (mm-text-html-washer-alist): Map w3m-standalone to
11486         gnus-article-wash-html-with-w3m-standalone.
11487         (mm-inline-text-html-render-with-w3m-standalone): New function.
11488
11489 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11490
11491         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11492         Improve LaTeX.
11493
11494 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11495
11496         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11497         (nnrss-request-article): Render text/plain parts as HTML.
11498
11499         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11500         the buffer.
11501
11502 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11503
11504         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11505         custom definition of `gnus-posting-styles'.
11506
11507         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11508         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11509
11510 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11511
11512         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11513         Use nntp for bug archive.
11514
11515 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11516
11517         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11518         parts.
11519         (nnrss-normalize-date): New function converts ISO 8601 date into
11520         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11521         (nnrss-check-group): Use it.
11522
11523 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11526
11527         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11528         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11529         (nnrss-insert-w3): Ditto.
11530
11531 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11532
11533         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11534         the articles to be forwarded including the case where neither a
11535         number of articles nor a region is specified.
11536
11537 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * nnrss.el (nnrss-request-article): Fix last change; fill
11540         text/plain parts.
11541
11542 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11545         in text/plain part.
11546         (nnrss-check-group): Don't add excessive newline to dc:subject.
11547
11548 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11549
11550         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11551         article.
11552
11553 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11554
11555         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11556         (nnml-use-compressed-files, nnml-save-mail): Support other
11557         comression programs such as bzip2.
11558
11559 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11560
11561         * dns.el (query-dns): Make sure we check the buffer size before
11562         removing tcp headers.
11563
11564 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11567         remove MIME buttons associated with multipart/alternative parts.
11568         (gnus-mime-display-alternative): Tag buttons using `article-type'
11569         text property.
11570
11571         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11572         associated with multipart/alternative parts.
11573
11574         * gnus-art.el (gnus-signature-separator): Fix custom type.
11575
11576         * mm-decode.el (mm-inlined-types): Fix custom type.
11577         (mm-keep-viewer-alive-types): Ditto.
11578         (mm-automatic-display): Ditto.
11579         (mm-attachment-override-types): Ditto.
11580         (mm-inline-override-types): Ditto.
11581         (mm-automatic-external-display): Ditto.
11582
11583 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11584
11585         * spam-report.el (spam-report-user-mail-address)
11586         (spam-report-user-agent): New variables.
11587         (spam-report-url-ping-plain): Use spam-report-user-agent.
11588
11589 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11590
11591         * gnus-art.el (gnus-button-handle-custom): Do not just use
11592         `customize-apropos' for any "M-x customize-*" button but the
11593         function called for.  Accept both the function name and its
11594         argument in order to achieve this.
11595         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11596         function name to `gnus-button-handle-custom' in case of "M-x
11597         customize-*" buttons.
11598
11599 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11600
11601         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11602         multipart/alternative and add xref to mm-discouraged-alternatives
11603         in doc string.
11604
11605         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11606         gnus-buttonized-mime-types in doc string.
11607
11608 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11609
11610         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11611         Suggest image/.* in the doc string.
11612
11613 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11614
11615         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11616         message-marks (Debian bug #342521).
11617
11618 2005-12-12  Simon Josefsson  <jas@extundo.com>
11619
11620         * password.el (password-read-from-cache): Add.
11621         (password-read): Use it.
11622
11623 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11624
11625         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11626         us-ascii as a MIME charset.
11627
11628         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11629         against the case where the 2nd arg TYPE is nil.
11630
11631 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11632
11633         * pop3.el (pop3-stream-type): Fix custom version.
11634
11635         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11636
11637 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11638
11639         * mm-decode.el (mm-display-external): Add missing cdr.
11640
11641 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11642
11643         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11644         RFC1524) if it is in mailcap or add a suffix according to
11645         mailcap-mime-extensions when generating a temp filename; postpone
11646         deleting a temp file for 2 seconds for some wrappers, shell
11647         scripts, and so on, which might exit right after having started a
11648         viewer command as a background job.
11649
11650 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11651
11652         * nntp.el (nntp-marks-directory): Fix custom group.
11653
11654         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11655         steps when < 10.
11656
11657         * gnus-start.el (gnus-no-server-1): Mention
11658         `gnus-level-default-subscribed' in doc string.
11659
11660 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11661
11662         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11663         parens.
11664
11665 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11666
11667         * gnus-xmas.el (gnus-use-toolbar): Revert.
11668         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11669         gnus-use-toolbar is default.
11670
11671         * messagexmas.el (message-use-toolbar): Revert.
11672         (message-setup-toolbar): Use global default-toolbar if
11673         message-use-toolbar is default.
11674
11675 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11676
11677         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11678         according to default-toolbar-visible-p.
11679
11680         * messagexmas.el (message-use-toolbar): Ditto.
11681
11682 2005-11-26  Dave Love  <fx@gnu.org>
11683
11684         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11685         (tls-program, tls-success): Provide openssl alternative.
11686
11687         * starttls.el: Doc fixes.
11688         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11689         SERVICE to PORT.
11690
11691         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11692         port null or service name.
11693         (starttls-negotiate): Autoload.
11694
11695 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * message.el (message-kill-to-signature): Fix interactive spec.
11698
11699 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11700
11701         * pop3.el (pop3-open-server): Recognize a string as a service name.
11702
11703 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11704
11705         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11706
11707 2005-11-23  Dave Love  <fx@gnu.org>
11708
11709         Add pop3s, pop3/starttls.
11710
11711         * pop3.el (pop3-authentication-scheme): Clarify doc.
11712         (open-tls-stream, starttls-open-stream): Autoload.
11713         (pop3-stream-type): New.
11714         (pop3-open-server): Use it.
11715
11716         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11717         for POP.
11718         (mail-source-keyword-map): Add :stream for POP.
11719         (mail-source-fetch-pop): Use pop3-stream-type.
11720
11721 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11722
11723         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11724         of current-time-string.
11725
11726 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11727
11728         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11729         date header.
11730
11731 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11732
11733         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11734         it can seriously impact performance as it bypasses the agent's
11735         local caches.
11736
11737 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11738
11739         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11740         must be explicitly online rather than "not explicitly offline" for
11741         its flags to be synchronized.
11742
11743         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11744         that gnus-uu-unmark-thread will function correctly.
11745
11746         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11747         1024K is instead displayed as 1M.
11748
11749 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11750
11751         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11752
11753 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11754
11755         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11756
11757 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11758
11759         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11760         error message to display actual error condition.
11761         (gnus-agent-save-local): Avoid saving symbols that are bound to
11762         nil as they simply result in a warning message in
11763         gnus-agent-read-local.
11764
11765 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11766
11767         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11768         rather than make-variable-buffer-local for file-precious-flag.
11769
11770 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11771
11772         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11773         for duplicates which are removed.  The invalid sort check then
11774         triggers a rescan after the sort as sorting may have moved
11775         duplicate entries such that they can be cheaply detected.
11776
11777 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11778
11779         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11780
11781 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11782
11783         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11784         internal variable to a custom variable.  Changed default value
11785         from compressed(2) to uncompressed(1).
11786         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11787         support for uncompressed agentview files.  Taken together, reading
11788         the agentview file should now be 6-7 times faster.
11789
11790 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11791
11792         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11793         as a buffer-local variable.  This avoids creating truncated
11794         dribble files as a result of a hang up, eg.
11795
11796 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11797
11798         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11799         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11800         XEmacs.
11801
11802 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11803
11804         * gnus-start.el (gnus-start-draft-setup): Enforce
11805         `gnus-draft-mode' for nndraft:drafts at startup.
11806
11807         * gnus.el (gnus-splash): Change custom group.
11808         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11809         allow-list argument.
11810
11811         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11812         string.
11813
11814 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11815
11816         * gnus-art.el (gnus-default-article-saver): Add user-defined
11817         `function' to custom type.
11818
11819 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11820
11821         * imap.el (imap-open): Handle case where buffer is a buffer
11822         object.
11823
11824 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11825
11826         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11827         long lines.
11828         (gnus-cache-delete-group): Wrap doc strings.
11829
11830         * gnus-agent.el (gnus-agent-rename-group)
11831         (gnus-agent-delete-group): Wrap doc strings.
11832
11833 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * messagexmas.el (message-use-toolbar): Change the valid values
11836         into default, top, bottom, left, and right.
11837         (message-toolbar-thickness): New variable.
11838         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11839         well.
11840         (message-setup-toolbar): Make it work.
11841
11842         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11843         (gnus-use-toolbar): Change the valid values into default, top,
11844         bottom, left, and right.
11845         (gnus-toolbar-thickness): New variable.
11846         (gnus-xmas-setup-toolbar): New function.
11847         (gnus-xmas-setup-group-toolbar): Use it.
11848         (gnus-xmas-setup-summary-toolbar): Use it.
11849
11850 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11851
11852         * gnus-start.el (gnus-1): Add "native" to
11853         gnus-predefined-server-alist.
11854
11855         * gnus.el (gnus-method-to-server): Don't add "native" to the
11856         lists here, because that leads to problems when
11857         gnus-select-method is bound.
11858
11859 2005-11-09  Simon Josefsson  <jas@extundo.com>
11860
11861         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11862         use (not sort-by-date) instead.
11863
11864 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11865
11866         * gnus-delay.el (gnus-delay-group): Don't autoload.
11867         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11868         to be re-loaded when customizing the `gnus-delay' group.
11869
11870 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11871
11872         * message.el: Revert last changes.
11873         (message-insert-citation-line): Use newlines.
11874
11875 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11876
11877         * message.el (message-courtesy-message)
11878         (message-mark-insert-begin, message-mark-insert-end)
11879         (message-elide-ellipsis, message-cancel-message)
11880         (message-add-header, message-change-subject)
11881         (message-cross-post-followup-to-header)
11882         (message-cross-post-insert-note, message-reduce-to-to-cc)
11883         (message-widen-reply, message-delete-not-region)
11884         (message-kill-to-signature, message-insert-signature)
11885         (message-insert-importance-high, message-insert-importance-low)
11886         (message-insert-or-toggle-importance)
11887         (message-insert-disposition-notification-to)
11888         (message-indent-citation, message-yank-original)
11889         (message-cite-original-without-signature, message-cite-original)
11890         (message-insert-citation-line, message-position-on-field)
11891         (message-fix-before-sending, message-send-mail-partially)
11892         (message-send-mail, message-send-mail-with-sendmail)
11893         (message-send-mail-with-qmail, message-send-news)
11894         (message-check-news-header-syntax, message-generate-headers)
11895         (message-insert-courtesy-copy, message-fill-address)
11896         (message-fill-header, message-shorten-references)
11897         (message-setup-1, message-cancel-news)
11898         (message-forward-make-body-plain, message-forward-make-body-mime)
11899         (message-forward-make-body-mml, message-encode-message-body)
11900         (message-forward-make-body-digest-plain)
11901         (message-forward-make-body-digest-mime)
11902         (message-use-alternative-email-as-from): Insert `hard-newline'
11903         instead of ordinary newlines.
11904
11905 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * message.el (message-generate-headers): Downcase the argument
11908         given to message-check-element.
11909
11910 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11911
11912         * nntp.el (nntp-authinfo-rejected): New error condition.
11913         (nntp-wait-for): Use new error condition to signal authentication
11914         error.
11915         (nntp-retrieve-data): Rethrow new error condition to break out of
11916         recursive call to nntp-send-authinfo.
11917
11918 2005-11-08  Romain Francoise  <romain@orebokech.com>
11919
11920         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11921         (gnus-summary-exit-map): Bind to `Z p'.
11922         (gnus-summary-make-menu-bar): Add menu item.
11923
11924 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11925
11926         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11927         (gnus-treat-*): Add `first' in all doc strings.
11928
11929         * gnus-group.el (gnus-group-compact-group): Fix typo.
11930
11931 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * gnus.el (gnus-parameters-case-fold-search): New variable.
11934         (gnus-parameters-get-parameter): Use it.
11935
11936         * gnus-score.el (gnus-home-score-file): Doc fix.
11937
11938 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11939
11940         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11941
11942 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11943
11944         * mm-util.el (mm-special-display-p): New function.
11945
11946         * mml.el (mml-preview): Use it; doc fix.
11947
11948 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11949
11950         * imap.el (imap-open): Handle case where buffer is a buffer object.
11951
11952 2005-10-29  Romain Francoise  <romain@orebokech.com>
11953
11954         * message.el (message-fix-before-sending): Fix comment.
11955
11956 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11957
11958         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11959
11960 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11961
11962         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11963         Used in gnus-score.el.
11964
11965 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11966
11967         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11968
11969 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11970
11971         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11972         whitespace removed in revision 7.8.  Use concatenated string to
11973         protect trailing whitespace.
11974
11975 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11976
11977         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11978         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11979         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11980         Courier IMAP ("some version from 2004").  Mostly based on similar
11981         code in the same function.
11982
11983 2005-10-26  Didier Verna  <didier@xemacs.org>
11984
11985         * gnus-group.el (gnus-group-compact-group): Invalidate original
11986         article buffer.
11987         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11988         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11989         NOV database and in article itself.
11990         Invalidate article backlog.
11991
11992 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11993
11994         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11995
11996 2005-10-26  Simon Josefsson  <jas@extundo.com>
11997
11998         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11999         part of 2004-07-25 change.
12000
12001 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * message.el (message-display-completion-list): New function.
12004         (message-expand-group): Use it; make sure the Completions buffer
12005         is modifiable.
12006 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12007
12008         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12009         user-mail-name is an empty string.
12010
12011 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12012
12013         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12014         depending on gnus-score-decay-constant.
12015
12016         * encrypt.el (encrypt-insert-file-contents)
12017         (encrypt-write-file-contents): Don't use `gnus-message'.
12018
12019         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12020         arguments.
12021         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12022         arguments to mm-uu-verbatim-marks-extract.
12023         (mm-uu-hide-markers): New variable.
12024         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12025
12026         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12027         (gnus-convert-image-to-face-command): Use "convert" by default to
12028         allow other input image formats.
12029         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12030         accordingly.
12031
12032 2005-10-23  Simon Josefsson  <jas@extundo.com>
12033
12034         * imap.el (imap-gssapi-program): Align command line parameters
12035         with latest GNU SASL.
12036         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12037
12038 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12039
12040         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12041         HTML.
12042         (nnslashdot-request-article): Ditto.
12043
12044         * lpath.el (featurep): Add nobreak-char-display.
12045
12046 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12047
12048         * mail-source.el (mail-source-fetch-pop): Require pop3.
12049         (mail-source-check-pop): Ditto.
12050
12051 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12054         errors.
12055
12056 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12057
12058         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12059         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12060
12061         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12062
12063         * mm-bodies.el (mm-decode-string): Call
12064         `mm-charset-to-coding-system' with allow-override argument.
12065
12066 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12067
12068         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12069         (rfc2047-charset-to-coding-system): New function.
12070         (rfc2047-decode-encoded-words): New function.
12071         (rfc2047-decode-region): Use them.
12072         (rfc2047-decode-cte): Remove.
12073         (rfc2047-parse-and-decode): Remove.
12074         (rfc2047-decode): Remove.
12075
12076 2005-10-15  Kenichi Handa  <handa@m17n.org>
12077
12078         * rfc2047.el (rfc2047-decode-cte): New function.
12079         (rfc2047-decode-region): Change the way to decode successive
12080         encoded-words: decode B- or Q-encoding in each encoded-word,
12081         concatenate them, and decode it as charset.
12082
12083 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * lpath.el: Fbind codepage-setup for XEmacs.
12086
12087 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12088
12089         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12090         widget-move-and-invoke.
12091         (gnus-custom-mode): Use gnus-custom-map.
12092
12093 2005-10-15  Bill Wohler  <wohler@newt.com>
12094
12095         * message.el (message-tool-bar-map): Renamed image file from
12096         mail_send to mail/send.
12097
12098 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12099
12100         * message.el (message-expand-group): Pass the common
12101         prefix substring of completion to `display-completion-list'.
12102
12103 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12104
12105         * mml-sec.el (mml-secure-method): New internal variable.
12106         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12107         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12108         functions using mml-secure-method.
12109
12110         * mml.el (mml-mode-map): Add key bindings for those functions.
12111         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12112         Harder <harder@myrealbox.com>.
12113         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12114         end of message if point is the headers of the message.
12115
12116         * message.el (message-in-body-p): New function.
12117
12118         * assistant.el: Autoload gnus-util and netrc.
12119
12120         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12121         Use `mm-charset-override-alist' only when decoding.
12122
12123         * mm-bodies.el (mm-decode-body): Call
12124         `mm-charset-to-coding-system' with allow-override argument.
12125
12126         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12127         `filename' from Content-Disposition if Content-Type doesn't
12128         provide `name'.
12129         (gnus-mime-view-part-as-type): Set default instead of
12130         initial-input.
12131
12132 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12133
12134         * format-spec.el (format-spec): Propagate text properties of % spec.
12135
12136 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12137
12138         * gnus-art.el (gnus-treat-predicate): Add `first'.
12139
12140 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12141
12142         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12143         (mm-charset-override-alist): New variable.
12144         (mm-charset-to-coding-system): Use it.
12145         (mm-codepage-setup): New helper function.
12146         (mm-charset-eval-alist): New variable.
12147         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12148         about unknown charsets.
12149
12150         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12151
12152 2005-10-04  David Hansen  <david.hansen@gmx.net>
12153
12154         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12155         (nnrss-check-group): Ditto.
12156
12157 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12158
12159         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12160         Rename x-gnus-verbatim to x-verbatim.
12161         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12162
12163         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12164         x-verbatim.
12165
12166         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12167
12168         * gnus-util.el (gnus-remove-duplicates): Remove.
12169
12170         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12171         instead of gnus-remove-duplicates.
12172
12173         * message.el (message-remove-duplicates): Remove.
12174         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12175         message-remove-duplicates.
12176
12177         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12178         available, else use implementation from `delete-dups'.
12179
12180         * message.el (message-insert-expires): New function.
12181         (message-mode-map): Add key binding.
12182         (message-mode-field-menu): Add menu entry.
12183         (message-mode): Document it.
12184         (message-make-expires-date): Use `message-make-date'.
12185
12186 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12187
12188         * message.el (message-make-expires-date): New function.
12189
12190 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12191
12192         * Makefile.in (list-installed-shadows): New entry.
12193         (install): Use it.
12194         (remove-installed-shadows): New entry.
12195
12196         * dgnushack.el (dgnushack-default-load-path): New variable.
12197         (dgnushack-find-lisp-shadows): New function.
12198         (dgnushack-remove-lisp-shadows): New function.
12199
12200 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12201
12202         * Makefile.in (install-el-elc): New entry.
12203         (install): Use it so that .el files are necessarily installed.
12204
12205 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12206
12207         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12208
12209 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12210
12211         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12212         function rather than the diff-mode.el package.
12213         (mm-display-external): Use with-current-buffer.
12214         (mm-viewer-completion-map, mm-viewer-completion-map):
12215         Move initialization inside declaration.
12216
12217 2005-09-29  Simon Josefsson  <jas@extundo.com>
12218
12219         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12220         autoload mail-check-payment.
12221         (spam-check-hashcash): Define unconditionally, since hashcash.el
12222         is part of Gnus now.  Ignore errors from payment checking.
12223
12224 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12225
12226         * message.el (message-bold-region, message-unbold-region): Rename
12227         from `bold-region' and `unbold-region'.
12228
12229         * message.el: Remove useless autoloads.
12230
12231 2005-09-28  Simon Josefsson  <jas@extundo.com>
12232
12233         * message.el (message-use-idna): Default to t.
12234         (message-use-idna): Test whether encoding works too.  Doc fix.
12235
12236 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * nntp.el (nntp-warn-about-losing-connection): Remove.
12239
12240 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12241
12242         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12243         customizable.  Change default value.
12244         (mm-uu-diff-groups-regexp): Change default value.
12245         (mm-uu-type-alist): Add doc string.
12246         (mm-uu-configure): Add doc string.  Make it interactive.
12247         (mm-uu-tex-groups-regexp): New variable.
12248         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12249         (mm-uu-type-alist): Add LaTeX documents.
12250         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12251         of "text/verbatim".
12252         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12253
12254         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12255         instead of "text/verbatim".
12256
12257         * message.el (message-mark-inserted-region)
12258         (message-mark-insert-file): Use slrn style marks when called with
12259         prefix argument.
12260
12261 2005-09-27  Simon Josefsson  <jas@extundo.com>
12262
12263         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12264
12265 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12266
12267         * message.el (message-remove-duplicates): New function.
12268         Implementation borrowed from `gnus-remove-duplicates'.
12269         (message-idna-to-ascii-rhs): Also encode idna addresses in
12270         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12271         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12272         only ask about the same idna domain once per header and also tell
12273         in what header to replace the idna domain.
12274
12275         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12276         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12277         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12278         a header is decoded and not just the last one.
12279
12280 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12283         has been decoded.
12284
12285         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12286         (mm-insert-part): Don't modify text if it has been decoded.
12287
12288         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12289         decoded.
12290
12291         * mm-view.el (mm-inline-text): Don't strip text props unless
12292         decoding enriched or richtext parts.
12293
12294 2005-09-25  Romain Francoise  <romain@orebokech.com>
12295
12296         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12297         * gnus-start.el (gnus-subscribe-interactively):
12298         * gnus-uu.el (gnus-uu-grab-articles):
12299         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12300         space.
12301
12302 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12303
12304         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12305         * mm-view.el (mm-view-pkcs7-decrypt):
12306         * gnus-sum.el (gnus-summary-limit-to-extra)
12307         (gnus-summary-respool-article, gnus-read-move-group-name):
12308         * gnus-score.el (gnus-summary-increase-score):
12309         * gnus-util.el (gnus-completing-read-with-default):
12310         * gnus-art.el (gnus-read-save-file-name)
12311         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12312         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12313         * message.el (message-check-news-header-syntax):
12314         Follow convention for reading with the minibuffer.
12315
12316 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12317
12318         * spam-report.el (spam-report-url-ping-plain):
12319         Use gnus-extended-version as User-Agent.
12320
12321         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12322         default value is nil.
12323
12324         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12325         (mm-uu-verbatim-marks-extract): New function.
12326         (mm-uu-extract): New face.
12327         (mm-uu-copy-to-buffer): Use it.
12328
12329         * spam-report.el (spam-report-gmane-ham): Renamed from
12330         `spam-report-gmane-unspam'.
12331         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12332         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12333
12334         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12335         Autoload.
12336         (spam-report-gmane-unregister-routine): Renamed
12337         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12338
12339 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12340
12341         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12342         (spam-report-gmane-unregister-routine): Add support for gmane
12343         unregistration.
12344
12345         * spam-report.el (spam-report-gmane-unspam)
12346         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12347         (spam-report-gmane): Change to take a single article and do unspam
12348         registration.
12349
12350 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12351
12352         * mm-url.el (mm-url-decode-entities): Fix regexp.
12353
12354 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12355
12356         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12357         default to nil, to be able to use Gnus at all.  If the default
12358         switches to something else, then the function should be fixed not
12359         be exceedingly slow.
12360
12361 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12362
12363         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12364         fail hard.
12365
12366         * spam-report.el: Add better Keywords line.
12367
12368         * spam.el: Add Maintainer and better Keywords line.
12369
12370 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12371
12372         * gnus-art.el (gnus-article-replace-part)
12373         (gnus-mime-replace-part): New functions.
12374         (gnus-mime-action-alist, gnus-mime-button-commands)
12375         (gnus-mime-save-part-and-strip): Added file argument.
12376         (gnus-article-part-wrapper): Added interactive argument.
12377
12378         * gnus-sum.el (gnus-summary-mime-map): Add
12379         `gnus-article-replace-part'.
12380
12381 2005-09-19  Didier Verna  <didier@xemacs.org>
12382
12383         The nnml compaction feature:
12384         * nnml.el (nnml-request-compact-group): New function.
12385         * nnml.el (nnml-request-compact): New function.
12386         * gnus-int.el (gnus-request-compact-group): New function.
12387         * gnus-int.el (gnus-request-compact): New function.
12388         * gnus-group.el (gnus-group-compact-group): New function.
12389         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12390         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12391         * gnus-srvr.el (gnus-server-compact-server): New function.
12392         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12393         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12394
12395 2005-09-18  Deepak Goel  <deego@gnufans.org>
12396
12397         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12398         format spec.
12399
12400 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12403
12404 2005-09-15  Romain Francoise  <romain@orebokech.com>
12405
12406         * message.el (message-fill-paragraph): Clarify docstring.
12407
12408 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * gnus-art.el (gnus-mime-display-part): Protect against broken
12411         MIME messages.
12412
12413 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12414
12415         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12416         before parsing header.
12417
12418 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12419
12420         * html2text.el (html2text-replace-list): Add new entities.
12421
12422 2005-09-11  Romain Francoise  <romain@orebokech.com>
12423
12424         * message.el (message-alternative-emails): Improve docstring.
12425         (message-setup-1): Call `message-use-alternative-email-as-from'
12426         after `message-setup-hook' to give it precedence over posting
12427         styles, etc.
12428         (message-use-alternative-email-as-from): Add docstring.  Remove
12429         the original From header if present.
12430
12431         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12432         (nnml-save-mail): Use it.
12433
12434         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12435         articles.  Add new argument `silent'.
12436         (gnus-uu-mark-all): Report the total number of marked articles.
12437
12438 2005-09-10  Romain Francoise  <romain@orebokech.com>
12439
12440         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12441         (gnus-uu-mark-series): Likewise.
12442
12443 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12444
12445         * spam-report.el (spam-report-gmane): Fix generation of spam
12446         report URL.
12447
12448 2005-09-10  Simon Josefsson  <jas@extundo.com>
12449
12450         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12451         t, based on discussion on the ding list with Robert Epprecht
12452         <epprecht@solnet.ch>.
12453
12454 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12455
12456         * spam-report.el (spam-report-gmane): Make it work without
12457         X-Report-Spam header.  Gmane now only provides Archived-At.
12458         This is only used if `spam-report-gmane-use-article-number' is nil.
12459         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12460
12461         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12462         make `gnus-summary-sort-by-recipient' work with threading.
12463
12464         * nnweb.el (nnweb-google-wash-article): Print a message if article
12465         is not available.
12466
12467 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12468
12469         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12470         change.  Decode text/* parts content before displaying.
12471
12472 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12473
12474         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12475
12476 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12479
12480         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12481         url-package-name, url-package-version,
12482         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12483         w3m-display-inline-images, and w3m-minor-mode-map.
12484
12485 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12486
12487         * message.el (message-tab-body-function): Fix mismatched custom type.
12488
12489         * gnus.el (gnus-group-change-level-function): Ditto.
12490
12491         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12492
12493         * gnus-art.el (gnus-signature-limit)
12494         (gnus-article-mime-part-function): Ditto.
12495
12496 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * mml.el (mml-mode): Silence the byte compiler.
12499
12500         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12501         using `(sit-for 0)' before moving the point to the specified part;
12502         skip unbuttonized parts.
12503         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12504         return to the summary window if gnus-auto-select-part is non-nil.
12505
12506 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12507
12508         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12509         variables.
12510         (mml-dnd-attach-file, mml-mode): Use them.
12511
12512         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12513         Make fetching article by MID work again for Google Groups.  Added
12514         FIXME concerning gnus-group-make-web-group.
12515
12516         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12517         Don't depend on Gnus by using mail-extract-address-components if
12518         gnus-extract-address-components is not bound.
12519
12520 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12521
12522         * gnus-art.el (gnus-mime-display-security): Don't display the
12523         signature, but only the signed part.
12524
12525 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12528
12529         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12530         list, not listp.
12531
12532 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12533
12534         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12535         when encoding.
12536
12537         * mm-bodies.el (mm-decode-content-transfer-encoding):
12538         De-canonicalize CRLF for all text content types, not just
12539         text/plain.
12540
12541 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12542
12543         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12544         valid article; point arrow and cursor at the MIME button.
12545
12546 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12549         Suggested by Dan Christensen <jdc@uwo.ca>.
12550
12551         * mm-decode.el (mm-save-part): Enable change of prompt.
12552
12553 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12554
12555         * gnus-msg.el (gnus-inews-add-send-actions): Made
12556         `message-post-method' lambda parameter ARG `&optional'.
12557
12558 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12559
12560         * gnus-sum.el (gnus-summary-mime-map): Added
12561         gnus-article-save-part-and-strip, gnus-article-delete-part and
12562         gnus-article-jump-to-part.
12563
12564         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12565         (gnus-article-edit-part): Use it.
12566         (gnus-article-part-wrapper): Added no-handle argument.
12567         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12568         functions.
12569
12570 2005-08-29  Romain Francoise  <romain@orebokech.com>
12571
12572         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12573         docstring.
12574         (gnus-face-from-file): Likewise.
12575
12576 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12577
12578         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12579         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12580         non-nil.
12581         (gnus-auto-select-part): New variable.
12582         (gnus-article-jump-to-part): New function.
12583         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12584         (gnus-mime-delete-part): Allow selecting specified part after
12585         deleting or stripping parts.
12586         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12587         part if argument is bogus.
12588
12589 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12590
12591         * gnus-art.el (w3m-minor-mode-map):
12592         * gnus-spec.el (gnus-newsrc-file-version):
12593         * gnus-util.el (nnmail-active-file-coding-system)
12594         (gnus-original-article-buffer, gnus-user-agent):
12595         * gnus.el (gnus-ham-process-destinations)
12596         (gnus-parameter-ham-marks-alist)
12597         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12598         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12599         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12600         * mm-decode.el (gnus-current-window-configuration):
12601         * mm-extern.el (gnus-article-mime-handles):
12602         * mm-url.el (url-current-object, url-package-name)
12603         (url-package-version):
12604         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12605         (smime-keys, w3m-cid-retrieve-function-alist)
12606         (w3m-current-buffer, w3m-display-inline-images)
12607         (w3m-minor-mode-map):
12608         * mml-smime.el (gnus-extract-address-components):
12609         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12610         (gnus-newsrc-hashtb, message-default-charset)
12611         (message-deletable-headers, message-options)
12612         (message-posting-charset, message-required-mail-headers)
12613         (message-required-news-headers):
12614         * mml1991.el (mc-pgp-always-sign):
12615         * mml2015.el (mc-pgp-always-sign):
12616         * nnheader.el (nnmail-extra-headers):
12617         * rfc1843.el (gnus-decode-encoded-word-function)
12618         (gnus-decode-header-function, gnus-newsgroup-name):
12619         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12620
12621 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12622
12623         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12624         the end of the date treatments.
12625
12626 2005-08-15  Simon Josefsson  <jas@extundo.com>
12627
12628         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12629         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12630         Capello and Romain Francoise.
12631         (pgg-fetch-key-function): Removed, not used?
12632         (pgg-insert-url-with-w3): Require url, to get
12633         url-insert-file-contents regardless of where it is defined.
12634
12635 2005-08-13  Romain Francoise  <romain@orebokech.com>
12636
12637         * message.el (message-cite-original-1): New function.
12638         (message-cite-original): Use it.
12639         (message-cite-original-without-signature): Ditto.
12640
12641 2005-08-08  Romain Francoise  <romain@orebokech.com>
12642
12643         * message.el (message-yank-empty-prefix): New variable.
12644         (message-indent-citation): Use it.
12645         (message-cite-original-without-signature): Respect X-No-Archive.
12646
12647 2005-08-08  Simon Josefsson  <jas@extundo.com>
12648
12649         * pgg.el: Autoload url-insert-file-contents instead of loading
12650         w3/url.
12651         (pgg-insert-url-with-w3): Don't load url here.
12652
12653 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12654
12655         * message.el (message-kill-to-signature): Don't insert newline at
12656         bol.
12657         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12658
12659 2005-08-06  Romain Francoise  <romain@orebokech.com>
12660
12661         * message.el (message-user-fqdn): Fix typo in docstring.
12662
12663 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12664
12665         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12666
12667         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12668
12669 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * mm-bodies.el (mm-encode-body): Use coding system rather than
12672         charset to encode text.
12673
12674         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12675         number of charsets if utf-8 is available (XEmacs).
12676
12677 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12678
12679         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12680         taken from `gnus-button-mid-or-mail-regexp'.
12681         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12682         (gnus-button-alist): Improve regexp for domain part of the MIDs
12683         for news:localpart@domain buttons.
12684         (gnus-button-ctan-directory-regexp): Update.
12685
12686 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12687
12688         * sieve-manage.el (sieve-manage-interactive-login): Use
12689         make-local-variable rather than make-variable-buffer-local.
12690         (sieve-manage-open): Ditto.
12691         (sieve-manage-authenticate): Ditto.
12692
12693         * mml.el (mml-generate-mime-1): Make the content type default to
12694         text/plain if the filename is not specified.
12695
12696 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12699         instead of insert-buffer.
12700
12701         * message.el (message-yank-original): Ditto; set the mark at the
12702         end of the yanked message.
12703
12704 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12707         lines to scroll rather than to stop it.
12708
12709         * mml.el (mml-generate-default-type): Add doc string.
12710         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12711         default to application/octet-stream when determining the content
12712         type if it is not specified for the part or the mml contents; add
12713         a comment about mml-generate-default-type.
12714
12715 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12716
12717         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12718         make it default to application/octet-stream when determining the
12719         content type if it is not specified for the external contents.
12720
12721 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12724         segmented parameter but also other parameters might be there.
12725
12726 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12727
12728         * mm-decode.el (mm-display-external): Delete temp file, directory
12729         and buffer immediately if the external process is exited.
12730
12731 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12732
12733         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12734         fewer lines than that of scroll-margin.
12735         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12736
12737 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12738
12739         * gnus-art.el (gnus-article-next-page): Revert.
12740         (gnus-article-beginning-of-window): New macro.
12741         (gnus-article-next-page-1): Use it.
12742         (gnus-article-prev-page): Ditto.
12743         (gnus-article-edit-part): Use insert-buffer-substring instead of
12744         insert-buffer.
12745         (gnus-article-edit-exit): Ditto.
12746
12747         * gnus-util.el (gnus-beginning-of-window): Remove.
12748         (gnus-end-of-window): Remove.
12749
12750         * lpath.el: Don't bind header-line-format and scroll-margin.
12751
12752 2005-07-25  Simon Josefsson  <jas@extundo.com>
12753
12754         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12755         to have the url package without w3.  Reported by Daiki Ueno
12756         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12757
12758 2005-07-20  Didier Verna  <didier@xemacs.org>
12759
12760         * gnus-diary.el: Remove the description comment (nndiary is now
12761         properly documented in the Gnus manual).
12762         Fix the spelling of "Back End".
12763         * nndiary.el: Ditto.
12764         Fix the copyright notice.
12765
12766 2005-07-18  Romain Francoise  <romain@orebokech.com>
12767
12768         * gnus-sum.el (gnus-summary-to-prefix)
12769         (gnus-summary-newsgroup-prefix): New variables.
12770         (gnus-summary-from-or-to-or-newsgroups): Use them.
12771
12772 2005-07-17  Romain Francoise  <romain@orebokech.com>
12773
12774         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12775         space as it's generally not especially interesting to the user.
12776
12777 2005-07-16  Romain Francoise  <romain@orebokech.com>
12778
12779         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12780         nil to avoid prompting and file modification if one of the
12781         messages at the top of the nnfolder file contains a copyright
12782         notice.
12783         Update copyright notice.
12784
12785         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12786         instead of `current-time-string' as the latter creates a time
12787         string that is not RFC 2822 compliant (it lacks the zone).
12788         Update copyright notice.
12789
12790 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12791
12792         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12793         for text/rtf.  Display default in prompt.  Pass default for M-n.
12794
12795         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12796
12797 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12798
12799         * gnus-msg.el (gnus-button-mailto): Remove
12800         save-selected-window-window hackery because it relies on
12801         save-selected-window internals.
12802
12803 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12804
12805         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12806         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12807         (gnus-article-prev-page): Ditto.
12808
12809         * gnus-util.el (gnus-beginning-of-window): New function.
12810         (gnus-end-of-window): New function.
12811
12812         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12813
12814 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12815
12816         * gnus-score.el (gnus-score-edit-all-score): Set
12817         gnus-score-edit-exit-function to gnus-score-edit-done and call
12818         gnus-message.
12819
12820 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12821
12822         * gnus-msg.el (gnus-button-mailto): Remove
12823         save-selected-window-window hackery because it relies on
12824         save-selected-window internals.
12825
12826 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12829         add-minor-mode.
12830         (gnus-binary-mode): Ditto.
12831
12832         * gnus-topic.el (gnus-topic-mode): Ditto.
12833
12834 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12835
12836         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12837         (gnus-article-prev-page): Take scroll-margin into consideration.
12838
12839 2005-07-04  Lute Kamstra  <lute@gnu.org>
12840
12841         Update FSF's address in GPL notices.
12842
12843 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12844
12845         * gnus.el (gnus-exit):
12846         * gnus-group.el (gnus-group-icons):
12847         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12848
12849         * gnus-nocem.el (gnus-nocem):
12850         * message.el (message-various, message-buffers, message-sending)
12851         (message-interface, message-forwarding, message-insertion)
12852         (message-headers, message-news, message-mail):
12853         * pgg-gpg.el (pgg-gpg):
12854         * pgg-parse.el (pgg-parse):
12855         * pgg-pgp.el (pgg-pgp):
12856         * pgg-pgp5.el (pgg-pgp5):
12857         * pop3.el (pop3): Finish `defgroup' description with period.
12858
12859 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12860
12861         * gnus-art.el (article-display-face): Improve the efficiency.
12862         (article-display-x-face): Ditto; remove grey x-face stuff.
12863
12864 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * gnus-art.el (article-display-face): Correct the position in
12867         which Faces are inserted.
12868
12869 2005-06-29  Didier Verna  <didier@xemacs.org>
12870
12871         * gnus-art.el (article-display-face): Display faces in correct
12872         order.
12873
12874 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12875
12876         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12877         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12878         (gnus-nocem-check-article): Fetch the Type header.
12879         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12880         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12881         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12882         make sure gnus-nocem-hashtb is initialized.
12883         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12884         (gnus-nocem-unwanted-article-p): Ditto.
12885
12886         * pgg.el (pgg-verify): Return the verification result.
12887
12888 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12889
12890         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12891         is ascii.
12892
12893 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12894
12895         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12896         `show-nonbreak-escape'.
12897
12898 2005-06-23  Lute Kamstra  <lute@gnu.org>
12899
12900         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12901
12902         * dig.el (dig-mode):
12903         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12904
12905 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12906
12907         * nnimap.el (nnimap-split-download-body): Fix spellings.
12908
12909 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12910
12911         * gnus-art.el (gnus-article-encrypt-body):
12912         * gnus-cus.el (gnus-score-customize):
12913         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12914         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12915
12916 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12917
12918         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12919         header by looking for magic "MII" at the beginnig.
12920
12921 2005-06-16  Miles Bader  <miles@gnu.org>
12922
12923         * gnus-xmas.el (gnus-xmas-group-startup-message):
12924         Use renamed gnus-splash face.
12925
12926         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12927         (assistant-field-face): New backward-compatibility alias for renamed
12928         face.
12929         (assistant-render-text): Use renamed assistant-field face.
12930
12931         * spam.el (spam): Remove "-face" suffix from face name.
12932         (spam-face): New backward-compatibility alias for renamed face.
12933         (spam-face, spam-initialize): Use renamed spam face.
12934
12935         * message.el (message-header-to, message-header-cc)
12936         (message-header-subject, message-header-newsgroups)
12937         (message-header-other, message-header-name)
12938         (message-header-xheader, message-separator, message-cited-text)
12939         (message-mml): Remove "-face" suffix from face names.
12940         (message-header-to-face, message-header-cc-face)
12941         (message-header-subject-face, message-header-newsgroups-face)
12942         (message-header-other-face, message-header-name-face)
12943         (message-header-xheader-face, message-separator-face)
12944         (message-cited-text-face, message-mml-face):
12945         New backward-compatibility aliases for renamed faces.
12946         (message-font-lock-keywords): Use renamed message faces.
12947
12948         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12949         (sieve-test-commands, sieve-tagged-arguments):
12950         Remove "-face" suffix from face names.
12951         (sieve-control-commands-face, sieve-action-commands-face)
12952         (sieve-test-commands-face, sieve-tagged-arguments-face):
12953         New backward-compatibility aliases for renamed faces.
12954         (sieve-control-commands-face, sieve-action-commands-face)
12955         (sieve-test-commands-face, sieve-tagged-arguments-face):
12956         Use renamed sieve faces.
12957
12958         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12959         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12960         (gnus-group-news-3-empty, gnus-group-news-4)
12961         (gnus-group-news-4-empty, gnus-group-news-5)
12962         (gnus-group-news-5-empty, gnus-group-news-6)
12963         (gnus-group-news-6-empty, gnus-group-news-low)
12964         (gnus-group-news-low-empty, gnus-group-mail-1)
12965         (gnus-group-mail-1-empty, gnus-group-mail-2)
12966         (gnus-group-mail-2-empty, gnus-group-mail-3)
12967         (gnus-group-mail-3-empty, gnus-group-mail-low)
12968         (gnus-group-mail-low-empty, gnus-summary-selected)
12969         (gnus-summary-cancelled, gnus-summary-high-ticked)
12970         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12971         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12972         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12973         (gnus-summary-low-undownloaded)
12974         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12975         (gnus-summary-low-unread, gnus-summary-normal-unread)
12976         (gnus-summary-high-read, gnus-summary-low-read)
12977         (gnus-summary-normal-read, gnus-splash):
12978         Remove "-face" suffix from face names.
12979         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12980         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12981         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12982         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12983         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12984         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12985         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12986         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12987         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12988         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12989         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12990         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12991         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12992         (gnus-summary-normal-ticked-face)
12993         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12994         (gnus-summary-normal-ancient-face)
12995         (gnus-summary-high-undownloaded-face)
12996         (gnus-summary-low-undownloaded-face)
12997         (gnus-summary-normal-undownloaded-face)
12998         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12999         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13000         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13001         (gnus-splash-face):
13002         New backward-compatibility aliases for renamed faces.
13003         (gnus-group-startup-message): Use renamed gnus faces.
13004
13005         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13006         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13007         (gnus-server-agent): Remove "-face" suffix from face names.
13008         (gnus-server-agent-face, gnus-server-opened-face)
13009         (gnus-server-closed-face, gnus-server-denied-face)
13010         (gnus-server-offline-face):
13011         New backward-compatibility aliases for renamed faces.
13012         (gnus-server-agent-face, gnus-server-opened-face)
13013         (gnus-server-closed-face, gnus-server-denied-face)
13014         (gnus-server-offline-face): Use renamed gnus faces.
13015
13016         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13017         Remove "-face" suffix from face names.
13018         (gnus-picon-xbm-face, gnus-picon-face):
13019         New backward-compatibility aliases for renamed faces.
13020
13021         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13022         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13023         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13024         (gnus-cite-11): Remove "-face" suffix from face names.
13025         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13026         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13027         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13028         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13029         New backward-compatibility aliases for renamed faces.
13030         (gnus-cite-attribution-face, gnus-cite-face-list)
13031         (gnus-article-boring-faces): Use renamed gnus faces.
13032
13033         * gnus-art.el (gnus-signature, gnus-header-from)
13034         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13035         (gnus-header-content): Remove "-face" suffix from face names.
13036         (gnus-signature-face, gnus-header-from-face)
13037         (gnus-header-subject-face, gnus-header-newsgroups-face)
13038         (gnus-header-name-face, gnus-header-content-face):
13039         New backward-compatibility aliases for renamed faces.
13040         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13041
13042         * gnus-sum.el (gnus-summary-selected-face)
13043         (gnus-summary-highlight): Use renamed gnus faces.
13044         * gnus-group.el (gnus-group-highlight): Likewise.
13045
13046 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13047
13048         * gnus-sieve.el (gnus-sieve-article-add-rule):
13049         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13050         * spam-stat.el (spam-stat-buffer-change-to-spam)
13051         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13052
13053         * message.el (message-is-yours-p):
13054         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13055
13056 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * mm-view.el (mm-inline-text): Withdraw the last change.
13059
13060 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13061
13062         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13063         executing enriched-decode.
13064
13065 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13068         charset of tar files.
13069
13070 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13071
13072         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13073
13074 2005-06-04  Lute Kamstra  <lute@gnu.org>
13075
13076         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13077         information is never recorded.
13078
13079 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13080
13081         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13082
13083 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13084
13085         * pop3.el (pop3-apop): Run md5 in the binary mode.
13086
13087         * starttls.el (starttls-set-process-query-on-exit-flag):
13088         Use eval-and-compile.
13089
13090 2005-05-31  Simon Josefsson  <jas@extundo.com>
13091
13092         * smime.el (smime-replace-in-string): Define.
13093         (smime-cert-by-ldap-1): Use it.
13094
13095 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * gnus-art.el (article-display-x-face): Replace
13098         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13099
13100         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13101         set-process-query-on-exit-flag or process-kill-without-query.
13102
13103         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13104         loop instead of replace-regexp.
13105
13106         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13107         instead of process-kill-without-query if it is available.
13108
13109         * lpath.el: Fbind ldap-search-entries.
13110
13111         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13112         instead of find-file-hooks if it is available.
13113
13114         * mml1991.el: Bind pgg-default-user-id when compiling.
13115
13116         * mml2015.el: Bind pgg-default-user-id when compiling.
13117
13118         * nndraft.el (nndraft-request-associate-buffer):
13119         Use write-contents-functions instead of write-contents-hooks if it is
13120         available.
13121
13122         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13123         instead of find-file-hooks if it is available.
13124
13125         * nntp.el (nntp-open-connection): Replace
13126         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13127         (nntp-open-ssl-stream): Ditto.
13128         (nntp-open-tls-stream): Ditto.
13129
13130         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13131         set-process-query-on-exit-flag or process-kill-without-query.
13132         (starttls-open-stream-gnutls): Use it instead of
13133         process-kill-without-query.
13134         (starttls-open-stream): Ditto.
13135
13136 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13137
13138         * smime.el (smime-cert-by-ldap-1): Don't use
13139         replace-regexp-in-string.
13140
13141 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13142
13143         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13144
13145         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13146         in PEM format.  Adjust to the XEmacs compability.
13147
13148 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13149
13150         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13151         by `string-to-number'.
13152         * gnus-agent.el (gnus-agent-regenerate-group)
13153         (gnus-agent-fetch-articles): Ditto.
13154         * gnus-art.el (gnus-button-fetch-group): Ditto.
13155         * gnus-cache.el (gnus-cache-generate-active)
13156         (gnus-cache-articles-in-group): Ditto.
13157         * gnus-group.el (gnus-group-set-current-level)
13158         (gnus-group-insert-group-line): Ditto.
13159         * gnus-score.el (gnus-score-set-expunge-below)
13160         (gnus-score-set-mark-below, gnus-summary-score-effect)
13161         (gnus-summary-score-entry): Ditto.
13162         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13163         (gnus-soup-pack): Ditto.
13164         * gnus-spec.el (gnus-xmas-format): Ditto.
13165         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13166         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13167         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13168         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13169         * nndb.el (nndb-get-remote-expire-response): Ditto.
13170         * nndiary.el (nndiary-parse-schedule-value)
13171         (nndiary-string-to-number, nndiary-request-replace-article)
13172         (nndiary-request-article): Ditto.
13173         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13174         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13175         * nneething.el (nneething-make-head): Ditto.
13176         * nnfolder.el (nnfolder-request-article)
13177         (nnfolder-retrieve-headers): Ditto.
13178         * nnheader.el (nnheader-file-to-number): Ditto.
13179         * nnkiboze.el (nnkiboze-request-article): Ditto.
13180         * nnmail.el (nnmail-process-unix-mail-format)
13181         (nnmail-process-babyl-mail-format): Ditto.
13182         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13183         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13184         (nnmh-request-create-group, nnmh-request-list-1)
13185         (nnmh-request-group, nnmh-request-article): Ditto.
13186         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13187         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13188         * nnsoup.el (nnsoup-make-active): Ditto.
13189         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13190         * nntp.el (nntp-find-group-and-number)
13191         (nntp-retrieve-headers-with-xover): Ditto.
13192         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13193         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13194         (pgg-format-key-identifier): Ditto.
13195         * pop3.el (pop3-last, pop3-stat): Ditto.
13196         * qp.el (quoted-printable-decode-region): Ditto.
13197
13198         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13199         of concat.
13200
13201 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13204
13205         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13206
13207         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13208
13209         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13210
13211         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13212
13213         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13214
13215         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13216         (gnus-carpal-mode): Ditto.
13217
13218         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13219         (gnus-browse-mode): Ditto.
13220
13221         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13222
13223         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13224
13225 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13226
13227         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13228
13229 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * gnus-util.el (gnus-run-mode-hooks): New function.
13232
13233         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13234
13235         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13236         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13237
13238 2005-05-27  Lute Kamstra  <lute@gnu.org>
13239
13240         * dns-mode.el (dns-mode): Specify customization group.
13241
13242 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13243
13244         * gnus-agent.el (gnus-agent-make-mode-line-string):
13245         Use mode-line-highlight as mouse-face.
13246
13247 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13248
13249         * canlock.el (canlock): Change the parent group to news.
13250
13251         * deuglify.el (gnus-outlook-deuglify): Add :group.
13252
13253         * dig.el (dig): Add :group.
13254
13255         * dns-mode.el (dns-mode): Add :group.
13256
13257         * encrypt.el (encrypt): Add :group.
13258
13259         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13260         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13261         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13262         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13263         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13264
13265         * gnus-diary.el (gnus-diary): Add :group.
13266
13267         * gnus.el (gnus-group-news-1-face): Add :group.
13268         (gnus-group-news-1-empty-face): Ditto.
13269         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13270         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13271         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13272         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13273         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13274         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13275         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13276         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13277         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13278         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13279         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13280         (gnus-summary-high-ticked-face): Ditto.
13281         (gnus-summary-low-ticked-face): Ditto.
13282         (gnus-summary-normal-ticked-face): Ditto.
13283         (gnus-summary-high-ancient-face): Ditto.
13284         (gnus-summary-low-ancient-face): Ditto.
13285         (gnus-summary-normal-ancient-face): Ditto.
13286         (gnus-summary-high-undownloaded-face): Ditto.
13287         (gnus-summary-low-undownloaded-face): Ditto.
13288         (gnus-summary-normal-undownloaded-face): Ditto.
13289         (gnus-summary-high-unread-face): Ditto.
13290         (gnus-summary-low-unread-face): Ditto.
13291         (gnus-summary-normal-unread-face): Ditto.
13292         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13293         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13294
13295         * hashcash.el (hashcash): New custom group.
13296         (hashcash-default-payment): Add :group.
13297         (hashcash-payment-alist): Ditto.
13298         (hashcash-default-accept-payment): Ditto.
13299         (hashcash-accept-resources): Ditto.
13300         (hashcash-path): Ditto.
13301         (hashcash-extra-generate-parameters): Ditto.
13302         (hashcash-double-spend-database): Ditto.
13303         (hashcash-in-news): Ditto.
13304
13305         * message.el (message-minibuffer-local-map): Add :group.
13306
13307         * netrc.el (netrc): Add :group.
13308
13309         * sieve-manage.el (sieve-manage-log): Add :group.
13310         (sieve-manage-default-user): Diito.
13311         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13312         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13313         (sieve-manage-authenticators): Ditto.
13314         (sieve-manage-authenticator-alist): Ditto.
13315         (sieve-manage-default-port): Ditto.
13316
13317         * sieve-mode.el (sieve-control-commands-face): Add :group.
13318         (sieve-action-commands-face): Ditto.
13319         (sieve-test-commands-face): Ditto.
13320         (sieve-tagged-arguments-face): Ditto.
13321
13322         * smime.el (smime): Add :group.
13323
13324         * spam-report.el (spam-report): Add :group.
13325
13326         * spam.el (spam, spam-face): Add :group.
13327
13328 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13329
13330         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13331         return \n.\n.\n at the end of articles.  Protect against that.
13332         (nntp-with-open-group): Allow debugging.
13333
13334         * nnheader.el (mail-header-set-extra): Make into a function
13335         because I just could't understand how to quote the list properly.
13336
13337         * dns.el (query-dns-cached): New function.
13338
13339 2005-05-26  Lute Kamstra  <lute@gnu.org>
13340
13341         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13342
13343 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13344
13345         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13346
13347         * gnus-art.el: Don't autoload mail-extract-address-components.
13348
13349         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13350         eval-and-compile to evaluate it.
13351
13352         * hashcash.el: Don't autoload executable-find.
13353
13354         * nndb.el: Don't declare the nndb back end two or more times; don't
13355         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13356
13357         * nntp.el: Autoload format-spec instead of format; use
13358         eval-and-compile to evaluate autoload forms.
13359
13360 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13361
13362         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13363
13364 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13365
13366         * gnus.el (gnus-version-number): Bump version.
13367
13368 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13369
13370         * gnus.el: No Gnus v0.3 is released.
13371
13372 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13373
13374         * lpath.el (featurep): Bind show-nonbreak-escape.
13375
13376 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13377
13378         * gnus-art.el (gnus-article-edit-part): Disable undo.
13379
13380 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13381
13382         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13383         gnus-article-date-lapsed-new-header is t if date timer is active;
13384         skip headers in which the original date value is empty.
13385         (gnus-article-save-original-date): Redefine it as a macro.
13386         (gnus-display-mime): Use it.
13387
13388 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13389
13390         * gnus-art.el (article-date-ut): Support converting date in
13391         forwarded parts as well.
13392         (gnus-article-save-original-date): New function.
13393         (gnus-display-mime): Use it.
13394
13395 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13396
13397         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13398         enclosure element of <item>.
13399
13400 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13401
13402         * message.el (message-kill-buffer-query): Renamed from
13403         `message-kill-buffer-query-if-modified'.  Added :version.
13404
13405 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13406
13407         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13408         window layout.
13409
13410 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13411
13412         * mml.el: Autoload dnd when compiling.
13413
13414 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13415
13416         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13417         x-dnd-*.
13418
13419 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13420
13421         * qp.el (quoted-printable-encode-region): Save excursion.
13422
13423 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13424
13425         * message.el (message-kill-buffer-query-if-modified): Add new variable
13426         so the user can kill a modified message buffer quickly.
13427         (message-kill-buffer): Use it.
13428
13429 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * lpath.el: Fbind display-time-event-handler; don't fbind
13432         string-to-multibyte.
13433
13434         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13435
13436 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13439         contained in text because xml.el decodes entities) with LFs.
13440
13441 2005-04-11  Lute Kamstra  <lute@gnu.org>
13442
13443         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13444         differently.
13445
13446 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13447
13448         * mm-util.el (mm-detect-coding-region): Typo.
13449
13450 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13453
13454 2005-04-06  Deepak Goel  <deego@gnufans.org>
13455
13456         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13457         user-function allow user modifications of the scores.
13458         (spam-stat-score-buffer-user): New function, to allow
13459         user-computed modifications to the score.
13460         (spam-stat-score-buffer-user-functions): List of additional
13461         scoring functions.
13462         (spam-stat-error-holder): Global temporary error holder.
13463         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13464         variable.
13465
13466 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13467
13468         * gnus-registry.el (gnus-registry-clean-empty-function)
13469         (gnus-registry-trim, gnus-registry-fetch-groups)
13470         (gnus-registry-delete-group): Groups that match
13471         `gnus-registry-ignored-groups' are removed from the registry
13472         entries, not just ignored for splitting.  This helps clean up the
13473         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13474         to get all the groups a message ID is in.
13475
13476         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13477         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13478         (spam-stat-score-buffer-user-functions): Add :number custom type.
13479
13480 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13481
13482         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13483         argument in XEmacs.
13484
13485         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13486         (nnrss-request-group): Decode group name first.
13487         (nnrss-request-article): Make a text/plain article if mml-to-mime
13488         failed.
13489         (nnrss-get-encoding): Return a compatible encoding according to
13490         nnrss-compatible-encoding-alist.
13491         (nnrss-find-el): Use consp instead of listp.
13492         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13493
13494 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13497         which Emacs 20 doesn't support.
13498         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13499
13500 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13501
13502         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13503         silence the byte compiler inside the defun.
13504
13505         * gnus-demon.el (parse-time-string): Add autoload.
13506
13507         * gnus-delay.el (parse-time-string): Add autoload.
13508
13509         * gnus-art.el (parse-time-string): Add autoload.
13510
13511         * nnultimate.el (parse-time): Require for `parse-time-string'.
13512
13513 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13514
13515         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13516
13517         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13518
13519         * smime.el (smime-ldap-host-list): Add :version.
13520
13521 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13522
13523         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13524         pass it to `gnus-browse-read-group'.
13525         (gnus-browse-read-group): Add NUMBER argument and pass it to
13526         `gnus-group-read-ephemeral-group'.
13527
13528         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13529         argument and pass it to `gnus-group-read-group'.
13530
13531 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13532
13533         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13534         mm-xemacs-find-mime-charset-1 if we have the mule feature
13535         available at runtime.
13536
13537 2005-03-25  Werner Lemberg  <wl@gnu.org>
13538
13539         * nnmaildir.el: Replace `illegal' with `invalid'.
13540
13541 2005-03-23  Lute Kamstra  <lute@gnu.org>
13542
13543         * time-date.el: Add comment on time value formats.
13544         Don't require parse-time.
13545         (with-decoded-time-value): New macro.
13546         (encode-time-value): New function.
13547         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13548         (days-to-time): Return a valid time value when arg is huge.
13549         (time-since): Use time-subtract.
13550         (time-to-number-of-days): Use time-to-seconds.
13551
13552 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13553
13554         * gnus-start.el (gnus-display-time-event-handler):
13555         Check display-time-timer at runtime rather than only at load time
13556         in case display-time-mode is turned off in the mean time.
13557
13558 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13559
13560         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13561         used.
13562
13563         * nneething.el (nneething-map-file-directory): Derive from
13564         `gnus-directory'.
13565
13566         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13567         the To/Cc button.
13568
13569 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13570
13571         * nnmaildir.el (nnmaildir-request-accept-article):
13572         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13573
13574 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13575
13576         * gnus-async.el: Require timer-funcs at compile time when in
13577         XEmacs for `run-with-idle-timer'.
13578
13579 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13580
13581         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13582         autoloaded function.
13583
13584 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13585
13586         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13587
13588 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13589
13590         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13591
13592 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13593
13594         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13595         gnus-expert-user to default.
13596
13597 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13598
13599         * nnimap.el (nnimap-open-server): Ditto.
13600
13601         * imap.el (imap-authenticate): Fix typo.
13602
13603 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13604
13605         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13606         buffer (since IMAP server might return FETCH response out of
13607         order, and the nntp buffer must be sorted).
13608
13609 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13610
13611         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13612         comparison on string.
13613
13614         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13615         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13616         (gnus-agent-summary-fetch-series): Modified to protect against
13617         gnus-agent-summary-fetch-group clearing processable flags.
13618         (gnus-agent-synchronize-group-flags): Update live group buffer as
13619         synchronization may occur due to the user toggle the plugged
13620         status.
13621         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13622         successfully downloaded.
13623         (gnus-agent-expire-group-1): Avoid using markers when the overview
13624         is in ascending order; greatly improves performance.
13625         (gnus-agent-regenerate-group): Use
13626         gnus-agent-synchronize-group-flags to reset read status in both
13627         gnus and server.
13628         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13629
13630 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13631
13632         * message.el: Don't autoload former message-utils variables.
13633         (message-strip-subject-trailing-was): Change doc string.
13634
13635         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13636         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13637         (nnweb-google-search): Add "hl=en" here.
13638         (nnweb-google-parse-1, nnweb-google-create-mapping):
13639         Don't hardcode URL.
13640
13641 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13642
13643         * message.el (message-get-reply-headers, message-followup):
13644         Mention related variables `message-use-followup-to' and
13645         `message-use-mail-followup-to', in the information buffer.
13646
13647         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13648         of broken groups(-beta).google.com.
13649
13650 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13651
13652         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13653         parameter to invoked gnus-request-move-article; remove the
13654         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13655         all at once instead of once per article.
13656         (gnus-summary-remove-process-mark): Accept a list of articles as
13657         well as a single article for processing.
13658
13659         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13660         parameter.
13661
13662         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13663
13664         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13665
13666         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13667         parameter.
13668
13669         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13670         parameter.
13671
13672         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13673         parameter and remove the gnus-sum-hint-move-is-internal variable.
13674
13675         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13676         parameter.
13677
13678         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13679         parameter.
13680
13681         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13682         parameter.
13683
13684         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13685
13686         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13687         parameter.
13688
13689         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13690         parameter.
13691
13692 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13693
13694         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13695         a more conservative way.
13696
13697 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13698
13699         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13700         buffer, so it moves the window's cursor.
13701
13702 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13703
13704         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13705         `mm-dissect-multipart' and receive the from field as an (optional)
13706         argument from `mm-dissect-multipart'.
13707         (mm-dissect-multipart): Receive the from field as an argument and
13708         pass it on when we call `mm-dissect-buffer' on MIME parts.
13709         Fixes verification/decryption of signed/encrypted MIME parts.
13710
13711 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13712
13713         * gnus-sum.el (gnus-summary-move-article): Set
13714         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13715         whatever it calls (right now, only nnimap-request-move article
13716         respects it).
13717
13718         * nnimap.el (nnimap-request-move-article): When
13719         gnus-sum-hint-move-is-internal is set, don't do the extra
13720         nnimap-request-article.
13721
13722 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13723
13724         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13725
13726         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13727         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13728
13729         * gnus-sum.el (gnus-summary-caesar-message):
13730         Apply `gnus-treat-article' after rotation.
13731
13732         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13733         doc string.
13734
13735 2005-02-22  Simon Josefsson  <jas@extundo.com>
13736
13737         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13738         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13739         <arne@arnested.dk>.
13740         (encrypt): Add password-cache and password-cache-expiry as group
13741         members.
13742
13743 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13744
13745         * smime.el (smime-ldap-host-list): Doc fix.
13746         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13747         cache) password.
13748         (smime-sign-region): Use it.
13749         (smime-decrypt-region): Use it.
13750         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13751         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13752         fails.
13753         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13754         certificate from DER to PEM format rather than calling openssl.
13755
13756         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13757
13758         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13759         for signing/encryption.
13760
13761         * mml.el (mml-parse-1): Use them.
13762
13763 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13764
13765         * nnrss.el (nnrss-verbose): Removed.
13766         (nnrss-request-group): Use `nnheader-message' instead.
13767
13768 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13769
13770         * nnrss.el (nnrss-verbose): New variable.
13771         (nnrss-request-group): Make it say nnrss is requesting a group.
13772
13773 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13774
13775         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13776         Handle news URL with given port correctly.
13777
13778 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13781         containing special characters.
13782
13783         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13784
13785         * mml.el (mime-to-mml): Ditto.
13786
13787         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13788         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13789         (rfc2047-decode-region): Quote decoded words containing special
13790         characters when rfc2047-quote-decoded-words-containing-tspecials
13791         is non-nil.
13792
13793 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13794
13795         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13796
13797         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13798
13799 2005-02-15  Simon Josefsson  <jas@extundo.com>
13800
13801         * nnimap.el (nnimap-debug): Doc fix.
13802
13803         * imap.el (imap-debug): Doc fix.
13804
13805 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13808
13809 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13810
13811         * gnus.el (spam-contents): Improve docs for spam-contents
13812         parameter in its variable incarnation.
13813
13814 2005-02-14  Simon Josefsson  <jas@extundo.com>
13815
13816         * smime-ldap.el: Use require instead of load-library for ldap.
13817         (smime-ldap-search): Indent.
13818         (smime-ldap-search-internal): Shorten line.
13819
13820         * smime.el (smime-cert-by-dns): Add doc-string.
13821         (smime-cert-by-ldap-1): Indent.
13822
13823         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13824         mml-smime-get-dns-ldap.
13825         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13826
13827 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13828
13829         * smime.el: Require smime-ldap.
13830         (smime-ldap-host-list): New variable.
13831         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13832
13833         * mml-smime.el (mml-smime-encrypt-query): New function.
13834         (mml-smime-encrypt-query): Use it.
13835
13836         * smime-ldap.el: New file.
13837
13838 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13839
13840         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13841
13842 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13843
13844         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13845         argument in doc string.  Make query for type more clear.
13846
13847 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13848
13849         * gnus.el (gnus-group-startup-message): Search for gnus images in
13850         etc/images/gnus.
13851         * mm-util.el (mm-image-load-path): Likewise.
13852         * smiley.el (smiley-data-directory): Search for smilies in
13853         etc/images/smilies.
13854
13855 2005-02-09  Kim F. Storm  <storm@cua.dk>
13856
13857         Change Emacs release version from 21.4 to 22.1 throughout.
13858         Change Emacs development version from 21.3.50 to 22.0.50.
13859
13860 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13863
13864         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13865         non-Mule XEmacs as well.
13866         (mm-decompress-buffer): Signal an error intentionally if it does
13867         not decompress compressed data because auto-compression-mode is
13868         disabled.
13869
13870 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13871
13872         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13873         an ID in the registry even if it has no groups.
13874
13875 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13876
13877         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13878         merge it into mm-decompress-buffer.
13879         (gnus-mime-copy-part): Use the MIME part charset, the value which
13880         a user specified or gnus-newsgroup-charset for decoding, like
13881         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13882         save-buffer what was used.  Suggested by Kevin Ryde
13883         <user42@zip.com.au>.
13884         (gnus-mime-inline-part): Allow the name parameter as well as the
13885         filename parameter; force decompressing of compressed data; always
13886         display contents being not decoded as unibyte.
13887
13888         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13889         as well as the filename parameter.
13890
13891         * mm-util.el (mm-decompress-buffer): Merge
13892         gnus-mime-jka-compr-maybe-uncompress.
13893         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13894         of compressed data.
13895
13896 2005-02-08  Simon Josefsson  <jas@extundo.com>
13897
13898         * imap.el (imap-log): Doc fix.
13899
13900 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13901
13902         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13903         the coding cookies; decompress compressed parts.
13904
13905         * mml.el (mml-generate-mime-1): Add the charset parameter according
13906         to the value which a user specified manually or the coding cookie.
13907
13908         * mm-util.el (mm-string-to-multibyte): New function.
13909         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13910         (mm-coding-system-to-mime-charset): New function.
13911         (mm-decompress-buffer): New function.
13912         (mm-find-buffer-file-coding-system): New function.
13913
13914         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13915         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13916         parts.
13917
13918 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13919
13920         * mm-view.el (mm-display-inline-fontify): Decode a part according
13921         to the charset parameter.
13922
13923 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13926         prefix arg is neither nil nor a number, as info specifies.
13927
13928 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13929
13930         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13931         timestamps.
13932
13933 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13934
13935         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13936         groups error checking and notify user.
13937
13938 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13939
13940         * message.el (message-send-mail-function): Check existence of
13941         sendmail-program first before using default value
13942         `message-send-mail-with-sendmail'.  Otherwise use more generic
13943         `smtpmail-send-it'.
13944
13945 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13946
13947         * nntp.el (nntp-request-update-info): Always return nil.
13948
13949 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13950
13951         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13952
13953 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13954
13955         * message.el (message-beginning-of-line): Change the behavior when
13956         invoked between BOL and : so that it first moves backward.
13957
13958 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13961         article buffer when editing of the article is discarded.
13962         (gnus-article-prepare): Revert.
13963
13964 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13965
13966         * gnus-art.el (gnus-article-prepare):
13967         Remove message-strip-forbidden-properties from the local hook.
13968
13969 2005-01-27  Simon Josefsson  <jas@extundo.com>
13970
13971         * password.el (password-cache-add): Only start one timer per key.
13972         Reported by Derek Atkins <warlord@MIT.EDU>.
13973
13974 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13975
13976         * run-at-time.el: Removed.  It is no longer needed as
13977         timer-funcs.el in the xemacs-base package has a working version of
13978         `run-at-time'.
13979
13980         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13981
13982         * password.el: Require timer-funcs instead of run-at-time in
13983         XEmacs.
13984         Remove `password-run-at-time' macro.
13985         (password-cache-add): Use `run-at-time' instead of
13986         `password-run-at-time'.
13987
13988         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13989         Remove `nnheader-cancel-function-timers' alias,
13990         `cancel-function-timers' exists in XEmacs in timer-funcs.
13991
13992         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13993         for `run-with-idle-timer'.
13994
13995         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13996         for `run-at-time'.
13997
13998         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13999         for `with-timeout'.
14000
14001         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14002         the same as for XEmacs 21.4.
14003         No need to ignore `run-with-idle-timer', this function exists in
14004         XEmacs now in timer-funcs.el in the xemacs-base package.
14005         (dgnushack-compile): No need to delete
14006         run-at-time.el from the list of files to compile because it
14007         doesn't exist anymore.
14008
14009 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14010
14011         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14012         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14013
14014 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14015
14016         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14017         sensitively.
14018
14019 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14020
14021         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14022
14023 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14026         which will be inserted according to the multibyteness of a buffer
14027         rather than the type of contents.  Suggested by ARISAWA Akihiro
14028         <ari@mbf.ocn.ne.jp>.
14029
14030         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14031         of string which old xml.el may return rather than a string.
14032
14033 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14036
14037 2005-01-16  Simon Josefsson  <jas@extundo.com>
14038
14039         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14040         idn/idna.el isn't available.
14041         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14042         <michael@waxrat.com>.
14043
14044         * hashcash.el: Remove non-FSF copyright header.
14045
14046         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14047         (hashcash-generate-payment): Use it.
14048         (hashcash-generate-payment-async): Use it.
14049
14050 2005-01-15  Simon Josefsson  <jas@extundo.com>
14051
14052         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14053         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14054
14055         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14056         gnus-summary-idna-message.
14057         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14058         (gnus-summary-idna-message): New function.
14059
14060 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14061
14062         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14063         gnus-novice-user.
14064
14065 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14066
14067         * nnrss.el (nnrss-request-delete-group): Delete entries in
14068         nnrss-group-alist as well.
14069         (nnrss-save-server-data): Insert newline.
14070
14071 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14072
14073         * gnus.el (gnus-user-agent): Use list of symbols instead of
14074         symbols.  Display full version number for (S)XEmacs.  Optionally
14075         display (S)XEmacs codename.
14076
14077         * gnus-util.el (gnus-emacs-version): Update for new
14078         `gnus-user-agent'.
14079
14080         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14081         Gnus version.
14082
14083 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14084
14085         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14086         which is unreadable in some setups.
14087
14088 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14089
14090         * gnus-spec.el (gnus-update-format-specifications): Flush the
14091         group format spec cache if it doesn't support decoded group names.
14092
14093 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14094
14095         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14096         Allow to apply decay on score files matching a regexp.
14097
14098 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14099
14100         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14101         compatibility in %g and %c.
14102
14103 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14106         name for only %g and %c.
14107         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14108         of gnus-tmp-group to decoded group name.
14109         (gnus-group-make-rss-group): Exclude `/'s from group names.
14110
14111 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14112
14113         * nnrss.el (nnrss-get-encoding): Fix regexp.
14114
14115 2004-12-27  Simon Josefsson  <jas@extundo.com>
14116
14117         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14118         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14119         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14120
14121 2004-12-17  Kim F. Storm  <storm@cua.dk>
14122
14123         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14124
14125         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14126
14127 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14128
14129         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14130
14131 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14132
14133         * nnrss.el: Require rfc2047 and mml.
14134         (nnrss-file-coding-system): New variable.
14135         (nnrss-format-string): Redefine it as an inline function.
14136         (nnrss-decode-group-name): New function.
14137         (nnrss-string-as-multibyte): Remove.
14138         (nnrss-retrieve-headers): Decode group name; don't use
14139         nnrss-format-string.
14140         (nnrss-request-group): Decode group name.
14141         (nnrss-request-article): Decode group name; allow a Message-ID as
14142         well as an article number; don't use nnrss-format-string; encode a
14143         Message-ID string which may contain non-ASCII characters; use
14144         mml-to-mime to compose a MIME article.
14145         (nnrss-request-expire-articles): Decode group name.
14146         (nnrss-request-delete-group): Decode group name.
14147         (nnrss-fetch): Clarify error message.
14148         (nnrss-read-server-data): Use insert-file-contents instead of load;
14149         bind file-name-coding-system; use multibyte buffer.
14150         (nnrss-save-server-data): Bind coding-system-for-write to the
14151         value of nnrss-file-coding-system; bind file-name-coding-system;
14152         add coding cookie.
14153         (nnrss-read-group-data): Use insert-file-contents instead of load;
14154         bind file-name-coding-system; use multibyte buffer.
14155         (nnrss-save-group-data): Bind coding-system-for-write to the
14156         value of nnrss-file-coding-system; bind file-name-coding-system.
14157         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14158         make it work with non-ASCII text.
14159         (nnrss-find-el): Make it work with old xml.el as well.
14160
14161 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14162
14163         * nnrss.el (nnrss-get-encoding): New function.
14164         (nnrss-fetch): Use unibyte buffer initially; bind
14165         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14166         decode contents according to the encoding attribute.
14167         (nnrss-save-group-data): Add coding cookie.
14168         (nnrss-mime-encode-string): New function.
14169         (nnrss-check-group): Use it to encode subject and author.
14170
14171 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14172
14173         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14174         imaginary variable.
14175
14176 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14177
14178         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14179         correctly even if there are wide characters.
14180
14181 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14182
14183         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14184         downcased symbol names; make a new cache instead of reusing
14185         bbdb-hashtable.
14186
14187 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14190         concatenating segments rather than before concatenating them.
14191         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14192
14193         * message.el (message-get-reply-headers): Bind `extra'.
14194
14195 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14196
14197         * message.el (message-extra-wide-headers): New variable.
14198         (message-get-reply-headers): Use it.
14199
14200 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14203         (gnus-agent-group-pathname): Ditto.
14204
14205         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14206
14207         * gnus-group.el (gnus-group-make-group): Decode group name.
14208         (gnus-group-make-rss-group): Register the group data after opening
14209         the nnrss group.
14210
14211 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14212
14213         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14214         by expiry now get marked as read.
14215
14216 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14217
14218         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14219
14220 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14221
14222         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14223         unify Latin characters in XEmacs.
14224         (mm-find-mime-charset-region): Use it.
14225
14226 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14227
14228         * gnus-util.el (gnus-delete-directory): New function.
14229
14230         * gnus-agent.el (gnus-agent-delete-group): Use it.
14231
14232         * gnus-cache.el (gnus-cache-delete-group): Use it.
14233
14234 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14237         names.
14238
14239 2004-12-16  Simon Josefsson  <jas@extundo.com>
14240
14241         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14242
14243 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14244
14245         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14246
14247         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14248         (gnus-group-set-current-level): Decode group name.
14249
14250 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14251
14252         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14253         failed.
14254
14255 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * gnus-group.el (gnus-group-delete-group): Decode group name.
14258         (gnus-group-make-rss-group): Encode group name.
14259         (gnus-group-catchup-current): Decode group name.
14260         (gnus-group-kill-group): Decode group name.
14261
14262 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14263
14264         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14265
14266 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * gnus-group.el (gnus-group-make-rss-group):
14269         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14270
14271         * gnus-start.el (gnus-setup-news): Honor user's setting to
14272         gnus-message-archive-method.  Suggested by Lute Kamstra
14273         <lute@gnu.org>.
14274
14275 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14276
14277         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14278         global counterparts of the buffer-local variables.
14279
14280 2004-11-16  Romain Francoise  <romain@orebokech.com>
14281
14282         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14283         counterparts of the buffer-local variables.
14284
14285 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14286
14287         * message.el (message-forbidden-properties): Fixed typo in doc
14288         string.
14289
14290 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14291
14292         * gnus-util.el (gnus-replace-in-string): Added doc string.
14293
14294         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14295         to avoid problems when splitting mails with many recipients.
14296
14297 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14298
14299         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14300         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14301
14302 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14303
14304         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14305         if there is no hashtable in memory or file modification time is
14306         newer than cached timestamp.
14307
14308 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14309
14310         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14311         not-matching option.
14312
14313 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14314
14315         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14316         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14317         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14318         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14319         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14320         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14321
14322 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * message.el (message-forward-make-body-mml): Remove headers
14325         according to message-forward-ignored-headers if a message is decoded.
14326
14327 2004-12-02  Romain Francoise  <romain@orebokech.com>
14328
14329         * message.el (message-forward-make-body-plain): Always remove
14330         headers according to message-forward-ignored-headers.
14331
14332 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14333
14334         * spam.el (spam-summary-prepare-exit): Remove the
14335         gnus-summary-limit pop for now, it has problems with ham marks for
14336         me.
14337
14338 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14339
14340         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14341         correctly.
14342
14343 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14344
14345         * format-spec.el (format-spec): Message the char.
14346
14347 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14348
14349         * gnus-art.el (gnus-split-methods): Reformat comments.
14350
14351         * spam.el (spam-summary-prepare-exit): Remove article limits
14352         before exiting the summary buffer.
14353
14354 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14355
14356         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14357         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14358
14359         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14360         order to silence the byte compiler.
14361
14362         * spam.el: Fix the way to silence the byte compiler, which
14363         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14364         bbdb-search-simple, spam-BBDB-register-routine,
14365         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14366         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14367         spam-stat-buffer-is-spam, spam-stat-load,
14368         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14369         spam-stat-save and spam-stat-split-fancy.
14370
14371 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14372
14373         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14374         which may confuse users.
14375         (canlock-password-for-verify): Ditto.
14376
14377         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14378
14379         * gnus-art.el (gnus-emphasis-alist): Ditto.
14380
14381         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14382
14383         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14384
14385         * gnus-start.el (gnus-save-killed-list): Ditto.
14386
14387         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14388         (gnus-sum-thread-tree-root): Ditto.
14389         (gnus-sum-thread-tree-false-root): Ditto.
14390         (gnus-sum-thread-tree-single-indent): Ditto.
14391
14392         * message.el (message-courtesy-message): Ditto.
14393         (message-archive-note): Ditto.
14394         (message-subscribed-address-file): Ditto.
14395         (message-user-fqdn): Ditto.
14396
14397         * spam-report.el (spam-report-gmane-regex): Ditto.
14398
14399         * spam.el (spam-blackhole-good-server-regex): Ditto.
14400
14401 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14402
14403         * mml.el (mml-preview): Widen the message buffer before copying
14404         the contents to the preview buffer; sort headers before previewing.
14405
14406         * message.el (message-hidden-headers): Fix the way to avoid a bug
14407         in the `repeat' widget in Emacs 21.3 or earlier.
14408
14409 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14410
14411         * message.el (message-hidden-headers): Default to "^References:".
14412         Improve customization type.  Suggested by Reiner Steib
14413         <Reiner.Steib@gmx.de>.
14414
14415 2004-11-25  Romain Francoise  <romain@orebokech.com>
14416
14417         * message.el (message-strip-forbidden-properties): Remove check for
14418         obsolete `message-hidden' text property, hidden headers are not
14419         accessible in the buffer anymore.
14420
14421 2004-11-22  Romain Francoise  <romain@orebokech.com>
14422
14423         * message.el (message-header-format-alist): Add `From' in list
14424         so that it can be sorted.
14425         (message-fix-before-sending): Widen and sort headers before
14426         sending.
14427         (message-hide-headers): Use narrowing to hide headers by moving
14428         them to the top of the buffer and narrowing to the region
14429         underneath.
14430
14431 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14432
14433         * message.el (message-strip-forbidden-properties): Bind
14434         buffer-read-only (etc) to nil.
14435
14436 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14439         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14440
14441 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14442
14443         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14444
14445 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14446
14447         * dns.el (query-dns): Use sit-for to time instead of
14448         accept-process-output, since that doesn't seem to work on udp
14449         sockets.
14450
14451 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14454
14455 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14456
14457         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14458         doc string.  Improve doc string.
14459
14460 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14461
14462         * nntp.el (nntp-request-update-info): Return nil if
14463         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14464         may not call gnus-activate-group which uselessly issues the GROUP
14465         commands for all nntp groups and wastes time.  Reported by Romain
14466         Francoise <romain@orebokech.com>.
14467
14468         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14469
14470 2004-11-15  Simon Josefsson  <jas@extundo.com>
14471
14472         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14473         headers separately.
14474         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14475         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14476
14477 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14478
14479         * gnus-start.el (gnus-convert-old-newsrc):
14480         Assign legacy-gnus-agent to 5.10.7.
14481
14482 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14483
14484         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14485         start of the lines.
14486
14487 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14488
14489         * hashcash.el (hashcash-default-payment): Change default to 20.
14490         (hashcash-default-accept-payment): Change default to 20.
14491         (hashcash-process-alist): New variable.
14492         (hashcash-generate-payment-async): Add.
14493         (hashcash-already-paid-p): Add.
14494         (hashcash-insert-payment): Don't generate payments twice.
14495         (hashcash-insert-payment-async): Add.
14496         (hashcash-insert-payment-async-2): Add.
14497         (hashcash-cancel-async): Add.
14498         (hashcash-wait-async): Add.
14499         (hashcash-processes-running-p): Add.
14500         (hashcash-wait-or-cancel): Add.
14501         (mail-add-payment): New optional argument.  Conditionally start
14502         asynchronous calculation.
14503         (mail-add-payment-async): Add.
14504
14505         * message.el (message-send-mail): Wait for asynchronous hashcash
14506         results.  Don't clobber existing X-Hashcash headers.
14507         (message-setup-1): Call mail-add-payment-async when
14508         message-generate-hashcash is non-nil.
14509
14510 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14511
14512         * message.el (message-use-alternative-email-as-from): Examine the
14513         From header as well; use message-make-from in order to include a
14514         user's full name.
14515
14516 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14517
14518         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14519         default; improve customization type.
14520         (gnus-emphasis-custom-with-format): New macro.
14521         (gnus-emphasis-custom-value-to-external): New function.
14522         (gnus-emphasis-custom-value-to-internal): New function.
14523
14524 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14525
14526         * dns.el (query-dns): Resolve reverse addresses.
14527
14528 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14529
14530         * gnus-group.el (gnus-group-get-new-news): Use it.
14531
14532         * gnus-start.el (gnus-check-reasonable-setup): New function.
14533
14534 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14535
14536         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14537         "Args out of range" error.  Reported by Arnaud Giersch
14538         <arnaud.giersch@free.fr>.
14539
14540 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14541
14542         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14543
14544 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14545
14546         * spam.el (spam group): Add :version.
14547
14548         * pgg-def.el (pgg group): Add :version.
14549
14550 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * gnus-art.el (gnus-article-edit-article): Don't associate the
14553         article buffer with a draft file.  This is a temporary measure
14554         against the 2004-08-22 change to gnus-article-edit-mode.
14555
14556 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14557
14558         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14559         (html2text-format-tags): Remove unused variable `attr'.
14560
14561 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14562
14563         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14564
14565         * tls.el (tls-process-connection-type, tls-success)
14566         (tls-certtool-program): Add :version.
14567
14568         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14569         (starttls-extra-arguments, starttls-process-connection-type)
14570         (starttls-connect, starttls-failure, starttls-success): Add :version.
14571
14572         * spam-stat.el (spam-stat): Add :version.
14573
14574         * sieve.el (sieve): Add :version.
14575
14576         * sha1.el (sha1): Add :version.
14577         (sha1-use-external): Remove redundant version.
14578
14579         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14580         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14581         (nnmail-split-fancy-match-partial-words)
14582         (nnmail-split-lowercase-expanded): Add :version.
14583
14584         * nndiary.el (nndiary): Add :version.
14585
14586         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14587
14588         * mml-sec.el (mml-default-sign-method)
14589         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14590         Add :version.
14591
14592         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14593
14594         * mm-url.el (mm-url-use-external, mm-url-program)
14595         (mm-url-arguments): Add :version.
14596
14597         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14598         (mm-attachment-file-modes, mm-decrypt-option)
14599         (mm-w3m-safe-url-regexp): Add :version.
14600
14601         * message.el (message-cite-prefix-regexp)
14602         (message-sendmail-envelope-from, message-minibuffer-local-map)
14603         (message-user-fqdn, message-completion-alist): Add :version.
14604
14605         * gnus-win.el (gnus-configure-windows-hook)
14606         (gnus-use-frames-on-any-display): Add :version.
14607
14608         * gnus-art.el (gnus-article-address-banner-alist)
14609         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14610         (gnus-treat-from-picon, gnus-treat-mail-picon)
14611         (gnus-treat-x-pgp-sig): Add :version.
14612
14613         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14614         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14615         (gnus-summary-article-delete-hook)
14616         (gnus-summary-display-while-building): Add :version.
14617
14618         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14619         (gnus-get-top-new-news-hook): Add :version.
14620
14621         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14622         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14623
14624         * gnus-registry.el (gnus-registry): Add :version.
14625
14626         * gnus-spec.el (gnus-use-correct-string-widths)
14627         (gnus-make-format-preserve-properties): Add :version.
14628
14629         * gnus.el (gnus-group-charter-alist)
14630         (gnus-group-fetch-control-use-browse-url)
14631         (gnus-install-group-spam-parameters): Add :version.
14632
14633         * gnus-diary.el (gnus-diary): Add :version.
14634
14635         * gnus-delay.el (gnus-delay): Add :version.
14636
14637         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14638         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14639         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14640         Add :version.
14641
14642         * gnus-agent.el (gnus-agent-max-fetch-size)
14643         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14644         (gnus-agent-prompt-send-queue): Add :version.
14645
14646         * deuglify.el (gnus-outlook-deuglify): Add :version.
14647
14648         * html2text.el: Beautify code.  Improve doc strings.  Some
14649         checkdoc cleanup.
14650         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14651
14652 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14653
14654         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14655
14656 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14657
14658         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14659         when package is loaded.
14660
14661         * spam.el (spam-summary-score-preferred-header): Add global preference
14662         for people who want to override the default SpamAssassin over
14663         Bogofilter preference (when both are set).
14664         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14665         (spam-user-format-function-S): Check
14666         spam-summary-score-preferred-header.
14667         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14668         (spam-user-format-function-S): Format the score correctly.
14669
14670 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14671
14672         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14673         signature file.  Suggested by Manoj Srivastava
14674         <srivasta@golden-gryphon.com>.
14675
14676         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14677         iso-2022-jp even in the Japanese language environment.
14678         Suggested by Jason Rumney <jasonr@gnu.org>.
14679
14680 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14683         use the same characters as the dummy marks; make it free from
14684         getting affected by the language environment.
14685         (gnus-summary-read-group-1): Update mark positions only when the
14686         format spec is updated.
14687
14688         * gnus-spec.el (gnus-update-format-specifications): Return a list
14689         of updated types.
14690
14691 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14692
14693         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14694         of boundp to check if display-warning is available.
14695
14696 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14697
14698         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14699
14700 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14701
14702         * nnspool.el (nnspool-spool-directory): Use news-path if the
14703         news-directory variable is not bound.
14704
14705         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14706         function instead of display-warning if it is not available.
14707
14708 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14709
14710         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14711         v5-10: Use `point-at-bol'.
14712
14713 2004-10-26  Simon Josefsson  <jas@extundo.com>
14714
14715         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14716         <chenggao@gmail.com>.
14717
14718 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14719
14720         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14721         instead.
14722
14723 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14724
14725         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14726         to remove a server from the nnimap-server-buffer-alist.
14727         (nnimap-open-connection, nnimap-close-server): Use it.
14728
14729         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14730
14731 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14732
14733         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14734         running the major-mode function.
14735
14736 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14737
14738         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14739         dummy marks in the right way.
14740
14741 2004-10-18  David Edmondson  <dme@dme.org>
14742
14743         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14744         excessively.
14745
14746 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14747
14748         * gnus-util.el (gnus-split-references): Accept a nil references
14749         string and go on blissfully.
14750
14751         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14752         cases where the references string is non-nil but has no references.
14753
14754         * encrypt.el: Add autoload tags.
14755
14756         * spam.el (spam-resolve-registrations-routine): Remove article
14757         from unregistration list too.  Reported by David Hanak
14758         <dhanak@isis.vanderbilt.edu>
14759
14760 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14761
14762         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14763         nil.  Changed custom type.
14764
14765 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14766
14767         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14768
14769         * gnus-sum.el (gnus-summary-move-article): Use it.
14770
14771 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14772
14773         * encrypt.el: Add autoload cookies.
14774
14775         * spam.el (spam-backend-article-list-property)
14776         (spam-backend-get-article-todo-list)
14777         (spam-backend-put-article-todo-list)
14778         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14779         Resolve registrations separately.
14780         (spam-register-routine): Format comments.
14781         (spam-unregister-routine, spam-register-routine): Always call with
14782         specific-articles, no default list.
14783         (spam-summary-prepare-exit): Use the spam-classifications function.
14784
14785         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14786         gnus-encrypt.el.
14787
14788         * encrypt.el: Copied from gnus-encrypt.el.
14789
14790         * gnus-encrypt.el: Commented that it's obsolete.
14791
14792 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14793
14794         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14795         (gnus-score-save): Use it.
14796
14797         * message.el (message-bury): Use `window-dedicated-p'.
14798
14799 2004-10-15  Simon Josefsson  <jas@extundo.com>
14800
14801         * pop3.el (top-level): Don't require nnheader.
14802         (pop3-read-timeout): Add.
14803         (pop3-accept-process-output): Add.
14804         (pop3-read-response, pop3-retr): Use it.
14805
14806 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14807
14808         * spam.el (spam-register-routine): Move comment.
14809         (spam-verify-bogofilter): Use 'unknown for the initial
14810         spam-bogofilter-valid state, not 'never.
14811
14812         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14813         for netrc-machine.
14814
14815         * nnimap.el (nnimap-open-connection): Use
14816         netrc-machine-user-or-password.
14817
14818 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14819
14820         * gnus-registry.el (gnus-registry-unload-hook):
14821         Set as a variable with add-hook.
14822
14823         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14824         of news-path.
14825
14826         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14827
14828         * spam.el: Delete duplicate `provide'.
14829         (spam-unload-hook): Set as a variable with add-hook.
14830
14831 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14832
14833         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14834         in the doc string.
14835
14836         * message.el (message-ignored-news-headers)
14837         (message-ignored-supersedes-headers)
14838         (message-ignored-resent-headers)
14839         (message-forward-ignored-headers): Improve custom type.
14840
14841 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * message.el (message-tokenize-header): Fix 2004-09-06 change
14844         which used point-min in the wrong place.
14845
14846 2004-10-12  Simon Josefsson  <jas@extundo.com>
14847
14848         * tls.el (tls-certtool-program): New variable.
14849         (tls-certificate-information): New function, based on
14850         ssl-certificate-information.
14851
14852 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * compface.el: Move the version of ELisp-based uncompface program
14855         to the contrib directory because of the copyright problem.
14856
14857 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14858
14859         * message.el (message-kill-buffer): Raise the current frame.
14860
14861 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14862
14863         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14864
14865         * gnus.el (message-y-or-n-p): Autoload.
14866
14867         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14868         (pop3-password-required, pop3-authentication-scheme)
14869         (pop3-leave-mail-on-server): Made customizable.
14870         (pop3): New custom group.
14871         (pop3-retr): Remove `sleep-for' statements.
14872         Suggested by Dave Love <fx@gnu.org>.
14873
14874         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14875         Windows/DOS.
14876
14877         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14878         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14879         Dave Love <fx@gnu.org>.
14880
14881         * mml.el (mml-minibuffer-read-disposition): Require match.
14882         Suggested by Dave Love <fx@gnu.org>.
14883
14884 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14885
14886         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14887         doc string.
14888
14889 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14890
14891         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14892
14893 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14894
14895         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14896         instead of calling `mm-insert-inline', to decode text/* parts
14897         before displaying them.
14898
14899 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * mm-uu.el (mm-uu-text-plain-type): New variable.
14902         (mm-uu-pgp-signed-extract-1): Use it.
14903         (mm-uu-pgp-encrypted-extract-1): Use it.
14904         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14905         bind mm-uu-text-plain-type with that value.
14906         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14907         mm-uu-dissect.
14908
14909 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14910
14911         * gnus-group.el (gnus-update-group-mark-positions):
14912         * gnus-sum.el (gnus-update-summary-mark-positions):
14913         * message.el (message-check-news-body-syntax):
14914         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14915         of string-as-multibyte.
14916
14917 2004-10-05  Juri Linkov  <juri@jurta.org>
14918
14919         * gnus-group.el (gnus-update-group-mark-positions):
14920         * gnus-sum.el (gnus-update-summary-mark-positions):
14921         * message.el (message-check-news-body-syntax):
14922         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14923         8-bit unibyte values to a multibyte string for search functions.
14924
14925 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14926
14927         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14928         (mm-uu-dissect-text-parts): New function.
14929
14930         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14931         dissect text parts.
14932
14933         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14934         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14935
14936         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14937
14938         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14939         gnus-current-topics instead of gnus-current-topic.
14940
14941 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14942
14943         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14944
14945 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14946
14947         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14948         where approriate.
14949
14950         * nnml.el (nnml-generate-active-info): do.
14951
14952         * nndiary.el (nndiary-generate-active-info): do.
14953
14954         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14955         (gnus-topic-move): do.
14956
14957         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14958         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14959
14960         * gnus-srvr.el (gnus-server-prepare)
14961         (gnus-server-open-all-servers): do.
14962
14963         * gnus-msg.el (gnus-summary-cancel-article)
14964         (gnus-summary-resend-message)
14965         (gnus-summary-mail-crosspost-complaint): do.
14966
14967         * gnus-move.el (gnus-change-server): do.
14968
14969         * gnus-group.el (gnus-group-unmark-all-groups)
14970         (gnus-group-set-current-level): do.
14971
14972 2004-10-04  Simon Josefsson  <jas@extundo.com>
14973
14974         * message.el (message-generate-hashcash): Doc fix.
14975
14976 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14977
14978         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14979         avoid infinite recursion via gnus-get-function.
14980
14981 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14982
14983         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14984
14985         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14986
14987         * nnmail.el (nnmail-split-history): do.
14988
14989         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14990         (nnml-request-delete-group): do.
14991
14992         * nnslashdot.el (nnslashdot-read-groups): do.
14993
14994         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14995         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14996
14997         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14998         (nnspool-sift-nov-with-sed): Use last.
14999         (nnspool-retrieve-headers-with-nov): Use mapc.
15000         (nnspool-request-newgroups): Use dolist.
15001         (nnspool-request-group): Use last.
15002
15003         * nntp.el (nntp-read-server-type): Use dolist.
15004
15005         * nnvirtual.el (nnvirtual-create-mapping)
15006         (nnvirtual-update-read-and-marked): Use dolist.
15007         (nnvirtual-convert-headers): Simplify.
15008
15009 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15010
15011         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15012         support for sync'ing tick marks.
15013
15014 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15017         there's no visible header.
15018
15019 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15020
15021         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15022         necessary, pass full group name to gnus-request-set-marks.
15023
15024 2004-10-01  Simon Josefsson  <jas@extundo.com>
15025
15026         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15027         acroread.
15028
15029 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15030
15031         * spam-report.el (spam-report-gmane): Fix interactive.
15032
15033         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15034
15035         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15036         when writing file.
15037         (gnus-agent-synchronize-flags): Don't default to being
15038         interactive.
15039
15040 2004-09-30  Simon Josefsson  <jas@extundo.com>
15041
15042         * message.el (message-generate-hashcash): Add.
15043         (message-send-mail): Use it, call mail-add-payment.
15044
15045 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15046
15047         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15048
15049 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15050
15051         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15052         gnus-requst-update-info with explicit code to sync the in-memory
15053         info read flags with the marks being sync'd to the backend.
15054
15055         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15056
15057 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15058
15059         * spam.el (spam-verify-bogofilter): Add new function.
15060         (spam-check-bogofilter)
15061         (spam-bogofilter-register-with-bogofilter): Use it.
15062         (spam-verify-bogofilter): Add small fixes.
15063
15064 2004-09-28  Simon Josefsson  <jas@extundo.com>
15065
15066         * hashcash.el (hashcash-generate-payment): Revert.
15067
15068 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15069
15070         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15071         gnus-extract-references instead of gnus-split-references.
15072
15073         * gnus-util.el (gnus-extract-references): Add new function, analogous
15074         to gnus-split-references but extracts only the message-ID without
15075         anything extra.
15076
15077         * hashcash.el (hashcash-generate-payment)
15078         (hashcash-check-payment): Do the right thing if hashcash-path is
15079         nil (because the hashcash program could not be found).
15080
15081         * spam.el (spam-use-hashcash): Remove comment.
15082
15083 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15084
15085         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15086         (gnus-cache-enter-article, gnus-cache-remove-article)
15087         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15088
15089         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15090
15091         * gnus-art.el (article-hide-boring-headers)
15092         (article-translate-strings, article-display-face)
15093         (gnus-article-mime-match-handle-first)
15094         (gnus-article-highlight-headers)
15095         (gnus-article-add-buttons-to-head): do.
15096
15097 2004-09-27  Simon Josefsson  <jas@extundo.com>
15098
15099         * hashcash.el: New version, from
15100         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15101         ../contrib/.
15102
15103 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15104
15105         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15106
15107 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15108
15109         * gnus-dup.el (gnus-dup-open): Use mapc.
15110         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15111
15112         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15113         Reported by Stefan Wiens <s.wi@gmx.net>.
15114
15115         * gnus.el (gnus-shutdown): Use dolist.
15116
15117         * gnus-undo.el (gnus-undo): Use mapc.
15118
15119         * nnrss.el (nnrss-generate-active): do.
15120
15121         * message.el (message-cite-original-without-signature)
15122         (message-cite-original): Use mapc.
15123         (message-do-actions, message-make-forward-subject): Use dolist.
15124
15125 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15126
15127         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15128         deletion to remove entire duplicate line.  Fixes merged article
15129         number bug.
15130
15131 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15132
15133         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15134         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15135         first ask if you want to open a server and then, even when you
15136         responded with no, asking if you want to synchronize the server's
15137         flags.
15138         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15139         multi-line expressions.
15140         (gnus-agent-synchronize-group-flags): New internal function.
15141         Updates marks in memory (in the info structure) AND in the
15142         backend.
15143
15144         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15145
15146         * nnagent.el (nnagent-request-set-mark): Use
15147         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15148         method, to ensure that synchronization updates marks in the
15149         backend and in the info (in memory) structure.
15150
15151 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15152
15153         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15154         convention fully; don't miss the root article of a thread; make
15155         the X-Draft-From header with correct article numbers.
15156
15157 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15158
15159         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15160         unless plugged.  Disable the agent so that an open failure causes
15161         an error.
15162
15163         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15164         Reverted 2004-09-21 change.  The backend must be opened while
15165         synchronizing flags even when the backend stores the flags
15166         locally.
15167
15168 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15169
15170         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15171         in `header' match.  Reported by Svend Tollak Munkejord.
15172
15173         * message.el (message-cite-original): Fix use of
15174         `message-cite-articles-with-x-no-archive'.
15175
15176 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15179         (gnus-window-to-buffer): Ditto.
15180
15181         * mml.el (mml-preview-buffer): New variable.
15182         (mml-preview): Manage window layout with gnus-buffer-configuration.
15183
15184         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15185         X-Draft-From header even if those articles aren't quoted.
15186
15187 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15188
15189         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15190         (gnus-request-set-mark, gnus-request-update-mark): Use new
15191         g-s-t-u-l-m to decide to use backend even when unplugged.
15192
15193 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15196         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15197
15198 2004-09-20  Simon Josefsson  <jas@extundo.com>
15199
15200         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15201         "utf-16-le".
15202
15203 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15204
15205         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15206
15207 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15208
15209         * uudecode.el (uudecode-use-external): Add :version.
15210
15211         * smime.el (smime-CA-file, smime-encrypt-cipher)
15212         (smime-dns-server): Add :version.
15213
15214         * smiley.el (gnus-smiley-file-types): Add :version.
15215
15216         * sha1.el (sha1-use-external): Add :version.
15217
15218         * pgg-def.el (pgg-query-keyserver): Add :version.
15219
15220         * nnmail.el (nnmail-fancy-expiry-targets)
15221         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15222         Add :version.
15223
15224         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15225         (nnimap-retrieve-groups-asynchronous): Add :version.
15226         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15227
15228         * mml.el (mml-content-disposition-parameters)
15229         (mml-insert-mime-headers-always): Add :version.
15230
15231         * mm-util.el (mm-coding-system-priorities): Add :version.
15232
15233         * mm-decode.el (mm-inline-text-html-with-images)
15234         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15235         (mm-verify-option): Add :version.
15236         (mm-text-html-renderer): Change :version.
15237
15238         * message.el (message-fcc-externalize-attachments)
15239         (message-required-headers, message-draft-headers)
15240         (message-subject-trailing-was-query)
15241         (message-subject-trailing-was-ask-regexp)
15242         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15243         (message-mark-insert-end, message-archive-header)
15244         (message-archive-note, message-cross-post-default)
15245         (message-cross-post-note, message-followup-to-note)
15246         (message-cross-post-note-function, message-use-mail-followup-to)
15247         (message-subscribed-address-functions)
15248         (message-subscribed-address-file, message-subscribed-addresses)
15249         (message-subscribed-regexps, message-allow-no-recipients)
15250         (message-yank-cited-prefix, message-signature-insert-empty-line)
15251         (message-hidden-headers, message-hierarchical-addresses)
15252         (message-mail-user-agent, message-use-idna)
15253         (message-valid-fqdn-regexp)
15254         (message-strip-special-text-properties, message-header-synonyms)
15255         (message-beginning-of-line, message-tab-body-function): Add :version.
15256         (message-insert-canlock, message-wide-reply-confirm-recipients):
15257         Change :version.
15258
15259         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15260         and :version.
15261         (mail-source-delete-old-incoming-confirm)
15262         (mail-source-movemail-program): Add :version.
15263
15264         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15265         (gnus-agent-cache, gnus-agent): Change :version.
15266
15267         * gnus-util.el (gnus-use-byte-compile): Change :version.
15268
15269         * gnus-sum.el (gnus-summary-make-false-root-always)
15270         (gnus-summary-default-high-score)
15271         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15272         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15273         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15274         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15275         (gnus-sum-thread-tree-single-indent)
15276         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15277         (gnus-sum-thread-tree-leaf-with-other)
15278         (gnus-sum-thread-tree-single-leaf): Add :version.
15279         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15280         (gnus-article-loose-mime): Change :version.
15281
15282         * gnus-start.el (gnus-backup-startup-file)
15283         (gnus-save-startup-file-via-temp-buffer): Add :version.
15284
15285         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15286         (gnus-server-offline-face): Add :version.
15287
15288         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15289
15290         * gnus-msg.el (gnus-gcc-externalize-attachments)
15291         (gnus-debug-files, gnus-debug-exclude-variables)
15292         (gnus-discouraged-post-methods): Change :version.
15293         (gnus-confirm-mail-reply-to-news)
15294         (gnus-confirm-treat-mail-like-news): Add :version.
15295
15296         * gnus-int.el (gnus-server-unopen-status): Add :version.
15297
15298         * gnus-group.el (gnus-group-jump-to-group-prompt)
15299         (gnus-large-ephemeral-newsgroup)
15300         (gnus-fetch-old-ephemeral-headers): Add :version.
15301
15302         * gnus-fun.el (gnus-x-face-directory)
15303         (gnus-convert-pbm-to-x-face-command)
15304         (gnus-convert-image-to-x-face-command)
15305         (gnus-convert-image-to-face-command): Add :version.
15306
15307         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15308
15309         * gnus-cite.el (gnus-cite-blank-line-after-header)
15310         (gnus-article-boring-faces): Add :version.
15311
15312         * gnus-art.el (gnus-buttonized-mime-types)
15313         (gnus-inhibit-mime-unbuttonizing)
15314         (gnus-treat-display-face)
15315         (gnus-treat-body-boundary): Change :version.
15316         (gnus-body-boundary-delimiter, gnus-picon-databases)
15317         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15318         (gnus-treat-date-english, gnus-treat-fold-headers)
15319         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15320         (gnus-treat-mail-picon, gnus-treat-wash-html)
15321         (gnus-article-encrypt-protocol)
15322         (gnus-use-idna, gnus-article-over-scroll)
15323         (gnus-mime-display-multipart-alternative-as-mixed)
15324         (gnus-mime-display-multipart-related-as-mixed)
15325         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15326         (gnus-ctan-url, gnus-button-ctan-handler)
15327         (gnus-button-handle-ctan-bogus-regexp)
15328         (gnus-button-ctan-directory-regexp)
15329         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15330         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15331         (gnus-button-man-level, gnus-button-emacs-level)
15332         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15333
15334         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15335         (gnus-agent-go-online): Change :version.
15336         (gnus-agent-expire-unagentized-dirs)
15337         (gnus-agent-auto-agentize-methods): Add :version.
15338
15339         * flow-fill.el (fill-flowed-display-column)
15340         (fill-flowed-encode-column): Add :version.
15341
15342         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15343         (gnus-outlook-deuglify-unwrap-max)
15344         (gnus-outlook-deuglify-cite-marks)
15345         (gnus-outlook-deuglify-unwrap-stop-chars)
15346         (gnus-outlook-deuglify-no-wrap-chars)
15347         (gnus-outlook-deuglify-attrib-cut-regexp)
15348         (gnus-outlook-deuglify-attrib-verb-regexp)
15349         (gnus-outlook-deuglify-attrib-end-regexp)
15350         (gnus-outlook-display-hook): Add :version.
15351
15352         * binhex.el (binhex-use-external): Add :version.
15353
15354 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15355
15356         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15357         and `invisible'.
15358
15359 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15360
15361         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15362         in gnus-registry-trim.
15363
15364 2004-09-13  Simon Josefsson  <jas@extundo.com>
15365
15366         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15367
15368         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15369
15370         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15371         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15372         <yamaoka@jpl.org>.
15373         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15374         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15375         <yamaoka@jpl.org>.
15376
15377         * sieve.el (sieve-manage-mode): Ditto.
15378
15379 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15380
15381         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15382
15383 2004-09-11  Simon Josefsson  <jas@extundo.com>
15384
15385         * dns-mode.el: Add.
15386
15387         * mm-view.el (mm-display-dns-inline): Add.
15388
15389         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15390         (mm-automatic-display): Ditto.
15391
15392         * mailcap.el (mailcap-mime-data): Add text/dns.
15393         (mailcap-mime-extensions): Map .soa to text/dns.
15394
15395 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15396
15397         * gnus-art.el (article-decode-mime-words, article-babel)
15398         (gnus-article-highlight-signature, gnus-article-add-buttons)
15399         (gnus-signature-toggle): Remove unnecessary bindings of
15400         `inhibit-read-only' inherited from v5.10 merge.
15401
15402 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15403
15404         * nntp.el (nntp): New customization group.
15405         (nntp-authinfo-file): Add customization group.
15406
15407         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15408
15409         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15410
15411         * gnus.el (to-address, to-list, subscribed)
15412         (large-newsgroup-initial): Ditto.
15413
15414         * flow-fill.el (fill-flowed-display-column)
15415         (fill-flowed-encode-column): Ditto.
15416
15417 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15418
15419         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15420         Use point-min rather than 1.
15421         (message-send-mail): Use buffer-size rather than point-max.
15422
15423         * gnus-sum.el (gnus-summary-search-article-forward):
15424         Signal a specific `search-failed' rather than a generic `error'.
15425
15426         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15427         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15428         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15429
15430 2004-09-10  Simon Josefsson  <jas@extundo.com>
15431
15432         * nndb.el (require): Remove tcp and duplicate cl.
15433
15434 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15435
15436         * gnus-agent.el (directory-files-and-attributes): Move forward.
15437
15438 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15439
15440         * gnus-agent.el (directory-files-and-attributes): Optionally
15441         defined to support XEmacs.
15442
15443 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15444
15445         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15446         to avoid run-time CL dependencies.
15447         (gnus-agent-unfetch-articles): New function.
15448         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15449         article numbers even when local .overview file is missing.
15450         (gnus-agent-read-article-number): New function.  Only accepts
15451         27-bit article numbers.
15452         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15453         gnus-agent-read-article-number.
15454         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15455         from backend while recognizing that article numbers in .overview
15456         must be valid.
15457         (gnus-agent-update-files-total-fetched-for): Use
15458         directory-files-and-attributes to improve performance.
15459         * gnus-int.el (gnus-request-move-article): Use
15460         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15461         improve performance.
15462
15463         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15464         some users confused by references to .newsrc when they only have a
15465         .newsrc.eld file.
15466         (gnus-convert-mark-converter-prompt)
15467         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15468         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15469         New function.  Used internally to only display 'gnus converting
15470         files' message when actually necessary.
15471
15472         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15473         methods now autoloaded.
15474
15475 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15478         identifiers.
15479
15480 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15481
15482         * gnus-picon.el: Fix indentation and closing parenthesis.
15483
15484 2004-09-01  Simon Josefsson  <jas@extundo.com>
15485
15486         * message.el (message-canlock-generate): Require sha1, not
15487         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15488         to require within a function.  Sadly, if sha1.el isn't loaded, the
15489         let binding in m-c-g will hide the defcustom definition, which is
15490         bad.)
15491
15492         * canlock.el: Require sha1, not sha1-el.
15493
15494         * message.el: Don't autoload sha1 (there is a autoload cookie in
15495         sha1.el).
15496
15497         * sha1-el.el: Renamed to sha1.el.
15498
15499 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15500
15501         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15502
15503 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15504
15505         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15506
15507 2004-08-30  Kim F. Storm  <storm@cua.dk>
15508
15509         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15510
15511         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15512         Add :group 'nnimap.
15513
15514 2004-08-30  Andreas Schwab  <schwab@suse.de>
15515
15516         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15517         ?* and ?\;.
15518
15519         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15520         and ?\' to symbol instead of whitespace.
15521
15522 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15523
15524         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15525
15526         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15527         instead of re-search-forward.
15528
15529         * gnus-uu.el (gnus-uu-save-article): Ditto.
15530         (gnus-uu-post-encode-uuencode): Ditto.
15531
15532         * html2text.el (html2text-clean-list-items): Ditto.
15533         (html2text-clean-dtdd): Ditto.
15534         (html2text-format-tags): Ditto.
15535
15536         * message.el (message-send-mail-with-sendmail): Fix regexp.
15537         (message-fill-field-general): Use search-forward instead of
15538         re-search-forward.
15539         (unbold-region): Ditto.
15540
15541         * nnrss.el (nnrss-request-article): Ditto.
15542
15543         * nnslashdot.el (nnslashdot-request-article): Ditto.
15544
15545         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15546
15547         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15548         "Unrecognized menu descriptor" error in XEmacs.
15549
15550 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15551
15552         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15553         parent article of a sparse article in the thread hashtb.
15554
15555 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15556
15557         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15558         (nnmail-expand-newtext): Lowercase expanded entries if
15559         nnmail-split-lowercase-expanded is non-nil.
15560
15561 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15562
15563         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15564
15565         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15566         of gnus-tmp-news-method into string under XEmacs.  It will be
15567         passed to gnus-correct-length which takes only a string argument.
15568
15569 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15570
15571         * gnus-util.el (gnus-bind-print-variables): New macro.
15572         (gnus-prin1): Use it.
15573         (gnus-prin1-to-string): Use it.
15574         (gnus-pp): New function.
15575         (gnus-pp-to-string): New function.
15576
15577         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15578         Replace pp-to-string with gnus-pp-to-string.
15579         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15580         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15581         * gnus-msg.el (gnus-debug): Ditto.
15582         * gnus-score.el (gnus-score-save): Ditto.
15583         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15584         gnus-pp-to-string.
15585         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15586         with gnus-pp.
15587         * score-mode.el (gnus-score-pretty-print): Ditto.
15588         * webmail.el (webmail-debug): Ditto.
15589
15590 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15591
15592         * gnus-art.el (article-display-face, article-display-x-face):
15593         Use buffer-read-only.
15594
15595 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15596
15597         * gnus-art.el (article-hide-list-identifiers):
15598         Bind inhibit-read-only as t.
15599
15600 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15601
15602         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15603
15604 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15605
15606         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15607         (gnus-narrow-to-page): Don't assume point-min == 1.
15608         (gnus-article-edit-mode): Derive from message-mode.
15609
15610         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15611         point-min == 1.
15612
15613         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15614         Disable incorrect use of `assert'.
15615
15616         * message.el (message-mode): Set comment-start-skip.
15617
15618
15619 2004-08-22  Sam Steingold  <sds@gnu.org>
15620
15621         * pop3.el (pop3-leave-mail-on-server): New user variable.
15622         (pop3-movemail): Delete mail only when it is nil.
15623
15624 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15625
15626         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15627
15628         * mml.el (mml-preview): Use `pop-to-buffer'.
15629
15630         * message.el (message-goto-mail-followup-to): Insert after "To".
15631         (message-carefully-insert-headers): Add comment.
15632
15633         * gnus.el: Remove unused variable `gnus-article-check-size'.
15634
15635         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15636
15637         * gnus-art.el (gnus-button-alist): Improve
15638         `gnus-button-handle-library' entry.
15639
15640 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15641
15642         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15643         downcase, since XEmacs capitalizes error messages differently.
15644
15645 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15646
15647         * nntp.el: Add (require 'gnus) due to reference to
15648         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15649
15650 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15651
15652         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15653         `mm-fill-flowed'.
15654
15655         * mm-decode.el (mm-dissect-singlepart): Check it.
15656
15657 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15658
15659         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15660         'imap' for netrc parsing.
15661
15662 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15663
15664         * mailcap.el (mailcap-mime-data): Mark as risky.
15665
15666 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15669         may be included in the encoded word.
15670         (rfc2047-encode): Don't append a space if the encoded word
15671         includes close parenthesis.
15672
15673 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15674
15675         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15676         of text within parentheses.
15677
15678 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15679
15680         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15681         (gnus-encrypt-write-file-contents): Make the password key the file
15682         name PLUS the cipher, not just the cipher.  Also remove failed
15683         passwords from the cache.
15684
15685 2004-08-06  Simon Josefsson  <jas@extundo.com>
15686
15687         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15688         fix.
15689
15690 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15691
15692         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15693         LWSP.
15694
15695 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15696
15697         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15698         to append in-reply-to: data to the references: header.
15699
15700         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15701         (netrc-parse): Use gnus-encrypt.el functions.
15702
15703         * gnus-encrypt.el: Add new file for encryption support; currently
15704         does only a few GPG ciphers and an internal XOR cipher.
15705
15706         * password.el: Add comments on using password-read-and-add.
15707         (password-read-and-add): Add function to read and add the
15708         password to the cache at once.
15709
15710 2004-07-28  Simon Josefsson  <jas@extundo.com>
15711
15712         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15713         parameter (but don't use it, for now).
15714
15715         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15716         instead of hard coding to nil.
15717
15718 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15719
15720         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15721         as mm-inline-image-xemacs does.
15722
15723 2004-07-26  Simon Josefsson  <jas@extundo.com>
15724
15725         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15726         Revert part of 2004-07-17 change below.
15727
15728 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15729
15730         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15731         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15732
15733 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15734
15735         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15736         quotes that actually start with ">" at the beginning of the
15737         lines.
15738
15739 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * rfc2047.el (rfc2047-encode-region): Fix last change.
15742         (rfc2047-encode-parameter): Remove useless concat.
15743
15744 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15745
15746         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15747         encode special characters; fix some kind of misconfigured headers;
15748         signal a real error if debug-on-quit or debug-on-error is non-nil.
15749         (rfc2047-encode-max-chars): New variable.
15750         (rfc2047-encode-1): Use it.
15751         (rfc2047-encode-parameter): New function.
15752
15753         * mml.el (mml-insert-parameter): Remove an excessive space.
15754
15755 2004-07-17  Simon Josefsson  <jas@extundo.com>
15756
15757         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15758         Kai Grossjohann <kai@emptydomain.de>.
15759         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15760         (gnus-group-make-menu-bar): Ditto.
15761
15762         * gnus-util.el (gnus-group-server): Add.
15763
15764 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15765
15766         * message.el (message-clone-locals): Clone sendmail and smtp
15767         variables.
15768
15769 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15770
15771         * rfc2047.el (rfc2047-encode-region): Fix last change.
15772
15773 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15774
15775         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15776         characters as non-special.
15777
15778 2004-07-09  Simon Josefsson  <jas@extundo.com>
15779
15780         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15781         Users will lose all flag changes made while unplugged with
15782         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15783         good default.  See numerous reports on ding mailing list.
15784
15785 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15786
15787         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15788         add generate-head-function and generate-article-function to the
15789         rfc822-forward entry.
15790         (nndoc-rfc822-forward-generate-article): New function.
15791         (nndoc-rfc822-forward-generate-head): New function.
15792
15793         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15794
15795 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15796
15797         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15798         respect display group parameter and gnus-summary-expunge-below.
15799         (gnus-articles-to-read): Remove unused reference to display group
15800         parameter.
15801
15802 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15803
15804         * nnheader.el (nnheader-uniquify-message-id): New experimental
15805         variable.
15806         (nnheader-nov-read-message-id): Use it.
15807
15808         * spam-report.el (spam-report-gmane): Add interactive.
15809
15810 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15811
15812         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15813         qp-or-base64 for the application/* types.
15814
15815 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15816
15817         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15818
15819 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15820
15821         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15822         trim value.
15823
15824 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15825
15826         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15827         New macro and function.
15828         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15829
15830 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15831
15832         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15833         after-load-alist.
15834
15835 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15836
15837         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15838         update info that isn't there.
15839
15840 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15841
15842         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15843         entry.
15844
15845 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15846
15847         * mm-view.el (mm-inline-render-with-function): Use multibyte
15848         buffer; decode html source by charset.
15849
15850         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15851
15852         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15853         Mule-UCS is loaded under XEmacs.
15854         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15855
15856 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15857
15858         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15859
15860 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15861
15862         * mm-util.el (mm-coding-system-p): Return a coding-system.
15863         (mm-mime-mule-charset-alist): Use shift_jis instead of
15864         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15865         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15866         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15867         instead of japanese-shift-jis and iso-latin-1 respectively in
15868         order to share the default value with both Emacs and XEmacs-mule.
15869         (mm-mule-charset-to-mime-charset): Make
15870         mm-coding-system-priorities effective.
15871         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15872         while predicating of candidates upon the priorities.
15873
15874 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15875
15876         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15877         gnus-uu-invert-processable.
15878
15879         * gnus.el: Autoload gnus-uu-invert-processable.
15880
15881 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15882
15883         * mm-util.el (mm-with-multibyte-buffer): New macro.
15884
15885         * rfc2047.el (rfc2047-encode-string): Use it.
15886         (rfc2047-encode-region): Move point to the end of the region after
15887         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15888
15889 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15890
15891         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15892         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15893
15894 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15895
15896         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15897         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15898         Karl Chen <quarl@nospam.quarl.org>.
15899
15900 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15901
15902         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15903         invalid addresses.
15904
15905 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15906
15907         * spam.el: Change section markers, revise TODO list.
15908         (spam-backends): Make new master list of all installed backends.
15909         (spam-summary-exit-behavior): Add new variable to determine how
15910         messages moves are done at summary exit.
15911         (spam-move-spam-nonspam-groups-only)
15912         (spam-process-ham-in-nonham-groups)
15913         (spam-process-ham-in-spam-groups): Remove variables, the
15914         spam-summary-exit-behavior variable should be used to manage this
15915         behavior.
15916         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15917         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15918         and spam-old-spam-articles.
15919         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15920         Add empty variables, placeholders for the backends they represent.
15921         (spam-set-difference): Move, unchanged.
15922         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15923         unless the user has a processor variable.
15924         (spam-classifications, spam-classification-valid-p)
15925         (spam-backend-properties, spam-backend-property-valid-p)
15926         (spam-backend-function-type-valid-p)
15927         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15928         (spam-report-articles-gmane, spam-report-articles-resend):
15929         Remove functions, they are not needed.
15930         (spam-install-backend-super, spam-backend-list)
15931         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15932         (spam-backend-function, spam-backend-ham-registration-function)
15933         (spam-backend-spam-registration-function)
15934         (spam-backend-ham-unregistration-function)
15935         (spam-backend-spam-unregistration-function)
15936         (spam-backend-statistical-p, spam-backend-mover-p)
15937         (spam-install-backend-alias, spam-install-checkonly-backend)
15938         (spam-install-mover-backend, spam-install-nocheck-backend)
15939         (spam-install-backend, spam-install-statistical-backend)
15940         (spam-install-statistical-checkonly-backend): Add backend installation
15941         support.
15942         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15943         (spam-group-processor-p): Use the new backend code and respect the
15944         summary exit behavior.
15945         (spam-mark-spam-as-expired-and-move-routine): Remove.
15946         (spam-summary-prepare): Change to use the new spam-old-articles
15947         variable.
15948         (spam-copy-or-move-routine, spam-copy-spam-routine)
15949         (spam-move-spam-routine, spam-copy-ham-routine)
15950         (spam-move-ham-routine): Add code to copy/move ham or spam.
15951         (spam-fetch-field-fast): Improve doc and code, plus allow the
15952         'number request.
15953         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15954         variables.
15955         (spam-split, spam-find-spam): Use the new backend code.
15956         (spam-registration-functions): Remove variable.
15957         (spam-unregister-routine): Add convenience wrapper.
15958         (spam-log-undo-registration, spam-register-routine)
15959         (spam-log-processing-to-registry)
15960         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15961         where possible.
15962         (spam-check-gmane-xref, spam-check-regex-headers)
15963         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15964         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15965         (spam-check-bogofilter-headers, spam-check-spamoracle)
15966         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15967         (spam-check-crm114-headers): Use the spam-split-group that
15968         spam-split prepares, no need to determine it every time.
15969
15970         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15971         to the nnheader-parse-naked-head call.
15972
15973         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15974
15975         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15976         the nnheader-nov-read-message-id call.
15977
15978 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15979
15980         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15981         gnus-activate-group twice.  Suggested by Markus Peter
15982         <warp@spin.de>.
15983
15984 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15985
15986         * gnus-art.el (gnus-article-time-format): Exchange the order of
15987         day and month in the default value; fix customization type.
15988         (article-date-ut): Use add-text-properties.
15989         (article-make-date-line): Use message-make-date instead of
15990         current-time-string.
15991
15992         * message.el (message-fetch-field): Don't use set-text-properties.
15993         (message-make-date): Simplify.
15994
15995         * messagexmas.el (message-xmas-make-date): New function.
15996         (message-xmas-redefine): Defalias message-make-date to it.
15997
15998 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15999
16000         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16001         (rfc2047-encode-region): Treat text within parentheses as special;
16002         show the original text when error has occurred.
16003
16004         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16005         already-computed method to gnus-activate-group.
16006
16007         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16008         same select-methods identical Lisp objects.
16009
16010         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16011         object when modifying the info.
16012
16013 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16014
16015         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16016         gnus-opened-servers since it has never been opened with the new
16017         configuration yet.
16018
16019 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16020
16021         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16022         arg to nnheader-generate-fake-message-id.
16023
16024 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16025
16026         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16027         number and build a fake message ID localized to a group and
16028         article number (so it's repeatable from that point on).
16029         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16030         ID format.
16031
16032         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16033         nnheader-generate-fake-message-id with the article number.
16034
16035 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16036
16037         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16038         end-of-buffer.
16039
16040 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16041
16042         * message.el (message-ignored-supersedes-headers): Add Approved.
16043
16044 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16047         goto-char.
16048         (rfc2047-encode): Fold the line before encoding.
16049
16050 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16051
16052         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16053         folding -- not all headers can be folded, and this should be done
16054         by the message composition mode.  Probably.  I think.
16055
16056 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16057
16058         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16059         fast.
16060
16061         * gnus-ems.el (gnus-remove-image): Don't use
16062         message-text-with-property; remove only the image found first.
16063
16064         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16065         found first.
16066
16067 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16068
16069         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16070
16071 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16072
16073         * message.el (message-text-with-property): Make it fast and accept
16074         optional arguments.
16075         (message-strip-forbidden-properties): Use it.
16076         (message-fix-before-sending): Follow the m-t-w-p change.
16077
16078         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16079
16080 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16081
16082         * gnus-art.el (article-hide-headers): Don't change the buffer
16083         mistakenly when performing mml-preview even if
16084         gnus-single-article-buffer is nil.
16085
16086 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16087
16088         * message.el (message-expand-name-databases): New user option.
16089         (message-expand-name): Use it.
16090
16091 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16092
16093         * spam.el (spam-report-articles-resend)
16094         (spam-report-resend-register-routine): Allow ham reporting.
16095         (spam-report-resend-register-ham-routine): Add wrapper.
16096         (spam-registration-functions): Add ham resending functions.
16097         (spam-list-of-processors): Add ham resend processor.
16098
16099         * gnus.el (ham-resend-to): Add new group parameter.
16100         (spam-process): Add ham resend option.
16101
16102         * spam-report.el (spam-report-resend): Allow reporting ham.
16103         (spam-report-resend-ham): Add wrapper.
16104
16105 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16106
16107         * message.el (message-cite-articles-with-x-no-archive): New
16108         variable.
16109         (message-cite-original): Use it.
16110
16111 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16112
16113         * message.el (message-cite-original): Respect X-No-Archive.
16114
16115 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16116
16117         * gnus-art.el (article-hide-headers): Refer to the values for
16118         gnus-ignored-headers and gnus-visible-headers in the summary
16119         buffer since a user may have set them as group parameters.
16120
16121 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16122
16123         * assistant.el (assistant-node-name): Add convenience function.
16124         (assistant-render-text, assistant-render-node): Add error handling,
16125         plus handle multiple next nodes.
16126         (assistant-find-next-node): Comment out for now.
16127         (assistant-find-next-nodes): Add function, returns list of next
16128         nodes.
16129
16130 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16131
16132         * mail-source.el (mail-source-directory): Fix doc-string.
16133
16134 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16135
16136         * assistant.el (assistant-render-text, assistant-eval): Add :set
16137         widget type, which is different because it takes and returns a
16138         list.  Much hilarity ensues.
16139
16140 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16141
16142         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16143
16144         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16145         doc-string.
16146
16147         * gnus-start.el (gnus-activate-group): Added doc-string.
16148
16149 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16150
16151         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16152
16153 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16154
16155         * assistant.el (assistant-render-text): Try to add a :set
16156         widget, more to come.
16157
16158         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16159         strings.
16160         (spam-report-articles-resend)
16161         (spam-register-routine): Do registration iff any articles warrant
16162         it.
16163         (spam-summary-prepare-exit): Change log message for nil group
16164         destinations.
16165
16166 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16167
16168         * spam.el (spam-report-resend-register-routine): Allow
16169         spam-report-resend-to to be a group parameter or a global value.
16170
16171 2004-05-26  Simon Josefsson  <jas@extundo.com>
16172
16173         * starttls.el: Merge with my GNUTLS based starttls.el.
16174         (starttls-gnutls-program, starttls-use-gnutls)
16175         (starttls-extra-arguments, starttls-process-connection-type)
16176         (starttls-connect, starttls-failure, starttls-success): New
16177         variables.
16178         (starttls-program, starttls-extra-args): Doc fix.
16179         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16180         functions.
16181         (starttls-negotiate, starttls-open-stream): Check
16182         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16183         function if it is set.
16184
16185 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16186
16187         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16188         structured fields.
16189
16190 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16193
16194 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16195
16196         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16197         variable.
16198         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16199         assigning the spam-mark to new messages.
16200
16201 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16202
16203         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16204
16205 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16206
16207         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16208
16209         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16210         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16211         default.
16212
16213 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16214
16215         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16216         correct data.
16217
16218 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16219
16220         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16221         (spam-group-processor-p): Fix function.
16222         (spam-group-processor-multiple-p)
16223         (spam-group-spam-processor-report-gmane-p)
16224         (spam-group-spam-processor-report-resend-p)
16225         (spam-group-spam-processor-bogofilter-p)
16226         (spam-group-spam-processor-blacklist-p)
16227         (spam-group-spam-processor-ifile-p)
16228         (spam-group-ham-processor-ifile-p)
16229         (spam-group-spam-processor-spamoracle-p)
16230         (spam-group-spam-processor-crm114-p)
16231         (spam-group-ham-processor-bogofilter-p)
16232         (spam-group-spam-processor-stat-p)
16233         (spam-group-ham-processor-stat-p)
16234         (spam-group-ham-processor-whitelist-p)
16235         (spam-group-ham-processor-BBDB-p)
16236         (spam-group-ham-processor-spamoracle-p)
16237         (spam-group-ham-processor-copy-p): Remove functions with some
16238         prejudice against unneeded code.
16239         (spam-report-articles-resend)
16240         (spam-report-resend-register-routine): Allow the group/topic
16241         spam-resend-to value to override spam-report-resend-to.
16242         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16243         properly now.
16244
16245         * gnus.el (spam-resend-to): Add group/topic parameter.
16246         (spam-process): Move the OBSOLETE processors to the end of the
16247         choices.
16248
16249 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16250
16251         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16252         with resend-to set to nil, and then ask the user if necessary.
16253         (spam-report-resend): spam-report-resend takes a list of articles, not
16254         separate article numbers.
16255
16256 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16257
16258         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16259         addition to emacs-w3m.
16260
16261 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16262
16263         * assistant.el (assistant-authinfo-data): New function.
16264         (assistant-eval): Eval for entire assistant.
16265
16266         * netrc.el (netrc-services-file): New variable.
16267         (netrc-parse-services): New function.
16268         (netrc-find-service-name): New function.
16269         (netrc-find-service-number): New function.
16270         (netrc-port-equal): New function.
16271         (netrc-machine): Use it.
16272
16273         * nnimap.el (nnimap-open-connection): Use netrc.
16274
16275         * gnus-util.el (gnus-netrc-get): Remove aliases.
16276
16277         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16278
16279         * assistant.el (wid-edit): Fix compilation.
16280
16281         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16282
16283 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16284
16285         * gnus-util.el (gnus-set-file-modes): New function.  (small
16286         patch).
16287
16288 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16289
16290         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16291
16292         * assistant.el (assistant-render-node): Fix up rendering and
16293         read-only text.
16294         (assistant-render-node): Reset.
16295         (assistant-make-read-only): Not sticky.
16296
16297 2004-05-20  Danny Siu  <dsiu@adobe.com>
16298
16299         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16300         centered even when gnus-auto-center-summary is t.
16301
16302 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16303
16304         * dns.el (dns-get-txt-answer): New function.
16305         (dns-read-txt): Ditto.
16306         (query-dns): Use it.
16307
16308 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16309
16310         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16311         active for foreign groups even if the group level is higher than
16312         the specified value.
16313
16314 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16315
16316         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16317         non-active groups.
16318
16319         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16320
16321 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16322
16323         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16324
16325 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16326
16327         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16328         (spam-crm114-header, spam-crm114-spam-switch)
16329         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16330         (spam-crm114-positive-spam-header)
16331         (spam-crm114-database-directory, spam-list-of-processors)
16332         (spam-group-spam-processor-crm114-p)
16333         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16334         (spam-generic-score, spam-list-of-checks)
16335         (spam-list-of-statistical-checks, spam-registration-functions)
16336         (spam-check-crm114-headers, spam-crm114-score)
16337         (spam-check-crm114, spam-crm114-register-with-crm114)
16338         (spam-crm114-register-spam-routine)
16339         (spam-crm114-unregister-spam-routine)
16340         (spam-crm114-register-ham-routine)
16341         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16342         asjo@koldfront.dk (Adam Sjøgren).
16343
16344         * gnus.el: Add spam-use-crm114.
16345
16346         * spam.el (spam-list-of-processors, spam-registration-functions):
16347         Add spam-use-resend.
16348         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16349         (spam-report-articles-gmane): Add doc fix.
16350         (spam-report-articles-resend, spam-report-resend-register-routine):
16351         Add wrappers around spam-report-resend-to.
16352
16353         * spam-report.el (spam-report-resend-to, spam-report-resend):
16354         Add support for resending spam.
16355         (spam-report-gmane): Fix line length >80.
16356
16357         * gnus.el (spam-process): Add spam-use-resend.
16358
16359 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16360
16361         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16362         number of processed spam messages.
16363         (spam-ham-copy-or-move-routine): Return the number of processed
16364         ham messages.
16365         (spam-summary-prepare-exit): Use the above values to decide
16366         whether status messages shouled be displayed.
16367
16368 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16369
16370         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16371         `rfc2047-encoding-function-alist' in order to avoid conflicting
16372         with the old version.
16373         (rfc2047-encode-region): Concatenate words containing non-ASCII
16374         characters in structured fields; don't encode space-delimited
16375         ASCII words even in unstructured fields; don't break words at
16376         char-category boundaries.
16377         (rfc2047-encode-1): New function.
16378         (rfc2047-encode): Use it; encode text so that it occupies the
16379         maximum width within 76-column; work correctly on Q encoding for
16380         iso-2022-* charsets.
16381         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16382         sure not to break a line just after the header name.
16383         (rfc2047-b-encode-region): Removed.
16384         (rfc2047-b-encode-string): New function.
16385         (rfc2047-q-encode-region): Removed.
16386         (rfc2047-q-encode-string): New function.
16387
16388         * mm-util.el (mm-replace-in-string): New function.
16389
16390 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16391
16392         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16393         get it right.
16394         (gnus-inews-make-draft): Really.
16395
16396 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16397
16398         * nnmh.el (nnmh-request-list-1): Don't check the link count
16399         before descending.  (small patch)
16400
16401 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16402
16403         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16404         stuff.
16405
16406         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16407         on real group name.
16408
16409         * gnus-art.el (gnus-signature-limit): Doc fix.
16410
16411         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16412
16413         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16414
16415 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16416
16417         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16418         isn't a string.
16419
16420 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16421
16422         * gnus-draft.el (gnus-draft-send): Bind
16423         rfc2047-encode-encoded-words.
16424
16425         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16426         (rfc2047-encodable-p): Say that =? needs encoding.
16427         (rfc2047-encode-encoded-words): New variable.
16428
16429         * gnus-group.el (gnus-group-select-group): Doc fix.
16430
16431         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16432
16433         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16434         to nil.
16435
16436         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16437
16438         * nnheader.el (nnheader-get-lines-and-char): New function.
16439
16440 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16441
16442         * gnus-msg.el (gnus-summary-followup-with-original): Document
16443         yanking of region when active.
16444
16445 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16448         groups if the group level is higher than the specified value.
16449
16450 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16451
16452         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16453         (gnus-group-jump-to-group): Added prefix argument using
16454         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16455         non-active group.
16456
16457         * compface.el (uncompface): Be verbose when changing
16458         `uncompface-use-external'.
16459
16460         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16461         handle manual section.
16462
16463 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16464
16465         * gnus-art.el (gnus-button-alist): Revert previous change.
16466
16467 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16468
16469         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16470
16471 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16472
16473         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16474         whether backend can accept message.
16475
16476         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16477
16478 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16479
16480         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16481         Avoid creating directory when nntp-marks-is-evil is true.
16482         Reported by Reiner Steib.
16483
16484 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16485
16486         * gnus-picon.el (gnus-picon-style): New variable.
16487         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16488         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16489         Jesper Harder <harder@ifa.au.dk>.
16490
16491 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16492
16493         * message.el (message-fill-field): Return point.
16494         (message-generate-headers): Go to end of field.
16495
16496         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16497         stuff for non-living groups.
16498
16499 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16500
16501         * gnus-art.el (gnus-article-followup-with-original)
16502         (gnus-article-reply-with-original): gnus-mark-active-p ->
16503         gnus-region-active-p.
16504
16505 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16506
16507         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16508         only when there is spam or ham to be processed.
16509
16510 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16511
16512         * mail-source.el (mail-source-delete-crash-box): Refactor.
16513         (mail-source-fetch): Use it.
16514         (mail-source-fetch-file): Ditto.
16515         (mail-source-fetch-directory): Run postscript in loop.
16516         (mail-source-fetch-pop): Delete.
16517         (mail-source-fetch-maildir): Ditto.
16518         (mail-source-fetch-imap): Ditto.
16519
16520         * imap.el (imap-authenticators): Comment out sasl.
16521
16522         * message.el (message-skip-to-next-address): New function.
16523         (message-fill-header-address): Refactor.
16524         (message-fill-address): Use it.
16525         (message-delete-address): Use it.
16526         (message-fill-header-general): Refactor.
16527         (message-fill-field-address): Rename.
16528         (message-narrow-to-field): Find the start of the header.
16529         (message-header-format-alist): Don't pre-fill.
16530         (message-fill-header): Removed.
16531         (message-insert-header): New function.
16532         (message-shorten-references): Use it.
16533
16534         * rfc2047.el (rfc2047-field-value): Strip props.
16535
16536         * mail-parse.el (mail-header-make-address): New alias.
16537
16538         * ietf-drums.el (ietf-drums-make-address): New function.
16539
16540         * imap.el: Add compiler directives.
16541
16542         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16543
16544         * gnus-art.el (article-decode-idna-rhs): Don't use
16545         message-idna-inside-rhs-p.
16546
16547 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16548
16549         * message.el (message-idna-inside-rhs-p): Removed.
16550         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16551
16552         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16553         false positives.
16554
16555 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16556
16557         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16558
16559 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16560
16561         * nneething.el (nneething-file-name): Don't create spurious
16562         files.
16563
16564         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16565         (gnus-inews-do-gcc): Remove sleep.
16566
16567         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16568         part under point.
16569
16570         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16571         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16572
16573 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16574
16575         * spam.el (spam-summary-prepare-exit): Fixed (length).
16576
16577 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16578
16579         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16580         as expired without moving it" message when there are spam
16581         messages left.
16582
16583 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16584
16585         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16586         header is not nil.
16587
16588 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16589
16590         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16591         nntp-possibly-create-directory, not nntp-possibly-change-group.
16592         (nntp-marks-changed-p): New arg SERVER.
16593         (nntp-request-update-info): Adjust caller.
16594
16595 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16596
16597         * nntp.el (nntp-save-marks): Pass missing arg.
16598
16599 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16600
16601         * nntp.el: Support marks.
16602         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16603         (nntp-marks-modtime, nntp-marks-directory): New variables.
16604         (nntp-request-set-mark, nntp-request-update-info)
16605         (nntp-possibly-create-directory, nntp-marks-changed-p)
16606         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16607         functions.
16608
16609 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16610
16611         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16612         (gnus-xmas-redefine): Rename.
16613
16614         * gnus-score.el (gnus-score-insert-help): Use
16615         gnus-select-lowest-window.
16616
16617         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16618         appt-select-lowest-window and rename to gnus-select-lowest-window.
16619
16620         * gnus.el: do.
16621
16622 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16623
16624         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16625         encodings of MIME-encoded words, in order to improve
16626         interoperability with several broken MUAs.
16627
16628 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16629
16630         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16631         tags, only when charsets are not specified in headers.
16632         (mm-inline-text-html-render-with-w3m): Ditto.
16633
16634         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16635         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16636
16637 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16638
16639         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16640         instead of MIME-decoded from fields when checking
16641         `gnus-article-address-banner-alist'.
16642
16643 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16644
16645         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16646         description rather than subject.
16647
16648 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16649
16650         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16651
16652 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16653
16654         * gnus.el (gnus-version-number): Bump.
16655
16656 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16657
16658         * gnus.el: No Gnus v0.2 is released.
16659
16660 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16661
16662         * gnus-agent.el (gnus-agent-read-agentview): Inline
16663         gnus-uncompress-range.
16664
16665 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16666
16667         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16668         `exec-installed-p'.
16669
16670 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16671
16672         * gnus.el (spam-process, spam-autodetect-methods): Add
16673         bsfilter and bsfilter-headers.
16674
16675         * spam.el (spam-bsfilter): New customize group.
16676         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16677         (spam-bsfilter-header, spam-bsfilter-probability-header)
16678         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16679         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16680         (spam-bsfilter-database-directory): New options.
16681         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16682         (spam-list-of-statistical-checks, spam-registration-functions):
16683         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16684         (spam-bsfilter-score): New command.
16685         (spam-check-bsfilter-headers, spam-check-bsfilter)
16686         (spam-bsfilter-register-with-bsfilter)
16687         (spam-bsfilter-register-spam-routine)
16688         (spam-bsfilter-unregister-spam-routine)
16689         (spam-bsfilter-register-ham-routine)
16690         (spam-bsfilter-unregister-ham-routine): New functions.
16691         (spam-generic-score): Support bsfilter; Accept an optional argument
16692         to recalcurate spam score even if scoring header has already been
16693         added.
16694         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16695         optional argument to recalcurate spam score even if scoring header
16696         has already been added.
16697
16698 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16699
16700         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16701         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16702         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16703         link is missing.
16704
16705 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16706
16707         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16708         (html2text-get-attr): Rewrite.
16709
16710         * message.el (message-setup-1): Remove redundant put-text-property
16711         on mail-header-separator.
16712
16713 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16714
16715         * gnus-registry.el (gnus-registry-cache-whitespace)
16716         (gnus-registry-action, gnus-registry-spool-action)
16717         (gnus-registry-split-fancy-with-parent): Change message levels
16718         from 5 to 3 or 7, as needed.
16719
16720         * spam.el (spam-summary-prepare-exit)
16721         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16722         (spam-split, spam-find-spam, spam-log-undo-registration)
16723         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16724         level from 5 to 6.
16725
16726 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16729         2004-03-04 change).
16730
16731 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16732
16733         * sieve-manage.el (sieve-manage-open):
16734         * nnweb.el (nnweb-insert-html):
16735         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16736         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16737         * nnspool.el (nnspool-request-group):
16738         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16739         * nnml.el (nnml-request-update-info):
16740         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16741         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16742         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16743         (nnimap-request-set-mark):
16744         * nnfolder.el (nnfolder-request-update-info):
16745         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16746         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16747         * gnus-uu.el (gnus-uu-find-articles-matching):
16748         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16749         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16750         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16751         * gnus-nocem.el (gnus-nocem-scan-groups):
16752         * gnus-int.el (gnus-start-news-server):
16753         * gnus-group.el (gnus-group-make-kiboze-group)
16754         (gnus-group-browse-foreign-server):
16755         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16756         Use mapc when appropriate.
16757
16758 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16759
16760         FIXME: Make separate entries for each person.
16761
16762         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16763         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16764         <shields@msrl.com>:
16765
16766         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16767         may need for spam sorting and scoring.
16768         (spam-user-format-function-S): Add user format function suitable for
16769         general use.
16770         (spam-article-sort-by-spam-status): Add sorting function for summary
16771         sorting.
16772         (spam-extra-header-to-number): Add function to get a score from a
16773         header.
16774         (spam-summary-score): Add function to get a numeric score from the
16775         headers.
16776         (spam-generic-score): Fix function doc, was in wrong place.
16777         (spam-initialize): Take symbols when it's run, and install the
16778         extra headers that spam-necessary-extra-headers thinks we need.
16779
16780 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16781
16782         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16783         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16784
16785 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16786
16787         * gnus-sum.el (gnus-set-global-variables)
16788         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16789         (gnus-article-get-xrefs, gnus-summary-best-group)
16790         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16791         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16792         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16793         Use with-current-buffer.
16794
16795 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16796
16797         * spam.el (spam-summary-prepare-exit): Simplify logic.
16798         (spam-fetch-article-header): Read the article header if it's not
16799         available.
16800         (spam-list-articles): Simplify logic.
16801         (spam-filelist-register-routine): Fix bug with unregister-list.
16802
16803         * gnus-registry.el: Fix comments at beginning.
16804
16805 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16806
16807         * message.el (message-cater-to-broken-inn): Remove.
16808         (message-shorten-references): Make sure the total folded length of
16809         References is shorter than 998 characters to cater to a bug in INN
16810         2.3.  Also, don't pretend that references aren't folded -- this
16811         hasn't worked for a while.
16812
16813 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16814
16815         * gnus-agent.el (gnus-agentize):
16816         gnus-agent-send-mail-real-function no longer set to current value
16817         of message-send-mail-function but rather a lambda that calls
16818         message-send-mail-function.  The change makes the agent real-time
16819         responsive to user changes to message-send-mail-function.
16820
16821 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16822
16823         * legacy-gnus-agent.el
16824         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16825         help from Florian Weimer <fw@deneb.enyo.de>
16826
16827 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16828
16829         * nnmail.el (nnmail-cache-insert): Revert last change.
16830
16831 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16832
16833         * nnmail.el (nnmail-cache-insert): Always check whether
16834         nnmail-cache-ignore-groups matches a group name.
16835
16836 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16837
16838         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16839         (spam-find-spam, spam-log-processing-to-registry)
16840         (spam-log-registered-p, spam-log-unregistration-needed-p)
16841         (spam-log-undo-registration): Use gnus-message instead of
16842         gnus-error, none of these errors are fatal.
16843
16844         * gnus-registry.el (gnus-registry-clean-empty-function)
16845         (gnus-registry-clean-empty): Remove only empty entries without
16846         extra data.
16847
16848 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16849
16850         * spam-stat.el (spam-stat-buffer-change-to-spam)
16851         (spam-stat-buffer-change-to-non-spam): Change (error) to
16852         (gnus-message 8) invocation.
16853
16854 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * nntp.el (nntp-via-netcat-command): New variable.
16857         (nntp-via-netcat-switches): New variable.
16858         (nntp-open-via-rlogin-and-netcat): New function.
16859         (nntp-open-connection-function): Doc fix.
16860         (nntp-telnet-command): Doc fix.
16861         (nntp-end-of-line): Doc fix.
16862         (nntp-via-rlogin-command): Doc fix.
16863         (nntp-via-user-name): Doc fix.
16864         (nntp-via-address): Doc fix.
16865
16866 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16867
16868         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16869         error in Emacs 21.1.
16870
16871 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16872
16873         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16874
16875 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16876
16877         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16878         (gnus-agent-with-refreshed-group): New macro.
16879         (gnus-agent-rename-group): New function.
16880         (gnus-agent-delete-group): New function.
16881         (gnus-agent-save-group-info): Use gnus-command-method when
16882         `method' parameter is nil.  Don't write nil entries into the
16883         active file.
16884         (gnus-agent-get-group-info): New function.
16885         (gnus-agent-fetch-articles): Use
16886         gnus-agent-update-files-total-fetched-for to increment disk space
16887         used.
16888         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16889         gnus-agent-update-view-total-fetched-for to increment disk space
16890         used.
16891         (gnus-agent-get-local): Added optional parameters to avoid calling
16892         gnus-group-real-name and gnus-find-method-for-group.
16893         (gnus-agent-set-local): Delete stored entry if either min, or max,
16894         are nil.
16895         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16896         quit, use gnus-agent-regenerate-group to record existance of any
16897         articles fetched to disk before the quit occurred.
16898         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16899         gnus-agent-update-view-total-fetched-for, and
16900         gnus-agent-update-files-total-fetched-for to decrement disk space
16901         used.
16902         (gnus-agent-retrieve-headers): Use
16903         gnus-agent-update-view-total-fetched-for to increment disk space
16904         used.
16905         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16906         with gnus-agent-update-files-total-fetched-for to decrement disk
16907         space and fresh group buffer.
16908         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16909         (gnus-agent-need-update-total-fetched-for): New variable.
16910         (gnus-agent-update-files-total-fetched-for): New function.
16911         (gnus-agent-update-view-total-fetched-for): New function.
16912         (gnus-agent-total-fetched-for): New function.
16913
16914         * gnus-cache.el (gnus-cache-save-buffers): Use
16915         gnus-cache-update-overview-total-fetched-for to change disk space
16916         used by this group.
16917         (gnus-cache-possibly-enter-article): Use
16918         gnus-cache-update-file-total-fetched-for to increment disk space
16919         used by this group.
16920         (gnus-cache-possibly-remove-article): Use
16921         gnus-cache-update-file-total-fetched-for to decrement disk space
16922         used by this group.
16923         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16924         (gnus-cache-rename-group): New function.
16925         (gnus-cache-delete-group): New function.
16926         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16927         (gnus-cache-need-update-total-fetched-for): New variable.
16928         (gnus-cache-with-refreshed-group): New macro.
16929         (gnus-cache-update-file-total-fetched-for): New function.
16930         (gnus-cache-update-overview-total-fetched-for): New function.
16931         (gnus-cache-rename-group-total-fetched-for): New function.
16932         (gnus-cache-delete-group-total-fetched-for): New function.
16933         (gnus-cache-total-fetched-for): New function.
16934
16935         * gnus-group.el: Require gnus-sum and autoload functions to
16936         resolve warnings when gnus-group.el compiled alone.
16937         (gnus-group-line-format): Documented new %F.
16938         (size of Fetched data) group line format; identifies disk space
16939         used by agent and cache.
16940         (gnus-group-line-format-alist): Defined new F format.
16941         (gnus-total-fetched-for): New function.
16942         (gnus-group-delete-group): No longer update
16943         gnus-cache-active-altered as gnus-request-delete-group now keeps
16944         the cache in sync.
16945         (gnus-group-list-active): Let the agent store a server's active
16946         list if currently plugged.
16947
16948         * gnus-int.el (gnus-request-delete-group):
16949         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16950         local disk in sync with the server.
16951         (gnus-request-rename-group):
16952         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16953         local disk in sync with the server.
16954
16955         * gnus-start.el (gnus-get-unread-articles):
16956         Cosmetic simplification to logic.
16957
16958         * gnus-util.el (gnus-rename-file): New function.
16959
16960 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16961
16962         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16963
16964 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16965
16966         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16967         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16968
16969 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16970
16971         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16972         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16973
16974 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16975
16976         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16977
16978 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16979
16980         * spam.el (spam-set-difference): Add function to replace
16981         gnus-set-difference in spam.el.
16982         (spam-summary-prepare-exit): Use spam-set-difference.
16983
16984 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16985
16986         * gnus-registry.el (gnus-registry-cache-file): Update to use
16987         gnus-dribble-directory OR gnus-home-directory OR ~.
16988         (gnus-registry-split-fancy-with-parent): Fix doc.
16989
16990 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * message.el (message-exchange-point-and-mark): Use
16993         message-mark-active-p.  Suggested by Jesper Harder
16994         <harder@ifa.au.dk>.
16995
16996 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16997
16998         * message.el (message-exchange-point-and-mark): Don't activate
16999         region if it was inactive.  Suggested by Hiroshi Fujishima
17000         <pooh@nature.tsukuba.ac.jp>.
17001
17002 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17003
17004         * gnus-art.el (article-display-face): Display Faces in the same
17005         order as X-Faces.
17006
17007 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17008
17009         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17010
17011 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17012
17013         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17014         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17015         (gnus-article-mime-hierarchy): Remove.
17016         (gnus-article-mime-hierarchy-next): Remove.
17017         (gnus-article-mode): Revert 2004-03-19 change.
17018         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17019         (gnus-insert-mime-button): Revert 2004-03-19 change.
17020         (gnus-mime-accumulate-hierarchy): Remove.
17021         (gnus-mime-enter-multipart): Remove.
17022         (gnus-mime-leave-multipart): Remove.
17023         (gnus-mime-display-part): Revert 2004-03-19 change.
17024         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17025
17026         * mml.el (mml-preview): Revert 2004-03-19 change.
17027
17028 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17029
17030         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17031
17032 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17035         t while entering a file name using the mm-with-multibyte macro.
17036         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17037
17038         * mm-util.el (mm-with-multibyte): New macro.
17039
17040 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17041
17042         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17043         user option.
17044         (gnus-mime-multipart-functions): Doc and customization fix.
17045         (gnus-article-mime-hierarchy): New variable.
17046         (gnus-article-mime-hierarchy-next): New variable.
17047         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17048         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17049         gnus-article-mime-hierarchy-next to nil.
17050         (gnus-insert-mime-button): Show hierarchy numbers.
17051         (gnus-mime-accumulate-hierarchy): New function.
17052         (gnus-mime-enter-multipart): New function.
17053         (gnus-mime-leave-multipart): New function.
17054         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17055         (gnus-mime-display-alternative): Show hierarchy numbers.
17056
17057         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17058         gnus-article-mime-hierarchy-next to nil.
17059
17060 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17061
17062         * dns.el: Don't require gnus-xmas.
17063
17064 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17065
17066         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17067         inline PGP.
17068         (mml-menu): Disable mml-quote-region if mark is inactive.
17069
17070 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17071
17072         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17073         when the group's active is not available.
17074
17075 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17076
17077         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17078         error.
17079
17080 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17081
17082         * imap.el (imap-store-password): New variable.
17083         (imap-interactive-login): Use it.
17084         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17085
17086 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17087
17088         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17089         window-start and hscroll to summary window.
17090
17091 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17092
17093         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17094         conversion message to newsrc-dribble when an actual conversion is
17095         performed.
17096
17097 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17098
17099         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17100
17101 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17102
17103         * mm-decode.el (mm-complicated-handles): New function reviving
17104         former definition of mm-multiple-handles.
17105
17106         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17107         (gnus-mime-delete-part): Use it.
17108
17109 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17110
17111         * gnus-agent.el (gnus-agent-read-local): Bind
17112         nnheader-file-coding-system to gnus-agent-file-coding-system to
17113         avoid the implicit assumption that they will always be equal.
17114         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17115         coding-system-for-write, as the with-temp-file macro first prints
17116         to a buffer then saves the buffer.
17117
17118 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17119
17120         * gnus-art.el (gnus-article-edit-part): New function.
17121         (gnus-mime-save-part-and-strip): Use it; do query instead of
17122         signaling an error; don't use mm-multiple-handles.
17123         (gnus-mime-delete-part): Ditto.
17124
17125 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17126
17127         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17128         old file versions.
17129         (gnus-group-prepare-hook): Removed function that converted list
17130         form of gnus-agent-expire-days to group properties.
17131
17132         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17133         (gnus-request-accept-article): Re-indented.
17134
17135         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17136         converters to handle old agent file formats.  Added logic for a
17137         "backup before upgrading warning".
17138         (gnus-convert-mark-converter-prompt): Developers can mark
17139         functions as needing (default), or not needing,
17140         gnus-convert-old-newsrc's "backup before upgrading warning".
17141         (gnus-convert-converter-needs-prompt): Tests whether the user
17142         should be protected from potentially irreversable changes by the
17143         function.
17144
17145         * legacy-gnus-agent.el: New.  Provides converters that are only
17146         loaded when gnus-convert-old-newsrc needs to call them.
17147
17148 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17149
17150         * mail-source.el (mail-source-touch-pop): Doc fix.
17151
17152         * message.el (message-smtpmail-send-it): Doc fix.
17153
17154 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17155
17156         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17157
17158         * nnmail.el (nnmail-split-fancy): do.
17159
17160         * gnus-kill.el (gnus-kill, gnus-execute): do.
17161
17162 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17163
17164         * gnus-sum.el (gnus-widget-reversible-match)
17165         (gnus-widget-reversible-to-internal)
17166         (gnus-widget-reversible-to-external): New functions.
17167         (gnus-widget-reversible): New widget.
17168         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17169
17170 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17171
17172         * gnus-sum.el (gnus-thread-sort-functions)
17173         (gnus-article-sort-functions): Document `(not F)' items.
17174
17175 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17176
17177         * spam.el (spam-use-gmane-xref): Add new backend.
17178         (spam-gmane-xref-spam-group): Add variable to control the name of the
17179         Gmane spam group.
17180         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17181         (spam-regex-headers-spam, spam-regex-headers-ham)
17182         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17183         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17184         backends and checks.
17185         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17186
17187         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17188         an autodetect method.
17189
17190 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17191
17192         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17193         articles are being added to a group.
17194         (gnus-request-replace-article): Inform the agent that articles
17195         need to be uncached as the cached contents are no longer valid.
17196
17197 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17198
17199         * binhex.el: Don't autoload executable-find.
17200
17201         * canlock.el: Don't autoload mail-fetch-field.
17202
17203         * dgnushack.el: Autoload c-mode for XEmacs.
17204
17205         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17206
17207         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17208         rmail-dont-reply-to and rmail-output.
17209
17210         * gnus-score.el: Don't autoload ffap-string-at-point.
17211
17212         * gnus-setup.el: Don't autoload sc-cite-original.
17213
17214         * imap.el: Don't autoload base64-decode-string,
17215         base64-encode-string and md5.
17216
17217         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17218         and rmail-msg-restore-non-pruned-header.
17219
17220         * mm-decode.el: Don't autoload executable-find.
17221
17222         * mm-url.el: Don't autoload executable-find.
17223
17224         * mm-view.el: Don't autoload diff-mode.
17225
17226         * nndb.el: Don't autoload news-reply-mode, news-setup,
17227         cancel-timer and telnet.
17228
17229         * password.el: Don't autoload run-at-time for Emacs.
17230
17231         * sha1-el.el: Don't autoload executable-find.
17232
17233         * sieve-mode.el: Don't autoload c-mode.
17234
17235         * uudecode.el: Don't autoload executable-find.
17236
17237 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17238
17239         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17240         (gnus-agent-possibly-alter-active): Avoid null in numeric
17241         comparison.
17242         (gnus-agent-set-local): Refuse to save null in local object table.
17243         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17244         list of articles that will be marked as unread.
17245
17246 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17247
17248         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17249
17250 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17251
17252         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17253         language tags.
17254
17255 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17256
17257         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17258         Don't bind "obarray".
17259
17260         * gnus-sum.el (gnus-thread-sort-functions): Added
17261         `gnus-thread-sort-by-most-recent-number' and
17262         `gnus-thread-sort-by-most-recent-date'.
17263         Reported by Kai Grossjohann <kai@emptydomain.de>.
17264
17265 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17266
17267         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17268
17269 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17270
17271         * gnus-cus.el (gnus-agent-customize-category): Removed
17272         ignore-errors macro reference that required cl to be loaded at
17273         run-time.
17274
17275         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17276         single-interval range of the form (min . max).  Previously the
17277         range had to look like ((min . max)).  Likewise, return
17278         (min . max) rather than ((min . max)).
17279         (gnus-range-map): Use gnus-range-normalize to accept
17280         single-interval range.
17281
17282         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17283         the cache, but not the agent, now appear with their usual face.
17284
17285         * dgnushack.el (loaddir): New variable that is bound to the
17286         directory containing the dgnushack.el file. Use loaddir, rather
17287         than srcdir, to update load-path. Change lets dgnushack compile
17288         code in directories other than GNUS/lisp.
17289
17290 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17291
17292         * lpath.el: Don't bind w3m-safe-url-regexp.
17293
17294         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17295         w3m-safe-url-regexp variable buffer-local.
17296
17297         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17298
17299 2004-02-27  Simon Josefsson  <jas@extundo.com>
17300
17301         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17302         gnus-group-real-prefix.
17303         (gnus-summary-move-article): Use it, instead of
17304         gnus-group-real-prefix.
17305
17306 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17307
17308         * lpath.el: Bind w3m-safe-url-regexp.
17309
17310         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17311         w3m-safe-url-regexp variable buffer-local and set it as the value
17312         of mm-w3m-safe-url-regexp.
17313
17314         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17315
17316         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17317         parsing gnus-posting-styles when the message is not for replying.
17318
17319         * dgnushack.el: Autoload sgml-mode for XEmacs.
17320
17321         * nnrss.el (nnrss-opml-export): Use
17322         mm-set-buffer-file-coding-system instead of
17323         set-buffer-file-coding-system.
17324
17325 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17326
17327         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17328         of checkdoc.el).
17329         * nnrss.el: do.
17330         * gnus-mlspl.el: do.
17331         * gnus-ml.el: do.
17332         * gnus-srvr.el: do.
17333
17334         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17335
17336 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17337
17338         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17339         Corrections to custom-manual links.
17340
17341         * gnus-art.el (gnus-article): Ditto.
17342
17343         * mm-decode.el (mime-display, mime-security): Ditto.
17344
17345 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17346
17347         * flow-fill.el: Typo.
17348
17349 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17350
17351         * spam-wash.el: New file.
17352
17353 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17354
17355         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17356
17357 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17358
17359         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17360         to be run with new-articles as LIST1, not LIST2.
17361         (spam-registration-functions): Add spam-use-ham-copy as a nil
17362         registration backend.
17363
17364 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17365
17366         * spam-stat.el (spam-stat-washing-hook): New option.
17367         (spam-stat-buffer-words): Use it.
17368         (spam-stat-process-directory, spam-stat-test-directory): Use
17369         insert-file-contents-literally.
17370         (spam-stat-coding-system): New variable.
17371         (spam-stat-load, spam-stat-save): Use it.
17372
17373 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17374
17375         * spam-report.el (spam-report-plug-agent): Quote
17376         spam-report-url-to-file and spam-report-url-ping-plain.
17377
17378 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17379
17380         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17381         / in mailto URLs.
17382
17383 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17384
17385         * spam-report.el (spam-report-process-queue): Fix interactive use.
17386         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17387         (spam-report-unplug-agent): Doc fixes.
17388         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17389         (spam-report-agentize, spam-report-deagentize): Autoload.
17390
17391 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17392
17393         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17394
17395         * message.el (message-setup-fill-variables): Add mml tags to
17396         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17397         <ajk@iu.edu>.
17398         (message-mode): Don't modify paragraph-separate there.
17399
17400 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17401
17402         * compface.el (uncompface-use-external): Default to undecided.
17403         (uncompface-use-external-threshold): New variable.
17404         (uncompface-float-time): New macro.
17405         (uncompface): Determine whether to use the external decoder if
17406         uncompface-use-external is undecided.
17407
17408 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17409
17410         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17411         after images.
17412
17413         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17414
17415 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17416
17417         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17418
17419         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17420
17421         * gnus-sum.el (gnus-summary-limit-to-age)
17422         (gnus-summary-limit-children): do.
17423
17424         * gnus-int.el (gnus-request-scan): do.
17425
17426         * gnus-group.el (gnus-group-suspend): do.
17427
17428         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17429
17430         * gnus-cite.el (gnus-cite-parse-attributions): do.
17431
17432         * gnus-agent.el (gnus-summary-set-agent-mark)
17433         (gnus-agent-regenerate-group): do.
17434
17435         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17436
17437         * binhex.el (binhex-decode-region-internal): do.
17438
17439 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17440
17441         * gnus-fun.el (gnus-face-properties-alist): New user option.
17442         (gnus-display-x-face-in-from): Use it.
17443
17444         * gnus-art.el (article-display-face): Ditto.
17445
17446         * compface.el (uncompface-use-external): Default to nil.
17447
17448 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17449
17450         * nntp.el (nntp-erase-buffer): New function.
17451         (nntp-retrieve-data, nntp-send-command)
17452         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17453         (nntp-possibly-change-group): Use it.
17454
17455         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17456         with-current-buffer.
17457
17458 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17459
17460         * compface.el: Merge the ELisp-based uncompface program.
17461         (compface): New customization group.
17462         (uncompface-use-external): New user option.
17463         (uncompface): Call uncompface-internal if uncompface-use-external
17464         is nil.
17465         (uncompface-internal): New function.  Note that there are also
17466         some other functions and variables added for this function.
17467
17468 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17469
17470         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17471         if necessary.
17472
17473 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17474
17475         * spam-report.el (spam-report-unplug-agent)
17476         (spam-report-plug-agent, spam-report-deagentize)
17477         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17478         Add support for the Agent in spam-report: when unplugged, report to a
17479         file; when plugged, submit all the requests.
17480
17481         * spam.el (spam-register-routine): Fix message about
17482         registration.
17483
17484 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17485
17486         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17487         dependencies.
17488         (rfc2047-encode): Use it.
17489
17490         * gnus-art.el (gnus-button-marker-list): Move before first
17491         reference.
17492
17493         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17494         (imap-parse-body): Fix format string mismatch.
17495
17496         * gnus-score.el (gnus-summary-increase-score): do.
17497
17498         * nnrss.el (nnrss-close): New function.
17499
17500 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17501
17502         * nnrss.el (nnrss-make-filename): New function.
17503         (nnrss-request-delete-group, nnrss-read-server-data)
17504         (nnrss-save-server-data, nnrss-read-group-data)
17505         (nnrss-save-group-data): Use it.
17506         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17507         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17508         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17509
17510 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17511
17512         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17513
17514 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17515
17516         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17517         files.
17518
17519         * message.el (message-generate-headers-first): Don't quote nil
17520         and t in docstrings.
17521
17522         * imap.el (imap-id): do.
17523
17524         * gnus-agent.el (gnus-agent-consider-all-articles)
17525         (gnus-agent-queue-mail): do.
17526
17527 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17528
17529         * spam-report.el (spam-report-process-queue): New function.
17530         Process requests from `spam-report-requests-file'.
17531         (spam-report-process-queue): Doc fix.
17532
17533 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17534
17535         * spam.el (spam-register-routine)
17536         (spam-log-processing-to-registry, spam-log-registered-p)
17537         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17538         Change "check" to "spam-check" for semi-clarity.
17539
17540 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17541
17542         * pop3.el: Require nnheader.
17543
17544         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17545
17546         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17547
17548         * gnus-picon.el: Require cl.
17549
17550         * gnus-fun.el: Require gnus-ems and gnus-util.
17551
17552         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17553
17554         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17555
17556         * gnus-art.el (gnus-article-edit-mode): Define before first
17557         reference.
17558
17559 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17560
17561         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17562         (gnus-uu-post-encoded): Use point-at-bol.
17563
17564         * gnus-topic.el (gnus-group-active-topic-p): do.
17565
17566         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17567
17568         * gnus-group.el (gnus-group-kill-region): do.
17569
17570         * gnus-art.el (article-date-ut): do.
17571
17572         * message.el (message-fetch-field): Remove redundant
17573         case-fold-search binding.
17574         (message-narrow-to-field): Simplify.
17575
17576 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17577
17578         * spam.el (spam-directory): Derive from `gnus-directory'.
17579
17580         * spam-report.el (spam-report-url-to-file)
17581         (spam-report-requests-file): New function and variable for offline
17582         reporting.
17583         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17584         and user defined function.
17585         (spam-report-url-ping-mm-url): Remove doubled slash.
17586
17587 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17588
17589         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17590
17591 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17592
17593         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17594         format string mismatch.
17595
17596         * sieve.el (sieve-deactivate-all): do.
17597
17598         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17599
17600         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17601
17602         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17603
17604         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17605
17606 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17607
17608         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17609         the list of checks.
17610
17611 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17612
17613         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17614         padding.
17615
17616 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17617
17618         * mm-view.el (mm-fill-flowed): New variable.
17619         (mm-inline-text): Use it.
17620
17621 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17622
17623         * spam.el (spam-spamassassin-register-ham-routine)
17624         (spam-spamassassin-register-spam-routine): Fix function names.
17625
17626 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * gnus.el (gnus-tmp-grouplens): Remove.
17629         (gnus-summary-line-format): Remove grouplens.
17630
17631         * gnus-group.el (gnus-group-line-format): Ditto.
17632
17633         * gnus-spec.el (gnus-format-specs): Ditto.
17634         (gnus-update-format-specifications): Flush the group format spec
17635         cache if there's the grouplens stuff.
17636         (gnus-parse-simple-format): Replace %l with the empty string.
17637
17638 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17639
17640         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17641         omission.
17642
17643 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17644
17645         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17646         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17647
17648 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17649
17650         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17651         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17652         New macros and functions.
17653         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17654         Handle > NLINK_MAX messages.
17655         * nnmaildir.el (nnmaildir-request-set-mark): Use
17656         nnmaildir--emlink-p and nnmaildir--eexist-p.
17657
17658 2004-01-25  Alex Schroeder  <alex@gnu.org>
17659
17660         * spam-stat.el (spam-stat-process-directory-age): New option.
17661         (spam-stat-process-directory): Use it.
17662
17663 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17664
17665         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17666         (spam-stat-save): Accept prefix argument.
17667
17668 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17669
17670         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17671         links" error.
17672
17673 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17674
17675         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17676         the rest of the and/or forms.
17677
17678 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17679
17680         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17681         compatibility with old .newsrc.eld files.
17682
17683         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17684
17685         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17686
17687         * gnus-start.el (gnus-1): do.
17688
17689         * gnus-group.el (gnus-group-line-format-alist): do.
17690
17691         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17692
17693         * gnus-gl.el: Remove.
17694
17695 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17696
17697         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17698         marks consisting of a single range {for example, (3 . 5)} rather
17699         than a list of a single range { ((3 . 5)) }.
17700
17701 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17702
17703         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17704         with-current-buffer.
17705         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17706         avoid consing a string.
17707
17708         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17709         Remove obsolete entries for big5 and gb2312.
17710
17711 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17712
17713         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17714         uncompressed list.
17715
17716 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17717
17718         * spam-stat.el (spam-stat-strip-xref): New function.
17719         (spam-stat-process-directory): Use it.
17720
17721         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17722         here -- it's done in message-fetch-field.
17723
17724 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17725
17726         * gnus-agent.el (gnus-agent-queue-mail)
17727         (gnus-agent-prompt-send-queue): New variables.
17728         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17729         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17730         "nndraft:queue" along to gnus-draft-send.  Use
17731         gnus-agent-prompt-send-queue.
17732         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17733         is "nndraft:queue".  Suggested by Gaute Strokkenes
17734         <gs234@srcf.ucam.org>
17735
17736         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17737         (agent-enable-undownloaded-faces): Added.
17738         (gnus-agent-cat-groups): Use eval-and-compile, not
17739         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17740         method of gnus-agent-cat-groups even when the buffer has been
17741         evaled.
17742         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17743         delete gnus-agent-save-active-1.
17744         (gnus-agent-save-groups): Deleted.  Identical to
17745         gnus-agent-save-active.
17746         (gnus-agent-write-active): No longer adjust agent's copy of active
17747         file as agent's adjustments are now stored in their own
17748         file.  Removed optional parameter.
17749         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17750         servers.  Add use of min/max range limits from server's local
17751         file.
17752         (gnus-agent-save-alist): Removed unused optional argument.
17753         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17754         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17755         (gnus-agent-set-local): A per-server file that keeps min/max range
17756         limits for articles known to the agent.  Provides a fast mechanism
17757         for altering many active ranges.
17758         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17759         active file (local makes it unnecessary).
17760         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17761
17762         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17763         (agent-enable-undownloaded-faces): Added.
17764
17765         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17766         disable it when sending to "nndraft:queue".
17767         (gnus-group-send-queue): Add safety check to avoid sending queue
17768         when unplugged.
17769
17770         * gnus-group.el (gnus-group-catchup): Use new
17771         gnus-sequence-of-unread-articles, not
17772         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17773         numbers of articles.  Use gnus-range-map to avoid having to
17774         uncompress the unread list.
17775         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17776         Fixed invalid ange-ftp reference.
17777
17778         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17779         (gnus-sorted-range-intersection): Intersection of two ranges
17780         without requiring that they first be uncompressed.
17781
17782         * gnus-start.el (gnus-activate-group): Unless blocked by the
17783         caller, possibly expand the active range to include both cached
17784         and agentized articles.
17785         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17786         multiple version-dependent converters.
17787         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17788         gnus-agent-save-active.
17789         (gnus-save-newsrc-file): Save dirty agent range limits.
17790
17791         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17792         gnus-agent-possibly-alter-active.
17793         (gnus-adjust-marked-articles): Faster handling of simple lists.
17794
17795 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17796
17797         * spam-stat.el (spam-stat-test-directory): New optional argument
17798         displays a list of files detected.  Suggested by Andrew Cohen
17799         <cohen@andy.bu.edu>.
17800         (spam-stat-buffer-words-with-scores): Don't narrow and change
17801         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17802
17803 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17804
17805         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17806         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17807         (spam-spamassassin-arguments)
17808         (spam-spamassassin-spam-flag-header)
17809         (spam-spamassassin-positive-spam-flag-header)
17810         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17811         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17812         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17813         (spam-list-of-processors, spam-list-of-checks)
17814         (spam-list-of-statistical-checks, spam-registration-functions)
17815         (spam-check-spamassassin-headers, spam-check-spamassassin)
17816         (spam-spamassassin-score)
17817         (spam-spamassassin-register-with-sa-learn)
17818         (spam-spamassassin-register-spam-routine)
17819         (spam-spamassassin-register-ham-routine)
17820         (spam-assassin-register-spam-routine)
17821         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17822         (spam-bogofilter-score): Fix to show article before scoring.
17823
17824 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17825
17826         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17827         default scoring function.
17828         (spam-generic-score): Call spam-spamassassin-score if
17829         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17830         spam-bogofilter-score otherwise.
17831
17832         * gnus.el (spam-process, spam-autodetect-methods): Add
17833         spamassassin and spamassassin-headers.
17834
17835 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17836
17837         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17838         Suppress unnecessary messages.
17839
17840 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17841
17842         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17843         make-hash-table.
17844
17845 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17846
17847         * canlock.el (base64-encode-string): Don't autoload it.
17848
17849 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17850
17851         * run-at-time.el: Remove useless (require 'itimer),
17852         eval-and-compile and (featurep 'xemacs).
17853
17854 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17855
17856         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17857         GROUP is a virtual group.
17858
17859 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17860
17861         * gnus.el: Autoload `message-y-or-n-p'.
17862
17863 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17864
17865         * pgg-parse.el: Remove unnecessary (require 'custom).
17866
17867         * pgg-def.el: do.
17868
17869         * nnmail.el: do.
17870
17871         * gnus-undo.el: do.
17872
17873         * gnus-picon.el: do.
17874
17875         * gnus-util.el: do.
17876
17877 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17878
17879         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17880
17881 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17882
17883         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17884         handle, as well as a list.
17885
17886         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17887         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17888         (mm-w3m-cid-retrieve): Simplify.
17889
17890 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17891
17892         * message.el (message-kill-to-signature): Allow prefix arg to
17893         specify number of lines to keep before signature.
17894
17895 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17896
17897         * message.el (message-kill-to-signature): Change docstring.
17898
17899 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17900
17901         * canlock.el: Always require sha1-el.
17902         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17903
17904         * message.el: Autoload sha1 only when compiling.
17905
17906         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17907         eudc-expand-inline for XEmacs.
17908
17909 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17910
17911         * message.el (message-canlock-generate): Require sha1-el.
17912
17913 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17914
17915         * message.el (message-expand-name): Silence the byte compiler.
17916
17917         * lpath.el: Add detect-coding-system.
17918
17919         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17920         cus-edit.
17921
17922 2004-01-13  Simon Josefsson  <jas@extundo.com>
17923
17924         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17925         Invoke gnus-score-mode.  Reported by
17926         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17927
17928         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17929         Jim Blandy <jimb@redhat.com> (tiny change).
17930
17931 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17932
17933         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17934
17935 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17936
17937         * spam.el (spam-get-article-as-string): Update to use
17938         gnus-request-article-this-buffer, much simpler.
17939         (spam-get-article-as-buffer): Remove.
17940
17941 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17942
17943         * message.el (message-expand-name): Use EUDC if the user uses that.
17944
17945 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17946
17947         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17948         character for the encoding to avoid consing a string.
17949
17950         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17951         unnecessarily.
17952
17953         * mm-util.el (mm-replace-chars-in-string): Remove.
17954
17955         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17956         of mm-replace-chars-in-string.
17957
17958 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17959
17960         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17961
17962         * mm-util.el (mm-subst-char-in-string): Support inplace.
17963
17964         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17965         a new string in every iteration.  Use shy groups.
17966
17967 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17968
17969         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17970         * gnus-soup.el (gnus-soup-group-brew):
17971         * gnus-msg.el (gnus-put-message):
17972         * gnus-move.el (gnus-group-move-group-to-server):
17973         * gnus-kill.el (gnus-batch-score):
17974         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17975         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17976         (gnus-group-update-group, gnus-group-read-group)
17977         (gnus-group-make-group, gnus-group-make-help-group)
17978         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17979         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17980         (gnus-group-sort-by-unread, gnus-group-catchup)
17981         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17982         (gnus-group-yank-group, gnus-group-set-info)
17983         (gnus-group-list-groups):
17984         * gnus.el (gnus-generate-new-group-name):
17985         * gnus-delay.el (gnus-delay-send-queue):
17986         * nnvirtual.el (nnvirtual-catchup-group):
17987         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17988         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17989         (gnus-group-prepare-topics, gnus-topic-check-topology):
17990         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17991         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17992         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17993         (gnus-group-make-articles-read):
17994         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17995         (gnus-group-change-level, gnus-kill-newsgroup)
17996         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17997         (gnus-get-unread-articles, gnus-make-articles-unread)
17998         (gnus-make-ascending-articles-unread): Use accessor
17999         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18000         to get group information for improved readability.
18001
18002
18003 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18004
18005         * gnus-art.el (article-decode-mime-words, article-babel)
18006         (gnus-article-highlight-signature, gnus-article-add-buttons)
18007         (gnus-signature-toggle): Use gnus-with-article-buffer.
18008
18009         * gnus-art.el (gnus-article-highlight-headers)
18010         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18011
18012         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18013         (gnus-article-set-globals, gnus-request-article-this-buffer)
18014         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18015         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18016         (gnus-mime-display-alternative): Use with-current-buffer.
18017
18018 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18019
18020         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18021         also under 80 char limit, and call gnus-error if needed.
18022         (spam-fetch-article-header): Fix - it was a
18023         buffer-local variable (gnus-newsgroup-data).
18024         (spam-find-spam): Use spam-generate-fake-headers, forget about
18025         spam-insert-fake-headers.
18026         (spam-insert-fake-headers): Remove.
18027
18028 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18029
18030         * deuglify.el (gnus-article-outlook-unwrap-lines)
18031         (gnus-outlook-rearrange-article)
18032         (gnus-outlook-repair-attribution-outlook)
18033         (gnus-outlook-repair-attribution-block)
18034         (gnus-outlook-repair-attribution-other): Remove redundant
18035         save-excursion.
18036
18037 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18038
18039         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18040         (spam-fetch-field-subject-fast)
18041         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18042         (spam-fetch-article-header): Add functions to deal with Gnus
18043         internals for fast retrieval of article header data.
18044         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18045
18046 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18047
18048         * pop3.el (pop3-md5): Remove.
18049         (pop3-apop): Replace pop3-md5 with md5.
18050
18051         * mm-bodies.el: base64 is always built-in.
18052
18053         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18054         with-current-buffer.
18055
18056 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18057
18058         * canlock.el (canlock-insert-header): Remove excessive grouping in
18059         regexp.
18060
18061         * gnus-sum.el (gnus-summary-read-document): Ditto.
18062
18063         * gnus-uu.el (gnus-uu-part-number): Ditto.
18064
18065         * html2text.el (html2text-remove-tags): Ditto.
18066         (html2text-format-tags): Ditto.
18067         (html2text-format-single-elements): Ditto.
18068
18069         * mml.el (mml-parse-1): Ditto.
18070
18071 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18072
18073         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18074
18075         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18076
18077         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18078
18079         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18080
18081 2003-11-15  Simon Josefsson  <jas@extundo.com>
18082
18083         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18084         (pgg-gpg-lookup-key): Use regexp match instead of
18085         split-string (split-string is different between emacs 21.2 and
18086         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18087
18088 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18089
18090         * gnus-art.el (gnus-mime-view-all-parts)
18091         (gnus-article-part-wrapper, gnus-article-view-part): Use
18092         with-current-buffer.
18093
18094 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18095
18096         * spam.el (spam-disable-spam-split-during-ham-respool)
18097         (spam-spamoracle-database, spam-cache-lookups)
18098         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18099         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18100         (spam-group-ham-marks, spam-group-spam-marks)
18101         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18102         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18103         also add spam-use-blackholes to the statistical checks.
18104         (spam-fetch-field-fast): Add interface to fetching fields, may
18105         become a macro.
18106         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18107         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18108         (spam-insert-fake-headers): Fake an article when needed.
18109         (spam-find-spam): Fake article when possible.
18110         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18111         (spam-check-bogofilter-headers): Use message-fetch-field instead
18112         of nnmail-fetch-field.
18113
18114 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18115
18116         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18117
18118 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18119
18120         * spam.el (spam-split): Do not require spam-use-CHECK to be
18121         enabled if that check is passed to spam-split explicitly; also
18122         fix so 'spam doesn't get converted to spam-split-group when
18123         spam-split-symbolic-return is t.
18124         (spam-find-spam): Find registrations of the article and use those
18125         instead of re-running spam-split to find the spam/ham
18126         classification of the article.
18127         (spam-log-processing-to-registry, spam-log-registered-p)
18128         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18129         Use gnus-error instead of gnus-message.
18130         (spam-log-registration-type): Add function to determine the
18131         classification of a message based on registry entries; will
18132         return nil if both 'spam and 'ham are found.
18133         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18134         a reasonably fast local cache without the loading errors.
18135         (spam-cache-lookups): Set to t by default.
18136         (spam-find-spam): Don't try to guess spam-cache-lookups.
18137         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18138         spam-caches entry.
18139         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18140         caching of whitelist/blacklist entries.
18141         (spam-check-whitelist, spam-check-blacklist): Invoke
18142         spam-from-listed-p with a type, not a cache variable.
18143         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18144
18145 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18146
18147         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18148
18149         * nnmail.el (nnmail-split-fancy): do.
18150
18151         * mml.el (mml-parse): do.
18152
18153         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18154         (gnus-score-adaptive): do.
18155
18156 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18157
18158         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18159         (gnus-mime-button-map): Don't set keymap parent.
18160         (gnus-button-ctan-directory-regexp): Use shy grouping.
18161         (gnus-prev-page-map): Don't set keymap parent.
18162         (gnus-prev-page-map): Remove duplicated one.
18163         (gnus-next-page-map): Don't set keymap parent.
18164         (gnus-mime-security-button-map): Ditto.
18165
18166         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18167         version number.
18168
18169         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18170
18171 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18172
18173         * canlock.el (canlock-sha1-function): Remove.
18174         (canlock-sha1-function-for-verify): Remove.
18175         (canlock-openssl-program): Remove.
18176         (canlock-openssl-args): Remove.
18177         (canlock-ignore-errors): Remove.
18178         (canlock-sha1-with-openssl): Remove.
18179         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18180         (canlock-verify): Don't use canlock-ignore-errors.
18181
18182         * sha1-el.el (sha1-string-external): Make it can return a string
18183         in binary form.
18184         (sha1-region-external): Ditto.
18185         (sha1-string-internal): Ditto.
18186         (sha1-region-internal): Ditto.
18187         (sha1-region): Ditto.
18188         (sha1-string): Ditto.
18189         (sha1): Ditto.
18190
18191 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18192
18193         * spam.el (spam-report-articles-gmane): New command.
18194
18195 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18196
18197         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18198
18199         * run-at-time.el (run-at-time-saved): Remove.
18200         (run-at-time): Doc fix.
18201
18202 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18203
18204         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18205         (gnus-summary-limit-map): Add it.
18206         (gnus-summary-make-menu-bar): do.
18207
18208 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18209
18210         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18211         Make attempt at some caching support (done for BBDB only now).
18212         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18213         addresses to be checked.
18214         (spam-clear-cache-BBDB): Add function, to be invoked by
18215         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18216         (spam-check-BBDB): Check and use the caches, if
18217         spam-cache-lookups is on, remove superfluous (provide).
18218
18219 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18220
18221         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18222
18223 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18224
18225         * run-at-time.el (run-at-time-saved): Move to after the definition
18226         of `run-at-time'.
18227
18228         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18229
18230 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18231
18232         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18233         mm-w3m-local-map-property.
18234
18235         * mm-view.el (mm-w3m-mode-map): Remove.
18236         (mm-w3m-local-map-property): Remove.
18237         (mm-inline-text-html-render-with-w3m): Don't use
18238         mm-w3m-local-map-property.
18239
18240 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18241
18242         * run-at-time.el: New file.
18243
18244         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18245         under Emacs.
18246
18247         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18248         of gnus-set-text-properties.
18249
18250         * gnus-uu.el (gnus-uu-save-article): Ditto.
18251
18252         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18253
18254         * gnus-cite.el (gnus-cite-parse): Ditto.
18255
18256         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18257         of gnus-.
18258
18259         * gnus-xmas.el (run-at-time): Require run-at-time.
18260
18261         * gnus.el: Changed calls to nnheader-run-at-time and
18262         password-run-at-time throughout to use run-at-time directly.
18263
18264         * password.el: Removed definition of run-at-time.
18265
18266         * nnheaderxm.el: Remove definition of run-at-time.
18267
18268 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18269
18270         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18271         in prompt.
18272
18273 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18274
18275         * messagexmas.el (message-xmas-redefine): Alias
18276         `message-make-caesar-translation-table' to
18277         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18278         version.
18279
18280         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18281         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18282         `gnus-xmas-set-text-properties'.
18283         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18284         `gnus-xmas-completing-read'.
18285         (gnus-xmas-completing-read): Removed.
18286         (gnus-xmas-open-network-stream): Removed.
18287
18288         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18289         XEmacs version.
18290
18291         * dns.el (dns-make-network-process): Use `open-network-stream'
18292         instead of `gnus-xmas-open-network-stream'.
18293
18294         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18295
18296         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18297
18298 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18299
18300         * gnus-art.el (gnus-mime-display-alternative)
18301         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18302         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18303         Don't use gnus-local-map-property.
18304
18305         * gnus-util.el (gnus-local-map-property): Remove.
18306
18307         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18308         gnus-completing-read-maybe-default with completing-read.
18309
18310         * gnus-util.el (gnus-completing-read): do.
18311         (gnus-completing-read-maybe-default): Remove.
18312
18313 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18314
18315         * password.el: Only autoload `run-at-time' if not XEmacs.
18316         Only autoload the itimer functions if XEmacs.
18317
18318 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18319
18320         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18321         XEmacsen.
18322
18323         * dgnushack.el: Autoload executable-find for XEmacs.
18324
18325 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18326
18327         * gnus-art.el (gnus-read-string): Remove.
18328         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18329         read-string.
18330
18331 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18332
18333         * netrc.el: Autoload password-read.
18334         (netrc): Add configuration group.
18335         (netrc-encoding-method, netrc-openssl-path): Add
18336         variables for encoding and decoding of files with symmetric
18337         ciphers.
18338         (netrc-encode): Add assistant function to encode a file with
18339         netrc-encoding-method.
18340         (netrc-parse): Add interactive parameter, added optional
18341         decoding if netrc-encoding-method is non-nil but otherwise
18342         behavior is standard.
18343         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18344         Do s/encode/encrypt/ everywhere.
18345
18346         * spam.el: Remove executable-find autoload.
18347
18348 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18349
18350         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18351
18352         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18353
18354 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18355
18356         * gnus-art.el (gnus-treat-ansi-sequences)
18357         (article-treat-ansi-sequences): New variable and function.
18358         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18359
18360         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18361         Use it.
18362
18363 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18364
18365         * mm-util.el (mm-quote-arg): Remove.
18366
18367         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18368         shell-quote-argument.
18369
18370         * gnus-uu.el (gnus-uu-command): do.
18371
18372         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18373
18374         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18375         with make-char.
18376
18377         * mm-util.el (mm-make-char): Remove.
18378
18379         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18380         add-minor-mode.
18381
18382         * gnus-undo.el (gnus-undo-mode): do.
18383
18384         * gnus-topic.el (gnus-topic-mode): do.
18385
18386         * gnus-sum.el (gnus-dead-summary-mode): do.
18387
18388         * gnus-start.el (gnus-slave-mode): do.
18389
18390         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18391
18392         * gnus-ml.el (gnus-mailing-list-mode): do.
18393
18394         * gnus-gl.el (gnus-grouplens-mode): do.
18395
18396         * gnus-draft.el (gnus-draft-mode): do.
18397
18398         * gnus-dired.el (gnus-dired-mode): do.
18399
18400         * gnus-ems.el (gnus-add-minor-mode): Remove.
18401
18402         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18403         Replace gnus-char-width with char-width.
18404
18405         * gnus-ems.el (gnus-char-width): Remove.
18406
18407         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18408         Replace gnus-char-width with char-width.
18409
18410         * gnus-ems.el (gnus-char-width): Remove.
18411
18412         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18413         definition.
18414         Remove Emacs 20 hash table compatibility code.
18415
18416         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18417         20 compatibility code.
18418
18419         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18420
18421         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18422
18423         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18424         with point-at-{eol,bol}.
18425
18426         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18427
18428         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18429
18430         * flow-fill.el (fill-flowed-point-at-bol)
18431         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18432
18433         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18434         Replace with point-at-{eol,bol} throughout all files.
18435
18436 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18437
18438         * ntlm.el (ntlm-string-as-unibyte): New macro.
18439         (ntlm-build-auth-response): Use it.
18440
18441         Remove Emacs 20 stuff:
18442         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18443         (butlast, mapc, remove): Remove the compiler macros.
18444         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18445         of delq and copy-sequence.
18446         * gnus-art.el (popup-menu): Remove the compiler macro.
18447         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18448         Emacs 20.
18449
18450 2004-01-05  Simon Josefsson  <jas@extundo.com>
18451
18452         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18453         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18454         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18455         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18456         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18457         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18458         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18459         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18460         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18461         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18462         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18463         string-xor into ntlm-string-xor.  Suggested by
18464         Jesper Harder <harder@myrealbox.com>.
18465
18466         * ntlm.el: Don't include poem.
18467
18468         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18469         Jesper Harder <harder@myrealbox.com>.
18470
18471         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18472
18473         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18474         probably breaks emacs with DL patch, but do we care? Is anyone
18475         still using the DL stuff?)
18476
18477         * sieve-manage.el: Use the password package.
18478         (sieve-manage-read-passwd): Remove.
18479         (sieve-manage-interactive-login): Use password.  Re-add
18480         condition-case around loop.
18481
18482         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18483         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18484         the password package.
18485
18486 2003-02-19  Simon Josefsson  <jas@extundo.com>
18487
18488         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18489         token.
18490
18491 2002-08-07  Simon Josefsson  <jas@extundo.com>
18492
18493         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18494         (sieve-manage-authenticators):
18495         (sieve-manage-authenticator-alist): Add some SASL mechs.
18496         (sieve-sasl-auth): New function.
18497         (sieve-manage-cram-md5-auth):
18498         (sieve-manage-plain-auth): Rewrite using SASL library.
18499         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18500         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18501         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18502         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18503
18504 2004-01-05  Simon Josefsson  <jas@extundo.com>
18505
18506         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18507         New files.
18508
18509 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18510
18511         * gnus-group.el (gnus-no-groups-message): Update.
18512
18513         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18514
18515 2003-11-09  Simon Josefsson  <jas@extundo.com>
18516
18517         * imap.el: Support for ID IMAP extension (RFC 2971).
18518         (imap-local-variables): Add imap-id.
18519         (imap-id): New variable.
18520         (imap-id): New function.
18521         (imap-parse-response): Parse untagged ID response.
18522         * nnimap.el (nnimap-id): New variable.
18523         (nnimap-open-connection): Use it.
18524
18525 2003-12-28  Simon Josefsson  <jas@extundo.com>
18526
18527         * gnus-score.el (gnus-score-edit-all-score): New.
18528         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18529
18530 2004-01-04  Simon Josefsson  <jas@extundo.com>
18531
18532         * password.el: Add.
18533
18534 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18535
18536         * dns.el (dns-query-types): Fix typo.
18537         (dns-query-types): New function.
18538         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18539         PTR and SOA replies, see RFC 1035.
18540
18541 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18542
18543         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18544
18545         * Moved to Changelog.2.
18546
18547 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18548
18549         * gnus.el (gnus-version-number): Bump version.
18550
18551 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18552
18553         * gnus.el: No Gnus v0.1 is released.
18554
18555 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18556
18557         * gnus.el: No Gnus v0.0 is released.
18558
18559 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18560
18561         * gnus.el (gnus-version-number): Bump.
18562         (gnus-version): No.
18563
18564 See ChangeLog.2 for earlier changes.
18565
18566     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18567       Free Software Foundation, Inc.
18568
18569   This file is part of GNU Emacs.
18570
18571   GNU Emacs is free software: you can redistribute it and/or modify
18572   it under the terms of the GNU General Public License as published by
18573   the Free Software Foundation, either version 3 of the License, or
18574   (at your option) any later version.
18575
18576   GNU Emacs is distributed in the hope that it will be useful,
18577   but WITHOUT ANY WARRANTY; without even the implied warranty of
18578   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18579   GNU General Public License for more details.
18580
18581   You should have received a copy of the GNU General Public License
18582   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18583
18584 ;; Local Variables:
18585 ;; coding: utf-8
18586 ;; fill-column: 79
18587 ;; add-log-time-zone-rule: t
18588 ;; End: