(nnimap-transform-headers): Don't bug out on bodiless articles.
[gnus] / lisp / ChangeLog
1 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-request-head): New function.
4         (nnimap-request-move-article): Try to be slighly faster by not
5         requesting the entire message when moving.
6         (nnimap-transform-headers): Don't bug out on bodiless articles.
7
8 2010-10-24  Julien Danjou  <julien@danjou.info>
9
10         * message.el (message-default-headers): Fix type.
11
12 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13
14         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
15         prefetching images.
16
17         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
18         backend for unknown groups.  This is mainly useful for nnimap groups.
19
20         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
21         group isn't covered by the agent.
22
23 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
24
25         * nnir.el (nnir-method-default-engines): new variable.
26         (nnir-run-query): use it.
27         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
28         (gnus-summary-nnir-goto-thread): change group if needed.
29
30         * gnus-group.el (gnus-group-group-map): add key binding for
31         gnus-group-make-nnir-group.
32
33 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * shr.el (shr-tag-object): Added.
36
37         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
38         original article buffer live.
39         (gnus-summary-select-article-buffer): Mention
40         gnus-widen-article-buffer.
41
42 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43
44         * shr.el (shr-tag-strong): Added.
45
46 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
47
48         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
49         group names.  They mess up the group buffer badly.
50
51         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
52
53         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
54         instead of the summary one.
55
56 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
57
58         * mml.el (mml-preview): Work properly when editing article.
59
60         * gnus-start.el (gnus-read-active-file-1): Don't add method to
61         gnus-have-read-active-file if it's already been in.
62
63 2010-10-22  Tom Tromey  <tromey@redhat.com>
64
65         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
66         gnus-group-completing-read.
67
68 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
69
70         * message.el (message-mode-map): Don't bind M-; to comment region, to
71         allow the global comment-dwim to work.
72
73 2010-10-21  Julien Danjou  <julien@danjou.info>
74
75         * message.el (message-setup-1): Allow message-default-headers to be a
76         function.
77
78 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
79
80         * shr.el (shr-tag-table): Simplify.
81
82 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83
84         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
85         to avoid trying to snarf invalid stuff.
86
87         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
88
89         * gnus.el (gnus-message-archive-group): Quote value.
90         (gnus-message-archive-group): Mark as changed.
91
92         * shr.el (shr-add-font): Don't put the font properties on the newline
93         or the indentation.
94
95         * message.el (message-fix-before-sending): Change options when sending
96         non-printable characters.
97
98         * gnus.el (gnus-message-archive-method): Change the default to
99         monthly outgoing groups.
100
101         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
102         that have gotten new numbers.
103
104         * nnimap.el (nnimap-request-replace-article): New function.
105
106 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
107
108         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
109         (nnrss-request-article): Don't use special html washing code.
110
111 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * shr.el (shr-tag-table): Remove useless nconc.
114
115 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116
117         * gnus-art.el (article-wash-html): Simplify and remove the charset
118         stuff.  Use the normal html rendering code instead of the special html
119         washing code.
120
121         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
122         `gnus-w3m' symbols.
123         (mm-text-html-washer-alist): Removed.
124
125         * mm-decode.el (mm-inline-text-html-renderer): Removed.
126         (mm-inline-media-tests): Removed use.
127         (mm-text-html-renderer): Change default to the `shr' symbol.
128
129         * mm-view.el (mm-inline-text-html): Removed use.
130
131         * gnus-art.el (gnus-blocked-images): New function.  Allow the
132         `gnus-blocked-images' to be a function.
133         (gnus-article-wash-function): Removed.
134
135 2010-10-20  Julien Danjou  <julien@danjou.info>
136
137         * spam.el (spam-list-of-processors): Mark as obsolete.
138
139         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
140         (nnimap-insert-partial-structure): Fix boundary detection.
141
142 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
143
144         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
145         run file-truename on remote files.  This can be expensive and even
146         prevent one from editing drafts if some unrelated buffer has a stale
147         connection.
148
149 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
152         kinsoku-eol regardless of shr-kinsoku-shorten.
153         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
154         (shr-tag-table): Support caption, thead, and tfoot.
155
156 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
157
158         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
159         lines.
160         (shr-save-contents): New command and keystroke.
161
162         * nndoc.el (nndoc-type-alist): Add git support.
163         (nndoc-git-type-p): New function.
164         (nndoc-transform-git-article): Ditto.
165         (nndoc-transform-git-headers): Ditto.
166         (nndoc-transform-git-headers): Generate Subject headers.
167
168         * shr.el (shr-parse-style): New function.
169         (shr-tag-span): Ditto.
170
171         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
172         to `G G' to avoid collisions.
173
174 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * shr.el: Load kinsoku if necessary.
177         (shr-kinsoku-shorten): New internal variable.
178         (shr-find-fill-point): Make kinsoku shorten text line if
179         shr-kinsoku-shorten is bound to non-nil.
180         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
181         shr-indentation too when testing if table is wider than frame width.
182         (shr-insert-table): Use `string-width' instead of `length' to measure
183         text width.
184         (shr-insert-table-ruler): Make sure indentation is done at bol.
185
186 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
187
188         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
189         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
190         undecoded network data.
191
192 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
193
194         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
195         name in the mode line spec so that the mode line menu works
196         (bug #2431).
197
198         * message.el (message-get-reply-headers): If we're fed `to-address',
199         then always use that.
200
201         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
202         aren't so wide as to need to switch off the edit menu.
203
204         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
205         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
206
207         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
208         `M-g'.
209         (nnimap-update-info): Update flags/read marks even if \* isn't part of
210         the permanent marks.
211
212 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
213
214         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
215         Splitting according to references/in-reply-to obeys the ignore-groups
216         variable, while splitting by sender and subject do not.
217
218 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
219
220         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
221         alist, so that we can look for non-Unicode chars.
222         (article-translate-strings): Allow both character and string maps.
223
224 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
225
226         * shr.el (shr-insert): Don't insert space behind a wide character
227         categorized as kinsoku-bol, or between characters both categorized as
228         nospace.
229
230 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
231
232         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
233         headers to gnus-newsgroup-headers.
234
235 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
236
237         * shr.el (shr-tag-img): Don't align images -- since we're not
238         rescaling, this often leads to ugly displays.
239
240 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
241
242         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
243         duplicates.
244
245 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
246
247         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
248         call.
249
250 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
251
252         * gnus.el: Autoload gnus-html-show-images.
253
254         * nnimap.el: Use nnheader-message throughout.
255
256         * shr.el (shr-tag-img): Ignore images with no data.
257
258 2010-10-15  Julien Danjou  <julien@danjou.info>
259
260         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
261         a possibility to disable format=flow encoding when using hard newlines.
262
263 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * shr.el (shr-insert): Remove space inserted before or after a
266         breakable character or at the beginning or the end of a line.
267         (shr-find-fill-point): Do kinsoku; find the second best point or give
268         it up if there's no breakable point.
269
270 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
271
272         * nnimap.el (nnimap-open-connection): Message when opening connection
273         for debugging purposes.
274
275         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
276         on every setup buffer call to allow this to change from article to
277         article.
278
279         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
280         buffers where we have a wide table.
281
282 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
283
284         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
285         uses *-request-thread.
286
287 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
288
289         * nnimap.el (nnimap-open-connection): Remove %s from openssl
290         incantation, which is no longer valid.
291
292 2010-10-14  Julien Danjou  <julien@danjou.info>
293
294         * shr.el: Fix defcustom type (char -> character).
295
296 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * nnimap.el (nnimap-open-connection): tls-program should be a list of
299         programs.
300
301 2010-10-14  Julien Danjou  <julien@danjou.info>
302
303         * shr.el (shr-tag-a): Use url-link as widget type.
304
305         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
306         `gnus-group-get-icon'.
307
308 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
311         This should make server editing work better.
312
313         * shr.el (shr-find-fill-point): Don't inloop on indented text.
314
315         * tls.el (tls-program): Remove spurious %s from openssl.
316
317         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
318         (nnimap-parse-flags): Fix regexp.
319
320         * shr.el (shr-find-fill-point): Use a filling algorithm that should
321         probably work for CJVK text, too.
322
323         * nnimap.el (nnimap-extend-tls-programs): Removed.
324         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
325
326         * tls.el (tls-starttls-switches): Remove starttls hack.
327         (open-tls-stream): Ditto.
328         (tls-find-starttls-argument): Ditto.
329
330 2010-10-13  Julien Danjou  <julien@danjou.info>
331
332         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
333         responses.
334
335 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
336
337         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
338
339         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
340         anything in Emacs.
341
342         * shr.el (shr-current-column): Remove buggy and unnecessary function.
343
344 2010-10-13  Julien Danjou  <julien@danjou.info>
345
346         * shr.el (shr-width): Make shr-width a defcustom with default to
347         fill-column.
348         (shr-tag-img): Use shr-width rather than fill-column.
349
350 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
351
352         * dgnushack.el (byte-optimize-apply)
353         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
354
355         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
356         position when (X-)Faces exist.
357         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
358         avatars when called interactively.
359
360 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
361
362         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
363         gnus-article-x-face-too-ugly is bound.
364
365 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
366
367         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
368
369         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
370         mailbox that doesn't exist.
371
372 2010-10-12  Julien Danjou  <julien@danjou.info>
373
374         * shr.el (shr-tag-img): Encode URL properly when retrieving.
375         (shr-get-image-data): Encode URL properly when fetching from cache.
376         (shr-tag-img): Use aligned-to spaces to align correctly images.
377
378         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
379         before inserting the Gravatar.
380
381         * shr.el (shr-tag-img): Add align attribute support for <img>.
382
383 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
384
385         * gnus-gravatar.el (gnus-art): Required.
386
387         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
388         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
389         Remove long obsoleted functions.
390
391 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
392
393         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
394
395         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
396
397         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
398         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
399         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
400         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
401         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
402         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
403         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
404
405 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
406
407         * nnimap.el (nnimap-request-rename-group): Select group read-only
408         before renaming it.
409
410         * shr.el (shr-insert): Fix up the white space only regexp.
411
412         * nnimap.el (nnimap-transform-split-mail): Not all articles have
413         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
414
415         * shr.el (shr-current-column): New function.
416         (shr-find-fill-point): New function.
417
418 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
419
420         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
421         numbers.
422
423 2010-10-11  Julien Danjou  <julien@danjou.info>
424
425         * shr.el (shr-hr-line): Add.
426         (shr-tag-hr): Use shr-hr-line to specify which character to use to
427         display hr lines.
428         (shr-max-columns): Do not change state to nil if we just inserting
429         spaces.
430
431 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432
433         * gnus-topic.el (gnus-topic-read-group): If after the last group,
434         select the last group.
435
436 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
437
438         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
439
440 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
441
442         * dig.el (dig-mode-map): Declare and define in one step.
443
444 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
445
446         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
447         for Gnus.
448         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
449         (nnimap-update-qresync-info): Mark \Seen articles as read.
450
451         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
452         non-variable, too.
453
454         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
455         available.
456         (nnimap-update-info): Rely more on the current active than the param
457         active to avoid marking articles as read too much.
458
459         * auth-source.el (auth-source-create): Use (user-login-name) for the
460         user name default.
461
462         * nnimap.el (nnimap-update-info): If the server doesn't return any
463         useful info, just use the previous info.
464         (nnimap-update-info): Prefer old info over start-article.
465         (nnimap-update-qresync-info): Finish implementing QRESYNC.
466
467 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
468
469         * nnir.el (autoload): Clean up autoloads.
470         (nnir-imap-default-search-key): Renamed from
471         nnir-imap-search-field. Use key rather than value.
472         (nnir-imap-search-other): New variable.
473         (nnir-read-parm): Use it.
474         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
475         (gnus-summary-nnir-goto-thread): Modify to work with imap.
476
477 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
478
479         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
480         the process, too.
481
482 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
483
484         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
485         Allbery.
486
487         * shr.el: Rework the way things are indented by <li> slightly.
488
489         * gnus.el (gnus-group-set-parameter): Fix typo.
490
491         * nnimap.el: Start implementing QRESYNC support.
492
493 2010-10-09  Julien Danjou  <julien@danjou.info>
494
495         * nnir.el (nnir-engines): Fix too many arguments.
496
497 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
498
499         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
500         group is the "last", so that the backends like nnfolder actually save
501         their folders.
502
503         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
504         try to use that for the tls stream.
505         (nnimap-retrieve-group-data-early): Rework the marks code to heed
506         UIDVALIDITY and find out which groups are read-only and not.
507         (nnimap-get-flags): Use the same marks parsing code as the rest of
508         nnimap.
509
510 2010-10-09  Julien Danjou  <julien@danjou.info>
511
512         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
513
514         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
515         retrieving gravatars.
516
517         * shr.el (shr-table-corner): Add.
518         (shr-table-line): Add.
519         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
520
521 2010-10-08  Julien Danjou  <julien@danjou.info>
522
523         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
524
525 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
526
527         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
528
529         * gnus-sum.el (gnus-mark-article-as-unread)
530         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
531         (gnus-summary-set-bookmark): Use it.
532
533         * gnus-msg.el (gnus-setup-message): Use it.
534
535         * gnus-demon.el (gnus-demon-remove-handler): Use it.
536
537         * gnus.el (gnus-group-remove-parameter): Use it.
538
539         * gnus-group.el (gnus-group-make-web-group): Use it.
540
541         * gnus-demon.el (gnus-demon-remove-handler): Use it.
542
543         * nnregistry.el: Update docs to mention manual.
544
545         * gnus-registry.el: Update docs to mention nnregistry.el.
546         (gnus-registry-initialize): Don't install nnregistry refer method
547         automatically.
548         (gnus-registry-install-nnregistry): Remove it.
549
550 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
551
552         * shr.el (shr-insert): Don't insert double spaces.
553
554 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
555
556         * gnus-gravatar.el (gnus-treat-from-gravatar)
557         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
558         called interactively.
559
560         * gnus-art.el (gnus-mime-view-part-externally)
561         (gnus-mime-view-part-internally): Make predicate function passed to
562         gnus-mime-view-part-as-type assume argument is a mime type, not a list
563         of a mime type.
564
565         * shr.el (shr-table-widths): Don't use cl function `reduce'.
566
567 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * shr.el (require): Require cl when compiling.
570         (shr-tag-hr): New function.
571
572         * nnimap.el (nnimap-update-info): Remove double setting of high.
573         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
574         makes nnimap work properly on Courier again.
575
576         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
577         the variable for backwards compatability.
578
579         * mm-decode.el (mm-save-part): If given a non-directory result, expand
580         the file name before using to avoid setting mm-default-directory to
581         nil.
582
583         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
584         bidning gnus-agent variables.
585
586         * shr.el (shr-render-td): Use a cache for the table rendering function
587         to avoid getting an exponential rendering behaviour in nested tables.
588         (shr-insert): Rework the line-breaking algorithm.
589         (shr-insert): Don't leave trailing spaces.
590         (shr-insert-table): Also insert empty TDs.
591         (shr-tag-blockquote): Ensure paragraphs after </ul>.
592
593 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
594
595         * gnus-sum.el (gnus-number): Rename from `number'.
596         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
597         (gnus-summary-limit-children): Update uses correspondingly.
598
599 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
600
601         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
602         (gnus-gravatar-transform-address): Don't show avatars of people of
603         which mail addresses match gnus-gravatar-too-ugly.
604
605 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
606
607         * shr.el (shr-table-widths): Expand TD elements to fill available
608         space.
609
610 2010-10-07  Julien Danjou  <julien@danjou.info>
611
612         * nnimap.el (nnimap-request-rename-group): Add this method.
613
614 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
615
616         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
617         name from XEmacs' function-arglist.
618
619         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
620         gravatar under XEmacs.
621
622 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
623
624         * auth-source.el: Update docs with TODO items.
625
626         * gnus-sync.el: Update docs to explain state and plans.
627
628         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
629         Hooks for mark updates.
630         (gnus-request-set-mark, gnus-request-update-mark): Use them.
631
632         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
633         hooks with arguments, which is needed for mark update hooks.
634
635 2010-10-06  Julien Danjou  <julien@danjou.info>
636
637         * gnus.el (gnus-expand-group-parameter): Only return and act on what
638         was matched.
639
640         * sieve-manage.el: Update example in `Commentary'.
641
642         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
643
644         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
645         not 2000.
646         (sieve-manage-authenticate): Re-add function.
647
648 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
649
650         * shr.el (shr-insert): Get 'space transition right.
651         (shr-render-td): Only delete space at the end of the TD.
652
653         * nnimap.el (nnimap-open-connection): Prepare to support
654         open-gnutls-stream.
655
656         * shr.el: Rearrange function order to be more logical.
657
658 2010-10-06  Julien Danjou  <julien@danjou.info>
659
660         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
661         (nnrss-discover-feed): Remove 404 URL in docstring.
662
663         * nnir.el: Fix Swish-E URL.
664         Fix Namazu URL.
665
666         * message.el (message-change-subject): Remove 404 URL in a comment.
667
668 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
669
670         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
671         called interactively.
672
673         * gnus-util.el (gnus-remove-if): Allow hash table.
674         (gnus-remove-if-not): New function.
675
676         * gnus-art.el (gnus-mime-view-part-as-type)
677         * gnus-score.el (gnus-summary-score-effect)
678         * gnus-sum.el (gnus-read-move-group-name):
679         Replace remove-if-not with gnus-remove-if-not.
680
681         * gnus-group.el (gnus-group-completing-read):
682         Regard collection as a hash table if it is not a list.
683
684 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
685
686         * shr.el (shr-render-td): Allow blank/missing <TD>s.
687
688         * shr.el: Document the table-rendering algorithm.
689
690 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
691
692         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
693         for Emacsen having no `libxml-parse-html-region' support.
694
695 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
696
697         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
698         invalid URLs.
699
700         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
701         line-broken.
702         (shr-tag-img): Ignore image fetching errors.
703         (shr-overlays-in-region): Compute overlay positions correctly.
704
705         * mm-decode.el (mm-shr): Require shr.
706
707         * gnus-art.el (gnus-blocked-images): Move variable here.
708
709         * shr.el (shr-insert-table): Bind free variable.
710
711         * mm-decode.el (mm-shr): Bind shr-content-function.
712
713         * shr.el (shr-content-function): New variable.
714
715         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
716         added for symmetry.
717
718         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
719
720         * gnus-group.el (gnus-group-make-group): Doc fix.
721
722         * nnimap.el (nnimap-request-newgroups): Return success.
723
724         * shr.el (shr-find-elements): New function.
725         (shr-tag-table): Put all the images after the table.
726         (shr-tag-table): Really inhibit images inside the table.
727         (shr-collect-overlays): Copy over overlays from the TD elements to the
728         main document.
729
730         * mm-decode.el (mm-shr): Bind shr-blocked-images to
731         gnus-blocked-images.
732
733 2010-10-05  Julien Danjou  <julien@danjou.info>
734
735         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
736
737         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
738         (gnus-html-maximum-image-size): Add this function.
739         (gnus-html-put-image): Use gnus-html-maximum-image-size.
740
741         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
742         server-value of the capability is nil.
743
744 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745
746         * shr.el (shr-tag-em): Add <EM> tag.
747
748 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
749
750         * sieve-manage.el (sieve-manage-default-stream): Make default stream
751         customizable.
752
753         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
754         handing broken links to browse-url.
755
756 2010-10-05  Julien Danjou  <julien@danjou.info>
757
758         * gnus-util.el (gnus-emacs-completing-read)
759         (gnus-iswitchb-completing-read): Use autoload rather than require.
760
761 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
764         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
765         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
766         iswitchb-temp-buflist for XEmacs.
767
768         * gnus-util.el (gnus-completing-read-function): Exclude
769         gnus-icompleting-read and gnus-ido-completing-read from candidates for
770         XEmacs since iswitchb.el is very old and ido.el is unavailable in
771         XEmacs.
772
773         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
774         not to use `delete-dups' that is unavailable in XEmacs 21.4.
775
776         * gnus-html.el: Don't require help-fns under XEmacs.
777         (gnus-html-schedule-image-fetching): Work for XEmacs.
778
779         * mm-decode.el (mm-shr): Decode contents by charset.
780
781 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
784         unknown.
785
786         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
787         (shr-get-image-data): Ensure against the cache file missing.
788
789         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
790         for data.
791
792         * spam-report.el (spam-report-url-ping-plain): Don't query about
793         killing the process.
794
795         * shr.el (shr-render-td): Protect against too-wide text.
796
797 2010-10-04  Julien Danjou  <julien@danjou.info>
798
799         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
800         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
801
802         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
803         retrieved.
804
805 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806
807         * shr.el (browse-url): Required.
808         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
809         lines.
810         (shr-show-alt-text, shr-browse-image): New commands.
811         (shr-browse-url, shr-copy-url): New commands.
812
813         * gnus-sum.el (gnus-widen-article-window): New variable.
814         (gnus-summary-select-article-buffer): Use it.
815
816         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
817         without @ signs.
818
819 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
820
821         * nnir.el (nnir-run-imap): Remove spurious space in search string.
822
823 2010-10-04  Julien Danjou  <julien@danjou.info>
824
825         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
826         for XEmacs.
827
828 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
829
830         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
831
832         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
833         (nnimap-close-server): Implement.
834
835         * dgnushack.el (iswitchb): Require to shut up the compiler.
836
837         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
838         (shr-insert): Tweak line breaking.
839         (shr-insert): Handle <pre> better.
840         (shr-tag-li): Get <li> indentation right.
841         (shr-tag-li): Get <li> indentation even righter.
842         (shr-tag-blockquote): Ensure paragraph start.
843         (shr-make-table): Tweak table generation.
844         (shr-make-table): Fix typo.
845
846         * shr.el: Implement table rendering.
847
848 2010-10-04  Julien Danjou  <julien@danjou.info>
849
850         * gnus-html.el (gnus-html-put-image): Fix resize image code.
851
852 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
853
854         * shr.el (shr-insert): Use string anchors instead of line anchors.
855
856 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
857
858         * shr.el: Add headings.
859         (shr-ensure-paragraph): Actually work.
860         (shr-tag-li): Make <ul> prettier.
861         (shr-insert): Get white space at the beginning/end of elements right.
862         (shr-tag-p): Collapse subsequent <p>s.
863         (shr-ensure-paragraph): Don't insert double line feeds after blank
864         lines.
865         (shr-insert): \t is also space.
866         (shr-tag-s): Fix "s" tag name function.
867         (shr-tag-s): Fix face prop name.
868
869 2010-10-03  Julien Danjou  <julien@danjou.info>
870
871         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
872
873         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
874         gnus-window-inside-pixel-edges.
875
876         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
877         gnus-ems.
878
879         * mm-view.el (mm-inline-image-emacs): Support image resizing.
880
881         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
882         function.
883
884         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
885         resize choice.
886
887 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888
889         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
890         beginning of the buffer.
891
892         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
893         article buffer again.
894
895         * shr.el (shr-tag-p): Don't insert newlines at the start of the
896         buffer.
897
898         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
899         when it's at the start of the buffer.
900
901         * shr.el (shr-tag-blockquote): Convert name.
902         (shr-rescale-image): Use the right image-size variant.
903
904         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
905         buffer isn't shown, then select the current article first instead of
906         bugging out.
907         (gnus-summary-select-article-buffer): Show both the article and summary
908         buffers again.
909
910         * shr.el (shr-fontize-cont): Protect against regions with no text.
911         Rename tag functions to shr-tag-* for enhanced security.
912         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
913
914 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
915
916         * shr.el (shr-insert):
917         * pop3.el (pop3-movemail):
918         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
919         loaded.
920
921 2010-10-03  Glenn Morris  <rgm@gnu.org>
922
923         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
924
925         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
926
927         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
928
929         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
930
931         * gnus-util.el (gnus-make-local-hook): Simplify.
932
933 2010-10-02  Julien Danjou  <julien@danjou.info>
934
935         * gnus-util.el (gnus-iswitchb-completing-read): New function.
936         (gnus-ido-completing-read): New function.
937         (gnus-emacs-completing-read): New function.
938         (gnus-completing-read): Use gnus-completing-read-function.
939         Add gnus-completing-read-function.
940
941 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * shr.el (shr-insert-document): Autoload.
944         (shr-img): Be silent.
945         (shr-insert): Add a newline after every picture before text.
946         (shr-add-font): Use overlays for combining faces.
947         (shr-insert): Pass upwards the text start point.
948
949         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
950         possible.
951         (mm-shr): New function.
952
953 2010-10-02  Julien Danjou  <julien@danjou.info>
954
955         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
956         should go backward.
957
958 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
959
960         * shr.el (shr): Fix typo in provide call.
961
962 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
963
964         * shr.el: New file.
965
966         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
967
968         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
969         completing read.
970
971 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
972
973         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
974         we're being queried about.  Suggested by Dan Jacobson.
975
976         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
977         by Jason Eisner.
978
979         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
980         table, too.  Suggested by Stefan Wiens.
981         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
982         the table unnecessary.  Suggested by Stefan Wiens.
983
984         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
985         longer needed, and probably doesn't work either, as pointed out by
986         Stefan Wiens.
987         (gnus-summary-exit): Remove call to the clearing function.
988         (gnus-summary-exit-no-update): Ditto.
989
990         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
991         instead of gnus-eval-in-buffer-window to avoid popping up frames.
992         Reported by Stefan Monnier.
993         (gnus-summary-save-in-rmail): Ditto.
994
995         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
996         article buffer, instead of both the article buffer and the summary
997         buffer.  Sort of suggested by Dan Jacobson.
998
999         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1000
1001         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1002         Suggested by Dan Jacobson.
1003
1004         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1005         documentation clearer.
1006
1007         * message.el (message-shorten-references): Comment on the number "21".
1008         Suggested by Stefan Monnier.
1009
1010         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1011         Suggested by Dan Jacobson.
1012
1013         * gnus.el (gnus-large-newsgroup): Mention
1014         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1015
1016         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1017         externalize attachments.  Bug reported by Steve Wen.
1018
1019         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1020         really message anything to the user.
1021
1022         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1023         directly.
1024
1025         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1026         messages in empty groups.
1027
1028 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1029
1030         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1031         non-UIDNEXT group.
1032
1033 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1036         not the value from the collection.
1037
1038         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1039         values.  This sometimes happens on some groups that have no info.
1040         (nnimap-request-newgroups): New function.
1041
1042 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1043
1044         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1045         check into `gnus-registry-initialize'.
1046         (gnus-registry-initialize): Ditto.
1047         Fix and extend header docs.
1048
1049 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1050
1051         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1052         regexp backtrace overflows.
1053
1054         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1055         for starttls that tls.el implements; i.e. openssl.
1056
1057         * tls.el (tls-starttls-switches): Give up on using starttls with
1058         gnutls-cli.
1059         (tls-program): Add --insecure to be consistent with the defaults from
1060         openssl s_client.  Now all three commands are insecure.
1061
1062 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1063
1064         * lpath.el: Bind completion-styles-alist for XEmacs.
1065
1066         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1067         (gravatar-create-image): New function that's an alias to
1068         gnus-xmas-create-image, gnus-create-image, or create-image.
1069         (gravatar-data->image): Use it.
1070
1071 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1072
1073         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1074         install the nnregistry refer method.
1075         (gnus-registry-install-hooks): Use it.
1076         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1077         unfollowed groups.
1078
1079 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1080
1081         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1082         expanding threads.
1083
1084 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1085
1086         * nnir.el: Use the server names without suffixes (bug #7009).
1087
1088         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1089         unencrypted to STARTTLS, if possible.
1090
1091 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1092
1093         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1094         headers before superseding.
1095
1096 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097
1098         * nnrss.el (nnrss-use-local): Add documentation.
1099
1100         * nnimap.el (nnimap-extend-tls-programs): New function.
1101         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1102         (nnimap-wait-for-connection): Accept the greeting from the stupid
1103         output from openssl s_client -starttls, too.
1104
1105         * tls.el (tls-starttls-switches): New variable.
1106         (tls-find-starttls-argument): Use it.
1107         (open-tls-stream): Ditto.
1108
1109         * netrc.el (netrc-credentials): Return the value of the "default"
1110         entry.
1111         (netrc-machine): Ditto.
1112
1113         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1114         article number.
1115         (nnimap-split-fancy): New variable.
1116         (nnimap-split-incoming-mail): Use it.
1117
1118         * nntp.el (nntp-server-list-active-group): Document.
1119
1120         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1121         SELECT to get the message-id.
1122
1123         * mail-source.el (mail-sources): Removed webmail support.
1124         (defvar): Ditto.
1125         (mail-source-fetcher-alist): Ditto.
1126         (mail-source-fetch-webmail): Removed.
1127
1128         * webmail.el: Removed -- doesn't seem relevant any more.
1129
1130         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1131
1132         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1133         the \r.
1134
1135 2010-09-30  Julien Danjou  <julien@danjou.info>
1136
1137         * gnus-agent.el (gnus-agent-add-group): Fix call to
1138         gnus-completing-read.
1139
1140 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1141
1142         * nndoc.el (nndoc-retrieve-groups): New function.
1143
1144         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1145         `default', use nnmail-split-methods.
1146         (nnimap-request-article): Downcase the NILs so that they are nil.
1147
1148         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1149         symbol.
1150
1151         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1152         code, since if the user has requested network, that's what they ought
1153         to get.
1154         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1155         (nnimap-split-rule): Mark as obsolete.
1156
1157         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1158         variable.
1159
1160         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1161         correct slot, too.
1162
1163 2010-09-29  Julien Danjou  <julien@danjou.info>
1164
1165         * gnus.el (gnus-local-domain): Declare variable obsolete.
1166
1167         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1168         computing.
1169         (gnus-ido-completing-read): Require ido.
1170
1171 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172
1173         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1174         build Gnus.
1175
1176         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1177         when interpreting the structures.
1178         (nnimap-request-accept-article): Add \r\n to the lines to make this
1179         work with Cyrus.
1180
1181         * nndraft.el (nndraft-request-expire-articles): Use the group name
1182         instead if "nndraft".  Fix found by Nils Ackermann.
1183
1184 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1185
1186         * nnregistry.el: Added.
1187
1188 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1189
1190         * nnmail.el (group, group-art-list, group-art):
1191         Remove unneeded directives.
1192
1193 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1194
1195         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1196         (mm-mime-charset)
1197         * rfc2047.el (rfc2047-syntax-table)
1198         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1199
1200         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1201         rather than `insert-file-contents' and `eval-region'.
1202
1203         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1204         construction.
1205
1206         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1207
1208         * time-date.el: No need to require cl for Emacs 21.
1209
1210 2010-09-29  Julien Danjou  <julien@danjou.info>
1211
1212         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1213         replacement of `gnus-gravatar-relief' to mimic
1214         `gnus-faces-properties-alist'.
1215         Add :version property.
1216
1217 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * mail-source.el (mail-source-report-new-mail)
1220         * message.el (message-default-mail-headers)
1221         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1222
1223         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1224
1225 2010-09-28  Julien Danjou  <julien@danjou.info>
1226
1227         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1228         mail-address contains the same string as real-name.
1229
1230         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1231         non-blank in header, otherwise it'll get stripped.
1232
1233         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1234         real-name, and then for mail address rather than doing : or , search.
1235
1236 2010-09-27  Julien Danjou  <julien@danjou.info>
1237
1238         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1239         (gnus-server-goto-server): Use gnus-completing-read.
1240
1241         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1242
1243         * mm-util.el (defalias): Use gnus-completing-read.
1244         (mm-codepage-setup): Use gnus-completing-read.
1245
1246         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1247         (smime-decrypt-buffer): Use gnus-completing-read.
1248
1249         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1250
1251         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1252         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1253         (mml-insert-multipart): Use gnus-completing-read.
1254
1255         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1256
1257         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1258
1259         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1260
1261         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1262
1263         * gnus.el (gnus-read-method): Use gnus-completing-read.
1264
1265         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1266
1267         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1268         (gnus-mime-action-on-part): Use gnus-completing-read.
1269         (gnus-article-encrypt-body): Use gnus-completing-read.
1270
1271         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1272         (gnus-topic-move-matching): Use gnus-completing-read.
1273         (gnus-topic-copy-matching): Use gnus-completing-read.
1274         (gnus-topic-sort-topics): Use gnus-completing-read.
1275         (gnus-topic-move): Use gnus-completing-read.
1276
1277         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1278         (gnus-agent-add-group): Use gnus-completing-read.
1279
1280         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1281         gnus-completing-read.
1282         (nnmairix-update-groups): Use gnus-completing-read.
1283         (nnmairix-get-server): Use gnus-completing-read.
1284         (nnmairix-backend-to-server): Use gnus-completing-read.
1285         (nnmairix-goto-original-article): Use gnus-completing-read.
1286         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1287
1288         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1289
1290         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1291         (gnus-group-make-useful-group): Use gnus-completing-read.
1292         (gnus-group-make-web-group): Use gnus-completing-read.
1293         (gnus-group-add-to-virtual): Use gnus-completing-read.
1294         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1295
1296         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1297         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1298         (gnus-summary-execute-command): Use gnus-completing-read.
1299         (gnus-summary-respool-article): Use gnus-completing-read.
1300         (gnus-read-move-group-name): Use gnus-completing-read.
1301
1302         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1303         (gnus-summary-score-effect): Use gnus-completing-read.
1304
1305         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1306
1307         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1308         right completing-read function.
1309         (gnus-use-ido): New variable
1310         (gnus-completing-read-with-default): Remove.
1311
1312 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1315         x-focus-frame.
1316
1317         * nnimap.el (auth-source-forget-user-or-password)
1318         (auth-source-user-or-password): Autoload.
1319
1320         * message.el (message-from-style, message-interactive)
1321         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1322         (message-yank-prefix, message-indentation-spaces, message-signature)
1323         (message-signature-file): Add comment.
1324
1325 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1326
1327         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1328         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1329         new articles.
1330
1331         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1332         parts.
1333         (nnimap-request-article): Work with the t setting, too.
1334
1335         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1336         that you don't get flashes of other buffers.
1337         (gnus-summary-show-complete-article): Intern before setting.
1338
1339 2010-09-27  David Engster  <dengste@eml.cc>
1340
1341         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1342         well as HEADERS.
1343         (nnmairix-retrieve-headers): Provide new argument for the above.
1344
1345 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1346
1347         * gnus-sum.el (gnus-summary-move-article): Don't alter
1348         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1349         group.
1350
1351         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1352
1353         * message.el (message-cite-prefix-regexp): Revert my last edit.
1354
1355         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1356         variable instead of the Gnus variable.
1357
1358         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1359
1360         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1361         again.
1362
1363         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1364         since some servers don't like it.
1365         (nnimap-open-connection): Forget credentials if the server says the
1366         password was wrong.
1367         (nnimap-parse-line): Protect against invalid data.
1368
1369         * gnus-sum.el (gnus-summary-move-article): Add comment.
1370         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1371         nothing alters it while scanning for new messages.
1372
1373         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1374         which may or may not help.
1375         (nnimap-open-connection): If we're doing a stream connection, and then
1376         discover we're on a STARTTLS-capable server, then open a STARTTLS
1377         connection instead.
1378
1379 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * nnimap.el (utf7): Required.
1382
1383         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1384         prefix.
1385
1386 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1387
1388         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1389
1390 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1391
1392         * nnimap.el (nnimap-request-accept-article): Message the error on
1393         error.
1394
1395 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1396
1397         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1398
1399 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1400
1401         * nndoc.el (nndoc-request-list): Return success always.
1402
1403         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1404         `fetch-old' -- we only want to fetch the articles we've requested.  The
1405         rest are in the agent, probably.
1406         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1407         disappeared server" to something low.  It's not important.
1408
1409         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1410         arrived before the FETCH data.
1411
1412         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1413         target here, because we don't know the Gnus name of the group.
1414
1415         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1416         for the correct group.
1417
1418         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1419
1420         * gnus.el (gnus): Give a final warning after startup.
1421
1422         * gnus-util.el (gnus-action-message-log): New variable.
1423         (gnus-message): Use it.
1424         (gnus-final-warning): New function.
1425
1426         * nnimap.el (nnimap-open-connection): Record the greeting.
1427         (nnimap): Add greeting.
1428
1429 2010-09-26  Julien Danjou  <julien@danjou.info>
1430
1431         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1432         arguments.
1433         (gnus-html-wash-images): Fix spec computing to include start/end.
1434
1435         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1436
1437 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1438
1439         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1440         deletion.
1441         (nnimap-retrieve-headers): Don't select the group, because that's
1442         already done by nnimap-possibly-change-group.
1443
1444         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1445         (gnus-picon-transform-address): Use it.
1446
1447         * mail-source.el (mail-source-value): Revert previous patch.
1448
1449         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1450         on failure.
1451         (nnimap-open-connection): Look up both virtual and physical server name
1452         credentials.
1453
1454         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1455
1456 2009-02-07  Dave Love  <fx@gnu.org>
1457
1458         * tls.el (open-tls-stream): Don't query killing process.
1459
1460 2009-02-08  Dave Love  <fx@gnu.org>
1461
1462         * gnus-win.el (gnus-window-to-buffer-helper,
1463         gnus-all-windows-visible-p): Function needn't be a symbol.
1464
1465         * mail-source.el (mail-source-value): Function needn't be a symbol.
1466
1467 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * message.el (message-cite-prefix-regexp): Remove } from the cite
1470         prefix.
1471
1472         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1473         highlight again, so that the highlight is correct.
1474
1475         * gnus-picon.el (gnus-picon): Remove again.
1476         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1477
1478         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1479         doing the header highlightling, so that the background colour of the
1480         picon is correct.
1481
1482         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1483         (gnus-picon): Ditto.
1484         (gnus-picon): Reinstate.  The background colour for picons is white.
1485         (gnus-picon-insert-glyph): Make the background white.
1486
1487         * nnml.el (nnml-open-nov): Don't return dead buffers.
1488
1489         * auth-source.el (auth-source-create): Query the user for whether to
1490         store the credentials.
1491
1492         * netrc.el (netrc-store-data): New function.
1493
1494         * auth-source.el (auth-source-user-or-password): Use the existing auth
1495         sources, if any, for creation.
1496
1497         * gnus.el (gnus-group-fast-parameter): Return the last matching
1498         parameter instead of the first matching parameter.
1499
1500 2010-09-26  Julien Danjou  <julien@danjou.info>
1501
1502         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1503
1504 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1505
1506         * mml2015.el (mml2015-use): Remove gpg support.
1507
1508         * mml1991.el (mml1991-function-alist): Remove gpg function.
1509         (mml1991-gpg-sign): Removed.
1510
1511 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1512
1513         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1514         (gnus-browse-unsubscribe-current-group): Document it.
1515         (gnus-browse-unsubscribe-group): Use it.
1516
1517 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1518
1519         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1520         address to the To list for easier response.
1521
1522         * gnus.el (gnus-play-startup-jingle): Removed.
1523         (gnus-splash): Don't play jingle.
1524         (gnus): Silence gnus-load message.
1525
1526         * gnus-art.el (gnus-treat-play-sounds): Removed.
1527
1528         * gnus.el (gnus-play-jingle): Remove audio support.
1529
1530         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1531
1532         * earcon.el: Removed -- no users.
1533
1534         * gnus-audio.el: Removed -- no users of this package.
1535
1536         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1537
1538         * gnus-start.el (gnus-setup-news): Remove nocem support.
1539
1540         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1541
1542         * gnus.el (gnus-use-nocem): Removed.
1543
1544         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1545         Removed.
1546
1547         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1548         uses NoCeM any more.
1549
1550         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1551         (gnus-button-ctan-handler): Ditto.
1552         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1553         (gnus-button-ctan-directory-regexp): Ditto.
1554         (gnus-button-handle-ctan): Ditto.
1555         (gnus-button-tex-level): Ditto.
1556         (gnus-button-alist): Removed CTAN stuff.
1557
1558 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1559
1560         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1561         nnimap-streaming test.
1562
1563         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1564         servers twice.
1565
1566         * nnimap.el (nnimap-open-connection): Add more error reporting when
1567         nnimap fails early.
1568
1569         * nnheader.el (nnheader-get-report-string): New function.
1570         (nnheader-get-report): Use it.
1571
1572         * gnus-int.el (gnus-check-server): Say what the error was when opening
1573         failed.
1574
1575         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1576         using streaming.
1577
1578 2010-09-25  Julien Danjou  <julien@danjou.info>
1579
1580         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1581         gnus-window-inside-pixel-edges.
1582
1583 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1584
1585         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1586
1587         * mm-decode.el (mm-save-part): Allow saving to other directories the
1588         normal Emacs way.
1589
1590         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1591         by Jay Berkenbilt.
1592
1593         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1594         there isn't a single byte.
1595
1596         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1597         just do it.  It doesn't really seem to matter what the user responds
1598         here, I think, so it's just a confusing question.
1599
1600         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1601         non-streaming case.
1602
1603         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1604         (gnus-article-encrypt-body): Use it.
1605
1606         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1607         keystroke.
1608
1609         * nnimap.el (nnimap-find-wanted-parts-1): Use
1610         gnus-fetch-partial-articles.
1611
1612         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1613
1614         * nnimap.el (nnimap-insert-partial-structure): New function.
1615         (nnimap-get-partial-article): New function.
1616         (nnimap-request-article): Use it.
1617         (nnimap-wait-for-response): Return whether the wait was successful.
1618         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1619         retrieval wasn't successful.
1620         (nnimap-retrieve-group-data-early): Allow throttling servers.
1621         (nnimap-streaming): New variable.
1622         (nnimap-fetch-partial-articles): Removed.
1623
1624         * mm-decode.el (mm-with-part): Protect against killed buffers.
1625
1626         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1627         for prettier summary display.
1628
1629 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1630
1631         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1632         directly.
1633
1634 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1635
1636         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1637         apparently third-party libraries depend on it.
1638
1639         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1640         before starting negotiation.
1641
1642         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1643         privacy reasons.
1644         (gnus-treat-mail-gravatar): Ditto.
1645
1646         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1647         buffer when inserting images.  Inserting text into the headers, for
1648         instance, can make them invalid.
1649
1650 2010-09-25  Julien Danjou  <julien@danjou.info>
1651
1652         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1653         variables.
1654
1655         * nnheader.el: Remove useless variables news-reply-yank-from and
1656         news-reply-yank-message-id.
1657
1658         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1659         variables.
1660
1661         * mml1991.el: Remove useless mml1991-verbose.
1662
1663         * gnus.el: Remove useless variable gnus-use-generic-from.
1664         Remove obsolete variable gnus-topic-indentation.
1665
1666         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1667
1668         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1669
1670         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1671
1672         * gnus-group.el: Remove useless gnus-group-icon-cache.
1673         Remove useless gnus-ephemeral-group-server.
1674
1675         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1676
1677         * mml2015.el: Remove useless mml2015-verbose.
1678
1679         * mml-smime.el: Remove useless mml-smime-verbose.
1680
1681         * gnus.el: Remove useless gnus-local-domain.
1682
1683         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1684         gnus-gravatar-size.
1685
1686         * gnus-art.el: Remove useless gnus-treat-translate.
1687
1688 2010-09-24  Julien Danjou  <julien@danjou.info>
1689
1690         * gnus-sum.el: Add support for Gravatars.
1691
1692         * gnus-art.el: Add support for Gravatars.
1693
1694         * gnus-gravatar.el: Add this file.
1695
1696         * gravatar.el: Add this file.
1697
1698 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1699
1700         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1701
1702         * gnus-group.el (gnus-group-fetch-faq): Removed.
1703
1704         * gnus.el (gnus-group-faq-directory): Removed.
1705
1706         * gnus-group.el (gnus-group-fetch-charter): Removed.
1707
1708         * gnus.el (gnus-group-charter-alist): Removed.
1709
1710         * gnus-group.el (gnus-group-archive-directory): Removed.
1711         (gnus-group-recent-archive-directory): Ditto.
1712         (gnus-group-make-archive-group): Removed.
1713
1714         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1715
1716         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1717         use the same article number for all the cached articles.
1718
1719         * nnimap.el (nnimap-command): Register the last command time so
1720         that we can use it for idling NOOPs.
1721         (nnimap-open-connection): Start the keeplive timer.
1722         (nnimap-make-process-buffer): Store all the process buffers.
1723         (nnimap-keepalive): New function.
1724
1725         * starttls.el: (starttls-open-stream): Add autoload cookie.
1726
1727 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1728
1729         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1730         handling.
1731
1732 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1733
1734         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1735         its data structures.
1736
1737         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1738         instead of the cl.el copy-list.
1739         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1740         equalp.
1741
1742 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1743
1744         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1745         and tool-bar-local-item-from-menu.
1746
1747         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1748         mode-line-highlight face for Emacs.
1749
1750         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1751         loading gnus-sum.elc; fix comment for canlock-verify.
1752         (gnus-article-jump-to-part): Use read-number.
1753         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1754         Emacs pre-21 compatible code for help-echo.
1755         (gnus-article-next-page-1): No need to adjust the number of lines.
1756         (gnus-article-describe-bindings): Always use help-buffer.
1757
1758         * gnus-audio.el (gnus-audio-inline-sound)
1759         * gnus-cus.el (gnus-custom-mode)
1760         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1761
1762         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1763
1764         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1765         compatible code.
1766
1767 2010-09-24  Glenn Morris  <rgm@gnu.org>
1768
1769         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1770         visiting the fcc file in rmail-mode.
1771
1772         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1773
1774 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1775
1776         * nnir.el: Silence the byte compiler.
1777
1778         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1779         alias to browse-url-url-encode-chars if any.
1780         (gnus-html-encode-url): Use it.
1781
1782 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1783
1784         * gnus-start.el (gnus-use-backend-marks): New variable.
1785         (gnus-get-unread-articles-in-group): Use it.
1786
1787         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1788         makeover.
1789
1790 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1791
1792         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1793
1794 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795
1796         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1797         Removed.
1798         (gnus-setup-news-hook): Removed
1799         gnus-fixup-nnimap-unread-after-getting-new-news.
1800
1801         * gnus-int.el (gnus-request-update-info): Protect against backends not
1802         having the function.
1803
1804         * nnimap.el (nnimap-stream): Mention starttls.
1805         (nnimap-open-connection): Add starttls support.
1806
1807 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1808
1809         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1810
1811 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1814         BODYSTRUCTUREs.
1815         (nnimap-transform-headers): Unfold quoted {42} headers.
1816
1817         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1818         the info.
1819         (gnus-get-unread-articles): Only call updatep on backends that support
1820         it.
1821
1822         * nnweb.el (nnweb-request-update-info): NOOP.
1823
1824         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1825
1826         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1827         since it only deals with marks.
1828
1829         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1830         gnus-request-marks, and make a new gnus-request-update-info.
1831
1832         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1833         the active instead of the high number, which is usually too low.
1834
1835 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1836
1837         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1838         * encrypt.el: Removed.
1839
1840 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1841
1842         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1843         server in symbolic form.
1844
1845         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1846         0.9.
1847
1848 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1851         (nnimap-update-info): Fix up code slightly.
1852
1853         * gnus-int.el (gnus-open-server): Add tracing for performance
1854         debugging.
1855
1856         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1857         (gnus-group-insert-group-line): Pass the real group name so that it
1858         gets the right data.
1859
1860         * gnus-start.el (gnus-get-unread-articles): Don't have
1861         `gnus-get-unread-articles-in-group' update info, since that can be
1862         really slow and doesn't seem to be needed?
1863
1864 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1865
1866         * time-date.el (date-to-time): Try using parse-time-string first before
1867         using the slower timezone-make-date-arpa-standard.
1868
1869 2010-09-22  Julien Danjou  <julien@danjou.info>
1870
1871         * gnus-group.el (gnus-group-insert-group-line): Call
1872         gnus-group-highlight-line.
1873         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1874         default hook list.
1875         (gnus-group-update-eval-form): Add new function.
1876         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1877         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1878
1879 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1882         immediate, then expire all articles.
1883         (nnimap-update-info): Fix off-by-one errors.
1884         (nnimap-flags-to-marks): Would return no marks lists for group with no
1885         flags.  Instead return the other data.
1886
1887 2010-09-22  Julien Danjou  <julien@danjou.info>
1888
1889         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1890         Only return an icon.
1891         (gnus-group-insert-group-line): Compute icon to return.
1892
1893         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1894         variable.
1895         (gnus-html-image-fetched): Only cache if
1896         gnus-html-image-automatic-caching is set.
1897         (gnus-html-image-fetched): Check for errors.
1898
1899 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1900
1901         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1902         once per method on `g'.  This ensures that backends like nnfolder don't
1903         open all their folders.
1904
1905         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1906         (nnimap-request-list): Nix out group in the correct buffer.
1907         (nnimap-parse-flags): Implement by using `read' instead of
1908         hand-parsing.
1909         (nnimap-flags-to-marks): Pass on permanent-flags.
1910         (nnimap-make-process-buffer): Record the server name.
1911         (nnimap-parse-flags): Fix typo.
1912         (nnimap-request-scan): Run split on the server in general, not just a
1913         single group.
1914
1915         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1916         parameter, and propagate this downwards.
1917
1918         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1919         since EXAMINE changes it on the server.
1920
1921         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1922         this command might take a while.
1923
1924 2010-09-22  Julien Danjou  <julien@danjou.info>
1925
1926         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1927         harmful if you have 2 images side-by-side, they can't be properly
1928         update on text deletion.  Using text-property is safer here.
1929         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1930         data.
1931
1932 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933
1934         * nnimap.el (nnimap-expunge-inbox): Removed.
1935         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1936         (nnimap-expunge): Flip default to t.
1937
1938         * gnus.el (gnus-method-to-server): Don't push things to the cache
1939         unless it's unique.
1940         (gnus-server-to-method): Ditto.
1941
1942 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1943
1944         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1945
1946 2010-09-22  Julien Danjou  <julien@danjou.info>
1947
1948         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1949         get the start of data.
1950         (gnus-html-encode-url): Add this function to encode special chars in
1951         URL.
1952         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1953         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1954
1955         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1956         default.
1957         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1958
1959         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1960         images alt-text.
1961         (gnus-html-put-image): Put alt-text as help-echo.
1962
1963 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1964
1965         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1966         * mm-util.el (mm-decompress-buffer)
1967         * nnir.el (nnir-run-find-grep)
1968         * pop3.el (pop3-list): Use 3rd arg of split-string.
1969
1970         * time-date.el (format-seconds): Comment fix.
1971
1972         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1973         and byte-optimize-form-code-walker.
1974         (dgnushack-make-auto-load): Don't advise make-autoload.
1975
1976         * lpath.el: Remove Emacs 21 stuff.
1977
1978 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1979
1980         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1981         outside the active range.  Suggested by Dan Christensen.
1982
1983         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1984         slightly later to avoid double-getting it.
1985
1986         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1987         previous patch.
1988
1989         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1990
1991 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1992
1993         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1994
1995 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1996
1997         * gnus-int.el (gnus-open-server): Give a better error message in the
1998         "go offline" case.
1999
2000         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2001         marks for nnimap, which is seldom the right thing to do.
2002
2003         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2004         (gnus-same-method-different-name): New function.
2005
2006         * nnimap.el (parse-time): Require.
2007
2008         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2009         method in the presence of many similar methods.
2010
2011         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2012
2013         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2014         nnml-inhibit-expiry.
2015
2016         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2017         find out whether methods are equal.
2018
2019         * nnimap.el (nnimap-find-expired-articles): New function.
2020         (nnimap-process-expiry-targets): New function.
2021         (nnimap-request-move-article): Request the article before looking at
2022         what the Message-ID is.  Fix found by Andrew Cohen.
2023         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2024
2025         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2026         for oldness in addition to being a predicate.
2027
2028         * nnimap.el (nnimap-request-group): When we have zero articles, return
2029         the right data to Gnus.
2030         (nnimap-request-expire-articles): Only delete articles immediately if
2031         the target is 'delete.
2032
2033         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2034         method, this would bug out.
2035
2036         * gnus-group.el (gnus-group-expunge-group): Renamed from
2037         gnus-group-nnimap-expunge, and implemented as a normal interface
2038         function.
2039
2040         * gnus-int.el (gnus-request-expunge-group): New function.
2041
2042         * nnimap.el (nnimap-request-create-group): Implement.
2043         (nnimap-request-expunge-group): New function.
2044
2045 2010-09-21  Julien Danjou  <julien@danjou.info>
2046
2047         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2048         (gnus-html-cache-expired): Add new function.
2049         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2050         wethever we should display image for fetch it.
2051         Compute alt-text earlier to pass it to the fetching function too.
2052         (gnus-html-schedule-image-fetching): Change function argument to only
2053         get one image at a time, not a list.
2054         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2055         cache.
2056         (gnus-html-get-image-data): New function to retrieve image data from
2057         cache.
2058         (gnus-html-put-image): Change buffer argument to use image data rather
2059         than file, and place image above region rather than inserting a new
2060         one. Do not take alt-text as argument, since it's useless now: we place
2061         the image above alt-text.
2062         (gnus-html-prune-cache): Remove.
2063         (gnus-html-show-images): Start to fetch image when we find one, do not
2064         push into a temporary list.
2065         (gnus-html-prefetch-images): Only fetch image if they have expired.
2066         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2067         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2068
2069 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2070
2071         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2072
2073 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2074
2075         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2076         spec inser "*" if the group isn't active instead of 0.
2077
2078         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2079         opening the server.
2080         (nnimap-request-delete-group): Implement group deletion.
2081         (nnimap-transform-headers): Return the size of the entire message in
2082         the Bytes header, not just the size of the first part.
2083         (nnimap-request-move-article): When moving an article from nnimap,
2084         request the article first so the accepting form has an article to
2085         accept.  Reported by Dan Christensen.
2086         (nnimap-command): Make sure that the error message doesn't error out.
2087
2088 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2089
2090         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2091         we haven't requested anything.
2092
2093 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2094
2095         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2096         "".  Fix found by Andrew Cohen.
2097
2098         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2099         instead of -encode-string.
2100
2101 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2104
2105         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2106         by mm-subst-char-in-string.
2107
2108 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2109
2110         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2111         waiting for the connection string.
2112
2113         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2114         arriving.
2115
2116         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2117         bogus characters.  This allows selecting certain Gmail groups.
2118
2119         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2120         (nnimap-fetch-partial-articles): New variable.
2121         (nnimap-open-connection): When looking for credentials, also use the
2122         nnimap-server-port.
2123         (nnimap-request-article): Return the group/article number, so that Gnus
2124         `^' works as expected.
2125         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2126         them.
2127
2128         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2129         comments.
2130         (gnus-methods-sloppily-equal): New function.
2131         (gnus): When using the development version of Gnus, load the gnus-load
2132         file.
2133
2134         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2135         `gnus-open-server' on each method before trying to scan them etc.  This
2136         ensures that all the backend parameters are set correctly.
2137
2138         * nnimap.el (nnimap-authenticator): New variable.
2139         (nnimap-open-connection): Allow anonymous login.
2140         (nnimap-transform-headers): The chars header is called Chars not
2141         Bytes.
2142         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2143         drops.
2144
2145         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2146         patch, found by Knut Anders Hatlen.
2147
2148 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2149
2150         * gnus-agent.el (gnus-agent-batch-confirmation)
2151         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2152         to gnus-message.
2153         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2154         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2155         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2156         * gnus-int.el (gnus-open-server): Likewise.
2157         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2158         (gnus-score-check-syntax): Likewise.
2159         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2160         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2161         Likewise.
2162         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2163
2164 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165
2166         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2167         calling conventions so that prefetch doesn't bug out.
2168
2169 2010-09-19  Julien Danjou  <julien@danjou.info>
2170
2171         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2172         rather than `subst-char-in-region' in order to be able to replace ASCII
2173         char by UTF-8 ones.
2174
2175         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2176         than curl.
2177         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2178         the right URL and ALT text on images.
2179         (gnus-html-wash-tags): Fix tag case.
2180         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2181         (gnus-article-html): Add -o display_ins_del=2 option.
2182         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2183
2184 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2185
2186         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2187         the extra mail headers, which sometimes seem to happen for unknown
2188         reasons.
2189
2190         * mail-parse.el (mail-header-encode-parameter): Define as
2191         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2192         (or most, perhaps?) mail readers don't understand the latter, but do
2193         understand the former.
2194
2195         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2196         to nil, so that no methods are automatically agentized.  I think this
2197         is probably what most users want.
2198
2199         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2200         from url-retrieve, for instance about invalid URLs.
2201
2202         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2203         groups that have no articles.
2204         (nnimap-request-article): Check that we really got an article when we
2205         requested one.
2206
2207         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2208         doesn't exist.
2209
2210         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2211         nntp buffer so the agent can save it.
2212         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2213         that CRLF doesn't get translated to \n.
2214         (nnimap-open-connection): Don't make 'shell commands only send \n.
2215
2216 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2217
2218         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2219         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2220         Update var name.
2221         (nnml-generate-nov-file): Use dolist.
2222         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2223         Use with-current-buffer.
2224
2225 2010-09-18  Julien Danjou  <julien@danjou.info>
2226
2227         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2228         parallel.
2229
2230 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231
2232         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2233         the range update right.
2234         (nnimap-request-group): Don't make `M-g' bug out on group with no
2235         marks.
2236         (nnoo): Required, so that other packages can require nnimap.
2237         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2238         command we're looking for.  This helps when the server sends more
2239         responses after we've gotten everything we expected.
2240         (nnimap): Add a `newlinep' field to keep track of end-of-line
2241         conventions.
2242         Don't send CRLF to things that don't want it.
2243         (nnimap-request-accept-article): Ditto.
2244
2245 2010-09-18  Julien Danjou  <julien@danjou.info>
2246
2247         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2248         than curl to retrieve images.
2249
2250 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2251
2252         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2253         the marks.
2254         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2255         (nnimap-wait-for-connection): New function.
2256         (nnimap-open-connection): If we have PREAUTH, don't query for login
2257         credentials.
2258         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2259         when doing a partial update.
2260
2261 2010-09-18  Julien Danjou  <julien@danjou.info>
2262
2263         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2264         tags.
2265
2266 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267
2268         * nnimap.el (nnimap-credentials): New function.
2269         (nnimap-open-connection): Use the new function to look for credentials
2270         also on the numeric equivalents of "imap" and "imaps".
2271
2272         * gnus-start.el (gnus-activate-group): Send the info to
2273         gnus-request-group.
2274
2275         * nnimap.el (nnimap-request-group): Have the "check" version of the
2276         function parse flags and update the info, so that a `M-g' get a total
2277         resync of all flags from the group.
2278
2279         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2280         to allow backends to alter the info on group selection.  Also alter all
2281         the backend -request-group functions to take the parameter.
2282
2283         * nnimap.el (nnimap-store-info): New function.
2284         (nnimap-update-info): Store the info for later usage.
2285         (nnimap-request-group): Use the stored info for the dont-check case, so
2286         that we don't retrieve all marks when we enter a group.
2287
2288         * nnimap.el: Use deffoo instead of defun for interface functions.
2289
2290         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2291         update the group info.  This makes the nndraft groups, for instance, go
2292         back to their old behaviour.
2293
2294         * gnus-sum.el (gnus-select-newsgroup): Indent.
2295
2296         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2297         in.
2298         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2299         nothing.
2300
2301         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2302         from methods that are denied.
2303
2304         * gnus-int.el (gnus-method-denied-p): New function.
2305
2306         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2307         store the password instead of netrc.
2308         (nnimap-open-connection): Don't error out when we can't make a
2309         connections.
2310
2311         * auth-source.el (auth-source-create): In the password prompt, say what
2312         we're querying for.  Also prompt for user name if that hasn't been
2313         given.
2314
2315         * nnimap.el (nnimap-with-process-buffer): Removed.
2316
2317 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2318
2319         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2320         method when we're reading from the agent.
2321
2322         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2323
2324         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2325         that's probably most useful for users.
2326
2327         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2328         "failed" all the time.
2329
2330         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2331         ...)) with (with-current-buffer ... ).
2332
2333         * nntp.el (nntp-open-server): Return whether the open was successful or
2334         not.
2335
2336         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2337         select an unread unseen article first.
2338
2339         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2340         /etc/services, supply some sensible port defaults.
2341
2342         * dgnushack.el: Define netrc-credentials.
2343
2344 2010-09-17  Julien Danjou  <julien@danjou.info>
2345
2346         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2347
2348 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2349
2350         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2351         doesn't have any parameters.
2352
2353 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2354
2355         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2356         only upcased checks.
2357
2358         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2359
2360         * nnimap.el (nnimap-open-shell-stream): New function.
2361         (nnimap-open-connection): Use it.
2362         (nnimap-transform-headers): Get the number of lines in each message.
2363         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2364         number of lines.
2365         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2366         problem.
2367
2368         * utf7.el (utf7-encode): Autoload.
2369
2370         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2371         to allow the mail splitting to not return a default group.  This is
2372         useful for nnimap, which will leave unmatched mail in the inbox.
2373
2374         * nnimap.el: Rewritten.
2375
2376         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2377         nnimap usage.
2378
2379         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2380         if the move is internal, so that nnimap can do fast internal moves.
2381
2382         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2383         data.
2384         (gnus-read-active-for-groups): Support finishing the early retrieval of
2385         data.
2386
2387         * gnus-range.el (gnus-range-nconcat): New function.
2388
2389         * gnus-int.el (gnus-finish-retrieve-group-infos)
2390         (gnus-retrieve-group-data-early): New functions.
2391
2392 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2393
2394         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2395         (nnrss-retrieve-groups):
2396         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2397         (pop3-quit): Use with-current-buffer.
2398
2399 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2400
2401         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2402         instead of nnheader-accept-process-output.
2403
2404         * dgnushack.el (dgnushack-compile): Add comment.
2405
2406         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2407
2408         * gnus-html.el (gnus-html-schedule-image-fetching)
2409         (gnus-html-prefetch-images): Replace process-kill-without-query by
2410         gnus-set-process-query-on-exit-flag.
2411
2412 2010-09-16  Romain Francoise  <romain@orebokech.com>
2413
2414         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2415
2416 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2419         parameter to unintern is mandatory-ish in Emacs 24.
2420
2421         * gnus-html.el (gnus-html-schedule-image-fetching)
2422         (gnus-html-prefetch-images): Check for curl before using it.
2423
2424         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2425         depend on curl, which isn't essential.
2426
2427         * imap.el: Revert back to version
2428         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2429         seem problematic.
2430
2431 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2432
2433         * gnus-registry.el (gnus-registry-install-shortcuts):
2434         Explicitly pass `obarray' to `unintern' to avoid a warning.
2435
2436 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437
2438         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2439         change.
2440
2441         * nnrss.el (nnrss-request-list): Removed this function and related
2442         functions, including the moreover stuff.
2443
2444 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2445
2446         * nnrss.el (nnrss-retrieve-groups): New function.
2447
2448 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2449
2450         * .dir-locals.el: Add no-byte-compile cookie.
2451
2452 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2453
2454         * time-date.el (format-seconds): Comment fix.
2455
2456         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2457         for back end that doesn't support request-scan.
2458
2459 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2460
2461         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2462         then do request scans from the backends.
2463
2464         * netrc.el (netrc-credentials): New conveniency function.
2465
2466         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2467         avoid running a hook per line, since this takes a lot of time,
2468         profiling shows.
2469         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2470         directly if gnus-visual-p is true.
2471
2472 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2475         groups; replace mapcar with dolist which is a bit faster; pass groups
2476         info to gnus-read-active-file-1.
2477         (gnus-read-active-file-1): Scan only specified groups if the new
2478         optional arg `infos' is given.
2479
2480 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2481
2482         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2483
2484         * pop3.el (pop3-movemail): Removed.
2485         (pop3-streaming-movemail): Renamed to pop3-movemail.
2486
2487         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2488         don't restrict end-tag searches to the end of the line.
2489
2490 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2493         articles of every unchecked group to t, which means unknown since the
2494         server has never been opened.
2495
2496 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2497
2498         * gnus-html.el (gnus-html-show-alt-text): New command.
2499         (gnus-html-browse-image): Ditto.
2500         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2501         to browse the image directly.
2502         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2503         better.
2504
2505         * gnus-async.el (gnus-async-article-callback): Call
2506         `gnus-html-prefetch-images' unconditionally.
2507
2508         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2509         before feeding URLs to curl.
2510
2511 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2512
2513         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2514         internal images as deletable by `W D D'.
2515
2516         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2517         (gnus-async-article-callback): Fix typo.
2518
2519 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2520
2521         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2522         current line to work around bugs in the output from w3m.
2523
2524         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2525         for groups that want that.
2526
2527         * nntp.el (nntp-wait-for-string): Supply a timeout for
2528         accept-process-output to ensure progress.
2529
2530         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2531         level to get unread articles from, then use that for foreign groups,
2532         too.
2533
2534         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2535         confuses the rest of the function.
2536
2537         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2538         for the methods that support -retrieve-groups, too.
2539
2540         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2541
2542 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2545         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2546
2547         * pop3.el: Require cl when compiling.
2548         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2549
2550 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2551
2552         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2553         that aren't going to be activated.
2554         (gnus-get-unread-articles): Fix up the last commit.
2555
2556         * gnus-html.el (gnus-article-html): Allow calling without specifying
2557         the handle.  In that case, dissect the buffer first.
2558
2559         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2560
2561         * nnimap.el (nnimap-open-connection): Revert the change that would look
2562         into authinfo for imaps instead of imap.
2563
2564         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2565         say that you don't want to call gnus-request-group with don-check, but
2566         do check the reponse.  This is for virtual groups only.
2567         (gnus-get-unread-articles): Count the archive groups as secondary, so
2568         that they're activated the same way as before.
2569
2570         * imap.el (imap-message-map): Removed optional buffer parameter, since
2571         no callers use it.
2572         (imap-message-get): Ditto.
2573         (imap-message-put): Ditto.
2574         (imap-mailbox-map): Ditto.
2575         (imap-mailbox-put): Ditto.
2576         (imap-mailbox-get): Ditto.
2577         (imap-mailbox-get): Revert last change for this function.
2578
2579         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2580         case-insensitively.
2581         (nnimap-debug): Removed.
2582
2583         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2584         to use `imap-fetch' instead.  According to the comments, this should be
2585         safe, since all other IMAP clients use the 1:* syntax.
2586         (imap-enable-exchange-bug-workaround): Removed.
2587         (imap-debug): Removed -- doesn't seem very useful.
2588
2589         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2590         mail from a file, and the file doesn't exist.
2591
2592         * imap.el (imap-log): New convenience function used throughout instead
2593         of repeating the same code all over the place.
2594
2595         * pop3.el (pop3-streaming-movemail): Return t for success.
2596
2597         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2598         .authinfo if we're using ssl connection.
2599
2600         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2601         already have if we're in a main Gnus `g' run.
2602
2603         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2604
2605 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2608
2609         * nnmh.el (nnmh-request-list-1): Bind `file'.
2610
2611         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2612         alias to set-process-query-on-exit-flag or process-kill-without-query.
2613         (pop3-open-server): Use it.
2614
2615 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2616
2617         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2618         box to the Incoming file.  Fixes mistake in previous checkin.
2619
2620         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2621         request loop (for debugging purposes) removed.
2622
2623         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2624         culprit is more visible.
2625         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2626         (nnml-add-incremental-nov): New functions to do "incremental" nov
2627         updates, where we just append to the end of the existing nov files
2628         without reading/writing them in full.
2629
2630         * mail-source.el (mail-source-delete-crash-box): Really only check the
2631         incoming files once in a while.
2632
2633         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2634
2635         * mail-source.el (mail-source-delete-crash-box): Only check the
2636         incoming files for deletion once per day to save a lot of file
2637         accesses.
2638
2639         * pop3.el (pop3-logon): Fix up unbound variable typo.
2640
2641         * mail-source.el (pop3-streaming-movemail): Autoload.
2642
2643         * pop3.el (pop3-streaming-movemail): Respect
2644         pop3-leave-mail-on-server.
2645
2646         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2647         retrieval.
2648
2649         * pop3.el (pop3-process-filter): Removed unused function.
2650         (pop3-streaming-movemail, pop3-send-streaming-command)
2651         (pop3-wait-for-messages, pop3-write-to-file)
2652         (pop3-number-of-responses): New functions for streaming pop3
2653         retrieval.
2654
2655         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2656         come from no known methods.
2657         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2658         list.
2659
2660         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2661         message sizes.
2662         (pop3-movemail): Use erase-buffer instead of looping and deleting
2663         regions, which seems rather odd.
2664
2665         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2666         file once per `g' run.
2667
2668         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2669         directories.  This makes the draft queue directory work.
2670
2671         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2672         data from the backends, so that we only request the list of groups from
2673         each method once.  This should speed things up considerably.
2674
2675         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2676         detect that it's not implemented.
2677
2678         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2679         we actually do recurse down into the tree, but don't stat all leaf
2680         nodes.
2681
2682         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2683         then say so instead of bugging out.
2684
2685         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2686         files exist before trying to read them.
2687
2688         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2689         around <pre_int>.
2690
2691         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2692
2693         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2694
2695 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2696
2697         * mm-util.el (mm-image-load-path): Just return the image directories,
2698         not all directories in the path in addition to the image directories.
2699         (mm-image-load-path): Maintain a cache of the image directories so that
2700         the `g' command in Gnus doesn't have to stat dozens of directories each
2701         time.
2702
2703         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2704         (gnus-html-wash-tags): Add a new `i' command to insert images.
2705         (gnus-html-insert-image): New command and keystroke.
2706         (gnus-html-redisplay-with-images): New command and keystroke.
2707         (gnus-html-show-images): Renamed command.
2708         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2709         spacers.
2710         (gnus-html-wash-tags): Decode entities at the end, so that entities
2711         inside the tags don't mess up the rest of the "parsing".
2712
2713         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2714         so that nnimap methods aren't agentized by default.  There's apparently
2715         many problems related to agent/imap behaviour.
2716
2717         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2718
2719         * gnus-html.el: Doc fix.
2720
2721 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2722
2723         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2724         specifier-spec-list for Emacs 21.
2725
2726         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2727         glyph-width and glyph-height instead of display-graphic-p and
2728         image-size; make avoidance of displaying small images work for XEmacs.
2729
2730         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2731         for XEmacs.
2732
2733         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2734         of symbol that holds plist data.
2735         (gnus-process-plist): Remove plist of process after getting it.
2736
2737 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2738
2739         * message.el (message-generate-hashcash): Change default to
2740         'opportunistic if hashcash is installed.
2741
2742         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2743         (gnus-html-put-image): Only call image-size once, since it's somewhat
2744         time-consuming on remote X servers.
2745
2746 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2747
2748         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2749         type on data, not a file name.
2750
2751         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2752         window-pixel-edges for Emacs 21.
2753
2754         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2755         decoded contents.
2756         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2757
2758 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2759
2760         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2761         group line format, since it isn't very interesting.
2762
2763         * gnus-agent.el (gnus-agent-short-article),
2764         (gnus-agent-long-article): Increase values for these two variables,
2765         since most people are likely to have more network connection and
2766         storage than before.
2767
2768         * gnus.el (gnus-refer-article-method): Change default to 'current.
2769         When referring an article, the common behaviour is to refer it from the
2770         current select method, not the native select method.  The chances of
2771         the native select method having the message in question is rather slim
2772         these days.
2773
2774         * gnus-sum.el (gnus-auto-select-subject): Change default to
2775         `unseen-or-unread'.  I think it's likely that most people want to
2776         select an unseen article over a previously seen, but unread one.
2777
2778         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2779         means that in the article buffer none of the minor mode elements will
2780         be shown, usually, and this is not desirable in most cases.
2781
2782         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2783         that commands like `d' (and the like) go to the next line in the
2784         buffer, instead of the next unread article.  I think this is the
2785         behaviour that is most natural for most users.
2786         (gnus-single-article-buffer): Change default to nil, so that people can
2787         have as many article buffers open as they have summary buffer.  I think
2788         this is the most natural way for the groups to behave.
2789
2790         * message.el (message-generate-new-buffers): Change default to
2791         `unsent', so that all new message buffers start their names with the
2792         string "*unsent", and it's easier to find the buffers if you move from
2793         them.
2794
2795 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796
2797         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2798         small.  They're probably tracking images.
2799         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2800         (gnus-html-rescale-image): Yet another try at getting the image sizing
2801         right.
2802
2803         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2804         nntp-marks-file-name is nil.
2805
2806 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2807
2808         * gnus-html.el (gnus-html-wash-tags)
2809         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2810         Better logging.
2811
2812 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2813
2814         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2815
2816         * gnus-html.el (gnus-html-wash-tags): Check the value of
2817         gnus-blocked-images in the summary buffer.
2818
2819 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2820
2821         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2822
2823 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2824
2825         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2826         like "a", it seems like.
2827         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2828         since it needs to be picked from the correct buffer.
2829
2830         * nnwfm.el: Removed.
2831
2832         * nnlistserv.el: Removed.
2833
2834 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2835
2836         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2837         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2838
2839 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840
2841         * nnkiboze.el: Removed.
2842
2843         * nndb.el: Removed.
2844
2845         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2846         alt text.
2847         (gnus-html-rescale-image): Try to get the rescaling logic right for
2848         images that are just wide and not tall.
2849
2850         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2851         overshadow variable bindings.
2852
2853 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2854
2855         * gnus-html.el (gnus-html-wash-tags)
2856         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2857         extra logging.
2858
2859 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2860
2861         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2862         (gnus-max-image-proportion): New variable.
2863         (gnus-html-rescale-image): New function.
2864         (gnus-html-put-image): Rescale images.
2865
2866 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2867
2868         Fix up some byte-compiler warnings.
2869         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2870         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2871         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2872         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2873         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2874         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2875         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2876
2877 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2878
2879         * gnus-html.el (gnus-article-html): Decode contents by charset.
2880
2881 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2882
2883         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2884         (gnus-html-frame-width, gnus-blocked-images)
2885         * message.el (message-prune-recipient-rules): Add custom version.
2886         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2887
2888         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2889         functions.
2890
2891         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2892         gnus-process-get.
2893
2894 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2895
2896         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2897         instead of lsub directly.
2898
2899 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2900
2901         * nnwarchive.el: Removed.
2902
2903         * gnus-soup.el: Removed.
2904
2905         * nnsoup.el: Removed.
2906
2907         * nnultimate.el: Removed.
2908
2909         * gnus-html.el (gnus-blocked-images): New variable.
2910
2911         * message.el (message-prune-recipients): New function.
2912         (message-prune-recipient-rules): New variable.
2913
2914         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2915         guess whether a long line is natural text or not.
2916
2917         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2918         gnus-process-plist and friends for compatibility.
2919
2920 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2921
2922         * gnus-html.el: Require packages that define macros used in this file.
2923         (gnus-article-mouse-face): Declare to silence byte-compiler.
2924         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2925         process-get.
2926         (gnus-html-put-image): Use plist-get to avoid getf.
2927         (gnus-html-prefetch-images): Use with-current-buffer.
2928
2929 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2930
2931         * gnus-ems.el: Provide compatibility functions for
2932         gnus-set-process-plist.
2933
2934         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2935         header-line-format for XEmacs 21.4.
2936
2937         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2938         * gnus.el (gnus-valid-select-methods)
2939         * message.el (message-send-mail-partially-limit)
2940         * mm-decode.el (mm-text-html-renderer)
2941         * mml.el (mml-insert-mime-headers-always)
2942         * smiley.el (smiley-regexp-alist): Bump custom version.
2943
2944 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * gnus-html.el: require mm-url.
2947         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2948         with the url to `url'.
2949         (gnus-html-wash-tags): Support cid: URLs/images.
2950
2951 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952
2953         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2954         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2955         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2956
2957         * gnus-move.el: Removed file, since it doesn't really work.
2958
2959         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2960         UTF-8.  This seems to fix problems with some German web feeds.
2961
2962         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2963         at the top so that the proper colours are applied.
2964
2965         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2966         don't have dots in their names.
2967
2968         * gnus-art.el (gnus-article-view-part): Doc fix.
2969
2970         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2971         XEmacs-compatible.
2972         (gnus-html-put-image): Don't do images on non-graphic displays.
2973
2974         * nnslashdot.el: Removed this unused backend.
2975
2976         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2977         actions.
2978         (gnus-undo-register-1): Revert last change.
2979
2980         * gnus-group.el (gnus-group-completing-read): Protect against not
2981         having completion-styles bound.
2982
2983         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2984         make broken recipients happier.
2985
2986         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2987
2988         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2989         point parameter.
2990
2991         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2992
2993         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2994         completion-styles for group selection.
2995
2996 2009-02-04  Andreas Schwab  <schwab@suse.de>
2997
2998         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2999         headers and regexp-quote the match if necessary.
3000
3001 2009-03-24  Miles Bader  <miles@gnu.org>
3002
3003         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3004         the blinking smiley.
3005
3006 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3007
3008         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3009         blink smiley.
3010
3011 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3012
3013         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3014         where the dribbel file lives exists.
3015
3016         * message.el (message-send-mail-partially-limit): Change the default to
3017         nil, since most people don't want this.
3018
3019         * mm-url.el (mm-url-decode-entities): Also decode entities like
3020         &#x3212.
3021
3022 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3023
3024         * gnus-sum.el (gnus-summary-idna-message):
3025         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3026         Hyperlink urls in docstrings with URL `...'.
3027
3028 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3029
3030         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3031         functions.
3032
3033 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3034
3035         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3036         say what the mouseover text should be.
3037
3038         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3039         version of the mm-w3m-safe-url-regexp variable to only download images
3040         in the groups where we want that to happen.
3041
3042         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3043
3044         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3045         easier debugging.
3046         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3047         big pictures in the article buffer.
3048
3049         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3050         gnus-article-html.
3051         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3052         w3m.
3053
3054         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3055
3056 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3057
3058         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3059         which doesn't exist.
3060
3061         * message.el (message-inhibit-ecomplete): New variable to allow some
3062         function to inhibit ecomplete address storage.
3063         (message-resend): Disable ecomplete message storage when resending
3064         messages.
3065
3066         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3067
3068 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3071         Save excursion while copying, moving, and deleting articles in order to
3072         prevent the cursor from jumping to unforeseen place.
3073
3074 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * lpath.el: No need to bind bookmark-current-buffer,
3077         bookmark-yank-point and bookmark-make-record-function.
3078
3079 2010-08-17  Glenn Morris  <rgm@gnu.org>
3080
3081         * gnus-sync.el: Require gnus components whose functions are used.
3082
3083         * gnus-art.el (bookmark-make-record-function):
3084         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3085         Declare for compiler.
3086
3087         * mm-url.el (mml-compute-boundary): Autoload.
3088
3089 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3092
3093 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3094
3095         Typo fix "hoo4a" -> "hook".
3096
3097         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3098
3099 2010-08-14  Glenn Morris  <rgm@gnu.org>
3100
3101         * gnus-sync.el (gnus-sync): Fix defgroup version.
3102
3103 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3104
3105         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3106
3107         * gnus-sync.el: Fix docs.
3108         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3109         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3110
3111 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3112
3113         Optimizations for gnus-sync.el.
3114
3115         * gnus-sync.el: Add docs about gnus-sync-backend
3116         possibilities.
3117         (gnus-sync-save): Remove unnecessary message.
3118         (gnus-sync-read): Optimize and show what groups were skipped.
3119
3120 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3121
3122         Minor bug fixes for gnus-sync.el.
3123
3124         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3125         read the sync on get-new-news.
3126
3127         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3128         quiet.
3129
3130         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3131
3132 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3133
3134         Make saving and restoring of hidden threads work with overlays.
3135         Patch applied by Ted Zlatanov.
3136
3137         * gnus-sum.el (gnus-hidden-threads-configuration)
3138         (gnus-restore-hidden-threads-configuration): Update to deal with text
3139         properties, rather than searching for a magic character.
3140
3141 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3142
3143         New gnus-sync.el library for synchronization of marks.
3144
3145         * gnus-sync.el: New library for synchronization of marks.
3146
3147         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3148         renamed from `gnus-registry-grep-in-list'.
3149
3150         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3151
3152         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3153
3154 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3155
3156         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3157         determining charset of text fails.
3158
3159 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3160
3161         * nnmail.el (nnmail-get-new-mail-1): Revert.
3162
3163         * nnml.el (nnml-active-number): Make sure names of newly created groups
3164         in nnml-group-alist are encoded.
3165
3166 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3167
3168         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3169         containing non-ASCII characters in active file for nnml back end.
3170
3171 2010-07-24  David Engster  <dengste@eml.cc>
3172
3173         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3174         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3175
3176 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3177
3178         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3179         tag (Bug#6654).
3180
3181 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3182
3183         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3184         the article buffer, not the summary buffer.
3185
3186 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3187
3188         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3189         Emacs 23 as well.
3190
3191 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3194         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3195
3196 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3197
3198         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3199         Patch applied by Karl Fogel.
3200
3201         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3202         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3203
3204 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3205
3206         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3207         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3208         C-w still not working correctly from Article buffers; Thierry's
3209         patch to fix that will be applied after this.
3210
3211         * gnus-art.el (bookmark-make-record-function): New local variable.
3212
3213         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3214         article buffer.
3215         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3216
3217 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3218
3219         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3220         on changes in bookmark.el.
3221
3222 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3223
3224         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3225         `no-log' instead of message not to log prompt string.
3226
3227 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3228
3229         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3230         the *other* type of HTML form submission.
3231
3232 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3233
3234         * auth-source.el (auth-source-pick): If choice does not contain a
3235         questioned keyword, set the check to t.
3236
3237 2010-06-12  Romain Francoise  <romain@orebokech.com>
3238
3239         * gnus-util.el (gnus-date-get-time): Move up before first use.
3240
3241 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3242
3243         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3244         (gnus-article-edit-part): Bind it to make last part that is substituted
3245         or deleted visible.
3246         (gnus-mime-display-single): Buttonize part of which id equals to
3247         gnus-mime-buttonized-part-id.
3248
3249 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3250
3251         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3252         (gnus-dd-mmm): Use gnus-date-get-time.
3253         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3254         simplify logic.
3255         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3256         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3257
3258 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3259
3260         * auth-source.el (top): Autoload `secrets-list-collections',
3261         `secrets-create-item', `secrets-delete-item'.
3262         (auth-sources): Fix tag string.
3263         (auth-get-source, auth-source-retrieve, auth-source-create)
3264         (auth-source-delete): New defuns.
3265         (auth-source-pick): Rewrite in order to avoid 2 passes.
3266         (auth-source-forget-user-or-password): New parameter USERNAME.
3267         (auth-source-user-or-password): New parameters CREATE-MISSING and
3268         DELETE-EXISTING.  Retrieve password interactively, if needed.
3269
3270 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3271
3272         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3273         deleting unused directories when gnus-expert-user is t.
3274
3275 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3276
3277         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3278         for each temp file when gnus-article-browse-delete-temp is ask.
3279
3280 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3281
3282         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3283         Lisp calls to delete-backward-char by calls to delete-char.
3284
3285 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3286
3287         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3288
3289 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3290
3291         * password-cache.el (password-cache-remove): Fix docstring.
3292
3293 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3294
3295         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3296         article unless decoding article to be saved.
3297
3298 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3299
3300         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3301         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3302         generated within the mm-with-unibyte-current-buffer macro.
3303
3304 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3307         to nil when we're in a mml-preview buffer and no group is selected.
3308
3309 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3310
3311         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3312         when catching the `C-g'.  Reported by "Leo".
3313
3314 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3315
3316         * message.el (message-forward-make-body-plain)
3317         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3318         multibyte-string-p.
3319
3320         * lpath.el: Revert.
3321
3322 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3323
3324         * message.el (message-forward-make-body-mml): Assume original message
3325         is multibyte string; error on unibyte.
3326         (message-forward-make-body-plain): Ditto; don't add excessive newline
3327         in body end.
3328
3329         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3330
3331 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3332
3333         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3334         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3335
3336 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3337
3338         * mm-extern.el (mm-extern-url): Don't use
3339         mm-with-unibyte-current-buffer.
3340         (mm-extern-cache-contents): Use with-current-buffer instead of
3341         save-excursion + set-buffer.
3342
3343 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * mm-util.el (mm-emacs-mule): Remove.
3346
3347 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3348
3349         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3350         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3351         change.
3352
3353 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3354
3355         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3356         bind the default value of enable-multibyte-characters to nil.
3357
3358 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3359
3360         * message.el (message-forward-make-body-plain)
3361         (message-forward-make-body-mml):
3362         Don't use mm-with-unibyte-current-buffer.
3363
3364 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3365
3366         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3367
3368 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3369
3370         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3371         (Bug#5592).
3372
3373 2010-05-07  Julien Danjou  <julien@danjou.info>
3374
3375         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3376         it to mm-pipe-part.
3377
3378         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3379         it is given.
3380
3381 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3382
3383         * binhex.el (binhex-decode-region-internal)
3384         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3385         (dns-query)
3386         * nnweb.el (nnweb-gmane-search)
3387         * pgg-parse.el (pgg-parse-armor)
3388         * pgg.el (pgg-verify-region)
3389         * sha1.el (sha1-string-external)
3390         * uudecode.el (uudecode-decode-region-internal)
3391         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3392         XEmacs.
3393
3394         * gnus-art.el (gnus-article-browse-html-parts)
3395         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3396         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3397         make-temp-file.
3398
3399         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3400         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3401         compiling.
3402
3403         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3404         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3405         XEmacs when compiling.
3406
3407         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3408         gnus-pick-mode-off-hook for XEmacs when compiling.
3409         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3410         gnus-binary-mode-off-hook for XEmacs when compiling.
3411
3412         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3413         nil if char-charset is not available.
3414
3415         * imap.el (imap-disable-multibyte)
3416         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3417         macros.
3418
3419         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3420         instead of encode-coding-string.
3421
3422         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3423         'xemacs) instead of mm-emacs-mule to switch function definitions.
3424         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3425
3426         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3427         bind temporary-file-directory for XEmacs;
3428         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3429         timer-set-function for XEmacs 21.4 and SXEmacs;
3430         bind timer-list for XEmacs 21.4 and SXEmacs;
3431         fbind char-charset and find-charset-region for non-Mule XEmacs;
3432         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3433         encode-coding-region and encode-coding-string for XEmacs having no
3434         file-coding feature.
3435
3436 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3437
3438         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3439
3440 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3441
3442         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3443         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3444
3445 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3446
3447         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3448         alias `jka-compr-delete-temp-file' no longer exists.
3449
3450 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3451
3452         Use define-minor-mode in Gnus where applicable.
3453         * mml.el (mml-mode): Use define-minor-mode.
3454         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3455         (gnus-undo-mode): Use define-minor-mode.
3456         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3457         (gnus-dead-summary-mode): Use define-minor-mode.
3458         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3459         Initialize in declaration.
3460         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3461         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3462         (gnus-mailing-list-mode): Use define-minor-mode.
3463         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3464         (gnus-draft-mode): Use define-minor-mode.
3465         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3466         (gnus-dired-mode): Use define-minor-mode.
3467
3468 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3469
3470         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3471         handles on recursive mml-to-mime translation and check them for
3472         boundary delimiter collisions.  Reported by Greg Troxel.
3473
3474 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3475
3476         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3477
3478 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3479
3480         * mm-util.el (mm-find-buffer-file-coding-system):
3481         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3482
3483 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3484
3485         * message.el (message-generate-headers): Record insertion of optional
3486         headers as well.  Otherwise the check to prevent repeated insertion of
3487         optional headers is a no-op.
3488
3489 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3490
3491         * smime.el: Don't mention CVS.
3492
3493         * nnrss.el (nnrss-fetch): Don't mention CVS.
3494
3495         * nnir.el: Don't mention CVS.
3496
3497 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3498
3499         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3500
3501 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3502
3503         * lpath.el: Fbind bookmark-default-handler,
3504         bookmark-get-bookmark-record, bookmark-make-record-default,
3505         bookmark-prop-get for Emacs <23 and XEmacs.
3506
3507 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3508
3509         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3510         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3511         Use with-current-buffer to silence the byte-compiler.
3512         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3513         bother to require `gnus'.
3514         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3515
3516 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3517
3518         * gnus-sum.el (gnus-summary-bookmark-make-record)
3519         (gnus-summary-bookmark-jump): New functions.
3520         (gnus-summary-mode): Setup bookmark support.
3521
3522 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3523
3524         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3525         if set.
3526
3527 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3528
3529         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3530         gnus-article-browse-html-save-cid-image; make it work recursively for
3531         forwarded messages as well.
3532         (gnus-article-browse-html-parts): Work when prefix arg is given.
3533         (gnus-article-browse-html-article): Doc fix.
3534
3535 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3536
3537         * message.el (message-default-mail-headers):
3538         (message-default-headers): Carry the value mail-default-headers over
3539         into message-default-mail-headers, rather than message-default-headers.
3540
3541 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3542
3543         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3544         charset.
3545
3546         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3547         charset into the <meta> tag when the article is encoded to utf-8.
3548
3549 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3550
3551         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3552         directories as well.
3553         (gnus-article-browse-html-parts): Work for images that do not specify
3554         file names; delete temp directory when quitting; insert header at the
3555         right place; use file: scheme for image files.
3556
3557 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3558
3559         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3560         (gnus-article-browse-html-parts): Use it to make temporary cid image
3561         files in addition to html file so that browser may display them.
3562
3563 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3564
3565         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3566
3567 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3568
3569         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3570
3571 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3572
3573         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3574         about Secret Service API sources.  Improve Customize options.
3575         (auth-source-pick): Change to accept any number of search parameters.
3576         Implement fallbacks iteratively, not recursively.  Add scoring on the
3577         second pass and sort by score.  Call Secret Service API when needed.
3578         (auth-source-user-or-password): Use it.  Call Secret Service API
3579         directly when needed to get the user name and the password.
3580
3581 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3582
3583         * message.el (message-interactive): Doc fix.
3584         (message-qmail-inject-args): Reflow.
3585         (message-kill-to-signature): Fix typo in docstring.
3586
3587         * smiley.el (smiley-buffer): Fix typo in docstring.
3588
3589 2010-03-24  Glenn Morris  <rgm@gnu.org>
3590
3591         * mail-source.el (gnus-message): Declare.
3592         (mail-source-delete-old-incoming): Require gnus-util.
3593
3594 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3595
3596         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3597
3598         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3599
3600         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3601         password-cache's default if it is not bound.
3602         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3603         password-cache-expiry's default if it is not bound.
3604
3605         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3606         available in Emacs 21.
3607
3608         * lpath.el: Suppress compiler warnings for:
3609         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3610         XEmacs;
3611         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3612         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3613         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3614
3615 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3616
3617         * auth-source.el (auth-sources): Fix up definition so extra parameters
3618         are always inline.
3619
3620 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3621
3622         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3623         wasn't updated after mismatch.  Clear cached mailbox info correctly
3624         when uidvalidity changes.
3625         (nnimap-group-prefixed-name): New function to avoid some code
3626         duplication.
3627         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3628         (nnimap-request-group): Use it.
3629         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3630         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3631         with many imap folders.  This is done by caching the group status from
3632         the imap server persistently in a group parameter `imap-status'.  (This
3633         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3634         but not persistently, so every Gnus startup was still very slow.)
3635
3636 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3637
3638         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3639         delete the extra newline.  Otherwise editing of :string and :number
3640         types don't work.
3641
3642 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3643
3644         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3645         secrets.el dependency.
3646         (auth-sources): Add optional user name.  Add secrets.el configuration
3647         choice (unused right now).
3648
3649 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3650
3651         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3652         `gnus-registry-install-shortcuts' fill in the functions.
3653
3654         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3655         warnings.
3656         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3657         (gnus-registry-install-shortcuts): Populate and use it in a
3658         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3659
3660 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3661
3662         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3663         In-place substitutions for the group name encoding/decoding.
3664         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3665         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3666         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3667         (nnimap-update-unseen, nnimap-request-list)
3668         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3669         (nnimap-request-set-mark, nnimap-split-to-groups)
3670         (nnimap-split-articles, nnimap-request-newgroups)
3671         (nnimap-request-create-group, nnimap-request-accept-article)
3672         (nnimap-request-delete-group, nnimap-request-rename-group)
3673         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3674         `encoded-mbx' for consistency.
3675         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3676         variable `imap-current-mailbox'.
3677
3678         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3679         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3680
3681 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3682
3683         * pop3.el (pop3-display-message-size-flag): Display message size byte
3684         counts during POP3 download.
3685         (pop3-movemail): Use it.
3686         (pop3-list): Implement listing of available messages.
3687
3688 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3689
3690         * nnir.el (nnir-get-article-nov-override-function): New function to
3691         override the normal NOV retrieval.
3692         (nnir-retrieve-headers): Use it.
3693
3694 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3695
3696         * auth-source.el (netrc-machine-user-or-password): Autoload.
3697
3698 2010-03-19  Glenn Morris  <rgm@gnu.org>
3699
3700         Stop message.el from loading about 40 libraries it doesn't always need.
3701         The general approach is to autoload rather than require, and to
3702         require in the specific functions rather than the file.  (Bug#5642)
3703
3704         * gmm-utils.el: Don't require wid-edit.
3705         (widget-create-child-value, widget-convert, widget-default-get):
3706         Autoload.
3707
3708         * gnus-util.el: Don't require time-date, netrc.
3709         (message-fetch-field, gnus-group-name-decode): Declare rather than
3710         autoloading.
3711         (gnus-fetch-field): Require message.
3712         (gnus-decode-newsgroups): Require gnus-group.
3713
3714         * ietf-drums.el: Don't require time-date.
3715
3716         * message.el: Don't require hashcash, canlock, ecomplete.
3717         Do require mail-utils.  Require nnheader only when compiling.
3718         (smtpmail-default-smtp-server): Remove declaration.
3719         (message-send-mail-function): Check smtpmail-default-smtp-server
3720         is bound rather than requiring smtpmail.
3721         (message-auto-save-directory, message-insert-signature): Use
3722         expand-file-name rather than nnheader-concat.
3723         (nnheader-insert-file-contents): Autoload.
3724         (hashcash-wait-async): Declare.
3725         (message-send-mail): Only call gnus-setup-posting-charset if
3726         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3727         (message-send-mail-with-sendmail): Require sendmail.
3728         (canlock-password, canlock-password-for-verify): Declare.
3729         (message-canlock-password): Require canlock.
3730         (nnheader-get-report): Autoload.
3731         (gnus-setup-posting-charset): Declare.
3732         (message-send-news): Require gnus-msg.
3733         (message-make-references, message-make-in-reply-to): Use mail-header-id
3734         rather than the alias mail-header-message-id.
3735         (ecomplete-add-item, ecomplete-save): Declare.
3736         (message-put-addresses-in-ecomplete): Require ecomplete.
3737         (ecomplete-display-matches): Autoload.
3738
3739         * mm-decode.el: Don't require mailcap, gnus-util.
3740         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3741         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3742         Autoload.
3743         (mailcap-mime-extensions): Declare.
3744
3745         * mm-encode.el: Don't require mailcap.
3746         (mailcap-extension-to-mime): Autoload.
3747
3748         * mml-sec.el: Don't require password-cache.
3749
3750         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3751         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3752         (mml-minibuffer-read-type): Require mailcap.
3753         (mml-preview): Require gnus-msg.
3754
3755         * mml1991.el: Require password-cache.
3756         (password-cache-expiry): Remove declaration.
3757
3758         * mml2015.el: Require password-cache.
3759         (password-cache-expiry): Remove declaration.
3760
3761         * nneething.el (mailcap): Require mailcap.
3762
3763         * nnheader.el (declare-function): Add compatibility stub.
3764         (message-remove-header): Declare rather than autoload.
3765         (nnheader-replace-header): Require message.
3766
3767         * nnimap.el (declare-function): Add compatibility stub.
3768         (netrc-parse, netrc-machine-user-or-password): Declare.
3769         (nnimap-open-connection): Require netrc.
3770
3771         * nntp.el (declare-function): Add compatibility stub.
3772         (netrc-parse, netrc-machine, netrc-get): Declare.
3773         (nntp-send-authinfo): Require netrc.
3774
3775         * rfc2047.el: Don't require qp.
3776         (quoted-printable-encode-region, quoted-printable-decode-string):
3777         Autoload.
3778
3779         * sieve-mode.el: Don't require easymenu.
3780         (easy-menu-add-item): Autoload it.
3781
3782         * spam-stat.el (time-to-number-of-days): Autoload it.
3783
3784 2010-03-19  Glenn Morris  <rgm@gnu.org>
3785
3786         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3787
3788 2010-03-18  Glenn Morris  <rgm@gnu.org>
3789
3790         * hashcash.el (declare-function): Remove duplicate definition.
3791
3792 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3793
3794         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3795         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3796         value if any backslash escapes).
3797
3798 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3799
3800         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3801         if it is available.  (bug#5647)
3802
3803         * lpath.el: Suppress compiler warning for coding-system-from-name for
3804         Emacs 21 and XEmacs.
3805
3806 2010-03-14  Juri Linkov  <juri@jurta.org>
3807
3808         * hmac-def.el:
3809         * hmac-md5.el:
3810         * netrc.el: Fix keywords.
3811
3812 2010-02-26  Glenn Morris  <rgm@gnu.org>
3813
3814         * message.el (message-send-mail-function): Change the default, so that
3815         it inherits from a customized send-mail-function.  (Bug#5643)
3816
3817 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3818
3819         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3820         shell-command-to-string signals an error (bug#5299).
3821
3822 2010-02-24  Glenn Morris  <rgm@gnu.org>
3823
3824         * message.el (message-smtpmail-send-it)
3825         (message-send-mail-with-mailclient): Doc fixes.
3826
3827 2010-02-16  Glenn Morris  <rgm@gnu.org>
3828
3829         * message.el (message-default-mail-headers): Change the default value
3830         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3831
3832 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3833
3834         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3835         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3836
3837 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3838
3839         * time-date.el (date-to-time): Doc fix (Bug#5408).
3840
3841 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3842
3843         * message.el (message-mail): Just pass yank-action on to message-setup.
3844         (message-setup): Handle (FUN . ARGS) form of yank-action.
3845         (message-with-reply-buffer, message-widen-reply)
3846         (message-yank-original): Handle non-buffer values of
3847         message-reply-buffer (Bug#4080).
3848         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3849
3850 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3851
3852         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3853         Fix typo in docstring.
3854
3855 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3856
3857         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3858         response.
3859
3860 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3861
3862         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3863
3864         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3865
3866         * message.el (message-check-news-header-syntax): Protect against a
3867         string that `rfc822-addresses' returns when parsing fails.
3868
3869 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3870
3871         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3872         (gnus-previous-char-property-change): New functions.
3873
3874         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3875
3876 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3877
3878         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3879         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3880
3881 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3882
3883         * message.el (message-exchange-point-and-mark): Rework last change to
3884         avoid using optional arg of exchange-point-and-mark, for backward
3885         compatibility.
3886
3887 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3888
3889         * message.el (message-exchange-point-and-mark): Call
3890         exchange-point-and-mark with an argument rather than setting
3891         mark-active by hand (Bug#5175).
3892
3893 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * nntp.el (nntp-service-to-port): Work for service expressed with
3896         numeric string; replace [:digit:] with [0-9] for XEmacs.
3897
3898 2009-12-17  Glenn Morris  <rgm@gnu.org>
3899
3900         * gnus-group.el (gnus-bug-group-download-format-alist):
3901         Change emacs entry to debbugs.gnu.org.  Bump :version.
3902
3903 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3904
3905         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3906
3907 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3908
3909         * message.el (message-info): Explain why we use `Info-goto-node'.
3910
3911 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3914
3915 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3916
3917         * message.el (message-completion-in-region): New compatibility function.
3918         (message-expand-group): Use it.
3919
3920 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3921
3922         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3923         with no unread article should be listed if the 2nd arg `predicate' is
3924         given.
3925
3926 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3927
3928         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3929
3930 2009-11-29  Juri Linkov  <juri@jurta.org>
3931
3932         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3933         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3934         on `gnus-recenter'. (Bug#4698, Bug#4981)
3935
3936 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3937
3938         * sha1.el (sha1-string-external): default-directory "/" in case
3939         otherwise non-existent.  process-connection-type pipe for touch of
3940         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3941
3942 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3943
3944         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3945         it's comms related and sgml-mode.el has "comm" on that basis too.
3946
3947 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3948
3949         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3950         containing tspecial characters if they have been already quoted.
3951
3952 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3953
3954         * dns-mode.el (auto-mode-alist): Purecopy string.
3955
3956 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3957
3958         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3959
3960 2009-10-24  Glenn Morris  <rgm@gnu.org>
3961
3962         * gnus-art.el (help-xref-stack-item): Define for compiler.
3963
3964 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3965
3966         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3967
3968 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3969
3970         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3971
3972 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3975         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3976
3977 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3978
3979         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3980         (gnus-overlays-in): New alias to overlays-in.
3981
3982         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3983         gnus-overlay-get, and gnus-delete-overlay.
3984         (gnus-summary-show-thread): Make it work as well for systems in which
3985         next-single-char-property-change is not available.
3986         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3987
3988         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3989         (gnus-overlay-get): New alias to extent-property.
3990         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3991
3992         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3993         SXEmacs.
3994
3995         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3996         SXEmacs.
3997
3998 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3999
4000         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4001
4002 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4003
4004         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4005         and XEmacs that don't have `remove-overlays'.
4006
4007 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4008
4009         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4010         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4011         selective display.  Use overlays instead.
4012
4013 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4014
4015         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4016
4017 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4018
4019         * spam-stat.el (spam-stat-load): Fix typo in message.
4020
4021 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4022
4023         * dig.el (dig-invoke): Fix typo in docstring.
4024         (query-dig): Reflow docstring.
4025
4026 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4027
4028         * gnus-art.el (gnus-article-encrypt-body):
4029         * message.el (message-check-recipients):
4030         * mm-util.el (mm-codepage-setup):
4031         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4032         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4033
4034 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4035
4036         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4037         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4038         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4039         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4040         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4041
4042 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4043
4044         * dig.el: Add "Keywords: comm", as per net-utils.el.
4045
4046 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4047
4048         * dig.el (dig-mode): Use define-derived-mode.
4049
4050 2009-09-19  Glenn Morris  <rgm@gnu.org>
4051
4052         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4053
4054 2009-09-18  Glenn Morris  <rgm@gnu.org>
4055
4056         * gnus-diary.el (gnus-diary-check-message):
4057         * message.el (message-insert-formatted-citation-line):
4058         * nnbabyl.el (top-level):
4059         * nndiary.el (nndiary-schedule):
4060         Fix typos in condition-case handlers.
4061
4062 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4065         configuration that provides the sole article window in a frame;
4066         position point correctly after deleting a part.
4067
4068 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4069
4070         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4071         (spam-resolve-registrations-routine): Use it to unregister articles
4072         that change status.
4073
4074 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4075
4076         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4077         with XEmacs.
4078         (parse-time-string-chars): Use it.
4079
4080 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4081
4082         * imap.el (imap-interactive-login): Better messages.
4083         (imap-open): Fix bug with renamed buffer on reconnect.
4084         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4085         for easier debugging and cleaner code.  On successful (guessed based on
4086         server capabilities) secondary authentication, set imap-state
4087         correctly.
4088         (imap-last-authenticator): Define imap-last-authenticator as a variable
4089         to avoid warnings.
4090
4091 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * nnrss.el (nnrss-request-article): Remove binding of
4094         default-enable-multibyte-characters that has gotten needless by
4095         the 2007-07-13 change in rfc2047-encode-message-header.
4096
4097         * mml.el (mml-insert-multipart): Error on the message header.
4098         (mml-insert-part): Error on the message header; position point at
4099         the end of a MIME tag.
4100
4101 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * time-date.el (autoload): Expand define-obsolete-function-alias into
4104         defalias and make-obsolete for old Emacsen that Gnus supports.
4105         (with-no-warnings): Define it for old Emacsen.
4106         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4107         is available.
4108         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4109         float-time is available; suppress compile warning for time-to-seconds.
4110
4111         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4112         (gnus-float-time): Alias to float-time if it exists.
4113
4114         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4115         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4116         float-time is available; suppress compile warning for time-to-seconds.
4117
4118         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4119         XEmacs.
4120
4121 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4122
4123         * imap.el (imap-message-map): Docstring fix.
4124
4125 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4126
4127         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4128         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4129         Add the optional argument `encoding' that overrides the default.
4130
4131         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4132         mm-encode-buffer.
4133
4134 2009-09-04  Glenn Morris  <rgm@gnu.org>
4135
4136         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4137         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4138         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4139         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4140         * mm-util.el (mm-with-unibyte-current-buffer)
4141         (mm-find-buffer-file-coding-system):
4142         * yenc.el (yenc-decode-region): Use default-value rather than
4143         default-enable-multibyte-characters.
4144
4145 2009-09-03  Glenn Morris  <rgm@gnu.org>
4146
4147         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4148         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4149         than default-enable-multibyte-characters.
4150
4151 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4152
4153         * gnus-art.el (gnus-article-read-summary-keys):
4154         Fix gnus-buffer-configuration's value temporarily used.
4155
4156 2009-09-02  Glenn Morris  <rgm@gnu.org>
4157
4158         * gnus-util.el (gnus-float-time): New function.
4159         * gnus-delay.el (gnus-delay-article):
4160         * gnus-sum.el (gnus-thread-latest-date):
4161         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4162         * nnspool.el (nnspool-request-newgroups):
4163         Use gnus-float-time rather than time-to-seconds.
4164         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4165
4166         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4167         (gnus-header-subject-face, gnus-header-newsgroups-face)
4168         (gnus-header-name-face, gnus-header-content-face):
4169         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4170         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4171         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4172         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4173         (gnus-cite-face-11):
4174         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4175         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4176         (gnus-server-closed-face, gnus-server-denied-face)
4177         (gnus-server-offline-face):
4178         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4179         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4180         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4181         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4182         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4183         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4184         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4185         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4186         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4187         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4188         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4189         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4190         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4191         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4192         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4193         (gnus-summary-high-undownloaded-face)
4194         (gnus-summary-low-undownloaded-face)
4195         (gnus-summary-normal-undownloaded-face)
4196         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4197         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4198         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4199         (gnus-splash-face):
4200         * message.el (message-header-to-face, message-header-cc-face)
4201         (message-header-subject-face, message-header-newsgroups-face)
4202         (message-header-other-face, message-header-name-face)
4203         (message-header-xheader-face, message-separator-face)
4204         (message-cited-text-face, message-mml-face):
4205         * sieve-mode.el (sieve-control-commands-face)
4206         (sieve-action-commands-face, sieve-test-commands-face)
4207         (sieve-tagged-arguments-face):
4208         * spam.el (spam-face):
4209         Mark face aliases with "-face" in the name as obsolete.
4210
4211 2009-09-01  Glenn Morris  <rgm@gnu.org>
4212
4213         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4214         than goto-line.
4215
4216 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4219         Don't move point if the command is invoked inside the message header.
4220
4221 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4222
4223         * imap.el (imap-send-command): Simplify.
4224         (imap-wait-for-tag): point-max -> buffer-size.
4225
4226 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4227
4228         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4229         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4230         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4231         * nnir.el (nnir-swish-e-index-file):
4232         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4233         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4234         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4235         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4236         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4237         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4238
4239 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4242         Don't save excursion.
4243
4244 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4245
4246         * nnheader.el (nnheader-find-file-noselect):
4247         * mm-util.el (mm-insert-file-contents):
4248         Use (default-value 'major-mode) instead of default-major-mode.
4249
4250 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4251
4252         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4253
4254 2009-08-26  Glenn Morris  <rgm@gnu.org>
4255
4256         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4257         than placing in files.el.
4258
4259 2009-08-25  Glenn Morris  <rgm@gnu.org>
4260
4261         * nnir.el (top-level): Don't require cl at run-time.
4262         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4263         Replace cl-function substitute with gnus-replace-in-string.
4264         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4265         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4266         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4267         simplified expansions.
4268
4269 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4270
4271         * dig.el (dig): Add autoload cookie.
4272
4273 2009-08-22  Glenn Morris  <rgm@gnu.org>
4274
4275         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4276         goto-line.
4277
4278 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4279
4280         * parse-time.el (parse-time-string-chars): Save match data.
4281
4282 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4283
4284         * parse-time.el (parse-time-string-chars): Compute using character
4285         classes, to handle non-ascii characters (Bug#3190).
4286
4287 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4288
4289         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4290
4291         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4292         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4293         (gnus-mm-display-part, gnus-mime-display-single)
4294         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4295         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4296
4297         * gnus-sum.el
4298         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4299         (gnus-summary-move-article): Add expirable mark to articles copied or
4300         moved to group that has auto-expire turned on if the option is non-nil.
4301
4302 2009-07-24  Glenn Morris  <rgm@gnu.org>
4303
4304         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4305         Fix typo.  (Bug#3903)
4306
4307 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4310         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4311         that should not be used for draft articles.
4312         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4313         that has no concern in minor mode keys.
4314         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4315         Abolish.
4316
4317 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4320         article without making inquiry to a user for unknown encoding.
4321
4322         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4323         (nnmaildir--scan): Assume i-node and device number that file-attributes
4324         returns might be cons-cell.
4325
4326         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4327
4328         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4329
4330 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4331
4332         * auth-source.el: Remove docs now in auth.texi.  Don't use
4333         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4334         `auth-source-hide-passwords' and use them.
4335
4336 2009-07-15  Glenn Morris  <rgm@gnu.org>
4337
4338         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4339
4340 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4341
4342         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4343         excessive whitespace from the default values of title and description.
4344
4345 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4346
4347         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4348         mail-fetch-field to fetch Content-Description header in order to
4349         exclude newlines.
4350
4351 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4352
4353         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4354         format used by GnuPG 2.0.11.
4355
4356 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4359         to deleted part.
4360
4361 2009-05-30  David Engster  <dengste@eml.cc>
4362
4363         * nnmairix.el: Remove old documentation in the commentary block.
4364         (nnmairix-request-group): Do not update active file for nnml back ends.
4365         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4366         end so that overview files are ignored.
4367         (nnmairix-update-groups): Make updating the groups more robust by using
4368         marks.
4369         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4370         with dollar characters in message-id.
4371
4372 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4373
4374         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4375         2008-12-25 in dns.el.
4376
4377 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4378
4379         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4380         could happen if the text is only composed of spaces and/or tabs.
4381
4382 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4383
4384         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4385         when sending a queued message to avoid extra mml tags.
4386
4387 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4390
4391 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4392
4393         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4394         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4395         rmail-toggle-header for XEmacs;
4396         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4397
4398 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4399
4400         * gnus-dired.el: Remove autoload for gnus-setup-message.
4401         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4402         displaying Gnus logo; always use compose-mail.
4403
4404 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4405
4406         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4407
4408 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4409
4410         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4411         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4412         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4413         available.
4414         (gnus-nocem-epg-verify): New function.
4415
4416 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4417
4418         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4419
4420 2009-02-15  Glenn Morris  <rgm@gnu.org>
4421
4422         * gnus-util.el (rmail-insert-rmail-file-header)
4423         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4424         autoloads.
4425         (rmail-default-rmail-file): Remove unnecessary declaration.
4426         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4427
4428 2009-02-14  Glenn Morris  <rgm@gnu.org>
4429
4430         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4431         variable (only used in gnus-util, which declares it anyway).
4432         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4433         which was only needed by gnus-art (changed to not use it any more).
4434         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4435         only used in gnus-util, which autoloads it itself.
4436         (rmail-update-summary): Fix autoload.
4437
4438         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4439         rather than rmail-output-to-rmail-file.
4440
4441 2009-02-07  Glenn Morris  <rgm@gnu.org>
4442
4443         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4444         autoload of function that no longer exists.
4445         (rmail-toggle-header): Declare.
4446         (message-forward-rmail-make-body): Handle mbox Rmail.
4447
4448 2009-01-31  Glenn Morris  <rgm@gnu.org>
4449
4450         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4451         2009-01-09 change.
4452
4453 2009-01-31  Dave Love  <fx@gnu.org>
4454
4455         * imap.el (imap-fetch-safe): Bind debug-on-error.
4456         (imap-debug): Add imap-fetch-safe.
4457
4458 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4459
4460         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4461         (auth-source-forget-all-cached): New convenience function.
4462         (auth-source-user-or-password): Accept list of modes or a single mode.
4463
4464         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4465         auth-source modes.
4466
4467         * netrc.el (netrc-machine-user-or-password): Use list of
4468         auth-source modes.
4469
4470         * nnimap.el (nnimap-open-connection): Use list of
4471         auth-source modes.
4472
4473         * nntp.el (nntp-send-authinfo): Use list of
4474         auth-source modes.
4475
4476 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4477
4478         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4479         now.
4480
4481 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4484         coding system in XEmacs; add a workaround for XEmacs.
4485
4486         * lpath.el: Fbind coding-system-aliasee.
4487
4488 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4489
4490         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4491         of current-language-environment.
4492
4493 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4494
4495         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4496         available at runtime.
4497
4498 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4499
4500         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4501
4502 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4503
4504         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4505         the greatest positive fixnum value doesn't work under an XEmacs with
4506         bignum support; use the most-positive-fixnum constant instead,
4507         available since Emacs 21.1 with cl and XEmacs 21.1.
4508
4509 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4512         XEmacs gets not to work.
4513
4514 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4515
4516         * mm-util.el (mm-coding-system-priorities): Allow the value like
4517         "Japanese (UTF-8)" of current-language-environment.
4518
4519 2009-01-09  Glenn Morris  <rgm@gnu.org>
4520
4521         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4522         with last-command-event.
4523
4524 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4525
4526         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4527         in the doc string.
4528
4529         * message.el (message-fix-before-sending): Amend comment.
4530
4531 2009-01-08  Dave Love  <fx@gnu.org>
4532
4533         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4534
4535 2009-01-07  David Engster  <dengste@eml.cc>
4536
4537         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4538         simplified server definitions by converting it via
4539         gnus-server-to-method.
4540
4541 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4542
4543         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4544         parameter's operands.
4545
4546 2009-01-06  David Engster  <dengste@eml.cc>
4547
4548         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4549         primary select method (for gnus-group-mark-article-as-read).
4550
4551 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4552
4553         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4554         `(gnus)Face', not `(gnus)X-Face'.
4555
4556 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4557
4558         * mm-util.el (mm-ucs-to-char): New function.
4559
4560         * mm-url.el (mm-url-decode-entities): Use it.
4561
4562         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4563         unicode-to-char.
4564
4565 2009-01-05  Dave Love  <fx@gnu.org>
4566
4567         * time-date.el: Require cl for `declare'.
4568
4569 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4570
4571         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4572         Dave Love.
4573
4574 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4575
4576         * message.el (message-fix-before-sending): Add `eight-bit' to
4577         illegible-text check.
4578
4579 2009-01-03  Michael Olson  <mwolson@gnu.org>
4580
4581         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4582         `headers' is nil.  This can occur if the IMAP server does not have
4583         permissions to read messages from a folder, but can write new messages
4584         to the folder.
4585         (nnimap-request-article-part): Do not insert `data' if it is nil.
4586
4587         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4588         characters which will confuse `read', so skip past them.
4589
4590 2009-01-01  Dave Love  <fx@gnu.org>
4591
4592         * imap.el (imap-string-to-integer): Fix typo.
4593         (imap-fetch-safe): New function.
4594         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4595
4596         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4597
4598         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4599         (imap-parse-greeting): Fix doc strings.
4600         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4601         (imap-parse-flag-list): Make messages unique.
4602         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4603
4604         * nnimap.el: Fix author email.
4605         (nnimap-split-rule): Add FIXME comment.
4606         (nnimap-debug): Fix doc string.
4607
4608 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4609
4610         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4611
4612 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4613
4614         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4615         nslookup if resolv.conf isn't available.
4616         (dns-query): Rename from query-dns.
4617         (dns-query-cached): Rename from query-dns-cached.
4618
4619 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4622         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4623         to check if those variables exist (first appeared in Emacs 18.50).
4624
4625 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * mm-util.el (mm-line-number-at-pos): New function.
4628
4629         * spam-report.el (spam-report-process-queue): Use it.
4630
4631 2008-12-24  David Engster  <dengste@eml.cc>
4632
4633         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4634         parameters that haven't existed as variables as buffer-local variables.
4635
4636 2008-12-23  Dave Love  <fx@gnu.org>
4637
4638         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4639         cadar.
4640
4641         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4642         imap-starttls-p.
4643         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4644
4645 2008-12-22  Dave Love  <fx@gnu.org>
4646
4647         * imap.el: Fix author email.  Doc fixes.
4648         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4649         reply.
4650
4651 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4652
4653         * spam-report.el (spam-report-gmane-max-requests): New constant.
4654         (spam-report-gmane-wait): New variable.
4655         (spam-report-gmane-ham, spam-report-gmane-spam)
4656         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4657         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4658         the server.
4659
4660         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4661         Add explanations.
4662
4663         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4664         nnheader-accept-process-output and nnheader-read-timeout if available.
4665         (pop3-movemail): Use it.
4666
4667         * message.el (message-check-news-body-syntax): Fix signature check if
4668         there's an attachment.
4669
4670 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4671
4672         * mm-util.el: Add comments to the mm- emulating functions.
4673
4674 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4675
4676         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4677         by Stephen Berman <stephen.berman@gmx.net>.
4678
4679 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4680
4681         * mm-util.el (mm-substring-no-properties): New function.
4682         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4683         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4684         (mm-string-to-multibyte): Doc fix.
4685
4686         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4687
4688 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4689
4690         * mml.el (mml-attach-file): Strip text properties from file name.
4691         (Bug#1574)
4692
4693 2008-12-16  Glenn Morris  <rgm@gnu.org>
4694
4695         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4696
4697 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4698
4699         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4700         knows since the charset specified might be a bogus alias that
4701         mm-charset-synonym-alist provides.
4702
4703 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4704
4705         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4706         "ISO_8859-1".
4707
4708         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4709
4710 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4711
4712         * mm-util.el (mm-charset-eval-alist):
4713         Define it before mm-charset-to-coding-system.
4714         (mm-charset-to-coding-system): Add optional argument `silent';
4715         define it before mm-charset-override-alist.
4716         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4717         default value if it can be used in Emacs currently running;
4718         silence mm-charset-to-coding-system.
4719
4720 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4721
4722         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4723         `allow-override' which says whether to use `mm-charset-override-alist'.
4724         (rfc2047-decode-encoded-words): Use it.
4725
4726         * mm-util.el (mm-charset-override-alist): Fix custom type;
4727         add `(gb2312 . gbk)' to choices.
4728
4729 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4732         fast.
4733
4734         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4735
4736         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4737
4738 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4739
4740         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4741         on links.
4742
4743         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4744
4745 2008-12-03  Lute Kamstra  <lute@gnu.org>
4746
4747         * sha1.el: Remove leading * from docstrings of defcustoms,
4748         deffaces, defconsts and defuns.
4749
4750 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4753         users' addresses that don't have domain parts.
4754         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4755         rather than message-narrow-to-head since there will be the message
4756         header separator.
4757
4758 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4759
4760         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4761         since the result is inserted in a unibyte buffer anyway.
4762         (nnimap-demule-use-string-to-multibyte): Remove.
4763         (nnimap-demule): Alias it to mm-string-to-multibyte.
4764
4765 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4766
4767         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4768         variable for debugging bug#464 and bug#1174.
4769         (nnimap-demule): Use it.
4770
4771 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4772
4773         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4774         score calculation correctly.
4775
4776 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4777
4778         * message.el (message-send-mail): Just set the buffer to unibyte
4779         rather than use mm-with-unibyte-current-buffer which does a lot more.
4780         (message-send-mail-partially): Don't bother with
4781         mm-with-unibyte-current-buffer since it's already been made unibyte by
4782         message-send-mail.
4783
4784 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4785
4786         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4787
4788 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4789
4790         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4791
4792 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4795         require itself and to remove `with-no-warnings'.
4796
4797 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4798
4799         * starttls.el (starttls-any-program-available): Get the name of the
4800         available TLS layer program.
4801         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4802         well as the host name in the "opening" message.
4803
4804         * auth-source.el (auth-source-cache, auth-source-do-cache)
4805         (auth-source-user-or-password): Cache passwords and logins by default,
4806         allow override with `auth-source-do-cache'.
4807         (auth-source-forget-user-or-password): Allow users to remove cache
4808         entries if needed.
4809
4810 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4811
4812         * md4.el (md4-buffer): Fix typo in docstring.
4813         (md4, md4-64): Doc fixes.
4814         (md4-pack-int32): Reflow docstring.
4815
4816 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4817
4818         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4819         condition-case to only the forward-sexp call.
4820
4821 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4822
4823         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4824         quotes contained.  Make it more robust regardless by an extra
4825         condition-case wrapper.
4826
4827 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4830
4831 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * nnml.el (nnml-request-expire-articles): Check if the function set to
4834         `nnmail-expiry-target' returns the symbol `delete'.
4835
4836         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4837
4838         * nnmail.el (nnmail-expiry-target): Fix custom type.
4839
4840 2008-10-02  Glenn Morris  <rgm@gnu.org>
4841
4842         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4843         Silence compiler warning.
4844
4845 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4846
4847         * tls.el (open-tls-stream): Show the actual command being
4848         executed, instead of the format string.
4849
4850 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4851
4852         * lpath.el: Fbind codepage-setup for Emacs 23.
4853
4854 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4855
4856         * mml.el (mml-menu): Don't assume mml2015 is bound.
4857
4858 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4859
4860         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4861         exists.
4862
4863 2008-09-27  Glenn Morris  <rgm@gnu.org>
4864
4865         * gnus-util.el (mail-header-remove-comments): Autoload it.
4866
4867 2008-09-27  Andreas Schwab  <schwab@suse.de>
4868
4869         * gnus-util.el (gnus-split-references): Strip comments.
4870         (gnus-parent-id): Likewise.
4871
4872 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4873
4874         * message.el (message-confirm-send): Fix version.
4875
4876 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4877
4878         * message.el (message-idna-to-ascii-rhs-1): Use
4879         mail-extract-address-components rather than mail-header-parse-addresses
4880         that is an alias by default to ietf-drums-parse-addresses that does not
4881         support non-ASCII names in headers' contents.
4882
4883 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4884
4885         * message.el (message-confirm-send): Fixed variable documentation to
4886         avoid the "y/n" wording.
4887
4888 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4889
4890         * message.el (message-set-auto-save-file-name): Save to a different
4891         filename so multiple messages (especially drafts) can be recovered.
4892
4893 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4894
4895         * message.el (message-confirm-send): Add appropriate version.
4896
4897 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4898
4899         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4900         defvar.
4901
4902 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4903
4904         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4905         (mm-pkcs7-enveloped-magic): Ditto.
4906
4907 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4908
4909         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4910         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4911
4912 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4913
4914         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4915         default, it's better.
4916
4917 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4918
4919         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4920         summary line gnus-number property and ignore them (with a warning
4921         message).
4922
4923 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4924
4925         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4926         macro caddr in the interactive form since it won't be expanded.
4927
4928 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4929
4930         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4931         `charset'; fix name of function called recursively.
4932         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4933
4934 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4937         (gnus-mime-set-charset-parameters): New function.
4938         (gnus-mime-view-part-as-charset): Use it to correctly display part
4939         specifying wrong charset.
4940
4941 2008-09-08  David Engster  <dengste@eml.cc>
4942
4943         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4944         in completing-read for back end server.
4945
4946 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4947
4948         * message.el (message-confirm-send): New variable to confirm sending a
4949         message.
4950         (message-send): Use it.
4951
4952 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4953
4954         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4955
4956 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4957
4958         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4959
4960 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4961
4962         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4963         prevent tracking too many groups.
4964         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4965         Use it.
4966
4967 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4968
4969         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4970         moving point to the bottom of the window in order to avoid recentering.
4971
4972 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4973
4974         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4975
4976         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4977         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4978         (gnus-article-beginning-of-window): Fix calculation.
4979
4980 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4981
4982         * gnus-msg.el (gnus-summary-supersede-article)
4983         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4984         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4985         message header.
4986
4987 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4988
4989         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4990         pending output coming after the status change.
4991
4992 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4993
4994         * message.el:
4995         * gnus-start.el:
4996         * gnus-registry.el: Remove VMS support.
4997
4998 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5001         macro.
5002         (rfc2104-hash): Use it.
5003
5004 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5005
5006         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5007         (gnus-summary-sort-by-most-recent-date): New commands.
5008         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5009         and menu entries.
5010
5011 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5012
5013         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5014         don't redisplay article for raw contents; remove plural articles stuff.
5015
5016         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5017         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5018         on gnus-summary-save-article; display results properly.
5019
5020 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5021
5022         * lpath.el: No need to fbind ns-focus-frame.
5023
5024 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5025
5026         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5027
5028 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5031         gnus-save-all-headers.
5032
5033 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5034
5035         * gnus-util.el (ns-focus-frame): Remove declaration.
5036         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5037         like x.
5038
5039 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5040
5041         * rfc2104.el (rfc2104-zero): Delete defconst.
5042         (rfc2104-hex-alist): Likewise.
5043         (rfc2104-hex-to-int): Delete func.
5044         (rfc2104-hexstring-to-bitstring): Likewise.
5045         (rfc2104-nybbles): New defconst.
5046         (rfc2104-hash): Rewrite for speed.
5047
5048 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * tls.el (open-tls-stream): Make it work with the 2nd argument
5051         BUFFER that is a string but does not exist as a buffer object, as
5052         mentioned in the doc-string.
5053
5054 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5055
5056         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5057         SXEmacs.
5058
5059 2008-07-16  Glenn Morris  <rgm@gnu.org>
5060
5061         * gnus-util.el (ns-focus-frame): Declare for compiler.
5062
5063 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5064
5065         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5066         set as a group parameter.
5067         (gnus-summary-save-in-pipe): Work when it is called independently.
5068         (gnus-summary-pipe-to-muttprint): Don't modify
5069         gnus-summary-pipe-output-default-command.
5070
5071 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5072
5073         * message.el (message-send-mail-with-sendmail):
5074         Display the error message.
5075
5076 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * gnus-art.el (gnus-default-article-saver):
5079         Add gnus-summary-save-in-pipe to choices.
5080         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5081         gnus-summary-pipe-output-default-command as the default command.
5082         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5083         instead of gnus-last-shell-command.
5084
5085         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5086         New user option.
5087         (gnus-summary-muttprint-program): Mention the value will be changed.
5088         (gnus-summary-save-article): Force showing of all headers.
5089         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5090
5091 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5092
5093         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5094
5095 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5096
5097         * nnimap.el (nnimap-id):
5098         * sieve-manage.el (sieve-manage-open): Doc fixes.
5099
5100 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5101
5102         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5103         if available.
5104
5105 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5106
5107         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5108
5109         * nnkiboze.el (nnkiboze-generate-group):
5110         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5111
5112         * nnmairix.el: Require CL.
5113
5114 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5115
5116         * dgnushack.el: Autoload get-display-table and put-display-table for
5117         XEmacs 21.5.
5118
5119         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5120         21.4 and SXEmacs.
5121
5122 2008-06-15  David Engster  <dengste@eml.cc>
5123
5124         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5125
5126 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5127
5128         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5129         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5130         runtime choice under XEmacs.
5131
5132         * gnus-sum.el (gnus-summary-set-display-table):
5133         Use `gnus-put-display-table', `gnus-get-display-table',
5134         `gnus-set-display-table' for the display table, instead of `aset'.
5135
5136         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5137         Use `gnus-put-display-table', `gnus-get-display-table',
5138         `gnus-set-display-table' for the display table.
5139
5140 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5141
5142         * nnmairix.el: Add autoloads.
5143
5144 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5145
5146         * nnmairix.el (nnmairix-delete-recreate-group)
5147         (nnmairix-update-and-clear-marks): Fix error messages.
5148
5149 2008-06-14  David Engster  <dengste@eml.cc>
5150
5151         * nnmairix.el: Upgrade to version 0.6.
5152         (nnmairix-group-toggle-propmarks-this-group)
5153         (nnmairix-group-toggle-readmarks-this-group)
5154         (nnmairix-group-delete-recreate-this-group)
5155         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5156         (nnmairix-remove-tick-mark-original-article): New commands.
5157         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5158         (nnmairix-propagate-marks-to-nnmairix-groups)
5159         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5160         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5161         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5162         functions needed for marks propagation and manipulation of read marks.
5163         (nnmairix-update-groups): New function.
5164         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5165         (nnmairix-determine-original-group-from-registry)
5166         (nnmairix-determine-original-group-from-path)
5167         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5168         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5169         New helper functions.
5170         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5171         keystrokes for new commands.
5172         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5173         (nnmairix-request-group): Check allow-fast group parameter.
5174         (nnmairix-request-create-group): Set allow-fast group parameter if
5175         nnmairix-allowfast-default is set.
5176         (nnmairix-close-group): Propagate marks upon closing if needed.
5177         (nnmairix-group-toggle-threads-this-group): Use new.
5178         nnmairix-group-toggle-parameter helper function.
5179         (nnmairix-search): Better check for empty search result.
5180         (nnmairix-goto-original-article): Use new helper functions for
5181         determining original article.
5182         (nnmairix-show-original-article): Make sure message-id is in brackets.
5183         (nnmairix-call-mairix-binary): Change variable name.
5184         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5185         helper function.
5186         (nnmairix-widget-toggle-activate): Fix doc string.
5187
5188 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * nnir.el: Require edmacro when compiling with XEmacs.
5191         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5192         available in Emacs 21.
5193
5194 2008-06-11  Glenn Morris  <rgm@gnu.org>
5195
5196         * gnus-util.el (x-focus-frame):
5197         * gnus.el (image-size):
5198         * mm-decode.el (image-size): Declare.
5199
5200         * gnus-picon.el (declare-function): Add compat definition.
5201         (image-size): Declare.
5202
5203         * gnus-group.el (tool-bar-map):
5204         * gnus-sum.el (tool-bar-map): Define for compiler.
5205
5206         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5207
5208         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5209
5210         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5211         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5212         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5213         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5214         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5215         * sieve-manage.el, spam-report.el, spam.el:
5216         Remove unnecessary eval-and-compile of autoloads.
5217
5218 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5219
5220         * auth-source.el: Precise Tramp doc.
5221
5222 2008-06-07  Glenn Morris  <rgm@gnu.org>
5223
5224         * nnmairix.el: Remove unnecessary eval-when-compile.
5225
5226 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * lpath.el: Fbind propertize for XEmacs 21.4.
5229
5230 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5231
5232         * nnir.el: Move here from ../contrib.
5233
5234 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5235
5236         * gnus-util.el (gnus-read-shell-command): New function.
5237         * mm-decode.el (mm-pipe-part):
5238         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5239
5240 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5243
5244 2008-06-03  Glenn Morris  <rgm@gnu.org>
5245
5246         * pop3.el (nnheader-accept-process-output): Autoload it.
5247
5248 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5249
5250         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5251         are not 2-digit hexadecimal characters that follow `%'s.
5252
5253 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5254
5255         * message.el (message-bogus-recipient-p): Fix type in doc string.
5256         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5257         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5258         Improve custom options.
5259         (message-bogus-recipient-p): Adjust accordingly.
5260
5261 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5262
5263         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5264         long-form month and day names.
5265
5266 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * dgnushack.el: Autoload debug, eudc-expand-inline and
5269         pgg-snarf-keys-region for XEmacs.
5270
5271         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5272
5273         * nnmairix.el: Require edmacro when compiling with XEmacs.
5274
5275 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5276
5277         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5278         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5279
5280 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5281
5282         * auth-source.el: Add more docs.
5283
5284         * netrc.el (netrc-machine): Always match if the port is not given.
5285
5286 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5287
5288         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5289         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5290         retrieval faster in some cases, but might make CPU usage larger.  If
5291         this has any bad side effects, we might revert this change.
5292
5293         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5294         seems to make mail retrieval much, much faster.
5295         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5296         unconditionally.
5297
5298         * gnus-draft.el (gnus-group-send-queue): Bind
5299         message-send-mail-partially-limit to nil to avoid being prompted.
5300
5301 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5302
5303         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5304
5305         * message.el (message-bogus-address-regexp): Fix and improve custom
5306         type.
5307         (message-setup-hook): Add message-check-recipients as custom option.
5308
5309 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5310
5311         * message.el (message-cite-function): Remove bogus autoload which crept
5312         in during merge from v5-10.
5313
5314 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5315
5316         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5317
5318         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5319
5320         * auth-source.el: Preliminary Tramp docs.
5321         (auth-sources): Change the default auth-sources to use
5322         EPA .gpg files.
5323
5324 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5325
5326         * nntp.el: Autoload `auth-source-user-or-password'.
5327         (nntp-send-authinfo): Use it.
5328
5329         * nnimap.el: Autoload `auth-source-user-or-password'.
5330         (nnimap-open-connection): Use it.
5331
5332         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5333         for the gnus-message function.
5334         (auth-source-user-or-password): Use it.
5335
5336 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5337
5338         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5339         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5340         (rfc2104-hash): Use it.
5341
5342 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5343
5344         * gnus-art.el (gnus-article-toggle-truncate-lines):
5345         Don't use `iff' in docstring.
5346
5347 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5348
5349         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5350
5351         * gnus-util.el (gnus-extract-address-component-name)
5352         (gnus-extract-address-component-email): Convenience functions around
5353         `gnus-extract-address-components'.
5354
5355         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5356         Use `gnus-extract-address-component-email' to fix bug of comparing full
5357         sender name to `user-mail-address'.
5358
5359 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5360
5361         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5362         catch/throw to optimize.
5363         (gnus-registry-find-keywords): Just use member to find a keyword.
5364
5365 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5366
5367         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5368         is current before calling gnus-server-prepare.
5369         (gnus-server-setup-buffer, gnus-server-update-server)
5370         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5371
5372 2008-05-04  Juri Linkov  <juri@jurta.org>
5373
5374         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5375         (mailcap-file-default-commands): Use mailcap-replace-in-string
5376         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5377         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5378
5379 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5380
5381         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5382
5383 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5384
5385         * gnus.el: Bump version to 0.11.
5386
5387 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5388
5389         * gnus.el: No Gnus v0.10 is released.
5390
5391 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5392
5393         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5394         hooks.
5395         (gnus-update-read-articles): Speed up non-marks-using users.
5396         (gnus-use-marks): Define gnus-use-marks.
5397         (gnus-propagate-marks): Rename variable to something more sensible.
5398
5399 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5400
5401         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5402         (gmm-image-load-path-for-library): Fix typos in docstrings.
5403         (gmm-message): Reflow docstring.
5404
5405 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5406
5407         * mail-source.el (mail-source-set-1, mail-source-bind):
5408         Move auth-source code out of the macro to clean it up and fix bugs.
5409
5410 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5411
5412         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5413         by sender if it's equal to user-mail-address, it's likely to be
5414         useless.
5415
5416         * mail-source.el (mail-source-bind): Don't use user or password if they
5417         are not bound.  Unintern them if they are nil.  Don't use server unless
5418         it's bound, and default it to empty string otherwise.
5419
5420 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5421
5422         * mail-source.el: Load auth-source.el.
5423         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5424         get user name or password, if auth-sources is set up.
5425
5426         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5427         strategy of splitting with parent.
5428         (gnus-registry-split-fancy-with-parent)
5429         (gnus-registry-post-process-groups): Use it and fix prior
5430         bug (returning a list as the split result).
5431
5432         * auth-source.el (auth-sources): Remove server parameter.
5433         (auth-source-pick, auth-source-user-or-password)
5434         (auth-source-user-or-password-imap)
5435         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5436         (auth-source-user-or-password-sftp)
5437         (auth-source-user-or-password-smtp): Remove server parameter.
5438
5439 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5440
5441         * smime.el (smime-sign-region, smime-encrypt-region)
5442         (smime-decrypt-region):
5443         Remove redundant calls to `generate-new-buffer-name'.
5444
5445 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5446
5447         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5448         Don't use QP for message/rfc822.
5449         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5450
5451 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5452
5453         * sieve-manage.el (sieve-string-bytes): Remove.
5454         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5455         correct byte-length only if the process's coding-system is the same as
5456         the one used internally by Emacs to represent strings.
5457
5458 2008-04-22  Juri Linkov  <juri@jurta.org>
5459
5460         * mailcap.el (mailcap-file-default-commands): New function.
5461
5462 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5463
5464         * message.el (message-signature-separator, message-cite-function):
5465         Change custom version.
5466
5467 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5468
5469         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5470         commands.
5471         (tls-checktrust): Ditto.
5472
5473 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5474
5475         * mm-decode.el (mm-display-external): Make temp file read-only.
5476
5477 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5478
5479         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5480         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5481         `C-c C-f d'.
5482
5483 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5484
5485         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5486
5487 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5488
5489         * gnus.el: Bump version to 0.9.
5490
5491 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5492
5493         * gnus.el: No Gnus v0.8 is released.
5494
5495 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5496
5497         * mail-source.el (mail-source-value):
5498         Prefer fboundp to functionp so it works with macros as well.
5499
5500 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5501
5502         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5503         Fix last change in case the element is not even a symbol.
5504
5505 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5506
5507         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5508         Prefer fboundp to functionp so it works with macros as well.
5509
5510 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5511
5512         * auth-source.el: Added docs.
5513         (auth-sources): Modify format to support server.
5514         (auth-source-pick, auth-source-user-or-password)
5515         (auth-source-user-or-password-imap)
5516         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5517         (auth-source-user-or-password-sftp)
5518         (auth-source-user-or-password-smtp): Add server parameter.
5519
5520 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5521
5522         * gnus-registry.el: Initialize the registry when gnus-registry-install
5523         is t.
5524
5525 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5526
5527         * compface.el (uncompface): Make buffer unibyte.
5528
5529 2008-04-05  Glenn Morris  <rgm@gnu.org>
5530
5531         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5532
5533 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5534
5535         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5536         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5537
5538         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5539         multibyteness after rather than before erasing it.
5540
5541         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5542         mm-with-multibyte.
5543         (gnus-request-article-this-buffer): Make sure the proper decoding is
5544         used if gnus-original-article-buffer happens to be unibyte.
5545
5546         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5547         default-enable-multibyte-characters.
5548
5549         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5550         default-enable-multibyte-characters.
5551
5552         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5553
5554         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5555
5556 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5557
5558         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5559         (imap-message-copyuid-1): Use it.
5560         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5561         J. Williams in
5562         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5563
5564         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5565         imap-enable-exchange-bug-workaround.
5566         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5567
5568 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5569
5570         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5571         a 100 byte status-checks into a 2-3MB transfer for each group.
5572         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5573         to enable bug workaround or not.
5574         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5575
5576 2008-03-31  Glenn Morris  <rgm@gnu.org>
5577
5578         * message.el (mml2015-use): Declare for compiler.
5579         (message-info): Require mml2015 when appropriate.
5580
5581 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5584         whitespace.
5585
5586 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5587
5588         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5589         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5590         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5591         (nntp-service-to-port): New function.
5592         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5593         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5594         (nntp-open-netcat-stream): New function.
5595         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5596
5597 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5598
5599         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5600
5601 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5602
5603         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5604
5605 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5606
5607         * dns.el (dns-write): Use set-buffer-multibyte.
5608
5609 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5610
5611         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5612
5613 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5614
5615         * message.el (message-signature-separator): Change default.
5616         Improve custom type.
5617         (message-cite-function): Change default to
5618         message-cite-original-without-signature.
5619
5620         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5621         toggle.
5622
5623         * message.el (message-check-news-body-syntax): Fix signature check.
5624         (message-setup-1): Mark buffer as unmodified _after_ running
5625         message-setup-hook and handling message-alternative-emails.
5626         (message-shorten-references): Be more strict when building list of
5627         valid references to comply with GNKSA.
5628
5629         * gnus-group.el (gnus-read-ephemeral-bug-group)
5630         (gnus-read-ephemeral-debian-bug-group)
5631         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5632
5633         * message.el (message-info): Don't use booleanp which isn't supported
5634         in Emacs 21 and XEmacs.
5635
5636 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5637
5638         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5639         gnus-group-gmane-group-download-format.
5640         (gnus-group-read-ephemeral-gmane-group): Rename from
5641         gnus-group-read-ephemeral-gmane-group.
5642         (gnus-read-ephemeral-gmane-group-url): Rename from
5643         gnus-group-read-ephemeral-gmane-group-url.
5644         (gnus-bug-group-download-format-alist): New variable.
5645         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5646         (gnus-read-ephemeral-emacs-bug-group): New commands.
5647
5648 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5649
5650         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5651         (gnus-visible-headers): Improve custom type.
5652
5653 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5654
5655         * mml.el (mml-menu): Add workarounds for XEmacs.
5656
5657         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5658         X-Boundary header.
5659
5660         * message.el (message-simplify-recipients): Fix previous commit.
5661
5662 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5663
5664         * mm-util.el (mm-set-buffer-multibyte): New function.
5665         * mm-decode.el (mm-copy-to-buffer): Use it.
5666
5667 2008-03-19  Glenn Morris  <rgm@gnu.org>
5668
5669         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5670         Accidentally removed in the sync process with Emacs.
5671
5672 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5673
5674         * message.el (message-alter-recipients-discard-bogus-full-name):
5675         New function.
5676         (message-alter-recipients-function): New variable.
5677         (message-get-reply-headers): Use it.
5678         (message-replace-header): New helper function.
5679         (message-recipients-without-full-name): New variable.
5680         (message-simplify-recipients): New command.
5681
5682         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5683
5684         * message.el (message-info): Handle EasyPG manual.
5685
5686         * mml.el (mml-menu): Add entry for EasyPG.
5687
5688 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5689
5690         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5691         parameter.
5692
5693         * message.el (message-disassociate-draft): Specify drafts group name
5694         fully.
5695
5696 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5697
5698         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5699         unnecessary duplicates from the match list.
5700
5701 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5704
5705         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5706
5707         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5708         args of `how-many' of which the XEmacs version doesn't take; declare
5709         Info-index-next as function.
5710
5711 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5712
5713         * gnus-score.el (gnus-score-headers): Fix handling of
5714         gnus-inhibit-slow-scoring.
5715
5716         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5717         string.
5718         (gnus-button-url-regexp): Improve handling of parenthesis.
5719         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5720         (gnus-button-handle-info-keystrokes): Handle index entries.
5721
5722 2008-03-15  Glenn Morris  <rgm@gnu.org>
5723
5724         * parse-time.el (parse-time-string): Simplify.
5725
5726 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5727
5728         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5729         Incoming* files.
5730
5731 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5732
5733         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5734         (auth-source-pick): Use it.
5735
5736 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5737
5738         * binhex.el (binhex-decode-region-internal):
5739         * uudecode.el (uudecode-decode-region-internal):
5740         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5741         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5742         setting default-enable-multibyte-characters.
5743
5744 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5745
5746         * auth-source.el (auth-source-protocols)
5747         (auth-source-protocols-customize, auth-source-choices): Added and
5748         modified variable customizations and defaults.
5749         (auth-source-pick, auth-source-user-or-password)
5750         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5751         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5752         (auth-source-user-or-password-sftp)
5753         (auth-source-user-or-password-smtp): Use new variables and provide an
5754         interface to netrc.el.
5755
5756 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5759         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5760         Make sure the nntp port to specify is a string.
5761
5762 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5763
5764         * nntp.el: Use with-current-buffer.
5765         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5766         dubious mm-with-unibyte-current-buffer.
5767         (nntp-with-open-group-function): New function extracted from
5768         nntp-with-open-group macro.
5769         (nntp-with-open-group): Use the function, so it's easier to debug.
5770         Add indentation and debugging info.
5771         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5772         the use of the netcat alternatives.
5773
5774         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5775         Avoid mm-string-as-multibyte as well.
5776
5777         * nnweb.el (nnweb-insert-html):
5778         Remove use of nnheader-string-as-multibyte.
5779
5780         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5781         (nnheader-string-as-multibyte): Remove.
5782
5783         * mm-view.el: Use inhibit-read-only.
5784         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5785         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5786         or unibyte-string.
5787
5788         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5789         (mm-uu-yenc-extract): Use with-current-buffer.
5790
5791         * gnus-soup.el (gnus-soup-send-packet): Don't use
5792         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5793
5794         * nnmh.el: Use with-current-buffer.
5795         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5796         mm-string-as-multibyte on the output of mm-encode-coding-string.
5797
5798         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5799         (nnimap-request-move-article): Use with-current-buffer.
5800
5801         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5802         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5803         conversion uses string-make-unibyte rather than string-as-unibyte.
5804
5805         * gnus-msg.el: Use with-current-buffer.
5806
5807         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5808
5809 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5810
5811         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5812         string for caching if it is 'PIN.
5813
5814 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * lpath.el: Consider the case without Emacs/W3.
5817
5818 2008-03-08  Glenn Morris  <rgm@gnu.org>
5819
5820         * time-date.el (date-to-time, time-subtract, time-add)
5821         (safe-date-to-time): Doc fixes.
5822
5823 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5824
5825         * mail-source.el (mail-source-delete-old-incoming-confirm):
5826         Change default to nil.
5827         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5828
5829 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * lpath.el: Rearrange.
5832
5833         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5834         (gnus-article-goto-prev-page): Work for articles having ^L's.
5835
5836         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5837
5838         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5839
5840 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5841
5842         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5843         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5844         (gnus-bookmark-jump): Adjust some variable names.
5845
5846 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5847
5848         * auth-source.el: New package.
5849         (auth-source-choices): Add customization entry point variable.
5850
5851         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5852         bug.
5853
5854 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5855
5856         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5857         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5858         (gnus-registry-install-shortcuts): Rename from
5859         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5860         the `gnus-registry-mark-map' keymap dynamically from
5861         `gnus-registry-marks'.  The generated functions update the summary line
5862         when a registry mark is added or deleted, and will call
5863         `gnus-registry-install-p' (see the comments in the code).
5864         (gnus-registry-user-format-function-M): Use concat intelligently.
5865
5866         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5867         the registry mark functions.
5868
5869 2008-03-05  Glenn Morris  <rgm@gnu.org>
5870
5871         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5872         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5873         gnus-art.
5874         (top-level): No need to load own source when compiling.
5875
5876 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5877
5878         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5879         Suggested by <chris.anderton@zetnet.co.uk>.
5880
5881 2008-03-04  Glenn Morris  <rgm@gnu.org>
5882
5883         * gnus-sum.el (top-level): No need to require gnus when compiling,
5884         since unconditionally required near start of file.
5885         (gnus-summary-display-while-building): Move definition before use.
5886
5887 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5888
5889         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5890         formatting function.
5891
5892 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5893
5894         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5895         with plists.
5896         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5897         Use new format.
5898
5899 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5902         `where-is-internal' that returns a range of key sequences.
5903
5904 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5905
5906         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5907
5908         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5909         (gnus-summary-jump-to-group): Consider windows on other displayed
5910         frames as well.  Similar changes might be needed elsewhere, but that's
5911         the one I've bumped into during my use.
5912
5913         * nndoc.el (nndoc-oe-dbx-type-p):
5914         * gnus-msg.el (gnus-debug):
5915         * gnus-group.el (gnus-update-group-mark-positions):
5916         Use mm-string-to-multibyte.
5917
5918 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5919
5920         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5921         doesn't handle NotDashEscaped.
5922
5923         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5924         (mml-dnd-attach-options): Fix typo in custom choice.
5925
5926         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5927         nndoc-article-type to mbox.
5928         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5929
5930         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5931         to nil, instead of html2text.
5932
5933         * imap.el (imap-debug): Add `imap-ping-server'.
5934
5935         * gnus-bookmark.el: Add FIXMEs.
5936
5937         * message.el (message-form-letter-separator)
5938         (message-send-form-letter-delay): New variables.
5939         (message-send-form-letter): Use them.  New command to send form
5940         letters.  Requested by Uwe Siart.
5941         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5942
5943 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5944
5945         * Update copyright years.
5946
5947 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5948
5949         Sync from EMACS_22_BASE.
5950
5951         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5952
5953 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5954
5955         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5956         empty author.
5957
5958 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5959
5960         * gnus-registry.el (gnus-registry-marks): Add variable for
5961         customization of marks and their appearance.
5962         (gnus-registry-read-mark): Use it.
5963         (gnus-registry-do-marks): Add utility function to loop through
5964         `gnus-registry-marks'.
5965         (gnus-registry-install-shortcuts-and-menus): Add function to install
5966         shortcuts and menus.
5967         (gnus-registry-initialize): Use it.
5968         (gnus-registry-default-mark): Clarify documentation.
5969
5970 2008-02-29  Glenn Morris  <rgm@gnu.org>
5971
5972         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5973         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5974         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5975         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5976         Change defcustom :version from 23.0 to 23.1.
5977
5978 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5979
5980         * gnus-registry.el (gnus-registry-follow-group-p)
5981         (gnus-registry-post-process-groups): Add functions to aid registry
5982         splitting and improve logging.  Clarify behavior in function
5983         documentation.
5984         (gnus-registry-split-fancy-with-parent): Use them.
5985
5986 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5987
5988         * gnus-art.el: Use with-current-buffer.
5989
5990 2008-02-27  David Engster  <dengste@eml.cc>
5991
5992         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5993         Express real group name in the response.
5994
5995 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5998         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5999         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6000         autoload gnus-registry-fetch-group when compiling.
6001         (nnmairix-request-group-with-article-number-correction): Remove
6002         unreferenced argument passed to nnmairix-call-backend.
6003
6004 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6005
6006         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6007         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6008         Wilde.
6009
6010 2008-02-27  Glenn Morris  <rgm@gnu.org>
6011
6012         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6013         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6014         variables to defconsts.  Convert comments to doc-strings.
6015         (nnmairix-last-server, nnmairix-current-server): Convert from free
6016         variables to defvars.  Convert comments to doc-strings.
6017         (gnus-registry-fetch-group): Autoload.
6018         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6019         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6020         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6021         caddr.
6022         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6023         nnmairix-request-group-with-article-number-correction call.
6024         (nnmairix-fast, nnmairix-group): New, less general names, for free
6025         variables passed from nnmairix-request-group to
6026         nnmairix-request-group-with-article-number-correction.  Declare.
6027         (nnmairix-request-group-with-article-number-correction):
6028         Use nnmairix-fast, nnmairix-group rather than fast, group.
6029
6030 2008-02-26  David Engster  <dengste@eml.cc>
6031
6032         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6033         version 0.5.
6034
6035 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6036
6037         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6038         instead of making an extra function call.  Don't add the current group
6039         to articles only when they have the group.  Use
6040         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6041         Reported by David <de_bb@arcor.de>.
6042
6043 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6044
6045         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6046         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6047
6048 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6049
6050         * mail-source.el (mail-source-delete-incoming): Change default.
6051         Supplement doc string.
6052
6053         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6054
6055 2008-02-14  Glenn Morris  <rgm@gnu.org>
6056
6057         * time-date.el (format-seconds): New function.
6058
6059 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6060
6061         * nnmail.el (nnmail-message-id-cache-file): Derive from
6062         `gnus-home-directory'.
6063
6064 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6065
6066         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6067         Document negative prefix.
6068
6069         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6070
6071 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6072
6073         * message.el (message-unsent-separator): Add the Exim bounce
6074         separator.
6075
6076 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6077
6078         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6079         list.
6080         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6081         recipient/signer list.
6082
6083 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6084
6085         * Makefile.in (datarootdir): Define.
6086         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6087         name that might contain whitespace.
6088
6089 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6090
6091         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6092         fbound (Emacs 23 unicode), signal an error.
6093
6094 2008-02-08  Glenn Morris  <rgm@gnu.org>
6095
6096         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6097
6098 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6099
6100         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6101         ports to the calls to `netrc-machine-user-or-password' in addition to
6102         "imap" and "imaps".
6103
6104 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6105
6106         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6107
6108         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6109
6110 2008-02-01  Kenichi Handa  <handa@m17n.org>
6111
6112         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6113         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6114         (rfc2104-hash): Convert the result of concat to unibyte string.
6115
6116 2008-02-01  Dave Love  <fx@gnu.org>
6117
6118         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6119         coding-system-for-read.
6120         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6121
6122 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6123
6124         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6125         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6126         <hanche@math.ntnu.no>.
6127
6128 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6129
6130         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6131
6132         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6133
6134 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6135
6136         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6137         * message.el (message-beginning-of-line): Use featurep instead of bound
6138         tests in order to resolve conditionals at compile time.
6139
6140 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6141
6142         * mail-source.el (mail-sources): Add `group' choice.
6143
6144         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6145         parameter `in-group' to control into which group the articles go.
6146         Add treatment of `group' mail-source.
6147
6148 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6151
6152         * mm-decode.el (mm-dissect-buffer): Decode description.
6153
6154         * mml.el (mml-to-mime): Encode message header first.
6155
6156 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6159         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6160
6161         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6162         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6163
6164 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6165
6166         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6167
6168 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6169
6170         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6171         prefix keys.
6172         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6173         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6174         gnus-xmas.el.
6175
6176         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6177         (gnus-xmas-article-describe-bindings): New function.
6178         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6179         gnus-xmas-article-describe-bindings.
6180
6181         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6182
6183 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6184
6185         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6186         Add new variables for article mark management.
6187         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6188         list of extra data entries which, when present, will indicate that the
6189         article ID should not be trimmed from the registry.
6190         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6191         functions.
6192         (gnus-registry-read-mark): New function to read a mark name from the
6193         user.
6194         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6195         (gnus-registry-set-article-mark-internal): New functions to add and
6196         remove marks.
6197         (gnus-registry-get-article-marks): New function to show the marks for
6198         an article, or retrieve them for further use.
6199
6200 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6201
6202         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6203         keys when no argument is given.
6204
6205 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6206
6207         * imap.el (imap-ping-server): New variable.
6208         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6209         (imap-ping-server): Minor doc string fixes.
6210
6211 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6212
6213         * imap.el (imap-ping-server): New function.
6214         (imap-opened): Call imap-ping-server.
6215
6216 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6217
6218         * gnus-sum.el (gnus-article-sort-by-random)
6219         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6220         jidanni@jidanni.org.
6221
6222 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * gnus-art.el (gnus-article-describe-bindings): New function.
6225         (gnus-article-read-summary-keys): Use it.
6226         (gnus-article-mode-map): Bind `C-h b' to it.
6227
6228 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6229
6230         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6231         XEmacs.
6232         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6233         against non-character events.
6234
6235         * lpath.el: Fbind map-keymap for Emacs 21.
6236
6237 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6238
6239         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6240         command.
6241         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6242         instead of END.  Change name of the temp file.
6243         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6244         customizable.
6245
6246 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6249         bind `S W' to gnus-article-wide-reply-with-original; set default
6250         binding to gnus-article-read-summary-send-keys.
6251         (gnus-article-read-summary-keys): Fix the order of keys; display
6252         continuation keys correctly in the echo area; describe bindings
6253         correctly when keys end with `C-h'.
6254         (gnus-article-read-summary-send-keys): New function.
6255         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6256         for gnus-article-read-summary-send-keys; display continuation keys
6257         correctly in the echo area.
6258         (gnus-article-reply-with-original): Ignore prefix argument.
6259         (gnus-article-wide-reply-with-original): New function.
6260
6261         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6262         Emacs 21.
6263
6264 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6267         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6268
6269 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6270
6271         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6272         (gnus-group-read-ephemeral-gmane-group): New command.
6273
6274 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6275
6276         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6277
6278 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6279
6280         * message.el (message-send-mail-function): Increase custom version.
6281
6282         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6283         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6284
6285 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6286
6287         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6288         for the cases where imap-authenticate is called with a nil buffer
6289         parameter.
6290
6291 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6294         html parts correctly; support forwarded messages.
6295         (gnus-article-browse-html-article): Remove work buffers.
6296
6297         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6298         compiling.
6299         (netrc-bound-and-true-p): New macro.
6300         (netrc-parse): Use it instead of bound-and-true-p that is not available
6301         in XEmacs 21.4.
6302
6303 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6304
6305         * gnus-registry.el (gnus-registry-mark-article)
6306         (gnus-registry-article-marks): Add functionality to mark articles
6307         through the Gnus registry.
6308
6309         * encrypt.el: Clarify documentation for the new pgg method.
6310         (encrypt-file-alist): Add PGG option.
6311         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6312         functionality.  Abstract password key and messaging to external
6313         functions.
6314         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6315         (encrypt-message-method-and-cipher): Add new convenience external
6316         functions.
6317         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6318         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6319
6320         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6321         (netrc-parse): Use encrypt-file-alist to determine if
6322         encrypt-find-model or encrypt-insert-file-contents should be used.
6323
6324         * encrypt.el: Clarify documentation.  Load password-cache or
6325         password, whichever one is found first, instead of autoloading.
6326
6327 2007-12-19  Glenn Morris  <rgm@gnu.org>
6328
6329         * mml.el (message-options-set, message-narrow-to-head)
6330         (message-in-body-p, message-mail-p, message-encode-message-body):
6331         Autoload.
6332         (message-remove-header, message-narrow-to-headers-or-head)
6333         (message-subscribed-p, message-make-mail-followup-to)
6334         (message-position-on-field, message-news-p)
6335         (message-options-set-recipient, message-generate-headers)
6336         (message-sort-headers): Declare as functions.
6337
6338 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6339
6340         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6341         convention in doc string.
6342
6343 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6344
6345         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6346         title to html parts.
6347         (gnus-article-browse-html-article): Pass message header to it.
6348
6349         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6350
6351 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6352
6353         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6354         or password compatible with XEmacs.
6355
6356 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6357
6358         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6359         format document.
6360         (gnus-mime-delete-part): Don't write description line if empty.
6361         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6362
6363 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6364
6365         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6366         (gnus-summary-mark-read-and-unread-as-read)
6367         (gnus-summary-mark-current-read-and-unread-as-read)
6368         (gnus-summary-mark-unread-as-ticked): Doc fix.
6369         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6370
6371 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6372
6373         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6374         Christoph Conrad <christoph.conrad@gmx.de>.
6375
6376 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6377
6378         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6379         yes-or-no-p.
6380
6381 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6382
6383         * mm-decode.el (mm-add-meta-html-tag): New function.
6384         (mm-save-part-to-file, mm-pipe-part): Use it.
6385
6386         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6387         gnus-y-or-n-p instead of y-or-n-p.
6388         (gnus-article-browse-html-parts): Work with message/external-body; use
6389         mm-add-meta-html-tag.
6390
6391 2007-12-11  Glenn Morris  <rgm@gnu.org>
6392
6393         * gnus-cache.el: Require gnus-sum not just when compiling.
6394
6395         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6396
6397         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6398         definitions before use.
6399
6400         * mm-decode.el: Require gnus-util.
6401         (mm-remove-part): Only call delete-annotation on XEmacs.
6402
6403         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6404
6405         * nnmail.el: Require gnus-int.
6406
6407         * spam.el: Move `require's before `eval-when-compile's.
6408
6409         * gnus-ems.el (gnus-alive-p):
6410         * gnus-fun.el (message-goto-eoh):
6411         * gnus-util.el (gnus-group-name-decode):
6412         * mail-source.el (gnus-compress-sequence):
6413         * message.el (Info-goto-node, format-spec):
6414         * mm-bodies.el (message-options-get):
6415         * mm-decode.el (mm-view-pkcs7):
6416         * mm-util.el (gmm-write-region):
6417         * mml-smime.el (mml-compute-boundary)
6418         (gnus-completing-read-with-default):
6419         * mml.el (widget-button-press, gnus-make-hashtable):
6420         * mml1991.el (mm-decode-content-transfer-encoding)
6421         (mm-encode-content-transfer-encoding)
6422         (message-options-get, message-options-set):
6423         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6424         * nnfolder.el (gnus-request-group):
6425         * nnheader.el (ietf-drums-unfold-fws):
6426         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6427         * smime.el (gnus-run-mode-hooks):
6428         * spam-stat.el (gnus-message): Autoload.
6429
6430         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6431         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6432         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6433         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6434         Add declare-function compatibility definition.
6435
6436         * gnus-cache.el (nnvirtual-find-group-art):
6437         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6438         (gnus-add-image, gnus-add-wash-type):
6439         * gnus-group.el (nnkiboze-score-file):
6440         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6441         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6442         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6443         (message-tokenize-header, gnus-get-buffer-create)
6444         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6445         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6446         * gnus.el (gnus-group-decoded-name):
6447         * mail-source.el (imap-capability):
6448         * mm-bodies.el (message-options-set):
6449         * mm-decode.el (gnus-configure-windows):
6450         * mm-extern.el (message-goto-body):
6451         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6452         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6453         (epg-sub-key-validity, message-options-set):
6454         * mml.el (widget-event-point, gnus-configure-windows):
6455         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6456         * mml2015.el (epg-check-configuration, epg-configuration)
6457         (message-options-set):
6458         * nndb.el (nndb-request-article):
6459         * nnfolder.el (gnus-request-create-group):
6460         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6461         * nnmaildir.el (gnus-group-mark-article-read):
6462         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6463         * rfc1843.el (message-fetch-field):
6464         * spam.el (gnus-extract-address-components):
6465         Declare as functions.
6466
6467 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6470
6471         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6472
6473         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6474         bind show-trailing-whitespace for XEmacs.
6475
6476 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6477
6478         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6479         new no-op macro for backward compatibility.
6480
6481         * imap.el (imap-string-to-integer): New function.
6482
6483 2007-12-09  Glenn Morris  <rgm@gnu.org>
6484
6485         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6486
6487         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6488         * message.el, mm-view.el, sieve-manage.el, smime.el:
6489         Add declare-function compatibility definition.
6490
6491         * gnus-art.el (w3-region, w3m-region, Info-menu):
6492         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6493         * gnus-sum.el (gnus-get-predicate):
6494         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6495         * message.el (mail-abbrev-in-expansion-header-p):
6496         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6497         (w3m-detect-meta-charset, w3m-region):
6498         * sieve-manage.el (password-read, password-cache-add)
6499         (password-cache-remove):
6500         * smime.el (password-read-and-add): Declare as functions.
6501
6502 2007-12-08  David Kastrup  <dak@gnu.org>
6503
6504         * gnus-sum.el (gnus-summary-simplify-subject-query):
6505         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6506         `message'.
6507
6508 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6511         it to bind idna-program, installation-directory, defined-colors, and
6512         face-attribute for XEmacs of the version that compiles defcustom forms.
6513
6514 2007-12-07  Glenn Morris  <rgm@gnu.org>
6515
6516         * gnus-art.el (article-make-date-line): Revert previous change.
6517
6518 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6519
6520         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6521
6522 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6523
6524         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6525         Call gnus-add-to-range ranges only once with a prepared article-list.
6526
6527 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6528
6529         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6530         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6531         group names with backslashes.  Reported by Tassilo Horn
6532         <tassilo@member.fsf.org>.
6533
6534 2007-12-06  Deepak Goel  <deego3@gmail.com>
6535
6536         * gnus-art.el (article-make-date-line):
6537         * gnus-start.el (gnus-load):
6538         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6539
6540 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * gnus-art.el (gnus-use-idna)
6543         * gnus-start.el (gnus-site-init-file)
6544         * message.el (message-use-idna)
6545         * mm-uu.el (mm-uu-hide-markers)
6546         * smiley.el (smiley-style): Revert changes that suppress warnings.
6547
6548 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6549
6550         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6551         specify charset to html source.  Reported by Christoph Conrad
6552         <christoph.conrad@gmx.de>.
6553
6554 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6557         idna-program in order to suppress byte compile warning issued by XEmacs
6558         that came to byte compile the default value section of defcustom forms
6559         recently.
6560
6561         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6562         value of installation-directory.
6563
6564         * message.el (message-use-idna): Don't directly refer to the value of
6565         idna-program.
6566
6567         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6568
6569         * smiley.el (smiley-style): Don't directly call face-attribute.
6570
6571 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6572
6573         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6574
6575         * gnus-dired.el: Reduce Gnus dependencies.
6576         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6577         require.  Use autoloads instead.
6578         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6579         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6580         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6581         (gnus-dired-mode): Adjust doc string.
6582         (gnus-dired-mail-mode): New variable.
6583         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6584         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6585         (gnus-dired-mail-buffers): New function.  Return mail or message
6586         composition buffers.
6587         (gnus-dired-attach): Use it.
6588         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6589         NO-DECODE.
6590         (gnus-dired-print): Use `gnus-print-buffer' depending on
6591         `gnus-dired-mail-mode'.
6592
6593 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6594
6595         * rfc2047.el (rfc2047-encoded-word-regexp)
6596         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6597         explaining what regexp patterns are for.
6598
6599 2007-12-04  Glenn Morris  <rgm@gnu.org>
6600
6601         * password.el: Move to password-cache.el.
6602
6603         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6604         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6605         * mml-smime.el (password-read, password-cache-add)
6606         (password-cache-remove):
6607         No need to autoload, since mml-sec requires password.
6608
6609         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6610         * message.el (gnus-extract-address-components):
6611         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6612
6613         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6614         password.
6615
6616 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6617
6618         * mailcap.el: Reduce dependencies.
6619         (mail-header-parse-content-type): Autoload.
6620         (mailcap-delete-duplicates): New alias.
6621         (mailcap-mime-info): Add optional argument NO-DECODE.
6622         (mailcap-mime-types): Use mailcap-delete-duplicates.
6623
6624         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6625
6626 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6627
6628         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6629         (imap-parse-status): Upcase status-att for servers that sends them
6630         lower-case (e.g., MS Exchange 2007).
6631
6632 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6633
6634         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6635         function.
6636
6637         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6638         (gnus-uu-yenc-article): New function.
6639
6640         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6641
6642         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6643         buffer.
6644
6645 2007-12-02  Glenn Morris  <rgm@gnu.org>
6646
6647         * binhex.el (binhex): New custom group.
6648         (binhex-decoder-program, binhex-decoder-switches)
6649         (binhex-use-external): Move to the binhex custom group.
6650
6651         * uudecode.el (uudecode): New custom group.
6652         (uudecode-decoder-program, uudecode-decoder-switches)
6653         (uudecode-use-external): Move to the uudecode custom group.
6654
6655         * netrc.el (top-level): Don't load `encrypt' features.
6656         (netrc-parse): Don't use encrypt.
6657         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6658
6659         * encrypt.el: Remove file.
6660
6661 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6662
6663         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6664         matches on patches.
6665
6666         * gnus-art.el (gnus-article-browse-html-article): Mention
6667         `mm-text-html-renderer' in the doc string.
6668
6669         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6670         string.  Add comments.
6671
6672         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6673         if rhs is ASCII.
6674
6675 2007-12-01  Glenn Morris  <rgm@gnu.org>
6676
6677         * mail-source.el (top-level): Require format-spec before
6678         eval-when-compile.
6679
6680 2007-11-30  Glenn Morris  <rgm@gnu.org>
6681
6682         * encrypt.el: Require password, rather than autoloading password-read.
6683
6684 2007-11-29  Glenn Morris  <rgm@gnu.org>
6685
6686         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6687         (sasl-make-client, sasl-next-step, sasl-step-data)
6688         (sasl-step-set-data): Declare as functions.
6689
6690 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6691
6692         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6693
6694 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6695
6696         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6697         certs should be verified and what is to be done in the event of a
6698         verification failure.
6699
6700         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6701         caller can indicate whether the cache should be disregarded for this
6702         call.  This way the result of the call is reproducible at all times and
6703         can be considered a canonical server name for the supplied method.
6704         (gnus-agent-method-p): Canonicalize server names by pushing their
6705         method through `gnus-method-to-server' using the no-cache argument.
6706
6707         * gnus-srvr.el (gnus-server-insert-server-line): Call
6708         `gnus-method-to-server' with `no-cache' argument.
6709
6710         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6711         gnus-agent-possibly-synchronize-flags as this should be called when the
6712         server is actually being opened.
6713         (gnus-agent-possibly-synchronize-flags)
6714         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6715         flags file of an agentized server to the latter function.
6716
6717         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6718         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6719         after a connection has been established successfully.
6720
6721 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * gnus-art.el (article-display-face): Force to display face if called
6724         interactively; check if gnus-article-x-face-too-ugly matches author.
6725         (article-display-x-face): Display face even if From header is missing
6726         as article-display-face does.
6727
6728 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6729
6730         * hashcash.el (message-narrow-to-headers-or-head)
6731         (message-fetch-field, message-goto-eoh)
6732         (message-narrow-to-headers): Declare as functions.
6733
6734 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6735
6736         * mail-source.el (mail-sources): Default to fetch from file for
6737         compatibility with default of nnmail-spool-file.
6738
6739 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6740
6741         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6742         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6743         to look for encoded word that should be encoded again.
6744         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6745         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6746         encoding pattern.
6747         (rfc2047-decode-region): Switch strict regexp and loose one according
6748         to rfc2047-allow-irregular-q-encoded-words.
6749
6750 2007-11-25  Romain Francoise  <romain@orebokech.com>
6751
6752         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6753
6754 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6755
6756         * tls.el (tls-program): Provide more custom choices from
6757         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6758         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6759
6760 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6761
6762         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6763         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6764
6765         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6766         `nnmail-spool-file'.
6767
6768         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6769         `nnmail-spool-file'.
6770
6771         * gnus-move.el (gnus-change-server): Ditto.
6772
6773         * gnus-kill.el (gnus-batch-score): Ditto.
6774
6775         * gnus-cache.el (gnus-jog-cache): Ditto.
6776
6777         * gnus-msg.el (gnus-summary-reply):
6778         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6779
6780 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6781
6782         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6783         version.  Minor improvement to doc strings.
6784         (tls-program): Add comment.
6785
6786 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6787
6788         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6789         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6790         mismatch between the hostname provided in the certificate and the name
6791         of the host connnecting to.
6792         (open-tls-stream): Use them.  Check certificates against trusted root
6793         certificates.
6794
6795 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6796
6797         * gnus-cache.el (gnus-cache-generate-nov-databases):
6798         Use nnml-generate-nov-databases-directory instead of
6799         nnml-generate-nov-databases-1.
6800
6801 2007-11-24  Glenn Morris  <rgm@gnu.org>
6802
6803         * message.el (message-tool-bar-retro): Update for rename
6804         mail_send.xpm->mail-send.xpm.
6805
6806 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6807
6808         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6809         `smime-ldap-search' for Emacs 22 and up.
6810
6811 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6812
6813         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6814
6815         * message.el (message-send-mail-function): Fix error convention.
6816         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6817         (message-widen-reply, message-send-mail, message-talkative-question)
6818         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6819         (message-clone-locals, message-send-news): Use with-current-buffer.
6820         (message-insert-or-toggle-importance): Remove unused var `valid'.
6821         (message-make-references): Remove unused var `new-references'.
6822         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6823
6824 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6825
6826         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6827         (spam-split-symbolic-return-positive): Reflow docstring.
6828         (spam-backends, spam-summary-exit-behavior)
6829         (spam-mark-ham-unread-before-move-from-spam-group)
6830         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6831         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6832         (spam-clear-cache, spam-backend-check, spam-install-backend)
6833         (spam-install-statistical-backend, spam-list-of-processors)
6834         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6835         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6836         (spam-check-crm114, spam-initialize, spam-unload-hook):
6837         Fix typos in docstrings.
6838
6839 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6842         been checked if they have never been read and those group levels are
6843         higher than the one that a user specified.
6844
6845 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6846
6847         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6848         foreign groups unless a group level is specified by a user.
6849         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6850
6851 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6852
6853         * message.el (message-send-mail-function): Require sendmail.
6854
6855 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6856
6857         * message.el (message-send-mail-function): Check for smtpmail too.
6858
6859         * utf7.el (utf7-encode, utf7-decode): Use coding system
6860         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6861
6862         * message.el (message-send-mail-function): New function.
6863         (message-send-mail-function): Set default using
6864         message-send-mail-function.  Adjust doc string.
6865         (message-send-mail-with-mailclient): New function.
6866
6867 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6868
6869         * smime.el (from):
6870         * rfc2047.el (message-posting-charset):
6871         * qp.el (mm-use-ultra-safe-encoding):
6872         * pop3.el (parse-time-months):
6873         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6874         * nnml.el (files):
6875         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6876         (jka-compr-compression-info-list, ange-ftp-path-format)
6877         (efs-path-regexp):
6878         * nndiary.el (files):
6879         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6880         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6881         (epg-digest-algorithm-alist, inhibit-redisplay)
6882         (password-cache-expiry):
6883         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6884         (pgg-output-buffer, password-cache-expiry):
6885         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6886         (efs-path-regexp):
6887         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6888         (inhibit-redisplay):
6889         * mm-uu.el (file-name, start-point, end-point, entry)
6890         (gnus-newsgroup-name, gnus-newsgroup-charset):
6891         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6892         (latin-unity-ucs-list):
6893         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6894         (mm-uu-binhex-decode-function):
6895         * message.el (gnus-message-group-art, gnus-list-identifiers)
6896         (rmail-enable-mime-composing, gnus-local-organization)
6897         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6898         (gnus-read-active-file, facemenu-add-face-function)
6899         (facemenu-remove-face-function, gnus-article-decoded-p)
6900         (tool-bar-mode):
6901         * mail-source.el (display-time-mail-function):
6902         * gnus-util.el (nnmail-pathname-coding-system)
6903         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6904         (gnus-original-article-buffer, gnus-user-agent)
6905         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6906         (xemacs-codename, sxemacs-codename, emacs-program-version):
6907         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6908         * gnus-start.el (gnus-agent-covered-methods)
6909         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6910         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6911         (gnus-newsgroup-headers, gnus-group-list-mode)
6912         (gnus-group-mark-positions, gnus-newsgroup-data)
6913         (gnus-newsgroup-unreads, nnoo-state-alist)
6914         (gnus-current-select-method, mail-sources)
6915         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6916         (nnmail-spool-file, gnus-cache-active-hashtb):
6917         * gnus-mh.el (mh-lib-progs):
6918         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6919         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6920         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6921         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6922         (gnus-group-buffer):
6923         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6924         (font-lock-set-defaults):
6925         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6926         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6927         (gnus-summary-post-menu, total-parts, type, condition, length):
6928         * gnus-agent.el (gnus-agent-read-agentview):
6929         * flow-fill.el (show-trailing-whitespace):
6930         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6931         eval-and-compile wrappers for byte compiler pacifiers.
6932
6933         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6934         (mm-display-inline-fontify): Check for featurep 'xemacs not
6935         extent-list.
6936
6937         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6938         itimer-list.
6939         (mm-create-image-xemacs): Only do something for XEmacs.
6940         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6941
6942         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6943
6944         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6945         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6946
6947 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6948
6949         * nnimap.el (nnimap-split-download-body):
6950         * gnus-demon.el (gnus-demon):
6951         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6952
6953 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6954
6955         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6956         macros.
6957         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6958         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6959         copy data from unibyte buffer to multibyte current buffer.
6960         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6961         to copy data from unibyte current buffer to multibyte buffer.
6962         (nntp-make-process-buffer): Make process buffer unibyte.
6963
6964         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6965
6966 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6967
6968         * pop3.el (pop3-open-server): Accept and process data more robustly at
6969         connexion start to avoid spurious "POP SSL connexion failed" errors.
6970
6971 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6972
6973         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6974         read group names.
6975
6976 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6977
6978         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6979
6980 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6983         (nnmail-save-active): Use a unibyte buffer when saving active file,
6984         which may contain non-ASCII group names.
6985
6986         * nnml.el (nnml-request-group): Decode group names in messages.
6987
6988 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6989
6990         * message.el (message-citation-line-function)
6991         (message-insert-formatted-citation-line): Fix spelling of
6992         `message-insert-formated-citation-line'.
6993
6994 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6995
6996         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6997
6998 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6999
7000         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7001         nnmail-pathname-coding-system.
7002
7003         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7004         that a user enters; decode group names in messages.
7005
7006         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7007
7008 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7009
7010         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7011
7012         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7013
7014         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7015         risky local variable.
7016
7017         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7018
7019 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7020
7021         * encrypt.el: Improve documentation to fix function name typo.
7022         Reported by Daiki Ueno <ueno@unixuser.org>.
7023
7024 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7027         even if the point is not in the last page of an article.
7028         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7029         back to the previous page.
7030
7031 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7032
7033         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7034
7035 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7036
7037         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7038
7039 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7040
7041         * message.el (message-check-news-body-syntax): Avoid
7042         mm-string-as-multibyte.
7043         (message-hide-headers): Don't assume (point-min)==1.
7044
7045 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7046
7047         * message.el (message-remove-blank-cited-lines): Fix if remove is
7048         given.
7049         (message-bogus-address-regexp): New variable.
7050         (message-bogus-recipient-p): New function.
7051         (message-check-recipients): New command.
7052         (message-syntax-checks): Add `bogus-recipient'.
7053         (message-fix-before-sending): Add `bogus-recipient'.
7054
7055         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7056         (gnus-treat-body-boundary): Don't test window-system.
7057
7058 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7059
7060         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7061
7062 2007-10-28  Miles Bader  <miles@gnu.org>
7063
7064         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7065         at compile-time too.
7066
7067 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7068
7069         * gnus-msg.el (gnus-message-setup-hook): Add
7070         `message-remove-blank-cited-lines' to options.
7071
7072 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7073
7074         * message.el (message-remove-blank-cited-lines): New function.
7075         Suggested by Karl Plästerer.
7076
7077 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7080         mapc.
7081
7082         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7083         (top-level): Use mapc to set functions to be traced for debugging.
7084
7085         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7086         called for effect with while loop.
7087
7088         * message.el (message-talkative-question): Replace mapcar called for
7089         effect with mapc.
7090
7091         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7092         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7093         called for effect with dolist.
7094
7095         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7096
7097         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7098         gnus-extra-headers and nnmail-extra-headers.
7099
7100         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7101         called for effect with dolist.
7102         (top-level): Use mapc to set functions to be traced for debugging.
7103
7104         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7105         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7106         dolist.
7107
7108         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7109         Replace mapcar called for effect with mapc.
7110         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7111         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7112         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7113         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7114
7115         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7116         remove-if that's a cl function.
7117
7118         * webmail.el (webmail-debug): Replace mapcar called for effect with
7119         dolist.
7120
7121         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7122         with mapc.
7123
7124 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7125
7126         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7127         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7128         with while loop.
7129
7130         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7131         functions from article-* functions.
7132         (gnus-multi-decode-header): Replace mapcar called for effect with
7133         dolist.
7134
7135         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7136         (gnus-bookmark-show-details): Replace mapcar called for effect with
7137         while loop.
7138
7139         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7140         called for effect with while loop.
7141
7142         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7143         with dolist.
7144
7145         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7146         mapcar called for effect with dolist.
7147
7148         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7149
7150         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7151         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7152         Replace mapcar called for effect with dolist.
7153         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7154         mapc.
7155
7156         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7157         Replace mapcar called for effect with dolist.
7158         (gnus-topic-list): Replace mapcar called for effect with mapc.
7159
7160         * gnus.el: Use mapc instead of mapcar to add autoloads.
7161
7162 2007-10-23  Richard Stallman  <rms@gnu.org>
7163
7164         * gnus-group.el (gnus-group-highlight): Mark as risky.
7165
7166 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * gnus.el (gnus-server-to-method): Return method found first in
7169         gnus-newsrc-alist.
7170
7171         * gnus-art.el (gnus-article-highlight-signature)
7172         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7173         button overlay without the front stickiness.
7174
7175 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7176
7177         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7178         overview buffer needed a catch to receive its throw.
7179         (gnus-agent-flush-cache): Declared as interactive to make this function
7180         easier to use.
7181
7182 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7183
7184         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7185         `next-line'.
7186
7187 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7190         exclude address matching message-dont-reply-to-names.
7191
7192 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * gnus-util.el (gnus-string<): New function.
7195
7196         * gnus-sum.el (gnus-article-sort-by-author)
7197         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7198
7199 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7200
7201         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7202         the frame-focus tag is set in gnus-buffer-configuration.
7203
7204 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7205
7206         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7207         the front stickiness.
7208
7209 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7212         url pattern; remove duplicate one.
7213         (gnus-article-extend-url-button): New function.
7214         (gnus-article-add-buttons): Use it.
7215         (gnus-button-push): Use concatenated url that it makes.
7216
7217 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7218
7219         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7220
7221 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7222
7223         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7224         Don't hardcode point-min==1.
7225
7226 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7227
7228         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7229         Fix comment about "iso8859-1".
7230
7231 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7232
7233         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7234         ones returned from the verify-function.
7235
7236         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7237         mml2015-extract-cleartext-signature if extraction failed.
7238
7239 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7240
7241         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7242         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7243         failed.
7244
7245 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7246
7247         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7248
7249 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7250
7251         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7252         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7253         recommends to use EasyPG instead of PGG.
7254
7255         * pgg.el: Revert to revision 6.23.2.16.
7256
7257         * pgg-def.el: Revert to revision 6.6.2.14.
7258
7259         * pgg-gpg.el: Revert to revision 6.23.2.34.
7260
7261 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7262
7263         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7264         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7265         thread for both the null and zero (kill/expire thread) universal prefix
7266         cases.
7267         (gnus-summary-expire-thread): Add new function to expire a thread,
7268         using gnus-summary-kill-thread.
7269         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7270         shortcuts for gnus-summary-expire-thread.
7271         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7272         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7273
7274 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7275
7276         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7277         extras value, so an extras entry can be deleted.
7278         (gnus-registry-delete-extra-entry): Use it.
7279         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7280         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7281         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7282         storage through the gnus-registry, and provide an appropriate API for
7283         it.
7284
7285 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7286
7287         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7288         Suggested by Leo <sdl.web@gmail.com>.
7289
7290         * gnus.el: Do.
7291
7292 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7295         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7296
7297         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7298
7299         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7300         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7301
7302 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7303
7304         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7305         newline.
7306         (nnmbox-request-accept-article): Don't change article in source buffer;
7307         narrow to header to use message-fetch-field rather than
7308         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7309         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7310         as delimiters; make sure article ends with newline.
7311         (nnmbox-delete-mail): Correct last position of article to be deleted;
7312         ignore X-Gnus-Newsgroup header in article body.
7313         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7314         positions; make sure article ends with newline.
7315
7316         * message.el (message-display-abbrev): Don't infloop when a user
7317         inserts SPC in the beginning of header.
7318
7319         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7320         coding-system-for-read and coding-system-for-write for XEmacs having no
7321         file-coding feature.
7322
7323         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7324
7325 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7326
7327         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7328         list of groups not followed by default.  Fix type to be regexp.
7329         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7330
7331 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7332
7333         * hmac-def.el (define-hmac-function): Switch from old-style to
7334         new-style backquotes.
7335
7336         * md4.el (md4-make-step): Likewise.
7337
7338 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7341         raw-text coding system when saving .newsrc file, which may contain
7342         non-ASCII group names.
7343
7344 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * gnus-cus.el (gnus-score-extra): New widget.
7347         (gnus-score-extra-convert): New function.
7348         (gnus-score-customize): Use it for Extra.
7349
7350 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7351
7352         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7353         (mml2015-mailcrypt-clear-verify): Use it.
7354         (mml2015-gpg-clear-verify): Use it.
7355         (mml2015-pgg-clear-verify): Use it.
7356         (mml2015-epg-clear-verify): Replace the current part with the output
7357         from GnuPG; don't extract the plaintext by itself.
7358
7359         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7360         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7361         mml2015-clear-verify-function; don't touch the armor headers or
7362         dash-escaped text here.
7363
7364 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7367         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7368         parts, or application/octet-stream as a last resort.
7369         (gnus-mime-view-part-as-type): Don't toggle display.
7370         (gnus-mime-view-part-as-charset): Don't turn off display before
7371         querying charset.
7372
7373         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7374         stuff to undisplayer function in Emacs.
7375         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7376
7377         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7378         text/calendar parts.
7379
7380 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7381
7382         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7383         decoding text/calendar parts.
7384
7385         * message.el (message-forward-make-body-mime): Always mark body as
7386         having no illegible text; remove signed-or-encrypted argument.
7387         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7388
7389         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7390         (mml-generate-mime-1): Don't encode body if it is specified to be in
7391         raw form; don't make buffer be unibyte when inserting multibyte string.
7392
7393 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7394
7395         * sha1.el: Fix up comment style.
7396         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7397         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7398
7399         * hex-util.el: Fix up comment style.
7400         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7401
7402         * gnus-salt.el: Use with-current-buffer.
7403         (gnus-pick-setup-message): Fix long-standing typo.
7404
7405 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * imap.el (imap-logout-timeout): New variable.
7408         (imap-logout, imap-logout-wait): New functions.
7409         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7410
7411         * nnimap.el (nnimap-logout-timeout): New server variable.
7412         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7413         nnimap-logout-timeout.
7414
7415         * gnus-art.el (gnus-article-summary-command-nosave)
7416         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7417
7418 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * gnus.el (gnus-maximum-newsgroup): New variable.
7421
7422         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7423         according to gnus-maximum-newsgroup.
7424
7425         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7426         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7427         Limit the range of articles according to gnus-maximum-newsgroup.
7428
7429 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7430
7431         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7432         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7433         Don't perform gnus-configure-windows here; reuse existing sticky
7434         article buffer.
7435
7436         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7437         it doesn't exist in gnus-article-mode.
7438
7439 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7442         (gnus-agent-decoded-group-name): New function.
7443         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7444         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7445
7446 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7447
7448         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7449         Add binding for gnus-sticky-article.
7450         (gnus-summary-exit): Don't kill sticky article buffers.
7451
7452         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7453         article buffer.
7454         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7455         (gnus-kill-sticky-article-buffers): New commands.
7456
7457 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7458
7459         * nntp.el (nntp-xref-number-is-evil): New server variable.
7460         (nntp-find-group-and-number): If it is non-nil, don't trust article
7461         numbers in the Xref header.
7462
7463 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * gnus-agent.el (gnus-agent-read-group): New function.
7466         (gnus-agent-flush-group, gnus-agent-expire-group)
7467         (gnus-agent-regenerate-group): Use it.
7468         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7469         nnmail-pathname-coding-system.
7470
7471 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7474
7475         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7476         that are unread as unread, and also as selected so that information of
7477         marks having been changed by a user may be updated when exiting group.
7478
7479 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7480
7481         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7482         calculated ignoring signature parts to gnus-treat-article.
7483
7484 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7487         a point here in order to keep the window start.
7488         (gnus-insert-mime-security-button): Make a button overlay without the
7489         front stickiness.
7490         (gnus-mime-display-security): Goto the end of a button.
7491
7492         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7493
7494 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7497         group-name-at-point.
7498         (gnus-group-completing-read): New function that offers decoded
7499         non-ASCII group names for completion.
7500         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7501         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7502         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7503         (gnus-group-fetch-control): Use it.
7504         (gnus-fetch-group): Use group-name-at-point for the initial value
7505         rather than the default value; use gnus-alive-p.
7506
7507         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7508         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7509         (gnus-summary-post-news): Use gnus-group-completing-read.
7510
7511         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7512         (gnus-read-move-group-name): Decode group name for completion.
7513
7514 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7515
7516         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7517         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7518         Yamaoka slightly modified the code).
7519
7520 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7523         (nnmail-split-incoming): Bind it.
7524
7525         * nnml.el (nnml-group-name-charset): New function.
7526         (nnml-decoded-group-name): Use it; don't decode group name if
7527         nnmail-group-names-not-encoded-p is non-nil.
7528         (nnml-encoded-group-name): New function.
7529         (nnml-group-pathname): Inline nnml-decoded-group-name.
7530         (nnml-request-expire-articles): Decode group name in message.
7531         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7532         nnmail-pathname-coding-system.
7533         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7534         not decoded ones according to nnmail-group-names-not-encoded-p.
7535         (nnml-generate-active-info): Use nnml-encoded-group-name.
7536
7537 2007-08-08  Glenn Morris  <rgm@gnu.org>
7538
7539         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7540         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7541         doc-strings and comments.
7542
7543 2007-07-25  Glenn Morris  <rgm@gnu.org>
7544
7545         * Relicense all FSF files to GPLv3 or later.
7546
7547 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7548
7549         * gnus-sum.el (gnus-summary-move-article): Make
7550         gnus-summary-respool-article work.
7551
7552 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7553
7554         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7555         string.
7556
7557 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7558
7559         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7560         that should be ignored when comparing distant RSS articles with local
7561         ones.
7562         (nnrss-make-hash-index): New function.  Create a hash index according
7563         to the ignored fields.
7564         (nnrss-check-group): Use it.
7565
7566 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7569
7570         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7571
7572         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7573         the new optional argument ENCODED is non-nil.
7574         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7575         coding system for encoding group name.
7576         (gnus-group-make-rss-group): Pass un-encoded group name to
7577         gnus-group-make-group.
7578         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7579         encoded.
7580
7581         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7582         Encode group name to which articles are moved or copied.
7583         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7584         coding system for encoding Newsgroup, Followup-To and Xref headers.
7585
7586         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7587         marks; use nnheader-file-coding-system to write a file.
7588         (nnagent-retrieve-headers): Bind file-name-coding-system to
7589         nnmail-pathname-coding-system.
7590
7591         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7592
7593         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7594         (nnml-request-article, nnml-request-create-group)
7595         (nnml-request-rename-group, nnml-find-id)
7596         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7597         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7598         (nnml-save-marks): Use nnml-group-pathname instead of
7599         nnmail-group-pathname.
7600
7601         (nnml-request-create-group, nnml-request-expire-articles)
7602         (nnml-request-move-article, nnml-request-delete-group)
7603         (nnml-deletable-article-p, nnml-possibly-create-directory)
7604         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7605         (nnml-open-marks): Bind file-name-coding-system to
7606         nnmail-pathname-coding-system.
7607
7608         (nnml-request-article): Pass server argument to nnml-find-group-number.
7609         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7610         server argument to nnml-possibly-create-directory.
7611         (nnml-request-accept-article): Pass server argument to
7612         nnml-active-number and nnml-save-mail.
7613         (nnml-find-group-number): Pass server argument to nnml-find-id.
7614         (nnml-request-update-info): Pass server argument to
7615         nnml-marks-changed-p.
7616
7617         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7618         (nnml-save-mail, nnml-active-number): Add server argument.
7619
7620         (nnml-request-delete-group): Warn if group is missing.
7621         (nnml-get-nov-buffer): Decode group name.
7622         (nnml-generate-active-info): Encode group name.
7623         (nnml-open-marks): Decode group name in messages.
7624
7625 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7626
7627         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7628         if it is not specified.
7629         (gnus-article-pipe-part, gnus-article-save-part)
7630         (gnus-article-interactively-view-part, gnus-article-copy-part)
7631         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7632         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7633         (gnus-article-replace-part, gnus-article-delete-part)
7634         (gnus-article-view-part-as-type): Pass raw prefix argument to
7635         gnus-article-part-wrapper.
7636
7637 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * gnus-agent.el (gnus-agent-save-active): Bind
7640         nnheader-file-coding-system to gnus-agent-file-coding-system.
7641
7642         * gnus-cache.el (gnus-cache-save-buffers)
7643         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7644         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7645         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7646         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7647         (gnus-cache-generate-active, gnus-cache-rename-group)
7648         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7649         (gnus-cache-update-overview-total-fetched-for): Bind
7650         file-name-coding-system to nnmail-pathname-coding-system.
7651         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7652         variables.
7653         (gnus-cache-decoded-group-name): New function.
7654         (gnus-cache-file-name): Use it.
7655         (gnus-cache-generate-active): Use non-decoded group name for active.
7656
7657         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7658         right place.
7659         (gnus-write-active-file): Don't break non-ASCII group names.
7660
7661         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7662         nnmail-pathname-coding-system.
7663
7664         * lpath.el: Bind default-file-name-coding-system,
7665         file-name-coding-system and language-info-alist for XEmacs.
7666
7667         * gnus-uu.el (gnus-uu-decode-save): Typo.
7668
7669 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7672
7673 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7676         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7677         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7678         (gnus-agent-flush-group, gnus-agent-flush-cache)
7679         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7680         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7681         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7682         (gnus-agent-regenerate-group)
7683         (gnus-agent-update-files-total-fetched-for)
7684         (gnus-agent-update-view-total-fetched-for): Bind
7685         file-name-coding-system to nnmail-pathname-coding-system.
7686         (gnus-agent-group-pathname): Don't encode file names by
7687         nnmail-pathname-coding-system.
7688         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7689         coding-system-for-write instead of buffer-file-coding-system to
7690         gnus-agent-file-coding-system.
7691
7692         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7693         Decode group name.
7694
7695         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7696
7697         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7698         (gnus-read-newsrc-el-file): Make group names unibyte.
7699
7700         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7701         nnmail-pathname-coding-system.
7702
7703         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7704         (nnrss-request-delete-group): Bind file-name-coding-system to
7705         nnmail-pathname-coding-system.
7706         (nnrss-read-server-data, nnrss-read-group-data): Bind
7707         file-name-coding-system correctly.
7708         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7709
7710         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7711         (nntp-server-to-method-cache): New variable.
7712         (nntp-group-pathname): New function that decodes non-ASCII group names.
7713         (nntp-possibly-create-directory, nntp-marks-changed-p)
7714         (nntp-save-marks, nntp-open-marks): Use it.
7715         (nntp-possibly-create-directory, nntp-open-marks):
7716         Bind file-name-coding-system to nnmail-pathname-coding-system.
7717         (nntp-open-marks): Decode group names when bootstrapping marks.
7718
7719         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7720         Newsgroups and Folowup-To headers.
7721
7722 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7723
7724         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7725         (gnus-server-closed-face, gnus-server-denied-face)
7726         (gnus-server-offline-face): Remove variable.
7727         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7728
7729         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7730         of modifying message-stack directly for XEmacs.
7731
7732         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7733         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7734         if the coding-system argument is nil for XEmacs.
7735
7736         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7737         mm-charset-override-alist.
7738
7739         * rfc2047.el: Don't require base64; require rfc2045 for the function
7740         rfc2045-encode-string.
7741         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7742         to quote the parameter value.
7743
7744 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7747         form in gnus-group-name-charset-method-alist.
7748
7749         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7750         overrides the default layout edit-form.
7751
7752         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7753
7754         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7755
7756 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7757
7758         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7759         as unfetched articles.
7760
7761 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7762
7763         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7764
7765 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7766
7767         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7768         original back end that keeps marks in the local system.
7769
7770 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7771
7772         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7773         arg of pop-to-buffer for XEmacs.
7774         (gnus-article-read-summary-keys): Ditto; don't restore window
7775         configuration if summary command ends up with neither article buffer
7776         nor summary buffer; describe bindings if summary keys end with C-h.
7777
7778 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * message.el (message-fix-before-sending): Skip raw message part to be
7781         forwarded while checking illegible text.
7782         (message-forward-make-body-mime, message-forward-make-body): Mark
7783         signed or encrypted raw message as having no illegible text.
7784
7785 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7788         (gnus-message-with-timestamp-1): New macro.
7789         (gnus-message-with-timestamp): New function.
7790         (gnus-message): Use them.
7791
7792         * nnheader.el (nnheader-message): Use them.
7793
7794 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7795
7796         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7797         .newsrc.eld file.
7798
7799 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * gnus-agent.el (gnus-agent-fetch-headers)
7802         (gnus-agent-retrieve-headers): Bind
7803         gnus-decode-encoded-address-function to identity.
7804
7805         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7806         available also when the server returns simply a dot.
7807
7808         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7809
7810 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7813
7814 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * gnus-ems.el (gnus-x-splash): Make it work.
7817
7818         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7819         from being used.
7820
7821         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7822
7823 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7824
7825         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7826         4th and the 5th arguments.
7827
7828         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7829         the front stickiness.
7830         (gnus-article-summary-command-nosave): Correct the order of the
7831         arguments passed to pop-to-buffer.
7832         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7833         summary command ends up with the article buffer.
7834
7835         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7836         the same faces.
7837
7838 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7839
7840         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7841
7842 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7843
7844         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7845         * gnus-sum.el (gnus-summary-highlight):
7846         * pgg.el (pgg-sign-region, pgg-sign):
7847         * mail-source.el (mail-source-delete-old-incoming-confirm):
7848         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7849
7850 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7851
7852         * gnus-art.el (gnus-mime-view-part-externally)
7853         (gnus-mime-view-part-internally): Fix predicate function passed to
7854         completing-read.
7855
7856         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7857
7858         * gnus.el (gnus-update-message-archive-method): Add :version.
7859
7860 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7861
7862         * gnus.el (gnus-update-message-archive-method): New variable.
7863
7864         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7865         according to gnus-message-archive-method if
7866         gnus-update-message-archive-method is non-nil.
7867
7868 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7871         by Loic Dachary <loic@dachary.org>.
7872         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7873
7874 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * message.el (message-pop-to-buffer): Add switch-function argument.
7877         (message-mail): Pass switch-function argument to it.
7878
7879 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7880
7881         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7882         Improve doc string.
7883
7884 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7885
7886         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7887         (gnus-header-content)
7888         * gnus-cite.el (gnus-cite-10)
7889         * gnus-srvr.el (gnus-server-closed)
7890         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7891         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7892         (gnus-group-mail-3-empty, gnus-group-mail-low)
7893         (gnus-group-mail-low-empty, gnus-splash)
7894         * message.el (message-header-to, message-header-cc)
7895         (message-header-subject, message-header-other, message-header-name)
7896         (message-header-xheader, message-separator, message-cited-text)
7897         (message-mml): Lighten colors of faces used for dark background.
7898
7899 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7900
7901         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7902         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7903
7904 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * message.el (message-narrow-to-headers-or-head):
7907         Ignore mail-header-separator in the body.
7908
7909 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7912         same as window size.
7913
7914 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7915
7916         * message.el (message-font-lock-keywords): Use message-header-xheader
7917         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7918         ahead of the anything pattern, to get it recognised.
7919
7920 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7923         spam.el loads uses it in the compiled defadvice form.
7924
7925 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7926
7927         * gnus-sum.el (gnus-articles-to-read)
7928         (gnus-summary-insert-old-articles): Don't truncate group name for
7929         `read-string'.
7930
7931         * gnus-util.el (gnus-limit-string): Delete this function.
7932
7933         * gnus-sum.el (gnus-simplify-subject-fully): Use
7934         `truncate-string-to-width' instead.
7935
7936 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7937
7938         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7939         if, on summary exit, the next group has to be selected.
7940         (gnus-summary-exit): Use it.
7941
7942 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7943
7944         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7945         non-break space.
7946
7947 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7948
7949         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7950         Check if group is not a directory.
7951         (nnfolder-request-expire-articles): Don't delete articles if the target
7952         group is not available.
7953
7954         * nnml.el (nnml-request-create-group): Properly check if group is not a
7955         file.
7956         (nnml-request-expire-articles): Don't delete articles if the target
7957         group is not available.
7958
7959         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7960         Don't quote characters that are within parentheses.
7961
7962 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7965         (gnus-handle-ephemeral-exit): Select article according to it.
7966
7967 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7968
7969         * message.el (message-insert-formated-citation-line): Remove newline.
7970         (message-citation-line-format): Add final \n here so that the user can
7971         avoid a blank line.
7972
7973 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7974
7975         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7976         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7977         Update lanl/arXiv support.
7978
7979 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7980
7981         * gnus.el: Bump version number.
7982
7983 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7984
7985         * gnus.el (gnus-version-number): Bump version.
7986
7987 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7988
7989         * gnus.el: No Gnus v0.6 is released.
7990
7991 2007-04-27  Didier Verna  <didier@xemacs.org>
7992
7993         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7994         * gmm-utils.el (gmm-regexp-concat): here.
7995         * message.el: Don't require 'gnus-util.
7996         (message-dont-reply-to-names): Handle name change above.
7997         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7998
7999 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8000
8001         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8002         since the initial value varies according to the system.
8003
8004 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8007
8008 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8009
8010         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8011
8012 2007-04-24  Didier Verna  <didier@xemacs.org>
8013
8014         Improve the type of gnus-ignored-from-addresses.
8015         * gnus-util.el (gnus-orify-regexp): New function.
8016         * message.el (gnus-util): Require it.
8017         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8018         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8019         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8020
8021 2007-04-24  Didier Verna  <didier@xemacs.org>
8022
8023         * gnus-sum.el:
8024         * gnus-utils.el: Fix some trailing whitespaces.
8025
8026 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8027
8028         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8029         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8030         article's Message-ID; refer parent article in summary buffer.
8031
8032         * message.el (message-bounce): Call mime-to-mml.
8033
8034         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8035         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8036         optimize and/or forms properly.
8037
8038 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8039
8040         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8041         URL.
8042
8043 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8044
8045         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8046
8047 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8050         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8051         displayed of multipart/alternative part if it is invoked from summary
8052         buffer.
8053
8054         * mm-view.el (mm-inline-text-html-render-with-w3m)
8055         (mm-inline-text-html-render-with-w3m-standalone)
8056         (mm-inline-render-with-function): Use mail-parse-charset by default.
8057
8058 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8059
8060         * parse-time.el (parse-time-string-chars): Check if CHAR
8061         is less than the length of parse-time-syntax.
8062
8063 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8064
8065         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8066         from gnus-newsgroup-processable.
8067
8068 2007-04-16  Didier Verna  <didier@xemacs.org>
8069
8070         * gnus-msg.el (gnus-configure-posting-styles): Handle
8071         message-signature-directory properly with :file syntax.  Reported by
8072         "Leo".
8073
8074 2007-04-11  Didier Verna  <didier@xemacs.org>
8075
8076         New user option: message-signature-directory.
8077         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8078         * message.el (message-insert-signature): Ditto.
8079         * message.el (message-signature-file): Doc update.
8080         * message.el (message-signature-directory): New.
8081
8082 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * gnus-msg.el (gnus-inews-yank-articles): Use
8085         message-exchange-point-and-mark instead of exchange-point-and-mark.
8086
8087 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8088
8089         * message.el (message-yank-original): Make sure cited text ends with
8090         newline; don't exchange point and mark.
8091
8092 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8093
8094         * tls.el (open-tls-stream): Properly handle case where there
8095         is no associated buffer.
8096
8097 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8098
8099         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8100         message-yank-original, make sure (< mark TEXT point).
8101
8102 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8103
8104         * message.el (message-fill-column): New variable.
8105         (message-mode): Use it.  Add comment on a possible new hook.
8106
8107         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8108         (nnmail-get-new-mail): Reformat.
8109
8110         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8111
8112         * gmm-utils.el: Fix Commentary.
8113         (gmm-tool-bar-from-list): Fix typo in doc string.
8114
8115 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8116
8117         * message.el (message-yank-original): Don't switch point and mark
8118         unnecessarily to put point and mark as documented.
8119
8120 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8121
8122         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8123         from the message heads.
8124
8125 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8126
8127         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8128         article buffer does not have a window.  This may not be the best
8129         solution but is certainly better than setting the start of the null,
8130         that is the current, window.
8131
8132 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8133
8134         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8135         (gnus-draft-setup): Run it.
8136
8137         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8138         gnus-score-fast-scoring.  Allow regexp.
8139         (gnus-score-headers): Use it.
8140
8141         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8142         XEmacs.
8143
8144         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8145         string.
8146         (gnus-button-alist): Also catch `<f1> k ...'.
8147         (gnus-treat-display-x-face): Fix doc string.
8148
8149 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8150
8151         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8152         evaluation of gnus-extended-version to ensure correct generation of the
8153         User-Agent header when message-generate-headers-first is used.
8154
8155 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8156
8157         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8158         hashcash-path is nil.  Don't call callback with incorrect number of
8159         parameters if val is 0.
8160
8161 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8162
8163         * message.el (message-required-news-headers):
8164         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8165
8166 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8167
8168         * tls.el (open-tls-stream): In handshake-waiting loop,
8169         don't wait more if there is output available to process.
8170
8171 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8172
8173         * tls.el (tls-program): Doc fix.
8174
8175 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * message.el (message-generate-new-buffers): Change the meaning of the
8178         nil value; add `standard' to the choices; treat t as `unique'; improve
8179         doc string.
8180         (gnus-select-frame-set-input-focus): Autoload.
8181         (message-buffer-name): Search for the existing message buffer if
8182         message-generate-new-buffers is nil or `standard'; treat the value t of
8183         message-generate-new-buffers as `unique'.
8184         (message-pop-to-buffer): Raise the frame already displaying the message
8185         buffer; clear the echo area after querying.
8186         (message-setup): Pass the `continue' argument to compose-mail.
8187         (message-mail): Prefer `switch-function' if it is given; search for the
8188         existing message buffer if the `continue' argument is non-nil; pass
8189         continue and switch-function arguments to compose-mail by way of
8190         message-setup.
8191         (message-mail-other-window): Adjust argument of message-setup.
8192         (message-mail-other-frame): Ditto.
8193
8194 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8195
8196         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8197         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8198         to turn font-lock on when turning gnus-message-citation-mode on.
8199
8200 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8201
8202         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8203         (mml-smime-function-alist): New variable; add epg as the backend.
8204         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8205         mml-smime- functions instead.
8206         * mm-view.el: Require smime.
8207
8208 2007-03-05  Didier Verna  <didier@xemacs.org>
8209
8210         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8211         instead of just inheritance for posting styles.
8212         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8213
8214 2007-02-24  Chris Moore  <dooglus@gmail.com>
8215
8216         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8217         * pgg-pgp.el (pgg-pgp-encrypt-region):
8218         * pgg-gpg.el (pgg-gpg-encrypt-region):
8219         Check pgg-encrypt-for-me if no other recipients.
8220
8221 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8222
8223         * tls.el (tls-certtool-program): Fix custom type.
8224
8225 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8228         and point-at-eol instead of line-(beginning|end)-position.
8229
8230         * assistant.el (assistant-parse-buffer): Ditto.
8231
8232         * netrc.el (netrc-parse-services): Ditto.
8233
8234 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8235
8236         * mml2015.el (mml2015-epg-find-usable-key): New function.
8237         (mml2015-epg-sign): Use it.
8238         (mml2015-epg-encrypt): Use it.
8239
8240 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * message.el (message-make-in-reply-to): Quote name containing
8243         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8244         if there are special characters.  Reported by NAKAJI Hiroyuki
8245         <nakaji@jp.freebsd.org>.
8246
8247 2007-02-27  Didier Verna  <didier@xemacs.org>
8248
8249         Include the group parameters as well as the topic ones in the
8250         inheritance filter process.
8251         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8252         argument GROUP-PARAMS-LIST.
8253         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8254
8255 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * nntp.el (nntp-never-echoes-commands)
8258         (nntp-open-connection-functions-never-echo-commands): New variables.
8259         (nntp-send-command): Use them.
8260
8261 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8262
8263         * mml2015.el (mml2015-epg-verify): Simplified.
8264
8265 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * mml.el (mml-content-disposition-alist): New user option.
8268         (mml-content-disposition): New function.
8269         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8270         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8271
8272 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8273
8274         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8275         verification.
8276
8277 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8278
8279         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8280         articles posted in the last 24 hours.
8281
8282 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8283
8284         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8285
8286 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8287
8288         * nntp.el (nntp-send-command): Don't wait for echoes when
8289         nntp-open-ssl-stream is used.
8290
8291 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8292
8293         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8294         (gnus-message-add-citation-keywords)
8295         (gnus-message-remove-citation-keywords): Remove.
8296         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8297         directly, make the variables in font-lock-defaults buffer-local, add
8298         gnus-message-citation-keywords to them and then update the value of
8299         font-lock-keywords.
8300
8301 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8302
8303         * message.el (message-cite-original-1): Don't call
8304         gnus-article-highlight-citation.
8305
8306         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8307         citations; fix line count.
8308
8309 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8312         (gnus-message-add-citation-keywords)
8313         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8314         versions of font-lock-add-keywords and font-lock-remove-keywords to
8315         work with XEmacs correctly.
8316
8317 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8318
8319         * gnus-cite.el (gnus-cite-face-list): Set the values of
8320         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8321         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8322         (gnus-message-cite-prefix-regexp): New variable.
8323         (gnus-message-search-citation-line): Use it; protect against long
8324         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8325         the 0th match data for Emacs.
8326         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8327         (gnus-message-add-citation-keywords): Append keywords rather than
8328         prepending; emulate font-lock-add-keywords if it is not available.
8329         (gnus-message-remove-citation-keywords): Emulate
8330         font-lock-remove-keywords if it is not available.
8331
8332         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8333
8334         * message.el (message-cite-prefix-regexp): Set the value of
8335         gnus-message-cite-prefix-regexp.
8336
8337 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8338
8339         * nnweb.el (nnweb-google-parse-1): Update parser.
8340
8341 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8342
8343         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8344
8345 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8346
8347         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8348         regexp.
8349
8350 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8353         string-to-multibyte.
8354         (uudecode-decode-region-internal): Use it.
8355
8356         * lpath.el: Fbind string-as-multibyte for XEmacs.
8357
8358 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8359
8360         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8361         custom choice.
8362
8363         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8364
8365 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8366
8367         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8368
8369         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8370         `write-region' to respect `mm-inhibit-file-name-handlers'.
8371
8372 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8373
8374         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8375         Use gnus-home-directory instead of "~/" or "$HOME".
8376
8377 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8378
8379         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8380         to mention filename.
8381         Add comments at beginning regarding usage.
8382         (encrypt-write-file-contents): Change interactive so a string is
8383         acceptable.  If the file has no associated model, show an error instead
8384         of a nonsense prompt.
8385
8386 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8387
8388         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8389         Thanks to Yoshihiko Yamada for kind notification of this typo.
8390
8391 2007-01-12  Kenichi Handa  <handa@m17n.org>
8392
8393         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8394         multibyte buffer.
8395
8396 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8397
8398         * gnus-score.el (gnus-score-fast-scoring): New variable.
8399         (gnus-score-headers): Use it.
8400
8401         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8402
8403         * message.el (message-cite-original-1): Call
8404         gnus-article-highlight-citation if requested.
8405         (message-make-from): Allow name and address as optional arguments.
8406
8407         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8408
8409         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8410         bugs to doc string.
8411         (gnus-button-alist): Add mid\\|message-id.
8412         (gnus-button-fetch-group): Extend for use in
8413         `browse-url-browser-function'.
8414         (gnus-button-url-regexp): Try to catch paired parentheses like in
8415         Wikipedia URLs.
8416
8417         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8418         Suggested by Simon Krahnke <overlord@gmx.li>.
8419
8420 2007-01-13  Romain Francoise  <romain@orebokech.com>
8421
8422         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8423         Update copyright.
8424
8425 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8426
8427         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8428
8429 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8430
8431         * gnus-registry.el (gnus-registry-unfollowed-groups)
8432         (gnus-registry-split-fancy-with-parent): Fix documentation.
8433
8434 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8435
8436         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8437         from nnweb groups.
8438
8439 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8440
8441         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8442         Xref urls.  Erase buffer before requesting head.
8443
8444 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8445
8446         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8447         customizable.
8448
8449 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8450
8451         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8452         no signing key is found.
8453         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8454         no encrypting and/or signing key is found.
8455
8456 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8457
8458         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8459
8460 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8461
8462         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8463         headers read from disk with the ones newly found in the current search.
8464         This should no longer cause problems, because the article numbers in
8465         Gmane's `nov.php' output are ignored since the previous change.
8466
8467 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8468
8469         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8470
8471 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8472
8473         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8474         replace-regexp-in-string; bind url-version; fbind display-images-p and
8475         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8476         find-face and set-itimer-function for Emacs; bind itimer-list for
8477         Emacs.
8478
8479         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8480
8481 2007-01-01  Romain Francoise  <romain@orebokech.com>
8482
8483         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8484
8485 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8486
8487         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8488         `define-minor-mode' macro definition expanded properly.
8489         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8490         exclude it there.
8491
8492         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8493         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8494         `fboundp' test.
8495         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8496         This is OK to autoload in (S)XEmacs now.
8497
8498 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8499
8500         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8501         keystroke.
8502         (gnus-summary-limit-to-singletons): Fix typo.
8503
8504         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8505         else fails.
8506
8507 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8508
8509         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8510         docstring.
8511
8512         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8513         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8514         (gnus-summary-insert-dormant-articles): Fix typo in message.
8515
8516 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8517
8518         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8519         nil for XEmacs.
8520         (gnus-message-citation-mode): Don't autoload in XEmacs.
8521
8522         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8523
8524 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8525
8526         * nnimap.el (nnimap-expunge-search-string): Mention
8527         nnimap-search-uids-not-since-is-evil in docstring.
8528
8529 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8530
8531         * spam.el: Revert to make-obsolete-variable because
8532         define-obsolete-variable-alias is not supported in Emacs 21.
8533
8534         * spam.el (spam-ifile-path, spam-ifile-database-path)
8535         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8536         make-obsolete-variable.
8537         (spam-bsfilter-path, spam-bsfilter-program)
8538         (spam-spamassassin-path, spam-spamassassin-program)
8539         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8540         use "path" inappropriately.
8541         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8542         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8543         variable names.
8544
8545 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8546
8547         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8548         summary buffer.
8549
8550         * password.el (password-cache-remove): Use clear-string to burn
8551         password, if available.
8552
8553 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8554
8555         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8556
8557         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8558
8559         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8560         (gnus-message-highlight-citation): Move defcustom here from
8561         gnus-cite.el.
8562         (gnus-message-citation-mode): Autoload.
8563
8564         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8565         checks to make it compile with XEmacs.
8566         (gnus-message-citation-mode): New minor mode.
8567         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8568         (gnus-message-highlight-citation): New variables.
8569         (gnus-message-search-citation-line)
8570         (gnus-message-add-citation-keywords)
8571         (gnus-message-remove-citation-keywords)
8572         (turn-on-gnus-message-citation-mode)
8573         (turn-off-gnus-message-citation-mode): New functions.
8574
8575 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8576
8577         * gnus-cite.el: Enable highlighting of different citation levels in
8578         message-mode.
8579
8580 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8581
8582         * message.el (message-make-fqdn): Fix comment.
8583         (message-bogus-system-names): Add ".local".
8584
8585         * spam.el (spam-ifile-path, spam-ifile-program)
8586         (spam-ifile-database-path, spam-ifile-database)
8587         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8588         Don't use "path" inappropriately.
8589         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8590         strings.
8591         (spam-check-ifile, spam-ifile-register-with-ifile)
8592         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8593         new variable names.
8594
8595         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8596         (gnus-treat-display-smileys): Simplify using
8597         gnus-image-type-available-p.
8598
8599         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8600         available.
8601
8602         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8603         `display-images-p' if available.
8604
8605 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8606
8607         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8608         one after turning on the buffer's multibyteness instead of decoding
8609         them directly in the unibyte buffer that causes unexpected conversion
8610         in Emacs 23 (unicode).
8611
8612 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8613
8614         * message.el (message-generate-hashcash): Fix custom type.
8615
8616 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8617
8618         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8619
8620 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8621
8622         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8623         disconnect icons.  Add help text.
8624
8625 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8626
8627         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8628         negated to be consistent with the others we handle.
8629
8630 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8631
8632         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8633         version of gnus-summary-buffer to something, so that we can use two
8634         article buffers at the same time.
8635
8636 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8637
8638         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8639         trigger all the extra headers.
8640         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8641         sorting.
8642
8643 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8644
8645         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8646         solid groups.
8647
8648 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8649
8650         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8651
8652 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8653
8654         * legacy-gnus-agent.el: Add Copyright notice.
8655
8656 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8657
8658         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8659
8660 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8661
8662         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8663
8664         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8665         to make it work reliably in CVS Emacs.
8666         (gnus-summary-limit-strange-charsets-predicate)
8667         (gnus-summary-limit-to-predicate): New functions.
8668
8669 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8670
8671         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8672         specifying array size.
8673         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8674         array if it is too small.
8675         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8676         (gnus-sort-threads-loop): New function.
8677
8678 2006-12-06  Chris Moore  <dooglus@gmail.com>
8679
8680         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8681         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8682
8683 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8684
8685         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8686         options.
8687
8688 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8689
8690         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8691         DOS-ing the recipient.
8692
8693         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8694         the headers when creating the mapping to avoid mismappings.
8695         (nnweb-gmane-create-mapping): Always nix out old mapping.
8696
8697 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8700         and mm-verify-option to never.
8701
8702 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * message.el (message-signed-or-encrypted-p): New function.
8705         (message-forward-make-body): Use it.
8706
8707         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8708         Replace encode-coding-string with mm-encode-coding-string.
8709
8710 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * nneething.el (nneething-decode-file-name): Replace
8713         decode-coding-string with mm-decode-coding-string.
8714
8715         * gnus-int.el (gnus-open-server): Say failed server's name.
8716
8717 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8718
8719         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8720         strings to a single string.  Quote `errors-file-name'.
8721         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8722         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8723         Adjust calls.  Use `shell-quote-argument'.
8724
8725 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8726
8727         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8728         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8729
8730         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8731         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8732         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8733         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8734         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8735         (gnus-subscribe-newsgroup, gnus-1):
8736         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8737         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8738         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8739         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8740
8741 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8742
8743         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8744         keystroke.
8745         (gnus-summary-limit-to-bodies): Implement headersp.
8746
8747 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8748
8749         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8750
8751 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8752
8753         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8754
8755 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8756
8757         * message.el (message-generate-hashcash): Expand range of values to
8758         include `opportunistic'.
8759         (message-send-mail): Use it.
8760
8761 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8762
8763         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8764         and comment it.
8765
8766         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8767
8768 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8769
8770         * gnus-util.el (gnus-extract-address-components): Improve comment.
8771
8772 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * gnus-util.el (gnus-extract-address-components): Work with address in
8775         which the name portion contains @.
8776
8777         * lpath.el: Fbind custom-autoload.
8778
8779 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8780
8781         * gnus.el (gnus-start): Move custom group up.
8782         (gnus-select-method): Don't autoload, but make it available for
8783         `customize-variable'.
8784         (gnus-getenv-nntpserver): Don't autoload.
8785
8786 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8787
8788         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8789
8790 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8791
8792         * message.el (message-sendmail-extra-arguments): New variable.
8793         (message-send-mail-with-sendmail): Use it.
8794
8795 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8798         mm-with-unibyte-current-buffer to make string unibyte.
8799
8800         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8801         mm-string-as-multibyte.
8802
8803 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8804
8805         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8806         Reported by Werner Koch <wk@gnupg.org>.
8807
8808 2006-11-14  Daiki Ueno  <ueno@p360>
8809
8810         * mml2015.el: Autoload epa-select-keys when compiling.
8811
8812 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8813
8814         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8815         message-options.
8816         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8817
8818 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8819
8820         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8821         EasyPG (< 0.0.6).
8822         (mml2015-always-trust): New user option.
8823         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8824         prompt.
8825
8826 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * nntp.el (nntp-authinfo-force): New variable.
8829         (nntp-send-authinfo): Use it.
8830
8831 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8832
8833         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8834         decode encoded words.  Improve prompt.  Add comment about forwarding.
8835         (message-replacement-char): Move up.
8836
8837 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8838
8839         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8840         instead of gnus-intersection because arguments of gnus-sorted-nunion
8841         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8842
8843 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8844
8845         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8846         (message-simplify-subject-functions): Enable
8847         message-strip-subject-encoded-words by default.
8848
8849 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8850
8851         * message.el (message-strip-subject-encoded-words): New function.
8852         (message-simplify-subject-functions): New variable.
8853         (message-simplify-subject): Use it.  Fix typo in doc string.
8854         Support message-strip-subject-encoded-words.
8855
8856 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8857
8858         * gnus-diary.el (gnus-diary-delay-format-function):
8859         * nndiary.el (nndiary-reminders):
8860         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8861
8862 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8863
8864         * gnus-art.el (article-hide-boring-headers): Fetch date from
8865         gnus-original-article-buffer to avoid problems with localized date
8866         strings.
8867
8868 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8869
8870         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8871
8872 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8873
8874         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8875         New variables.
8876         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8877         (mm-charset-synonym-alist): Move some entries to
8878         mm-codepage-iso-8859-list.
8879         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8880         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8881
8882 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8885
8886 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8887
8888         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8889         with Emacs 21 and XEmacs.
8890
8891 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8892
8893         * spam.el (spam-parse-address): New function for better parsing,
8894         catching errors, etc.
8895         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8896
8897 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8898
8899         * mm-view.el: Add interactive arg to html2text autoload.
8900
8901 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8904
8905 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8906
8907         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8908         variables.
8909         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8910         (mm-charset-synonym-alist): Move some entries to
8911         mm-codepage-iso-8859-list.
8912
8913         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8914
8915 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8916
8917         * message.el (message-citation-line-format)
8918         (message-insert-formated-citation-line): Fix implementation of %E, %N
8919         and %n according to the doc string.
8920
8921 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8922
8923         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8924         car-safe to avoid bad parses.
8925
8926 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8929         names.
8930
8931         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8932
8933 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8936         header.
8937
8938         * message.el (message-draft-headers): Add Date.
8939         (message-headers-to-generate): Fix typo in docstring.
8940
8941         * nndraft.el (nndraft-required-headers): New variable.
8942         (nndraft-generate-headers): Use it.
8943
8944         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8945
8946 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8947
8948         * gnus-registry.el (gnus-registry-wash-for-keywords)
8949         (gnus-registry-find-keywords): New functions to allow easy searching of
8950         articles that are in the registry.
8951
8952 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8953
8954         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8955         ietf-drums-parse-address instead of gnus-extract-address-components.
8956         Reported by Damien Elmes <damien@repose.cx>.
8957
8958 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8959
8960         * gnus.el (gnus-mime): Remove unused custom group.
8961
8962 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8963
8964         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8965         "blank line" when searching for end of armor headers.
8966
8967 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * gmm-utils.el (gmm-write-region): Fix variable name.
8970
8971 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8972
8973         * gmm-utils.el (gmm-write-region): New function based on compatibility
8974         code from `mm-make-temp-file'.
8975
8976         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8977
8978         * nnmaildir.el (nnmaildir--update-nov)
8979         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8980         Use `gmm-write-region'.
8981
8982 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8983
8984         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8985         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8986
8987         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8988
8989         * message.el (message-replacement-char): New variable.
8990         (message-fix-before-sending): Use it.
8991         (message-simplify-subject): New function to remove duplicate code.
8992         (message-reply, message-followup): Use it.
8993
8994         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8995         gnus-summary-limit-to-articles.
8996
8997 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * gnus-util.el (gnus-with-local-quit): New macro.
9000
9001         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9002
9003 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9004
9005         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9006         ignore non-string data.
9007
9008 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9009
9010         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9011         non-string data (needs to be done in the registry too).
9012
9013 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9014
9015         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9016         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9017         (gnus-registry-split-fancy-with-parent)
9018         (gnus-registry-fetch-simplified-message-subject-fast)
9019         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9020         Remove text properties on ingress into the registry and when it's saved.
9021         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9022         registry from entries with no groups.
9023
9024 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9025
9026         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9027         function to remove string properties.
9028
9029 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9030
9031         * gmm-utils.el (gmm): Adjust custom version.
9032
9033         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9034         custom version.
9035
9036         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9037
9038 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9039
9040         * gnus-art.el (gnus-insert-prev-page-button)
9041         (gnus-insert-next-page-button): Simplify.  Reformat.
9042
9043 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9044
9045         * gnus-art.el (gnus-insert-prev-page-button)
9046         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9047
9048 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9049
9050         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9051
9052 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9053
9054         * gnus-art.el (gnus-insert-mime-button)
9055         (gnus-insert-mime-security-button):
9056         Apply gnus-article-button-face to MIME and security buttons.
9057
9058 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9059
9060         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9061         readable.
9062
9063 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9066
9067 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9068
9069         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9070         `browse-url-of-file' instead of `browse-url'.
9071
9072 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9073
9074         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9075         regexp.  Articles containing quotation were cut prematurely.
9076
9077 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * message.el (message-cite-original-1): Use nobody by default for the
9080         value of From header.
9081         (message-reply): Ditto.
9082
9083 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9084
9085         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9086         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9087         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9088
9089 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9090
9091         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9092         mails in the doc string.  Add some URLs in comment.
9093         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9094
9095 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9098         backslashes handling and the way to find boundaries of quoted strings.
9099
9100 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9101
9102         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9103         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9104         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9105         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9106
9107 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9108
9109         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9110         doc string.
9111         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9112
9113 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * lpath.el: Fbind epg-check-configuration.
9116
9117 2006-09-06  Simon Josefsson  <jas@extundo.com>
9118
9119         * mml2015.el (mml2015-use): Doc fix, mention epg.
9120
9121 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9122
9123         * mml2015.el (mml2015-use): Default to epg, if available.
9124
9125 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9126
9127         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9128         message-sender.
9129         (mml1991-epg-encrypt): Ditto.
9130         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9131         message-sender.
9132         (mml2015-epg-encrypt): Ditto.
9133
9134 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9135
9136         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9137         several common directories.
9138
9139 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9140
9141         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9142         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9143
9144 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * gnus-art.el (article-decode-encoded-words): Make it fast.
9147
9148 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9149
9150         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9151
9152         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9153         in quoted string into `\'.
9154
9155 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9158         Use standard-syntax-table.
9159
9160 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * gnus-art.el (gnus-decode-address-function): New variable.
9163         (article-decode-encoded-words): Use it to decode headers which are
9164         assumed to contain addresses.
9165         (gnus-mime-delete-part): Remove useless `or'.
9166
9167         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9168         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9169         (gnus-nov-parse-line): Use it to decode From header.
9170         (gnus-get-newsgroup-headers): Ditto.
9171         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9172
9173         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9174         (mail-decode-encoded-address-string): New alias.
9175
9176         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9177         New function.
9178         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9179         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9180         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9181         (rfc2047-decode-string): Ditto.
9182         (rfc2047-decode-address-region): New function.
9183         (rfc2047-decode-address-string): New function.
9184
9185 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9186
9187         * message.el (message-caesar-buffer-body): Allow rotating headers.
9188
9189         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9190
9191         * message.el (message-insert-formated-citation-line): Fix %f.
9192         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9193
9194 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9195
9196         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9197         (gnus-bookmark-mouse-available-p): New macro.
9198         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9199         (gnus-bookmark-bmenu-show-infos): Use it.
9200         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9201         (gnus-bookmark-bmenu-hide-infos): Ditto.
9202         (gnus-bookmark-remove-properties): New function.
9203         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9204         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9205         (gnus-bookmark-write-file): Bind coding-system-for-write.
9206         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9207         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9208         group before selecting it.
9209         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9210         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9211         quit-window if it is not available; use gnus-mouse-2 and bind it to
9212         gnus-bookmark-bmenu-select-by-mouse.
9213         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9214         (gnus-bookmark-bmenu-select-by-mouse): New function.
9215
9216 2006-08-13  Romain Francoise  <romain@orebokech.com>
9217
9218         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9219         space.
9220
9221 2006-08-10  Romain Francoise  <romain@orebokech.com>
9222
9223         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9224         (dns-mode-soa-auto-increment-serial): New user option.
9225         (dns-mode-soa-maybe-increment-serial): New function.
9226         (dns-mode): Add the latter to `write-contents-functions'.
9227
9228 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * compface.el (uncompface): Use binary rather than raw-text-unix.
9231
9232 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9233
9234         * compface.el (uncompface): Make sure the eol conversion doesn't take
9235         place when communicating with the external programs.  Reported by
9236         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9237
9238 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9241
9242 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9243
9244         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9245         Make it more robust by parsing author and date independently.
9246
9247 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9248
9249         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9250
9251 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9252
9253         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9254         first matching secret key.
9255         (mml2015-epg-encrypt): Ditto.
9256
9257         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9258         first matching secret key.
9259         (mml1991-epg-encrypt): Ditto.
9260
9261         * mml2015.el (mml2015-encrypt-to-self): New user option.
9262         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9263         mml2015-epg-encrypt-to-self is set.
9264
9265         * mml1991.el (mml1991-encrypt-to-self): New variable.
9266         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9267         mml1991-epg-encrypt-to-self is set.
9268
9269         * mml2015.el (mml2015-signers): New user option.
9270         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9271         (mml2015-epg-encrypt): Allow to select signing keys.
9272
9273         * mml1991.el (mml1991-signers): New variable.
9274         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9275         (mml1991-epg-encrypt): Allow to select signing keys.
9276
9277 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9278
9279         * nnheader.el (nnheader-insert-head): Make it work even if the file
9280         uses CRLF for the line-break code.
9281
9282 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9283
9284         * mml2015.el: Require mml-sec instead of password.
9285         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9286         (mml2015-cache-passphrase): Inherit the default value from
9287         mml-secure-cache-passphrase.
9288         (mml2015-passphrase-cache-expiry): Inherit the default value from
9289         mml-secure-passphrase-cache-expiry.
9290
9291         * mml1991.el: Require mml-sec instead of password.
9292         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9293         (mml1991-cache-passphrase): Inherit the default value from
9294         mml-secure-cache-passphrase.
9295         (mml1991-passphrase-cache-expiry): Inherit the default value from
9296         mml-secure-passphrase-cache-expiry.
9297
9298         * mml-sec.el: Require password.
9299         (mml-secure-verbose): New user option.
9300         (mml-secure-cache-passphrase): New user option.
9301         (mml-secure-passphrase-cache-expiry): New user option.
9302
9303 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9304
9305         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9306         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9307         andreas@altroot.de (Andreas Vögele).
9308
9309         FIXME: Use `tiny change'?
9310
9311 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9312
9313         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9314         workaround for the url package included with Emacs.
9315
9316         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9317
9318 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9321         correctly.  This fixes a bug caused by the 2006-05-12 change.
9322
9323 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9324
9325         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9326         some information about the error when saying that the `bogus' mail
9327         group will be used.
9328
9329 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9330
9331         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9332         string.
9333
9334 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9335
9336         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9337
9338 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9339
9340         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9341
9342 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9343
9344         * mml1991.el (mml1991-function-alist): Add epg.
9345         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9346         (mml1991-epg-encrypt): New functions.
9347
9348 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9349
9350         * mml2015.el (mml2015-verbose): New variable.
9351         (mml2015-cache-passphrase): Ditto.
9352         (mml2015-passphrase-cache-expiry): Ditto.
9353         (mml2015-function-alist): Add epg.
9354         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9355         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9356         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9357         functions.
9358
9359 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9360
9361         * message.el (message-cite-original-1): Preserve region when removing
9362         quoted text due to X-No-Archive in order to avoid bogus attribution
9363         when citing multiple messages.
9364
9365 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9366
9367         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9368         Kenneth Jacker <khj@be.cs.appstate.edu>.
9369
9370 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9371
9372         * gnus-diary.el (gnus-user-format-function-d)
9373         (gnus-user-format-function-D): Autoload.
9374
9375         * imap.el (Commentary): Fix typo.
9376
9377         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9378         2006-04-22 contribution.
9379
9380 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9381
9382         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9383         It didn't really fix the bogosity I'm seeing with solid web groups.
9384
9385 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9386
9387         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9388         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9389         created using server names.  If we use the feature without declaring
9390         it, Gnus does not properly manage server and group state.
9391
9392         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9393         bound.
9394
9395 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9396
9397         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9398         looking up the method using GROUP's prefix before inventing a new one.
9399         It is used on killed/unknown groups in various places where returning
9400         an all-new method isn't expected by the caller.
9401
9402         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9403         and match semantics of gnus-group-real-prefix.
9404
9405 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9406
9407         * nnmail.el (nnmail-broken-references-mailers): New variable.
9408         (nnmail-ignore-broken-references): New function generalizing
9409         nnmail-fix-eudora-headers.
9410         (nnmail-fix-eudora-headers): Now obsolete.
9411
9412         * gnus-art.el (gnus-button-handle-custom): Support
9413         `customize-apropos*'.
9414
9415 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9416
9417         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9418
9419         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9420         articles.
9421
9422 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9423
9424         * message.el (message-cite-reply-above): New variable.
9425         (message-yank-original): Use it.
9426
9427 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9428
9429         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9430
9431 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9432
9433         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9434         as read.
9435
9436         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9437
9438 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9439
9440         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9441         (gnus-bookmark-default-file): Use gnus-directory.
9442         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9443         Remove "*" in doc string.
9444         (gnus-bookmark-write-file): Simplify.
9445         (gnus-bookmark-maybe-sort-alist): Use `when'.
9446         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9447         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9448         FIXME about Emacs 21 and XEmacs compatibility.
9449         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9450         compatibility.
9451         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9452         compatibility.
9453         (gnus-bookmark-menu-heading): Fix version.
9454
9455 2006-06-19  Bastien Guerry  <bzg@altern.org>
9456
9457         * gnus-bookmark.el: New file.
9458
9459 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9460
9461         * message.el (message-syntax-checks): Doc fix.
9462
9463 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9464
9465         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9466         unsubscribed groups as if they were killed ones.  It causes duplicate
9467         entries in gnus-newsrc-alist.
9468
9469 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * message.el (message-syntax-checks): Doc fix.
9472         (message-send-mail): Add check for continuation headers.
9473         (message-check-news-header-syntax): Fix regexp used to check for
9474         continuation headers.
9475
9476 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9477
9478         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9479
9480 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9481
9482         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9483
9484 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9487         default-truncate-lines.
9488
9489 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9492         to fill the utf-8 entry.
9493
9494         * lpath.el: Fbind unicode-precedence-list.
9495
9496 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9497
9498         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9499
9500 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9501
9502         * gnus-agent.el (directory-files-and-attributes): Move all the way
9503         forward (the third and final move).
9504         (gnus-agent-read-agentview): Trap reconstruction errors due to
9505         nonexistant directory.  Handle by returning nil.
9506
9507 2006-05-30  Didier Verna  <didier@xemacs.org>
9508
9509         * message.el (message-dont-reply-to-names): Update the custom type.
9510         * message.el (message-dont-reply-to-names): New defsubst: potentially
9511         convert a list of regexps into a single one.
9512         * message.el (message-get-reply-headers): Use it.
9513         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9514
9515 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9516
9517         * gnus-agent.el (directory-files-and-attributes): Move forward.
9518
9519 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9520
9521         * gnus-ml.el (gnus-mailing-list-subscribe)
9522         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9523         (gnus-mailing-list-message): Fix doc strings.
9524
9525 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9526
9527         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9528         of doing it manually.
9529
9530 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9531
9532         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9533         comment.
9534
9535 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9536
9537         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9538         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9539         (gnus-agent-read-local): All symbols allocated in my-obarray.
9540         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9541         (gnus-agent-regenerate-group): Check numeric names to see if they are
9542         messages or groups.
9543         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9544         better way of do this...)
9545
9546         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9547         'dummy.group' (there should be a better way of do this...)
9548
9549 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9552         (gnus-saved-headers): Ditto.
9553         (gnus-default-article-saver): Mention functions may have properties.
9554         (gnus-article-save): Override gnus-save-all-headers and
9555         gnus-saved-headers by :headers property which saver function may have.
9556         (gnus-summary-save-in-file): Add :headers property.
9557         (gnus-summary-write-to-file): Ditto.
9558
9559         * gnus-sum.el (gnus-summary-save-article): Bind
9560         gnus-prompt-before-saving to t when saving many articles in a file;
9561         always show all headers.
9562
9563         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9564
9565 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9566
9567         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9568         marks.
9569
9570         * message.el (message-indent-citation): Add optional arguments to allow
9571         using it outside of message buffers.
9572
9573         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9574         (gnus-article-treat-unfold-headers): Use it.
9575         (gnus-article-truncate-lines): New variable.
9576         (gnus-article-mode): Use it.
9577         (gnus-article-toggle-truncate-lines): New function.
9578
9579         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9580         gnus-article-toggle-truncate-lines.
9581
9582         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9583         coding system in XEmacs, use binary.
9584
9585 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9588         after-load-alist.
9589
9590         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9591         this function should save decoded articles.
9592         (gnus-summary-write-to-file): Use property to specify this function
9593         should save decoded articles and specify gnus-summary-save-in-file
9594         should be used to save articles other than the first one when saving
9595         many articles.
9596         (gnus-summary-save-body-in-file): Use property to specify this
9597         function should save decoded articles.
9598         (gnus-summary-write-body-to-file): Use property to specify this
9599         function should save decoded articles and specify
9600         gnus-summary-save-body-in-file should be used to save articles other
9601         than the first one when saving many articles.
9602
9603         * gnus-sum.el (gnus-summary-save-article): Simplify.
9604
9605 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9606
9607         * gnus-art.el (gnus-default-article-saver): Add
9608         gnus-summary-write-body-to-file.
9609         (gnus-article-save-coding-system): Don't use coding system object
9610         in XEmacs.
9611         (gnus-read-save-file-name): Add optional `dir-var' argument which
9612         specifies directory in which files are saved; work even if optional
9613         `variable' argument is not specified.
9614         (gnus-summary-write-to-file): Read file name.
9615         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9616         (gnus-summary-write-body-to-file): New function.
9617
9618         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9619         (gnus-summary-local-variables): Add it.
9620         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9621         (gnus-summary-save-article): Remove optional `decode' argument;
9622         determine whether to decode articles by the value of
9623         gnus-default-article-saver; when saving many files using
9624         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9625         it first and use gnus-summary-save-in-file or
9626         gnus-summary-save-body-in-file thereafter unless
9627         gnus-prompt-before-saving is always; move point to article which
9628         will be saved.
9629         (gnus-summary-save-article-file): Revert.
9630         (gnus-summary-write-article-file): Revert.
9631         (gnus-summary-save-article-body-file): Revert.
9632         (gnus-summary-write-article-body-file): New function.
9633
9634 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9635
9636         * gnus-art.el (gnus-default-article-saver): Doc fix.
9637         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9638         from gnus-summary-save-article-coding-system, and default to a
9639         certain coding system.
9640         (gnus-output-to-file): Add coding cookie and encode text according
9641         to gnus-article-save-coding-system; don't use mm-append-to-file.
9642
9643         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9644         gnus-art.el and rename to gnus-article-save-coding-system.
9645         (gnus-summary-save-article): Require gnus-art; don't show all
9646         headers if it decodes articles; don't add coding cookie here;
9647         don't bind mm-text-coding-system-for-write.
9648         (gnus-summary-save-article-file): Save decoded articles.
9649         (gnus-summary-write-article-file): When saving many files, use
9650         gnus-summary-write-to-file first and gnus-summary-save-in-file
9651         thereafter unless gnus-prompt-before-saving is always.
9652         (gnus-summary-save-article-body-file): Save decoded articles.
9653
9654         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9655
9656 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9657
9658         * nnrss.el (nnrss-check-group): Bind hash-index.
9659
9660 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9661
9662         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9663         its hash index.  Store this hash in `nnrss-group-data'.
9664         (nnrss-read-group-data): Update accordingly.
9665
9666 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9667
9668         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9669         entry.
9670
9671         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9672         gnus-article-browse-html-article.
9673
9674 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9675
9676         * gnus-sum.el (gnus-summary-mime-map): Add
9677         gnus-article-browse-html-article.
9678
9679         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9680
9681 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9682
9683         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9684         suitable coding systems in customize.
9685
9686 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9687
9688         * mail-source.el (mail-sources): Fix custom type.
9689
9690 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9691
9692         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9693         (gnus-summary-expire-articles-now): Shorten prompt.
9694
9695         * gmm-utils.el (wid-edit): Require.
9696         (defun-gmm): Renamed from `gmm-defun-compat'.
9697         (gmm-image-search-load-path): Use it.
9698         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9699
9700 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9701
9702         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9703         variable.
9704         (gnus-summary-save-article): Add optional `decode' argument.  If
9705         it is set and gnus-summary-save-article-coding-system is non-nil,
9706         save decoded article.
9707         (gnus-summary-write-article-file): Save decoded article if
9708         gnus-summary-save-article-coding-system is non-nil.
9709
9710         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9711         type.
9712
9713 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9716
9717 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9720         first to test gnus-single-article-buffer which may be buffer-local.
9721
9722         * gnus-sum.el (gnus-summary-setup-buffer): Make
9723         gnus-single-article-buffer buffer-local and nil in ephemeral
9724         group; make gnus-article-buffer, gnus-article-current, and
9725         gnus-original-article-buffer always buffer-local.
9726         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9727         group.
9728         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9729
9730 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9731
9732         * nnml.el (nnml-request-compact-group): Compressed files might not
9733         have .gz extension.
9734
9735 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9736
9737         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9738         (mm-copy-to-buffer): Use with-current-buffer.
9739         (mm-display-part): Simplify.
9740         (mm-inlinable-p): Add optional arg `type'.
9741
9742 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9743
9744         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9745         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9746         Try harder to show the attachment internally or externally using
9747         gnus-mime-view-part-as-type.
9748
9749 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9750
9751         * message.el (message-from-style, message-signature-separator)
9752         (message-user-organization-file, message-send-mail-function)
9753         (message-citation-line-function, message-yank-prefix)
9754         (message-indent-citation-function, message-signature)
9755         (message-signature-file, message-signature-insert-empty-line):
9756         Remove autoloads.
9757
9758         * gnus-art.el (gnus-buttonized-mime-types): Remove
9759         "multipart/signed".  Revert 2006-04-26 change.
9760
9761 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9762
9763         * gnus.el (gnus-version-number): Bump version.
9764
9765 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9766
9767         * gnus.el: No Gnus v0.5 is released.
9768
9769 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9770
9771         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9772         fetching articles by message-id.
9773
9774 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9775
9776         * message.el (hashcash): Require hashcash as normal.
9777
9778         * ecomplete.el (ecomplete-highlight-match-line): Use
9779         point-at-eol.
9780         (ecomplete-highlight-match-line): Use `highlight', because that
9781         face exists in both Emacs and XEmacs.
9782
9783         * message.el (message-display-abbrev): Use point-at-bol.
9784
9785         * mail-source.el: Don't require timer/timer-funcs.
9786
9787         * gnus-async.el: Ditto.
9788
9789         * password.el: Ditto.
9790
9791         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9792
9793         * mm-url.el: Ditto.
9794
9795         * gnus-xmas.el: Don't require timer-funcs.
9796
9797         * mm-util.el: Require timer/timer-funcs.
9798
9799 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9800
9801         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9802         Close.
9803
9804 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9807         unibyte after clear-decrypt function runs.
9808
9809         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9810         returns as a unibyte string.
9811
9812 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9813
9814         * lpath.el: Revert.
9815
9816         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9817         (pgg-gpg-process-sentinel): Revert.
9818
9819         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9820         (pgg-pgp-lookup-key): Revert.
9821
9822         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9823         (pgg-pgp5-lookup-key): Revert.
9824
9825         * pgg.el (pgg-fetch-key): Revert.
9826
9827 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9828
9829         * lpath.el: Fbind string-as-multibyte for XEmacs.
9830
9831         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9832         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9833         (mml1991-pgg-encrypt): Ditto.
9834
9835         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9836         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9837         a multibyte buffer.
9838
9839         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9840         (pgg-pgp-lookup-key): Ditto.
9841
9842         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9843         (pgg-pgp5-lookup-key): Ditto.
9844
9845         * pgg.el (pgg-fetch-key): Ditto.
9846
9847 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9848
9849         * message.el (message-user-organization-file): Check several
9850         locations of the organization file.
9851
9852         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9853         Add gnus-article-view-part-as-type.
9854
9855         * gnus-art.el (gnus-article-view-part-as-type): New function.
9856
9857         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9858         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9859
9860         * mml.el: Simplify autoload.
9861         (mml-mode): defvar dnd-protocol-alist instead of using
9862         symbol-value.
9863         (mml-default-directory): New variable.
9864         (mml-minibuffer-read-file): Use it.
9865         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9866
9867         * message.el (message-citation-line-format): New variable.
9868         (message-insert-formated-citation-line): New function.
9869         (message-citation-line-function): Add
9870         `message-insert-formated-citation-line' to custom type.
9871
9872         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9873         to doc string.
9874
9875         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9876         depending on mm-verify-option.
9877
9878 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9881         binding pgg-* variables; reimplement the section which prevents
9882         MIME header from being signed.
9883         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9884         pgg-text-mode; remove a blank line at the top of body.
9885
9886         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9887         lines at the top of body; use gnus-newsgroup-charset if there's no
9888         Charset header.
9889
9890 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9891
9892         * message.el (message-self-insert-commands): Doc fix.
9893
9894         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9895         (mm-uu-pgp-encrypted-test): Ditto.
9896         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9897         between header and body; return application/pgp-encrypted handle
9898         if decryption failed; decode decrypted body by charset.
9899
9900         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9901         element match to application/pgp-*.
9902
9903 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9904
9905         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9906         HTML.
9907
9908 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9909
9910         * mail-source.el (mail-source-call-script): Message the error
9911         string.
9912
9913 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9914
9915         * gnus-util.el (gnus-byte-compile): Use it.
9916
9917 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9918
9919         * gnus-util.el (kill-empty-logs): New function.
9920
9921 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9922
9923         * message.el (message-mail-alias-type): Doc fix.
9924         (message-mail-alias-type-p): New function.
9925         (message-send): Use it.
9926         (message-mode): Ditto.
9927         (message-strip-forbidden-properties): Ditto.
9928
9929         * ecomplete.el (ecomplete-database-file-coding-system): New
9930         variable.
9931         (ecomplete-save): Use it.
9932         (ecomplete-setup): Use it.
9933
9934 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9935
9936         * message.el (message-self-insert-commands): New variable.
9937         (message-strip-forbidden-properties): Use it.
9938
9939 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9940
9941         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9942         that doesn't make XEmacs choke.
9943
9944 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9945
9946         * gnus-util.el (gnus-replace-in-string):
9947         Prefer replace-regexp-in-string over of replace-in-string.
9948
9949 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * gnus-util.el (gnus-select-frame-set-input-focus):
9952         Use select-frame-set-input-focus if it is available in XEmacs; use
9953         definition defined in Emacs 22 for old Emacsen.
9954
9955         * dgnushack.el: Autoload unmorse-region for XEmacs.
9956
9957         * lpath.el: Bind cursor-in-non-selected-windows and
9958         select-frame-set-input-focus for XEmacs.
9959
9960 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9961
9962         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9963
9964 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9965
9966         * gnus-registry.el (gnus-registry-cache-save): Remove text
9967         properties when saving via the temp buffer.
9968
9969 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9970
9971         * message.el (message-generate-hashcash): Honor custom type.
9972
9973 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9974
9975         * message.el (message-generate-hashcash): Default to non-nil when
9976         hashcash is found.
9977
9978         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9979         (gnus-refer-thread-limit): Increase default to 500.
9980
9981         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9982
9983         * flow-fill.el (fill-flowed): Allow delete-space.
9984
9985 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9986
9987         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9988         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9989         Remove autoloads.
9990
9991 2006-04-18  Simon Josefsson  <jas@extundo.com>
9992
9993         * message.el (message-generate-hashcash): Default to.
9994
9995 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9996
9997         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9998         concatenating segments rather than before concatenating them.
9999
10000 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10001
10002         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10003
10004 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10005
10006         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10007
10008         * message.el (message-forward-make-body-plain): Allow
10009         message-forward-ignored-headers to be a list.
10010         (message-remove-ignored-headers): Factor out into function.
10011         (message-forward-make-body-mml): Use it.
10012
10013         * imap.el (imap-quote-specials): New function.
10014         (imap-login-auth): Quote specials.
10015
10016         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10017         (rfc2231-parse-string): Allow concatanation of parameters that
10018         aren't contiguous.  The test case is
10019           (mail-header-parse-content-type "message/external-body;
10020             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10021             access-type=LOCAL-FILE;
10022             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10023
10024 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10025
10026         * nntp.el (nntp-accept-process-output): Return the value of
10027         `nnheader-accept-process-output'.
10028
10029 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10030
10031         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10032         (gnus-button-alist): Recognize more diff formats.
10033         (gnus-button-patch): Strip directory.
10034
10035 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10036
10037         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10038         Emacs 22 when setting focus.
10039
10040 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10041
10042         * gnus-art.el (gnus-article-treat-types): Do treatment of
10043         text/x-verbatim parts.
10044         (gnus-button-patch): New command.
10045
10046         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10047         addresses that contain invalid characters.
10048
10049 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10050
10051         * message.el (message-put-addresses-in-ecomplete): Use
10052         gnus-replace-in-string.
10053         (message-is-yours-p): Use the more correct
10054         mail-header-parse-address instead of
10055         mail-extract-address-components.
10056         (message-put-addresses-in-ecomplete): Fix typo.
10057
10058         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10059         keystroke.
10060
10061         * gnus-art.el (gnus-treatment-function-alist): Change order of
10062         newsgroups/generic header folding to avoid double-folding.
10063
10064         * message.el (message-hidden-headers): Add X-Draft-From.
10065
10066         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10067         command.
10068         (gnus-summary-repeat-search-article-backward): New command.
10069
10070         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10071         groups in the parent topic.
10072
10073 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10074
10075         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10076         (spam-extra-header-to-number): Return the CRM114 number as a
10077         number instead of a string.
10078
10079 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10080
10081         * gnus-art.el (gnus-face-properties-alist): Moved here from
10082         gnus-fun.
10083
10084         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10085
10086 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10087
10088         * message.el (message-strip-forbidden-properties): Only display on
10089         self-insert-command.
10090
10091         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10092         reindent.
10093         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10094
10095 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10096
10097         * smiley.el (smiley-style): Fix typo.
10098
10099 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10100
10101         * hashcash.el (hashcash-insert-payment-async-2): Use
10102         message-goto-eoh instead of doing it manually.
10103         (mail-add-payment): Use message-narrow-to-header instead of trying
10104         to do the same itself.
10105
10106         * message.el (message-hidden-headers): Add Face.
10107
10108         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10109         reparenting code.
10110         (gnus-summary-reparent-children): Refactored out code.
10111         (gnus-summary-thread-map): New keystroke.
10112         (gnus-summary-reparent-children): Make into command.
10113
10114         * smiley.el (smiley-style): Default to `medium' if using a large
10115         font.
10116
10117         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10118         does it itself.
10119
10120         * message.el (message-point-in-header-p): Simplify definition.
10121
10122 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10123
10124         * nnagent.el (nnagent-request-set-mark): Silence log file
10125         writing.
10126         (nnagent-request-set-mark): Use write-region instead of
10127         append-to-file.
10128
10129         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10130         strange select method.
10131
10132         * ecomplete.el (ecomplete-display-matches): Get highlightling
10133         right.
10134         (ecomplete-display-matches): Use literals.
10135         (ecomplete-display-matches): Disable message logging.
10136
10137         * message.el (message-display-abbrev): Small optimization.
10138
10139         * ecomplete.el (ecomplete-display-matches): Allow automatic
10140         display.
10141
10142         * message.el (message-strip-forbidden-properties): Display
10143         abbrevs.
10144         (message-display-abbrev): Get automatic display right.
10145
10146         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10147         keystrokes.
10148
10149 2006-04-13  Romain Francoise  <romain@orebokech.com>
10150
10151         TODO: Backport to v5-10!
10152
10153         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10154         Moved here (and renamed) from gnus-registry.el.
10155
10156         * gnus-registry.el: Require gnus-util.
10157         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10158
10159 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10160
10161         * gnus-group.el (gnus-group-catchup-current): Change
10162         if-then-else-if-then-else into cond.
10163         (gnus-group-catchup): Indent.
10164         (group-name-at-point): New function.
10165         (gnus-fetch-group): Provide default from thing at point.
10166
10167 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10168
10169         * message.el (message-display-abbrev): Fix regexp.
10170
10171         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10172         choosing.
10173         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10174         dead variables.
10175
10176         * message.el (message-newline-and-indent): Remove debugging.
10177         (message-display-abbrev): Use new implementation.
10178
10179 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10180
10181         * gnus-art.el (gnus-article-mode): Set
10182         cursor-in-non-selected-windows to nil.
10183
10184         * smiley.el: Revert previous change.
10185         (smiley-data-directory): defvar it before using it in the
10186         defcustom of `smiley-style'.
10187
10188 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10189
10190         * message.el (message-newline-and-indent): New function.
10191
10192         * ecomplete.el: Implement more bits.
10193
10194         * message.el (message-put-addresses-in-ecomplete): Clean up the
10195         string.
10196
10197         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10198
10199         * gnus-sum.el (gnus-summary-save-parts): Bind
10200         gnus-summary-save-parts-counter and use it to make unique file
10201         names.
10202
10203         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10204
10205         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10206         parameter to say whether to actually parse the individual
10207         addresses.
10208
10209         * message.el (message-put-addresses-in-ecomplete): New function.
10210         (ecomplete): Require.
10211         (message-mail-alias-type): Add ecomplete as an option.
10212
10213 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10214
10215         * flow-fill.el (fill-flowed): Remove trailing space from blank
10216         quoted lines.
10217
10218 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10219
10220         * smiley.el (smiley-style): Move definition later to avoid a
10221         compilation warning.
10222
10223 2006-04-12  Kenichi Handa  <handa@m17n.org>
10224
10225         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10226         buffer and then decode the buffer text if necessary.
10227         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10228         first, and after mm-encode-body, change the buffer to unibyte.
10229         Use mm-disable-multibyte instead of set-buffer-multibyte.
10230
10231 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10234         Content-Type header instead of Content-Disposition header.
10235         (gnus-mime-inline-part): Ditto.
10236         (gnus-mime-view-part-as-charset): Ignore charset that the part
10237         specifies.
10238
10239         * mm-decode.el (mm-display-part): Work with external parts and
10240         usual parts similarly.
10241
10242         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10243         instead of gnus-display-mime.
10244
10245         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10246         instead of with-temp-buffer.
10247
10248         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10249         tag to summarized topics part in order to encode non-ASCII text.
10250
10251 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10252
10253         * smiley.el (smiley-style): New variable.
10254         (smiley-directory): New function.
10255         (smiley-data-directory): Derive from `smiley-style' using
10256         `smiley-directory'.
10257         (smiley-regexp-alist): Add new entries.
10258
10259         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10260         (gnus-article-browse-delete-temp): Add :version.
10261
10262 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10263
10264         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10265         the sieve region.
10266
10267 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10268
10269         * gnus.el (gnus-version-number): Bump version.
10270
10271 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10272
10273         * gnus.el: No Gnus v0.4 is released.
10274
10275 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10276
10277         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10278         layout.
10279
10280         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10281         unknown charset.
10282
10283         * message.el (message-header-synonyms): Add Original-To to the
10284         default.
10285
10286         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10287         optional parameter.
10288
10289 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10290
10291         * gnus-fun.el (gnus): Require it for gnus-directory.
10292
10293 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10296
10297 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10298
10299         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10300
10301 2006-04-05  Simon Josefsson  <jas@extundo.com>
10302
10303         * password.el (password-reset): New function.
10304
10305 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10306
10307         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10308         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10309
10310 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10311
10312         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10313         Some whitespace was matched into the url, which broke browsing hits
10314         > 100 when mm-url-use-external was nil.
10315
10316 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10317
10318         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10319         gnus-extra-headers for 'Newsgroups.
10320
10321         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10322         bound.
10323
10324 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10325
10326         * pgg-gpg.el: Clean up process buffers every time gpg processes
10327         complete.
10328
10329 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10330
10331         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10332         doc string.
10333
10334 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10335
10336         * pgg-gpg.el (pgg-gpg-process-filter)
10337         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10338
10339         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10340         lines, temporary fix.
10341
10342 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10343
10344         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10345
10346 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10347
10348         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10349         default-enable-multibyte-characters.  This reverts the change from
10350         revision 6.17 which is no longer necessary because the passphrase
10351         is sent separately now.  GnuPG messages are unreadable under
10352         multibyte locales with default-enable-multibyte-characters set to
10353         nil.
10354
10355 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10356
10357         * message.el (message-tool-bar-gnome): Move "spell".
10358
10359 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10360
10361         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10362         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10363         instead.
10364
10365 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10366
10367         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10368         newsgroups handling for NNTP overviews which don't include
10369         Newsgroups.
10370
10371 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10372
10373         * message.el (message-resend): Bind message-generate-hashcash to nil.
10374
10375 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10376
10377         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10378         when searching for already-paid recipients.
10379
10380 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10381
10382         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10383         passphrases when it is not needed.
10384         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10385         passphrase stuff from gpg, should only be necessary when you use
10386         gpg with a smartcard.
10387
10388 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10389
10390         * mml.el (mml-insert-mime): Ignore cached contents of
10391         message/external-body part.
10392
10393         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10394         (mm-insert-part): Ditto.
10395
10396 2006-03-23  Simon Josefsson  <jas@extundo.com>
10397
10398         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10399         Reiner.
10400         (pgg-gpg-use-agent-p): Use it again.
10401
10402 2006-03-23  Simon Josefsson  <jas@extundo.com>
10403
10404         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10405         older emacsen.
10406         (pgg-gpg-use-agent-p): Don't use it.
10407
10408 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10409
10410         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10411         if we can.
10412
10413 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10414
10415         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10416         (pgg-gpg-update-agent): New function.
10417         (pgg-gpg-use-agent-p): New function.
10418         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10419         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10420         (pgg-gpg-sign-region): Use it.
10421
10422 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10423
10424         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10425         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10426
10427 2006-03-21  Simon Josefsson  <jas@extundo.com>
10428
10429         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10430         <wilde@sha-bang.de>.
10431         (pgg-gpg-use-agent): New variable.
10432         (pgg-gpg-process-region): Use it.
10433         (pgg-gpg-encrypt-region): Likewise.
10434         (pgg-gpg-encrypt-symmetric-region): Likewise.
10435         (pgg-gpg-decrypt-region): Likewise.
10436         (pgg-gpg-sign-region): Likewise.
10437         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10438
10439 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10440
10441         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10442
10443         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10444         Add comment on version.
10445
10446 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10447
10448         * smiley.el: Add missing test smiley.
10449
10450 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10451
10452         * mm-decode.el (mm-with-part): New macro.
10453         (mm-get-part): Use it; work with message/external-body as well.
10454         (mm-save-part): Treat name and filename equally.
10455
10456         * mm-extern.el (mm-extern-cache-contents): New function.
10457         (mm-inline-external-body): Use it; force the part to be displayed;
10458         move undisplayer added to the cached handle to the parent.
10459
10460         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10461         (gnus-mime-view-part-as-type): Work with message/external-body.
10462
10463         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10464
10465 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10466
10467         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10468         images in image-load-path.  [Sync with image.el, revision 1.60, in
10469         Emacs.]
10470
10471 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10472
10473         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10474         path rather than symbol.  Always return list of directories.
10475         Guarantee that image directory comes first.  [Sync with image.el,
10476         revision 1.59, in Emacs.]
10477
10478         * message.el (message-make-tool-bar): Adjust to new API of
10479         `gmm-image-load-path-for-library'.
10480
10481         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10482
10483         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10484
10485 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10486
10487         * gnus-art.el (gnus-article-only-boring-p):
10488         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10489         intangible text.
10490         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10491
10492 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10493
10494         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10495         `defun' instead of `gmm-defun-compat'.
10496
10497 2006-03-14  Simon Josefsson  <jas@extundo.com>
10498
10499         * message.el (message-unique-id): Don't use message-number-base36
10500         if (user-uid) is a float.
10501         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10502
10503 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10504
10505         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10506
10507         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10508         empty line between a part and a message part.
10509
10510 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10511
10512         * smiley.el: Add more test smileys.
10513         (smiley-data-directory, smiley-regexp-alist)
10514         (gnus-smiley-file-types): Fix doc strings.
10515         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10516         adding new elements.
10517         (smiley-mouse-map): Unused code.  Make it a comment.
10518
10519 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10520
10521         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10522         scan latest NoCeM messages instead of old ones.
10523         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10524         delimiters that are recently used.
10525         (gnus-nocem-load-cache): Add autoload cookie.
10526
10527         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10528
10529         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10530         level which is larger than gnus-use-nocem is specified.
10531
10532         * gnus-group.el (gnus-group-get-new-news): Ditto.
10533
10534 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10535
10536         * gnus-util.el (gnus-tool-bar-update): New function.
10537
10538         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10539         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10540
10541         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10542
10543         * gnus-group.el (gnus-group-redraw-when-idle)
10544         (gnus-group-redraw-check): Remove.
10545         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10546
10547 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10548
10549         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10550         if optional last element is specified in splits (FIELD VALUE...).
10551
10552 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10553
10554         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10555         to gmm-image-load-path-for-library.  Call with no-error argument.
10556         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10557
10558         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10559
10560         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10561
10562         * gmm-utils.el (gmm-image-load-path): Remove alias.
10563
10564 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10565
10566         * gmm-utils.el (gmm-image-load-path): Add alias.
10567
10568         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10569         nnml-generate-nov-databases-1.
10570         (nnml-generate-nov-databases): Use it.
10571         (nnml-generate-nov-databases-directory): Document no-active
10572         argument.
10573
10574         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10575         directory if path is t.  Add no-error.
10576
10577         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10578         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10579
10580         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10581         resetting gnus-article-browse-html-temp-list.
10582
10583         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10584         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10585         Add example to docstring.  Rename local variables.  Move error
10586         checks to default case in cond and simplify.
10587
10588 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10591         handle is multipart when calling it recursively.
10592         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10593
10594 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10595
10596         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10597         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10598
10599 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10602         is loaded.
10603
10604         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10605         loaded.
10606
10607 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10608
10609         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10610         to "Emacs 23 (unicode)" in doc string.
10611
10612         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10613         "Emacs 23 (unicode)" in comment.
10614
10615 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10618
10619         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10620         characters 160 through 255 in Emacs 23.
10621
10622 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10623
10624         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10625         gnus-article-browse-html-temp.
10626         (gnus-article-browse-delete-temp): Make it customizable.  Add
10627         `file'.  Adjust doc string.
10628         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10629         query for each file.  Adjust doc string.
10630         (gnus-article-browse-html-parts): Add
10631         `gnus-article-browse-delete-temp-files' to
10632         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10633
10634 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10635
10636         * gnus-art.el (gnus-article-browse-html-temp)
10637         (gnus-article-browse-delete-temp): New variables.
10638         (gnus-article-browse-delete-temp-files): New function.
10639         (gnus-article-browse-html-parts): Use it.
10640
10641 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10642
10643         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10644
10645         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10646         string.
10647
10648         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10649         gnus-summary-insert-new-articles when unplugged.  Remove
10650         gnus-summary-search-article-forward.
10651
10652         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10653         display-visual-class instead of display-color-cells.
10654
10655 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10656
10657         * dgnushack.el: Autoload customize-group for XEmacs.
10658
10659         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10660         message/* containing non-ASCII text properly.
10661
10662 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10663
10664         * message.el: Require gmm-utils, remove autoloads.
10665         (message-tool-bar): Set default based on
10666         gmm-tool-bar-style.
10667         (message-tool-bar-gnome): Add gmm-customize-mode.
10668
10669         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10670         gmm-tool-bar-style.
10671         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10672
10673         * gnus-group.el (gnus-group-tool-bar): Set default based on
10674         gmm-tool-bar-style.
10675         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10676
10677         * gmm-utils.el (gmm-image-directory): Rename variable from
10678         gmm-image-load-path.
10679         (gmm-image-load-path): Use gmm-image-directory.
10680         (gmm-customize-mode): New function.
10681         (gmm-tool-bar-style): New variable.
10682
10683         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10684         gnus-group-redraw-line-number.
10685         (gnus-group-redraw-check): Simplify.
10686         (gnus-group-tool-bar-update): Remove redraw check.
10687         (gnus-group-make-tool-bar): Add redraw check.
10688
10689 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10690
10691         * gnus-art.el (gnus-button): Add missing parentheses.
10692
10693 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10694
10695         * lpath.el: Fbind line-number-at-pos.
10696
10697 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10700
10701 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10702
10703         * gnus-art.el (gnus-button): New face.
10704         (gnus-article-button-face): Use it.
10705
10706         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10707         gnus-summary-next-page.  Re-order.
10708
10709         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10710         next-node are now included.
10711         (gnus-group-redraw-line-number): New internal variable.
10712         (gnus-group-redraw-check): Helper function for updating the tool
10713         bar.
10714         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10715
10716         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10717
10718         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10719         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10720         Use it to match format of Spamassassin 3.0 and later.  Reported by
10721         IRIE Tetsuya <irie@t.email.ne.jp>.
10722         (spam-check-bogofilter)
10723         (spam-bogofilter-register-with-bogofilter): Fix args of
10724         `gnus-error' calls.
10725
10726 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10727
10728         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10729         unnecessary interaction when sending queued mails.  Reported by
10730         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10731
10732 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10733
10734         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10735         first or last are nil.
10736
10737 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10738
10739         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10740
10741 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10742
10743         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10744
10745 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10746
10747         * dns.el (query-dns): Protect more against buggy tcp output.
10748
10749 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10750
10751         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10752         nov.php.
10753
10754 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10755
10756         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10757         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10758         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10759         output on the server side.
10760         (nnweb-google-create-mapping): Update regexps and add some
10761         progress indication.
10762
10763 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10764
10765         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10766         gnus-agent-toggle-plugged.  Re-order icons.
10767         (gnus-group-tool-bar-gnome): Add
10768         gnus-group-{prev,next}-unread-group.
10769         (gnus-group-tool-bar-gnome): Re-order icons.
10770
10771         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10772         gnus-summary-insert-new-articles.
10773
10774         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10775         comments.
10776
10777         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10778         also available in Emacs 21.3.
10779
10780         * message.el (message-fix-before-sending): Change "Emacs 22" to
10781         "Emacs 23 (unicode)" in comment.
10782
10783         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10784         "Emacs 23 (unicode)" in comment.
10785
10786         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10787         comment.
10788         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10789
10790         * mm-view.el (mm-fill-flowed): Add :version.
10791
10792 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10795         and load-path.
10796
10797 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10798
10799         * message.el: Autoload gmm-image-load-path.
10800         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10801         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10802         consitency.
10803
10804         * gmm-utils.el (gmm-image-load-path): Also search in
10805         "../etc/images".  Don't set gmm-image-load-path if we don't find
10806         the image.
10807
10808 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10809
10810         * gmm-utils.el (gmm-image-load-path): Don't make
10811         `gmm-image-load-path' include subdirectories which the second arg
10812         `image' might specify.
10813
10814         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10815         subdirectory to icon file names.
10816
10817         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10818
10819 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10820
10821         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10822         gmm-image-load-path calls.
10823
10824         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10825
10826         * message.el (message-make-tool-bar): Ditto.
10827
10828         * mml.el (mml-preview): Added comment concerning tool bar icons.
10829
10830         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10831         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10832
10833         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10834         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10835
10836         * message.el (message-tool-bar-gnome): Use new icon names.
10837         (message-make-tool-bar): Use `gmm-image-load-path'.
10838
10839         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10840         functions from MH-E.
10841         (gmm-image-load-path): New variable from MH-E.
10842         (gmm-image-load-path): New function from MH-E.  Added arguments
10843         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10844         *-image-load-path-called-flag.
10845
10846 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10847
10848         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10849
10850 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10851
10852         * nnimap.el (nnimap-request-move-article): Change folder back to
10853         source group before deleting.
10854
10855 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10856
10857         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10858
10859         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10860         mm-url.
10861
10862         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10863
10864 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10867         coding system which mm-charset-to-coding-system returns for a
10868         given charset is valid.
10869
10870 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10871
10872         * html2text.el (html2text-remove-tag-list):
10873         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10874
10875 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10876
10877         * gnus-cus.el: Revert 2005-10-17 change.
10878
10879 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10880
10881         * gnus-art.el (article-strip-banner): Call
10882         article-really-strip-banner only when the regexp match is made.
10883
10884 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10885
10886         * gnus-art.el (article-strip-banner): Use
10887         gnus-extract-address-components instead of
10888         mail-header-parse-addresses to make it work with non-ASCII text;
10889         remove mail-encode-encoded-word-string.
10890
10891         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10892         values which are surrounded with \"...\"; make it never cause a
10893         Lisp error; give up parsing of parameters if it failed in
10894         extracting type.
10895
10896 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10897
10898         * smime.el (smime-cert-by-ldap-1): Fix bug where
10899         `smime-ldap-search' returns results without userCertificates.
10900
10901 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10904
10905 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10906
10907         * spam.el (spam-check-spamassassin-headers): Adapt format for
10908         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10909         <ari@mbf.ocn.ne.jp>.
10910         (spam-list-of-processors): Add spam-use-gmane.
10911
10912 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10913
10914         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10915         make-temp-file; make it work with XEmacs as well.
10916
10917         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10918         mm-make-temp-file.
10919
10920         * mm-decode.el (mm-display-external): Use the 3rd arg of
10921         mm-make-temp-file.
10922         (mm-create-image-xemacs): Ditto.
10923
10924 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10925
10926         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10927         with message-narrow-to-headers.
10928         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10929         (gnus-draft-check-draft-articles): New function.
10930         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10931
10932 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10933
10934         * gnus-art.el (gnus-article-browse-html-parts):
10935         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10936         Don't use suffix argument for mm-make-temp-file for Emacs 21
10937         compatibility.  Remove useless `format'.
10938
10939 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10940
10941         * nnweb.el (nnweb-google-wash-article): Update regexps.
10942         (nnweb-group-alist): Use defvoo instead of defvar.
10943
10944 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10945
10946         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10947         re-loading nn* modules.
10948
10949 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10950
10951         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10952         for `tool-bar-mode' and don't check it's default-value.
10953
10954         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10955
10956         * message.el (message-make-tool-bar): Ditto.
10957
10958         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10959         `substring'.  Shorten tmp-file name.
10960
10961         * gnus.el: Remove bogus comment.
10962
10963 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10964
10965         * gnus-art.el (gnus-article-browse-html-parts): New function.
10966         (gnus-article-browse-html-article): New function for viewing html
10967         articles with a browser.
10968
10969 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10970
10971         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10972         in elisp.
10973         (pgg-gpg-encrypt-symmetric-region): Ditto.
10974         (pgg-gpg-sign-region): Ditto.
10975
10976         * pgg-def.el (pgg-text-mode): New variable.
10977
10978         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10979         (mml2015-pgg-encrypt): Ditto.
10980
10981         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10982         (mml1991-pgg-encrypt): Ditto.
10983
10984 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10987         message-make-date instead of current-time-string.
10988
10989         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10990         to gnus-decoded which mm-uu might set.
10991
10992 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10995         don't decode quoted parameters; remove misimported Emacs code.
10996         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10997         (rfc2231-decode-encoded-string): Don't use split-string which
10998         behaves differently according to Emacs version; use
10999         mm-decode-coding-region to convert charset to coding-system.
11000         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11001         (rfc2231-encode-string): Remove misimported Emacs code.
11002
11003 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11004
11005         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11006         when calling mail-header-parse-content-type.
11007         (article-de-quoted-unreadable): Ditto.
11008         (article-de-base64-unreadable): Ditto.
11009         (article-wash-html): Ditto.
11010
11011         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11012         calling mail-header-parse-content-type and
11013         mail-header-parse-content-disposition.
11014         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11015         mail-header-parse-content-type.
11016
11017         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11018         insert charset and format parameters; encode description after
11019         inserting it to buffer.
11020         (mml-insert-parameter): Fold lines properly even if a parameter is
11021         segmented into two or more lines; change the max column to 76.
11022
11023         * rfc1843.el (rfc1843-decode-article-body): Don't use
11024         ignore-errors when calling mail-header-parse-content-type.
11025
11026         * rfc2231.el (rfc2231-parse-string): Return at least type if
11027         possible; don't cause an error even if it fails in parsing of
11028         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11029         (rfc2231-encode-string): Don't break lines at the beginning, leave
11030         it to mml-insert-parameter.
11031
11032         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11033         calling mail-header-parse-content-type.
11034
11035 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11036
11037         * spam-report.el (spam-report-gmane-use-article-number):
11038         Improve doc string.
11039         (spam-report-gmane-internal): Check if a suitable header was found
11040         in the article.
11041
11042 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11045         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11046
11047 2006-02-05  Romain Francoise  <romain@orebokech.com>
11048
11049         Update copyright notices of all files in the gnus directory.
11050
11051 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11052
11053         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11054
11055 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11058         segmented lines of parameter value to cope with Thunderbird 1.5
11059         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11060         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11061         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11062
11063 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11064
11065         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11066         parts.
11067
11068 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11069
11070         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11071         there's only one active file for all servers.
11072         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11073         solid groups.  Gnus might have used a FAST request to select the group.
11074         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11075         and nnweb-search redundantly in the active file.
11076         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11077         (nnweb-request-create-group): Don't use ARGS.
11078         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11079         initialisations.  Let nnoo do the work.
11080
11081 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11082
11083         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11084         Say the part has been decoded.
11085
11086         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11087
11088 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11089
11090         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11091         mailcap-viewer-test-cache when there's no 'test clause, since that
11092         will invert the meaning of a "nil" test previously determined by
11093         mailcap-mailcap-entry-passes-test.
11094
11095 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11096
11097         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11098         compiling.
11099
11100         * gnus-sum.el: Ditto.
11101
11102         * message.el: Don't bind tool-bar-map when compiling.
11103
11104 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11105
11106         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11107
11108 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11109
11110         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11111         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11112         current Google Groups.
11113
11114 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11115
11116         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11117         and tool-bar-mode.
11118
11119         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11120         and tool-bar-mode.
11121
11122         * message.el (message-tool-bar-update): Simplify.
11123         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11124
11125         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11126         gnus-summary-buffer.
11127         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11128         gnus-summary-reply.
11129
11130         * gmm-utils.el (gmm): Add :version.
11131
11132 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * Makefile.in (clean): New rule.
11135         (distclean): Use it.
11136
11137 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11138
11139         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11140         autoload.
11141
11142 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * gmm-utils.el (gmm-verbose): Add :group.
11145
11146 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11147
11148         * message.el: Change some comments WRT tool-bars.
11149
11150         * gnus-sum.el (gnus-summary-tool-bar)
11151         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11152         (gnus-summary-tool-bar-zap-list): New variables.
11153         (gnus-summary-make-tool-bar): Complete rewrite using
11154         `gmm-tool-bar-from-list'.
11155
11156         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11157         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11158         variables.
11159         (gnus-group-make-tool-bar): Complete rewrite using
11160         `gmm-tool-bar-from-list'.
11161         (gnus-group-tool-bar-update): New function.
11162
11163         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11164
11165 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11168         is dissected into a single part of which the type is the same as
11169         the given one; decode charset.
11170
11171 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11172
11173         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11174         into alists as symbol not string, since that's what
11175         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11176         look for.
11177
11178 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11179
11180         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11181         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11182
11183         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11184
11185 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11186
11187         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11188         (gnus-xmas-mime-security-button-menu): New function.
11189
11190         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11191         (gnus-mime-security-button-menu): New definition.
11192         (gnus-mime-security-button-map): Use them.
11193         (gnus-mime-security-button-menu): New function.
11194         (gnus-insert-mime-security-button): Addition to help echo.
11195         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11196         (gnus-mime-security-pipe-part): New functions.
11197
11198         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11199         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11200
11201         * mm-decode.el (mm-handle-set-disposition): Remove.
11202         (mm-handle-set-description): Remove.
11203
11204 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11205
11206         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11207         (mm-w3m-standalone-supports-m17n-p): New function.
11208         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11209         w3m usage.
11210
11211         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11212         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11213
11214 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11215
11216         * message.el (message-tool-bar-zap-list): Use
11217         gmm-tool-bar-zap-list as custom type.
11218         (message-tool-bar-update): New function.
11219         (message-tool-bar, message-tool-bar-gnome)
11220         (message-tool-bar-retro): Add message-tool-bar-update.
11221         (message-tool-bar-gnome): Add flyspell-buffer.
11222
11223         * gnus-util.el (gnus-error): Describe `args'.
11224
11225         * gmm-utils.el (gmm-error): Describe `args'.
11226         (gmm-tool-bar-zap-list): New widget.
11227         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11228
11229 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11230
11231         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11232         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11233         the number of recursive calls.
11234
11235         * mm-decode.el (mm-handle-set-disposition): New macro.
11236         (mm-handle-set-description): New macro.
11237
11238 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11239
11240         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11241         encoding.
11242
11243 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11244
11245         * message.el (message-tool-bar-zap-list, message-tool-bar)
11246         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11247         (message-tool-bar-local-item-from-menu): Remove.
11248         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11249         (message-make-tool-bar): New function.
11250         (message-mode): Use `message-make-tool-bar'.
11251
11252         * gmm-utils.el: New file.
11253         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11254         (gmm-lazy): New widget copied from `nnmail.el'.
11255         (gmm-tool-bar-from-list): New function for creating customizable
11256         tool bars.
11257         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11258         output.
11259         (gmm): Add :prefix to defgroup.
11260
11261 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11262
11263         * gmm-utils.el (gmm-widget-p): New function.
11264
11265 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11266
11267         * mml.el (mml-attach-file): Describe `description' in doc string.
11268         (mml-menu): Add Emacs MIME manual and PGG manual.
11269
11270 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11271
11272         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11273
11274 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11275
11276         * nntp.el (nntp-end-of-line): Doc fix.
11277
11278 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11279
11280         * imap.el (imap-open): Handle case where buffer is a buffer
11281         object.
11282
11283 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11284
11285         * gnus-delay.el (gnus-delay): Don't autoload.
11286         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11287         to be re-loaded when customizing the `gnus-delay' group.
11288
11289 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11290
11291         * message.el (message-insert-citation-line): Use newlines.
11292
11293 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11294
11295         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11296         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11297         these routines, so the passphrase can be managed externally and
11298         passed in to the system.
11299         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11300         pgg-add-passphrase-to-cache function.
11301
11302         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11303         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11304         these routines, so the passphrase can be managed externally and
11305         passed in to the system.
11306         (pgg-pgp5-sign-region): Use new name of
11307         pgg-add-passphrase-to-cache function.
11308
11309 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11310
11311         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11312         part of the decoded armor to find the key-identifier.
11313         (pgg-gpg-lookup-key-owner): New function to return the
11314         human-readable identifier of a key owner.
11315         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11316         itself.
11317         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11318         the key value) if we have a key and can match it against a secret
11319         key.  Also, added a note pointing out fact that the prompt only
11320         indicates the first matching key.
11321
11322         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11323         pgg-decrypt-region.
11324         (pgg-add-passphrase-to-cache): Rename from
11325         `pgg-add-passphrase-cache' to reduce confusion (all callers
11326         changed).
11327         (pgg-remove-passphrase-from-cache): Rename from
11328         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11329         changed).
11330         (pgg-read-passphrase, pgg-add-passphrase-cache)
11331         (pgg-remove-passphrase-cache): Add informative docstrings.
11332         (pgg-decrypt): Convey provided passphrase in subordinate call to
11333         pgg-decrypt-region.
11334
11335 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11336
11337         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11338         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11339         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11340         'passphrase' argument, so the passphrase can be managed externally
11341         and then passed in to the system.
11342
11343         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11344         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11345         so the passphrase cache can be used reliably with identifiers
11346         besides a pgp packet's key id.
11347
11348         * pgg-gpg.el (pgg-gpg-encrypt-region)
11349         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11350         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11351         these routines, so the passphrase can be managed externally and
11352         passed in to the system.
11353
11354         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11355         'notruncate' argument, so the passphrase cache can be used
11356         reliably with identifiers besides a pgp packet's key id.
11357
11358 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11359
11360         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11361         symmetric encryption.
11362         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11363         encrypted session key.
11364         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11365         message ask for the passphrase in a proper way.
11366
11367         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11368         New user commands for symmetric encryption.
11369
11370 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11373
11374         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11375
11376 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11377
11378         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11379
11380 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11381
11382         * mm-decode.el (mm-inlined-types): Add application/pgp.
11383         (mm-automatic-display): Ditto.
11384
11385         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11386         part as text.
11387
11388 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * nnrss.el: Update copyright.
11391         (nnrss-opml-import): Query whether to subscribe to each entry.
11392
11393         * gnus-art.el:
11394         * gnus-sum.el:
11395         * gnus-xmas.el:
11396         * messagexmas.el:
11397         * mm-uu.el:
11398         * mm-view.el: Update copyright.
11399
11400 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * message.el (message-info): New function.
11403         (message-mode-menu): Add it.
11404         Update copyright.
11405
11406         * ChangeLog: Fix and update copyright.
11407
11408 2006-01-13  Romain Francoise  <romain@orebokech.com>
11409
11410         * message.el (message-forward-subject-name-subject): Prefer the
11411         address to 'nowhere' if the sender has no name.
11412         Fix typo.  Update copyright year.
11413
11414 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * gnus-art.el (article-wash-html): Use
11417         gnus-summary-show-article-charset-alist if a numeric arg is given.
11418         (gnus-article-wash-html-with-w3m-standalone): New function.
11419
11420         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11421         mm-inline-text-html-render-with-w3m-standalone.
11422         (mm-text-html-washer-alist): Map w3m-standalone to
11423         gnus-article-wash-html-with-w3m-standalone.
11424         (mm-inline-text-html-render-with-w3m-standalone): New function.
11425
11426 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11427
11428         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11429         Improve LaTeX.
11430
11431 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11434         (nnrss-request-article): Render text/plain parts as HTML.
11435
11436         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11437         the buffer.
11438
11439 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11440
11441         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11442         custom definition of `gnus-posting-styles'.
11443
11444         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11445         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11446
11447 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11448
11449         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11450         Use nntp for bug archive.
11451
11452 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11453
11454         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11455         parts.
11456         (nnrss-normalize-date): New function converts ISO 8601 date into
11457         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11458         (nnrss-check-group): Use it.
11459
11460 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11463
11464         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11465         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11466         (nnrss-insert-w3): Ditto.
11467
11468 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11471         the articles to be forwarded including the case where neither a
11472         number of articles nor a region is specified.
11473
11474 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11475
11476         * nnrss.el (nnrss-request-article): Fix last change; fill
11477         text/plain parts.
11478
11479 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11480
11481         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11482         in text/plain part.
11483         (nnrss-check-group): Don't add excessive newline to dc:subject.
11484
11485 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11486
11487         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11488         article.
11489
11490 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11491
11492         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11493         (nnml-use-compressed-files, nnml-save-mail): Support other
11494         comression programs such as bzip2.
11495
11496 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11497
11498         * dns.el (query-dns): Make sure we check the buffer size before
11499         removing tcp headers.
11500
11501 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11504         remove MIME buttons associated with multipart/alternative parts.
11505         (gnus-mime-display-alternative): Tag buttons using `article-type'
11506         text property.
11507
11508         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11509         associated with multipart/alternative parts.
11510
11511         * gnus-art.el (gnus-signature-separator): Fix custom type.
11512
11513         * mm-decode.el (mm-inlined-types): Fix custom type.
11514         (mm-keep-viewer-alive-types): Ditto.
11515         (mm-automatic-display): Ditto.
11516         (mm-attachment-override-types): Ditto.
11517         (mm-inline-override-types): Ditto.
11518         (mm-automatic-external-display): Ditto.
11519
11520 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11521
11522         * spam-report.el (spam-report-user-mail-address)
11523         (spam-report-user-agent): New variables.
11524         (spam-report-url-ping-plain): Use spam-report-user-agent.
11525
11526 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11527
11528         * gnus-art.el (gnus-button-handle-custom): Do not just use
11529         `customize-apropos' for any "M-x customize-*" button but the
11530         function called for.  Accept both the function name and its
11531         argument in order to achieve this.
11532         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11533         function name to `gnus-button-handle-custom' in case of "M-x
11534         customize-*" buttons.
11535
11536 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11537
11538         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11539         multipart/alternative and add xref to mm-discouraged-alternatives
11540         in doc string.
11541
11542         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11543         gnus-buttonized-mime-types in doc string.
11544
11545 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11546
11547         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11548         Suggest image/.* in the doc string.
11549
11550 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11551
11552         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11553         message-marks (Debian bug #342521).
11554
11555 2005-12-12  Simon Josefsson  <jas@extundo.com>
11556
11557         * password.el (password-read-from-cache): Add.
11558         (password-read): Use it.
11559
11560 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11561
11562         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11563         us-ascii as a MIME charset.
11564
11565         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11566         against the case where the 2nd arg TYPE is nil.
11567
11568 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11569
11570         * pop3.el (pop3-stream-type): Fix custom version.
11571
11572         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11573
11574 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11575
11576         * mm-decode.el (mm-display-external): Add missing cdr.
11577
11578 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11581         RFC1524) if it is in mailcap or add a suffix according to
11582         mailcap-mime-extensions when generating a temp filename; postpone
11583         deleting a temp file for 2 seconds for some wrappers, shell
11584         scripts, and so on, which might exit right after having started a
11585         viewer command as a background job.
11586
11587 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11588
11589         * nntp.el (nntp-marks-directory): Fix custom group.
11590
11591         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11592         steps when < 10.
11593
11594         * gnus-start.el (gnus-no-server-1): Mention
11595         `gnus-level-default-subscribed' in doc string.
11596
11597 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11598
11599         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11600         parens.
11601
11602 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11603
11604         * gnus-xmas.el (gnus-use-toolbar): Revert.
11605         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11606         gnus-use-toolbar is default.
11607
11608         * messagexmas.el (message-use-toolbar): Revert.
11609         (message-setup-toolbar): Use global default-toolbar if
11610         message-use-toolbar is default.
11611
11612 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11613
11614         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11615         according to default-toolbar-visible-p.
11616
11617         * messagexmas.el (message-use-toolbar): Ditto.
11618
11619 2005-11-26  Dave Love  <fx@gnu.org>
11620
11621         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11622         (tls-program, tls-success): Provide openssl alternative.
11623
11624         * starttls.el: Doc fixes.
11625         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11626         SERVICE to PORT.
11627
11628         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11629         port null or service name.
11630         (starttls-negotiate): Autoload.
11631
11632 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * message.el (message-kill-to-signature): Fix interactive spec.
11635
11636 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11637
11638         * pop3.el (pop3-open-server): Recognize a string as a service name.
11639
11640 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11641
11642         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11643
11644 2005-11-23  Dave Love  <fx@gnu.org>
11645
11646         Add pop3s, pop3/starttls.
11647
11648         * pop3.el (pop3-authentication-scheme): Clarify doc.
11649         (open-tls-stream, starttls-open-stream): Autoload.
11650         (pop3-stream-type): New.
11651         (pop3-open-server): Use it.
11652
11653         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11654         for POP.
11655         (mail-source-keyword-map): Add :stream for POP.
11656         (mail-source-fetch-pop): Use pop3-stream-type.
11657
11658 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11661         of current-time-string.
11662
11663 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11664
11665         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11666         date header.
11667
11668 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11669
11670         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11671         it can seriously impact performance as it bypasses the agent's
11672         local caches.
11673
11674 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11675
11676         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11677         must be explicitly online rather than "not explicitly offline" for
11678         its flags to be synchronized.
11679
11680         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11681         that gnus-uu-unmark-thread will function correctly.
11682
11683         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11684         1024K is instead displayed as 1M.
11685
11686 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11687
11688         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11689
11690 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11691
11692         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11693
11694 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11695
11696         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11697         error message to display actual error condition.
11698         (gnus-agent-save-local): Avoid saving symbols that are bound to
11699         nil as they simply result in a warning message in
11700         gnus-agent-read-local.
11701
11702 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11703
11704         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11705         rather than make-variable-buffer-local for file-precious-flag.
11706
11707 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11708
11709         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11710         for duplicates which are removed.  The invalid sort check then
11711         triggers a rescan after the sort as sorting may have moved
11712         duplicate entries such that they can be cheaply detected.
11713
11714 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11715
11716         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11717
11718 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11719
11720         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11721         internal variable to a custom variable.  Changed default value
11722         from compressed(2) to uncompressed(1).
11723         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11724         support for uncompressed agentview files.  Taken together, reading
11725         the agentview file should now be 6-7 times faster.
11726
11727 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11728
11729         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11730         as a buffer-local variable.  This avoids creating truncated
11731         dribble files as a result of a hang up, eg.
11732
11733 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11734
11735         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11736         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11737         XEmacs.
11738
11739 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11740
11741         * gnus-start.el (gnus-start-draft-setup): Enforce
11742         `gnus-draft-mode' for nndraft:drafts at startup.
11743
11744         * gnus.el (gnus-splash): Change custom group.
11745         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11746         allow-list argument.
11747
11748         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11749         string.
11750
11751 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11752
11753         * gnus-art.el (gnus-default-article-saver): Add user-defined
11754         `function' to custom type.
11755
11756 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11757
11758         * imap.el (imap-open): Handle case where buffer is a buffer
11759         object.
11760
11761 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11762
11763         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11764         long lines.
11765         (gnus-cache-delete-group): Wrap doc strings.
11766
11767         * gnus-agent.el (gnus-agent-rename-group)
11768         (gnus-agent-delete-group): Wrap doc strings.
11769
11770 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * messagexmas.el (message-use-toolbar): Change the valid values
11773         into default, top, bottom, left, and right.
11774         (message-toolbar-thickness): New variable.
11775         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11776         well.
11777         (message-setup-toolbar): Make it work.
11778
11779         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11780         (gnus-use-toolbar): Change the valid values into default, top,
11781         bottom, left, and right.
11782         (gnus-toolbar-thickness): New variable.
11783         (gnus-xmas-setup-toolbar): New function.
11784         (gnus-xmas-setup-group-toolbar): Use it.
11785         (gnus-xmas-setup-summary-toolbar): Use it.
11786
11787 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11788
11789         * gnus-start.el (gnus-1): Add "native" to
11790         gnus-predefined-server-alist.
11791
11792         * gnus.el (gnus-method-to-server): Don't add "native" to the
11793         lists here, because that leads to problems when
11794         gnus-select-method is bound.
11795
11796 2005-11-09  Simon Josefsson  <jas@extundo.com>
11797
11798         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11799         use (not sort-by-date) instead.
11800
11801 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11802
11803         * gnus-delay.el (gnus-delay-group): Don't autoload.
11804         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11805         to be re-loaded when customizing the `gnus-delay' group.
11806
11807 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11808
11809         * message.el: Revert last changes.
11810         (message-insert-citation-line): Use newlines.
11811
11812 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11813
11814         * message.el (message-courtesy-message)
11815         (message-mark-insert-begin, message-mark-insert-end)
11816         (message-elide-ellipsis, message-cancel-message)
11817         (message-add-header, message-change-subject)
11818         (message-cross-post-followup-to-header)
11819         (message-cross-post-insert-note, message-reduce-to-to-cc)
11820         (message-widen-reply, message-delete-not-region)
11821         (message-kill-to-signature, message-insert-signature)
11822         (message-insert-importance-high, message-insert-importance-low)
11823         (message-insert-or-toggle-importance)
11824         (message-insert-disposition-notification-to)
11825         (message-indent-citation, message-yank-original)
11826         (message-cite-original-without-signature, message-cite-original)
11827         (message-insert-citation-line, message-position-on-field)
11828         (message-fix-before-sending, message-send-mail-partially)
11829         (message-send-mail, message-send-mail-with-sendmail)
11830         (message-send-mail-with-qmail, message-send-news)
11831         (message-check-news-header-syntax, message-generate-headers)
11832         (message-insert-courtesy-copy, message-fill-address)
11833         (message-fill-header, message-shorten-references)
11834         (message-setup-1, message-cancel-news)
11835         (message-forward-make-body-plain, message-forward-make-body-mime)
11836         (message-forward-make-body-mml, message-encode-message-body)
11837         (message-forward-make-body-digest-plain)
11838         (message-forward-make-body-digest-mime)
11839         (message-use-alternative-email-as-from): Insert `hard-newline'
11840         instead of ordinary newlines.
11841
11842 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11843
11844         * message.el (message-generate-headers): Downcase the argument
11845         given to message-check-element.
11846
11847 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11848
11849         * nntp.el (nntp-authinfo-rejected): New error condition.
11850         (nntp-wait-for): Use new error condition to signal authentication
11851         error.
11852         (nntp-retrieve-data): Rethrow new error condition to break out of
11853         recursive call to nntp-send-authinfo.
11854
11855 2005-11-08  Romain Francoise  <romain@orebokech.com>
11856
11857         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11858         (gnus-summary-exit-map): Bind to `Z p'.
11859         (gnus-summary-make-menu-bar): Add menu item.
11860
11861 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11862
11863         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11864         (gnus-treat-*): Add `first' in all doc strings.
11865
11866         * gnus-group.el (gnus-group-compact-group): Fix typo.
11867
11868 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * gnus.el (gnus-parameters-case-fold-search): New variable.
11871         (gnus-parameters-get-parameter): Use it.
11872
11873         * gnus-score.el (gnus-home-score-file): Doc fix.
11874
11875 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11876
11877         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11878
11879 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11880
11881         * mm-util.el (mm-special-display-p): New function.
11882
11883         * mml.el (mml-preview): Use it; doc fix.
11884
11885 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11886
11887         * imap.el (imap-open): Handle case where buffer is a buffer object.
11888
11889 2005-10-29  Romain Francoise  <romain@orebokech.com>
11890
11891         * message.el (message-fix-before-sending): Fix comment.
11892
11893 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11894
11895         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11896
11897 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11898
11899         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11900         Used in gnus-score.el.
11901
11902 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11903
11904         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11905
11906 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11907
11908         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11909         whitespace removed in revision 7.8.  Use concatenated string to
11910         protect trailing whitespace.
11911
11912 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11913
11914         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11915         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11916         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11917         Courier IMAP ("some version from 2004").  Mostly based on similar
11918         code in the same function.
11919
11920 2005-10-26  Didier Verna  <didier@xemacs.org>
11921
11922         * gnus-group.el (gnus-group-compact-group): Invalidate original
11923         article buffer.
11924         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11925         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11926         NOV database and in article itself.
11927         Invalidate article backlog.
11928
11929 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11930
11931         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11932
11933 2005-10-26  Simon Josefsson  <jas@extundo.com>
11934
11935         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11936         part of 2004-07-25 change.
11937
11938 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11939
11940         * message.el (message-display-completion-list): New function.
11941         (message-expand-group): Use it; make sure the Completions buffer
11942         is modifiable.
11943 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11944
11945         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11946         user-mail-name is an empty string.
11947
11948 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11949
11950         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11951         depending on gnus-score-decay-constant.
11952
11953         * encrypt.el (encrypt-insert-file-contents)
11954         (encrypt-write-file-contents): Don't use `gnus-message'.
11955
11956         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11957         arguments.
11958         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11959         arguments to mm-uu-verbatim-marks-extract.
11960         (mm-uu-hide-markers): New variable.
11961         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11962
11963         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11964         (gnus-convert-image-to-face-command): Use "convert" by default to
11965         allow other input image formats.
11966         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11967         accordingly.
11968
11969 2005-10-23  Simon Josefsson  <jas@extundo.com>
11970
11971         * imap.el (imap-gssapi-program): Align command line parameters
11972         with latest GNU SASL.
11973         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11974
11975 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11976
11977         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11978         HTML.
11979         (nnslashdot-request-article): Ditto.
11980
11981         * lpath.el (featurep): Add nobreak-char-display.
11982
11983 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11984
11985         * mail-source.el (mail-source-fetch-pop): Require pop3.
11986         (mail-source-check-pop): Ditto.
11987
11988 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11989
11990         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11991         errors.
11992
11993 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11994
11995         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11996         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11997
11998         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11999
12000         * mm-bodies.el (mm-decode-string): Call
12001         `mm-charset-to-coding-system' with allow-override argument.
12002
12003 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12004
12005         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12006         (rfc2047-charset-to-coding-system): New function.
12007         (rfc2047-decode-encoded-words): New function.
12008         (rfc2047-decode-region): Use them.
12009         (rfc2047-decode-cte): Remove.
12010         (rfc2047-parse-and-decode): Remove.
12011         (rfc2047-decode): Remove.
12012
12013 2005-10-15  Kenichi Handa  <handa@m17n.org>
12014
12015         * rfc2047.el (rfc2047-decode-cte): New function.
12016         (rfc2047-decode-region): Change the way to decode successive
12017         encoded-words: decode B- or Q-encoding in each encoded-word,
12018         concatenate them, and decode it as charset.
12019
12020 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12021
12022         * lpath.el: Fbind codepage-setup for XEmacs.
12023
12024 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12025
12026         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12027         widget-move-and-invoke.
12028         (gnus-custom-mode): Use gnus-custom-map.
12029
12030 2005-10-15  Bill Wohler  <wohler@newt.com>
12031
12032         * message.el (message-tool-bar-map): Renamed image file from
12033         mail_send to mail/send.
12034
12035 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12036
12037         * message.el (message-expand-group): Pass the common
12038         prefix substring of completion to `display-completion-list'.
12039
12040 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12041
12042         * mml-sec.el (mml-secure-method): New internal variable.
12043         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12044         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12045         functions using mml-secure-method.
12046
12047         * mml.el (mml-mode-map): Add key bindings for those functions.
12048         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12049         Harder <harder@myrealbox.com>.
12050         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12051         end of message if point is the headers of the message.
12052
12053         * message.el (message-in-body-p): New function.
12054
12055         * assistant.el: Autoload gnus-util and netrc.
12056
12057         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12058         Use `mm-charset-override-alist' only when decoding.
12059
12060         * mm-bodies.el (mm-decode-body): Call
12061         `mm-charset-to-coding-system' with allow-override argument.
12062
12063         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12064         `filename' from Content-Disposition if Content-Type doesn't
12065         provide `name'.
12066         (gnus-mime-view-part-as-type): Set default instead of
12067         initial-input.
12068
12069 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12070
12071         * format-spec.el (format-spec): Propagate text properties of % spec.
12072
12073 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12074
12075         * gnus-art.el (gnus-treat-predicate): Add `first'.
12076
12077 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12078
12079         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12080         (mm-charset-override-alist): New variable.
12081         (mm-charset-to-coding-system): Use it.
12082         (mm-codepage-setup): New helper function.
12083         (mm-charset-eval-alist): New variable.
12084         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12085         about unknown charsets.
12086
12087         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12088
12089 2005-10-04  David Hansen  <david.hansen@gmx.net>
12090
12091         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12092         (nnrss-check-group): Ditto.
12093
12094 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12095
12096         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12097         Rename x-gnus-verbatim to x-verbatim.
12098         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12099
12100         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12101         x-verbatim.
12102
12103         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12104
12105         * gnus-util.el (gnus-remove-duplicates): Remove.
12106
12107         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12108         instead of gnus-remove-duplicates.
12109
12110         * message.el (message-remove-duplicates): Remove.
12111         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12112         message-remove-duplicates.
12113
12114         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12115         available, else use implementation from `delete-dups'.
12116
12117         * message.el (message-insert-expires): New function.
12118         (message-mode-map): Add key binding.
12119         (message-mode-field-menu): Add menu entry.
12120         (message-mode): Document it.
12121         (message-make-expires-date): Use `message-make-date'.
12122
12123 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12124
12125         * message.el (message-make-expires-date): New function.
12126
12127 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12128
12129         * Makefile.in (list-installed-shadows): New entry.
12130         (install): Use it.
12131         (remove-installed-shadows): New entry.
12132
12133         * dgnushack.el (dgnushack-default-load-path): New variable.
12134         (dgnushack-find-lisp-shadows): New function.
12135         (dgnushack-remove-lisp-shadows): New function.
12136
12137 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * Makefile.in (install-el-elc): New entry.
12140         (install): Use it so that .el files are necessarily installed.
12141
12142 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12145
12146 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12147
12148         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12149         function rather than the diff-mode.el package.
12150         (mm-display-external): Use with-current-buffer.
12151         (mm-viewer-completion-map, mm-viewer-completion-map):
12152         Move initialization inside declaration.
12153
12154 2005-09-29  Simon Josefsson  <jas@extundo.com>
12155
12156         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12157         autoload mail-check-payment.
12158         (spam-check-hashcash): Define unconditionally, since hashcash.el
12159         is part of Gnus now.  Ignore errors from payment checking.
12160
12161 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12162
12163         * message.el (message-bold-region, message-unbold-region): Rename
12164         from `bold-region' and `unbold-region'.
12165
12166         * message.el: Remove useless autoloads.
12167
12168 2005-09-28  Simon Josefsson  <jas@extundo.com>
12169
12170         * message.el (message-use-idna): Default to t.
12171         (message-use-idna): Test whether encoding works too.  Doc fix.
12172
12173 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * nntp.el (nntp-warn-about-losing-connection): Remove.
12176
12177 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12178
12179         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12180         customizable.  Change default value.
12181         (mm-uu-diff-groups-regexp): Change default value.
12182         (mm-uu-type-alist): Add doc string.
12183         (mm-uu-configure): Add doc string.  Make it interactive.
12184         (mm-uu-tex-groups-regexp): New variable.
12185         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12186         (mm-uu-type-alist): Add LaTeX documents.
12187         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12188         of "text/verbatim".
12189         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12190
12191         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12192         instead of "text/verbatim".
12193
12194         * message.el (message-mark-inserted-region)
12195         (message-mark-insert-file): Use slrn style marks when called with
12196         prefix argument.
12197
12198 2005-09-27  Simon Josefsson  <jas@extundo.com>
12199
12200         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12201
12202 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12203
12204         * message.el (message-remove-duplicates): New function.
12205         Implementation borrowed from `gnus-remove-duplicates'.
12206         (message-idna-to-ascii-rhs): Also encode idna addresses in
12207         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12208         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12209         only ask about the same idna domain once per header and also tell
12210         in what header to replace the idna domain.
12211
12212         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12213         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12214         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12215         a header is decoded and not just the last one.
12216
12217 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12220         has been decoded.
12221
12222         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12223         (mm-insert-part): Don't modify text if it has been decoded.
12224
12225         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12226         decoded.
12227
12228         * mm-view.el (mm-inline-text): Don't strip text props unless
12229         decoding enriched or richtext parts.
12230
12231 2005-09-25  Romain Francoise  <romain@orebokech.com>
12232
12233         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12234         * gnus-start.el (gnus-subscribe-interactively):
12235         * gnus-uu.el (gnus-uu-grab-articles):
12236         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12237         space.
12238
12239 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12240
12241         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12242         * mm-view.el (mm-view-pkcs7-decrypt):
12243         * gnus-sum.el (gnus-summary-limit-to-extra)
12244         (gnus-summary-respool-article, gnus-read-move-group-name):
12245         * gnus-score.el (gnus-summary-increase-score):
12246         * gnus-util.el (gnus-completing-read-with-default):
12247         * gnus-art.el (gnus-read-save-file-name)
12248         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12249         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12250         * message.el (message-check-news-header-syntax):
12251         Follow convention for reading with the minibuffer.
12252
12253 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12254
12255         * spam-report.el (spam-report-url-ping-plain):
12256         Use gnus-extended-version as User-Agent.
12257
12258         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12259         default value is nil.
12260
12261         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12262         (mm-uu-verbatim-marks-extract): New function.
12263         (mm-uu-extract): New face.
12264         (mm-uu-copy-to-buffer): Use it.
12265
12266         * spam-report.el (spam-report-gmane-ham): Renamed from
12267         `spam-report-gmane-unspam'.
12268         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12269         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12270
12271         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12272         Autoload.
12273         (spam-report-gmane-unregister-routine): Renamed
12274         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12275
12276 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12277
12278         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12279         (spam-report-gmane-unregister-routine): Add support for gmane
12280         unregistration.
12281
12282         * spam-report.el (spam-report-gmane-unspam)
12283         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12284         (spam-report-gmane): Change to take a single article and do unspam
12285         registration.
12286
12287 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12288
12289         * mm-url.el (mm-url-decode-entities): Fix regexp.
12290
12291 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12292
12293         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12294         default to nil, to be able to use Gnus at all.  If the default
12295         switches to something else, then the function should be fixed not
12296         be exceedingly slow.
12297
12298 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12299
12300         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12301         fail hard.
12302
12303         * spam-report.el: Add better Keywords line.
12304
12305         * spam.el: Add Maintainer and better Keywords line.
12306
12307 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12308
12309         * gnus-art.el (gnus-article-replace-part)
12310         (gnus-mime-replace-part): New functions.
12311         (gnus-mime-action-alist, gnus-mime-button-commands)
12312         (gnus-mime-save-part-and-strip): Added file argument.
12313         (gnus-article-part-wrapper): Added interactive argument.
12314
12315         * gnus-sum.el (gnus-summary-mime-map): Add
12316         `gnus-article-replace-part'.
12317
12318 2005-09-19  Didier Verna  <didier@xemacs.org>
12319
12320         The nnml compaction feature:
12321         * nnml.el (nnml-request-compact-group): New function.
12322         * nnml.el (nnml-request-compact): New function.
12323         * gnus-int.el (gnus-request-compact-group): New function.
12324         * gnus-int.el (gnus-request-compact): New function.
12325         * gnus-group.el (gnus-group-compact-group): New function.
12326         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12327         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12328         * gnus-srvr.el (gnus-server-compact-server): New function.
12329         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12330         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12331
12332 2005-09-18  Deepak Goel  <deego@gnufans.org>
12333
12334         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12335         format spec.
12336
12337 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12340
12341 2005-09-15  Romain Francoise  <romain@orebokech.com>
12342
12343         * message.el (message-fill-paragraph): Clarify docstring.
12344
12345 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * gnus-art.el (gnus-mime-display-part): Protect against broken
12348         MIME messages.
12349
12350 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12351
12352         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12353         before parsing header.
12354
12355 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12356
12357         * html2text.el (html2text-replace-list): Add new entities.
12358
12359 2005-09-11  Romain Francoise  <romain@orebokech.com>
12360
12361         * message.el (message-alternative-emails): Improve docstring.
12362         (message-setup-1): Call `message-use-alternative-email-as-from'
12363         after `message-setup-hook' to give it precedence over posting
12364         styles, etc.
12365         (message-use-alternative-email-as-from): Add docstring.  Remove
12366         the original From header if present.
12367
12368         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12369         (nnml-save-mail): Use it.
12370
12371         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12372         articles.  Add new argument `silent'.
12373         (gnus-uu-mark-all): Report the total number of marked articles.
12374
12375 2005-09-10  Romain Francoise  <romain@orebokech.com>
12376
12377         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12378         (gnus-uu-mark-series): Likewise.
12379
12380 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12381
12382         * spam-report.el (spam-report-gmane): Fix generation of spam
12383         report URL.
12384
12385 2005-09-10  Simon Josefsson  <jas@extundo.com>
12386
12387         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12388         t, based on discussion on the ding list with Robert Epprecht
12389         <epprecht@solnet.ch>.
12390
12391 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12392
12393         * spam-report.el (spam-report-gmane): Make it work without
12394         X-Report-Spam header.  Gmane now only provides Archived-At.
12395         This is only used if `spam-report-gmane-use-article-number' is nil.
12396         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12397
12398         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12399         make `gnus-summary-sort-by-recipient' work with threading.
12400
12401         * nnweb.el (nnweb-google-wash-article): Print a message if article
12402         is not available.
12403
12404 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12405
12406         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12407         change.  Decode text/* parts content before displaying.
12408
12409 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12410
12411         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12412
12413 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12414
12415         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12416
12417         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12418         url-package-name, url-package-version,
12419         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12420         w3m-display-inline-images, and w3m-minor-mode-map.
12421
12422 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12423
12424         * message.el (message-tab-body-function): Fix mismatched custom type.
12425
12426         * gnus.el (gnus-group-change-level-function): Ditto.
12427
12428         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12429
12430         * gnus-art.el (gnus-signature-limit)
12431         (gnus-article-mime-part-function): Ditto.
12432
12433 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * mml.el (mml-mode): Silence the byte compiler.
12436
12437         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12438         using `(sit-for 0)' before moving the point to the specified part;
12439         skip unbuttonized parts.
12440         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12441         return to the summary window if gnus-auto-select-part is non-nil.
12442
12443 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12444
12445         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12446         variables.
12447         (mml-dnd-attach-file, mml-mode): Use them.
12448
12449         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12450         Make fetching article by MID work again for Google Groups.  Added
12451         FIXME concerning gnus-group-make-web-group.
12452
12453         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12454         Don't depend on Gnus by using mail-extract-address-components if
12455         gnus-extract-address-components is not bound.
12456
12457 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12458
12459         * gnus-art.el (gnus-mime-display-security): Don't display the
12460         signature, but only the signed part.
12461
12462 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12463
12464         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12465
12466         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12467         list, not listp.
12468
12469 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12470
12471         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12472         when encoding.
12473
12474         * mm-bodies.el (mm-decode-content-transfer-encoding):
12475         De-canonicalize CRLF for all text content types, not just
12476         text/plain.
12477
12478 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12481         valid article; point arrow and cursor at the MIME button.
12482
12483 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12484
12485         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12486         Suggested by Dan Christensen <jdc@uwo.ca>.
12487
12488         * mm-decode.el (mm-save-part): Enable change of prompt.
12489
12490 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12491
12492         * gnus-msg.el (gnus-inews-add-send-actions): Made
12493         `message-post-method' lambda parameter ARG `&optional'.
12494
12495 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12496
12497         * gnus-sum.el (gnus-summary-mime-map): Added
12498         gnus-article-save-part-and-strip, gnus-article-delete-part and
12499         gnus-article-jump-to-part.
12500
12501         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12502         (gnus-article-edit-part): Use it.
12503         (gnus-article-part-wrapper): Added no-handle argument.
12504         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12505         functions.
12506
12507 2005-08-29  Romain Francoise  <romain@orebokech.com>
12508
12509         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12510         docstring.
12511         (gnus-face-from-file): Likewise.
12512
12513 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12514
12515         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12516         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12517         non-nil.
12518         (gnus-auto-select-part): New variable.
12519         (gnus-article-jump-to-part): New function.
12520         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12521         (gnus-mime-delete-part): Allow selecting specified part after
12522         deleting or stripping parts.
12523         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12524         part if argument is bogus.
12525
12526 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12527
12528         * gnus-art.el (w3m-minor-mode-map):
12529         * gnus-spec.el (gnus-newsrc-file-version):
12530         * gnus-util.el (nnmail-active-file-coding-system)
12531         (gnus-original-article-buffer, gnus-user-agent):
12532         * gnus.el (gnus-ham-process-destinations)
12533         (gnus-parameter-ham-marks-alist)
12534         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12535         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12536         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12537         * mm-decode.el (gnus-current-window-configuration):
12538         * mm-extern.el (gnus-article-mime-handles):
12539         * mm-url.el (url-current-object, url-package-name)
12540         (url-package-version):
12541         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12542         (smime-keys, w3m-cid-retrieve-function-alist)
12543         (w3m-current-buffer, w3m-display-inline-images)
12544         (w3m-minor-mode-map):
12545         * mml-smime.el (gnus-extract-address-components):
12546         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12547         (gnus-newsrc-hashtb, message-default-charset)
12548         (message-deletable-headers, message-options)
12549         (message-posting-charset, message-required-mail-headers)
12550         (message-required-news-headers):
12551         * mml1991.el (mc-pgp-always-sign):
12552         * mml2015.el (mc-pgp-always-sign):
12553         * nnheader.el (nnmail-extra-headers):
12554         * rfc1843.el (gnus-decode-encoded-word-function)
12555         (gnus-decode-header-function, gnus-newsgroup-name):
12556         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12557
12558 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12559
12560         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12561         the end of the date treatments.
12562
12563 2005-08-15  Simon Josefsson  <jas@extundo.com>
12564
12565         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12566         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12567         Capello and Romain Francoise.
12568         (pgg-fetch-key-function): Removed, not used?
12569         (pgg-insert-url-with-w3): Require url, to get
12570         url-insert-file-contents regardless of where it is defined.
12571
12572 2005-08-13  Romain Francoise  <romain@orebokech.com>
12573
12574         * message.el (message-cite-original-1): New function.
12575         (message-cite-original): Use it.
12576         (message-cite-original-without-signature): Ditto.
12577
12578 2005-08-08  Romain Francoise  <romain@orebokech.com>
12579
12580         * message.el (message-yank-empty-prefix): New variable.
12581         (message-indent-citation): Use it.
12582         (message-cite-original-without-signature): Respect X-No-Archive.
12583
12584 2005-08-08  Simon Josefsson  <jas@extundo.com>
12585
12586         * pgg.el: Autoload url-insert-file-contents instead of loading
12587         w3/url.
12588         (pgg-insert-url-with-w3): Don't load url here.
12589
12590 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12591
12592         * message.el (message-kill-to-signature): Don't insert newline at
12593         bol.
12594         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12595
12596 2005-08-06  Romain Francoise  <romain@orebokech.com>
12597
12598         * message.el (message-user-fqdn): Fix typo in docstring.
12599
12600 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12601
12602         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12603
12604         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12605
12606 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12607
12608         * mm-bodies.el (mm-encode-body): Use coding system rather than
12609         charset to encode text.
12610
12611         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12612         number of charsets if utf-8 is available (XEmacs).
12613
12614 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12615
12616         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12617         taken from `gnus-button-mid-or-mail-regexp'.
12618         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12619         (gnus-button-alist): Improve regexp for domain part of the MIDs
12620         for news:localpart@domain buttons.
12621         (gnus-button-ctan-directory-regexp): Update.
12622
12623 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12624
12625         * sieve-manage.el (sieve-manage-interactive-login): Use
12626         make-local-variable rather than make-variable-buffer-local.
12627         (sieve-manage-open): Ditto.
12628         (sieve-manage-authenticate): Ditto.
12629
12630         * mml.el (mml-generate-mime-1): Make the content type default to
12631         text/plain if the filename is not specified.
12632
12633 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12634
12635         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12636         instead of insert-buffer.
12637
12638         * message.el (message-yank-original): Ditto; set the mark at the
12639         end of the yanked message.
12640
12641 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12642
12643         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12644         lines to scroll rather than to stop it.
12645
12646         * mml.el (mml-generate-default-type): Add doc string.
12647         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12648         default to application/octet-stream when determining the content
12649         type if it is not specified for the part or the mml contents; add
12650         a comment about mml-generate-default-type.
12651
12652 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12653
12654         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12655         make it default to application/octet-stream when determining the
12656         content type if it is not specified for the external contents.
12657
12658 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12659
12660         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12661         segmented parameter but also other parameters might be there.
12662
12663 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12664
12665         * mm-decode.el (mm-display-external): Delete temp file, directory
12666         and buffer immediately if the external process is exited.
12667
12668 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12671         fewer lines than that of scroll-margin.
12672         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12673
12674 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12675
12676         * gnus-art.el (gnus-article-next-page): Revert.
12677         (gnus-article-beginning-of-window): New macro.
12678         (gnus-article-next-page-1): Use it.
12679         (gnus-article-prev-page): Ditto.
12680         (gnus-article-edit-part): Use insert-buffer-substring instead of
12681         insert-buffer.
12682         (gnus-article-edit-exit): Ditto.
12683
12684         * gnus-util.el (gnus-beginning-of-window): Remove.
12685         (gnus-end-of-window): Remove.
12686
12687         * lpath.el: Don't bind header-line-format and scroll-margin.
12688
12689 2005-07-25  Simon Josefsson  <jas@extundo.com>
12690
12691         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12692         to have the url package without w3.  Reported by Daiki Ueno
12693         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12694
12695 2005-07-20  Didier Verna  <didier@xemacs.org>
12696
12697         * gnus-diary.el: Remove the description comment (nndiary is now
12698         properly documented in the Gnus manual).
12699         Fix the spelling of "Back End".
12700         * nndiary.el: Ditto.
12701         Fix the copyright notice.
12702
12703 2005-07-18  Romain Francoise  <romain@orebokech.com>
12704
12705         * gnus-sum.el (gnus-summary-to-prefix)
12706         (gnus-summary-newsgroup-prefix): New variables.
12707         (gnus-summary-from-or-to-or-newsgroups): Use them.
12708
12709 2005-07-17  Romain Francoise  <romain@orebokech.com>
12710
12711         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12712         space as it's generally not especially interesting to the user.
12713
12714 2005-07-16  Romain Francoise  <romain@orebokech.com>
12715
12716         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12717         nil to avoid prompting and file modification if one of the
12718         messages at the top of the nnfolder file contains a copyright
12719         notice.
12720         Update copyright notice.
12721
12722         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12723         instead of `current-time-string' as the latter creates a time
12724         string that is not RFC 2822 compliant (it lacks the zone).
12725         Update copyright notice.
12726
12727 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12728
12729         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12730         for text/rtf.  Display default in prompt.  Pass default for M-n.
12731
12732         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12733
12734 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12735
12736         * gnus-msg.el (gnus-button-mailto): Remove
12737         save-selected-window-window hackery because it relies on
12738         save-selected-window internals.
12739
12740 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12743         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12744         (gnus-article-prev-page): Ditto.
12745
12746         * gnus-util.el (gnus-beginning-of-window): New function.
12747         (gnus-end-of-window): New function.
12748
12749         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12750
12751 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12752
12753         * gnus-score.el (gnus-score-edit-all-score): Set
12754         gnus-score-edit-exit-function to gnus-score-edit-done and call
12755         gnus-message.
12756
12757 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12758
12759         * gnus-msg.el (gnus-button-mailto): Remove
12760         save-selected-window-window hackery because it relies on
12761         save-selected-window internals.
12762
12763 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12766         add-minor-mode.
12767         (gnus-binary-mode): Ditto.
12768
12769         * gnus-topic.el (gnus-topic-mode): Ditto.
12770
12771 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12772
12773         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12774         (gnus-article-prev-page): Take scroll-margin into consideration.
12775
12776 2005-07-04  Lute Kamstra  <lute@gnu.org>
12777
12778         Update FSF's address in GPL notices.
12779
12780 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12781
12782         * gnus.el (gnus-exit):
12783         * gnus-group.el (gnus-group-icons):
12784         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12785
12786         * gnus-nocem.el (gnus-nocem):
12787         * message.el (message-various, message-buffers, message-sending)
12788         (message-interface, message-forwarding, message-insertion)
12789         (message-headers, message-news, message-mail):
12790         * pgg-gpg.el (pgg-gpg):
12791         * pgg-parse.el (pgg-parse):
12792         * pgg-pgp.el (pgg-pgp):
12793         * pgg-pgp5.el (pgg-pgp5):
12794         * pop3.el (pop3): Finish `defgroup' description with period.
12795
12796 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * gnus-art.el (article-display-face): Improve the efficiency.
12799         (article-display-x-face): Ditto; remove grey x-face stuff.
12800
12801 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * gnus-art.el (article-display-face): Correct the position in
12804         which Faces are inserted.
12805
12806 2005-06-29  Didier Verna  <didier@xemacs.org>
12807
12808         * gnus-art.el (article-display-face): Display faces in correct
12809         order.
12810
12811 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12814         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12815         (gnus-nocem-check-article): Fetch the Type header.
12816         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12817         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12818         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12819         make sure gnus-nocem-hashtb is initialized.
12820         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12821         (gnus-nocem-unwanted-article-p): Ditto.
12822
12823         * pgg.el (pgg-verify): Return the verification result.
12824
12825 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12826
12827         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12828         is ascii.
12829
12830 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12831
12832         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12833         `show-nonbreak-escape'.
12834
12835 2005-06-23  Lute Kamstra  <lute@gnu.org>
12836
12837         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12838
12839         * dig.el (dig-mode):
12840         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12841
12842 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12843
12844         * nnimap.el (nnimap-split-download-body): Fix spellings.
12845
12846 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12847
12848         * gnus-art.el (gnus-article-encrypt-body):
12849         * gnus-cus.el (gnus-score-customize):
12850         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12851         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12852
12853 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12854
12855         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12856         header by looking for magic "MII" at the beginnig.
12857
12858 2005-06-16  Miles Bader  <miles@gnu.org>
12859
12860         * gnus-xmas.el (gnus-xmas-group-startup-message):
12861         Use renamed gnus-splash face.
12862
12863         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12864         (assistant-field-face): New backward-compatibility alias for renamed
12865         face.
12866         (assistant-render-text): Use renamed assistant-field face.
12867
12868         * spam.el (spam): Remove "-face" suffix from face name.
12869         (spam-face): New backward-compatibility alias for renamed face.
12870         (spam-face, spam-initialize): Use renamed spam face.
12871
12872         * message.el (message-header-to, message-header-cc)
12873         (message-header-subject, message-header-newsgroups)
12874         (message-header-other, message-header-name)
12875         (message-header-xheader, message-separator, message-cited-text)
12876         (message-mml): Remove "-face" suffix from face names.
12877         (message-header-to-face, message-header-cc-face)
12878         (message-header-subject-face, message-header-newsgroups-face)
12879         (message-header-other-face, message-header-name-face)
12880         (message-header-xheader-face, message-separator-face)
12881         (message-cited-text-face, message-mml-face):
12882         New backward-compatibility aliases for renamed faces.
12883         (message-font-lock-keywords): Use renamed message faces.
12884
12885         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12886         (sieve-test-commands, sieve-tagged-arguments):
12887         Remove "-face" suffix from face names.
12888         (sieve-control-commands-face, sieve-action-commands-face)
12889         (sieve-test-commands-face, sieve-tagged-arguments-face):
12890         New backward-compatibility aliases for renamed faces.
12891         (sieve-control-commands-face, sieve-action-commands-face)
12892         (sieve-test-commands-face, sieve-tagged-arguments-face):
12893         Use renamed sieve faces.
12894
12895         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12896         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12897         (gnus-group-news-3-empty, gnus-group-news-4)
12898         (gnus-group-news-4-empty, gnus-group-news-5)
12899         (gnus-group-news-5-empty, gnus-group-news-6)
12900         (gnus-group-news-6-empty, gnus-group-news-low)
12901         (gnus-group-news-low-empty, gnus-group-mail-1)
12902         (gnus-group-mail-1-empty, gnus-group-mail-2)
12903         (gnus-group-mail-2-empty, gnus-group-mail-3)
12904         (gnus-group-mail-3-empty, gnus-group-mail-low)
12905         (gnus-group-mail-low-empty, gnus-summary-selected)
12906         (gnus-summary-cancelled, gnus-summary-high-ticked)
12907         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12908         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12909         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12910         (gnus-summary-low-undownloaded)
12911         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12912         (gnus-summary-low-unread, gnus-summary-normal-unread)
12913         (gnus-summary-high-read, gnus-summary-low-read)
12914         (gnus-summary-normal-read, gnus-splash):
12915         Remove "-face" suffix from face names.
12916         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12917         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12918         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12919         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12920         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12921         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12922         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12923         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12924         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12925         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12926         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12927         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12928         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12929         (gnus-summary-normal-ticked-face)
12930         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12931         (gnus-summary-normal-ancient-face)
12932         (gnus-summary-high-undownloaded-face)
12933         (gnus-summary-low-undownloaded-face)
12934         (gnus-summary-normal-undownloaded-face)
12935         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12936         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12937         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12938         (gnus-splash-face):
12939         New backward-compatibility aliases for renamed faces.
12940         (gnus-group-startup-message): Use renamed gnus faces.
12941
12942         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12943         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12944         (gnus-server-agent): Remove "-face" suffix from face names.
12945         (gnus-server-agent-face, gnus-server-opened-face)
12946         (gnus-server-closed-face, gnus-server-denied-face)
12947         (gnus-server-offline-face):
12948         New backward-compatibility aliases for renamed faces.
12949         (gnus-server-agent-face, gnus-server-opened-face)
12950         (gnus-server-closed-face, gnus-server-denied-face)
12951         (gnus-server-offline-face): Use renamed gnus faces.
12952
12953         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12954         Remove "-face" suffix from face names.
12955         (gnus-picon-xbm-face, gnus-picon-face):
12956         New backward-compatibility aliases for renamed faces.
12957
12958         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12959         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12960         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12961         (gnus-cite-11): Remove "-face" suffix from face names.
12962         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12963         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12964         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12965         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12966         New backward-compatibility aliases for renamed faces.
12967         (gnus-cite-attribution-face, gnus-cite-face-list)
12968         (gnus-article-boring-faces): Use renamed gnus faces.
12969
12970         * gnus-art.el (gnus-signature, gnus-header-from)
12971         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12972         (gnus-header-content): Remove "-face" suffix from face names.
12973         (gnus-signature-face, gnus-header-from-face)
12974         (gnus-header-subject-face, gnus-header-newsgroups-face)
12975         (gnus-header-name-face, gnus-header-content-face):
12976         New backward-compatibility aliases for renamed faces.
12977         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12978
12979         * gnus-sum.el (gnus-summary-selected-face)
12980         (gnus-summary-highlight): Use renamed gnus faces.
12981         * gnus-group.el (gnus-group-highlight): Likewise.
12982
12983 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12984
12985         * gnus-sieve.el (gnus-sieve-article-add-rule):
12986         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12987         * spam-stat.el (spam-stat-buffer-change-to-spam)
12988         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12989
12990         * message.el (message-is-yours-p):
12991         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12992
12993 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * mm-view.el (mm-inline-text): Withdraw the last change.
12996
12997 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12998
12999         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13000         executing enriched-decode.
13001
13002 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13003
13004         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13005         charset of tar files.
13006
13007 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13008
13009         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13010
13011 2005-06-04  Lute Kamstra  <lute@gnu.org>
13012
13013         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13014         information is never recorded.
13015
13016 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13017
13018         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13019
13020 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13021
13022         * pop3.el (pop3-apop): Run md5 in the binary mode.
13023
13024         * starttls.el (starttls-set-process-query-on-exit-flag):
13025         Use eval-and-compile.
13026
13027 2005-05-31  Simon Josefsson  <jas@extundo.com>
13028
13029         * smime.el (smime-replace-in-string): Define.
13030         (smime-cert-by-ldap-1): Use it.
13031
13032 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13033
13034         * gnus-art.el (article-display-x-face): Replace
13035         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13036
13037         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13038         set-process-query-on-exit-flag or process-kill-without-query.
13039
13040         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13041         loop instead of replace-regexp.
13042
13043         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13044         instead of process-kill-without-query if it is available.
13045
13046         * lpath.el: Fbind ldap-search-entries.
13047
13048         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13049         instead of find-file-hooks if it is available.
13050
13051         * mml1991.el: Bind pgg-default-user-id when compiling.
13052
13053         * mml2015.el: Bind pgg-default-user-id when compiling.
13054
13055         * nndraft.el (nndraft-request-associate-buffer):
13056         Use write-contents-functions instead of write-contents-hooks if it is
13057         available.
13058
13059         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13060         instead of find-file-hooks if it is available.
13061
13062         * nntp.el (nntp-open-connection): Replace
13063         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13064         (nntp-open-ssl-stream): Ditto.
13065         (nntp-open-tls-stream): Ditto.
13066
13067         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13068         set-process-query-on-exit-flag or process-kill-without-query.
13069         (starttls-open-stream-gnutls): Use it instead of
13070         process-kill-without-query.
13071         (starttls-open-stream): Ditto.
13072
13073 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13074
13075         * smime.el (smime-cert-by-ldap-1): Don't use
13076         replace-regexp-in-string.
13077
13078 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13079
13080         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13081
13082         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13083         in PEM format.  Adjust to the XEmacs compability.
13084
13085 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13086
13087         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13088         by `string-to-number'.
13089         * gnus-agent.el (gnus-agent-regenerate-group)
13090         (gnus-agent-fetch-articles): Ditto.
13091         * gnus-art.el (gnus-button-fetch-group): Ditto.
13092         * gnus-cache.el (gnus-cache-generate-active)
13093         (gnus-cache-articles-in-group): Ditto.
13094         * gnus-group.el (gnus-group-set-current-level)
13095         (gnus-group-insert-group-line): Ditto.
13096         * gnus-score.el (gnus-score-set-expunge-below)
13097         (gnus-score-set-mark-below, gnus-summary-score-effect)
13098         (gnus-summary-score-entry): Ditto.
13099         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13100         (gnus-soup-pack): Ditto.
13101         * gnus-spec.el (gnus-xmas-format): Ditto.
13102         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13103         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13104         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13105         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13106         * nndb.el (nndb-get-remote-expire-response): Ditto.
13107         * nndiary.el (nndiary-parse-schedule-value)
13108         (nndiary-string-to-number, nndiary-request-replace-article)
13109         (nndiary-request-article): Ditto.
13110         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13111         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13112         * nneething.el (nneething-make-head): Ditto.
13113         * nnfolder.el (nnfolder-request-article)
13114         (nnfolder-retrieve-headers): Ditto.
13115         * nnheader.el (nnheader-file-to-number): Ditto.
13116         * nnkiboze.el (nnkiboze-request-article): Ditto.
13117         * nnmail.el (nnmail-process-unix-mail-format)
13118         (nnmail-process-babyl-mail-format): Ditto.
13119         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13120         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13121         (nnmh-request-create-group, nnmh-request-list-1)
13122         (nnmh-request-group, nnmh-request-article): Ditto.
13123         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13124         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13125         * nnsoup.el (nnsoup-make-active): Ditto.
13126         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13127         * nntp.el (nntp-find-group-and-number)
13128         (nntp-retrieve-headers-with-xover): Ditto.
13129         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13130         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13131         (pgg-format-key-identifier): Ditto.
13132         * pop3.el (pop3-last, pop3-stat): Ditto.
13133         * qp.el (quoted-printable-decode-region): Ditto.
13134
13135         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13136         of concat.
13137
13138 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13139
13140         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13141
13142         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13143
13144         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13145
13146         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13147
13148         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13149
13150         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13151
13152         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13153         (gnus-carpal-mode): Ditto.
13154
13155         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13156         (gnus-browse-mode): Ditto.
13157
13158         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13159
13160         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13161
13162 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13163
13164         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13165
13166 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13167
13168         * gnus-util.el (gnus-run-mode-hooks): New function.
13169
13170         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13171
13172         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13173         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13174
13175 2005-05-27  Lute Kamstra  <lute@gnu.org>
13176
13177         * dns-mode.el (dns-mode): Specify customization group.
13178
13179 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13180
13181         * gnus-agent.el (gnus-agent-make-mode-line-string):
13182         Use mode-line-highlight as mouse-face.
13183
13184 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * canlock.el (canlock): Change the parent group to news.
13187
13188         * deuglify.el (gnus-outlook-deuglify): Add :group.
13189
13190         * dig.el (dig): Add :group.
13191
13192         * dns-mode.el (dns-mode): Add :group.
13193
13194         * encrypt.el (encrypt): Add :group.
13195
13196         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13197         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13198         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13199         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13200         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13201
13202         * gnus-diary.el (gnus-diary): Add :group.
13203
13204         * gnus.el (gnus-group-news-1-face): Add :group.
13205         (gnus-group-news-1-empty-face): Ditto.
13206         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13207         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13208         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13209         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13210         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13211         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13212         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13213         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13214         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13215         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13216         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13217         (gnus-summary-high-ticked-face): Ditto.
13218         (gnus-summary-low-ticked-face): Ditto.
13219         (gnus-summary-normal-ticked-face): Ditto.
13220         (gnus-summary-high-ancient-face): Ditto.
13221         (gnus-summary-low-ancient-face): Ditto.
13222         (gnus-summary-normal-ancient-face): Ditto.
13223         (gnus-summary-high-undownloaded-face): Ditto.
13224         (gnus-summary-low-undownloaded-face): Ditto.
13225         (gnus-summary-normal-undownloaded-face): Ditto.
13226         (gnus-summary-high-unread-face): Ditto.
13227         (gnus-summary-low-unread-face): Ditto.
13228         (gnus-summary-normal-unread-face): Ditto.
13229         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13230         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13231
13232         * hashcash.el (hashcash): New custom group.
13233         (hashcash-default-payment): Add :group.
13234         (hashcash-payment-alist): Ditto.
13235         (hashcash-default-accept-payment): Ditto.
13236         (hashcash-accept-resources): Ditto.
13237         (hashcash-path): Ditto.
13238         (hashcash-extra-generate-parameters): Ditto.
13239         (hashcash-double-spend-database): Ditto.
13240         (hashcash-in-news): Ditto.
13241
13242         * message.el (message-minibuffer-local-map): Add :group.
13243
13244         * netrc.el (netrc): Add :group.
13245
13246         * sieve-manage.el (sieve-manage-log): Add :group.
13247         (sieve-manage-default-user): Diito.
13248         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13249         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13250         (sieve-manage-authenticators): Ditto.
13251         (sieve-manage-authenticator-alist): Ditto.
13252         (sieve-manage-default-port): Ditto.
13253
13254         * sieve-mode.el (sieve-control-commands-face): Add :group.
13255         (sieve-action-commands-face): Ditto.
13256         (sieve-test-commands-face): Ditto.
13257         (sieve-tagged-arguments-face): Ditto.
13258
13259         * smime.el (smime): Add :group.
13260
13261         * spam-report.el (spam-report): Add :group.
13262
13263         * spam.el (spam, spam-face): Add :group.
13264
13265 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13266
13267         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13268         return \n.\n.\n at the end of articles.  Protect against that.
13269         (nntp-with-open-group): Allow debugging.
13270
13271         * nnheader.el (mail-header-set-extra): Make into a function
13272         because I just could't understand how to quote the list properly.
13273
13274         * dns.el (query-dns-cached): New function.
13275
13276 2005-05-26  Lute Kamstra  <lute@gnu.org>
13277
13278         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13279
13280 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13281
13282         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13283
13284         * gnus-art.el: Don't autoload mail-extract-address-components.
13285
13286         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13287         eval-and-compile to evaluate it.
13288
13289         * hashcash.el: Don't autoload executable-find.
13290
13291         * nndb.el: Don't declare the nndb back end two or more times; don't
13292         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13293
13294         * nntp.el: Autoload format-spec instead of format; use
13295         eval-and-compile to evaluate autoload forms.
13296
13297 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13298
13299         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13300
13301 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13302
13303         * gnus.el (gnus-version-number): Bump version.
13304
13305 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13306
13307         * gnus.el: No Gnus v0.3 is released.
13308
13309 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13310
13311         * lpath.el (featurep): Bind show-nonbreak-escape.
13312
13313 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13314
13315         * gnus-art.el (gnus-article-edit-part): Disable undo.
13316
13317 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13318
13319         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13320         gnus-article-date-lapsed-new-header is t if date timer is active;
13321         skip headers in which the original date value is empty.
13322         (gnus-article-save-original-date): Redefine it as a macro.
13323         (gnus-display-mime): Use it.
13324
13325 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13326
13327         * gnus-art.el (article-date-ut): Support converting date in
13328         forwarded parts as well.
13329         (gnus-article-save-original-date): New function.
13330         (gnus-display-mime): Use it.
13331
13332 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13333
13334         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13335         enclosure element of <item>.
13336
13337 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13338
13339         * message.el (message-kill-buffer-query): Renamed from
13340         `message-kill-buffer-query-if-modified'.  Added :version.
13341
13342 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13345         window layout.
13346
13347 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13348
13349         * mml.el: Autoload dnd when compiling.
13350
13351 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13352
13353         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13354         x-dnd-*.
13355
13356 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13357
13358         * qp.el (quoted-printable-encode-region): Save excursion.
13359
13360 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13361
13362         * message.el (message-kill-buffer-query-if-modified): Add new variable
13363         so the user can kill a modified message buffer quickly.
13364         (message-kill-buffer): Use it.
13365
13366 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13367
13368         * lpath.el: Fbind display-time-event-handler; don't fbind
13369         string-to-multibyte.
13370
13371         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13372
13373 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13374
13375         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13376         contained in text because xml.el decodes entities) with LFs.
13377
13378 2005-04-11  Lute Kamstra  <lute@gnu.org>
13379
13380         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13381         differently.
13382
13383 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13384
13385         * mm-util.el (mm-detect-coding-region): Typo.
13386
13387 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13390
13391 2005-04-06  Deepak Goel  <deego@gnufans.org>
13392
13393         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13394         user-function allow user modifications of the scores.
13395         (spam-stat-score-buffer-user): New function, to allow
13396         user-computed modifications to the score.
13397         (spam-stat-score-buffer-user-functions): List of additional
13398         scoring functions.
13399         (spam-stat-error-holder): Global temporary error holder.
13400         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13401         variable.
13402
13403 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13404
13405         * gnus-registry.el (gnus-registry-clean-empty-function)
13406         (gnus-registry-trim, gnus-registry-fetch-groups)
13407         (gnus-registry-delete-group): Groups that match
13408         `gnus-registry-ignored-groups' are removed from the registry
13409         entries, not just ignored for splitting.  This helps clean up the
13410         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13411         to get all the groups a message ID is in.
13412
13413         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13414         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13415         (spam-stat-score-buffer-user-functions): Add :number custom type.
13416
13417 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13418
13419         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13420         argument in XEmacs.
13421
13422         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13423         (nnrss-request-group): Decode group name first.
13424         (nnrss-request-article): Make a text/plain article if mml-to-mime
13425         failed.
13426         (nnrss-get-encoding): Return a compatible encoding according to
13427         nnrss-compatible-encoding-alist.
13428         (nnrss-find-el): Use consp instead of listp.
13429         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13430
13431 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13432
13433         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13434         which Emacs 20 doesn't support.
13435         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13436
13437 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13440         silence the byte compiler inside the defun.
13441
13442         * gnus-demon.el (parse-time-string): Add autoload.
13443
13444         * gnus-delay.el (parse-time-string): Add autoload.
13445
13446         * gnus-art.el (parse-time-string): Add autoload.
13447
13448         * nnultimate.el (parse-time): Require for `parse-time-string'.
13449
13450 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13451
13452         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13453
13454         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13455
13456         * smime.el (smime-ldap-host-list): Add :version.
13457
13458 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13459
13460         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13461         pass it to `gnus-browse-read-group'.
13462         (gnus-browse-read-group): Add NUMBER argument and pass it to
13463         `gnus-group-read-ephemeral-group'.
13464
13465         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13466         argument and pass it to `gnus-group-read-group'.
13467
13468 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13469
13470         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13471         mm-xemacs-find-mime-charset-1 if we have the mule feature
13472         available at runtime.
13473
13474 2005-03-25  Werner Lemberg  <wl@gnu.org>
13475
13476         * nnmaildir.el: Replace `illegal' with `invalid'.
13477
13478 2005-03-23  Lute Kamstra  <lute@gnu.org>
13479
13480         * time-date.el: Add comment on time value formats.
13481         Don't require parse-time.
13482         (with-decoded-time-value): New macro.
13483         (encode-time-value): New function.
13484         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13485         (days-to-time): Return a valid time value when arg is huge.
13486         (time-since): Use time-subtract.
13487         (time-to-number-of-days): Use time-to-seconds.
13488
13489 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13490
13491         * gnus-start.el (gnus-display-time-event-handler):
13492         Check display-time-timer at runtime rather than only at load time
13493         in case display-time-mode is turned off in the mean time.
13494
13495 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13496
13497         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13498         used.
13499
13500         * nneething.el (nneething-map-file-directory): Derive from
13501         `gnus-directory'.
13502
13503         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13504         the To/Cc button.
13505
13506 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13507
13508         * nnmaildir.el (nnmaildir-request-accept-article):
13509         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13510
13511 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13512
13513         * gnus-async.el: Require timer-funcs at compile time when in
13514         XEmacs for `run-with-idle-timer'.
13515
13516 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13517
13518         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13519         autoloaded function.
13520
13521 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13522
13523         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13524
13525 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13526
13527         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13528
13529 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13530
13531         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13532         gnus-expert-user to default.
13533
13534 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13535
13536         * nnimap.el (nnimap-open-server): Ditto.
13537
13538         * imap.el (imap-authenticate): Fix typo.
13539
13540 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13541
13542         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13543         buffer (since IMAP server might return FETCH response out of
13544         order, and the nntp buffer must be sorted).
13545
13546 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13547
13548         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13549         comparison on string.
13550
13551         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13552         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13553         (gnus-agent-summary-fetch-series): Modified to protect against
13554         gnus-agent-summary-fetch-group clearing processable flags.
13555         (gnus-agent-synchronize-group-flags): Update live group buffer as
13556         synchronization may occur due to the user toggle the plugged
13557         status.
13558         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13559         successfully downloaded.
13560         (gnus-agent-expire-group-1): Avoid using markers when the overview
13561         is in ascending order; greatly improves performance.
13562         (gnus-agent-regenerate-group): Use
13563         gnus-agent-synchronize-group-flags to reset read status in both
13564         gnus and server.
13565         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13566
13567 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13568
13569         * message.el: Don't autoload former message-utils variables.
13570         (message-strip-subject-trailing-was): Change doc string.
13571
13572         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13573         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13574         (nnweb-google-search): Add "hl=en" here.
13575         (nnweb-google-parse-1, nnweb-google-create-mapping):
13576         Don't hardcode URL.
13577
13578 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13579
13580         * message.el (message-get-reply-headers, message-followup):
13581         Mention related variables `message-use-followup-to' and
13582         `message-use-mail-followup-to', in the information buffer.
13583
13584         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13585         of broken groups(-beta).google.com.
13586
13587 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13588
13589         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13590         parameter to invoked gnus-request-move-article; remove the
13591         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13592         all at once instead of once per article.
13593         (gnus-summary-remove-process-mark): Accept a list of articles as
13594         well as a single article for processing.
13595
13596         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13597         parameter.
13598
13599         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13600
13601         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13602
13603         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13604         parameter.
13605
13606         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13607         parameter.
13608
13609         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13610         parameter and remove the gnus-sum-hint-move-is-internal variable.
13611
13612         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13613         parameter.
13614
13615         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13616         parameter.
13617
13618         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13619         parameter.
13620
13621         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13622
13623         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13624         parameter.
13625
13626         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13627         parameter.
13628
13629 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13630
13631         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13632         a more conservative way.
13633
13634 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13635
13636         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13637         buffer, so it moves the window's cursor.
13638
13639 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13640
13641         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13642         `mm-dissect-multipart' and receive the from field as an (optional)
13643         argument from `mm-dissect-multipart'.
13644         (mm-dissect-multipart): Receive the from field as an argument and
13645         pass it on when we call `mm-dissect-buffer' on MIME parts.
13646         Fixes verification/decryption of signed/encrypted MIME parts.
13647
13648 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13649
13650         * gnus-sum.el (gnus-summary-move-article): Set
13651         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13652         whatever it calls (right now, only nnimap-request-move article
13653         respects it).
13654
13655         * nnimap.el (nnimap-request-move-article): When
13656         gnus-sum-hint-move-is-internal is set, don't do the extra
13657         nnimap-request-article.
13658
13659 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13660
13661         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13662
13663         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13664         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13665
13666         * gnus-sum.el (gnus-summary-caesar-message):
13667         Apply `gnus-treat-article' after rotation.
13668
13669         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13670         doc string.
13671
13672 2005-02-22  Simon Josefsson  <jas@extundo.com>
13673
13674         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13675         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13676         <arne@arnested.dk>.
13677         (encrypt): Add password-cache and password-cache-expiry as group
13678         members.
13679
13680 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13681
13682         * smime.el (smime-ldap-host-list): Doc fix.
13683         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13684         cache) password.
13685         (smime-sign-region): Use it.
13686         (smime-decrypt-region): Use it.
13687         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13688         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13689         fails.
13690         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13691         certificate from DER to PEM format rather than calling openssl.
13692
13693         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13694
13695         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13696         for signing/encryption.
13697
13698         * mml.el (mml-parse-1): Use them.
13699
13700 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13701
13702         * nnrss.el (nnrss-verbose): Removed.
13703         (nnrss-request-group): Use `nnheader-message' instead.
13704
13705 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13706
13707         * nnrss.el (nnrss-verbose): New variable.
13708         (nnrss-request-group): Make it say nnrss is requesting a group.
13709
13710 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13711
13712         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13713         Handle news URL with given port correctly.
13714
13715 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13716
13717         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13718         containing special characters.
13719
13720         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13721
13722         * mml.el (mime-to-mml): Ditto.
13723
13724         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13725         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13726         (rfc2047-decode-region): Quote decoded words containing special
13727         characters when rfc2047-quote-decoded-words-containing-tspecials
13728         is non-nil.
13729
13730 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13731
13732         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13733
13734         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13735
13736 2005-02-15  Simon Josefsson  <jas@extundo.com>
13737
13738         * nnimap.el (nnimap-debug): Doc fix.
13739
13740         * imap.el (imap-debug): Doc fix.
13741
13742 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13745
13746 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13747
13748         * gnus.el (spam-contents): Improve docs for spam-contents
13749         parameter in its variable incarnation.
13750
13751 2005-02-14  Simon Josefsson  <jas@extundo.com>
13752
13753         * smime-ldap.el: Use require instead of load-library for ldap.
13754         (smime-ldap-search): Indent.
13755         (smime-ldap-search-internal): Shorten line.
13756
13757         * smime.el (smime-cert-by-dns): Add doc-string.
13758         (smime-cert-by-ldap-1): Indent.
13759
13760         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13761         mml-smime-get-dns-ldap.
13762         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13763
13764 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13765
13766         * smime.el: Require smime-ldap.
13767         (smime-ldap-host-list): New variable.
13768         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13769
13770         * mml-smime.el (mml-smime-encrypt-query): New function.
13771         (mml-smime-encrypt-query): Use it.
13772
13773         * smime-ldap.el: New file.
13774
13775 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13776
13777         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13778
13779 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13780
13781         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13782         argument in doc string.  Make query for type more clear.
13783
13784 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13785
13786         * gnus.el (gnus-group-startup-message): Search for gnus images in
13787         etc/images/gnus.
13788         * mm-util.el (mm-image-load-path): Likewise.
13789         * smiley.el (smiley-data-directory): Search for smilies in
13790         etc/images/smilies.
13791
13792 2005-02-09  Kim F. Storm  <storm@cua.dk>
13793
13794         Change Emacs release version from 21.4 to 22.1 throughout.
13795         Change Emacs development version from 21.3.50 to 22.0.50.
13796
13797 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13798
13799         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13800
13801         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13802         non-Mule XEmacs as well.
13803         (mm-decompress-buffer): Signal an error intentionally if it does
13804         not decompress compressed data because auto-compression-mode is
13805         disabled.
13806
13807 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13808
13809         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13810         an ID in the registry even if it has no groups.
13811
13812 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13813
13814         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13815         merge it into mm-decompress-buffer.
13816         (gnus-mime-copy-part): Use the MIME part charset, the value which
13817         a user specified or gnus-newsgroup-charset for decoding, like
13818         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13819         save-buffer what was used.  Suggested by Kevin Ryde
13820         <user42@zip.com.au>.
13821         (gnus-mime-inline-part): Allow the name parameter as well as the
13822         filename parameter; force decompressing of compressed data; always
13823         display contents being not decoded as unibyte.
13824
13825         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13826         as well as the filename parameter.
13827
13828         * mm-util.el (mm-decompress-buffer): Merge
13829         gnus-mime-jka-compr-maybe-uncompress.
13830         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13831         of compressed data.
13832
13833 2005-02-08  Simon Josefsson  <jas@extundo.com>
13834
13835         * imap.el (imap-log): Doc fix.
13836
13837 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13838
13839         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13840         the coding cookies; decompress compressed parts.
13841
13842         * mml.el (mml-generate-mime-1): Add the charset parameter according
13843         to the value which a user specified manually or the coding cookie.
13844
13845         * mm-util.el (mm-string-to-multibyte): New function.
13846         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13847         (mm-coding-system-to-mime-charset): New function.
13848         (mm-decompress-buffer): New function.
13849         (mm-find-buffer-file-coding-system): New function.
13850
13851         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13852         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13853         parts.
13854
13855 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13856
13857         * mm-view.el (mm-display-inline-fontify): Decode a part according
13858         to the charset parameter.
13859
13860 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13863         prefix arg is neither nil nor a number, as info specifies.
13864
13865 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13868         timestamps.
13869
13870 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13871
13872         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13873         groups error checking and notify user.
13874
13875 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13876
13877         * message.el (message-send-mail-function): Check existence of
13878         sendmail-program first before using default value
13879         `message-send-mail-with-sendmail'.  Otherwise use more generic
13880         `smtpmail-send-it'.
13881
13882 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13883
13884         * nntp.el (nntp-request-update-info): Always return nil.
13885
13886 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13887
13888         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13889
13890 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13891
13892         * message.el (message-beginning-of-line): Change the behavior when
13893         invoked between BOL and : so that it first moves backward.
13894
13895 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13898         article buffer when editing of the article is discarded.
13899         (gnus-article-prepare): Revert.
13900
13901 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13902
13903         * gnus-art.el (gnus-article-prepare):
13904         Remove message-strip-forbidden-properties from the local hook.
13905
13906 2005-01-27  Simon Josefsson  <jas@extundo.com>
13907
13908         * password.el (password-cache-add): Only start one timer per key.
13909         Reported by Derek Atkins <warlord@MIT.EDU>.
13910
13911 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13912
13913         * run-at-time.el: Removed.  It is no longer needed as
13914         timer-funcs.el in the xemacs-base package has a working version of
13915         `run-at-time'.
13916
13917         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13918
13919         * password.el: Require timer-funcs instead of run-at-time in
13920         XEmacs.
13921         Remove `password-run-at-time' macro.
13922         (password-cache-add): Use `run-at-time' instead of
13923         `password-run-at-time'.
13924
13925         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13926         Remove `nnheader-cancel-function-timers' alias,
13927         `cancel-function-timers' exists in XEmacs in timer-funcs.
13928
13929         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13930         for `run-with-idle-timer'.
13931
13932         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13933         for `run-at-time'.
13934
13935         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13936         for `with-timeout'.
13937
13938         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13939         the same as for XEmacs 21.4.
13940         No need to ignore `run-with-idle-timer', this function exists in
13941         XEmacs now in timer-funcs.el in the xemacs-base package.
13942         (dgnushack-compile): No need to delete
13943         run-at-time.el from the list of files to compile because it
13944         doesn't exist anymore.
13945
13946 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13947
13948         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13949         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13950
13951 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13952
13953         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13954         sensitively.
13955
13956 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13957
13958         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13959
13960 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13963         which will be inserted according to the multibyteness of a buffer
13964         rather than the type of contents.  Suggested by ARISAWA Akihiro
13965         <ari@mbf.ocn.ne.jp>.
13966
13967         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13968         of string which old xml.el may return rather than a string.
13969
13970 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13973
13974 2005-01-16  Simon Josefsson  <jas@extundo.com>
13975
13976         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13977         idn/idna.el isn't available.
13978         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13979         <michael@waxrat.com>.
13980
13981         * hashcash.el: Remove non-FSF copyright header.
13982
13983         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13984         (hashcash-generate-payment): Use it.
13985         (hashcash-generate-payment-async): Use it.
13986
13987 2005-01-15  Simon Josefsson  <jas@extundo.com>
13988
13989         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13990         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13991
13992         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13993         gnus-summary-idna-message.
13994         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13995         (gnus-summary-idna-message): New function.
13996
13997 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13998
13999         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14000         gnus-novice-user.
14001
14002 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14003
14004         * nnrss.el (nnrss-request-delete-group): Delete entries in
14005         nnrss-group-alist as well.
14006         (nnrss-save-server-data): Insert newline.
14007
14008 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14009
14010         * gnus.el (gnus-user-agent): Use list of symbols instead of
14011         symbols.  Display full version number for (S)XEmacs.  Optionally
14012         display (S)XEmacs codename.
14013
14014         * gnus-util.el (gnus-emacs-version): Update for new
14015         `gnus-user-agent'.
14016
14017         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14018         Gnus version.
14019
14020 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14021
14022         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14023         which is unreadable in some setups.
14024
14025 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * gnus-spec.el (gnus-update-format-specifications): Flush the
14028         group format spec cache if it doesn't support decoded group names.
14029
14030 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14031
14032         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14033         Allow to apply decay on score files matching a regexp.
14034
14035 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14036
14037         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14038         compatibility in %g and %c.
14039
14040 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14043         name for only %g and %c.
14044         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14045         of gnus-tmp-group to decoded group name.
14046         (gnus-group-make-rss-group): Exclude `/'s from group names.
14047
14048 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * nnrss.el (nnrss-get-encoding): Fix regexp.
14051
14052 2004-12-27  Simon Josefsson  <jas@extundo.com>
14053
14054         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14055         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14056         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14057
14058 2004-12-17  Kim F. Storm  <storm@cua.dk>
14059
14060         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14061
14062         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14063
14064 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14065
14066         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14067
14068 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14069
14070         * nnrss.el: Require rfc2047 and mml.
14071         (nnrss-file-coding-system): New variable.
14072         (nnrss-format-string): Redefine it as an inline function.
14073         (nnrss-decode-group-name): New function.
14074         (nnrss-string-as-multibyte): Remove.
14075         (nnrss-retrieve-headers): Decode group name; don't use
14076         nnrss-format-string.
14077         (nnrss-request-group): Decode group name.
14078         (nnrss-request-article): Decode group name; allow a Message-ID as
14079         well as an article number; don't use nnrss-format-string; encode a
14080         Message-ID string which may contain non-ASCII characters; use
14081         mml-to-mime to compose a MIME article.
14082         (nnrss-request-expire-articles): Decode group name.
14083         (nnrss-request-delete-group): Decode group name.
14084         (nnrss-fetch): Clarify error message.
14085         (nnrss-read-server-data): Use insert-file-contents instead of load;
14086         bind file-name-coding-system; use multibyte buffer.
14087         (nnrss-save-server-data): Bind coding-system-for-write to the
14088         value of nnrss-file-coding-system; bind file-name-coding-system;
14089         add coding cookie.
14090         (nnrss-read-group-data): Use insert-file-contents instead of load;
14091         bind file-name-coding-system; use multibyte buffer.
14092         (nnrss-save-group-data): Bind coding-system-for-write to the
14093         value of nnrss-file-coding-system; bind file-name-coding-system.
14094         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14095         make it work with non-ASCII text.
14096         (nnrss-find-el): Make it work with old xml.el as well.
14097
14098 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14099
14100         * nnrss.el (nnrss-get-encoding): New function.
14101         (nnrss-fetch): Use unibyte buffer initially; bind
14102         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14103         decode contents according to the encoding attribute.
14104         (nnrss-save-group-data): Add coding cookie.
14105         (nnrss-mime-encode-string): New function.
14106         (nnrss-check-group): Use it to encode subject and author.
14107
14108 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14109
14110         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14111         imaginary variable.
14112
14113 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14116         correctly even if there are wide characters.
14117
14118 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14119
14120         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14121         downcased symbol names; make a new cache instead of reusing
14122         bbdb-hashtable.
14123
14124 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14127         concatenating segments rather than before concatenating them.
14128         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14129
14130         * message.el (message-get-reply-headers): Bind `extra'.
14131
14132 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14133
14134         * message.el (message-extra-wide-headers): New variable.
14135         (message-get-reply-headers): Use it.
14136
14137 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14140         (gnus-agent-group-pathname): Ditto.
14141
14142         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14143
14144         * gnus-group.el (gnus-group-make-group): Decode group name.
14145         (gnus-group-make-rss-group): Register the group data after opening
14146         the nnrss group.
14147
14148 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14149
14150         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14151         by expiry now get marked as read.
14152
14153 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14154
14155         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14156
14157 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14158
14159         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14160         unify Latin characters in XEmacs.
14161         (mm-find-mime-charset-region): Use it.
14162
14163 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * gnus-util.el (gnus-delete-directory): New function.
14166
14167         * gnus-agent.el (gnus-agent-delete-group): Use it.
14168
14169         * gnus-cache.el (gnus-cache-delete-group): Use it.
14170
14171 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14174         names.
14175
14176 2004-12-16  Simon Josefsson  <jas@extundo.com>
14177
14178         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14179
14180 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14183
14184         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14185         (gnus-group-set-current-level): Decode group name.
14186
14187 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14188
14189         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14190         failed.
14191
14192 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14193
14194         * gnus-group.el (gnus-group-delete-group): Decode group name.
14195         (gnus-group-make-rss-group): Encode group name.
14196         (gnus-group-catchup-current): Decode group name.
14197         (gnus-group-kill-group): Decode group name.
14198
14199 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14200
14201         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14202
14203 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14204
14205         * gnus-group.el (gnus-group-make-rss-group):
14206         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14207
14208         * gnus-start.el (gnus-setup-news): Honor user's setting to
14209         gnus-message-archive-method.  Suggested by Lute Kamstra
14210         <lute@gnu.org>.
14211
14212 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14213
14214         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14215         global counterparts of the buffer-local variables.
14216
14217 2004-11-16  Romain Francoise  <romain@orebokech.com>
14218
14219         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14220         counterparts of the buffer-local variables.
14221
14222 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14223
14224         * message.el (message-forbidden-properties): Fixed typo in doc
14225         string.
14226
14227 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14228
14229         * gnus-util.el (gnus-replace-in-string): Added doc string.
14230
14231         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14232         to avoid problems when splitting mails with many recipients.
14233
14234 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14235
14236         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14237         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14238
14239 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14240
14241         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14242         if there is no hashtable in memory or file modification time is
14243         newer than cached timestamp.
14244
14245 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14246
14247         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14248         not-matching option.
14249
14250 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14251
14252         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14253         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14254         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14255         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14256         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14257         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14258
14259 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * message.el (message-forward-make-body-mml): Remove headers
14262         according to message-forward-ignored-headers if a message is decoded.
14263
14264 2004-12-02  Romain Francoise  <romain@orebokech.com>
14265
14266         * message.el (message-forward-make-body-plain): Always remove
14267         headers according to message-forward-ignored-headers.
14268
14269 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14270
14271         * spam.el (spam-summary-prepare-exit): Remove the
14272         gnus-summary-limit pop for now, it has problems with ham marks for
14273         me.
14274
14275 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14276
14277         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14278         correctly.
14279
14280 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14281
14282         * format-spec.el (format-spec): Message the char.
14283
14284 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14285
14286         * gnus-art.el (gnus-split-methods): Reformat comments.
14287
14288         * spam.el (spam-summary-prepare-exit): Remove article limits
14289         before exiting the summary buffer.
14290
14291 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14292
14293         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14294         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14295
14296         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14297         order to silence the byte compiler.
14298
14299         * spam.el: Fix the way to silence the byte compiler, which
14300         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14301         bbdb-search-simple, spam-BBDB-register-routine,
14302         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14303         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14304         spam-stat-buffer-is-spam, spam-stat-load,
14305         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14306         spam-stat-save and spam-stat-split-fancy.
14307
14308 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14309
14310         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14311         which may confuse users.
14312         (canlock-password-for-verify): Ditto.
14313
14314         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14315
14316         * gnus-art.el (gnus-emphasis-alist): Ditto.
14317
14318         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14319
14320         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14321
14322         * gnus-start.el (gnus-save-killed-list): Ditto.
14323
14324         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14325         (gnus-sum-thread-tree-root): Ditto.
14326         (gnus-sum-thread-tree-false-root): Ditto.
14327         (gnus-sum-thread-tree-single-indent): Ditto.
14328
14329         * message.el (message-courtesy-message): Ditto.
14330         (message-archive-note): Ditto.
14331         (message-subscribed-address-file): Ditto.
14332         (message-user-fqdn): Ditto.
14333
14334         * spam-report.el (spam-report-gmane-regex): Ditto.
14335
14336         * spam.el (spam-blackhole-good-server-regex): Ditto.
14337
14338 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * mml.el (mml-preview): Widen the message buffer before copying
14341         the contents to the preview buffer; sort headers before previewing.
14342
14343         * message.el (message-hidden-headers): Fix the way to avoid a bug
14344         in the `repeat' widget in Emacs 21.3 or earlier.
14345
14346 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14347
14348         * message.el (message-hidden-headers): Default to "^References:".
14349         Improve customization type.  Suggested by Reiner Steib
14350         <Reiner.Steib@gmx.de>.
14351
14352 2004-11-25  Romain Francoise  <romain@orebokech.com>
14353
14354         * message.el (message-strip-forbidden-properties): Remove check for
14355         obsolete `message-hidden' text property, hidden headers are not
14356         accessible in the buffer anymore.
14357
14358 2004-11-22  Romain Francoise  <romain@orebokech.com>
14359
14360         * message.el (message-header-format-alist): Add `From' in list
14361         so that it can be sorted.
14362         (message-fix-before-sending): Widen and sort headers before
14363         sending.
14364         (message-hide-headers): Use narrowing to hide headers by moving
14365         them to the top of the buffer and narrowing to the region
14366         underneath.
14367
14368 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14369
14370         * message.el (message-strip-forbidden-properties): Bind
14371         buffer-read-only (etc) to nil.
14372
14373 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14374
14375         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14376         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14377
14378 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14379
14380         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14381
14382 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14383
14384         * dns.el (query-dns): Use sit-for to time instead of
14385         accept-process-output, since that doesn't seem to work on udp
14386         sockets.
14387
14388 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14391
14392 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14393
14394         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14395         doc string.  Improve doc string.
14396
14397 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14398
14399         * nntp.el (nntp-request-update-info): Return nil if
14400         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14401         may not call gnus-activate-group which uselessly issues the GROUP
14402         commands for all nntp groups and wastes time.  Reported by Romain
14403         Francoise <romain@orebokech.com>.
14404
14405         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14406
14407 2004-11-15  Simon Josefsson  <jas@extundo.com>
14408
14409         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14410         headers separately.
14411         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14412         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14413
14414 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14415
14416         * gnus-start.el (gnus-convert-old-newsrc):
14417         Assign legacy-gnus-agent to 5.10.7.
14418
14419 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14420
14421         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14422         start of the lines.
14423
14424 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14425
14426         * hashcash.el (hashcash-default-payment): Change default to 20.
14427         (hashcash-default-accept-payment): Change default to 20.
14428         (hashcash-process-alist): New variable.
14429         (hashcash-generate-payment-async): Add.
14430         (hashcash-already-paid-p): Add.
14431         (hashcash-insert-payment): Don't generate payments twice.
14432         (hashcash-insert-payment-async): Add.
14433         (hashcash-insert-payment-async-2): Add.
14434         (hashcash-cancel-async): Add.
14435         (hashcash-wait-async): Add.
14436         (hashcash-processes-running-p): Add.
14437         (hashcash-wait-or-cancel): Add.
14438         (mail-add-payment): New optional argument.  Conditionally start
14439         asynchronous calculation.
14440         (mail-add-payment-async): Add.
14441
14442         * message.el (message-send-mail): Wait for asynchronous hashcash
14443         results.  Don't clobber existing X-Hashcash headers.
14444         (message-setup-1): Call mail-add-payment-async when
14445         message-generate-hashcash is non-nil.
14446
14447 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14448
14449         * message.el (message-use-alternative-email-as-from): Examine the
14450         From header as well; use message-make-from in order to include a
14451         user's full name.
14452
14453 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14454
14455         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14456         default; improve customization type.
14457         (gnus-emphasis-custom-with-format): New macro.
14458         (gnus-emphasis-custom-value-to-external): New function.
14459         (gnus-emphasis-custom-value-to-internal): New function.
14460
14461 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14462
14463         * dns.el (query-dns): Resolve reverse addresses.
14464
14465 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14466
14467         * gnus-group.el (gnus-group-get-new-news): Use it.
14468
14469         * gnus-start.el (gnus-check-reasonable-setup): New function.
14470
14471 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14472
14473         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14474         "Args out of range" error.  Reported by Arnaud Giersch
14475         <arnaud.giersch@free.fr>.
14476
14477 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14478
14479         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14480
14481 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14482
14483         * spam.el (spam group): Add :version.
14484
14485         * pgg-def.el (pgg group): Add :version.
14486
14487 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14488
14489         * gnus-art.el (gnus-article-edit-article): Don't associate the
14490         article buffer with a draft file.  This is a temporary measure
14491         against the 2004-08-22 change to gnus-article-edit-mode.
14492
14493 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14494
14495         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14496         (html2text-format-tags): Remove unused variable `attr'.
14497
14498 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14499
14500         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14501
14502         * tls.el (tls-process-connection-type, tls-success)
14503         (tls-certtool-program): Add :version.
14504
14505         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14506         (starttls-extra-arguments, starttls-process-connection-type)
14507         (starttls-connect, starttls-failure, starttls-success): Add :version.
14508
14509         * spam-stat.el (spam-stat): Add :version.
14510
14511         * sieve.el (sieve): Add :version.
14512
14513         * sha1.el (sha1): Add :version.
14514         (sha1-use-external): Remove redundant version.
14515
14516         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14517         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14518         (nnmail-split-fancy-match-partial-words)
14519         (nnmail-split-lowercase-expanded): Add :version.
14520
14521         * nndiary.el (nndiary): Add :version.
14522
14523         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14524
14525         * mml-sec.el (mml-default-sign-method)
14526         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14527         Add :version.
14528
14529         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14530
14531         * mm-url.el (mm-url-use-external, mm-url-program)
14532         (mm-url-arguments): Add :version.
14533
14534         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14535         (mm-attachment-file-modes, mm-decrypt-option)
14536         (mm-w3m-safe-url-regexp): Add :version.
14537
14538         * message.el (message-cite-prefix-regexp)
14539         (message-sendmail-envelope-from, message-minibuffer-local-map)
14540         (message-user-fqdn, message-completion-alist): Add :version.
14541
14542         * gnus-win.el (gnus-configure-windows-hook)
14543         (gnus-use-frames-on-any-display): Add :version.
14544
14545         * gnus-art.el (gnus-article-address-banner-alist)
14546         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14547         (gnus-treat-from-picon, gnus-treat-mail-picon)
14548         (gnus-treat-x-pgp-sig): Add :version.
14549
14550         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14551         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14552         (gnus-summary-article-delete-hook)
14553         (gnus-summary-display-while-building): Add :version.
14554
14555         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14556         (gnus-get-top-new-news-hook): Add :version.
14557
14558         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14559         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14560
14561         * gnus-registry.el (gnus-registry): Add :version.
14562
14563         * gnus-spec.el (gnus-use-correct-string-widths)
14564         (gnus-make-format-preserve-properties): Add :version.
14565
14566         * gnus.el (gnus-group-charter-alist)
14567         (gnus-group-fetch-control-use-browse-url)
14568         (gnus-install-group-spam-parameters): Add :version.
14569
14570         * gnus-diary.el (gnus-diary): Add :version.
14571
14572         * gnus-delay.el (gnus-delay): Add :version.
14573
14574         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14575         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14576         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14577         Add :version.
14578
14579         * gnus-agent.el (gnus-agent-max-fetch-size)
14580         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14581         (gnus-agent-prompt-send-queue): Add :version.
14582
14583         * deuglify.el (gnus-outlook-deuglify): Add :version.
14584
14585         * html2text.el: Beautify code.  Improve doc strings.  Some
14586         checkdoc cleanup.
14587         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14588
14589 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14590
14591         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14592
14593 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14594
14595         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14596         when package is loaded.
14597
14598         * spam.el (spam-summary-score-preferred-header): Add global preference
14599         for people who want to override the default SpamAssassin over
14600         Bogofilter preference (when both are set).
14601         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14602         (spam-user-format-function-S): Check
14603         spam-summary-score-preferred-header.
14604         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14605         (spam-user-format-function-S): Format the score correctly.
14606
14607 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14608
14609         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14610         signature file.  Suggested by Manoj Srivastava
14611         <srivasta@golden-gryphon.com>.
14612
14613         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14614         iso-2022-jp even in the Japanese language environment.
14615         Suggested by Jason Rumney <jasonr@gnu.org>.
14616
14617 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14618
14619         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14620         use the same characters as the dummy marks; make it free from
14621         getting affected by the language environment.
14622         (gnus-summary-read-group-1): Update mark positions only when the
14623         format spec is updated.
14624
14625         * gnus-spec.el (gnus-update-format-specifications): Return a list
14626         of updated types.
14627
14628 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14629
14630         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14631         of boundp to check if display-warning is available.
14632
14633 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14634
14635         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14636
14637 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14638
14639         * nnspool.el (nnspool-spool-directory): Use news-path if the
14640         news-directory variable is not bound.
14641
14642         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14643         function instead of display-warning if it is not available.
14644
14645 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14646
14647         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14648         v5-10: Use `point-at-bol'.
14649
14650 2004-10-26  Simon Josefsson  <jas@extundo.com>
14651
14652         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14653         <chenggao@gmail.com>.
14654
14655 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14656
14657         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14658         instead.
14659
14660 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14661
14662         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14663         to remove a server from the nnimap-server-buffer-alist.
14664         (nnimap-open-connection, nnimap-close-server): Use it.
14665
14666         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14667
14668 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14669
14670         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14671         running the major-mode function.
14672
14673 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14676         dummy marks in the right way.
14677
14678 2004-10-18  David Edmondson  <dme@dme.org>
14679
14680         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14681         excessively.
14682
14683 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14684
14685         * gnus-util.el (gnus-split-references): Accept a nil references
14686         string and go on blissfully.
14687
14688         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14689         cases where the references string is non-nil but has no references.
14690
14691         * encrypt.el: Add autoload tags.
14692
14693         * spam.el (spam-resolve-registrations-routine): Remove article
14694         from unregistration list too.  Reported by David Hanak
14695         <dhanak@isis.vanderbilt.edu>
14696
14697 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14698
14699         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14700         nil.  Changed custom type.
14701
14702 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14703
14704         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14705
14706         * gnus-sum.el (gnus-summary-move-article): Use it.
14707
14708 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14709
14710         * encrypt.el: Add autoload cookies.
14711
14712         * spam.el (spam-backend-article-list-property)
14713         (spam-backend-get-article-todo-list)
14714         (spam-backend-put-article-todo-list)
14715         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14716         Resolve registrations separately.
14717         (spam-register-routine): Format comments.
14718         (spam-unregister-routine, spam-register-routine): Always call with
14719         specific-articles, no default list.
14720         (spam-summary-prepare-exit): Use the spam-classifications function.
14721
14722         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14723         gnus-encrypt.el.
14724
14725         * encrypt.el: Copied from gnus-encrypt.el.
14726
14727         * gnus-encrypt.el: Commented that it's obsolete.
14728
14729 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14730
14731         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14732         (gnus-score-save): Use it.
14733
14734         * message.el (message-bury): Use `window-dedicated-p'.
14735
14736 2004-10-15  Simon Josefsson  <jas@extundo.com>
14737
14738         * pop3.el (top-level): Don't require nnheader.
14739         (pop3-read-timeout): Add.
14740         (pop3-accept-process-output): Add.
14741         (pop3-read-response, pop3-retr): Use it.
14742
14743 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14744
14745         * spam.el (spam-register-routine): Move comment.
14746         (spam-verify-bogofilter): Use 'unknown for the initial
14747         spam-bogofilter-valid state, not 'never.
14748
14749         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14750         for netrc-machine.
14751
14752         * nnimap.el (nnimap-open-connection): Use
14753         netrc-machine-user-or-password.
14754
14755 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14756
14757         * gnus-registry.el (gnus-registry-unload-hook):
14758         Set as a variable with add-hook.
14759
14760         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14761         of news-path.
14762
14763         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14764
14765         * spam.el: Delete duplicate `provide'.
14766         (spam-unload-hook): Set as a variable with add-hook.
14767
14768 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14769
14770         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14771         in the doc string.
14772
14773         * message.el (message-ignored-news-headers)
14774         (message-ignored-supersedes-headers)
14775         (message-ignored-resent-headers)
14776         (message-forward-ignored-headers): Improve custom type.
14777
14778 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14779
14780         * message.el (message-tokenize-header): Fix 2004-09-06 change
14781         which used point-min in the wrong place.
14782
14783 2004-10-12  Simon Josefsson  <jas@extundo.com>
14784
14785         * tls.el (tls-certtool-program): New variable.
14786         (tls-certificate-information): New function, based on
14787         ssl-certificate-information.
14788
14789 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14790
14791         * compface.el: Move the version of ELisp-based uncompface program
14792         to the contrib directory because of the copyright problem.
14793
14794 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14795
14796         * message.el (message-kill-buffer): Raise the current frame.
14797
14798 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14799
14800         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14801
14802         * gnus.el (message-y-or-n-p): Autoload.
14803
14804         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14805         (pop3-password-required, pop3-authentication-scheme)
14806         (pop3-leave-mail-on-server): Made customizable.
14807         (pop3): New custom group.
14808         (pop3-retr): Remove `sleep-for' statements.
14809         Suggested by Dave Love <fx@gnu.org>.
14810
14811         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14812         Windows/DOS.
14813
14814         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14815         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14816         Dave Love <fx@gnu.org>.
14817
14818         * mml.el (mml-minibuffer-read-disposition): Require match.
14819         Suggested by Dave Love <fx@gnu.org>.
14820
14821 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14822
14823         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14824         doc string.
14825
14826 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14829
14830 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14831
14832         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14833         instead of calling `mm-insert-inline', to decode text/* parts
14834         before displaying them.
14835
14836 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14837
14838         * mm-uu.el (mm-uu-text-plain-type): New variable.
14839         (mm-uu-pgp-signed-extract-1): Use it.
14840         (mm-uu-pgp-encrypted-extract-1): Use it.
14841         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14842         bind mm-uu-text-plain-type with that value.
14843         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14844         mm-uu-dissect.
14845
14846 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14847
14848         * gnus-group.el (gnus-update-group-mark-positions):
14849         * gnus-sum.el (gnus-update-summary-mark-positions):
14850         * message.el (message-check-news-body-syntax):
14851         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14852         of string-as-multibyte.
14853
14854 2004-10-05  Juri Linkov  <juri@jurta.org>
14855
14856         * gnus-group.el (gnus-update-group-mark-positions):
14857         * gnus-sum.el (gnus-update-summary-mark-positions):
14858         * message.el (message-check-news-body-syntax):
14859         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14860         8-bit unibyte values to a multibyte string for search functions.
14861
14862 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14863
14864         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14865         (mm-uu-dissect-text-parts): New function.
14866
14867         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14868         dissect text parts.
14869
14870         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14871         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14872
14873         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14874
14875         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14876         gnus-current-topics instead of gnus-current-topic.
14877
14878 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14879
14880         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14881
14882 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14883
14884         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14885         where approriate.
14886
14887         * nnml.el (nnml-generate-active-info): do.
14888
14889         * nndiary.el (nndiary-generate-active-info): do.
14890
14891         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14892         (gnus-topic-move): do.
14893
14894         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14895         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14896
14897         * gnus-srvr.el (gnus-server-prepare)
14898         (gnus-server-open-all-servers): do.
14899
14900         * gnus-msg.el (gnus-summary-cancel-article)
14901         (gnus-summary-resend-message)
14902         (gnus-summary-mail-crosspost-complaint): do.
14903
14904         * gnus-move.el (gnus-change-server): do.
14905
14906         * gnus-group.el (gnus-group-unmark-all-groups)
14907         (gnus-group-set-current-level): do.
14908
14909 2004-10-04  Simon Josefsson  <jas@extundo.com>
14910
14911         * message.el (message-generate-hashcash): Doc fix.
14912
14913 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14914
14915         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14916         avoid infinite recursion via gnus-get-function.
14917
14918 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14919
14920         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14921
14922         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14923
14924         * nnmail.el (nnmail-split-history): do.
14925
14926         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14927         (nnml-request-delete-group): do.
14928
14929         * nnslashdot.el (nnslashdot-read-groups): do.
14930
14931         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14932         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14933
14934         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14935         (nnspool-sift-nov-with-sed): Use last.
14936         (nnspool-retrieve-headers-with-nov): Use mapc.
14937         (nnspool-request-newgroups): Use dolist.
14938         (nnspool-request-group): Use last.
14939
14940         * nntp.el (nntp-read-server-type): Use dolist.
14941
14942         * nnvirtual.el (nnvirtual-create-mapping)
14943         (nnvirtual-update-read-and-marked): Use dolist.
14944         (nnvirtual-convert-headers): Simplify.
14945
14946 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14947
14948         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14949         support for sync'ing tick marks.
14950
14951 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14954         there's no visible header.
14955
14956 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14957
14958         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14959         necessary, pass full group name to gnus-request-set-marks.
14960
14961 2004-10-01  Simon Josefsson  <jas@extundo.com>
14962
14963         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14964         acroread.
14965
14966 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14967
14968         * spam-report.el (spam-report-gmane): Fix interactive.
14969
14970         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14971
14972         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14973         when writing file.
14974         (gnus-agent-synchronize-flags): Don't default to being
14975         interactive.
14976
14977 2004-09-30  Simon Josefsson  <jas@extundo.com>
14978
14979         * message.el (message-generate-hashcash): Add.
14980         (message-send-mail): Use it, call mail-add-payment.
14981
14982 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14983
14984         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14985
14986 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14987
14988         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14989         gnus-requst-update-info with explicit code to sync the in-memory
14990         info read flags with the marks being sync'd to the backend.
14991
14992         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14993
14994 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14995
14996         * spam.el (spam-verify-bogofilter): Add new function.
14997         (spam-check-bogofilter)
14998         (spam-bogofilter-register-with-bogofilter): Use it.
14999         (spam-verify-bogofilter): Add small fixes.
15000
15001 2004-09-28  Simon Josefsson  <jas@extundo.com>
15002
15003         * hashcash.el (hashcash-generate-payment): Revert.
15004
15005 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15006
15007         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15008         gnus-extract-references instead of gnus-split-references.
15009
15010         * gnus-util.el (gnus-extract-references): Add new function, analogous
15011         to gnus-split-references but extracts only the message-ID without
15012         anything extra.
15013
15014         * hashcash.el (hashcash-generate-payment)
15015         (hashcash-check-payment): Do the right thing if hashcash-path is
15016         nil (because the hashcash program could not be found).
15017
15018         * spam.el (spam-use-hashcash): Remove comment.
15019
15020 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15021
15022         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15023         (gnus-cache-enter-article, gnus-cache-remove-article)
15024         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15025
15026         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15027
15028         * gnus-art.el (article-hide-boring-headers)
15029         (article-translate-strings, article-display-face)
15030         (gnus-article-mime-match-handle-first)
15031         (gnus-article-highlight-headers)
15032         (gnus-article-add-buttons-to-head): do.
15033
15034 2004-09-27  Simon Josefsson  <jas@extundo.com>
15035
15036         * hashcash.el: New version, from
15037         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15038         ../contrib/.
15039
15040 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15041
15042         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15043
15044 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15045
15046         * gnus-dup.el (gnus-dup-open): Use mapc.
15047         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15048
15049         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15050         Reported by Stefan Wiens <s.wi@gmx.net>.
15051
15052         * gnus.el (gnus-shutdown): Use dolist.
15053
15054         * gnus-undo.el (gnus-undo): Use mapc.
15055
15056         * nnrss.el (nnrss-generate-active): do.
15057
15058         * message.el (message-cite-original-without-signature)
15059         (message-cite-original): Use mapc.
15060         (message-do-actions, message-make-forward-subject): Use dolist.
15061
15062 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15063
15064         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15065         deletion to remove entire duplicate line.  Fixes merged article
15066         number bug.
15067
15068 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15069
15070         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15071         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15072         first ask if you want to open a server and then, even when you
15073         responded with no, asking if you want to synchronize the server's
15074         flags.
15075         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15076         multi-line expressions.
15077         (gnus-agent-synchronize-group-flags): New internal function.
15078         Updates marks in memory (in the info structure) AND in the
15079         backend.
15080
15081         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15082
15083         * nnagent.el (nnagent-request-set-mark): Use
15084         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15085         method, to ensure that synchronization updates marks in the
15086         backend and in the info (in memory) structure.
15087
15088 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15089
15090         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15091         convention fully; don't miss the root article of a thread; make
15092         the X-Draft-From header with correct article numbers.
15093
15094 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15095
15096         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15097         unless plugged.  Disable the agent so that an open failure causes
15098         an error.
15099
15100         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15101         Reverted 2004-09-21 change.  The backend must be opened while
15102         synchronizing flags even when the backend stores the flags
15103         locally.
15104
15105 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15106
15107         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15108         in `header' match.  Reported by Svend Tollak Munkejord.
15109
15110         * message.el (message-cite-original): Fix use of
15111         `message-cite-articles-with-x-no-archive'.
15112
15113 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15114
15115         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15116         (gnus-window-to-buffer): Ditto.
15117
15118         * mml.el (mml-preview-buffer): New variable.
15119         (mml-preview): Manage window layout with gnus-buffer-configuration.
15120
15121         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15122         X-Draft-From header even if those articles aren't quoted.
15123
15124 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15125
15126         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15127         (gnus-request-set-mark, gnus-request-update-mark): Use new
15128         g-s-t-u-l-m to decide to use backend even when unplugged.
15129
15130 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15133         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15134
15135 2004-09-20  Simon Josefsson  <jas@extundo.com>
15136
15137         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15138         "utf-16-le".
15139
15140 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15141
15142         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15143
15144 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15145
15146         * uudecode.el (uudecode-use-external): Add :version.
15147
15148         * smime.el (smime-CA-file, smime-encrypt-cipher)
15149         (smime-dns-server): Add :version.
15150
15151         * smiley.el (gnus-smiley-file-types): Add :version.
15152
15153         * sha1.el (sha1-use-external): Add :version.
15154
15155         * pgg-def.el (pgg-query-keyserver): Add :version.
15156
15157         * nnmail.el (nnmail-fancy-expiry-targets)
15158         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15159         Add :version.
15160
15161         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15162         (nnimap-retrieve-groups-asynchronous): Add :version.
15163         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15164
15165         * mml.el (mml-content-disposition-parameters)
15166         (mml-insert-mime-headers-always): Add :version.
15167
15168         * mm-util.el (mm-coding-system-priorities): Add :version.
15169
15170         * mm-decode.el (mm-inline-text-html-with-images)
15171         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15172         (mm-verify-option): Add :version.
15173         (mm-text-html-renderer): Change :version.
15174
15175         * message.el (message-fcc-externalize-attachments)
15176         (message-required-headers, message-draft-headers)
15177         (message-subject-trailing-was-query)
15178         (message-subject-trailing-was-ask-regexp)
15179         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15180         (message-mark-insert-end, message-archive-header)
15181         (message-archive-note, message-cross-post-default)
15182         (message-cross-post-note, message-followup-to-note)
15183         (message-cross-post-note-function, message-use-mail-followup-to)
15184         (message-subscribed-address-functions)
15185         (message-subscribed-address-file, message-subscribed-addresses)
15186         (message-subscribed-regexps, message-allow-no-recipients)
15187         (message-yank-cited-prefix, message-signature-insert-empty-line)
15188         (message-hidden-headers, message-hierarchical-addresses)
15189         (message-mail-user-agent, message-use-idna)
15190         (message-valid-fqdn-regexp)
15191         (message-strip-special-text-properties, message-header-synonyms)
15192         (message-beginning-of-line, message-tab-body-function): Add :version.
15193         (message-insert-canlock, message-wide-reply-confirm-recipients):
15194         Change :version.
15195
15196         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15197         and :version.
15198         (mail-source-delete-old-incoming-confirm)
15199         (mail-source-movemail-program): Add :version.
15200
15201         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15202         (gnus-agent-cache, gnus-agent): Change :version.
15203
15204         * gnus-util.el (gnus-use-byte-compile): Change :version.
15205
15206         * gnus-sum.el (gnus-summary-make-false-root-always)
15207         (gnus-summary-default-high-score)
15208         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15209         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15210         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15211         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15212         (gnus-sum-thread-tree-single-indent)
15213         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15214         (gnus-sum-thread-tree-leaf-with-other)
15215         (gnus-sum-thread-tree-single-leaf): Add :version.
15216         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15217         (gnus-article-loose-mime): Change :version.
15218
15219         * gnus-start.el (gnus-backup-startup-file)
15220         (gnus-save-startup-file-via-temp-buffer): Add :version.
15221
15222         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15223         (gnus-server-offline-face): Add :version.
15224
15225         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15226
15227         * gnus-msg.el (gnus-gcc-externalize-attachments)
15228         (gnus-debug-files, gnus-debug-exclude-variables)
15229         (gnus-discouraged-post-methods): Change :version.
15230         (gnus-confirm-mail-reply-to-news)
15231         (gnus-confirm-treat-mail-like-news): Add :version.
15232
15233         * gnus-int.el (gnus-server-unopen-status): Add :version.
15234
15235         * gnus-group.el (gnus-group-jump-to-group-prompt)
15236         (gnus-large-ephemeral-newsgroup)
15237         (gnus-fetch-old-ephemeral-headers): Add :version.
15238
15239         * gnus-fun.el (gnus-x-face-directory)
15240         (gnus-convert-pbm-to-x-face-command)
15241         (gnus-convert-image-to-x-face-command)
15242         (gnus-convert-image-to-face-command): Add :version.
15243
15244         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15245
15246         * gnus-cite.el (gnus-cite-blank-line-after-header)
15247         (gnus-article-boring-faces): Add :version.
15248
15249         * gnus-art.el (gnus-buttonized-mime-types)
15250         (gnus-inhibit-mime-unbuttonizing)
15251         (gnus-treat-display-face)
15252         (gnus-treat-body-boundary): Change :version.
15253         (gnus-body-boundary-delimiter, gnus-picon-databases)
15254         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15255         (gnus-treat-date-english, gnus-treat-fold-headers)
15256         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15257         (gnus-treat-mail-picon, gnus-treat-wash-html)
15258         (gnus-article-encrypt-protocol)
15259         (gnus-use-idna, gnus-article-over-scroll)
15260         (gnus-mime-display-multipart-alternative-as-mixed)
15261         (gnus-mime-display-multipart-related-as-mixed)
15262         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15263         (gnus-ctan-url, gnus-button-ctan-handler)
15264         (gnus-button-handle-ctan-bogus-regexp)
15265         (gnus-button-ctan-directory-regexp)
15266         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15267         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15268         (gnus-button-man-level, gnus-button-emacs-level)
15269         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15270
15271         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15272         (gnus-agent-go-online): Change :version.
15273         (gnus-agent-expire-unagentized-dirs)
15274         (gnus-agent-auto-agentize-methods): Add :version.
15275
15276         * flow-fill.el (fill-flowed-display-column)
15277         (fill-flowed-encode-column): Add :version.
15278
15279         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15280         (gnus-outlook-deuglify-unwrap-max)
15281         (gnus-outlook-deuglify-cite-marks)
15282         (gnus-outlook-deuglify-unwrap-stop-chars)
15283         (gnus-outlook-deuglify-no-wrap-chars)
15284         (gnus-outlook-deuglify-attrib-cut-regexp)
15285         (gnus-outlook-deuglify-attrib-verb-regexp)
15286         (gnus-outlook-deuglify-attrib-end-regexp)
15287         (gnus-outlook-display-hook): Add :version.
15288
15289         * binhex.el (binhex-use-external): Add :version.
15290
15291 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15292
15293         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15294         and `invisible'.
15295
15296 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15297
15298         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15299         in gnus-registry-trim.
15300
15301 2004-09-13  Simon Josefsson  <jas@extundo.com>
15302
15303         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15304
15305         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15306
15307         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15308         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15309         <yamaoka@jpl.org>.
15310         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15311         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15312         <yamaoka@jpl.org>.
15313
15314         * sieve.el (sieve-manage-mode): Ditto.
15315
15316 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15317
15318         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15319
15320 2004-09-11  Simon Josefsson  <jas@extundo.com>
15321
15322         * dns-mode.el: Add.
15323
15324         * mm-view.el (mm-display-dns-inline): Add.
15325
15326         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15327         (mm-automatic-display): Ditto.
15328
15329         * mailcap.el (mailcap-mime-data): Add text/dns.
15330         (mailcap-mime-extensions): Map .soa to text/dns.
15331
15332 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15333
15334         * gnus-art.el (article-decode-mime-words, article-babel)
15335         (gnus-article-highlight-signature, gnus-article-add-buttons)
15336         (gnus-signature-toggle): Remove unnecessary bindings of
15337         `inhibit-read-only' inherited from v5.10 merge.
15338
15339 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15340
15341         * nntp.el (nntp): New customization group.
15342         (nntp-authinfo-file): Add customization group.
15343
15344         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15345
15346         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15347
15348         * gnus.el (to-address, to-list, subscribed)
15349         (large-newsgroup-initial): Ditto.
15350
15351         * flow-fill.el (fill-flowed-display-column)
15352         (fill-flowed-encode-column): Ditto.
15353
15354 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15355
15356         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15357         Use point-min rather than 1.
15358         (message-send-mail): Use buffer-size rather than point-max.
15359
15360         * gnus-sum.el (gnus-summary-search-article-forward):
15361         Signal a specific `search-failed' rather than a generic `error'.
15362
15363         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15364         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15365         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15366
15367 2004-09-10  Simon Josefsson  <jas@extundo.com>
15368
15369         * nndb.el (require): Remove tcp and duplicate cl.
15370
15371 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15372
15373         * gnus-agent.el (directory-files-and-attributes): Move forward.
15374
15375 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15376
15377         * gnus-agent.el (directory-files-and-attributes): Optionally
15378         defined to support XEmacs.
15379
15380 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15381
15382         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15383         to avoid run-time CL dependencies.
15384         (gnus-agent-unfetch-articles): New function.
15385         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15386         article numbers even when local .overview file is missing.
15387         (gnus-agent-read-article-number): New function.  Only accepts
15388         27-bit article numbers.
15389         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15390         gnus-agent-read-article-number.
15391         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15392         from backend while recognizing that article numbers in .overview
15393         must be valid.
15394         (gnus-agent-update-files-total-fetched-for): Use
15395         directory-files-and-attributes to improve performance.
15396         * gnus-int.el (gnus-request-move-article): Use
15397         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15398         improve performance.
15399
15400         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15401         some users confused by references to .newsrc when they only have a
15402         .newsrc.eld file.
15403         (gnus-convert-mark-converter-prompt)
15404         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15405         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15406         New function.  Used internally to only display 'gnus converting
15407         files' message when actually necessary.
15408
15409         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15410         methods now autoloaded.
15411
15412 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15413
15414         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15415         identifiers.
15416
15417 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15418
15419         * gnus-picon.el: Fix indentation and closing parenthesis.
15420
15421 2004-09-01  Simon Josefsson  <jas@extundo.com>
15422
15423         * message.el (message-canlock-generate): Require sha1, not
15424         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15425         to require within a function.  Sadly, if sha1.el isn't loaded, the
15426         let binding in m-c-g will hide the defcustom definition, which is
15427         bad.)
15428
15429         * canlock.el: Require sha1, not sha1-el.
15430
15431         * message.el: Don't autoload sha1 (there is a autoload cookie in
15432         sha1.el).
15433
15434         * sha1-el.el: Renamed to sha1.el.
15435
15436 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15437
15438         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15439
15440 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15441
15442         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15443
15444 2004-08-30  Kim F. Storm  <storm@cua.dk>
15445
15446         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15447
15448         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15449         Add :group 'nnimap.
15450
15451 2004-08-30  Andreas Schwab  <schwab@suse.de>
15452
15453         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15454         ?* and ?\;.
15455
15456         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15457         and ?\' to symbol instead of whitespace.
15458
15459 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15462
15463         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15464         instead of re-search-forward.
15465
15466         * gnus-uu.el (gnus-uu-save-article): Ditto.
15467         (gnus-uu-post-encode-uuencode): Ditto.
15468
15469         * html2text.el (html2text-clean-list-items): Ditto.
15470         (html2text-clean-dtdd): Ditto.
15471         (html2text-format-tags): Ditto.
15472
15473         * message.el (message-send-mail-with-sendmail): Fix regexp.
15474         (message-fill-field-general): Use search-forward instead of
15475         re-search-forward.
15476         (unbold-region): Ditto.
15477
15478         * nnrss.el (nnrss-request-article): Ditto.
15479
15480         * nnslashdot.el (nnslashdot-request-article): Ditto.
15481
15482         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15483
15484         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15485         "Unrecognized menu descriptor" error in XEmacs.
15486
15487 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15488
15489         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15490         parent article of a sparse article in the thread hashtb.
15491
15492 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15493
15494         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15495         (nnmail-expand-newtext): Lowercase expanded entries if
15496         nnmail-split-lowercase-expanded is non-nil.
15497
15498 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15499
15500         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15501
15502         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15503         of gnus-tmp-news-method into string under XEmacs.  It will be
15504         passed to gnus-correct-length which takes only a string argument.
15505
15506 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15507
15508         * gnus-util.el (gnus-bind-print-variables): New macro.
15509         (gnus-prin1): Use it.
15510         (gnus-prin1-to-string): Use it.
15511         (gnus-pp): New function.
15512         (gnus-pp-to-string): New function.
15513
15514         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15515         Replace pp-to-string with gnus-pp-to-string.
15516         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15517         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15518         * gnus-msg.el (gnus-debug): Ditto.
15519         * gnus-score.el (gnus-score-save): Ditto.
15520         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15521         gnus-pp-to-string.
15522         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15523         with gnus-pp.
15524         * score-mode.el (gnus-score-pretty-print): Ditto.
15525         * webmail.el (webmail-debug): Ditto.
15526
15527 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15528
15529         * gnus-art.el (article-display-face, article-display-x-face):
15530         Use buffer-read-only.
15531
15532 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15533
15534         * gnus-art.el (article-hide-list-identifiers):
15535         Bind inhibit-read-only as t.
15536
15537 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15538
15539         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15540
15541 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15542
15543         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15544         (gnus-narrow-to-page): Don't assume point-min == 1.
15545         (gnus-article-edit-mode): Derive from message-mode.
15546
15547         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15548         point-min == 1.
15549
15550         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15551         Disable incorrect use of `assert'.
15552
15553         * message.el (message-mode): Set comment-start-skip.
15554
15555
15556 2004-08-22  Sam Steingold  <sds@gnu.org>
15557
15558         * pop3.el (pop3-leave-mail-on-server): New user variable.
15559         (pop3-movemail): Delete mail only when it is nil.
15560
15561 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15562
15563         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15564
15565         * mml.el (mml-preview): Use `pop-to-buffer'.
15566
15567         * message.el (message-goto-mail-followup-to): Insert after "To".
15568         (message-carefully-insert-headers): Add comment.
15569
15570         * gnus.el: Remove unused variable `gnus-article-check-size'.
15571
15572         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15573
15574         * gnus-art.el (gnus-button-alist): Improve
15575         `gnus-button-handle-library' entry.
15576
15577 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15578
15579         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15580         downcase, since XEmacs capitalizes error messages differently.
15581
15582 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15583
15584         * nntp.el: Add (require 'gnus) due to reference to
15585         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15586
15587 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15588
15589         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15590         `mm-fill-flowed'.
15591
15592         * mm-decode.el (mm-dissect-singlepart): Check it.
15593
15594 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15595
15596         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15597         'imap' for netrc parsing.
15598
15599 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15600
15601         * mailcap.el (mailcap-mime-data): Mark as risky.
15602
15603 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15604
15605         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15606         may be included in the encoded word.
15607         (rfc2047-encode): Don't append a space if the encoded word
15608         includes close parenthesis.
15609
15610 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15611
15612         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15613         of text within parentheses.
15614
15615 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15616
15617         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15618         (gnus-encrypt-write-file-contents): Make the password key the file
15619         name PLUS the cipher, not just the cipher.  Also remove failed
15620         passwords from the cache.
15621
15622 2004-08-06  Simon Josefsson  <jas@extundo.com>
15623
15624         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15625         fix.
15626
15627 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15630         LWSP.
15631
15632 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15633
15634         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15635         to append in-reply-to: data to the references: header.
15636
15637         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15638         (netrc-parse): Use gnus-encrypt.el functions.
15639
15640         * gnus-encrypt.el: Add new file for encryption support; currently
15641         does only a few GPG ciphers and an internal XOR cipher.
15642
15643         * password.el: Add comments on using password-read-and-add.
15644         (password-read-and-add): Add function to read and add the
15645         password to the cache at once.
15646
15647 2004-07-28  Simon Josefsson  <jas@extundo.com>
15648
15649         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15650         parameter (but don't use it, for now).
15651
15652         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15653         instead of hard coding to nil.
15654
15655 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15656
15657         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15658         as mm-inline-image-xemacs does.
15659
15660 2004-07-26  Simon Josefsson  <jas@extundo.com>
15661
15662         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15663         Revert part of 2004-07-17 change below.
15664
15665 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15668         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15669
15670 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15671
15672         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15673         quotes that actually start with ">" at the beginning of the
15674         lines.
15675
15676 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15677
15678         * rfc2047.el (rfc2047-encode-region): Fix last change.
15679         (rfc2047-encode-parameter): Remove useless concat.
15680
15681 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15684         encode special characters; fix some kind of misconfigured headers;
15685         signal a real error if debug-on-quit or debug-on-error is non-nil.
15686         (rfc2047-encode-max-chars): New variable.
15687         (rfc2047-encode-1): Use it.
15688         (rfc2047-encode-parameter): New function.
15689
15690         * mml.el (mml-insert-parameter): Remove an excessive space.
15691
15692 2004-07-17  Simon Josefsson  <jas@extundo.com>
15693
15694         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15695         Kai Grossjohann <kai@emptydomain.de>.
15696         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15697         (gnus-group-make-menu-bar): Ditto.
15698
15699         * gnus-util.el (gnus-group-server): Add.
15700
15701 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15702
15703         * message.el (message-clone-locals): Clone sendmail and smtp
15704         variables.
15705
15706 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15707
15708         * rfc2047.el (rfc2047-encode-region): Fix last change.
15709
15710 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15711
15712         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15713         characters as non-special.
15714
15715 2004-07-09  Simon Josefsson  <jas@extundo.com>
15716
15717         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15718         Users will lose all flag changes made while unplugged with
15719         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15720         good default.  See numerous reports on ding mailing list.
15721
15722 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15723
15724         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15725         add generate-head-function and generate-article-function to the
15726         rfc822-forward entry.
15727         (nndoc-rfc822-forward-generate-article): New function.
15728         (nndoc-rfc822-forward-generate-head): New function.
15729
15730         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15731
15732 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15733
15734         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15735         respect display group parameter and gnus-summary-expunge-below.
15736         (gnus-articles-to-read): Remove unused reference to display group
15737         parameter.
15738
15739 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15740
15741         * nnheader.el (nnheader-uniquify-message-id): New experimental
15742         variable.
15743         (nnheader-nov-read-message-id): Use it.
15744
15745         * spam-report.el (spam-report-gmane): Add interactive.
15746
15747 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15748
15749         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15750         qp-or-base64 for the application/* types.
15751
15752 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15753
15754         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15755
15756 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15757
15758         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15759         trim value.
15760
15761 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15762
15763         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15764         New macro and function.
15765         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15766
15767 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15768
15769         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15770         after-load-alist.
15771
15772 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15773
15774         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15775         update info that isn't there.
15776
15777 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15778
15779         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15780         entry.
15781
15782 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15783
15784         * mm-view.el (mm-inline-render-with-function): Use multibyte
15785         buffer; decode html source by charset.
15786
15787         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15788
15789         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15790         Mule-UCS is loaded under XEmacs.
15791         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15792
15793 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15794
15795         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15796
15797 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15798
15799         * mm-util.el (mm-coding-system-p): Return a coding-system.
15800         (mm-mime-mule-charset-alist): Use shift_jis instead of
15801         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15802         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15803         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15804         instead of japanese-shift-jis and iso-latin-1 respectively in
15805         order to share the default value with both Emacs and XEmacs-mule.
15806         (mm-mule-charset-to-mime-charset): Make
15807         mm-coding-system-priorities effective.
15808         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15809         while predicating of candidates upon the priorities.
15810
15811 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15812
15813         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15814         gnus-uu-invert-processable.
15815
15816         * gnus.el: Autoload gnus-uu-invert-processable.
15817
15818 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15819
15820         * mm-util.el (mm-with-multibyte-buffer): New macro.
15821
15822         * rfc2047.el (rfc2047-encode-string): Use it.
15823         (rfc2047-encode-region): Move point to the end of the region after
15824         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15825
15826 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15829         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15830
15831 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15832
15833         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15834         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15835         Karl Chen <quarl@nospam.quarl.org>.
15836
15837 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15838
15839         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15840         invalid addresses.
15841
15842 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15843
15844         * spam.el: Change section markers, revise TODO list.
15845         (spam-backends): Make new master list of all installed backends.
15846         (spam-summary-exit-behavior): Add new variable to determine how
15847         messages moves are done at summary exit.
15848         (spam-move-spam-nonspam-groups-only)
15849         (spam-process-ham-in-nonham-groups)
15850         (spam-process-ham-in-spam-groups): Remove variables, the
15851         spam-summary-exit-behavior variable should be used to manage this
15852         behavior.
15853         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15854         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15855         and spam-old-spam-articles.
15856         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15857         Add empty variables, placeholders for the backends they represent.
15858         (spam-set-difference): Move, unchanged.
15859         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15860         unless the user has a processor variable.
15861         (spam-classifications, spam-classification-valid-p)
15862         (spam-backend-properties, spam-backend-property-valid-p)
15863         (spam-backend-function-type-valid-p)
15864         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15865         (spam-report-articles-gmane, spam-report-articles-resend):
15866         Remove functions, they are not needed.
15867         (spam-install-backend-super, spam-backend-list)
15868         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15869         (spam-backend-function, spam-backend-ham-registration-function)
15870         (spam-backend-spam-registration-function)
15871         (spam-backend-ham-unregistration-function)
15872         (spam-backend-spam-unregistration-function)
15873         (spam-backend-statistical-p, spam-backend-mover-p)
15874         (spam-install-backend-alias, spam-install-checkonly-backend)
15875         (spam-install-mover-backend, spam-install-nocheck-backend)
15876         (spam-install-backend, spam-install-statistical-backend)
15877         (spam-install-statistical-checkonly-backend): Add backend installation
15878         support.
15879         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15880         (spam-group-processor-p): Use the new backend code and respect the
15881         summary exit behavior.
15882         (spam-mark-spam-as-expired-and-move-routine): Remove.
15883         (spam-summary-prepare): Change to use the new spam-old-articles
15884         variable.
15885         (spam-copy-or-move-routine, spam-copy-spam-routine)
15886         (spam-move-spam-routine, spam-copy-ham-routine)
15887         (spam-move-ham-routine): Add code to copy/move ham or spam.
15888         (spam-fetch-field-fast): Improve doc and code, plus allow the
15889         'number request.
15890         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15891         variables.
15892         (spam-split, spam-find-spam): Use the new backend code.
15893         (spam-registration-functions): Remove variable.
15894         (spam-unregister-routine): Add convenience wrapper.
15895         (spam-log-undo-registration, spam-register-routine)
15896         (spam-log-processing-to-registry)
15897         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15898         where possible.
15899         (spam-check-gmane-xref, spam-check-regex-headers)
15900         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15901         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15902         (spam-check-bogofilter-headers, spam-check-spamoracle)
15903         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15904         (spam-check-crm114-headers): Use the spam-split-group that
15905         spam-split prepares, no need to determine it every time.
15906
15907         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15908         to the nnheader-parse-naked-head call.
15909
15910         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15911
15912         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15913         the nnheader-nov-read-message-id call.
15914
15915 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15916
15917         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15918         gnus-activate-group twice.  Suggested by Markus Peter
15919         <warp@spin.de>.
15920
15921 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15922
15923         * gnus-art.el (gnus-article-time-format): Exchange the order of
15924         day and month in the default value; fix customization type.
15925         (article-date-ut): Use add-text-properties.
15926         (article-make-date-line): Use message-make-date instead of
15927         current-time-string.
15928
15929         * message.el (message-fetch-field): Don't use set-text-properties.
15930         (message-make-date): Simplify.
15931
15932         * messagexmas.el (message-xmas-make-date): New function.
15933         (message-xmas-redefine): Defalias message-make-date to it.
15934
15935 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15936
15937         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15938         (rfc2047-encode-region): Treat text within parentheses as special;
15939         show the original text when error has occurred.
15940
15941         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15942         already-computed method to gnus-activate-group.
15943
15944         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15945         same select-methods identical Lisp objects.
15946
15947         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15948         object when modifying the info.
15949
15950 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15951
15952         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15953         gnus-opened-servers since it has never been opened with the new
15954         configuration yet.
15955
15956 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15959         arg to nnheader-generate-fake-message-id.
15960
15961 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15962
15963         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15964         number and build a fake message ID localized to a group and
15965         article number (so it's repeatable from that point on).
15966         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15967         ID format.
15968
15969         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15970         nnheader-generate-fake-message-id with the article number.
15971
15972 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15973
15974         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15975         end-of-buffer.
15976
15977 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15978
15979         * message.el (message-ignored-supersedes-headers): Add Approved.
15980
15981 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15982
15983         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15984         goto-char.
15985         (rfc2047-encode): Fold the line before encoding.
15986
15987 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15988
15989         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15990         folding -- not all headers can be folded, and this should be done
15991         by the message composition mode.  Probably.  I think.
15992
15993 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15994
15995         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15996         fast.
15997
15998         * gnus-ems.el (gnus-remove-image): Don't use
15999         message-text-with-property; remove only the image found first.
16000
16001         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16002         found first.
16003
16004 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16005
16006         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16007
16008 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16009
16010         * message.el (message-text-with-property): Make it fast and accept
16011         optional arguments.
16012         (message-strip-forbidden-properties): Use it.
16013         (message-fix-before-sending): Follow the m-t-w-p change.
16014
16015         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16016
16017 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * gnus-art.el (article-hide-headers): Don't change the buffer
16020         mistakenly when performing mml-preview even if
16021         gnus-single-article-buffer is nil.
16022
16023 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16024
16025         * message.el (message-expand-name-databases): New user option.
16026         (message-expand-name): Use it.
16027
16028 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16029
16030         * spam.el (spam-report-articles-resend)
16031         (spam-report-resend-register-routine): Allow ham reporting.
16032         (spam-report-resend-register-ham-routine): Add wrapper.
16033         (spam-registration-functions): Add ham resending functions.
16034         (spam-list-of-processors): Add ham resend processor.
16035
16036         * gnus.el (ham-resend-to): Add new group parameter.
16037         (spam-process): Add ham resend option.
16038
16039         * spam-report.el (spam-report-resend): Allow reporting ham.
16040         (spam-report-resend-ham): Add wrapper.
16041
16042 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16043
16044         * message.el (message-cite-articles-with-x-no-archive): New
16045         variable.
16046         (message-cite-original): Use it.
16047
16048 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16049
16050         * message.el (message-cite-original): Respect X-No-Archive.
16051
16052 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16053
16054         * gnus-art.el (article-hide-headers): Refer to the values for
16055         gnus-ignored-headers and gnus-visible-headers in the summary
16056         buffer since a user may have set them as group parameters.
16057
16058 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16059
16060         * assistant.el (assistant-node-name): Add convenience function.
16061         (assistant-render-text, assistant-render-node): Add error handling,
16062         plus handle multiple next nodes.
16063         (assistant-find-next-node): Comment out for now.
16064         (assistant-find-next-nodes): Add function, returns list of next
16065         nodes.
16066
16067 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16068
16069         * mail-source.el (mail-source-directory): Fix doc-string.
16070
16071 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16072
16073         * assistant.el (assistant-render-text, assistant-eval): Add :set
16074         widget type, which is different because it takes and returns a
16075         list.  Much hilarity ensues.
16076
16077 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16078
16079         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16080
16081         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16082         doc-string.
16083
16084         * gnus-start.el (gnus-activate-group): Added doc-string.
16085
16086 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16087
16088         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16089
16090 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16091
16092         * assistant.el (assistant-render-text): Try to add a :set
16093         widget, more to come.
16094
16095         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16096         strings.
16097         (spam-report-articles-resend)
16098         (spam-register-routine): Do registration iff any articles warrant
16099         it.
16100         (spam-summary-prepare-exit): Change log message for nil group
16101         destinations.
16102
16103 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16104
16105         * spam.el (spam-report-resend-register-routine): Allow
16106         spam-report-resend-to to be a group parameter or a global value.
16107
16108 2004-05-26  Simon Josefsson  <jas@extundo.com>
16109
16110         * starttls.el: Merge with my GNUTLS based starttls.el.
16111         (starttls-gnutls-program, starttls-use-gnutls)
16112         (starttls-extra-arguments, starttls-process-connection-type)
16113         (starttls-connect, starttls-failure, starttls-success): New
16114         variables.
16115         (starttls-program, starttls-extra-args): Doc fix.
16116         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16117         functions.
16118         (starttls-negotiate, starttls-open-stream): Check
16119         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16120         function if it is set.
16121
16122 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16123
16124         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16125         structured fields.
16126
16127 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16128
16129         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16130
16131 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16132
16133         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16134         variable.
16135         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16136         assigning the spam-mark to new messages.
16137
16138 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16139
16140         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16141
16142 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16143
16144         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16145
16146         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16147         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16148         default.
16149
16150 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16151
16152         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16153         correct data.
16154
16155 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16156
16157         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16158         (spam-group-processor-p): Fix function.
16159         (spam-group-processor-multiple-p)
16160         (spam-group-spam-processor-report-gmane-p)
16161         (spam-group-spam-processor-report-resend-p)
16162         (spam-group-spam-processor-bogofilter-p)
16163         (spam-group-spam-processor-blacklist-p)
16164         (spam-group-spam-processor-ifile-p)
16165         (spam-group-ham-processor-ifile-p)
16166         (spam-group-spam-processor-spamoracle-p)
16167         (spam-group-spam-processor-crm114-p)
16168         (spam-group-ham-processor-bogofilter-p)
16169         (spam-group-spam-processor-stat-p)
16170         (spam-group-ham-processor-stat-p)
16171         (spam-group-ham-processor-whitelist-p)
16172         (spam-group-ham-processor-BBDB-p)
16173         (spam-group-ham-processor-spamoracle-p)
16174         (spam-group-ham-processor-copy-p): Remove functions with some
16175         prejudice against unneeded code.
16176         (spam-report-articles-resend)
16177         (spam-report-resend-register-routine): Allow the group/topic
16178         spam-resend-to value to override spam-report-resend-to.
16179         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16180         properly now.
16181
16182         * gnus.el (spam-resend-to): Add group/topic parameter.
16183         (spam-process): Move the OBSOLETE processors to the end of the
16184         choices.
16185
16186 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16187
16188         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16189         with resend-to set to nil, and then ask the user if necessary.
16190         (spam-report-resend): spam-report-resend takes a list of articles, not
16191         separate article numbers.
16192
16193 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16194
16195         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16196         addition to emacs-w3m.
16197
16198 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16199
16200         * assistant.el (assistant-authinfo-data): New function.
16201         (assistant-eval): Eval for entire assistant.
16202
16203         * netrc.el (netrc-services-file): New variable.
16204         (netrc-parse-services): New function.
16205         (netrc-find-service-name): New function.
16206         (netrc-find-service-number): New function.
16207         (netrc-port-equal): New function.
16208         (netrc-machine): Use it.
16209
16210         * nnimap.el (nnimap-open-connection): Use netrc.
16211
16212         * gnus-util.el (gnus-netrc-get): Remove aliases.
16213
16214         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16215
16216         * assistant.el (wid-edit): Fix compilation.
16217
16218         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16219
16220 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16221
16222         * gnus-util.el (gnus-set-file-modes): New function.  (small
16223         patch).
16224
16225 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16226
16227         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16228
16229         * assistant.el (assistant-render-node): Fix up rendering and
16230         read-only text.
16231         (assistant-render-node): Reset.
16232         (assistant-make-read-only): Not sticky.
16233
16234 2004-05-20  Danny Siu  <dsiu@adobe.com>
16235
16236         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16237         centered even when gnus-auto-center-summary is t.
16238
16239 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16240
16241         * dns.el (dns-get-txt-answer): New function.
16242         (dns-read-txt): Ditto.
16243         (query-dns): Use it.
16244
16245 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16246
16247         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16248         active for foreign groups even if the group level is higher than
16249         the specified value.
16250
16251 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16252
16253         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16254         non-active groups.
16255
16256         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16257
16258 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16259
16260         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16261
16262 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16263
16264         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16265         (spam-crm114-header, spam-crm114-spam-switch)
16266         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16267         (spam-crm114-positive-spam-header)
16268         (spam-crm114-database-directory, spam-list-of-processors)
16269         (spam-group-spam-processor-crm114-p)
16270         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16271         (spam-generic-score, spam-list-of-checks)
16272         (spam-list-of-statistical-checks, spam-registration-functions)
16273         (spam-check-crm114-headers, spam-crm114-score)
16274         (spam-check-crm114, spam-crm114-register-with-crm114)
16275         (spam-crm114-register-spam-routine)
16276         (spam-crm114-unregister-spam-routine)
16277         (spam-crm114-register-ham-routine)
16278         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16279         asjo@koldfront.dk (Adam Sjøgren).
16280
16281         * gnus.el: Add spam-use-crm114.
16282
16283         * spam.el (spam-list-of-processors, spam-registration-functions):
16284         Add spam-use-resend.
16285         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16286         (spam-report-articles-gmane): Add doc fix.
16287         (spam-report-articles-resend, spam-report-resend-register-routine):
16288         Add wrappers around spam-report-resend-to.
16289
16290         * spam-report.el (spam-report-resend-to, spam-report-resend):
16291         Add support for resending spam.
16292         (spam-report-gmane): Fix line length >80.
16293
16294         * gnus.el (spam-process): Add spam-use-resend.
16295
16296 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16297
16298         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16299         number of processed spam messages.
16300         (spam-ham-copy-or-move-routine): Return the number of processed
16301         ham messages.
16302         (spam-summary-prepare-exit): Use the above values to decide
16303         whether status messages shouled be displayed.
16304
16305 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16306
16307         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16308         `rfc2047-encoding-function-alist' in order to avoid conflicting
16309         with the old version.
16310         (rfc2047-encode-region): Concatenate words containing non-ASCII
16311         characters in structured fields; don't encode space-delimited
16312         ASCII words even in unstructured fields; don't break words at
16313         char-category boundaries.
16314         (rfc2047-encode-1): New function.
16315         (rfc2047-encode): Use it; encode text so that it occupies the
16316         maximum width within 76-column; work correctly on Q encoding for
16317         iso-2022-* charsets.
16318         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16319         sure not to break a line just after the header name.
16320         (rfc2047-b-encode-region): Removed.
16321         (rfc2047-b-encode-string): New function.
16322         (rfc2047-q-encode-region): Removed.
16323         (rfc2047-q-encode-string): New function.
16324
16325         * mm-util.el (mm-replace-in-string): New function.
16326
16327 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16328
16329         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16330         get it right.
16331         (gnus-inews-make-draft): Really.
16332
16333 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16334
16335         * nnmh.el (nnmh-request-list-1): Don't check the link count
16336         before descending.  (small patch)
16337
16338 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16339
16340         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16341         stuff.
16342
16343         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16344         on real group name.
16345
16346         * gnus-art.el (gnus-signature-limit): Doc fix.
16347
16348         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16349
16350         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16351
16352 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16353
16354         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16355         isn't a string.
16356
16357 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16358
16359         * gnus-draft.el (gnus-draft-send): Bind
16360         rfc2047-encode-encoded-words.
16361
16362         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16363         (rfc2047-encodable-p): Say that =? needs encoding.
16364         (rfc2047-encode-encoded-words): New variable.
16365
16366         * gnus-group.el (gnus-group-select-group): Doc fix.
16367
16368         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16369
16370         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16371         to nil.
16372
16373         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16374
16375         * nnheader.el (nnheader-get-lines-and-char): New function.
16376
16377 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16378
16379         * gnus-msg.el (gnus-summary-followup-with-original): Document
16380         yanking of region when active.
16381
16382 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16383
16384         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16385         groups if the group level is higher than the specified value.
16386
16387 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16388
16389         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16390         (gnus-group-jump-to-group): Added prefix argument using
16391         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16392         non-active group.
16393
16394         * compface.el (uncompface): Be verbose when changing
16395         `uncompface-use-external'.
16396
16397         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16398         handle manual section.
16399
16400 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16401
16402         * gnus-art.el (gnus-button-alist): Revert previous change.
16403
16404 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16405
16406         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16407
16408 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16409
16410         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16411         whether backend can accept message.
16412
16413         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16414
16415 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16416
16417         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16418         Avoid creating directory when nntp-marks-is-evil is true.
16419         Reported by Reiner Steib.
16420
16421 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16422
16423         * gnus-picon.el (gnus-picon-style): New variable.
16424         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16425         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16426         Jesper Harder <harder@ifa.au.dk>.
16427
16428 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16429
16430         * message.el (message-fill-field): Return point.
16431         (message-generate-headers): Go to end of field.
16432
16433         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16434         stuff for non-living groups.
16435
16436 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16437
16438         * gnus-art.el (gnus-article-followup-with-original)
16439         (gnus-article-reply-with-original): gnus-mark-active-p ->
16440         gnus-region-active-p.
16441
16442 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16443
16444         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16445         only when there is spam or ham to be processed.
16446
16447 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16448
16449         * mail-source.el (mail-source-delete-crash-box): Refactor.
16450         (mail-source-fetch): Use it.
16451         (mail-source-fetch-file): Ditto.
16452         (mail-source-fetch-directory): Run postscript in loop.
16453         (mail-source-fetch-pop): Delete.
16454         (mail-source-fetch-maildir): Ditto.
16455         (mail-source-fetch-imap): Ditto.
16456
16457         * imap.el (imap-authenticators): Comment out sasl.
16458
16459         * message.el (message-skip-to-next-address): New function.
16460         (message-fill-header-address): Refactor.
16461         (message-fill-address): Use it.
16462         (message-delete-address): Use it.
16463         (message-fill-header-general): Refactor.
16464         (message-fill-field-address): Rename.
16465         (message-narrow-to-field): Find the start of the header.
16466         (message-header-format-alist): Don't pre-fill.
16467         (message-fill-header): Removed.
16468         (message-insert-header): New function.
16469         (message-shorten-references): Use it.
16470
16471         * rfc2047.el (rfc2047-field-value): Strip props.
16472
16473         * mail-parse.el (mail-header-make-address): New alias.
16474
16475         * ietf-drums.el (ietf-drums-make-address): New function.
16476
16477         * imap.el: Add compiler directives.
16478
16479         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16480
16481         * gnus-art.el (article-decode-idna-rhs): Don't use
16482         message-idna-inside-rhs-p.
16483
16484 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16485
16486         * message.el (message-idna-inside-rhs-p): Removed.
16487         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16488
16489         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16490         false positives.
16491
16492 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16493
16494         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16495
16496 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16497
16498         * nneething.el (nneething-file-name): Don't create spurious
16499         files.
16500
16501         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16502         (gnus-inews-do-gcc): Remove sleep.
16503
16504         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16505         part under point.
16506
16507         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16508         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16509
16510 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16511
16512         * spam.el (spam-summary-prepare-exit): Fixed (length).
16513
16514 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16515
16516         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16517         as expired without moving it" message when there are spam
16518         messages left.
16519
16520 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16521
16522         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16523         header is not nil.
16524
16525 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16526
16527         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16528         nntp-possibly-create-directory, not nntp-possibly-change-group.
16529         (nntp-marks-changed-p): New arg SERVER.
16530         (nntp-request-update-info): Adjust caller.
16531
16532 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16533
16534         * nntp.el (nntp-save-marks): Pass missing arg.
16535
16536 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16537
16538         * nntp.el: Support marks.
16539         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16540         (nntp-marks-modtime, nntp-marks-directory): New variables.
16541         (nntp-request-set-mark, nntp-request-update-info)
16542         (nntp-possibly-create-directory, nntp-marks-changed-p)
16543         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16544         functions.
16545
16546 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16547
16548         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16549         (gnus-xmas-redefine): Rename.
16550
16551         * gnus-score.el (gnus-score-insert-help): Use
16552         gnus-select-lowest-window.
16553
16554         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16555         appt-select-lowest-window and rename to gnus-select-lowest-window.
16556
16557         * gnus.el: do.
16558
16559 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16560
16561         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16562         encodings of MIME-encoded words, in order to improve
16563         interoperability with several broken MUAs.
16564
16565 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16566
16567         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16568         tags, only when charsets are not specified in headers.
16569         (mm-inline-text-html-render-with-w3m): Ditto.
16570
16571         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16572         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16573
16574 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16575
16576         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16577         instead of MIME-decoded from fields when checking
16578         `gnus-article-address-banner-alist'.
16579
16580 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16581
16582         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16583         description rather than subject.
16584
16585 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16586
16587         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16588
16589 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16590
16591         * gnus.el (gnus-version-number): Bump.
16592
16593 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16594
16595         * gnus.el: No Gnus v0.2 is released.
16596
16597 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16598
16599         * gnus-agent.el (gnus-agent-read-agentview): Inline
16600         gnus-uncompress-range.
16601
16602 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16603
16604         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16605         `exec-installed-p'.
16606
16607 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16608
16609         * gnus.el (spam-process, spam-autodetect-methods): Add
16610         bsfilter and bsfilter-headers.
16611
16612         * spam.el (spam-bsfilter): New customize group.
16613         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16614         (spam-bsfilter-header, spam-bsfilter-probability-header)
16615         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16616         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16617         (spam-bsfilter-database-directory): New options.
16618         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16619         (spam-list-of-statistical-checks, spam-registration-functions):
16620         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16621         (spam-bsfilter-score): New command.
16622         (spam-check-bsfilter-headers, spam-check-bsfilter)
16623         (spam-bsfilter-register-with-bsfilter)
16624         (spam-bsfilter-register-spam-routine)
16625         (spam-bsfilter-unregister-spam-routine)
16626         (spam-bsfilter-register-ham-routine)
16627         (spam-bsfilter-unregister-ham-routine): New functions.
16628         (spam-generic-score): Support bsfilter; Accept an optional argument
16629         to recalcurate spam score even if scoring header has already been
16630         added.
16631         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16632         optional argument to recalcurate spam score even if scoring header
16633         has already been added.
16634
16635 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16636
16637         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16638         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16639         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16640         link is missing.
16641
16642 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16643
16644         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16645         (html2text-get-attr): Rewrite.
16646
16647         * message.el (message-setup-1): Remove redundant put-text-property
16648         on mail-header-separator.
16649
16650 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16651
16652         * gnus-registry.el (gnus-registry-cache-whitespace)
16653         (gnus-registry-action, gnus-registry-spool-action)
16654         (gnus-registry-split-fancy-with-parent): Change message levels
16655         from 5 to 3 or 7, as needed.
16656
16657         * spam.el (spam-summary-prepare-exit)
16658         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16659         (spam-split, spam-find-spam, spam-log-undo-registration)
16660         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16661         level from 5 to 6.
16662
16663 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16664
16665         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16666         2004-03-04 change).
16667
16668 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16669
16670         * sieve-manage.el (sieve-manage-open):
16671         * nnweb.el (nnweb-insert-html):
16672         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16673         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16674         * nnspool.el (nnspool-request-group):
16675         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16676         * nnml.el (nnml-request-update-info):
16677         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16678         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16679         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16680         (nnimap-request-set-mark):
16681         * nnfolder.el (nnfolder-request-update-info):
16682         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16683         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16684         * gnus-uu.el (gnus-uu-find-articles-matching):
16685         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16686         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16687         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16688         * gnus-nocem.el (gnus-nocem-scan-groups):
16689         * gnus-int.el (gnus-start-news-server):
16690         * gnus-group.el (gnus-group-make-kiboze-group)
16691         (gnus-group-browse-foreign-server):
16692         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16693         Use mapc when appropriate.
16694
16695 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16696
16697         FIXME: Make separate entries for each person.
16698
16699         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16700         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16701         <shields@msrl.com>:
16702
16703         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16704         may need for spam sorting and scoring.
16705         (spam-user-format-function-S): Add user format function suitable for
16706         general use.
16707         (spam-article-sort-by-spam-status): Add sorting function for summary
16708         sorting.
16709         (spam-extra-header-to-number): Add function to get a score from a
16710         header.
16711         (spam-summary-score): Add function to get a numeric score from the
16712         headers.
16713         (spam-generic-score): Fix function doc, was in wrong place.
16714         (spam-initialize): Take symbols when it's run, and install the
16715         extra headers that spam-necessary-extra-headers thinks we need.
16716
16717 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16718
16719         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16720         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16721
16722 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16723
16724         * gnus-sum.el (gnus-set-global-variables)
16725         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16726         (gnus-article-get-xrefs, gnus-summary-best-group)
16727         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16728         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16729         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16730         Use with-current-buffer.
16731
16732 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16733
16734         * spam.el (spam-summary-prepare-exit): Simplify logic.
16735         (spam-fetch-article-header): Read the article header if it's not
16736         available.
16737         (spam-list-articles): Simplify logic.
16738         (spam-filelist-register-routine): Fix bug with unregister-list.
16739
16740         * gnus-registry.el: Fix comments at beginning.
16741
16742 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16743
16744         * message.el (message-cater-to-broken-inn): Remove.
16745         (message-shorten-references): Make sure the total folded length of
16746         References is shorter than 998 characters to cater to a bug in INN
16747         2.3.  Also, don't pretend that references aren't folded -- this
16748         hasn't worked for a while.
16749
16750 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16751
16752         * gnus-agent.el (gnus-agentize):
16753         gnus-agent-send-mail-real-function no longer set to current value
16754         of message-send-mail-function but rather a lambda that calls
16755         message-send-mail-function.  The change makes the agent real-time
16756         responsive to user changes to message-send-mail-function.
16757
16758 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16759
16760         * legacy-gnus-agent.el
16761         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16762         help from Florian Weimer <fw@deneb.enyo.de>
16763
16764 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * nnmail.el (nnmail-cache-insert): Revert last change.
16767
16768 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16769
16770         * nnmail.el (nnmail-cache-insert): Always check whether
16771         nnmail-cache-ignore-groups matches a group name.
16772
16773 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16774
16775         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16776         (spam-find-spam, spam-log-processing-to-registry)
16777         (spam-log-registered-p, spam-log-unregistration-needed-p)
16778         (spam-log-undo-registration): Use gnus-message instead of
16779         gnus-error, none of these errors are fatal.
16780
16781         * gnus-registry.el (gnus-registry-clean-empty-function)
16782         (gnus-registry-clean-empty): Remove only empty entries without
16783         extra data.
16784
16785 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16786
16787         * spam-stat.el (spam-stat-buffer-change-to-spam)
16788         (spam-stat-buffer-change-to-non-spam): Change (error) to
16789         (gnus-message 8) invocation.
16790
16791 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16792
16793         * nntp.el (nntp-via-netcat-command): New variable.
16794         (nntp-via-netcat-switches): New variable.
16795         (nntp-open-via-rlogin-and-netcat): New function.
16796         (nntp-open-connection-function): Doc fix.
16797         (nntp-telnet-command): Doc fix.
16798         (nntp-end-of-line): Doc fix.
16799         (nntp-via-rlogin-command): Doc fix.
16800         (nntp-via-user-name): Doc fix.
16801         (nntp-via-address): Doc fix.
16802
16803 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16804
16805         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16806         error in Emacs 21.1.
16807
16808 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16809
16810         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16811
16812 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16813
16814         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16815         (gnus-agent-with-refreshed-group): New macro.
16816         (gnus-agent-rename-group): New function.
16817         (gnus-agent-delete-group): New function.
16818         (gnus-agent-save-group-info): Use gnus-command-method when
16819         `method' parameter is nil.  Don't write nil entries into the
16820         active file.
16821         (gnus-agent-get-group-info): New function.
16822         (gnus-agent-fetch-articles): Use
16823         gnus-agent-update-files-total-fetched-for to increment disk space
16824         used.
16825         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16826         gnus-agent-update-view-total-fetched-for to increment disk space
16827         used.
16828         (gnus-agent-get-local): Added optional parameters to avoid calling
16829         gnus-group-real-name and gnus-find-method-for-group.
16830         (gnus-agent-set-local): Delete stored entry if either min, or max,
16831         are nil.
16832         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16833         quit, use gnus-agent-regenerate-group to record existance of any
16834         articles fetched to disk before the quit occurred.
16835         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16836         gnus-agent-update-view-total-fetched-for, and
16837         gnus-agent-update-files-total-fetched-for to decrement disk space
16838         used.
16839         (gnus-agent-retrieve-headers): Use
16840         gnus-agent-update-view-total-fetched-for to increment disk space
16841         used.
16842         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16843         with gnus-agent-update-files-total-fetched-for to decrement disk
16844         space and fresh group buffer.
16845         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16846         (gnus-agent-need-update-total-fetched-for): New variable.
16847         (gnus-agent-update-files-total-fetched-for): New function.
16848         (gnus-agent-update-view-total-fetched-for): New function.
16849         (gnus-agent-total-fetched-for): New function.
16850
16851         * gnus-cache.el (gnus-cache-save-buffers): Use
16852         gnus-cache-update-overview-total-fetched-for to change disk space
16853         used by this group.
16854         (gnus-cache-possibly-enter-article): Use
16855         gnus-cache-update-file-total-fetched-for to increment disk space
16856         used by this group.
16857         (gnus-cache-possibly-remove-article): Use
16858         gnus-cache-update-file-total-fetched-for to decrement disk space
16859         used by this group.
16860         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16861         (gnus-cache-rename-group): New function.
16862         (gnus-cache-delete-group): New function.
16863         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16864         (gnus-cache-need-update-total-fetched-for): New variable.
16865         (gnus-cache-with-refreshed-group): New macro.
16866         (gnus-cache-update-file-total-fetched-for): New function.
16867         (gnus-cache-update-overview-total-fetched-for): New function.
16868         (gnus-cache-rename-group-total-fetched-for): New function.
16869         (gnus-cache-delete-group-total-fetched-for): New function.
16870         (gnus-cache-total-fetched-for): New function.
16871
16872         * gnus-group.el: Require gnus-sum and autoload functions to
16873         resolve warnings when gnus-group.el compiled alone.
16874         (gnus-group-line-format): Documented new %F.
16875         (size of Fetched data) group line format; identifies disk space
16876         used by agent and cache.
16877         (gnus-group-line-format-alist): Defined new F format.
16878         (gnus-total-fetched-for): New function.
16879         (gnus-group-delete-group): No longer update
16880         gnus-cache-active-altered as gnus-request-delete-group now keeps
16881         the cache in sync.
16882         (gnus-group-list-active): Let the agent store a server's active
16883         list if currently plugged.
16884
16885         * gnus-int.el (gnus-request-delete-group):
16886         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16887         local disk in sync with the server.
16888         (gnus-request-rename-group):
16889         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16890         local disk in sync with the server.
16891
16892         * gnus-start.el (gnus-get-unread-articles):
16893         Cosmetic simplification to logic.
16894
16895         * gnus-util.el (gnus-rename-file): New function.
16896
16897 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16898
16899         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16900
16901 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16902
16903         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16904         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16905
16906 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16907
16908         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16909         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16910
16911 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16912
16913         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16914
16915 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16916
16917         * spam.el (spam-set-difference): Add function to replace
16918         gnus-set-difference in spam.el.
16919         (spam-summary-prepare-exit): Use spam-set-difference.
16920
16921 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16922
16923         * gnus-registry.el (gnus-registry-cache-file): Update to use
16924         gnus-dribble-directory OR gnus-home-directory OR ~.
16925         (gnus-registry-split-fancy-with-parent): Fix doc.
16926
16927 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16928
16929         * message.el (message-exchange-point-and-mark): Use
16930         message-mark-active-p.  Suggested by Jesper Harder
16931         <harder@ifa.au.dk>.
16932
16933 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * message.el (message-exchange-point-and-mark): Don't activate
16936         region if it was inactive.  Suggested by Hiroshi Fujishima
16937         <pooh@nature.tsukuba.ac.jp>.
16938
16939 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16940
16941         * gnus-art.el (article-display-face): Display Faces in the same
16942         order as X-Faces.
16943
16944 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16945
16946         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16947
16948 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16949
16950         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16951         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16952         (gnus-article-mime-hierarchy): Remove.
16953         (gnus-article-mime-hierarchy-next): Remove.
16954         (gnus-article-mode): Revert 2004-03-19 change.
16955         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16956         (gnus-insert-mime-button): Revert 2004-03-19 change.
16957         (gnus-mime-accumulate-hierarchy): Remove.
16958         (gnus-mime-enter-multipart): Remove.
16959         (gnus-mime-leave-multipart): Remove.
16960         (gnus-mime-display-part): Revert 2004-03-19 change.
16961         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16962
16963         * mml.el (mml-preview): Revert 2004-03-19 change.
16964
16965 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16966
16967         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16968
16969 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16970
16971         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16972         t while entering a file name using the mm-with-multibyte macro.
16973         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16974
16975         * mm-util.el (mm-with-multibyte): New macro.
16976
16977 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16978
16979         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16980         user option.
16981         (gnus-mime-multipart-functions): Doc and customization fix.
16982         (gnus-article-mime-hierarchy): New variable.
16983         (gnus-article-mime-hierarchy-next): New variable.
16984         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16985         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16986         gnus-article-mime-hierarchy-next to nil.
16987         (gnus-insert-mime-button): Show hierarchy numbers.
16988         (gnus-mime-accumulate-hierarchy): New function.
16989         (gnus-mime-enter-multipart): New function.
16990         (gnus-mime-leave-multipart): New function.
16991         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16992         (gnus-mime-display-alternative): Show hierarchy numbers.
16993
16994         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16995         gnus-article-mime-hierarchy-next to nil.
16996
16997 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16998
16999         * dns.el: Don't require gnus-xmas.
17000
17001 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17002
17003         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17004         inline PGP.
17005         (mml-menu): Disable mml-quote-region if mark is inactive.
17006
17007 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17008
17009         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17010         when the group's active is not available.
17011
17012 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17013
17014         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17015         error.
17016
17017 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17018
17019         * imap.el (imap-store-password): New variable.
17020         (imap-interactive-login): Use it.
17021         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17022
17023 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17024
17025         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17026         window-start and hscroll to summary window.
17027
17028 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17029
17030         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17031         conversion message to newsrc-dribble when an actual conversion is
17032         performed.
17033
17034 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17035
17036         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17037
17038 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17039
17040         * mm-decode.el (mm-complicated-handles): New function reviving
17041         former definition of mm-multiple-handles.
17042
17043         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17044         (gnus-mime-delete-part): Use it.
17045
17046 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17047
17048         * gnus-agent.el (gnus-agent-read-local): Bind
17049         nnheader-file-coding-system to gnus-agent-file-coding-system to
17050         avoid the implicit assumption that they will always be equal.
17051         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17052         coding-system-for-write, as the with-temp-file macro first prints
17053         to a buffer then saves the buffer.
17054
17055 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17056
17057         * gnus-art.el (gnus-article-edit-part): New function.
17058         (gnus-mime-save-part-and-strip): Use it; do query instead of
17059         signaling an error; don't use mm-multiple-handles.
17060         (gnus-mime-delete-part): Ditto.
17061
17062 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17063
17064         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17065         old file versions.
17066         (gnus-group-prepare-hook): Removed function that converted list
17067         form of gnus-agent-expire-days to group properties.
17068
17069         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17070         (gnus-request-accept-article): Re-indented.
17071
17072         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17073         converters to handle old agent file formats.  Added logic for a
17074         "backup before upgrading warning".
17075         (gnus-convert-mark-converter-prompt): Developers can mark
17076         functions as needing (default), or not needing,
17077         gnus-convert-old-newsrc's "backup before upgrading warning".
17078         (gnus-convert-converter-needs-prompt): Tests whether the user
17079         should be protected from potentially irreversable changes by the
17080         function.
17081
17082         * legacy-gnus-agent.el: New.  Provides converters that are only
17083         loaded when gnus-convert-old-newsrc needs to call them.
17084
17085 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17086
17087         * mail-source.el (mail-source-touch-pop): Doc fix.
17088
17089         * message.el (message-smtpmail-send-it): Doc fix.
17090
17091 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17092
17093         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17094
17095         * nnmail.el (nnmail-split-fancy): do.
17096
17097         * gnus-kill.el (gnus-kill, gnus-execute): do.
17098
17099 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17100
17101         * gnus-sum.el (gnus-widget-reversible-match)
17102         (gnus-widget-reversible-to-internal)
17103         (gnus-widget-reversible-to-external): New functions.
17104         (gnus-widget-reversible): New widget.
17105         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17106
17107 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17108
17109         * gnus-sum.el (gnus-thread-sort-functions)
17110         (gnus-article-sort-functions): Document `(not F)' items.
17111
17112 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17113
17114         * spam.el (spam-use-gmane-xref): Add new backend.
17115         (spam-gmane-xref-spam-group): Add variable to control the name of the
17116         Gmane spam group.
17117         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17118         (spam-regex-headers-spam, spam-regex-headers-ham)
17119         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17120         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17121         backends and checks.
17122         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17123
17124         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17125         an autodetect method.
17126
17127 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17128
17129         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17130         articles are being added to a group.
17131         (gnus-request-replace-article): Inform the agent that articles
17132         need to be uncached as the cached contents are no longer valid.
17133
17134 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17135
17136         * binhex.el: Don't autoload executable-find.
17137
17138         * canlock.el: Don't autoload mail-fetch-field.
17139
17140         * dgnushack.el: Autoload c-mode for XEmacs.
17141
17142         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17143
17144         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17145         rmail-dont-reply-to and rmail-output.
17146
17147         * gnus-score.el: Don't autoload ffap-string-at-point.
17148
17149         * gnus-setup.el: Don't autoload sc-cite-original.
17150
17151         * imap.el: Don't autoload base64-decode-string,
17152         base64-encode-string and md5.
17153
17154         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17155         and rmail-msg-restore-non-pruned-header.
17156
17157         * mm-decode.el: Don't autoload executable-find.
17158
17159         * mm-url.el: Don't autoload executable-find.
17160
17161         * mm-view.el: Don't autoload diff-mode.
17162
17163         * nndb.el: Don't autoload news-reply-mode, news-setup,
17164         cancel-timer and telnet.
17165
17166         * password.el: Don't autoload run-at-time for Emacs.
17167
17168         * sha1-el.el: Don't autoload executable-find.
17169
17170         * sieve-mode.el: Don't autoload c-mode.
17171
17172         * uudecode.el: Don't autoload executable-find.
17173
17174 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17175
17176         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17177         (gnus-agent-possibly-alter-active): Avoid null in numeric
17178         comparison.
17179         (gnus-agent-set-local): Refuse to save null in local object table.
17180         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17181         list of articles that will be marked as unread.
17182
17183 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17184
17185         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17186
17187 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17188
17189         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17190         language tags.
17191
17192 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17193
17194         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17195         Don't bind "obarray".
17196
17197         * gnus-sum.el (gnus-thread-sort-functions): Added
17198         `gnus-thread-sort-by-most-recent-number' and
17199         `gnus-thread-sort-by-most-recent-date'.
17200         Reported by Kai Grossjohann <kai@emptydomain.de>.
17201
17202 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17203
17204         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17205
17206 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17207
17208         * gnus-cus.el (gnus-agent-customize-category): Removed
17209         ignore-errors macro reference that required cl to be loaded at
17210         run-time.
17211
17212         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17213         single-interval range of the form (min . max).  Previously the
17214         range had to look like ((min . max)).  Likewise, return
17215         (min . max) rather than ((min . max)).
17216         (gnus-range-map): Use gnus-range-normalize to accept
17217         single-interval range.
17218
17219         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17220         the cache, but not the agent, now appear with their usual face.
17221
17222         * dgnushack.el (loaddir): New variable that is bound to the
17223         directory containing the dgnushack.el file. Use loaddir, rather
17224         than srcdir, to update load-path. Change lets dgnushack compile
17225         code in directories other than GNUS/lisp.
17226
17227 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17228
17229         * lpath.el: Don't bind w3m-safe-url-regexp.
17230
17231         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17232         w3m-safe-url-regexp variable buffer-local.
17233
17234         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17235
17236 2004-02-27  Simon Josefsson  <jas@extundo.com>
17237
17238         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17239         gnus-group-real-prefix.
17240         (gnus-summary-move-article): Use it, instead of
17241         gnus-group-real-prefix.
17242
17243 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17244
17245         * lpath.el: Bind w3m-safe-url-regexp.
17246
17247         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17248         w3m-safe-url-regexp variable buffer-local and set it as the value
17249         of mm-w3m-safe-url-regexp.
17250
17251         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17252
17253         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17254         parsing gnus-posting-styles when the message is not for replying.
17255
17256         * dgnushack.el: Autoload sgml-mode for XEmacs.
17257
17258         * nnrss.el (nnrss-opml-export): Use
17259         mm-set-buffer-file-coding-system instead of
17260         set-buffer-file-coding-system.
17261
17262 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17263
17264         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17265         of checkdoc.el).
17266         * nnrss.el: do.
17267         * gnus-mlspl.el: do.
17268         * gnus-ml.el: do.
17269         * gnus-srvr.el: do.
17270
17271         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17272
17273 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17274
17275         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17276         Corrections to custom-manual links.
17277
17278         * gnus-art.el (gnus-article): Ditto.
17279
17280         * mm-decode.el (mime-display, mime-security): Ditto.
17281
17282 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17283
17284         * flow-fill.el: Typo.
17285
17286 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17287
17288         * spam-wash.el: New file.
17289
17290 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17291
17292         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17293
17294 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17295
17296         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17297         to be run with new-articles as LIST1, not LIST2.
17298         (spam-registration-functions): Add spam-use-ham-copy as a nil
17299         registration backend.
17300
17301 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17302
17303         * spam-stat.el (spam-stat-washing-hook): New option.
17304         (spam-stat-buffer-words): Use it.
17305         (spam-stat-process-directory, spam-stat-test-directory): Use
17306         insert-file-contents-literally.
17307         (spam-stat-coding-system): New variable.
17308         (spam-stat-load, spam-stat-save): Use it.
17309
17310 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17311
17312         * spam-report.el (spam-report-plug-agent): Quote
17313         spam-report-url-to-file and spam-report-url-ping-plain.
17314
17315 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17316
17317         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17318         / in mailto URLs.
17319
17320 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17321
17322         * spam-report.el (spam-report-process-queue): Fix interactive use.
17323         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17324         (spam-report-unplug-agent): Doc fixes.
17325         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17326         (spam-report-agentize, spam-report-deagentize): Autoload.
17327
17328 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17329
17330         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17331
17332         * message.el (message-setup-fill-variables): Add mml tags to
17333         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17334         <ajk@iu.edu>.
17335         (message-mode): Don't modify paragraph-separate there.
17336
17337 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17338
17339         * compface.el (uncompface-use-external): Default to undecided.
17340         (uncompface-use-external-threshold): New variable.
17341         (uncompface-float-time): New macro.
17342         (uncompface): Determine whether to use the external decoder if
17343         uncompface-use-external is undecided.
17344
17345 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17346
17347         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17348         after images.
17349
17350         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17351
17352 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17353
17354         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17355
17356         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17357
17358         * gnus-sum.el (gnus-summary-limit-to-age)
17359         (gnus-summary-limit-children): do.
17360
17361         * gnus-int.el (gnus-request-scan): do.
17362
17363         * gnus-group.el (gnus-group-suspend): do.
17364
17365         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17366
17367         * gnus-cite.el (gnus-cite-parse-attributions): do.
17368
17369         * gnus-agent.el (gnus-summary-set-agent-mark)
17370         (gnus-agent-regenerate-group): do.
17371
17372         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17373
17374         * binhex.el (binhex-decode-region-internal): do.
17375
17376 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17377
17378         * gnus-fun.el (gnus-face-properties-alist): New user option.
17379         (gnus-display-x-face-in-from): Use it.
17380
17381         * gnus-art.el (article-display-face): Ditto.
17382
17383         * compface.el (uncompface-use-external): Default to nil.
17384
17385 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17386
17387         * nntp.el (nntp-erase-buffer): New function.
17388         (nntp-retrieve-data, nntp-send-command)
17389         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17390         (nntp-possibly-change-group): Use it.
17391
17392         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17393         with-current-buffer.
17394
17395 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17396
17397         * compface.el: Merge the ELisp-based uncompface program.
17398         (compface): New customization group.
17399         (uncompface-use-external): New user option.
17400         (uncompface): Call uncompface-internal if uncompface-use-external
17401         is nil.
17402         (uncompface-internal): New function.  Note that there are also
17403         some other functions and variables added for this function.
17404
17405 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17406
17407         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17408         if necessary.
17409
17410 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17411
17412         * spam-report.el (spam-report-unplug-agent)
17413         (spam-report-plug-agent, spam-report-deagentize)
17414         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17415         Add support for the Agent in spam-report: when unplugged, report to a
17416         file; when plugged, submit all the requests.
17417
17418         * spam.el (spam-register-routine): Fix message about
17419         registration.
17420
17421 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17422
17423         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17424         dependencies.
17425         (rfc2047-encode): Use it.
17426
17427         * gnus-art.el (gnus-button-marker-list): Move before first
17428         reference.
17429
17430         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17431         (imap-parse-body): Fix format string mismatch.
17432
17433         * gnus-score.el (gnus-summary-increase-score): do.
17434
17435         * nnrss.el (nnrss-close): New function.
17436
17437 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17438
17439         * nnrss.el (nnrss-make-filename): New function.
17440         (nnrss-request-delete-group, nnrss-read-server-data)
17441         (nnrss-save-server-data, nnrss-read-group-data)
17442         (nnrss-save-group-data): Use it.
17443         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17444         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17445         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17446
17447 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17448
17449         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17450
17451 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17452
17453         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17454         files.
17455
17456         * message.el (message-generate-headers-first): Don't quote nil
17457         and t in docstrings.
17458
17459         * imap.el (imap-id): do.
17460
17461         * gnus-agent.el (gnus-agent-consider-all-articles)
17462         (gnus-agent-queue-mail): do.
17463
17464 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17465
17466         * spam-report.el (spam-report-process-queue): New function.
17467         Process requests from `spam-report-requests-file'.
17468         (spam-report-process-queue): Doc fix.
17469
17470 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17471
17472         * spam.el (spam-register-routine)
17473         (spam-log-processing-to-registry, spam-log-registered-p)
17474         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17475         Change "check" to "spam-check" for semi-clarity.
17476
17477 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17478
17479         * pop3.el: Require nnheader.
17480
17481         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17482
17483         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17484
17485         * gnus-picon.el: Require cl.
17486
17487         * gnus-fun.el: Require gnus-ems and gnus-util.
17488
17489         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17490
17491         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17492
17493         * gnus-art.el (gnus-article-edit-mode): Define before first
17494         reference.
17495
17496 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17497
17498         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17499         (gnus-uu-post-encoded): Use point-at-bol.
17500
17501         * gnus-topic.el (gnus-group-active-topic-p): do.
17502
17503         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17504
17505         * gnus-group.el (gnus-group-kill-region): do.
17506
17507         * gnus-art.el (article-date-ut): do.
17508
17509         * message.el (message-fetch-field): Remove redundant
17510         case-fold-search binding.
17511         (message-narrow-to-field): Simplify.
17512
17513 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17514
17515         * spam.el (spam-directory): Derive from `gnus-directory'.
17516
17517         * spam-report.el (spam-report-url-to-file)
17518         (spam-report-requests-file): New function and variable for offline
17519         reporting.
17520         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17521         and user defined function.
17522         (spam-report-url-ping-mm-url): Remove doubled slash.
17523
17524 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17525
17526         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17527
17528 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17529
17530         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17531         format string mismatch.
17532
17533         * sieve.el (sieve-deactivate-all): do.
17534
17535         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17536
17537         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17538
17539         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17540
17541         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17542
17543 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17544
17545         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17546         the list of checks.
17547
17548 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17549
17550         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17551         padding.
17552
17553 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17554
17555         * mm-view.el (mm-fill-flowed): New variable.
17556         (mm-inline-text): Use it.
17557
17558 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17559
17560         * spam.el (spam-spamassassin-register-ham-routine)
17561         (spam-spamassassin-register-spam-routine): Fix function names.
17562
17563 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17564
17565         * gnus.el (gnus-tmp-grouplens): Remove.
17566         (gnus-summary-line-format): Remove grouplens.
17567
17568         * gnus-group.el (gnus-group-line-format): Ditto.
17569
17570         * gnus-spec.el (gnus-format-specs): Ditto.
17571         (gnus-update-format-specifications): Flush the group format spec
17572         cache if there's the grouplens stuff.
17573         (gnus-parse-simple-format): Replace %l with the empty string.
17574
17575 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17576
17577         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17578         omission.
17579
17580 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17581
17582         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17583         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17584
17585 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17586
17587         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17588         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17589         New macros and functions.
17590         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17591         Handle > NLINK_MAX messages.
17592         * nnmaildir.el (nnmaildir-request-set-mark): Use
17593         nnmaildir--emlink-p and nnmaildir--eexist-p.
17594
17595 2004-01-25  Alex Schroeder  <alex@gnu.org>
17596
17597         * spam-stat.el (spam-stat-process-directory-age): New option.
17598         (spam-stat-process-directory): Use it.
17599
17600 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17601
17602         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17603         (spam-stat-save): Accept prefix argument.
17604
17605 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17606
17607         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17608         links" error.
17609
17610 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17611
17612         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17613         the rest of the and/or forms.
17614
17615 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17616
17617         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17618         compatibility with old .newsrc.eld files.
17619
17620         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17621
17622         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17623
17624         * gnus-start.el (gnus-1): do.
17625
17626         * gnus-group.el (gnus-group-line-format-alist): do.
17627
17628         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17629
17630         * gnus-gl.el: Remove.
17631
17632 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17633
17634         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17635         marks consisting of a single range {for example, (3 . 5)} rather
17636         than a list of a single range { ((3 . 5)) }.
17637
17638 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17639
17640         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17641         with-current-buffer.
17642         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17643         avoid consing a string.
17644
17645         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17646         Remove obsolete entries for big5 and gb2312.
17647
17648 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17649
17650         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17651         uncompressed list.
17652
17653 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17654
17655         * spam-stat.el (spam-stat-strip-xref): New function.
17656         (spam-stat-process-directory): Use it.
17657
17658         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17659         here -- it's done in message-fetch-field.
17660
17661 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17662
17663         * gnus-agent.el (gnus-agent-queue-mail)
17664         (gnus-agent-prompt-send-queue): New variables.
17665         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17666         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17667         "nndraft:queue" along to gnus-draft-send.  Use
17668         gnus-agent-prompt-send-queue.
17669         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17670         is "nndraft:queue".  Suggested by Gaute Strokkenes
17671         <gs234@srcf.ucam.org>
17672
17673         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17674         (agent-enable-undownloaded-faces): Added.
17675         (gnus-agent-cat-groups): Use eval-and-compile, not
17676         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17677         method of gnus-agent-cat-groups even when the buffer has been
17678         evaled.
17679         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17680         delete gnus-agent-save-active-1.
17681         (gnus-agent-save-groups): Deleted.  Identical to
17682         gnus-agent-save-active.
17683         (gnus-agent-write-active): No longer adjust agent's copy of active
17684         file as agent's adjustments are now stored in their own
17685         file.  Removed optional parameter.
17686         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17687         servers.  Add use of min/max range limits from server's local
17688         file.
17689         (gnus-agent-save-alist): Removed unused optional argument.
17690         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17691         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17692         (gnus-agent-set-local): A per-server file that keeps min/max range
17693         limits for articles known to the agent.  Provides a fast mechanism
17694         for altering many active ranges.
17695         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17696         active file (local makes it unnecessary).
17697         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17698
17699         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17700         (agent-enable-undownloaded-faces): Added.
17701
17702         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17703         disable it when sending to "nndraft:queue".
17704         (gnus-group-send-queue): Add safety check to avoid sending queue
17705         when unplugged.
17706
17707         * gnus-group.el (gnus-group-catchup): Use new
17708         gnus-sequence-of-unread-articles, not
17709         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17710         numbers of articles.  Use gnus-range-map to avoid having to
17711         uncompress the unread list.
17712         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17713         Fixed invalid ange-ftp reference.
17714
17715         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17716         (gnus-sorted-range-intersection): Intersection of two ranges
17717         without requiring that they first be uncompressed.
17718
17719         * gnus-start.el (gnus-activate-group): Unless blocked by the
17720         caller, possibly expand the active range to include both cached
17721         and agentized articles.
17722         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17723         multiple version-dependent converters.
17724         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17725         gnus-agent-save-active.
17726         (gnus-save-newsrc-file): Save dirty agent range limits.
17727
17728         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17729         gnus-agent-possibly-alter-active.
17730         (gnus-adjust-marked-articles): Faster handling of simple lists.
17731
17732 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17733
17734         * spam-stat.el (spam-stat-test-directory): New optional argument
17735         displays a list of files detected.  Suggested by Andrew Cohen
17736         <cohen@andy.bu.edu>.
17737         (spam-stat-buffer-words-with-scores): Don't narrow and change
17738         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17739
17740 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17741
17742         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17743         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17744         (spam-spamassassin-arguments)
17745         (spam-spamassassin-spam-flag-header)
17746         (spam-spamassassin-positive-spam-flag-header)
17747         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17748         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17749         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17750         (spam-list-of-processors, spam-list-of-checks)
17751         (spam-list-of-statistical-checks, spam-registration-functions)
17752         (spam-check-spamassassin-headers, spam-check-spamassassin)
17753         (spam-spamassassin-score)
17754         (spam-spamassassin-register-with-sa-learn)
17755         (spam-spamassassin-register-spam-routine)
17756         (spam-spamassassin-register-ham-routine)
17757         (spam-assassin-register-spam-routine)
17758         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17759         (spam-bogofilter-score): Fix to show article before scoring.
17760
17761 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17762
17763         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17764         default scoring function.
17765         (spam-generic-score): Call spam-spamassassin-score if
17766         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17767         spam-bogofilter-score otherwise.
17768
17769         * gnus.el (spam-process, spam-autodetect-methods): Add
17770         spamassassin and spamassassin-headers.
17771
17772 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17773
17774         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17775         Suppress unnecessary messages.
17776
17777 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17778
17779         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17780         make-hash-table.
17781
17782 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17783
17784         * canlock.el (base64-encode-string): Don't autoload it.
17785
17786 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17787
17788         * run-at-time.el: Remove useless (require 'itimer),
17789         eval-and-compile and (featurep 'xemacs).
17790
17791 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17792
17793         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17794         GROUP is a virtual group.
17795
17796 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17797
17798         * gnus.el: Autoload `message-y-or-n-p'.
17799
17800 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17801
17802         * pgg-parse.el: Remove unnecessary (require 'custom).
17803
17804         * pgg-def.el: do.
17805
17806         * nnmail.el: do.
17807
17808         * gnus-undo.el: do.
17809
17810         * gnus-picon.el: do.
17811
17812         * gnus-util.el: do.
17813
17814 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17815
17816         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17817
17818 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17819
17820         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17821         handle, as well as a list.
17822
17823         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17824         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17825         (mm-w3m-cid-retrieve): Simplify.
17826
17827 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17828
17829         * message.el (message-kill-to-signature): Allow prefix arg to
17830         specify number of lines to keep before signature.
17831
17832 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17833
17834         * message.el (message-kill-to-signature): Change docstring.
17835
17836 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17837
17838         * canlock.el: Always require sha1-el.
17839         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17840
17841         * message.el: Autoload sha1 only when compiling.
17842
17843         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17844         eudc-expand-inline for XEmacs.
17845
17846 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17847
17848         * message.el (message-canlock-generate): Require sha1-el.
17849
17850 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17851
17852         * message.el (message-expand-name): Silence the byte compiler.
17853
17854         * lpath.el: Add detect-coding-system.
17855
17856         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17857         cus-edit.
17858
17859 2004-01-13  Simon Josefsson  <jas@extundo.com>
17860
17861         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17862         Invoke gnus-score-mode.  Reported by
17863         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17864
17865         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17866         Jim Blandy <jimb@redhat.com> (tiny change).
17867
17868 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17869
17870         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17871
17872 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17873
17874         * spam.el (spam-get-article-as-string): Update to use
17875         gnus-request-article-this-buffer, much simpler.
17876         (spam-get-article-as-buffer): Remove.
17877
17878 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17879
17880         * message.el (message-expand-name): Use EUDC if the user uses that.
17881
17882 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17883
17884         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17885         character for the encoding to avoid consing a string.
17886
17887         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17888         unnecessarily.
17889
17890         * mm-util.el (mm-replace-chars-in-string): Remove.
17891
17892         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17893         of mm-replace-chars-in-string.
17894
17895 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17896
17897         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17898
17899         * mm-util.el (mm-subst-char-in-string): Support inplace.
17900
17901         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17902         a new string in every iteration.  Use shy groups.
17903
17904 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17905
17906         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17907         * gnus-soup.el (gnus-soup-group-brew):
17908         * gnus-msg.el (gnus-put-message):
17909         * gnus-move.el (gnus-group-move-group-to-server):
17910         * gnus-kill.el (gnus-batch-score):
17911         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17912         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17913         (gnus-group-update-group, gnus-group-read-group)
17914         (gnus-group-make-group, gnus-group-make-help-group)
17915         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17916         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17917         (gnus-group-sort-by-unread, gnus-group-catchup)
17918         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17919         (gnus-group-yank-group, gnus-group-set-info)
17920         (gnus-group-list-groups):
17921         * gnus.el (gnus-generate-new-group-name):
17922         * gnus-delay.el (gnus-delay-send-queue):
17923         * nnvirtual.el (nnvirtual-catchup-group):
17924         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17925         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17926         (gnus-group-prepare-topics, gnus-topic-check-topology):
17927         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17928         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17929         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17930         (gnus-group-make-articles-read):
17931         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17932         (gnus-group-change-level, gnus-kill-newsgroup)
17933         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17934         (gnus-get-unread-articles, gnus-make-articles-unread)
17935         (gnus-make-ascending-articles-unread): Use accessor
17936         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17937         to get group information for improved readability.
17938
17939
17940 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17941
17942         * gnus-art.el (article-decode-mime-words, article-babel)
17943         (gnus-article-highlight-signature, gnus-article-add-buttons)
17944         (gnus-signature-toggle): Use gnus-with-article-buffer.
17945
17946         * gnus-art.el (gnus-article-highlight-headers)
17947         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17948
17949         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17950         (gnus-article-set-globals, gnus-request-article-this-buffer)
17951         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17952         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17953         (gnus-mime-display-alternative): Use with-current-buffer.
17954
17955 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17956
17957         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17958         also under 80 char limit, and call gnus-error if needed.
17959         (spam-fetch-article-header): Fix - it was a
17960         buffer-local variable (gnus-newsgroup-data).
17961         (spam-find-spam): Use spam-generate-fake-headers, forget about
17962         spam-insert-fake-headers.
17963         (spam-insert-fake-headers): Remove.
17964
17965 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17966
17967         * deuglify.el (gnus-article-outlook-unwrap-lines)
17968         (gnus-outlook-rearrange-article)
17969         (gnus-outlook-repair-attribution-outlook)
17970         (gnus-outlook-repair-attribution-block)
17971         (gnus-outlook-repair-attribution-other): Remove redundant
17972         save-excursion.
17973
17974 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17975
17976         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17977         (spam-fetch-field-subject-fast)
17978         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17979         (spam-fetch-article-header): Add functions to deal with Gnus
17980         internals for fast retrieval of article header data.
17981         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17982
17983 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17984
17985         * pop3.el (pop3-md5): Remove.
17986         (pop3-apop): Replace pop3-md5 with md5.
17987
17988         * mm-bodies.el: base64 is always built-in.
17989
17990         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17991         with-current-buffer.
17992
17993 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17994
17995         * canlock.el (canlock-insert-header): Remove excessive grouping in
17996         regexp.
17997
17998         * gnus-sum.el (gnus-summary-read-document): Ditto.
17999
18000         * gnus-uu.el (gnus-uu-part-number): Ditto.
18001
18002         * html2text.el (html2text-remove-tags): Ditto.
18003         (html2text-format-tags): Ditto.
18004         (html2text-format-single-elements): Ditto.
18005
18006         * mml.el (mml-parse-1): Ditto.
18007
18008 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18009
18010         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18011
18012         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18013
18014         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18015
18016         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18017
18018 2003-11-15  Simon Josefsson  <jas@extundo.com>
18019
18020         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18021         (pgg-gpg-lookup-key): Use regexp match instead of
18022         split-string (split-string is different between emacs 21.2 and
18023         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18024
18025 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18026
18027         * gnus-art.el (gnus-mime-view-all-parts)
18028         (gnus-article-part-wrapper, gnus-article-view-part): Use
18029         with-current-buffer.
18030
18031 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18032
18033         * spam.el (spam-disable-spam-split-during-ham-respool)
18034         (spam-spamoracle-database, spam-cache-lookups)
18035         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18036         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18037         (spam-group-ham-marks, spam-group-spam-marks)
18038         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18039         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18040         also add spam-use-blackholes to the statistical checks.
18041         (spam-fetch-field-fast): Add interface to fetching fields, may
18042         become a macro.
18043         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18044         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18045         (spam-insert-fake-headers): Fake an article when needed.
18046         (spam-find-spam): Fake article when possible.
18047         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18048         (spam-check-bogofilter-headers): Use message-fetch-field instead
18049         of nnmail-fetch-field.
18050
18051 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18052
18053         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18054
18055 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18056
18057         * spam.el (spam-split): Do not require spam-use-CHECK to be
18058         enabled if that check is passed to spam-split explicitly; also
18059         fix so 'spam doesn't get converted to spam-split-group when
18060         spam-split-symbolic-return is t.
18061         (spam-find-spam): Find registrations of the article and use those
18062         instead of re-running spam-split to find the spam/ham
18063         classification of the article.
18064         (spam-log-processing-to-registry, spam-log-registered-p)
18065         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18066         Use gnus-error instead of gnus-message.
18067         (spam-log-registration-type): Add function to determine the
18068         classification of a message based on registry entries; will
18069         return nil if both 'spam and 'ham are found.
18070         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18071         a reasonably fast local cache without the loading errors.
18072         (spam-cache-lookups): Set to t by default.
18073         (spam-find-spam): Don't try to guess spam-cache-lookups.
18074         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18075         spam-caches entry.
18076         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18077         caching of whitelist/blacklist entries.
18078         (spam-check-whitelist, spam-check-blacklist): Invoke
18079         spam-from-listed-p with a type, not a cache variable.
18080         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18081
18082 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18083
18084         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18085
18086         * nnmail.el (nnmail-split-fancy): do.
18087
18088         * mml.el (mml-parse): do.
18089
18090         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18091         (gnus-score-adaptive): do.
18092
18093 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18094
18095         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18096         (gnus-mime-button-map): Don't set keymap parent.
18097         (gnus-button-ctan-directory-regexp): Use shy grouping.
18098         (gnus-prev-page-map): Don't set keymap parent.
18099         (gnus-prev-page-map): Remove duplicated one.
18100         (gnus-next-page-map): Don't set keymap parent.
18101         (gnus-mime-security-button-map): Ditto.
18102
18103         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18104         version number.
18105
18106         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18107
18108 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18109
18110         * canlock.el (canlock-sha1-function): Remove.
18111         (canlock-sha1-function-for-verify): Remove.
18112         (canlock-openssl-program): Remove.
18113         (canlock-openssl-args): Remove.
18114         (canlock-ignore-errors): Remove.
18115         (canlock-sha1-with-openssl): Remove.
18116         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18117         (canlock-verify): Don't use canlock-ignore-errors.
18118
18119         * sha1-el.el (sha1-string-external): Make it can return a string
18120         in binary form.
18121         (sha1-region-external): Ditto.
18122         (sha1-string-internal): Ditto.
18123         (sha1-region-internal): Ditto.
18124         (sha1-region): Ditto.
18125         (sha1-string): Ditto.
18126         (sha1): Ditto.
18127
18128 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18129
18130         * spam.el (spam-report-articles-gmane): New command.
18131
18132 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18133
18134         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18135
18136         * run-at-time.el (run-at-time-saved): Remove.
18137         (run-at-time): Doc fix.
18138
18139 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18140
18141         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18142         (gnus-summary-limit-map): Add it.
18143         (gnus-summary-make-menu-bar): do.
18144
18145 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18146
18147         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18148         Make attempt at some caching support (done for BBDB only now).
18149         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18150         addresses to be checked.
18151         (spam-clear-cache-BBDB): Add function, to be invoked by
18152         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18153         (spam-check-BBDB): Check and use the caches, if
18154         spam-cache-lookups is on, remove superfluous (provide).
18155
18156 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18157
18158         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18159
18160 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18161
18162         * run-at-time.el (run-at-time-saved): Move to after the definition
18163         of `run-at-time'.
18164
18165         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18166
18167 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18168
18169         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18170         mm-w3m-local-map-property.
18171
18172         * mm-view.el (mm-w3m-mode-map): Remove.
18173         (mm-w3m-local-map-property): Remove.
18174         (mm-inline-text-html-render-with-w3m): Don't use
18175         mm-w3m-local-map-property.
18176
18177 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18178
18179         * run-at-time.el: New file.
18180
18181         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18182         under Emacs.
18183
18184         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18185         of gnus-set-text-properties.
18186
18187         * gnus-uu.el (gnus-uu-save-article): Ditto.
18188
18189         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18190
18191         * gnus-cite.el (gnus-cite-parse): Ditto.
18192
18193         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18194         of gnus-.
18195
18196         * gnus-xmas.el (run-at-time): Require run-at-time.
18197
18198         * gnus.el: Changed calls to nnheader-run-at-time and
18199         password-run-at-time throughout to use run-at-time directly.
18200
18201         * password.el: Removed definition of run-at-time.
18202
18203         * nnheaderxm.el: Remove definition of run-at-time.
18204
18205 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18206
18207         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18208         in prompt.
18209
18210 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18211
18212         * messagexmas.el (message-xmas-redefine): Alias
18213         `message-make-caesar-translation-table' to
18214         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18215         version.
18216
18217         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18218         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18219         `gnus-xmas-set-text-properties'.
18220         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18221         `gnus-xmas-completing-read'.
18222         (gnus-xmas-completing-read): Removed.
18223         (gnus-xmas-open-network-stream): Removed.
18224
18225         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18226         XEmacs version.
18227
18228         * dns.el (dns-make-network-process): Use `open-network-stream'
18229         instead of `gnus-xmas-open-network-stream'.
18230
18231         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18232
18233         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18234
18235 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18236
18237         * gnus-art.el (gnus-mime-display-alternative)
18238         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18239         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18240         Don't use gnus-local-map-property.
18241
18242         * gnus-util.el (gnus-local-map-property): Remove.
18243
18244         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18245         gnus-completing-read-maybe-default with completing-read.
18246
18247         * gnus-util.el (gnus-completing-read): do.
18248         (gnus-completing-read-maybe-default): Remove.
18249
18250 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18251
18252         * password.el: Only autoload `run-at-time' if not XEmacs.
18253         Only autoload the itimer functions if XEmacs.
18254
18255 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18256
18257         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18258         XEmacsen.
18259
18260         * dgnushack.el: Autoload executable-find for XEmacs.
18261
18262 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18263
18264         * gnus-art.el (gnus-read-string): Remove.
18265         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18266         read-string.
18267
18268 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18269
18270         * netrc.el: Autoload password-read.
18271         (netrc): Add configuration group.
18272         (netrc-encoding-method, netrc-openssl-path): Add
18273         variables for encoding and decoding of files with symmetric
18274         ciphers.
18275         (netrc-encode): Add assistant function to encode a file with
18276         netrc-encoding-method.
18277         (netrc-parse): Add interactive parameter, added optional
18278         decoding if netrc-encoding-method is non-nil but otherwise
18279         behavior is standard.
18280         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18281         Do s/encode/encrypt/ everywhere.
18282
18283         * spam.el: Remove executable-find autoload.
18284
18285 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18286
18287         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18288
18289         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18290
18291 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18292
18293         * gnus-art.el (gnus-treat-ansi-sequences)
18294         (article-treat-ansi-sequences): New variable and function.
18295         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18296
18297         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18298         Use it.
18299
18300 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18301
18302         * mm-util.el (mm-quote-arg): Remove.
18303
18304         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18305         shell-quote-argument.
18306
18307         * gnus-uu.el (gnus-uu-command): do.
18308
18309         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18310
18311         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18312         with make-char.
18313
18314         * mm-util.el (mm-make-char): Remove.
18315
18316         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18317         add-minor-mode.
18318
18319         * gnus-undo.el (gnus-undo-mode): do.
18320
18321         * gnus-topic.el (gnus-topic-mode): do.
18322
18323         * gnus-sum.el (gnus-dead-summary-mode): do.
18324
18325         * gnus-start.el (gnus-slave-mode): do.
18326
18327         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18328
18329         * gnus-ml.el (gnus-mailing-list-mode): do.
18330
18331         * gnus-gl.el (gnus-grouplens-mode): do.
18332
18333         * gnus-draft.el (gnus-draft-mode): do.
18334
18335         * gnus-dired.el (gnus-dired-mode): do.
18336
18337         * gnus-ems.el (gnus-add-minor-mode): Remove.
18338
18339         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18340         Replace gnus-char-width with char-width.
18341
18342         * gnus-ems.el (gnus-char-width): Remove.
18343
18344         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18345         Replace gnus-char-width with char-width.
18346
18347         * gnus-ems.el (gnus-char-width): Remove.
18348
18349         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18350         definition.
18351         Remove Emacs 20 hash table compatibility code.
18352
18353         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18354         20 compatibility code.
18355
18356         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18357
18358         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18359
18360         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18361         with point-at-{eol,bol}.
18362
18363         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18364
18365         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18366
18367         * flow-fill.el (fill-flowed-point-at-bol)
18368         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18369
18370         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18371         Replace with point-at-{eol,bol} throughout all files.
18372
18373 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18374
18375         * ntlm.el (ntlm-string-as-unibyte): New macro.
18376         (ntlm-build-auth-response): Use it.
18377
18378         Remove Emacs 20 stuff:
18379         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18380         (butlast, mapc, remove): Remove the compiler macros.
18381         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18382         of delq and copy-sequence.
18383         * gnus-art.el (popup-menu): Remove the compiler macro.
18384         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18385         Emacs 20.
18386
18387 2004-01-05  Simon Josefsson  <jas@extundo.com>
18388
18389         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18390         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18391         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18392         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18393         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18394         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18395         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18396         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18397         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18398         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18399         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18400         string-xor into ntlm-string-xor.  Suggested by
18401         Jesper Harder <harder@myrealbox.com>.
18402
18403         * ntlm.el: Don't include poem.
18404
18405         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18406         Jesper Harder <harder@myrealbox.com>.
18407
18408         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18409
18410         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18411         probably breaks emacs with DL patch, but do we care? Is anyone
18412         still using the DL stuff?)
18413
18414         * sieve-manage.el: Use the password package.
18415         (sieve-manage-read-passwd): Remove.
18416         (sieve-manage-interactive-login): Use password.  Re-add
18417         condition-case around loop.
18418
18419         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18420         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18421         the password package.
18422
18423 2003-02-19  Simon Josefsson  <jas@extundo.com>
18424
18425         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18426         token.
18427
18428 2002-08-07  Simon Josefsson  <jas@extundo.com>
18429
18430         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18431         (sieve-manage-authenticators):
18432         (sieve-manage-authenticator-alist): Add some SASL mechs.
18433         (sieve-sasl-auth): New function.
18434         (sieve-manage-cram-md5-auth):
18435         (sieve-manage-plain-auth): Rewrite using SASL library.
18436         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18437         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18438         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18439         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18440
18441 2004-01-05  Simon Josefsson  <jas@extundo.com>
18442
18443         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18444         New files.
18445
18446 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18447
18448         * gnus-group.el (gnus-no-groups-message): Update.
18449
18450         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18451
18452 2003-11-09  Simon Josefsson  <jas@extundo.com>
18453
18454         * imap.el: Support for ID IMAP extension (RFC 2971).
18455         (imap-local-variables): Add imap-id.
18456         (imap-id): New variable.
18457         (imap-id): New function.
18458         (imap-parse-response): Parse untagged ID response.
18459         * nnimap.el (nnimap-id): New variable.
18460         (nnimap-open-connection): Use it.
18461
18462 2003-12-28  Simon Josefsson  <jas@extundo.com>
18463
18464         * gnus-score.el (gnus-score-edit-all-score): New.
18465         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18466
18467 2004-01-04  Simon Josefsson  <jas@extundo.com>
18468
18469         * password.el: Add.
18470
18471 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18472
18473         * dns.el (dns-query-types): Fix typo.
18474         (dns-query-types): New function.
18475         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18476         PTR and SOA replies, see RFC 1035.
18477
18478 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18479
18480         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18481
18482         * Moved to Changelog.2.
18483
18484 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18485
18486         * gnus.el (gnus-version-number): Bump version.
18487
18488 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18489
18490         * gnus.el: No Gnus v0.1 is released.
18491
18492 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18493
18494         * gnus.el: No Gnus v0.0 is released.
18495
18496 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18497
18498         * gnus.el (gnus-version-number): Bump.
18499         (gnus-version): No.
18500
18501 See ChangeLog.2 for earlier changes.
18502
18503     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18504       Free Software Foundation, Inc.
18505
18506   This file is part of GNU Emacs.
18507
18508   GNU Emacs is free software: you can redistribute it and/or modify
18509   it under the terms of the GNU General Public License as published by
18510   the Free Software Foundation, either version 3 of the License, or
18511   (at your option) any later version.
18512
18513   GNU Emacs is distributed in the hope that it will be useful,
18514   but WITHOUT ANY WARRANTY; without even the implied warranty of
18515   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18516   GNU General Public License for more details.
18517
18518   You should have received a copy of the GNU General Public License
18519   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18520
18521 ;; Local Variables:
18522 ;; coding: utf-8
18523 ;; fill-column: 79
18524 ;; add-log-time-zone-rule: t
18525 ;; End: