Only send AUTHENTICATE PLAIN if LOGINDISABLED is set.
[gnus] / lisp / ChangeLog
1 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-capability): New function.
4         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
5         is set.
6
7 2010-10-31  David Engster  <dengste@eml.cc>
8
9         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
10         conform with changes to gnus-completing-read.
11
12 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13
14         * shr.el (shr-tag-img): Output "*" instead of "[img]".
15
16 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
17
18         * nnir.el move defvar, defcustom around to keep file organized and keep
19         byte-compiler quiet.
20         (nnir-read-parms): accept search-engine as arg.
21         (nnir-run-query): pass search-engine as arg.
22         (nnir-search-engine): remove.
23
24 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25
26         * shr.el (shr-generic): The text nodes should be text, not :text.
27
28         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
29         later in the file.
30
31 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
32
33         * nnir.el: general clean up. allow searching with multiple
34         engines. allow separate extra-parameters for each engine. batch queries
35         when possible.
36         (nnir-imap-default-search-key,nnir-method-default-engines): add
37         customize interface.
38         (nnir-run-gmane): new engine.
39         (nnir-engines): use it. qualify all prompts with engine name.
40         (nnir-search-engine): remove global variable.
41         (nnir-run-hyrex): restore for now.
42         (nnir-extra-parms,nnir-search-history): new variables.
43         (gnus-group-make-nnir-group): use them.
44         (nnir-group-server): remove in favor of gnus-group-server.
45         (nnir-request-group): avoid searching twice.
46         (nnir-sort-groups-by-server): new function.
47
48 2010-10-30  Julien Danjou  <julien@danjou.info>
49
50         * gnus-group.el: Remove gnus-group-fetch-control.
51
52         * gnus-start.el (gnus-find-new-newsgroups): Remove
53         gnus-check-first-time-used.
54
55         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
56
57 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
58
59         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
60         set on groups that don't have \* permanentflags.
61
62 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
65         control the background color.
66         (shr-tag-img): Ignore very small web bug type images.
67         (shr-put-image): Add help-echo alt texts to the images.
68         (shr-tag-video): Show the video poster image.
69
70 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
71
72         * shr.el (shr-table-depth): New variable.
73         (shr-tag-table-1): Only insert the images after the top-level table.
74
75         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
76
77         * gnus-util.el (gnus-list-memq-of-list): New function.
78
79         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
80         selected.
81         (nnimap-unsplittable-articles): New slot.
82         (nnimap-new-articles): Use it.
83
84 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
85
86         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
87         move to the previous line on `M-g'.
88
89 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
90
91         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
92         *-request-group, which seems unnecessary.
93
94         * nnimap.el (nnimap-quote-specials): Function copied over from
95         imap.el.
96         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
97         they support that.  Suggested by Tom Regner.
98
99 2010-10-29  Julien Danjou  <julien@danjou.info>
100
101         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
102         defalias.
103         (gnus-summary-delete-marked-with): Remove obsolete defalias.
104
105         * gnus.el: Remove `gnus-nntp-service' variable.
106         (gnus-secondary-servers): Make obsolete.
107         (gnus-nntp-server): Make obsolete.
108
109         * gnus-start.el (gnus-1): Remove x-splash calls.
110
111         * gnus-ems.el (gnus-x-splash): Remove.
112
113         * gnus.el (gnus-group-startup-message): Simplify/update code.
114
115         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
116         definition.
117
118         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
119         capability before doing anything.
120         (gnus-group-insert-group-line): Remove useless
121         gnus-group-remove-excess-properties.
122
123 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
124
125         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
126
127 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
128
129         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
130         config after reselecting.
131
132 2010-10-28  Julien Danjou  <julien@danjou.info>
133
134         * shr.el (shr-put-image): Use point even if only inserting text.
135         (shr-put-image): Save excursion when inserting alt text on non-graphic
136         display, so the behaviour is the same when we are on a graphic display.
137
138         * nnir.el (nnir-run-swish-e): Remove hyrex support.
139
140 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
141
142         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
143         (gnus-mime-copy-part): Check coding system, not charset.
144         (gnus-mime-view-part-externally): Never remove part.
145         (gnus-mime-view-part-internally): Don't remove part here.
146         (gnus-article-part-wrapper): Make sure MIME tag is visible.
147         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
148         multipart/alternative.
149
150         * mm-decode.el (mm-display-part): Take optional arg `force'.
151
152 2010-10-26  Julien Danjou  <julien@danjou.info>
153
154         * gnus-group.el (gnus-group-default-list-level): Add this function to
155         compute the default list level.
156         (gnus-group-default-list-level): Add possibility to use a function.
157
158 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
159
160         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
161
162         * gnus-group.el (gnus-group-completing-read)
163         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
164         gnus-replace-in-string.
165
166 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
167
168         * shr.el (shr-tag-div): Added.
169
170         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
171
172 2010-10-25  Julien Danjou  <julien@danjou.info>
173
174         * gnus-util.el: Remove `gnus-with-local-quit'.
175
176         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
177
178 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
179
180         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
181         the original article buffer.
182
183 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
184
185         * nnimap.el (nnimap-request-head): New function.
186         (nnimap-request-move-article): Try to be slighly faster by not
187         requesting the entire message when moving.
188         (nnimap-transform-headers): Don't bug out on bodiless articles.
189         (nnimap-send-command): Have no outstanding messages if the IMAP server
190         doesn't support streaming.
191         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
192
193 2010-10-24  Julien Danjou  <julien@danjou.info>
194
195         * message.el (message-default-headers): Fix type.
196
197 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198
199         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
200         prefetching images.
201
202         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
203         backend for unknown groups.  This is mainly useful for nnimap groups.
204
205         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
206         group isn't covered by the agent.
207
208 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
209
210         * nnir.el (nnir-method-default-engines): new variable.
211         (nnir-run-query): use it.
212         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
213         (gnus-summary-nnir-goto-thread): change group if needed.
214
215         * gnus-group.el (gnus-group-group-map): add key binding for
216         gnus-group-make-nnir-group.
217
218 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
219
220         * shr.el (shr-tag-object): Added.
221
222         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
223         original article buffer live.
224         (gnus-summary-select-article-buffer): Mention
225         gnus-widen-article-buffer.
226
227 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
228
229         * shr.el (shr-tag-strong): Added.
230
231 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
232
233         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
234         group names.  They mess up the group buffer badly.
235
236         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
237
238         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
239         instead of the summary one.
240
241 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * mml.el (mml-preview): Work properly when editing article.
244
245         * gnus-start.el (gnus-read-active-file-1): Don't add method to
246         gnus-have-read-active-file if it's already been in.
247
248 2010-10-22  Tom Tromey  <tromey@redhat.com>
249
250         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
251         gnus-group-completing-read.
252
253 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
254
255         * message.el (message-mode-map): Don't bind M-; to comment region, to
256         allow the global comment-dwim to work.
257
258 2010-10-21  Julien Danjou  <julien@danjou.info>
259
260         * message.el (message-setup-1): Allow message-default-headers to be a
261         function.
262
263 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * shr.el (shr-tag-table): Simplify.
266
267 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
268
269         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
270         to avoid trying to snarf invalid stuff.
271
272         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
273
274         * gnus.el (gnus-message-archive-group): Quote value.
275         (gnus-message-archive-group): Mark as changed.
276
277         * shr.el (shr-add-font): Don't put the font properties on the newline
278         or the indentation.
279
280         * message.el (message-fix-before-sending): Change options when sending
281         non-printable characters.
282
283         * gnus.el (gnus-message-archive-method): Change the default to
284         monthly outgoing groups.
285
286         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
287         that have gotten new numbers.
288
289         * nnimap.el (nnimap-request-replace-article): New function.
290
291 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
292
293         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
294         (nnrss-request-article): Don't use special html washing code.
295
296 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
297
298         * shr.el (shr-tag-table): Remove useless nconc.
299
300 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * gnus-art.el (article-wash-html): Simplify and remove the charset
303         stuff.  Use the normal html rendering code instead of the special html
304         washing code.
305
306         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
307         `gnus-w3m' symbols.
308         (mm-text-html-washer-alist): Removed.
309
310         * mm-decode.el (mm-inline-text-html-renderer): Removed.
311         (mm-inline-media-tests): Removed use.
312         (mm-text-html-renderer): Change default to the `shr' symbol.
313
314         * mm-view.el (mm-inline-text-html): Removed use.
315
316         * gnus-art.el (gnus-blocked-images): New function.  Allow the
317         `gnus-blocked-images' to be a function.
318         (gnus-article-wash-function): Removed.
319
320 2010-10-20  Julien Danjou  <julien@danjou.info>
321
322         * spam.el (spam-list-of-processors): Mark as obsolete.
323
324         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
325         (nnimap-insert-partial-structure): Fix boundary detection.
326
327 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
328
329         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
330         run file-truename on remote files.  This can be expensive and even
331         prevent one from editing drafts if some unrelated buffer has a stale
332         connection.
333
334 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
335
336         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
337         kinsoku-eol regardless of shr-kinsoku-shorten.
338         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
339         (shr-tag-table): Support caption, thead, and tfoot.
340
341 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
342
343         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
344         lines.
345         (shr-save-contents): New command and keystroke.
346
347         * nndoc.el (nndoc-type-alist): Add git support.
348         (nndoc-git-type-p): New function.
349         (nndoc-transform-git-article): Ditto.
350         (nndoc-transform-git-headers): Ditto.
351         (nndoc-transform-git-headers): Generate Subject headers.
352
353         * shr.el (shr-parse-style): New function.
354         (shr-tag-span): Ditto.
355
356         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
357         to `G G' to avoid collisions.
358
359 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
360
361         * shr.el: Load kinsoku if necessary.
362         (shr-kinsoku-shorten): New internal variable.
363         (shr-find-fill-point): Make kinsoku shorten text line if
364         shr-kinsoku-shorten is bound to non-nil.
365         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
366         shr-indentation too when testing if table is wider than frame width.
367         (shr-insert-table): Use `string-width' instead of `length' to measure
368         text width.
369         (shr-insert-table-ruler): Make sure indentation is done at bol.
370
371 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
372
373         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
374         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
375         undecoded network data.
376
377 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378
379         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
380         name in the mode line spec so that the mode line menu works
381         (bug #2431).
382
383         * message.el (message-get-reply-headers): If we're fed `to-address',
384         then always use that.
385
386         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
387         aren't so wide as to need to switch off the edit menu.
388
389         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
390         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
391
392         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
393         `M-g'.
394         (nnimap-update-info): Update flags/read marks even if \* isn't part of
395         the permanent marks.
396
397 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
398
399         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
400         Splitting according to references/in-reply-to obeys the ignore-groups
401         variable, while splitting by sender and subject do not.
402
403 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
404
405         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
406         alist, so that we can look for non-Unicode chars.
407         (article-translate-strings): Allow both character and string maps.
408
409 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * shr.el (shr-insert): Don't insert space behind a wide character
412         categorized as kinsoku-bol, or between characters both categorized as
413         nospace.
414
415 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
416
417         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
418         headers to gnus-newsgroup-headers.
419
420 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
421
422         * shr.el (shr-tag-img): Don't align images -- since we're not
423         rescaling, this often leads to ugly displays.
424
425 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
426
427         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
428         duplicates.
429
430 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
431
432         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
433         call.
434
435 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
436
437         * gnus.el: Autoload gnus-html-show-images.
438
439         * nnimap.el: Use nnheader-message throughout.
440
441         * shr.el (shr-tag-img): Ignore images with no data.
442
443 2010-10-15  Julien Danjou  <julien@danjou.info>
444
445         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
446         a possibility to disable format=flow encoding when using hard newlines.
447
448 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
449
450         * shr.el (shr-insert): Remove space inserted before or after a
451         breakable character or at the beginning or the end of a line.
452         (shr-find-fill-point): Do kinsoku; find the second best point or give
453         it up if there's no breakable point.
454
455 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
456
457         * nnimap.el (nnimap-open-connection): Message when opening connection
458         for debugging purposes.
459
460         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
461         on every setup buffer call to allow this to change from article to
462         article.
463
464         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
465         buffers where we have a wide table.
466
467 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
468
469         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
470         uses *-request-thread.
471
472 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
473
474         * nnimap.el (nnimap-open-connection): Remove %s from openssl
475         incantation, which is no longer valid.
476
477 2010-10-14  Julien Danjou  <julien@danjou.info>
478
479         * shr.el: Fix defcustom type (char -> character).
480
481 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
482
483         * nnimap.el (nnimap-open-connection): tls-program should be a list of
484         programs.
485
486 2010-10-14  Julien Danjou  <julien@danjou.info>
487
488         * shr.el (shr-tag-a): Use url-link as widget type.
489
490         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
491         `gnus-group-get-icon'.
492
493 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
494
495         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
496         This should make server editing work better.
497
498         * shr.el (shr-find-fill-point): Don't inloop on indented text.
499
500         * tls.el (tls-program): Remove spurious %s from openssl.
501
502         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
503         (nnimap-parse-flags): Fix regexp.
504
505         * shr.el (shr-find-fill-point): Use a filling algorithm that should
506         probably work for CJVK text, too.
507
508         * nnimap.el (nnimap-extend-tls-programs): Removed.
509         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
510
511         * tls.el (tls-starttls-switches): Remove starttls hack.
512         (open-tls-stream): Ditto.
513         (tls-find-starttls-argument): Ditto.
514
515 2010-10-13  Julien Danjou  <julien@danjou.info>
516
517         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
518         responses.
519
520 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
521
522         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
523
524         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
525         anything in Emacs.
526
527         * shr.el (shr-current-column): Remove buggy and unnecessary function.
528
529 2010-10-13  Julien Danjou  <julien@danjou.info>
530
531         * shr.el (shr-width): Make shr-width a defcustom with default to
532         fill-column.
533         (shr-tag-img): Use shr-width rather than fill-column.
534
535 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
536
537         * dgnushack.el (byte-optimize-apply)
538         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
539
540         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
541         position when (X-)Faces exist.
542         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
543         avatars when called interactively.
544
545 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
546
547         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
548         gnus-article-x-face-too-ugly is bound.
549
550 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
551
552         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
553
554         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
555         mailbox that doesn't exist.
556
557 2010-10-12  Julien Danjou  <julien@danjou.info>
558
559         * shr.el (shr-tag-img): Encode URL properly when retrieving.
560         (shr-get-image-data): Encode URL properly when fetching from cache.
561         (shr-tag-img): Use aligned-to spaces to align correctly images.
562
563         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
564         before inserting the Gravatar.
565
566         * shr.el (shr-tag-img): Add align attribute support for <img>.
567
568 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569
570         * gnus-gravatar.el (gnus-art): Required.
571
572         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
573         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
574         Remove long obsoleted functions.
575
576 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
577
578         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
579
580         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
581
582         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
583         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
584         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
585         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
586         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
587         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
588         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
589
590 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591
592         * nnimap.el (nnimap-request-rename-group): Select group read-only
593         before renaming it.
594
595         * shr.el (shr-insert): Fix up the white space only regexp.
596
597         * nnimap.el (nnimap-transform-split-mail): Not all articles have
598         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
599
600         * shr.el (shr-current-column): New function.
601         (shr-find-fill-point): New function.
602
603 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
604
605         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
606         numbers.
607
608 2010-10-11  Julien Danjou  <julien@danjou.info>
609
610         * shr.el (shr-hr-line): Add.
611         (shr-tag-hr): Use shr-hr-line to specify which character to use to
612         display hr lines.
613         (shr-max-columns): Do not change state to nil if we just inserting
614         spaces.
615
616 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * gnus-topic.el (gnus-topic-read-group): If after the last group,
619         select the last group.
620
621 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
622
623         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
624
625 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
626
627         * dig.el (dig-mode-map): Declare and define in one step.
628
629 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
630
631         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
632         for Gnus.
633         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
634         (nnimap-update-qresync-info): Mark \Seen articles as read.
635
636         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
637         non-variable, too.
638
639         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
640         available.
641         (nnimap-update-info): Rely more on the current active than the param
642         active to avoid marking articles as read too much.
643
644         * auth-source.el (auth-source-create): Use (user-login-name) for the
645         user name default.
646
647         * nnimap.el (nnimap-update-info): If the server doesn't return any
648         useful info, just use the previous info.
649         (nnimap-update-info): Prefer old info over start-article.
650         (nnimap-update-qresync-info): Finish implementing QRESYNC.
651
652 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
653
654         * nnir.el (autoload): Clean up autoloads.
655         (nnir-imap-default-search-key): Renamed from
656         nnir-imap-search-field. Use key rather than value.
657         (nnir-imap-search-other): New variable.
658         (nnir-read-parm): Use it.
659         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
660         (gnus-summary-nnir-goto-thread): Modify to work with imap.
661
662 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
663
664         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
665         the process, too.
666
667 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
668
669         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
670         Allbery.
671
672         * shr.el: Rework the way things are indented by <li> slightly.
673
674         * gnus.el (gnus-group-set-parameter): Fix typo.
675
676         * nnimap.el: Start implementing QRESYNC support.
677
678 2010-10-09  Julien Danjou  <julien@danjou.info>
679
680         * nnir.el (nnir-engines): Fix too many arguments.
681
682 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
683
684         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
685         group is the "last", so that the backends like nnfolder actually save
686         their folders.
687
688         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
689         try to use that for the tls stream.
690         (nnimap-retrieve-group-data-early): Rework the marks code to heed
691         UIDVALIDITY and find out which groups are read-only and not.
692         (nnimap-get-flags): Use the same marks parsing code as the rest of
693         nnimap.
694
695 2010-10-09  Julien Danjou  <julien@danjou.info>
696
697         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
698
699         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
700         retrieving gravatars.
701
702         * shr.el (shr-table-corner): Add.
703         (shr-table-line): Add.
704         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
705
706 2010-10-08  Julien Danjou  <julien@danjou.info>
707
708         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
709
710 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
711
712         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
713
714         * gnus-sum.el (gnus-mark-article-as-unread)
715         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
716         (gnus-summary-set-bookmark): Use it.
717
718         * gnus-msg.el (gnus-setup-message): Use it.
719
720         * gnus-demon.el (gnus-demon-remove-handler): Use it.
721
722         * gnus.el (gnus-group-remove-parameter): Use it.
723
724         * gnus-group.el (gnus-group-make-web-group): Use it.
725
726         * gnus-demon.el (gnus-demon-remove-handler): Use it.
727
728         * nnregistry.el: Update docs to mention manual.
729
730         * gnus-registry.el: Update docs to mention nnregistry.el.
731         (gnus-registry-initialize): Don't install nnregistry refer method
732         automatically.
733         (gnus-registry-install-nnregistry): Remove it.
734
735 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
736
737         * shr.el (shr-insert): Don't insert double spaces.
738
739 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * gnus-gravatar.el (gnus-treat-from-gravatar)
742         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
743         called interactively.
744
745         * gnus-art.el (gnus-mime-view-part-externally)
746         (gnus-mime-view-part-internally): Make predicate function passed to
747         gnus-mime-view-part-as-type assume argument is a mime type, not a list
748         of a mime type.
749
750         * shr.el (shr-table-widths): Don't use cl function `reduce'.
751
752 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * shr.el (require): Require cl when compiling.
755         (shr-tag-hr): New function.
756
757         * nnimap.el (nnimap-update-info): Remove double setting of high.
758         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
759         makes nnimap work properly on Courier again.
760
761         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
762         the variable for backwards compatability.
763
764         * mm-decode.el (mm-save-part): If given a non-directory result, expand
765         the file name before using to avoid setting mm-default-directory to
766         nil.
767
768         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
769         bidning gnus-agent variables.
770
771         * shr.el (shr-render-td): Use a cache for the table rendering function
772         to avoid getting an exponential rendering behaviour in nested tables.
773         (shr-insert): Rework the line-breaking algorithm.
774         (shr-insert): Don't leave trailing spaces.
775         (shr-insert-table): Also insert empty TDs.
776         (shr-tag-blockquote): Ensure paragraphs after </ul>.
777
778 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
779
780         * gnus-sum.el (gnus-number): Rename from `number'.
781         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
782         (gnus-summary-limit-children): Update uses correspondingly.
783
784 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
785
786         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
787         (gnus-gravatar-transform-address): Don't show avatars of people of
788         which mail addresses match gnus-gravatar-too-ugly.
789
790 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
791
792         * shr.el (shr-table-widths): Expand TD elements to fill available
793         space.
794
795 2010-10-07  Julien Danjou  <julien@danjou.info>
796
797         * nnimap.el (nnimap-request-rename-group): Add this method.
798
799 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
800
801         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
802         name from XEmacs' function-arglist.
803
804         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
805         gravatar under XEmacs.
806
807 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
808
809         * auth-source.el: Update docs with TODO items.
810
811         * gnus-sync.el: Update docs to explain state and plans.
812
813         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
814         Hooks for mark updates.
815         (gnus-request-set-mark, gnus-request-update-mark): Use them.
816
817         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
818         hooks with arguments, which is needed for mark update hooks.
819
820 2010-10-06  Julien Danjou  <julien@danjou.info>
821
822         * gnus.el (gnus-expand-group-parameter): Only return and act on what
823         was matched.
824
825         * sieve-manage.el: Update example in `Commentary'.
826
827         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
828
829         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
830         not 2000.
831         (sieve-manage-authenticate): Re-add function.
832
833 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
834
835         * shr.el (shr-insert): Get 'space transition right.
836         (shr-render-td): Only delete space at the end of the TD.
837
838         * nnimap.el (nnimap-open-connection): Prepare to support
839         open-gnutls-stream.
840
841         * shr.el: Rearrange function order to be more logical.
842
843 2010-10-06  Julien Danjou  <julien@danjou.info>
844
845         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
846         (nnrss-discover-feed): Remove 404 URL in docstring.
847
848         * nnir.el: Fix Swish-E URL.
849         Fix Namazu URL.
850
851         * message.el (message-change-subject): Remove 404 URL in a comment.
852
853 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
854
855         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
856         called interactively.
857
858         * gnus-util.el (gnus-remove-if): Allow hash table.
859         (gnus-remove-if-not): New function.
860
861         * gnus-art.el (gnus-mime-view-part-as-type)
862         * gnus-score.el (gnus-summary-score-effect)
863         * gnus-sum.el (gnus-read-move-group-name):
864         Replace remove-if-not with gnus-remove-if-not.
865
866         * gnus-group.el (gnus-group-completing-read):
867         Regard collection as a hash table if it is not a list.
868
869 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
870
871         * shr.el (shr-render-td): Allow blank/missing <TD>s.
872
873         * shr.el: Document the table-rendering algorithm.
874
875 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
878         for Emacsen having no `libxml-parse-html-region' support.
879
880 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
881
882         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
883         invalid URLs.
884
885         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
886         line-broken.
887         (shr-tag-img): Ignore image fetching errors.
888         (shr-overlays-in-region): Compute overlay positions correctly.
889
890         * mm-decode.el (mm-shr): Require shr.
891
892         * gnus-art.el (gnus-blocked-images): Move variable here.
893
894         * shr.el (shr-insert-table): Bind free variable.
895
896         * mm-decode.el (mm-shr): Bind shr-content-function.
897
898         * shr.el (shr-content-function): New variable.
899
900         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
901         added for symmetry.
902
903         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
904
905         * gnus-group.el (gnus-group-make-group): Doc fix.
906
907         * nnimap.el (nnimap-request-newgroups): Return success.
908
909         * shr.el (shr-find-elements): New function.
910         (shr-tag-table): Put all the images after the table.
911         (shr-tag-table): Really inhibit images inside the table.
912         (shr-collect-overlays): Copy over overlays from the TD elements to the
913         main document.
914
915         * mm-decode.el (mm-shr): Bind shr-blocked-images to
916         gnus-blocked-images.
917
918 2010-10-05  Julien Danjou  <julien@danjou.info>
919
920         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
921
922         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
923         (gnus-html-maximum-image-size): Add this function.
924         (gnus-html-put-image): Use gnus-html-maximum-image-size.
925
926         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
927         server-value of the capability is nil.
928
929 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930
931         * shr.el (shr-tag-em): Add <EM> tag.
932
933 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
934
935         * sieve-manage.el (sieve-manage-default-stream): Make default stream
936         customizable.
937
938         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
939         handing broken links to browse-url.
940
941 2010-10-05  Julien Danjou  <julien@danjou.info>
942
943         * gnus-util.el (gnus-emacs-completing-read)
944         (gnus-iswitchb-completing-read): Use autoload rather than require.
945
946 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
947
948         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
949         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
950         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
951         iswitchb-temp-buflist for XEmacs.
952
953         * gnus-util.el (gnus-completing-read-function): Exclude
954         gnus-icompleting-read and gnus-ido-completing-read from candidates for
955         XEmacs since iswitchb.el is very old and ido.el is unavailable in
956         XEmacs.
957
958         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
959         not to use `delete-dups' that is unavailable in XEmacs 21.4.
960
961         * gnus-html.el: Don't require help-fns under XEmacs.
962         (gnus-html-schedule-image-fetching): Work for XEmacs.
963
964         * mm-decode.el (mm-shr): Decode contents by charset.
965
966 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
967
968         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
969         unknown.
970
971         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
972         (shr-get-image-data): Ensure against the cache file missing.
973
974         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
975         for data.
976
977         * spam-report.el (spam-report-url-ping-plain): Don't query about
978         killing the process.
979
980         * shr.el (shr-render-td): Protect against too-wide text.
981
982 2010-10-04  Julien Danjou  <julien@danjou.info>
983
984         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
985         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
986
987         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
988         retrieved.
989
990 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
991
992         * shr.el (browse-url): Required.
993         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
994         lines.
995         (shr-show-alt-text, shr-browse-image): New commands.
996         (shr-browse-url, shr-copy-url): New commands.
997
998         * gnus-sum.el (gnus-widen-article-window): New variable.
999         (gnus-summary-select-article-buffer): Use it.
1000
1001         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1002         without @ signs.
1003
1004 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1005
1006         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1007
1008 2010-10-04  Julien Danjou  <julien@danjou.info>
1009
1010         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1011         for XEmacs.
1012
1013 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014
1015         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1016
1017         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1018         (nnimap-close-server): Implement.
1019
1020         * dgnushack.el (iswitchb): Require to shut up the compiler.
1021
1022         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1023         (shr-insert): Tweak line breaking.
1024         (shr-insert): Handle <pre> better.
1025         (shr-tag-li): Get <li> indentation right.
1026         (shr-tag-li): Get <li> indentation even righter.
1027         (shr-tag-blockquote): Ensure paragraph start.
1028         (shr-make-table): Tweak table generation.
1029         (shr-make-table): Fix typo.
1030
1031         * shr.el: Implement table rendering.
1032
1033 2010-10-04  Julien Danjou  <julien@danjou.info>
1034
1035         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1036
1037 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1038
1039         * shr.el (shr-insert): Use string anchors instead of line anchors.
1040
1041 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042
1043         * shr.el: Add headings.
1044         (shr-ensure-paragraph): Actually work.
1045         (shr-tag-li): Make <ul> prettier.
1046         (shr-insert): Get white space at the beginning/end of elements right.
1047         (shr-tag-p): Collapse subsequent <p>s.
1048         (shr-ensure-paragraph): Don't insert double line feeds after blank
1049         lines.
1050         (shr-insert): \t is also space.
1051         (shr-tag-s): Fix "s" tag name function.
1052         (shr-tag-s): Fix face prop name.
1053
1054 2010-10-03  Julien Danjou  <julien@danjou.info>
1055
1056         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1057
1058         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1059         gnus-window-inside-pixel-edges.
1060
1061         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1062         gnus-ems.
1063
1064         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1065
1066         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1067         function.
1068
1069         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1070         resize choice.
1071
1072 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1073
1074         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1075         beginning of the buffer.
1076
1077         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1078         article buffer again.
1079
1080         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1081         buffer.
1082
1083         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1084         when it's at the start of the buffer.
1085
1086         * shr.el (shr-tag-blockquote): Convert name.
1087         (shr-rescale-image): Use the right image-size variant.
1088
1089         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1090         buffer isn't shown, then select the current article first instead of
1091         bugging out.
1092         (gnus-summary-select-article-buffer): Show both the article and summary
1093         buffers again.
1094
1095         * shr.el (shr-fontize-cont): Protect against regions with no text.
1096         Rename tag functions to shr-tag-* for enhanced security.
1097         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1098
1099 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1100
1101         * shr.el (shr-insert):
1102         * pop3.el (pop3-movemail):
1103         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1104         loaded.
1105
1106 2010-10-03  Glenn Morris  <rgm@gnu.org>
1107
1108         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1109
1110         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1111
1112         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1113
1114         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1115
1116         * gnus-util.el (gnus-make-local-hook): Simplify.
1117
1118 2010-10-02  Julien Danjou  <julien@danjou.info>
1119
1120         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1121         (gnus-ido-completing-read): New function.
1122         (gnus-emacs-completing-read): New function.
1123         (gnus-completing-read): Use gnus-completing-read-function.
1124         Add gnus-completing-read-function.
1125
1126 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127
1128         * shr.el (shr-insert-document): Autoload.
1129         (shr-img): Be silent.
1130         (shr-insert): Add a newline after every picture before text.
1131         (shr-add-font): Use overlays for combining faces.
1132         (shr-insert): Pass upwards the text start point.
1133
1134         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1135         possible.
1136         (mm-shr): New function.
1137
1138 2010-10-02  Julien Danjou  <julien@danjou.info>
1139
1140         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1141         should go backward.
1142
1143 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1144
1145         * shr.el (shr): Fix typo in provide call.
1146
1147 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1148
1149         * shr.el: New file.
1150
1151         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1152
1153         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1154         completing read.
1155
1156 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1157
1158         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1159         we're being queried about.  Suggested by Dan Jacobson.
1160
1161         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1162         by Jason Eisner.
1163
1164         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1165         table, too.  Suggested by Stefan Wiens.
1166         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1167         the table unnecessary.  Suggested by Stefan Wiens.
1168
1169         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1170         longer needed, and probably doesn't work either, as pointed out by
1171         Stefan Wiens.
1172         (gnus-summary-exit): Remove call to the clearing function.
1173         (gnus-summary-exit-no-update): Ditto.
1174
1175         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1176         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1177         Reported by Stefan Monnier.
1178         (gnus-summary-save-in-rmail): Ditto.
1179
1180         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1181         article buffer, instead of both the article buffer and the summary
1182         buffer.  Sort of suggested by Dan Jacobson.
1183
1184         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1185
1186         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1187         Suggested by Dan Jacobson.
1188
1189         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1190         documentation clearer.
1191
1192         * message.el (message-shorten-references): Comment on the number "21".
1193         Suggested by Stefan Monnier.
1194
1195         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1196         Suggested by Dan Jacobson.
1197
1198         * gnus.el (gnus-large-newsgroup): Mention
1199         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1200
1201         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1202         externalize attachments.  Bug reported by Steve Wen.
1203
1204         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1205         really message anything to the user.
1206
1207         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1208         directly.
1209
1210         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1211         messages in empty groups.
1212
1213 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1214
1215         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1216         non-UIDNEXT group.
1217
1218 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1221         not the value from the collection.
1222
1223         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1224         values.  This sometimes happens on some groups that have no info.
1225         (nnimap-request-newgroups): New function.
1226
1227 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1228
1229         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1230         check into `gnus-registry-initialize'.
1231         (gnus-registry-initialize): Ditto.
1232         Fix and extend header docs.
1233
1234 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1235
1236         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1237         regexp backtrace overflows.
1238
1239         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1240         for starttls that tls.el implements; i.e. openssl.
1241
1242         * tls.el (tls-starttls-switches): Give up on using starttls with
1243         gnutls-cli.
1244         (tls-program): Add --insecure to be consistent with the defaults from
1245         openssl s_client.  Now all three commands are insecure.
1246
1247 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1248
1249         * lpath.el: Bind completion-styles-alist for XEmacs.
1250
1251         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1252         (gravatar-create-image): New function that's an alias to
1253         gnus-xmas-create-image, gnus-create-image, or create-image.
1254         (gravatar-data->image): Use it.
1255
1256 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1257
1258         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1259         install the nnregistry refer method.
1260         (gnus-registry-install-hooks): Use it.
1261         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1262         unfollowed groups.
1263
1264 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1265
1266         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1267         expanding threads.
1268
1269 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1270
1271         * nnir.el: Use the server names without suffixes (bug #7009).
1272
1273         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1274         unencrypted to STARTTLS, if possible.
1275
1276 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1277
1278         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1279         headers before superseding.
1280
1281 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1282
1283         * nnrss.el (nnrss-use-local): Add documentation.
1284
1285         * nnimap.el (nnimap-extend-tls-programs): New function.
1286         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1287         (nnimap-wait-for-connection): Accept the greeting from the stupid
1288         output from openssl s_client -starttls, too.
1289
1290         * tls.el (tls-starttls-switches): New variable.
1291         (tls-find-starttls-argument): Use it.
1292         (open-tls-stream): Ditto.
1293
1294         * netrc.el (netrc-credentials): Return the value of the "default"
1295         entry.
1296         (netrc-machine): Ditto.
1297
1298         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1299         article number.
1300         (nnimap-split-fancy): New variable.
1301         (nnimap-split-incoming-mail): Use it.
1302
1303         * nntp.el (nntp-server-list-active-group): Document.
1304
1305         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1306         SELECT to get the message-id.
1307
1308         * mail-source.el (mail-sources): Removed webmail support.
1309         (defvar): Ditto.
1310         (mail-source-fetcher-alist): Ditto.
1311         (mail-source-fetch-webmail): Removed.
1312
1313         * webmail.el: Removed -- doesn't seem relevant any more.
1314
1315         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1316
1317         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1318         the \r.
1319
1320 2010-09-30  Julien Danjou  <julien@danjou.info>
1321
1322         * gnus-agent.el (gnus-agent-add-group): Fix call to
1323         gnus-completing-read.
1324
1325 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1326
1327         * nndoc.el (nndoc-retrieve-groups): New function.
1328
1329         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1330         `default', use nnmail-split-methods.
1331         (nnimap-request-article): Downcase the NILs so that they are nil.
1332
1333         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1334         symbol.
1335
1336         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1337         code, since if the user has requested network, that's what they ought
1338         to get.
1339         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1340         (nnimap-split-rule): Mark as obsolete.
1341
1342         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1343         variable.
1344
1345         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1346         correct slot, too.
1347
1348 2010-09-29  Julien Danjou  <julien@danjou.info>
1349
1350         * gnus.el (gnus-local-domain): Declare variable obsolete.
1351
1352         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1353         computing.
1354         (gnus-ido-completing-read): Require ido.
1355
1356 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1357
1358         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1359         build Gnus.
1360
1361         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1362         when interpreting the structures.
1363         (nnimap-request-accept-article): Add \r\n to the lines to make this
1364         work with Cyrus.
1365
1366         * nndraft.el (nndraft-request-expire-articles): Use the group name
1367         instead if "nndraft".  Fix found by Nils Ackermann.
1368
1369 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1370
1371         * nnregistry.el: Added.
1372
1373 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1374
1375         * nnmail.el (group, group-art-list, group-art):
1376         Remove unneeded directives.
1377
1378 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1381         (mm-mime-charset)
1382         * rfc2047.el (rfc2047-syntax-table)
1383         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1384
1385         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1386         rather than `insert-file-contents' and `eval-region'.
1387
1388         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1389         construction.
1390
1391         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1392
1393         * time-date.el: No need to require cl for Emacs 21.
1394
1395 2010-09-29  Julien Danjou  <julien@danjou.info>
1396
1397         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1398         replacement of `gnus-gravatar-relief' to mimic
1399         `gnus-faces-properties-alist'.
1400         Add :version property.
1401
1402 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1403
1404         * mail-source.el (mail-source-report-new-mail)
1405         * message.el (message-default-mail-headers)
1406         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1407
1408         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1409
1410 2010-09-28  Julien Danjou  <julien@danjou.info>
1411
1412         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1413         mail-address contains the same string as real-name.
1414
1415         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1416         non-blank in header, otherwise it'll get stripped.
1417
1418         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1419         real-name, and then for mail address rather than doing : or , search.
1420
1421 2010-09-27  Julien Danjou  <julien@danjou.info>
1422
1423         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1424         (gnus-server-goto-server): Use gnus-completing-read.
1425
1426         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1427
1428         * mm-util.el (defalias): Use gnus-completing-read.
1429         (mm-codepage-setup): Use gnus-completing-read.
1430
1431         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1432         (smime-decrypt-buffer): Use gnus-completing-read.
1433
1434         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1435
1436         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1437         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1438         (mml-insert-multipart): Use gnus-completing-read.
1439
1440         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1441
1442         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1443
1444         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1445
1446         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1447
1448         * gnus.el (gnus-read-method): Use gnus-completing-read.
1449
1450         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1451
1452         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1453         (gnus-mime-action-on-part): Use gnus-completing-read.
1454         (gnus-article-encrypt-body): Use gnus-completing-read.
1455
1456         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1457         (gnus-topic-move-matching): Use gnus-completing-read.
1458         (gnus-topic-copy-matching): Use gnus-completing-read.
1459         (gnus-topic-sort-topics): Use gnus-completing-read.
1460         (gnus-topic-move): Use gnus-completing-read.
1461
1462         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1463         (gnus-agent-add-group): Use gnus-completing-read.
1464
1465         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1466         gnus-completing-read.
1467         (nnmairix-update-groups): Use gnus-completing-read.
1468         (nnmairix-get-server): Use gnus-completing-read.
1469         (nnmairix-backend-to-server): Use gnus-completing-read.
1470         (nnmairix-goto-original-article): Use gnus-completing-read.
1471         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1472
1473         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1474
1475         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1476         (gnus-group-make-useful-group): Use gnus-completing-read.
1477         (gnus-group-make-web-group): Use gnus-completing-read.
1478         (gnus-group-add-to-virtual): Use gnus-completing-read.
1479         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1480
1481         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1482         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1483         (gnus-summary-execute-command): Use gnus-completing-read.
1484         (gnus-summary-respool-article): Use gnus-completing-read.
1485         (gnus-read-move-group-name): Use gnus-completing-read.
1486
1487         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1488         (gnus-summary-score-effect): Use gnus-completing-read.
1489
1490         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1491
1492         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1493         right completing-read function.
1494         (gnus-use-ido): New variable
1495         (gnus-completing-read-with-default): Remove.
1496
1497 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1498
1499         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1500         x-focus-frame.
1501
1502         * nnimap.el (auth-source-forget-user-or-password)
1503         (auth-source-user-or-password): Autoload.
1504
1505         * message.el (message-from-style, message-interactive)
1506         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1507         (message-yank-prefix, message-indentation-spaces, message-signature)
1508         (message-signature-file): Add comment.
1509
1510 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1511
1512         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1513         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1514         new articles.
1515
1516         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1517         parts.
1518         (nnimap-request-article): Work with the t setting, too.
1519
1520         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1521         that you don't get flashes of other buffers.
1522         (gnus-summary-show-complete-article): Intern before setting.
1523
1524 2010-09-27  David Engster  <dengste@eml.cc>
1525
1526         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1527         well as HEADERS.
1528         (nnmairix-retrieve-headers): Provide new argument for the above.
1529
1530 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531
1532         * gnus-sum.el (gnus-summary-move-article): Don't alter
1533         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1534         group.
1535
1536         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1537
1538         * message.el (message-cite-prefix-regexp): Revert my last edit.
1539
1540         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1541         variable instead of the Gnus variable.
1542
1543         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1544
1545         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1546         again.
1547
1548         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1549         since some servers don't like it.
1550         (nnimap-open-connection): Forget credentials if the server says the
1551         password was wrong.
1552         (nnimap-parse-line): Protect against invalid data.
1553
1554         * gnus-sum.el (gnus-summary-move-article): Add comment.
1555         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1556         nothing alters it while scanning for new messages.
1557
1558         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1559         which may or may not help.
1560         (nnimap-open-connection): If we're doing a stream connection, and then
1561         discover we're on a STARTTLS-capable server, then open a STARTTLS
1562         connection instead.
1563
1564 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1565
1566         * nnimap.el (utf7): Required.
1567
1568         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1569         prefix.
1570
1571 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1572
1573         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1574
1575 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1576
1577         * nnimap.el (nnimap-request-accept-article): Message the error on
1578         error.
1579
1580 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1581
1582         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1583
1584 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1585
1586         * nndoc.el (nndoc-request-list): Return success always.
1587
1588         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1589         `fetch-old' -- we only want to fetch the articles we've requested.  The
1590         rest are in the agent, probably.
1591         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1592         disappeared server" to something low.  It's not important.
1593
1594         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1595         arrived before the FETCH data.
1596
1597         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1598         target here, because we don't know the Gnus name of the group.
1599
1600         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1601         for the correct group.
1602
1603         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1604
1605         * gnus.el (gnus): Give a final warning after startup.
1606
1607         * gnus-util.el (gnus-action-message-log): New variable.
1608         (gnus-message): Use it.
1609         (gnus-final-warning): New function.
1610
1611         * nnimap.el (nnimap-open-connection): Record the greeting.
1612         (nnimap): Add greeting.
1613
1614 2010-09-26  Julien Danjou  <julien@danjou.info>
1615
1616         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1617         arguments.
1618         (gnus-html-wash-images): Fix spec computing to include start/end.
1619
1620         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1621
1622 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1623
1624         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1625         deletion.
1626         (nnimap-retrieve-headers): Don't select the group, because that's
1627         already done by nnimap-possibly-change-group.
1628
1629         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1630         (gnus-picon-transform-address): Use it.
1631
1632         * mail-source.el (mail-source-value): Revert previous patch.
1633
1634         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1635         on failure.
1636         (nnimap-open-connection): Look up both virtual and physical server name
1637         credentials.
1638
1639         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1640
1641 2009-02-07  Dave Love  <fx@gnu.org>
1642
1643         * tls.el (open-tls-stream): Don't query killing process.
1644
1645 2009-02-08  Dave Love  <fx@gnu.org>
1646
1647         * gnus-win.el (gnus-window-to-buffer-helper,
1648         gnus-all-windows-visible-p): Function needn't be a symbol.
1649
1650         * mail-source.el (mail-source-value): Function needn't be a symbol.
1651
1652 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1653
1654         * message.el (message-cite-prefix-regexp): Remove } from the cite
1655         prefix.
1656
1657         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1658         highlight again, so that the highlight is correct.
1659
1660         * gnus-picon.el (gnus-picon): Remove again.
1661         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1662
1663         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1664         doing the header highlightling, so that the background colour of the
1665         picon is correct.
1666
1667         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1668         (gnus-picon): Ditto.
1669         (gnus-picon): Reinstate.  The background colour for picons is white.
1670         (gnus-picon-insert-glyph): Make the background white.
1671
1672         * nnml.el (nnml-open-nov): Don't return dead buffers.
1673
1674         * auth-source.el (auth-source-create): Query the user for whether to
1675         store the credentials.
1676
1677         * netrc.el (netrc-store-data): New function.
1678
1679         * auth-source.el (auth-source-user-or-password): Use the existing auth
1680         sources, if any, for creation.
1681
1682         * gnus.el (gnus-group-fast-parameter): Return the last matching
1683         parameter instead of the first matching parameter.
1684
1685 2010-09-26  Julien Danjou  <julien@danjou.info>
1686
1687         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1688
1689 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1690
1691         * mml2015.el (mml2015-use): Remove gpg support.
1692
1693         * mml1991.el (mml1991-function-alist): Remove gpg function.
1694         (mml1991-gpg-sign): Removed.
1695
1696 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1697
1698         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1699         (gnus-browse-unsubscribe-current-group): Document it.
1700         (gnus-browse-unsubscribe-group): Use it.
1701
1702 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1703
1704         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1705         address to the To list for easier response.
1706
1707         * gnus.el (gnus-play-startup-jingle): Removed.
1708         (gnus-splash): Don't play jingle.
1709         (gnus): Silence gnus-load message.
1710
1711         * gnus-art.el (gnus-treat-play-sounds): Removed.
1712
1713         * gnus.el (gnus-play-jingle): Remove audio support.
1714
1715         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1716
1717         * earcon.el: Removed -- no users.
1718
1719         * gnus-audio.el: Removed -- no users of this package.
1720
1721         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1722
1723         * gnus-start.el (gnus-setup-news): Remove nocem support.
1724
1725         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1726
1727         * gnus.el (gnus-use-nocem): Removed.
1728
1729         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1730         Removed.
1731
1732         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1733         uses NoCeM any more.
1734
1735         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1736         (gnus-button-ctan-handler): Ditto.
1737         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1738         (gnus-button-ctan-directory-regexp): Ditto.
1739         (gnus-button-handle-ctan): Ditto.
1740         (gnus-button-tex-level): Ditto.
1741         (gnus-button-alist): Removed CTAN stuff.
1742
1743 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1744
1745         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1746         nnimap-streaming test.
1747
1748         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1749         servers twice.
1750
1751         * nnimap.el (nnimap-open-connection): Add more error reporting when
1752         nnimap fails early.
1753
1754         * nnheader.el (nnheader-get-report-string): New function.
1755         (nnheader-get-report): Use it.
1756
1757         * gnus-int.el (gnus-check-server): Say what the error was when opening
1758         failed.
1759
1760         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1761         using streaming.
1762
1763 2010-09-25  Julien Danjou  <julien@danjou.info>
1764
1765         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1766         gnus-window-inside-pixel-edges.
1767
1768 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1769
1770         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1771
1772         * mm-decode.el (mm-save-part): Allow saving to other directories the
1773         normal Emacs way.
1774
1775         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1776         by Jay Berkenbilt.
1777
1778         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1779         there isn't a single byte.
1780
1781         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1782         just do it.  It doesn't really seem to matter what the user responds
1783         here, I think, so it's just a confusing question.
1784
1785         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1786         non-streaming case.
1787
1788         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1789         (gnus-article-encrypt-body): Use it.
1790
1791         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1792         keystroke.
1793
1794         * nnimap.el (nnimap-find-wanted-parts-1): Use
1795         gnus-fetch-partial-articles.
1796
1797         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1798
1799         * nnimap.el (nnimap-insert-partial-structure): New function.
1800         (nnimap-get-partial-article): New function.
1801         (nnimap-request-article): Use it.
1802         (nnimap-wait-for-response): Return whether the wait was successful.
1803         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1804         retrieval wasn't successful.
1805         (nnimap-retrieve-group-data-early): Allow throttling servers.
1806         (nnimap-streaming): New variable.
1807         (nnimap-fetch-partial-articles): Removed.
1808
1809         * mm-decode.el (mm-with-part): Protect against killed buffers.
1810
1811         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1812         for prettier summary display.
1813
1814 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1815
1816         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1817         directly.
1818
1819 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1820
1821         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1822         apparently third-party libraries depend on it.
1823
1824         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1825         before starting negotiation.
1826
1827         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1828         privacy reasons.
1829         (gnus-treat-mail-gravatar): Ditto.
1830
1831         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1832         buffer when inserting images.  Inserting text into the headers, for
1833         instance, can make them invalid.
1834
1835 2010-09-25  Julien Danjou  <julien@danjou.info>
1836
1837         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1838         variables.
1839
1840         * nnheader.el: Remove useless variables news-reply-yank-from and
1841         news-reply-yank-message-id.
1842
1843         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1844         variables.
1845
1846         * mml1991.el: Remove useless mml1991-verbose.
1847
1848         * gnus.el: Remove useless variable gnus-use-generic-from.
1849         Remove obsolete variable gnus-topic-indentation.
1850
1851         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1852
1853         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1854
1855         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1856
1857         * gnus-group.el: Remove useless gnus-group-icon-cache.
1858         Remove useless gnus-ephemeral-group-server.
1859
1860         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1861
1862         * mml2015.el: Remove useless mml2015-verbose.
1863
1864         * mml-smime.el: Remove useless mml-smime-verbose.
1865
1866         * gnus.el: Remove useless gnus-local-domain.
1867
1868         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1869         gnus-gravatar-size.
1870
1871         * gnus-art.el: Remove useless gnus-treat-translate.
1872
1873 2010-09-24  Julien Danjou  <julien@danjou.info>
1874
1875         * gnus-sum.el: Add support for Gravatars.
1876
1877         * gnus-art.el: Add support for Gravatars.
1878
1879         * gnus-gravatar.el: Add this file.
1880
1881         * gravatar.el: Add this file.
1882
1883 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1884
1885         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1886
1887         * gnus-group.el (gnus-group-fetch-faq): Removed.
1888
1889         * gnus.el (gnus-group-faq-directory): Removed.
1890
1891         * gnus-group.el (gnus-group-fetch-charter): Removed.
1892
1893         * gnus.el (gnus-group-charter-alist): Removed.
1894
1895         * gnus-group.el (gnus-group-archive-directory): Removed.
1896         (gnus-group-recent-archive-directory): Ditto.
1897         (gnus-group-make-archive-group): Removed.
1898
1899         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1900
1901         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1902         use the same article number for all the cached articles.
1903
1904         * nnimap.el (nnimap-command): Register the last command time so
1905         that we can use it for idling NOOPs.
1906         (nnimap-open-connection): Start the keeplive timer.
1907         (nnimap-make-process-buffer): Store all the process buffers.
1908         (nnimap-keepalive): New function.
1909
1910         * starttls.el (starttls-open-stream): Add autoload cookie.
1911
1912 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1913
1914         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1915         handling.
1916
1917 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1920         its data structures.
1921
1922         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1923         instead of the cl.el copy-list.
1924         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1925         equalp.
1926
1927 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1928
1929         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1930         and tool-bar-local-item-from-menu.
1931
1932         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1933         mode-line-highlight face for Emacs.
1934
1935         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1936         loading gnus-sum.elc; fix comment for canlock-verify.
1937         (gnus-article-jump-to-part): Use read-number.
1938         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1939         Emacs pre-21 compatible code for help-echo.
1940         (gnus-article-next-page-1): No need to adjust the number of lines.
1941         (gnus-article-describe-bindings): Always use help-buffer.
1942
1943         * gnus-audio.el (gnus-audio-inline-sound)
1944         * gnus-cus.el (gnus-custom-mode)
1945         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1946
1947         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1948
1949         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1950         compatible code.
1951
1952 2010-09-24  Glenn Morris  <rgm@gnu.org>
1953
1954         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1955         visiting the fcc file in rmail-mode.
1956
1957         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1958
1959 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * nnir.el: Silence the byte compiler.
1962
1963         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1964         alias to browse-url-url-encode-chars if any.
1965         (gnus-html-encode-url): Use it.
1966
1967 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1968
1969         * gnus-start.el (gnus-use-backend-marks): New variable.
1970         (gnus-get-unread-articles-in-group): Use it.
1971
1972         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1973         makeover.
1974
1975 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1976
1977         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1978
1979 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1980
1981         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1982         Removed.
1983         (gnus-setup-news-hook): Removed
1984         gnus-fixup-nnimap-unread-after-getting-new-news.
1985
1986         * gnus-int.el (gnus-request-update-info): Protect against backends not
1987         having the function.
1988
1989         * nnimap.el (nnimap-stream): Mention starttls.
1990         (nnimap-open-connection): Add starttls support.
1991
1992 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1993
1994         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1995
1996 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997
1998         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1999         BODYSTRUCTUREs.
2000         (nnimap-transform-headers): Unfold quoted {42} headers.
2001
2002         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2003         the info.
2004         (gnus-get-unread-articles): Only call updatep on backends that support
2005         it.
2006
2007         * nnweb.el (nnweb-request-update-info): NOOP.
2008
2009         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2010
2011         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2012         since it only deals with marks.
2013
2014         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2015         gnus-request-marks, and make a new gnus-request-update-info.
2016
2017         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2018         the active instead of the high number, which is usually too low.
2019
2020 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2021
2022         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2023         * encrypt.el: Removed.
2024
2025 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2026
2027         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2028         server in symbolic form.
2029
2030         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2031         0.9.
2032
2033 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034
2035         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2036         (nnimap-update-info): Fix up code slightly.
2037
2038         * gnus-int.el (gnus-open-server): Add tracing for performance
2039         debugging.
2040
2041         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2042         (gnus-group-insert-group-line): Pass the real group name so that it
2043         gets the right data.
2044
2045         * gnus-start.el (gnus-get-unread-articles): Don't have
2046         `gnus-get-unread-articles-in-group' update info, since that can be
2047         really slow and doesn't seem to be needed?
2048
2049 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2050
2051         * time-date.el (date-to-time): Try using parse-time-string first before
2052         using the slower timezone-make-date-arpa-standard.
2053
2054 2010-09-22  Julien Danjou  <julien@danjou.info>
2055
2056         * gnus-group.el (gnus-group-insert-group-line): Call
2057         gnus-group-highlight-line.
2058         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2059         default hook list.
2060         (gnus-group-update-eval-form): Add new function.
2061         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2062         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2063
2064 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2065
2066         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2067         immediate, then expire all articles.
2068         (nnimap-update-info): Fix off-by-one errors.
2069         (nnimap-flags-to-marks): Would return no marks lists for group with no
2070         flags.  Instead return the other data.
2071
2072 2010-09-22  Julien Danjou  <julien@danjou.info>
2073
2074         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2075         Only return an icon.
2076         (gnus-group-insert-group-line): Compute icon to return.
2077
2078         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2079         variable.
2080         (gnus-html-image-fetched): Only cache if
2081         gnus-html-image-automatic-caching is set.
2082         (gnus-html-image-fetched): Check for errors.
2083
2084 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2085
2086         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2087         once per method on `g'.  This ensures that backends like nnfolder don't
2088         open all their folders.
2089
2090         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2091         (nnimap-request-list): Nix out group in the correct buffer.
2092         (nnimap-parse-flags): Implement by using `read' instead of
2093         hand-parsing.
2094         (nnimap-flags-to-marks): Pass on permanent-flags.
2095         (nnimap-make-process-buffer): Record the server name.
2096         (nnimap-parse-flags): Fix typo.
2097         (nnimap-request-scan): Run split on the server in general, not just a
2098         single group.
2099
2100         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2101         parameter, and propagate this downwards.
2102
2103         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2104         since EXAMINE changes it on the server.
2105
2106         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2107         this command might take a while.
2108
2109 2010-09-22  Julien Danjou  <julien@danjou.info>
2110
2111         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2112         harmful if you have 2 images side-by-side, they can't be properly
2113         update on text deletion.  Using text-property is safer here.
2114         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2115         data.
2116
2117 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2118
2119         * nnimap.el (nnimap-expunge-inbox): Removed.
2120         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2121         (nnimap-expunge): Flip default to t.
2122
2123         * gnus.el (gnus-method-to-server): Don't push things to the cache
2124         unless it's unique.
2125         (gnus-server-to-method): Ditto.
2126
2127 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2128
2129         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2130
2131 2010-09-22  Julien Danjou  <julien@danjou.info>
2132
2133         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2134         get the start of data.
2135         (gnus-html-encode-url): Add this function to encode special chars in
2136         URL.
2137         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2138         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2139
2140         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2141         default.
2142         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2143
2144         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2145         images alt-text.
2146         (gnus-html-put-image): Put alt-text as help-echo.
2147
2148 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2151         * mm-util.el (mm-decompress-buffer)
2152         * nnir.el (nnir-run-find-grep)
2153         * pop3.el (pop3-list): Use 3rd arg of split-string.
2154
2155         * time-date.el (format-seconds): Comment fix.
2156
2157         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2158         and byte-optimize-form-code-walker.
2159         (dgnushack-make-auto-load): Don't advise make-autoload.
2160
2161         * lpath.el: Remove Emacs 21 stuff.
2162
2163 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2164
2165         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2166         outside the active range.  Suggested by Dan Christensen.
2167
2168         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2169         slightly later to avoid double-getting it.
2170
2171         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2172         previous patch.
2173
2174         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2175
2176 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2177
2178         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2179
2180 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2181
2182         * gnus-int.el (gnus-open-server): Give a better error message in the
2183         "go offline" case.
2184
2185         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2186         marks for nnimap, which is seldom the right thing to do.
2187
2188         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2189         (gnus-same-method-different-name): New function.
2190
2191         * nnimap.el (parse-time): Require.
2192
2193         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2194         method in the presence of many similar methods.
2195
2196         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2197
2198         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2199         nnml-inhibit-expiry.
2200
2201         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2202         find out whether methods are equal.
2203
2204         * nnimap.el (nnimap-find-expired-articles): New function.
2205         (nnimap-process-expiry-targets): New function.
2206         (nnimap-request-move-article): Request the article before looking at
2207         what the Message-ID is.  Fix found by Andrew Cohen.
2208         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2209
2210         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2211         for oldness in addition to being a predicate.
2212
2213         * nnimap.el (nnimap-request-group): When we have zero articles, return
2214         the right data to Gnus.
2215         (nnimap-request-expire-articles): Only delete articles immediately if
2216         the target is 'delete.
2217
2218         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2219         method, this would bug out.
2220
2221         * gnus-group.el (gnus-group-expunge-group): Renamed from
2222         gnus-group-nnimap-expunge, and implemented as a normal interface
2223         function.
2224
2225         * gnus-int.el (gnus-request-expunge-group): New function.
2226
2227         * nnimap.el (nnimap-request-create-group): Implement.
2228         (nnimap-request-expunge-group): New function.
2229
2230 2010-09-21  Julien Danjou  <julien@danjou.info>
2231
2232         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2233         (gnus-html-cache-expired): Add new function.
2234         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2235         wethever we should display image for fetch it.
2236         Compute alt-text earlier to pass it to the fetching function too.
2237         (gnus-html-schedule-image-fetching): Change function argument to only
2238         get one image at a time, not a list.
2239         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2240         cache.
2241         (gnus-html-get-image-data): New function to retrieve image data from
2242         cache.
2243         (gnus-html-put-image): Change buffer argument to use image data rather
2244         than file, and place image above region rather than inserting a new
2245         one. Do not take alt-text as argument, since it's useless now: we place
2246         the image above alt-text.
2247         (gnus-html-prune-cache): Remove.
2248         (gnus-html-show-images): Start to fetch image when we find one, do not
2249         push into a temporary list.
2250         (gnus-html-prefetch-images): Only fetch image if they have expired.
2251         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2252         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2253
2254 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2257
2258 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2259
2260         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2261         spec inser "*" if the group isn't active instead of 0.
2262
2263         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2264         opening the server.
2265         (nnimap-request-delete-group): Implement group deletion.
2266         (nnimap-transform-headers): Return the size of the entire message in
2267         the Bytes header, not just the size of the first part.
2268         (nnimap-request-move-article): When moving an article from nnimap,
2269         request the article first so the accepting form has an article to
2270         accept.  Reported by Dan Christensen.
2271         (nnimap-command): Make sure that the error message doesn't error out.
2272
2273 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2274
2275         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2276         we haven't requested anything.
2277
2278 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2279
2280         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2281         "".  Fix found by Andrew Cohen.
2282
2283         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2284         instead of -encode-string.
2285
2286 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2289
2290         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2291         by mm-subst-char-in-string.
2292
2293 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2294
2295         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2296         waiting for the connection string.
2297
2298         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2299         arriving.
2300
2301         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2302         bogus characters.  This allows selecting certain Gmail groups.
2303
2304         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2305         (nnimap-fetch-partial-articles): New variable.
2306         (nnimap-open-connection): When looking for credentials, also use the
2307         nnimap-server-port.
2308         (nnimap-request-article): Return the group/article number, so that Gnus
2309         `^' works as expected.
2310         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2311         them.
2312
2313         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2314         comments.
2315         (gnus-methods-sloppily-equal): New function.
2316         (gnus): When using the development version of Gnus, load the gnus-load
2317         file.
2318
2319         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2320         `gnus-open-server' on each method before trying to scan them etc.  This
2321         ensures that all the backend parameters are set correctly.
2322
2323         * nnimap.el (nnimap-authenticator): New variable.
2324         (nnimap-open-connection): Allow anonymous login.
2325         (nnimap-transform-headers): The chars header is called Chars not
2326         Bytes.
2327         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2328         drops.
2329
2330         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2331         patch, found by Knut Anders Hatlen.
2332
2333 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2334
2335         * gnus-agent.el (gnus-agent-batch-confirmation)
2336         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2337         to gnus-message.
2338         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2339         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2340         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2341         * gnus-int.el (gnus-open-server): Likewise.
2342         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2343         (gnus-score-check-syntax): Likewise.
2344         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2345         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2346         Likewise.
2347         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2348
2349 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350
2351         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2352         calling conventions so that prefetch doesn't bug out.
2353
2354 2010-09-19  Julien Danjou  <julien@danjou.info>
2355
2356         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2357         rather than `subst-char-in-region' in order to be able to replace ASCII
2358         char by UTF-8 ones.
2359
2360         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2361         than curl.
2362         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2363         the right URL and ALT text on images.
2364         (gnus-html-wash-tags): Fix tag case.
2365         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2366         (gnus-article-html): Add -o display_ins_del=2 option.
2367         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2368
2369 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2370
2371         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2372         the extra mail headers, which sometimes seem to happen for unknown
2373         reasons.
2374
2375         * mail-parse.el (mail-header-encode-parameter): Define as
2376         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2377         (or most, perhaps?) mail readers don't understand the latter, but do
2378         understand the former.
2379
2380         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2381         to nil, so that no methods are automatically agentized.  I think this
2382         is probably what most users want.
2383
2384         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2385         from url-retrieve, for instance about invalid URLs.
2386
2387         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2388         groups that have no articles.
2389         (nnimap-request-article): Check that we really got an article when we
2390         requested one.
2391
2392         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2393         doesn't exist.
2394
2395         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2396         nntp buffer so the agent can save it.
2397         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2398         that CRLF doesn't get translated to \n.
2399         (nnimap-open-connection): Don't make 'shell commands only send \n.
2400
2401 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2402
2403         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2404         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2405         Update var name.
2406         (nnml-generate-nov-file): Use dolist.
2407         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2408         Use with-current-buffer.
2409
2410 2010-09-18  Julien Danjou  <julien@danjou.info>
2411
2412         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2413         parallel.
2414
2415 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2416
2417         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2418         the range update right.
2419         (nnimap-request-group): Don't make `M-g' bug out on group with no
2420         marks.
2421         (nnoo): Required, so that other packages can require nnimap.
2422         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2423         command we're looking for.  This helps when the server sends more
2424         responses after we've gotten everything we expected.
2425         (nnimap): Add a `newlinep' field to keep track of end-of-line
2426         conventions.
2427         Don't send CRLF to things that don't want it.
2428         (nnimap-request-accept-article): Ditto.
2429
2430 2010-09-18  Julien Danjou  <julien@danjou.info>
2431
2432         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2433         than curl to retrieve images.
2434
2435 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2436
2437         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2438         the marks.
2439         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2440         (nnimap-wait-for-connection): New function.
2441         (nnimap-open-connection): If we have PREAUTH, don't query for login
2442         credentials.
2443         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2444         when doing a partial update.
2445
2446 2010-09-18  Julien Danjou  <julien@danjou.info>
2447
2448         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2449         tags.
2450
2451 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2452
2453         * nnimap.el (nnimap-credentials): New function.
2454         (nnimap-open-connection): Use the new function to look for credentials
2455         also on the numeric equivalents of "imap" and "imaps".
2456
2457         * gnus-start.el (gnus-activate-group): Send the info to
2458         gnus-request-group.
2459
2460         * nnimap.el (nnimap-request-group): Have the "check" version of the
2461         function parse flags and update the info, so that a `M-g' get a total
2462         resync of all flags from the group.
2463
2464         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2465         to allow backends to alter the info on group selection.  Also alter all
2466         the backend -request-group functions to take the parameter.
2467
2468         * nnimap.el (nnimap-store-info): New function.
2469         (nnimap-update-info): Store the info for later usage.
2470         (nnimap-request-group): Use the stored info for the dont-check case, so
2471         that we don't retrieve all marks when we enter a group.
2472
2473         * nnimap.el: Use deffoo instead of defun for interface functions.
2474
2475         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2476         update the group info.  This makes the nndraft groups, for instance, go
2477         back to their old behaviour.
2478
2479         * gnus-sum.el (gnus-select-newsgroup): Indent.
2480
2481         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2482         in.
2483         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2484         nothing.
2485
2486         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2487         from methods that are denied.
2488
2489         * gnus-int.el (gnus-method-denied-p): New function.
2490
2491         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2492         store the password instead of netrc.
2493         (nnimap-open-connection): Don't error out when we can't make a
2494         connections.
2495
2496         * auth-source.el (auth-source-create): In the password prompt, say what
2497         we're querying for.  Also prompt for user name if that hasn't been
2498         given.
2499
2500         * nnimap.el (nnimap-with-process-buffer): Removed.
2501
2502 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503
2504         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2505         method when we're reading from the agent.
2506
2507         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2508
2509         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2510         that's probably most useful for users.
2511
2512         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2513         "failed" all the time.
2514
2515         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2516         ...)) with (with-current-buffer ... ).
2517
2518         * nntp.el (nntp-open-server): Return whether the open was successful or
2519         not.
2520
2521         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2522         select an unread unseen article first.
2523
2524         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2525         /etc/services, supply some sensible port defaults.
2526
2527         * dgnushack.el: Define netrc-credentials.
2528
2529 2010-09-17  Julien Danjou  <julien@danjou.info>
2530
2531         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2532
2533 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2534
2535         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2536         doesn't have any parameters.
2537
2538 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2539
2540         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2541         only upcased checks.
2542
2543         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2544
2545         * nnimap.el (nnimap-open-shell-stream): New function.
2546         (nnimap-open-connection): Use it.
2547         (nnimap-transform-headers): Get the number of lines in each message.
2548         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2549         number of lines.
2550         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2551         problem.
2552
2553         * utf7.el (utf7-encode): Autoload.
2554
2555         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2556         to allow the mail splitting to not return a default group.  This is
2557         useful for nnimap, which will leave unmatched mail in the inbox.
2558
2559         * nnimap.el: Rewritten.
2560
2561         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2562         nnimap usage.
2563
2564         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2565         if the move is internal, so that nnimap can do fast internal moves.
2566
2567         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2568         data.
2569         (gnus-read-active-for-groups): Support finishing the early retrieval of
2570         data.
2571
2572         * gnus-range.el (gnus-range-nconcat): New function.
2573
2574         * gnus-int.el (gnus-finish-retrieve-group-infos)
2575         (gnus-retrieve-group-data-early): New functions.
2576
2577 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2578
2579         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2580         (nnrss-retrieve-groups):
2581         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2582         (pop3-quit): Use with-current-buffer.
2583
2584 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2585
2586         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2587         instead of nnheader-accept-process-output.
2588
2589         * dgnushack.el (dgnushack-compile): Add comment.
2590
2591         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2592
2593         * gnus-html.el (gnus-html-schedule-image-fetching)
2594         (gnus-html-prefetch-images): Replace process-kill-without-query by
2595         gnus-set-process-query-on-exit-flag.
2596
2597 2010-09-16  Romain Francoise  <romain@orebokech.com>
2598
2599         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2600
2601 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2602
2603         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2604         parameter to unintern is mandatory-ish in Emacs 24.
2605
2606         * gnus-html.el (gnus-html-schedule-image-fetching)
2607         (gnus-html-prefetch-images): Check for curl before using it.
2608
2609         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2610         depend on curl, which isn't essential.
2611
2612         * imap.el: Revert back to version
2613         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2614         seem problematic.
2615
2616 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2617
2618         * gnus-registry.el (gnus-registry-install-shortcuts):
2619         Explicitly pass `obarray' to `unintern' to avoid a warning.
2620
2621 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2622
2623         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2624         change.
2625
2626         * nnrss.el (nnrss-request-list): Removed this function and related
2627         functions, including the moreover stuff.
2628
2629 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630
2631         * nnrss.el (nnrss-retrieve-groups): New function.
2632
2633 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2634
2635         * .dir-locals.el: Add no-byte-compile cookie.
2636
2637 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2638
2639         * time-date.el (format-seconds): Comment fix.
2640
2641         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2642         for back end that doesn't support request-scan.
2643
2644 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2645
2646         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2647         then do request scans from the backends.
2648
2649         * netrc.el (netrc-credentials): New conveniency function.
2650
2651         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2652         avoid running a hook per line, since this takes a lot of time,
2653         profiling shows.
2654         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2655         directly if gnus-visual-p is true.
2656
2657 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2658
2659         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2660         groups; replace mapcar with dolist which is a bit faster; pass groups
2661         info to gnus-read-active-file-1.
2662         (gnus-read-active-file-1): Scan only specified groups if the new
2663         optional arg `infos' is given.
2664
2665 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2666
2667         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2668
2669         * pop3.el (pop3-movemail): Removed.
2670         (pop3-streaming-movemail): Renamed to pop3-movemail.
2671
2672         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2673         don't restrict end-tag searches to the end of the line.
2674
2675 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2676
2677         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2678         articles of every unchecked group to t, which means unknown since the
2679         server has never been opened.
2680
2681 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2682
2683         * gnus-html.el (gnus-html-show-alt-text): New command.
2684         (gnus-html-browse-image): Ditto.
2685         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2686         to browse the image directly.
2687         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2688         better.
2689
2690         * gnus-async.el (gnus-async-article-callback): Call
2691         `gnus-html-prefetch-images' unconditionally.
2692
2693         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2694         before feeding URLs to curl.
2695
2696 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2697
2698         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2699         internal images as deletable by `W D D'.
2700
2701         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2702         (gnus-async-article-callback): Fix typo.
2703
2704 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2705
2706         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2707         current line to work around bugs in the output from w3m.
2708
2709         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2710         for groups that want that.
2711
2712         * nntp.el (nntp-wait-for-string): Supply a timeout for
2713         accept-process-output to ensure progress.
2714
2715         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2716         level to get unread articles from, then use that for foreign groups,
2717         too.
2718
2719         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2720         confuses the rest of the function.
2721
2722         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2723         for the methods that support -retrieve-groups, too.
2724
2725         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2726
2727 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2728
2729         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2730         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2731
2732         * pop3.el: Require cl when compiling.
2733         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2734
2735 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736
2737         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2738         that aren't going to be activated.
2739         (gnus-get-unread-articles): Fix up the last commit.
2740
2741         * gnus-html.el (gnus-article-html): Allow calling without specifying
2742         the handle.  In that case, dissect the buffer first.
2743
2744         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2745
2746         * nnimap.el (nnimap-open-connection): Revert the change that would look
2747         into authinfo for imaps instead of imap.
2748
2749         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2750         say that you don't want to call gnus-request-group with don-check, but
2751         do check the reponse.  This is for virtual groups only.
2752         (gnus-get-unread-articles): Count the archive groups as secondary, so
2753         that they're activated the same way as before.
2754
2755         * imap.el (imap-message-map): Removed optional buffer parameter, since
2756         no callers use it.
2757         (imap-message-get): Ditto.
2758         (imap-message-put): Ditto.
2759         (imap-mailbox-map): Ditto.
2760         (imap-mailbox-put): Ditto.
2761         (imap-mailbox-get): Ditto.
2762         (imap-mailbox-get): Revert last change for this function.
2763
2764         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2765         case-insensitively.
2766         (nnimap-debug): Removed.
2767
2768         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2769         to use `imap-fetch' instead.  According to the comments, this should be
2770         safe, since all other IMAP clients use the 1:* syntax.
2771         (imap-enable-exchange-bug-workaround): Removed.
2772         (imap-debug): Removed -- doesn't seem very useful.
2773
2774         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2775         mail from a file, and the file doesn't exist.
2776
2777         * imap.el (imap-log): New convenience function used throughout instead
2778         of repeating the same code all over the place.
2779
2780         * pop3.el (pop3-streaming-movemail): Return t for success.
2781
2782         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2783         .authinfo if we're using ssl connection.
2784
2785         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2786         already have if we're in a main Gnus `g' run.
2787
2788         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2789
2790 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2793
2794         * nnmh.el (nnmh-request-list-1): Bind `file'.
2795
2796         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2797         alias to set-process-query-on-exit-flag or process-kill-without-query.
2798         (pop3-open-server): Use it.
2799
2800 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801
2802         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2803         box to the Incoming file.  Fixes mistake in previous checkin.
2804
2805         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2806         request loop (for debugging purposes) removed.
2807
2808         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2809         culprit is more visible.
2810         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2811         (nnml-add-incremental-nov): New functions to do "incremental" nov
2812         updates, where we just append to the end of the existing nov files
2813         without reading/writing them in full.
2814
2815         * mail-source.el (mail-source-delete-crash-box): Really only check the
2816         incoming files once in a while.
2817
2818         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2819
2820         * mail-source.el (mail-source-delete-crash-box): Only check the
2821         incoming files for deletion once per day to save a lot of file
2822         accesses.
2823
2824         * pop3.el (pop3-logon): Fix up unbound variable typo.
2825
2826         * mail-source.el (pop3-streaming-movemail): Autoload.
2827
2828         * pop3.el (pop3-streaming-movemail): Respect
2829         pop3-leave-mail-on-server.
2830
2831         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2832         retrieval.
2833
2834         * pop3.el (pop3-process-filter): Removed unused function.
2835         (pop3-streaming-movemail, pop3-send-streaming-command)
2836         (pop3-wait-for-messages, pop3-write-to-file)
2837         (pop3-number-of-responses): New functions for streaming pop3
2838         retrieval.
2839
2840         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2841         come from no known methods.
2842         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2843         list.
2844
2845         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2846         message sizes.
2847         (pop3-movemail): Use erase-buffer instead of looping and deleting
2848         regions, which seems rather odd.
2849
2850         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2851         file once per `g' run.
2852
2853         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2854         directories.  This makes the draft queue directory work.
2855
2856         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2857         data from the backends, so that we only request the list of groups from
2858         each method once.  This should speed things up considerably.
2859
2860         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2861         detect that it's not implemented.
2862
2863         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2864         we actually do recurse down into the tree, but don't stat all leaf
2865         nodes.
2866
2867         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2868         then say so instead of bugging out.
2869
2870         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2871         files exist before trying to read them.
2872
2873         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2874         around <pre_int>.
2875
2876         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2877
2878         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2879
2880 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2881
2882         * mm-util.el (mm-image-load-path): Just return the image directories,
2883         not all directories in the path in addition to the image directories.
2884         (mm-image-load-path): Maintain a cache of the image directories so that
2885         the `g' command in Gnus doesn't have to stat dozens of directories each
2886         time.
2887
2888         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2889         (gnus-html-wash-tags): Add a new `i' command to insert images.
2890         (gnus-html-insert-image): New command and keystroke.
2891         (gnus-html-redisplay-with-images): New command and keystroke.
2892         (gnus-html-show-images): Renamed command.
2893         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2894         spacers.
2895         (gnus-html-wash-tags): Decode entities at the end, so that entities
2896         inside the tags don't mess up the rest of the "parsing".
2897
2898         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2899         so that nnimap methods aren't agentized by default.  There's apparently
2900         many problems related to agent/imap behaviour.
2901
2902         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2903
2904         * gnus-html.el: Doc fix.
2905
2906 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2909         specifier-spec-list for Emacs 21.
2910
2911         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2912         glyph-width and glyph-height instead of display-graphic-p and
2913         image-size; make avoidance of displaying small images work for XEmacs.
2914
2915         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2916         for XEmacs.
2917
2918         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2919         of symbol that holds plist data.
2920         (gnus-process-plist): Remove plist of process after getting it.
2921
2922 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2923
2924         * message.el (message-generate-hashcash): Change default to
2925         'opportunistic if hashcash is installed.
2926
2927         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2928         (gnus-html-put-image): Only call image-size once, since it's somewhat
2929         time-consuming on remote X servers.
2930
2931 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2932
2933         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2934         type on data, not a file name.
2935
2936         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2937         window-pixel-edges for Emacs 21.
2938
2939         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2940         decoded contents.
2941         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2942
2943 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2944
2945         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2946         group line format, since it isn't very interesting.
2947
2948         * gnus-agent.el (gnus-agent-short-article),
2949         (gnus-agent-long-article): Increase values for these two variables,
2950         since most people are likely to have more network connection and
2951         storage than before.
2952
2953         * gnus.el (gnus-refer-article-method): Change default to 'current.
2954         When referring an article, the common behaviour is to refer it from the
2955         current select method, not the native select method.  The chances of
2956         the native select method having the message in question is rather slim
2957         these days.
2958
2959         * gnus-sum.el (gnus-auto-select-subject): Change default to
2960         `unseen-or-unread'.  I think it's likely that most people want to
2961         select an unseen article over a previously seen, but unread one.
2962
2963         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2964         means that in the article buffer none of the minor mode elements will
2965         be shown, usually, and this is not desirable in most cases.
2966
2967         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2968         that commands like `d' (and the like) go to the next line in the
2969         buffer, instead of the next unread article.  I think this is the
2970         behaviour that is most natural for most users.
2971         (gnus-single-article-buffer): Change default to nil, so that people can
2972         have as many article buffers open as they have summary buffer.  I think
2973         this is the most natural way for the groups to behave.
2974
2975         * message.el (message-generate-new-buffers): Change default to
2976         `unsent', so that all new message buffers start their names with the
2977         string "*unsent", and it's easier to find the buffers if you move from
2978         them.
2979
2980 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2981
2982         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2983         small.  They're probably tracking images.
2984         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2985         (gnus-html-rescale-image): Yet another try at getting the image sizing
2986         right.
2987
2988         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2989         nntp-marks-file-name is nil.
2990
2991 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2992
2993         * gnus-html.el (gnus-html-wash-tags)
2994         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2995         Better logging.
2996
2997 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998
2999         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3000
3001         * gnus-html.el (gnus-html-wash-tags): Check the value of
3002         gnus-blocked-images in the summary buffer.
3003
3004 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3005
3006         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3007
3008 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3009
3010         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3011         like "a", it seems like.
3012         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3013         since it needs to be picked from the correct buffer.
3014
3015         * nnwfm.el: Removed.
3016
3017         * nnlistserv.el: Removed.
3018
3019 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3020
3021         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3022         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3023
3024 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3025
3026         * nnkiboze.el: Removed.
3027
3028         * nndb.el: Removed.
3029
3030         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3031         alt text.
3032         (gnus-html-rescale-image): Try to get the rescaling logic right for
3033         images that are just wide and not tall.
3034
3035         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3036         overshadow variable bindings.
3037
3038 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3039
3040         * gnus-html.el (gnus-html-wash-tags)
3041         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3042         extra logging.
3043
3044 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3045
3046         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3047         (gnus-max-image-proportion): New variable.
3048         (gnus-html-rescale-image): New function.
3049         (gnus-html-put-image): Rescale images.
3050
3051 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3052
3053         Fix up some byte-compiler warnings.
3054         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3055         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3056         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3057         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3058         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3059         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3060         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3061
3062 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3063
3064         * gnus-html.el (gnus-article-html): Decode contents by charset.
3065
3066 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3067
3068         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3069         (gnus-html-frame-width, gnus-blocked-images)
3070         * message.el (message-prune-recipient-rules): Add custom version.
3071         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3072
3073         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3074         functions.
3075
3076         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3077         gnus-process-get.
3078
3079 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3080
3081         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3082         instead of lsub directly.
3083
3084 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3085
3086         * nnwarchive.el: Removed.
3087
3088         * gnus-soup.el: Removed.
3089
3090         * nnsoup.el: Removed.
3091
3092         * nnultimate.el: Removed.
3093
3094         * gnus-html.el (gnus-blocked-images): New variable.
3095
3096         * message.el (message-prune-recipients): New function.
3097         (message-prune-recipient-rules): New variable.
3098
3099         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3100         guess whether a long line is natural text or not.
3101
3102         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3103         gnus-process-plist and friends for compatibility.
3104
3105 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3106
3107         * gnus-html.el: Require packages that define macros used in this file.
3108         (gnus-article-mouse-face): Declare to silence byte-compiler.
3109         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3110         process-get.
3111         (gnus-html-put-image): Use plist-get to avoid getf.
3112         (gnus-html-prefetch-images): Use with-current-buffer.
3113
3114 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3115
3116         * gnus-ems.el: Provide compatibility functions for
3117         gnus-set-process-plist.
3118
3119         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3120         header-line-format for XEmacs 21.4.
3121
3122         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3123         * gnus.el (gnus-valid-select-methods)
3124         * message.el (message-send-mail-partially-limit)
3125         * mm-decode.el (mm-text-html-renderer)
3126         * mml.el (mml-insert-mime-headers-always)
3127         * smiley.el (smiley-regexp-alist): Bump custom version.
3128
3129 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130
3131         * gnus-html.el: require mm-url.
3132         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3133         with the url to `url'.
3134         (gnus-html-wash-tags): Support cid: URLs/images.
3135
3136 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3137
3138         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3139         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3140         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3141
3142         * gnus-move.el: Removed file, since it doesn't really work.
3143
3144         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3145         UTF-8.  This seems to fix problems with some German web feeds.
3146
3147         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3148         at the top so that the proper colours are applied.
3149
3150         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3151         don't have dots in their names.
3152
3153         * gnus-art.el (gnus-article-view-part): Doc fix.
3154
3155         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3156         XEmacs-compatible.
3157         (gnus-html-put-image): Don't do images on non-graphic displays.
3158
3159         * nnslashdot.el: Removed this unused backend.
3160
3161         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3162         actions.
3163         (gnus-undo-register-1): Revert last change.
3164
3165         * gnus-group.el (gnus-group-completing-read): Protect against not
3166         having completion-styles bound.
3167
3168         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3169         make broken recipients happier.
3170
3171         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3172
3173         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3174         point parameter.
3175
3176         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3177
3178         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3179         completion-styles for group selection.
3180
3181 2009-02-04  Andreas Schwab  <schwab@suse.de>
3182
3183         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3184         headers and regexp-quote the match if necessary.
3185
3186 2009-03-24  Miles Bader  <miles@gnu.org>
3187
3188         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3189         the blinking smiley.
3190
3191 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3192
3193         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3194         blink smiley.
3195
3196 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3197
3198         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3199         where the dribbel file lives exists.
3200
3201         * message.el (message-send-mail-partially-limit): Change the default to
3202         nil, since most people don't want this.
3203
3204         * mm-url.el (mm-url-decode-entities): Also decode entities like
3205         &#x3212.
3206
3207 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3208
3209         * gnus-sum.el (gnus-summary-idna-message):
3210         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3211         Hyperlink urls in docstrings with URL `...'.
3212
3213 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3214
3215         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3216         functions.
3217
3218 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3219
3220         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3221         say what the mouseover text should be.
3222
3223         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3224         version of the mm-w3m-safe-url-regexp variable to only download images
3225         in the groups where we want that to happen.
3226
3227         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3228
3229         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3230         easier debugging.
3231         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3232         big pictures in the article buffer.
3233
3234         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3235         gnus-article-html.
3236         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3237         w3m.
3238
3239         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3240
3241 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3242
3243         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3244         which doesn't exist.
3245
3246         * message.el (message-inhibit-ecomplete): New variable to allow some
3247         function to inhibit ecomplete address storage.
3248         (message-resend): Disable ecomplete message storage when resending
3249         messages.
3250
3251         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3252
3253 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3256         Save excursion while copying, moving, and deleting articles in order to
3257         prevent the cursor from jumping to unforeseen place.
3258
3259 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3260
3261         * lpath.el: No need to bind bookmark-current-buffer,
3262         bookmark-yank-point and bookmark-make-record-function.
3263
3264 2010-08-17  Glenn Morris  <rgm@gnu.org>
3265
3266         * gnus-sync.el: Require gnus components whose functions are used.
3267
3268         * gnus-art.el (bookmark-make-record-function):
3269         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3270         Declare for compiler.
3271
3272         * mm-url.el (mml-compute-boundary): Autoload.
3273
3274 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3275
3276         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3277
3278 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3279
3280         Typo fix "hoo4a" -> "hook".
3281
3282         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3283
3284 2010-08-14  Glenn Morris  <rgm@gnu.org>
3285
3286         * gnus-sync.el (gnus-sync): Fix defgroup version.
3287
3288 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3289
3290         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3291
3292         * gnus-sync.el: Fix docs.
3293         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3294         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3295
3296 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3297
3298         Optimizations for gnus-sync.el.
3299
3300         * gnus-sync.el: Add docs about gnus-sync-backend
3301         possibilities.
3302         (gnus-sync-save): Remove unnecessary message.
3303         (gnus-sync-read): Optimize and show what groups were skipped.
3304
3305 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3306
3307         Minor bug fixes for gnus-sync.el.
3308
3309         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3310         read the sync on get-new-news.
3311
3312         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3313         quiet.
3314
3315         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3316
3317 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3318
3319         Make saving and restoring of hidden threads work with overlays.
3320         Patch applied by Ted Zlatanov.
3321
3322         * gnus-sum.el (gnus-hidden-threads-configuration)
3323         (gnus-restore-hidden-threads-configuration): Update to deal with text
3324         properties, rather than searching for a magic character.
3325
3326 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3327
3328         New gnus-sync.el library for synchronization of marks.
3329
3330         * gnus-sync.el: New library for synchronization of marks.
3331
3332         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3333         renamed from `gnus-registry-grep-in-list'.
3334
3335         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3336
3337         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3338
3339 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3342         determining charset of text fails.
3343
3344 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3345
3346         * nnmail.el (nnmail-get-new-mail-1): Revert.
3347
3348         * nnml.el (nnml-active-number): Make sure names of newly created groups
3349         in nnml-group-alist are encoded.
3350
3351 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3354         containing non-ASCII characters in active file for nnml back end.
3355
3356 2010-07-24  David Engster  <dengste@eml.cc>
3357
3358         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3359         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3360
3361 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3362
3363         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3364         tag (Bug#6654).
3365
3366 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3367
3368         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3369         the article buffer, not the summary buffer.
3370
3371 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3372
3373         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3374         Emacs 23 as well.
3375
3376 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3379         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3380
3381 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3382
3383         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3384         Patch applied by Karl Fogel.
3385
3386         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3387         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3388
3389 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3390
3391         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3392         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3393         C-w still not working correctly from Article buffers; Thierry's
3394         patch to fix that will be applied after this.
3395
3396         * gnus-art.el (bookmark-make-record-function): New local variable.
3397
3398         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3399         article buffer.
3400         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3401
3402 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3403
3404         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3405         on changes in bookmark.el.
3406
3407 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3408
3409         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3410         `no-log' instead of message not to log prompt string.
3411
3412 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3413
3414         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3415         the *other* type of HTML form submission.
3416
3417 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3418
3419         * auth-source.el (auth-source-pick): If choice does not contain a
3420         questioned keyword, set the check to t.
3421
3422 2010-06-12  Romain Francoise  <romain@orebokech.com>
3423
3424         * gnus-util.el (gnus-date-get-time): Move up before first use.
3425
3426 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3429         (gnus-article-edit-part): Bind it to make last part that is substituted
3430         or deleted visible.
3431         (gnus-mime-display-single): Buttonize part of which id equals to
3432         gnus-mime-buttonized-part-id.
3433
3434 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3435
3436         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3437         (gnus-dd-mmm): Use gnus-date-get-time.
3438         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3439         simplify logic.
3440         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3441         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3442
3443 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3444
3445         * auth-source.el (top): Autoload `secrets-list-collections',
3446         `secrets-create-item', `secrets-delete-item'.
3447         (auth-sources): Fix tag string.
3448         (auth-get-source, auth-source-retrieve, auth-source-create)
3449         (auth-source-delete): New defuns.
3450         (auth-source-pick): Rewrite in order to avoid 2 passes.
3451         (auth-source-forget-user-or-password): New parameter USERNAME.
3452         (auth-source-user-or-password): New parameters CREATE-MISSING and
3453         DELETE-EXISTING.  Retrieve password interactively, if needed.
3454
3455 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3456
3457         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3458         deleting unused directories when gnus-expert-user is t.
3459
3460 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3463         for each temp file when gnus-article-browse-delete-temp is ask.
3464
3465 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3466
3467         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3468         Lisp calls to delete-backward-char by calls to delete-char.
3469
3470 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3471
3472         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3473
3474 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3475
3476         * password-cache.el (password-cache-remove): Fix docstring.
3477
3478 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3479
3480         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3481         article unless decoding article to be saved.
3482
3483 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3484
3485         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3486         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3487         generated within the mm-with-unibyte-current-buffer macro.
3488
3489 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3490
3491         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3492         to nil when we're in a mml-preview buffer and no group is selected.
3493
3494 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3495
3496         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3497         when catching the `C-g'.  Reported by "Leo".
3498
3499 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * message.el (message-forward-make-body-plain)
3502         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3503         multibyte-string-p.
3504
3505         * lpath.el: Revert.
3506
3507 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3508
3509         * message.el (message-forward-make-body-mml): Assume original message
3510         is multibyte string; error on unibyte.
3511         (message-forward-make-body-plain): Ditto; don't add excessive newline
3512         in body end.
3513
3514         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3515
3516 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3517
3518         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3519         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3520
3521 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * mm-extern.el (mm-extern-url): Don't use
3524         mm-with-unibyte-current-buffer.
3525         (mm-extern-cache-contents): Use with-current-buffer instead of
3526         save-excursion + set-buffer.
3527
3528 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3529
3530         * mm-util.el (mm-emacs-mule): Remove.
3531
3532 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3533
3534         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3535         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3536         change.
3537
3538 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3539
3540         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3541         bind the default value of enable-multibyte-characters to nil.
3542
3543 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * message.el (message-forward-make-body-plain)
3546         (message-forward-make-body-mml):
3547         Don't use mm-with-unibyte-current-buffer.
3548
3549 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3550
3551         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3552
3553 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3554
3555         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3556         (Bug#5592).
3557
3558 2010-05-07  Julien Danjou  <julien@danjou.info>
3559
3560         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3561         it to mm-pipe-part.
3562
3563         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3564         it is given.
3565
3566 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3567
3568         * binhex.el (binhex-decode-region-internal)
3569         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3570         (dns-query)
3571         * nnweb.el (nnweb-gmane-search)
3572         * pgg-parse.el (pgg-parse-armor)
3573         * pgg.el (pgg-verify-region)
3574         * sha1.el (sha1-string-external)
3575         * uudecode.el (uudecode-decode-region-internal)
3576         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3577         XEmacs.
3578
3579         * gnus-art.el (gnus-article-browse-html-parts)
3580         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3581         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3582         make-temp-file.
3583
3584         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3585         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3586         compiling.
3587
3588         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3589         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3590         XEmacs when compiling.
3591
3592         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3593         gnus-pick-mode-off-hook for XEmacs when compiling.
3594         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3595         gnus-binary-mode-off-hook for XEmacs when compiling.
3596
3597         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3598         nil if char-charset is not available.
3599
3600         * imap.el (imap-disable-multibyte)
3601         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3602         macros.
3603
3604         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3605         instead of encode-coding-string.
3606
3607         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3608         'xemacs) instead of mm-emacs-mule to switch function definitions.
3609         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3610
3611         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3612         bind temporary-file-directory for XEmacs;
3613         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3614         timer-set-function for XEmacs 21.4 and SXEmacs;
3615         bind timer-list for XEmacs 21.4 and SXEmacs;
3616         fbind char-charset and find-charset-region for non-Mule XEmacs;
3617         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3618         encode-coding-region and encode-coding-string for XEmacs having no
3619         file-coding feature.
3620
3621 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3622
3623         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3624
3625 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3628         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3629
3630 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3631
3632         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3633         alias `jka-compr-delete-temp-file' no longer exists.
3634
3635 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3636
3637         Use define-minor-mode in Gnus where applicable.
3638         * mml.el (mml-mode): Use define-minor-mode.
3639         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3640         (gnus-undo-mode): Use define-minor-mode.
3641         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3642         (gnus-dead-summary-mode): Use define-minor-mode.
3643         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3644         Initialize in declaration.
3645         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3646         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3647         (gnus-mailing-list-mode): Use define-minor-mode.
3648         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3649         (gnus-draft-mode): Use define-minor-mode.
3650         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3651         (gnus-dired-mode): Use define-minor-mode.
3652
3653 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3654
3655         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3656         handles on recursive mml-to-mime translation and check them for
3657         boundary delimiter collisions.  Reported by Greg Troxel.
3658
3659 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3662
3663 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3664
3665         * mm-util.el (mm-find-buffer-file-coding-system):
3666         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3667
3668 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3669
3670         * message.el (message-generate-headers): Record insertion of optional
3671         headers as well.  Otherwise the check to prevent repeated insertion of
3672         optional headers is a no-op.
3673
3674 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3675
3676         * smime.el: Don't mention CVS.
3677
3678         * nnrss.el (nnrss-fetch): Don't mention CVS.
3679
3680         * nnir.el: Don't mention CVS.
3681
3682 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3683
3684         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3685
3686 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * lpath.el: Fbind bookmark-default-handler,
3689         bookmark-get-bookmark-record, bookmark-make-record-default,
3690         bookmark-prop-get for Emacs <23 and XEmacs.
3691
3692 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3693
3694         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3695         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3696         Use with-current-buffer to silence the byte-compiler.
3697         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3698         bother to require `gnus'.
3699         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3700
3701 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3702
3703         * gnus-sum.el (gnus-summary-bookmark-make-record)
3704         (gnus-summary-bookmark-jump): New functions.
3705         (gnus-summary-mode): Setup bookmark support.
3706
3707 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3708
3709         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3710         if set.
3711
3712 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3713
3714         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3715         gnus-article-browse-html-save-cid-image; make it work recursively for
3716         forwarded messages as well.
3717         (gnus-article-browse-html-parts): Work when prefix arg is given.
3718         (gnus-article-browse-html-article): Doc fix.
3719
3720 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3721
3722         * message.el (message-default-mail-headers):
3723         (message-default-headers): Carry the value mail-default-headers over
3724         into message-default-mail-headers, rather than message-default-headers.
3725
3726 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3727
3728         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3729         charset.
3730
3731         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3732         charset into the <meta> tag when the article is encoded to utf-8.
3733
3734 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3735
3736         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3737         directories as well.
3738         (gnus-article-browse-html-parts): Work for images that do not specify
3739         file names; delete temp directory when quitting; insert header at the
3740         right place; use file: scheme for image files.
3741
3742 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3743
3744         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3745         (gnus-article-browse-html-parts): Use it to make temporary cid image
3746         files in addition to html file so that browser may display them.
3747
3748 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3749
3750         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3751
3752 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3753
3754         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3755
3756 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3757
3758         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3759         about Secret Service API sources.  Improve Customize options.
3760         (auth-source-pick): Change to accept any number of search parameters.
3761         Implement fallbacks iteratively, not recursively.  Add scoring on the
3762         second pass and sort by score.  Call Secret Service API when needed.
3763         (auth-source-user-or-password): Use it.  Call Secret Service API
3764         directly when needed to get the user name and the password.
3765
3766 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3767
3768         * message.el (message-interactive): Doc fix.
3769         (message-qmail-inject-args): Reflow.
3770         (message-kill-to-signature): Fix typo in docstring.
3771
3772         * smiley.el (smiley-buffer): Fix typo in docstring.
3773
3774 2010-03-24  Glenn Morris  <rgm@gnu.org>
3775
3776         * mail-source.el (gnus-message): Declare.
3777         (mail-source-delete-old-incoming): Require gnus-util.
3778
3779 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3782
3783         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3784
3785         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3786         password-cache's default if it is not bound.
3787         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3788         password-cache-expiry's default if it is not bound.
3789
3790         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3791         available in Emacs 21.
3792
3793         * lpath.el: Suppress compiler warnings for:
3794         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3795         XEmacs;
3796         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3797         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3798         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3799
3800 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3801
3802         * auth-source.el (auth-sources): Fix up definition so extra parameters
3803         are always inline.
3804
3805 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3806
3807         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3808         wasn't updated after mismatch.  Clear cached mailbox info correctly
3809         when uidvalidity changes.
3810         (nnimap-group-prefixed-name): New function to avoid some code
3811         duplication.
3812         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3813         (nnimap-request-group): Use it.
3814         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3815         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3816         with many imap folders.  This is done by caching the group status from
3817         the imap server persistently in a group parameter `imap-status'.  (This
3818         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3819         but not persistently, so every Gnus startup was still very slow.)
3820
3821 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3822
3823         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3824         delete the extra newline.  Otherwise editing of :string and :number
3825         types don't work.
3826
3827 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3828
3829         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3830         secrets.el dependency.
3831         (auth-sources): Add optional user name.  Add secrets.el configuration
3832         choice (unused right now).
3833
3834 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3835
3836         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3837         `gnus-registry-install-shortcuts' fill in the functions.
3838
3839         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3840         warnings.
3841         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3842         (gnus-registry-install-shortcuts): Populate and use it in a
3843         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3844
3845 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3846
3847         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3848         In-place substitutions for the group name encoding/decoding.
3849         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3850         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3851         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3852         (nnimap-update-unseen, nnimap-request-list)
3853         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3854         (nnimap-request-set-mark, nnimap-split-to-groups)
3855         (nnimap-split-articles, nnimap-request-newgroups)
3856         (nnimap-request-create-group, nnimap-request-accept-article)
3857         (nnimap-request-delete-group, nnimap-request-rename-group)
3858         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3859         `encoded-mbx' for consistency.
3860         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3861         variable `imap-current-mailbox'.
3862
3863         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3864         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3865
3866 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3867
3868         * pop3.el (pop3-display-message-size-flag): Display message size byte
3869         counts during POP3 download.
3870         (pop3-movemail): Use it.
3871         (pop3-list): Implement listing of available messages.
3872
3873 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3874
3875         * nnir.el (nnir-get-article-nov-override-function): New function to
3876         override the normal NOV retrieval.
3877         (nnir-retrieve-headers): Use it.
3878
3879 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3880
3881         * auth-source.el (netrc-machine-user-or-password): Autoload.
3882
3883 2010-03-19  Glenn Morris  <rgm@gnu.org>
3884
3885         Stop message.el from loading about 40 libraries it doesn't always need.
3886         The general approach is to autoload rather than require, and to
3887         require in the specific functions rather than the file.  (Bug#5642)
3888
3889         * gmm-utils.el: Don't require wid-edit.
3890         (widget-create-child-value, widget-convert, widget-default-get):
3891         Autoload.
3892
3893         * gnus-util.el: Don't require time-date, netrc.
3894         (message-fetch-field, gnus-group-name-decode): Declare rather than
3895         autoloading.
3896         (gnus-fetch-field): Require message.
3897         (gnus-decode-newsgroups): Require gnus-group.
3898
3899         * ietf-drums.el: Don't require time-date.
3900
3901         * message.el: Don't require hashcash, canlock, ecomplete.
3902         Do require mail-utils.  Require nnheader only when compiling.
3903         (smtpmail-default-smtp-server): Remove declaration.
3904         (message-send-mail-function): Check smtpmail-default-smtp-server
3905         is bound rather than requiring smtpmail.
3906         (message-auto-save-directory, message-insert-signature): Use
3907         expand-file-name rather than nnheader-concat.
3908         (nnheader-insert-file-contents): Autoload.
3909         (hashcash-wait-async): Declare.
3910         (message-send-mail): Only call gnus-setup-posting-charset if
3911         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3912         (message-send-mail-with-sendmail): Require sendmail.
3913         (canlock-password, canlock-password-for-verify): Declare.
3914         (message-canlock-password): Require canlock.
3915         (nnheader-get-report): Autoload.
3916         (gnus-setup-posting-charset): Declare.
3917         (message-send-news): Require gnus-msg.
3918         (message-make-references, message-make-in-reply-to): Use mail-header-id
3919         rather than the alias mail-header-message-id.
3920         (ecomplete-add-item, ecomplete-save): Declare.
3921         (message-put-addresses-in-ecomplete): Require ecomplete.
3922         (ecomplete-display-matches): Autoload.
3923
3924         * mm-decode.el: Don't require mailcap, gnus-util.
3925         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3926         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3927         Autoload.
3928         (mailcap-mime-extensions): Declare.
3929
3930         * mm-encode.el: Don't require mailcap.
3931         (mailcap-extension-to-mime): Autoload.
3932
3933         * mml-sec.el: Don't require password-cache.
3934
3935         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3936         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3937         (mml-minibuffer-read-type): Require mailcap.
3938         (mml-preview): Require gnus-msg.
3939
3940         * mml1991.el: Require password-cache.
3941         (password-cache-expiry): Remove declaration.
3942
3943         * mml2015.el: Require password-cache.
3944         (password-cache-expiry): Remove declaration.
3945
3946         * nneething.el (mailcap): Require mailcap.
3947
3948         * nnheader.el (declare-function): Add compatibility stub.
3949         (message-remove-header): Declare rather than autoload.
3950         (nnheader-replace-header): Require message.
3951
3952         * nnimap.el (declare-function): Add compatibility stub.
3953         (netrc-parse, netrc-machine-user-or-password): Declare.
3954         (nnimap-open-connection): Require netrc.
3955
3956         * nntp.el (declare-function): Add compatibility stub.
3957         (netrc-parse, netrc-machine, netrc-get): Declare.
3958         (nntp-send-authinfo): Require netrc.
3959
3960         * rfc2047.el: Don't require qp.
3961         (quoted-printable-encode-region, quoted-printable-decode-string):
3962         Autoload.
3963
3964         * sieve-mode.el: Don't require easymenu.
3965         (easy-menu-add-item): Autoload it.
3966
3967         * spam-stat.el (time-to-number-of-days): Autoload it.
3968
3969 2010-03-19  Glenn Morris  <rgm@gnu.org>
3970
3971         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3972
3973 2010-03-18  Glenn Morris  <rgm@gnu.org>
3974
3975         * hashcash.el (declare-function): Remove duplicate definition.
3976
3977 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3978
3979         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3980         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3981         value if any backslash escapes).
3982
3983 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3984
3985         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3986         if it is available.  (bug#5647)
3987
3988         * lpath.el: Suppress compiler warning for coding-system-from-name for
3989         Emacs 21 and XEmacs.
3990
3991 2010-03-14  Juri Linkov  <juri@jurta.org>
3992
3993         * hmac-def.el:
3994         * hmac-md5.el:
3995         * netrc.el: Fix keywords.
3996
3997 2010-02-26  Glenn Morris  <rgm@gnu.org>
3998
3999         * message.el (message-send-mail-function): Change the default, so that
4000         it inherits from a customized send-mail-function.  (Bug#5643)
4001
4002 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4003
4004         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4005         shell-command-to-string signals an error (bug#5299).
4006
4007 2010-02-24  Glenn Morris  <rgm@gnu.org>
4008
4009         * message.el (message-smtpmail-send-it)
4010         (message-send-mail-with-mailclient): Doc fixes.
4011
4012 2010-02-16  Glenn Morris  <rgm@gnu.org>
4013
4014         * message.el (message-default-mail-headers): Change the default value
4015         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4016
4017 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4020         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4021
4022 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4023
4024         * time-date.el (date-to-time): Doc fix (Bug#5408).
4025
4026 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4027
4028         * message.el (message-mail): Just pass yank-action on to message-setup.
4029         (message-setup): Handle (FUN . ARGS) form of yank-action.
4030         (message-with-reply-buffer, message-widen-reply)
4031         (message-yank-original): Handle non-buffer values of
4032         message-reply-buffer (Bug#4080).
4033         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4034
4035 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4036
4037         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4038         Fix typo in docstring.
4039
4040 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4041
4042         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4043         response.
4044
4045 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4046
4047         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4048
4049         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4050
4051         * message.el (message-check-news-header-syntax): Protect against a
4052         string that `rfc822-addresses' returns when parsing fails.
4053
4054 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4055
4056         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4057         (gnus-previous-char-property-change): New functions.
4058
4059         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4060
4061 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4062
4063         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4064         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4065
4066 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4067
4068         * message.el (message-exchange-point-and-mark): Rework last change to
4069         avoid using optional arg of exchange-point-and-mark, for backward
4070         compatibility.
4071
4072 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4073
4074         * message.el (message-exchange-point-and-mark): Call
4075         exchange-point-and-mark with an argument rather than setting
4076         mark-active by hand (Bug#5175).
4077
4078 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4079
4080         * nntp.el (nntp-service-to-port): Work for service expressed with
4081         numeric string; replace [:digit:] with [0-9] for XEmacs.
4082
4083 2009-12-17  Glenn Morris  <rgm@gnu.org>
4084
4085         * gnus-group.el (gnus-bug-group-download-format-alist):
4086         Change emacs entry to debbugs.gnu.org.  Bump :version.
4087
4088 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4089
4090         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4091
4092 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4093
4094         * message.el (message-info): Explain why we use `Info-goto-node'.
4095
4096 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4097
4098         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4099
4100 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4101
4102         * message.el (message-completion-in-region): New compatibility function.
4103         (message-expand-group): Use it.
4104
4105 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4108         with no unread article should be listed if the 2nd arg `predicate' is
4109         given.
4110
4111 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4114
4115 2009-11-29  Juri Linkov  <juri@jurta.org>
4116
4117         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4118         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4119         on `gnus-recenter'. (Bug#4698, Bug#4981)
4120
4121 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4122
4123         * sha1.el (sha1-string-external): default-directory "/" in case
4124         otherwise non-existent.  process-connection-type pipe for touch of
4125         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4126
4127 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4128
4129         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4130         it's comms related and sgml-mode.el has "comm" on that basis too.
4131
4132 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4133
4134         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4135         containing tspecial characters if they have been already quoted.
4136
4137 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4138
4139         * dns-mode.el (auto-mode-alist): Purecopy string.
4140
4141 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4142
4143         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4144
4145 2009-10-24  Glenn Morris  <rgm@gnu.org>
4146
4147         * gnus-art.el (help-xref-stack-item): Define for compiler.
4148
4149 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4150
4151         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4152
4153 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4154
4155         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4156
4157 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4160         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4161
4162 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4165         (gnus-overlays-in): New alias to overlays-in.
4166
4167         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4168         gnus-overlay-get, and gnus-delete-overlay.
4169         (gnus-summary-show-thread): Make it work as well for systems in which
4170         next-single-char-property-change is not available.
4171         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4172
4173         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4174         (gnus-overlay-get): New alias to extent-property.
4175         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4176
4177         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4178         SXEmacs.
4179
4180         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4181         SXEmacs.
4182
4183 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4184
4185         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4186
4187 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4188
4189         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4190         and XEmacs that don't have `remove-overlays'.
4191
4192 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4193
4194         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4195         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4196         selective display.  Use overlays instead.
4197
4198 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4199
4200         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4201
4202 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4203
4204         * spam-stat.el (spam-stat-load): Fix typo in message.
4205
4206 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4207
4208         * dig.el (dig-invoke): Fix typo in docstring.
4209         (query-dig): Reflow docstring.
4210
4211 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4212
4213         * gnus-art.el (gnus-article-encrypt-body):
4214         * message.el (message-check-recipients):
4215         * mm-util.el (mm-codepage-setup):
4216         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4217         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4218
4219 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4220
4221         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4222         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4223         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4224         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4225         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4226
4227 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4228
4229         * dig.el: Add "Keywords: comm", as per net-utils.el.
4230
4231 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4232
4233         * dig.el (dig-mode): Use define-derived-mode.
4234
4235 2009-09-19  Glenn Morris  <rgm@gnu.org>
4236
4237         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4238
4239 2009-09-18  Glenn Morris  <rgm@gnu.org>
4240
4241         * gnus-diary.el (gnus-diary-check-message):
4242         * message.el (message-insert-formatted-citation-line):
4243         * nnbabyl.el (top-level):
4244         * nndiary.el (nndiary-schedule):
4245         Fix typos in condition-case handlers.
4246
4247 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4248
4249         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4250         configuration that provides the sole article window in a frame;
4251         position point correctly after deleting a part.
4252
4253 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4254
4255         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4256         (spam-resolve-registrations-routine): Use it to unregister articles
4257         that change status.
4258
4259 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4262         with XEmacs.
4263         (parse-time-string-chars): Use it.
4264
4265 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4266
4267         * imap.el (imap-interactive-login): Better messages.
4268         (imap-open): Fix bug with renamed buffer on reconnect.
4269         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4270         for easier debugging and cleaner code.  On successful (guessed based on
4271         server capabilities) secondary authentication, set imap-state
4272         correctly.
4273         (imap-last-authenticator): Define imap-last-authenticator as a variable
4274         to avoid warnings.
4275
4276 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4277
4278         * nnrss.el (nnrss-request-article): Remove binding of
4279         default-enable-multibyte-characters that has gotten needless by
4280         the 2007-07-13 change in rfc2047-encode-message-header.
4281
4282         * mml.el (mml-insert-multipart): Error on the message header.
4283         (mml-insert-part): Error on the message header; position point at
4284         the end of a MIME tag.
4285
4286 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4287
4288         * time-date.el (autoload): Expand define-obsolete-function-alias into
4289         defalias and make-obsolete for old Emacsen that Gnus supports.
4290         (with-no-warnings): Define it for old Emacsen.
4291         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4292         is available.
4293         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4294         float-time is available; suppress compile warning for time-to-seconds.
4295
4296         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4297         (gnus-float-time): Alias to float-time if it exists.
4298
4299         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4300         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4301         float-time is available; suppress compile warning for time-to-seconds.
4302
4303         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4304         XEmacs.
4305
4306 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4307
4308         * imap.el (imap-message-map): Docstring fix.
4309
4310 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4313         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4314         Add the optional argument `encoding' that overrides the default.
4315
4316         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4317         mm-encode-buffer.
4318
4319 2009-09-04  Glenn Morris  <rgm@gnu.org>
4320
4321         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4322         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4323         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4324         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4325         * mm-util.el (mm-with-unibyte-current-buffer)
4326         (mm-find-buffer-file-coding-system):
4327         * yenc.el (yenc-decode-region): Use default-value rather than
4328         default-enable-multibyte-characters.
4329
4330 2009-09-03  Glenn Morris  <rgm@gnu.org>
4331
4332         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4333         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4334         than default-enable-multibyte-characters.
4335
4336 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4337
4338         * gnus-art.el (gnus-article-read-summary-keys):
4339         Fix gnus-buffer-configuration's value temporarily used.
4340
4341 2009-09-02  Glenn Morris  <rgm@gnu.org>
4342
4343         * gnus-util.el (gnus-float-time): New function.
4344         * gnus-delay.el (gnus-delay-article):
4345         * gnus-sum.el (gnus-thread-latest-date):
4346         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4347         * nnspool.el (nnspool-request-newgroups):
4348         Use gnus-float-time rather than time-to-seconds.
4349         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4350
4351         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4352         (gnus-header-subject-face, gnus-header-newsgroups-face)
4353         (gnus-header-name-face, gnus-header-content-face):
4354         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4355         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4356         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4357         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4358         (gnus-cite-face-11):
4359         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4360         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4361         (gnus-server-closed-face, gnus-server-denied-face)
4362         (gnus-server-offline-face):
4363         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4364         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4365         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4366         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4367         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4368         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4369         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4370         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4371         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4372         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4373         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4374         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4375         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4376         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4377         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4378         (gnus-summary-high-undownloaded-face)
4379         (gnus-summary-low-undownloaded-face)
4380         (gnus-summary-normal-undownloaded-face)
4381         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4382         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4383         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4384         (gnus-splash-face):
4385         * message.el (message-header-to-face, message-header-cc-face)
4386         (message-header-subject-face, message-header-newsgroups-face)
4387         (message-header-other-face, message-header-name-face)
4388         (message-header-xheader-face, message-separator-face)
4389         (message-cited-text-face, message-mml-face):
4390         * sieve-mode.el (sieve-control-commands-face)
4391         (sieve-action-commands-face, sieve-test-commands-face)
4392         (sieve-tagged-arguments-face):
4393         * spam.el (spam-face):
4394         Mark face aliases with "-face" in the name as obsolete.
4395
4396 2009-09-01  Glenn Morris  <rgm@gnu.org>
4397
4398         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4399         than goto-line.
4400
4401 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4404         Don't move point if the command is invoked inside the message header.
4405
4406 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4407
4408         * imap.el (imap-send-command): Simplify.
4409         (imap-wait-for-tag): point-max -> buffer-size.
4410
4411 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4412
4413         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4414         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4415         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4416         * nnir.el (nnir-swish-e-index-file):
4417         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4418         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4419         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4420         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4421         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4422         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4423
4424 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4425
4426         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4427         Don't save excursion.
4428
4429 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4430
4431         * nnheader.el (nnheader-find-file-noselect):
4432         * mm-util.el (mm-insert-file-contents):
4433         Use (default-value 'major-mode) instead of default-major-mode.
4434
4435 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4436
4437         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4438
4439 2009-08-26  Glenn Morris  <rgm@gnu.org>
4440
4441         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4442         than placing in files.el.
4443
4444 2009-08-25  Glenn Morris  <rgm@gnu.org>
4445
4446         * nnir.el (top-level): Don't require cl at run-time.
4447         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4448         Replace cl-function substitute with gnus-replace-in-string.
4449         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4450         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4451         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4452         simplified expansions.
4453
4454 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4455
4456         * dig.el (dig): Add autoload cookie.
4457
4458 2009-08-22  Glenn Morris  <rgm@gnu.org>
4459
4460         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4461         goto-line.
4462
4463 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4464
4465         * parse-time.el (parse-time-string-chars): Save match data.
4466
4467 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4468
4469         * parse-time.el (parse-time-string-chars): Compute using character
4470         classes, to handle non-ascii characters (Bug#3190).
4471
4472 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4473
4474         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4475
4476         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4477         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4478         (gnus-mm-display-part, gnus-mime-display-single)
4479         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4480         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4481
4482         * gnus-sum.el
4483         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4484         (gnus-summary-move-article): Add expirable mark to articles copied or
4485         moved to group that has auto-expire turned on if the option is non-nil.
4486
4487 2009-07-24  Glenn Morris  <rgm@gnu.org>
4488
4489         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4490         Fix typo.  (Bug#3903)
4491
4492 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4493
4494         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4495         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4496         that should not be used for draft articles.
4497         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4498         that has no concern in minor mode keys.
4499         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4500         Abolish.
4501
4502 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4505         article without making inquiry to a user for unknown encoding.
4506
4507         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4508         (nnmaildir--scan): Assume i-node and device number that file-attributes
4509         returns might be cons-cell.
4510
4511         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4512
4513         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4514
4515 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4516
4517         * auth-source.el: Remove docs now in auth.texi.  Don't use
4518         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4519         `auth-source-hide-passwords' and use them.
4520
4521 2009-07-15  Glenn Morris  <rgm@gnu.org>
4522
4523         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4524
4525 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4526
4527         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4528         excessive whitespace from the default values of title and description.
4529
4530 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4533         mail-fetch-field to fetch Content-Description header in order to
4534         exclude newlines.
4535
4536 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4537
4538         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4539         format used by GnuPG 2.0.11.
4540
4541 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4542
4543         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4544         to deleted part.
4545
4546 2009-05-30  David Engster  <dengste@eml.cc>
4547
4548         * nnmairix.el: Remove old documentation in the commentary block.
4549         (nnmairix-request-group): Do not update active file for nnml back ends.
4550         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4551         end so that overview files are ignored.
4552         (nnmairix-update-groups): Make updating the groups more robust by using
4553         marks.
4554         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4555         with dollar characters in message-id.
4556
4557 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4558
4559         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4560         2008-12-25 in dns.el.
4561
4562 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4563
4564         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4565         could happen if the text is only composed of spaces and/or tabs.
4566
4567 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4568
4569         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4570         when sending a queued message to avoid extra mml tags.
4571
4572 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4575
4576 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4579         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4580         rmail-toggle-header for XEmacs;
4581         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4582
4583 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * gnus-dired.el: Remove autoload for gnus-setup-message.
4586         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4587         displaying Gnus logo; always use compose-mail.
4588
4589 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4592
4593 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4594
4595         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4596         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4597         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4598         available.
4599         (gnus-nocem-epg-verify): New function.
4600
4601 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4602
4603         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4604
4605 2009-02-15  Glenn Morris  <rgm@gnu.org>
4606
4607         * gnus-util.el (rmail-insert-rmail-file-header)
4608         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4609         autoloads.
4610         (rmail-default-rmail-file): Remove unnecessary declaration.
4611         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4612
4613 2009-02-14  Glenn Morris  <rgm@gnu.org>
4614
4615         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4616         variable (only used in gnus-util, which declares it anyway).
4617         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4618         which was only needed by gnus-art (changed to not use it any more).
4619         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4620         only used in gnus-util, which autoloads it itself.
4621         (rmail-update-summary): Fix autoload.
4622
4623         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4624         rather than rmail-output-to-rmail-file.
4625
4626 2009-02-07  Glenn Morris  <rgm@gnu.org>
4627
4628         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4629         autoload of function that no longer exists.
4630         (rmail-toggle-header): Declare.
4631         (message-forward-rmail-make-body): Handle mbox Rmail.
4632
4633 2009-01-31  Glenn Morris  <rgm@gnu.org>
4634
4635         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4636         2009-01-09 change.
4637
4638 2009-01-31  Dave Love  <fx@gnu.org>
4639
4640         * imap.el (imap-fetch-safe): Bind debug-on-error.
4641         (imap-debug): Add imap-fetch-safe.
4642
4643 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4644
4645         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4646         (auth-source-forget-all-cached): New convenience function.
4647         (auth-source-user-or-password): Accept list of modes or a single mode.
4648
4649         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4650         auth-source modes.
4651
4652         * netrc.el (netrc-machine-user-or-password): Use list of
4653         auth-source modes.
4654
4655         * nnimap.el (nnimap-open-connection): Use list of
4656         auth-source modes.
4657
4658         * nntp.el (nntp-send-authinfo): Use list of
4659         auth-source modes.
4660
4661 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4662
4663         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4664         now.
4665
4666 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4669         coding system in XEmacs; add a workaround for XEmacs.
4670
4671         * lpath.el: Fbind coding-system-aliasee.
4672
4673 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4674
4675         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4676         of current-language-environment.
4677
4678 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4679
4680         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4681         available at runtime.
4682
4683 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4686
4687 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4688
4689         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4690         the greatest positive fixnum value doesn't work under an XEmacs with
4691         bignum support; use the most-positive-fixnum constant instead,
4692         available since Emacs 21.1 with cl and XEmacs 21.1.
4693
4694 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4695
4696         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4697         XEmacs gets not to work.
4698
4699 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * mm-util.el (mm-coding-system-priorities): Allow the value like
4702         "Japanese (UTF-8)" of current-language-environment.
4703
4704 2009-01-09  Glenn Morris  <rgm@gnu.org>
4705
4706         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4707         with last-command-event.
4708
4709 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4710
4711         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4712         in the doc string.
4713
4714         * message.el (message-fix-before-sending): Amend comment.
4715
4716 2009-01-08  Dave Love  <fx@gnu.org>
4717
4718         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4719
4720 2009-01-07  David Engster  <dengste@eml.cc>
4721
4722         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4723         simplified server definitions by converting it via
4724         gnus-server-to-method.
4725
4726 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4727
4728         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4729         parameter's operands.
4730
4731 2009-01-06  David Engster  <dengste@eml.cc>
4732
4733         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4734         primary select method (for gnus-group-mark-article-as-read).
4735
4736 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4737
4738         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4739         `(gnus)Face', not `(gnus)X-Face'.
4740
4741 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4742
4743         * mm-util.el (mm-ucs-to-char): New function.
4744
4745         * mm-url.el (mm-url-decode-entities): Use it.
4746
4747         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4748         unicode-to-char.
4749
4750 2009-01-05  Dave Love  <fx@gnu.org>
4751
4752         * time-date.el: Require cl for `declare'.
4753
4754 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4755
4756         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4757         Dave Love.
4758
4759 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4760
4761         * message.el (message-fix-before-sending): Add `eight-bit' to
4762         illegible-text check.
4763
4764 2009-01-03  Michael Olson  <mwolson@gnu.org>
4765
4766         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4767         `headers' is nil.  This can occur if the IMAP server does not have
4768         permissions to read messages from a folder, but can write new messages
4769         to the folder.
4770         (nnimap-request-article-part): Do not insert `data' if it is nil.
4771
4772         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4773         characters which will confuse `read', so skip past them.
4774
4775 2009-01-01  Dave Love  <fx@gnu.org>
4776
4777         * imap.el (imap-string-to-integer): Fix typo.
4778         (imap-fetch-safe): New function.
4779         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4780
4781         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4782
4783         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4784         (imap-parse-greeting): Fix doc strings.
4785         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4786         (imap-parse-flag-list): Make messages unique.
4787         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4788
4789         * nnimap.el: Fix author email.
4790         (nnimap-split-rule): Add FIXME comment.
4791         (nnimap-debug): Fix doc string.
4792
4793 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4794
4795         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4796
4797 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4798
4799         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4800         nslookup if resolv.conf isn't available.
4801         (dns-query): Rename from query-dns.
4802         (dns-query-cached): Rename from query-dns-cached.
4803
4804 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4807         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4808         to check if those variables exist (first appeared in Emacs 18.50).
4809
4810 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4811
4812         * mm-util.el (mm-line-number-at-pos): New function.
4813
4814         * spam-report.el (spam-report-process-queue): Use it.
4815
4816 2008-12-24  David Engster  <dengste@eml.cc>
4817
4818         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4819         parameters that haven't existed as variables as buffer-local variables.
4820
4821 2008-12-23  Dave Love  <fx@gnu.org>
4822
4823         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4824         cadar.
4825
4826         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4827         imap-starttls-p.
4828         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4829
4830 2008-12-22  Dave Love  <fx@gnu.org>
4831
4832         * imap.el: Fix author email.  Doc fixes.
4833         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4834         reply.
4835
4836 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4837
4838         * spam-report.el (spam-report-gmane-max-requests): New constant.
4839         (spam-report-gmane-wait): New variable.
4840         (spam-report-gmane-ham, spam-report-gmane-spam)
4841         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4842         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4843         the server.
4844
4845         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4846         Add explanations.
4847
4848         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4849         nnheader-accept-process-output and nnheader-read-timeout if available.
4850         (pop3-movemail): Use it.
4851
4852         * message.el (message-check-news-body-syntax): Fix signature check if
4853         there's an attachment.
4854
4855 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4856
4857         * mm-util.el: Add comments to the mm- emulating functions.
4858
4859 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4860
4861         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4862         by Stephen Berman <stephen.berman@gmx.net>.
4863
4864 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4865
4866         * mm-util.el (mm-substring-no-properties): New function.
4867         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4868         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4869         (mm-string-to-multibyte): Doc fix.
4870
4871         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4872
4873 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4874
4875         * mml.el (mml-attach-file): Strip text properties from file name.
4876         (Bug#1574)
4877
4878 2008-12-16  Glenn Morris  <rgm@gnu.org>
4879
4880         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4881
4882 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4883
4884         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4885         knows since the charset specified might be a bogus alias that
4886         mm-charset-synonym-alist provides.
4887
4888 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4889
4890         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4891         "ISO_8859-1".
4892
4893         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4894
4895 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4896
4897         * mm-util.el (mm-charset-eval-alist):
4898         Define it before mm-charset-to-coding-system.
4899         (mm-charset-to-coding-system): Add optional argument `silent';
4900         define it before mm-charset-override-alist.
4901         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4902         default value if it can be used in Emacs currently running;
4903         silence mm-charset-to-coding-system.
4904
4905 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4906
4907         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4908         `allow-override' which says whether to use `mm-charset-override-alist'.
4909         (rfc2047-decode-encoded-words): Use it.
4910
4911         * mm-util.el (mm-charset-override-alist): Fix custom type;
4912         add `(gb2312 . gbk)' to choices.
4913
4914 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4917         fast.
4918
4919         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4920
4921         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4922
4923 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4924
4925         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4926         on links.
4927
4928         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4929
4930 2008-12-03  Lute Kamstra  <lute@gnu.org>
4931
4932         * sha1.el: Remove leading * from docstrings of defcustoms,
4933         deffaces, defconsts and defuns.
4934
4935 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4936
4937         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4938         users' addresses that don't have domain parts.
4939         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4940         rather than message-narrow-to-head since there will be the message
4941         header separator.
4942
4943 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4944
4945         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4946         since the result is inserted in a unibyte buffer anyway.
4947         (nnimap-demule-use-string-to-multibyte): Remove.
4948         (nnimap-demule): Alias it to mm-string-to-multibyte.
4949
4950 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4951
4952         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4953         variable for debugging bug#464 and bug#1174.
4954         (nnimap-demule): Use it.
4955
4956 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4957
4958         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4959         score calculation correctly.
4960
4961 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4962
4963         * message.el (message-send-mail): Just set the buffer to unibyte
4964         rather than use mm-with-unibyte-current-buffer which does a lot more.
4965         (message-send-mail-partially): Don't bother with
4966         mm-with-unibyte-current-buffer since it's already been made unibyte by
4967         message-send-mail.
4968
4969 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4970
4971         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4972
4973 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4974
4975         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4976
4977 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4978
4979         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4980         require itself and to remove `with-no-warnings'.
4981
4982 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4983
4984         * starttls.el (starttls-any-program-available): Get the name of the
4985         available TLS layer program.
4986         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4987         well as the host name in the "opening" message.
4988
4989         * auth-source.el (auth-source-cache, auth-source-do-cache)
4990         (auth-source-user-or-password): Cache passwords and logins by default,
4991         allow override with `auth-source-do-cache'.
4992         (auth-source-forget-user-or-password): Allow users to remove cache
4993         entries if needed.
4994
4995 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4996
4997         * md4.el (md4-buffer): Fix typo in docstring.
4998         (md4, md4-64): Doc fixes.
4999         (md4-pack-int32): Reflow docstring.
5000
5001 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5002
5003         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5004         condition-case to only the forward-sexp call.
5005
5006 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5007
5008         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5009         quotes contained.  Make it more robust regardless by an extra
5010         condition-case wrapper.
5011
5012 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5013
5014         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5015
5016 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5017
5018         * nnml.el (nnml-request-expire-articles): Check if the function set to
5019         `nnmail-expiry-target' returns the symbol `delete'.
5020
5021         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5022
5023         * nnmail.el (nnmail-expiry-target): Fix custom type.
5024
5025 2008-10-02  Glenn Morris  <rgm@gnu.org>
5026
5027         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5028         Silence compiler warning.
5029
5030 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5031
5032         * tls.el (open-tls-stream): Show the actual command being
5033         executed, instead of the format string.
5034
5035 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5036
5037         * lpath.el: Fbind codepage-setup for Emacs 23.
5038
5039 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5040
5041         * mml.el (mml-menu): Don't assume mml2015 is bound.
5042
5043 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5044
5045         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5046         exists.
5047
5048 2008-09-27  Glenn Morris  <rgm@gnu.org>
5049
5050         * gnus-util.el (mail-header-remove-comments): Autoload it.
5051
5052 2008-09-27  Andreas Schwab  <schwab@suse.de>
5053
5054         * gnus-util.el (gnus-split-references): Strip comments.
5055         (gnus-parent-id): Likewise.
5056
5057 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5058
5059         * message.el (message-confirm-send): Fix version.
5060
5061 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * message.el (message-idna-to-ascii-rhs-1): Use
5064         mail-extract-address-components rather than mail-header-parse-addresses
5065         that is an alias by default to ietf-drums-parse-addresses that does not
5066         support non-ASCII names in headers' contents.
5067
5068 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5069
5070         * message.el (message-confirm-send): Fixed variable documentation to
5071         avoid the "y/n" wording.
5072
5073 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5074
5075         * message.el (message-set-auto-save-file-name): Save to a different
5076         filename so multiple messages (especially drafts) can be recovered.
5077
5078 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5079
5080         * message.el (message-confirm-send): Add appropriate version.
5081
5082 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5083
5084         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5085         defvar.
5086
5087 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5088
5089         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5090         (mm-pkcs7-enveloped-magic): Ditto.
5091
5092 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5093
5094         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5095         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5096
5097 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5098
5099         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5100         default, it's better.
5101
5102 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5103
5104         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5105         summary line gnus-number property and ignore them (with a warning
5106         message).
5107
5108 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5111         macro caddr in the interactive form since it won't be expanded.
5112
5113 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5114
5115         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5116         `charset'; fix name of function called recursively.
5117         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5118
5119 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5122         (gnus-mime-set-charset-parameters): New function.
5123         (gnus-mime-view-part-as-charset): Use it to correctly display part
5124         specifying wrong charset.
5125
5126 2008-09-08  David Engster  <dengste@eml.cc>
5127
5128         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5129         in completing-read for back end server.
5130
5131 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5132
5133         * message.el (message-confirm-send): New variable to confirm sending a
5134         message.
5135         (message-send): Use it.
5136
5137 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5138
5139         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5140
5141 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5144
5145 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5146
5147         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5148         prevent tracking too many groups.
5149         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5150         Use it.
5151
5152 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5153
5154         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5155         moving point to the bottom of the window in order to avoid recentering.
5156
5157 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5160
5161         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5162         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5163         (gnus-article-beginning-of-window): Fix calculation.
5164
5165 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * gnus-msg.el (gnus-summary-supersede-article)
5168         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5169         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5170         message header.
5171
5172 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5173
5174         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5175         pending output coming after the status change.
5176
5177 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5178
5179         * message.el:
5180         * gnus-start.el:
5181         * gnus-registry.el: Remove VMS support.
5182
5183 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5184
5185         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5186         macro.
5187         (rfc2104-hash): Use it.
5188
5189 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5190
5191         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5192         (gnus-summary-sort-by-most-recent-date): New commands.
5193         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5194         and menu entries.
5195
5196 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5199         don't redisplay article for raw contents; remove plural articles stuff.
5200
5201         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5202         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5203         on gnus-summary-save-article; display results properly.
5204
5205 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5206
5207         * lpath.el: No need to fbind ns-focus-frame.
5208
5209 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5210
5211         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5212
5213 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5216         gnus-save-all-headers.
5217
5218 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5219
5220         * gnus-util.el (ns-focus-frame): Remove declaration.
5221         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5222         like x.
5223
5224 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5225
5226         * rfc2104.el (rfc2104-zero): Delete defconst.
5227         (rfc2104-hex-alist): Likewise.
5228         (rfc2104-hex-to-int): Delete func.
5229         (rfc2104-hexstring-to-bitstring): Likewise.
5230         (rfc2104-nybbles): New defconst.
5231         (rfc2104-hash): Rewrite for speed.
5232
5233 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5234
5235         * tls.el (open-tls-stream): Make it work with the 2nd argument
5236         BUFFER that is a string but does not exist as a buffer object, as
5237         mentioned in the doc-string.
5238
5239 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5240
5241         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5242         SXEmacs.
5243
5244 2008-07-16  Glenn Morris  <rgm@gnu.org>
5245
5246         * gnus-util.el (ns-focus-frame): Declare for compiler.
5247
5248 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5249
5250         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5251         set as a group parameter.
5252         (gnus-summary-save-in-pipe): Work when it is called independently.
5253         (gnus-summary-pipe-to-muttprint): Don't modify
5254         gnus-summary-pipe-output-default-command.
5255
5256 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5257
5258         * message.el (message-send-mail-with-sendmail):
5259         Display the error message.
5260
5261 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5262
5263         * gnus-art.el (gnus-default-article-saver):
5264         Add gnus-summary-save-in-pipe to choices.
5265         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5266         gnus-summary-pipe-output-default-command as the default command.
5267         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5268         instead of gnus-last-shell-command.
5269
5270         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5271         New user option.
5272         (gnus-summary-muttprint-program): Mention the value will be changed.
5273         (gnus-summary-save-article): Force showing of all headers.
5274         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5275
5276 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5277
5278         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5279
5280 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5281
5282         * nnimap.el (nnimap-id):
5283         * sieve-manage.el (sieve-manage-open): Doc fixes.
5284
5285 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5286
5287         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5288         if available.
5289
5290 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5291
5292         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5293
5294         * nnkiboze.el (nnkiboze-generate-group):
5295         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5296
5297         * nnmairix.el: Require CL.
5298
5299 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5300
5301         * dgnushack.el: Autoload get-display-table and put-display-table for
5302         XEmacs 21.5.
5303
5304         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5305         21.4 and SXEmacs.
5306
5307 2008-06-15  David Engster  <dengste@eml.cc>
5308
5309         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5310
5311 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5312
5313         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5314         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5315         runtime choice under XEmacs.
5316
5317         * gnus-sum.el (gnus-summary-set-display-table):
5318         Use `gnus-put-display-table', `gnus-get-display-table',
5319         `gnus-set-display-table' for the display table, instead of `aset'.
5320
5321         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5322         Use `gnus-put-display-table', `gnus-get-display-table',
5323         `gnus-set-display-table' for the display table.
5324
5325 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5326
5327         * nnmairix.el: Add autoloads.
5328
5329 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5330
5331         * nnmairix.el (nnmairix-delete-recreate-group)
5332         (nnmairix-update-and-clear-marks): Fix error messages.
5333
5334 2008-06-14  David Engster  <dengste@eml.cc>
5335
5336         * nnmairix.el: Upgrade to version 0.6.
5337         (nnmairix-group-toggle-propmarks-this-group)
5338         (nnmairix-group-toggle-readmarks-this-group)
5339         (nnmairix-group-delete-recreate-this-group)
5340         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5341         (nnmairix-remove-tick-mark-original-article): New commands.
5342         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5343         (nnmairix-propagate-marks-to-nnmairix-groups)
5344         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5345         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5346         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5347         functions needed for marks propagation and manipulation of read marks.
5348         (nnmairix-update-groups): New function.
5349         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5350         (nnmairix-determine-original-group-from-registry)
5351         (nnmairix-determine-original-group-from-path)
5352         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5353         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5354         New helper functions.
5355         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5356         keystrokes for new commands.
5357         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5358         (nnmairix-request-group): Check allow-fast group parameter.
5359         (nnmairix-request-create-group): Set allow-fast group parameter if
5360         nnmairix-allowfast-default is set.
5361         (nnmairix-close-group): Propagate marks upon closing if needed.
5362         (nnmairix-group-toggle-threads-this-group): Use new.
5363         nnmairix-group-toggle-parameter helper function.
5364         (nnmairix-search): Better check for empty search result.
5365         (nnmairix-goto-original-article): Use new helper functions for
5366         determining original article.
5367         (nnmairix-show-original-article): Make sure message-id is in brackets.
5368         (nnmairix-call-mairix-binary): Change variable name.
5369         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5370         helper function.
5371         (nnmairix-widget-toggle-activate): Fix doc string.
5372
5373 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5374
5375         * nnir.el: Require edmacro when compiling with XEmacs.
5376         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5377         available in Emacs 21.
5378
5379 2008-06-11  Glenn Morris  <rgm@gnu.org>
5380
5381         * gnus-util.el (x-focus-frame):
5382         * gnus.el (image-size):
5383         * mm-decode.el (image-size): Declare.
5384
5385         * gnus-picon.el (declare-function): Add compat definition.
5386         (image-size): Declare.
5387
5388         * gnus-group.el (tool-bar-map):
5389         * gnus-sum.el (tool-bar-map): Define for compiler.
5390
5391         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5392
5393         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5394
5395         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5396         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5397         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5398         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5399         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5400         * sieve-manage.el, spam-report.el, spam.el:
5401         Remove unnecessary eval-and-compile of autoloads.
5402
5403 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5404
5405         * auth-source.el: Precise Tramp doc.
5406
5407 2008-06-07  Glenn Morris  <rgm@gnu.org>
5408
5409         * nnmairix.el: Remove unnecessary eval-when-compile.
5410
5411 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5412
5413         * lpath.el: Fbind propertize for XEmacs 21.4.
5414
5415 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5416
5417         * nnir.el: Move here from ../contrib.
5418
5419 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5420
5421         * gnus-util.el (gnus-read-shell-command): New function.
5422         * mm-decode.el (mm-pipe-part):
5423         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5424
5425 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5426
5427         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5428
5429 2008-06-03  Glenn Morris  <rgm@gnu.org>
5430
5431         * pop3.el (nnheader-accept-process-output): Autoload it.
5432
5433 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5436         are not 2-digit hexadecimal characters that follow `%'s.
5437
5438 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5439
5440         * message.el (message-bogus-recipient-p): Fix type in doc string.
5441         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5442         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5443         Improve custom options.
5444         (message-bogus-recipient-p): Adjust accordingly.
5445
5446 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5447
5448         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5449         long-form month and day names.
5450
5451 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * dgnushack.el: Autoload debug, eudc-expand-inline and
5454         pgg-snarf-keys-region for XEmacs.
5455
5456         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5457
5458         * nnmairix.el: Require edmacro when compiling with XEmacs.
5459
5460 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5461
5462         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5463         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5464
5465 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5466
5467         * auth-source.el: Add more docs.
5468
5469         * netrc.el (netrc-machine): Always match if the port is not given.
5470
5471 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5472
5473         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5474         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5475         retrieval faster in some cases, but might make CPU usage larger.  If
5476         this has any bad side effects, we might revert this change.
5477
5478         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5479         seems to make mail retrieval much, much faster.
5480         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5481         unconditionally.
5482
5483         * gnus-draft.el (gnus-group-send-queue): Bind
5484         message-send-mail-partially-limit to nil to avoid being prompted.
5485
5486 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5487
5488         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5489
5490         * message.el (message-bogus-address-regexp): Fix and improve custom
5491         type.
5492         (message-setup-hook): Add message-check-recipients as custom option.
5493
5494 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5495
5496         * message.el (message-cite-function): Remove bogus autoload which crept
5497         in during merge from v5-10.
5498
5499 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5500
5501         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5502
5503         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5504
5505         * auth-source.el: Preliminary Tramp docs.
5506         (auth-sources): Change the default auth-sources to use
5507         EPA .gpg files.
5508
5509 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5510
5511         * nntp.el: Autoload `auth-source-user-or-password'.
5512         (nntp-send-authinfo): Use it.
5513
5514         * nnimap.el: Autoload `auth-source-user-or-password'.
5515         (nnimap-open-connection): Use it.
5516
5517         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5518         for the gnus-message function.
5519         (auth-source-user-or-password): Use it.
5520
5521 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5522
5523         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5524         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5525         (rfc2104-hash): Use it.
5526
5527 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5528
5529         * gnus-art.el (gnus-article-toggle-truncate-lines):
5530         Don't use `iff' in docstring.
5531
5532 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5533
5534         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5535
5536         * gnus-util.el (gnus-extract-address-component-name)
5537         (gnus-extract-address-component-email): Convenience functions around
5538         `gnus-extract-address-components'.
5539
5540         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5541         Use `gnus-extract-address-component-email' to fix bug of comparing full
5542         sender name to `user-mail-address'.
5543
5544 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5545
5546         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5547         catch/throw to optimize.
5548         (gnus-registry-find-keywords): Just use member to find a keyword.
5549
5550 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5551
5552         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5553         is current before calling gnus-server-prepare.
5554         (gnus-server-setup-buffer, gnus-server-update-server)
5555         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5556
5557 2008-05-04  Juri Linkov  <juri@jurta.org>
5558
5559         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5560         (mailcap-file-default-commands): Use mailcap-replace-in-string
5561         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5562         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5563
5564 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5565
5566         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5567
5568 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5569
5570         * gnus.el: Bump version to 0.11.
5571
5572 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5573
5574         * gnus.el: No Gnus v0.10 is released.
5575
5576 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5577
5578         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5579         hooks.
5580         (gnus-update-read-articles): Speed up non-marks-using users.
5581         (gnus-use-marks): Define gnus-use-marks.
5582         (gnus-propagate-marks): Rename variable to something more sensible.
5583
5584 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5585
5586         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5587         (gmm-image-load-path-for-library): Fix typos in docstrings.
5588         (gmm-message): Reflow docstring.
5589
5590 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5591
5592         * mail-source.el (mail-source-set-1, mail-source-bind):
5593         Move auth-source code out of the macro to clean it up and fix bugs.
5594
5595 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5596
5597         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5598         by sender if it's equal to user-mail-address, it's likely to be
5599         useless.
5600
5601         * mail-source.el (mail-source-bind): Don't use user or password if they
5602         are not bound.  Unintern them if they are nil.  Don't use server unless
5603         it's bound, and default it to empty string otherwise.
5604
5605 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5606
5607         * mail-source.el: Load auth-source.el.
5608         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5609         get user name or password, if auth-sources is set up.
5610
5611         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5612         strategy of splitting with parent.
5613         (gnus-registry-split-fancy-with-parent)
5614         (gnus-registry-post-process-groups): Use it and fix prior
5615         bug (returning a list as the split result).
5616
5617         * auth-source.el (auth-sources): Remove server parameter.
5618         (auth-source-pick, auth-source-user-or-password)
5619         (auth-source-user-or-password-imap)
5620         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5621         (auth-source-user-or-password-sftp)
5622         (auth-source-user-or-password-smtp): Remove server parameter.
5623
5624 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5625
5626         * smime.el (smime-sign-region, smime-encrypt-region)
5627         (smime-decrypt-region):
5628         Remove redundant calls to `generate-new-buffer-name'.
5629
5630 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5631
5632         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5633         Don't use QP for message/rfc822.
5634         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5635
5636 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5637
5638         * sieve-manage.el (sieve-string-bytes): Remove.
5639         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5640         correct byte-length only if the process's coding-system is the same as
5641         the one used internally by Emacs to represent strings.
5642
5643 2008-04-22  Juri Linkov  <juri@jurta.org>
5644
5645         * mailcap.el (mailcap-file-default-commands): New function.
5646
5647 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5648
5649         * message.el (message-signature-separator, message-cite-function):
5650         Change custom version.
5651
5652 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5653
5654         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5655         commands.
5656         (tls-checktrust): Ditto.
5657
5658 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5659
5660         * mm-decode.el (mm-display-external): Make temp file read-only.
5661
5662 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5663
5664         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5665         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5666         `C-c C-f d'.
5667
5668 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5669
5670         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5671
5672 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5673
5674         * gnus.el: Bump version to 0.9.
5675
5676 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5677
5678         * gnus.el: No Gnus v0.8 is released.
5679
5680 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5681
5682         * mail-source.el (mail-source-value):
5683         Prefer fboundp to functionp so it works with macros as well.
5684
5685 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5686
5687         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5688         Fix last change in case the element is not even a symbol.
5689
5690 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5691
5692         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5693         Prefer fboundp to functionp so it works with macros as well.
5694
5695 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5696
5697         * auth-source.el: Added docs.
5698         (auth-sources): Modify format to support server.
5699         (auth-source-pick, auth-source-user-or-password)
5700         (auth-source-user-or-password-imap)
5701         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5702         (auth-source-user-or-password-sftp)
5703         (auth-source-user-or-password-smtp): Add server parameter.
5704
5705 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5706
5707         * gnus-registry.el: Initialize the registry when gnus-registry-install
5708         is t.
5709
5710 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * compface.el (uncompface): Make buffer unibyte.
5713
5714 2008-04-05  Glenn Morris  <rgm@gnu.org>
5715
5716         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5717
5718 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5719
5720         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5721         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5722
5723         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5724         multibyteness after rather than before erasing it.
5725
5726         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5727         mm-with-multibyte.
5728         (gnus-request-article-this-buffer): Make sure the proper decoding is
5729         used if gnus-original-article-buffer happens to be unibyte.
5730
5731         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5732         default-enable-multibyte-characters.
5733
5734         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5735         default-enable-multibyte-characters.
5736
5737         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5738
5739         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5740
5741 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5742
5743         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5744         (imap-message-copyuid-1): Use it.
5745         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5746         J. Williams in
5747         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5748
5749         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5750         imap-enable-exchange-bug-workaround.
5751         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5752
5753 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5754
5755         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5756         a 100 byte status-checks into a 2-3MB transfer for each group.
5757         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5758         to enable bug workaround or not.
5759         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5760
5761 2008-03-31  Glenn Morris  <rgm@gnu.org>
5762
5763         * message.el (mml2015-use): Declare for compiler.
5764         (message-info): Require mml2015 when appropriate.
5765
5766 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5769         whitespace.
5770
5771 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5772
5773         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5774         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5775         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5776         (nntp-service-to-port): New function.
5777         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5778         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5779         (nntp-open-netcat-stream): New function.
5780         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5781
5782 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5783
5784         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5785
5786 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5787
5788         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5789
5790 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5791
5792         * dns.el (dns-write): Use set-buffer-multibyte.
5793
5794 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5795
5796         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5797
5798 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5799
5800         * message.el (message-signature-separator): Change default.
5801         Improve custom type.
5802         (message-cite-function): Change default to
5803         message-cite-original-without-signature.
5804
5805         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5806         toggle.
5807
5808         * message.el (message-check-news-body-syntax): Fix signature check.
5809         (message-setup-1): Mark buffer as unmodified _after_ running
5810         message-setup-hook and handling message-alternative-emails.
5811         (message-shorten-references): Be more strict when building list of
5812         valid references to comply with GNKSA.
5813
5814         * gnus-group.el (gnus-read-ephemeral-bug-group)
5815         (gnus-read-ephemeral-debian-bug-group)
5816         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5817
5818         * message.el (message-info): Don't use booleanp which isn't supported
5819         in Emacs 21 and XEmacs.
5820
5821 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5822
5823         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5824         gnus-group-gmane-group-download-format.
5825         (gnus-group-read-ephemeral-gmane-group): Rename from
5826         gnus-group-read-ephemeral-gmane-group.
5827         (gnus-read-ephemeral-gmane-group-url): Rename from
5828         gnus-group-read-ephemeral-gmane-group-url.
5829         (gnus-bug-group-download-format-alist): New variable.
5830         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5831         (gnus-read-ephemeral-emacs-bug-group): New commands.
5832
5833 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5834
5835         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5836         (gnus-visible-headers): Improve custom type.
5837
5838 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5839
5840         * mml.el (mml-menu): Add workarounds for XEmacs.
5841
5842         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5843         X-Boundary header.
5844
5845         * message.el (message-simplify-recipients): Fix previous commit.
5846
5847 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5848
5849         * mm-util.el (mm-set-buffer-multibyte): New function.
5850         * mm-decode.el (mm-copy-to-buffer): Use it.
5851
5852 2008-03-19  Glenn Morris  <rgm@gnu.org>
5853
5854         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5855         Accidentally removed in the sync process with Emacs.
5856
5857 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5858
5859         * message.el (message-alter-recipients-discard-bogus-full-name):
5860         New function.
5861         (message-alter-recipients-function): New variable.
5862         (message-get-reply-headers): Use it.
5863         (message-replace-header): New helper function.
5864         (message-recipients-without-full-name): New variable.
5865         (message-simplify-recipients): New command.
5866
5867         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5868
5869         * message.el (message-info): Handle EasyPG manual.
5870
5871         * mml.el (mml-menu): Add entry for EasyPG.
5872
5873 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5874
5875         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5876         parameter.
5877
5878         * message.el (message-disassociate-draft): Specify drafts group name
5879         fully.
5880
5881 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5882
5883         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5884         unnecessary duplicates from the match list.
5885
5886 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5889
5890         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5891
5892         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5893         args of `how-many' of which the XEmacs version doesn't take; declare
5894         Info-index-next as function.
5895
5896 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5897
5898         * gnus-score.el (gnus-score-headers): Fix handling of
5899         gnus-inhibit-slow-scoring.
5900
5901         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5902         string.
5903         (gnus-button-url-regexp): Improve handling of parenthesis.
5904         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5905         (gnus-button-handle-info-keystrokes): Handle index entries.
5906
5907 2008-03-15  Glenn Morris  <rgm@gnu.org>
5908
5909         * parse-time.el (parse-time-string): Simplify.
5910
5911 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5914         Incoming* files.
5915
5916 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5917
5918         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5919         (auth-source-pick): Use it.
5920
5921 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5922
5923         * binhex.el (binhex-decode-region-internal):
5924         * uudecode.el (uudecode-decode-region-internal):
5925         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5926         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5927         setting default-enable-multibyte-characters.
5928
5929 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5930
5931         * auth-source.el (auth-source-protocols)
5932         (auth-source-protocols-customize, auth-source-choices): Added and
5933         modified variable customizations and defaults.
5934         (auth-source-pick, auth-source-user-or-password)
5935         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5936         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5937         (auth-source-user-or-password-sftp)
5938         (auth-source-user-or-password-smtp): Use new variables and provide an
5939         interface to netrc.el.
5940
5941 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5942
5943         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5944         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5945         Make sure the nntp port to specify is a string.
5946
5947 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5948
5949         * nntp.el: Use with-current-buffer.
5950         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5951         dubious mm-with-unibyte-current-buffer.
5952         (nntp-with-open-group-function): New function extracted from
5953         nntp-with-open-group macro.
5954         (nntp-with-open-group): Use the function, so it's easier to debug.
5955         Add indentation and debugging info.
5956         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5957         the use of the netcat alternatives.
5958
5959         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5960         Avoid mm-string-as-multibyte as well.
5961
5962         * nnweb.el (nnweb-insert-html):
5963         Remove use of nnheader-string-as-multibyte.
5964
5965         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5966         (nnheader-string-as-multibyte): Remove.
5967
5968         * mm-view.el: Use inhibit-read-only.
5969         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5970         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5971         or unibyte-string.
5972
5973         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5974         (mm-uu-yenc-extract): Use with-current-buffer.
5975
5976         * gnus-soup.el (gnus-soup-send-packet): Don't use
5977         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5978
5979         * nnmh.el: Use with-current-buffer.
5980         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5981         mm-string-as-multibyte on the output of mm-encode-coding-string.
5982
5983         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5984         (nnimap-request-move-article): Use with-current-buffer.
5985
5986         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5987         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5988         conversion uses string-make-unibyte rather than string-as-unibyte.
5989
5990         * gnus-msg.el: Use with-current-buffer.
5991
5992         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5993
5994 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5995
5996         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5997         string for caching if it is 'PIN.
5998
5999 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6000
6001         * lpath.el: Consider the case without Emacs/W3.
6002
6003 2008-03-08  Glenn Morris  <rgm@gnu.org>
6004
6005         * time-date.el (date-to-time, time-subtract, time-add)
6006         (safe-date-to-time): Doc fixes.
6007
6008 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6009
6010         * mail-source.el (mail-source-delete-old-incoming-confirm):
6011         Change default to nil.
6012         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6013
6014 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * lpath.el: Rearrange.
6017
6018         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6019         (gnus-article-goto-prev-page): Work for articles having ^L's.
6020
6021         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6022
6023         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6024
6025 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6026
6027         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6028         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6029         (gnus-bookmark-jump): Adjust some variable names.
6030
6031 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6032
6033         * auth-source.el: New package.
6034         (auth-source-choices): Add customization entry point variable.
6035
6036         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6037         bug.
6038
6039 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6040
6041         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6042         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6043         (gnus-registry-install-shortcuts): Rename from
6044         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6045         the `gnus-registry-mark-map' keymap dynamically from
6046         `gnus-registry-marks'.  The generated functions update the summary line
6047         when a registry mark is added or deleted, and will call
6048         `gnus-registry-install-p' (see the comments in the code).
6049         (gnus-registry-user-format-function-M): Use concat intelligently.
6050
6051         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6052         the registry mark functions.
6053
6054 2008-03-05  Glenn Morris  <rgm@gnu.org>
6055
6056         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6057         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6058         gnus-art.
6059         (top-level): No need to load own source when compiling.
6060
6061 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6062
6063         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6064         Suggested by <chris.anderton@zetnet.co.uk>.
6065
6066 2008-03-04  Glenn Morris  <rgm@gnu.org>
6067
6068         * gnus-sum.el (top-level): No need to require gnus when compiling,
6069         since unconditionally required near start of file.
6070         (gnus-summary-display-while-building): Move definition before use.
6071
6072 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6073
6074         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6075         formatting function.
6076
6077 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6078
6079         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6080         with plists.
6081         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6082         Use new format.
6083
6084 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6087         `where-is-internal' that returns a range of key sequences.
6088
6089 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6090
6091         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6092
6093         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6094         (gnus-summary-jump-to-group): Consider windows on other displayed
6095         frames as well.  Similar changes might be needed elsewhere, but that's
6096         the one I've bumped into during my use.
6097
6098         * nndoc.el (nndoc-oe-dbx-type-p):
6099         * gnus-msg.el (gnus-debug):
6100         * gnus-group.el (gnus-update-group-mark-positions):
6101         Use mm-string-to-multibyte.
6102
6103 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6104
6105         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6106         doesn't handle NotDashEscaped.
6107
6108         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6109         (mml-dnd-attach-options): Fix typo in custom choice.
6110
6111         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6112         nndoc-article-type to mbox.
6113         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6114
6115         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6116         to nil, instead of html2text.
6117
6118         * imap.el (imap-debug): Add `imap-ping-server'.
6119
6120         * gnus-bookmark.el: Add FIXMEs.
6121
6122         * message.el (message-form-letter-separator)
6123         (message-send-form-letter-delay): New variables.
6124         (message-send-form-letter): Use them.  New command to send form
6125         letters.  Requested by Uwe Siart.
6126         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6127
6128 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6129
6130         * Update copyright years.
6131
6132 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6133
6134         Sync from EMACS_22_BASE.
6135
6136         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6137
6138 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6139
6140         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6141         empty author.
6142
6143 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6144
6145         * gnus-registry.el (gnus-registry-marks): Add variable for
6146         customization of marks and their appearance.
6147         (gnus-registry-read-mark): Use it.
6148         (gnus-registry-do-marks): Add utility function to loop through
6149         `gnus-registry-marks'.
6150         (gnus-registry-install-shortcuts-and-menus): Add function to install
6151         shortcuts and menus.
6152         (gnus-registry-initialize): Use it.
6153         (gnus-registry-default-mark): Clarify documentation.
6154
6155 2008-02-29  Glenn Morris  <rgm@gnu.org>
6156
6157         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6158         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6159         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6160         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6161         Change defcustom :version from 23.0 to 23.1.
6162
6163 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6164
6165         * gnus-registry.el (gnus-registry-follow-group-p)
6166         (gnus-registry-post-process-groups): Add functions to aid registry
6167         splitting and improve logging.  Clarify behavior in function
6168         documentation.
6169         (gnus-registry-split-fancy-with-parent): Use them.
6170
6171 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6172
6173         * gnus-art.el: Use with-current-buffer.
6174
6175 2008-02-27  David Engster  <dengste@eml.cc>
6176
6177         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6178         Express real group name in the response.
6179
6180 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6183         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6184         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6185         autoload gnus-registry-fetch-group when compiling.
6186         (nnmairix-request-group-with-article-number-correction): Remove
6187         unreferenced argument passed to nnmairix-call-backend.
6188
6189 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6190
6191         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6192         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6193         Wilde.
6194
6195 2008-02-27  Glenn Morris  <rgm@gnu.org>
6196
6197         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6198         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6199         variables to defconsts.  Convert comments to doc-strings.
6200         (nnmairix-last-server, nnmairix-current-server): Convert from free
6201         variables to defvars.  Convert comments to doc-strings.
6202         (gnus-registry-fetch-group): Autoload.
6203         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6204         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6205         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6206         caddr.
6207         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6208         nnmairix-request-group-with-article-number-correction call.
6209         (nnmairix-fast, nnmairix-group): New, less general names, for free
6210         variables passed from nnmairix-request-group to
6211         nnmairix-request-group-with-article-number-correction.  Declare.
6212         (nnmairix-request-group-with-article-number-correction):
6213         Use nnmairix-fast, nnmairix-group rather than fast, group.
6214
6215 2008-02-26  David Engster  <dengste@eml.cc>
6216
6217         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6218         version 0.5.
6219
6220 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6221
6222         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6223         instead of making an extra function call.  Don't add the current group
6224         to articles only when they have the group.  Use
6225         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6226         Reported by David <de_bb@arcor.de>.
6227
6228 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6229
6230         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6231         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6232
6233 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6234
6235         * mail-source.el (mail-source-delete-incoming): Change default.
6236         Supplement doc string.
6237
6238         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6239
6240 2008-02-14  Glenn Morris  <rgm@gnu.org>
6241
6242         * time-date.el (format-seconds): New function.
6243
6244 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6245
6246         * nnmail.el (nnmail-message-id-cache-file): Derive from
6247         `gnus-home-directory'.
6248
6249 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6250
6251         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6252         Document negative prefix.
6253
6254         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6255
6256 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6257
6258         * message.el (message-unsent-separator): Add the Exim bounce
6259         separator.
6260
6261 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6262
6263         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6264         list.
6265         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6266         recipient/signer list.
6267
6268 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * Makefile.in (datarootdir): Define.
6271         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6272         name that might contain whitespace.
6273
6274 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6275
6276         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6277         fbound (Emacs 23 unicode), signal an error.
6278
6279 2008-02-08  Glenn Morris  <rgm@gnu.org>
6280
6281         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6282
6283 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6284
6285         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6286         ports to the calls to `netrc-machine-user-or-password' in addition to
6287         "imap" and "imaps".
6288
6289 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6290
6291         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6292
6293         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6294
6295 2008-02-01  Kenichi Handa  <handa@m17n.org>
6296
6297         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6298         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6299         (rfc2104-hash): Convert the result of concat to unibyte string.
6300
6301 2008-02-01  Dave Love  <fx@gnu.org>
6302
6303         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6304         coding-system-for-read.
6305         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6306
6307 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6308
6309         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6310         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6311         <hanche@math.ntnu.no>.
6312
6313 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6316
6317         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6318
6319 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6320
6321         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6322         * message.el (message-beginning-of-line): Use featurep instead of bound
6323         tests in order to resolve conditionals at compile time.
6324
6325 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6326
6327         * mail-source.el (mail-sources): Add `group' choice.
6328
6329         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6330         parameter `in-group' to control into which group the articles go.
6331         Add treatment of `group' mail-source.
6332
6333 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6334
6335         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6336
6337         * mm-decode.el (mm-dissect-buffer): Decode description.
6338
6339         * mml.el (mml-to-mime): Encode message header first.
6340
6341 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6344         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6345
6346         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6347         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6348
6349 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6350
6351         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6352
6353 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6356         prefix keys.
6357         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6358         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6359         gnus-xmas.el.
6360
6361         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6362         (gnus-xmas-article-describe-bindings): New function.
6363         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6364         gnus-xmas-article-describe-bindings.
6365
6366         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6367
6368 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6369
6370         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6371         Add new variables for article mark management.
6372         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6373         list of extra data entries which, when present, will indicate that the
6374         article ID should not be trimmed from the registry.
6375         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6376         functions.
6377         (gnus-registry-read-mark): New function to read a mark name from the
6378         user.
6379         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6380         (gnus-registry-set-article-mark-internal): New functions to add and
6381         remove marks.
6382         (gnus-registry-get-article-marks): New function to show the marks for
6383         an article, or retrieve them for further use.
6384
6385 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6388         keys when no argument is given.
6389
6390 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6391
6392         * imap.el (imap-ping-server): New variable.
6393         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6394         (imap-ping-server): Minor doc string fixes.
6395
6396 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6397
6398         * imap.el (imap-ping-server): New function.
6399         (imap-opened): Call imap-ping-server.
6400
6401 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6402
6403         * gnus-sum.el (gnus-article-sort-by-random)
6404         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6405         jidanni@jidanni.org.
6406
6407 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6408
6409         * gnus-art.el (gnus-article-describe-bindings): New function.
6410         (gnus-article-read-summary-keys): Use it.
6411         (gnus-article-mode-map): Bind `C-h b' to it.
6412
6413 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6416         XEmacs.
6417         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6418         against non-character events.
6419
6420         * lpath.el: Fbind map-keymap for Emacs 21.
6421
6422 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6423
6424         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6425         command.
6426         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6427         instead of END.  Change name of the temp file.
6428         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6429         customizable.
6430
6431 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6432
6433         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6434         bind `S W' to gnus-article-wide-reply-with-original; set default
6435         binding to gnus-article-read-summary-send-keys.
6436         (gnus-article-read-summary-keys): Fix the order of keys; display
6437         continuation keys correctly in the echo area; describe bindings
6438         correctly when keys end with `C-h'.
6439         (gnus-article-read-summary-send-keys): New function.
6440         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6441         for gnus-article-read-summary-send-keys; display continuation keys
6442         correctly in the echo area.
6443         (gnus-article-reply-with-original): Ignore prefix argument.
6444         (gnus-article-wide-reply-with-original): New function.
6445
6446         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6447         Emacs 21.
6448
6449 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6450
6451         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6452         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6453
6454 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6455
6456         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6457         (gnus-group-read-ephemeral-gmane-group): New command.
6458
6459 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6460
6461         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6462
6463 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6464
6465         * message.el (message-send-mail-function): Increase custom version.
6466
6467         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6468         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6469
6470 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6471
6472         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6473         for the cases where imap-authenticate is called with a nil buffer
6474         parameter.
6475
6476 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6477
6478         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6479         html parts correctly; support forwarded messages.
6480         (gnus-article-browse-html-article): Remove work buffers.
6481
6482         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6483         compiling.
6484         (netrc-bound-and-true-p): New macro.
6485         (netrc-parse): Use it instead of bound-and-true-p that is not available
6486         in XEmacs 21.4.
6487
6488 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6489
6490         * gnus-registry.el (gnus-registry-mark-article)
6491         (gnus-registry-article-marks): Add functionality to mark articles
6492         through the Gnus registry.
6493
6494         * encrypt.el: Clarify documentation for the new pgg method.
6495         (encrypt-file-alist): Add PGG option.
6496         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6497         functionality.  Abstract password key and messaging to external
6498         functions.
6499         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6500         (encrypt-message-method-and-cipher): Add new convenience external
6501         functions.
6502         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6503         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6504
6505         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6506         (netrc-parse): Use encrypt-file-alist to determine if
6507         encrypt-find-model or encrypt-insert-file-contents should be used.
6508
6509         * encrypt.el: Clarify documentation.  Load password-cache or
6510         password, whichever one is found first, instead of autoloading.
6511
6512 2007-12-19  Glenn Morris  <rgm@gnu.org>
6513
6514         * mml.el (message-options-set, message-narrow-to-head)
6515         (message-in-body-p, message-mail-p, message-encode-message-body):
6516         Autoload.
6517         (message-remove-header, message-narrow-to-headers-or-head)
6518         (message-subscribed-p, message-make-mail-followup-to)
6519         (message-position-on-field, message-news-p)
6520         (message-options-set-recipient, message-generate-headers)
6521         (message-sort-headers): Declare as functions.
6522
6523 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6524
6525         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6526         convention in doc string.
6527
6528 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6531         title to html parts.
6532         (gnus-article-browse-html-article): Pass message header to it.
6533
6534         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6535
6536 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6537
6538         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6539         or password compatible with XEmacs.
6540
6541 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6542
6543         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6544         format document.
6545         (gnus-mime-delete-part): Don't write description line if empty.
6546         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6547
6548 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6549
6550         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6551         (gnus-summary-mark-read-and-unread-as-read)
6552         (gnus-summary-mark-current-read-and-unread-as-read)
6553         (gnus-summary-mark-unread-as-ticked): Doc fix.
6554         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6555
6556 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6557
6558         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6559         Christoph Conrad <christoph.conrad@gmx.de>.
6560
6561 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6562
6563         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6564         yes-or-no-p.
6565
6566 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * mm-decode.el (mm-add-meta-html-tag): New function.
6569         (mm-save-part-to-file, mm-pipe-part): Use it.
6570
6571         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6572         gnus-y-or-n-p instead of y-or-n-p.
6573         (gnus-article-browse-html-parts): Work with message/external-body; use
6574         mm-add-meta-html-tag.
6575
6576 2007-12-11  Glenn Morris  <rgm@gnu.org>
6577
6578         * gnus-cache.el: Require gnus-sum not just when compiling.
6579
6580         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6581
6582         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6583         definitions before use.
6584
6585         * mm-decode.el: Require gnus-util.
6586         (mm-remove-part): Only call delete-annotation on XEmacs.
6587
6588         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6589
6590         * nnmail.el: Require gnus-int.
6591
6592         * spam.el: Move `require's before `eval-when-compile's.
6593
6594         * gnus-ems.el (gnus-alive-p):
6595         * gnus-fun.el (message-goto-eoh):
6596         * gnus-util.el (gnus-group-name-decode):
6597         * mail-source.el (gnus-compress-sequence):
6598         * message.el (Info-goto-node, format-spec):
6599         * mm-bodies.el (message-options-get):
6600         * mm-decode.el (mm-view-pkcs7):
6601         * mm-util.el (gmm-write-region):
6602         * mml-smime.el (mml-compute-boundary)
6603         (gnus-completing-read-with-default):
6604         * mml.el (widget-button-press, gnus-make-hashtable):
6605         * mml1991.el (mm-decode-content-transfer-encoding)
6606         (mm-encode-content-transfer-encoding)
6607         (message-options-get, message-options-set):
6608         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6609         * nnfolder.el (gnus-request-group):
6610         * nnheader.el (ietf-drums-unfold-fws):
6611         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6612         * smime.el (gnus-run-mode-hooks):
6613         * spam-stat.el (gnus-message): Autoload.
6614
6615         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6616         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6617         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6618         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6619         Add declare-function compatibility definition.
6620
6621         * gnus-cache.el (nnvirtual-find-group-art):
6622         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6623         (gnus-add-image, gnus-add-wash-type):
6624         * gnus-group.el (nnkiboze-score-file):
6625         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6626         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6627         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6628         (message-tokenize-header, gnus-get-buffer-create)
6629         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6630         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6631         * gnus.el (gnus-group-decoded-name):
6632         * mail-source.el (imap-capability):
6633         * mm-bodies.el (message-options-set):
6634         * mm-decode.el (gnus-configure-windows):
6635         * mm-extern.el (message-goto-body):
6636         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6637         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6638         (epg-sub-key-validity, message-options-set):
6639         * mml.el (widget-event-point, gnus-configure-windows):
6640         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6641         * mml2015.el (epg-check-configuration, epg-configuration)
6642         (message-options-set):
6643         * nndb.el (nndb-request-article):
6644         * nnfolder.el (gnus-request-create-group):
6645         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6646         * nnmaildir.el (gnus-group-mark-article-read):
6647         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6648         * rfc1843.el (message-fetch-field):
6649         * spam.el (gnus-extract-address-components):
6650         Declare as functions.
6651
6652 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6655
6656         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6657
6658         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6659         bind show-trailing-whitespace for XEmacs.
6660
6661 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6662
6663         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6664         new no-op macro for backward compatibility.
6665
6666         * imap.el (imap-string-to-integer): New function.
6667
6668 2007-12-09  Glenn Morris  <rgm@gnu.org>
6669
6670         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6671
6672         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6673         * message.el, mm-view.el, sieve-manage.el, smime.el:
6674         Add declare-function compatibility definition.
6675
6676         * gnus-art.el (w3-region, w3m-region, Info-menu):
6677         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6678         * gnus-sum.el (gnus-get-predicate):
6679         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6680         * message.el (mail-abbrev-in-expansion-header-p):
6681         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6682         (w3m-detect-meta-charset, w3m-region):
6683         * sieve-manage.el (password-read, password-cache-add)
6684         (password-cache-remove):
6685         * smime.el (password-read-and-add): Declare as functions.
6686
6687 2007-12-08  David Kastrup  <dak@gnu.org>
6688
6689         * gnus-sum.el (gnus-summary-simplify-subject-query):
6690         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6691         `message'.
6692
6693 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6696         it to bind idna-program, installation-directory, defined-colors, and
6697         face-attribute for XEmacs of the version that compiles defcustom forms.
6698
6699 2007-12-07  Glenn Morris  <rgm@gnu.org>
6700
6701         * gnus-art.el (article-make-date-line): Revert previous change.
6702
6703 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6704
6705         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6706
6707 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6708
6709         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6710         Call gnus-add-to-range ranges only once with a prepared article-list.
6711
6712 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6713
6714         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6715         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6716         group names with backslashes.  Reported by Tassilo Horn
6717         <tassilo@member.fsf.org>.
6718
6719 2007-12-06  Deepak Goel  <deego3@gmail.com>
6720
6721         * gnus-art.el (article-make-date-line):
6722         * gnus-start.el (gnus-load):
6723         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6724
6725 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * gnus-art.el (gnus-use-idna)
6728         * gnus-start.el (gnus-site-init-file)
6729         * message.el (message-use-idna)
6730         * mm-uu.el (mm-uu-hide-markers)
6731         * smiley.el (smiley-style): Revert changes that suppress warnings.
6732
6733 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6734
6735         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6736         specify charset to html source.  Reported by Christoph Conrad
6737         <christoph.conrad@gmx.de>.
6738
6739 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6740
6741         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6742         idna-program in order to suppress byte compile warning issued by XEmacs
6743         that came to byte compile the default value section of defcustom forms
6744         recently.
6745
6746         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6747         value of installation-directory.
6748
6749         * message.el (message-use-idna): Don't directly refer to the value of
6750         idna-program.
6751
6752         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6753
6754         * smiley.el (smiley-style): Don't directly call face-attribute.
6755
6756 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6757
6758         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6759
6760         * gnus-dired.el: Reduce Gnus dependencies.
6761         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6762         require.  Use autoloads instead.
6763         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6764         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6765         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6766         (gnus-dired-mode): Adjust doc string.
6767         (gnus-dired-mail-mode): New variable.
6768         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6769         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6770         (gnus-dired-mail-buffers): New function.  Return mail or message
6771         composition buffers.
6772         (gnus-dired-attach): Use it.
6773         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6774         NO-DECODE.
6775         (gnus-dired-print): Use `gnus-print-buffer' depending on
6776         `gnus-dired-mail-mode'.
6777
6778 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * rfc2047.el (rfc2047-encoded-word-regexp)
6781         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6782         explaining what regexp patterns are for.
6783
6784 2007-12-04  Glenn Morris  <rgm@gnu.org>
6785
6786         * password.el: Move to password-cache.el.
6787
6788         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6789         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6790         * mml-smime.el (password-read, password-cache-add)
6791         (password-cache-remove):
6792         No need to autoload, since mml-sec requires password.
6793
6794         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6795         * message.el (gnus-extract-address-components):
6796         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6797
6798         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6799         password.
6800
6801 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6802
6803         * mailcap.el: Reduce dependencies.
6804         (mail-header-parse-content-type): Autoload.
6805         (mailcap-delete-duplicates): New alias.
6806         (mailcap-mime-info): Add optional argument NO-DECODE.
6807         (mailcap-mime-types): Use mailcap-delete-duplicates.
6808
6809         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6810
6811 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6812
6813         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6814         (imap-parse-status): Upcase status-att for servers that sends them
6815         lower-case (e.g., MS Exchange 2007).
6816
6817 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6818
6819         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6820         function.
6821
6822         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6823         (gnus-uu-yenc-article): New function.
6824
6825         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6826
6827         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6828         buffer.
6829
6830 2007-12-02  Glenn Morris  <rgm@gnu.org>
6831
6832         * binhex.el (binhex): New custom group.
6833         (binhex-decoder-program, binhex-decoder-switches)
6834         (binhex-use-external): Move to the binhex custom group.
6835
6836         * uudecode.el (uudecode): New custom group.
6837         (uudecode-decoder-program, uudecode-decoder-switches)
6838         (uudecode-use-external): Move to the uudecode custom group.
6839
6840         * netrc.el (top-level): Don't load `encrypt' features.
6841         (netrc-parse): Don't use encrypt.
6842         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6843
6844         * encrypt.el: Remove file.
6845
6846 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6847
6848         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6849         matches on patches.
6850
6851         * gnus-art.el (gnus-article-browse-html-article): Mention
6852         `mm-text-html-renderer' in the doc string.
6853
6854         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6855         string.  Add comments.
6856
6857         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6858         if rhs is ASCII.
6859
6860 2007-12-01  Glenn Morris  <rgm@gnu.org>
6861
6862         * mail-source.el (top-level): Require format-spec before
6863         eval-when-compile.
6864
6865 2007-11-30  Glenn Morris  <rgm@gnu.org>
6866
6867         * encrypt.el: Require password, rather than autoloading password-read.
6868
6869 2007-11-29  Glenn Morris  <rgm@gnu.org>
6870
6871         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6872         (sasl-make-client, sasl-next-step, sasl-step-data)
6873         (sasl-step-set-data): Declare as functions.
6874
6875 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6876
6877         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6878
6879 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6880
6881         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6882         certs should be verified and what is to be done in the event of a
6883         verification failure.
6884
6885         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6886         caller can indicate whether the cache should be disregarded for this
6887         call.  This way the result of the call is reproducible at all times and
6888         can be considered a canonical server name for the supplied method.
6889         (gnus-agent-method-p): Canonicalize server names by pushing their
6890         method through `gnus-method-to-server' using the no-cache argument.
6891
6892         * gnus-srvr.el (gnus-server-insert-server-line): Call
6893         `gnus-method-to-server' with `no-cache' argument.
6894
6895         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6896         gnus-agent-possibly-synchronize-flags as this should be called when the
6897         server is actually being opened.
6898         (gnus-agent-possibly-synchronize-flags)
6899         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6900         flags file of an agentized server to the latter function.
6901
6902         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6903         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6904         after a connection has been established successfully.
6905
6906 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * gnus-art.el (article-display-face): Force to display face if called
6909         interactively; check if gnus-article-x-face-too-ugly matches author.
6910         (article-display-x-face): Display face even if From header is missing
6911         as article-display-face does.
6912
6913 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6914
6915         * hashcash.el (message-narrow-to-headers-or-head)
6916         (message-fetch-field, message-goto-eoh)
6917         (message-narrow-to-headers): Declare as functions.
6918
6919 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6920
6921         * mail-source.el (mail-sources): Default to fetch from file for
6922         compatibility with default of nnmail-spool-file.
6923
6924 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6927         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6928         to look for encoded word that should be encoded again.
6929         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6930         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6931         encoding pattern.
6932         (rfc2047-decode-region): Switch strict regexp and loose one according
6933         to rfc2047-allow-irregular-q-encoded-words.
6934
6935 2007-11-25  Romain Francoise  <romain@orebokech.com>
6936
6937         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6938
6939 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6940
6941         * tls.el (tls-program): Provide more custom choices from
6942         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6943         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6944
6945 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6946
6947         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6948         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6949
6950         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6951         `nnmail-spool-file'.
6952
6953         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6954         `nnmail-spool-file'.
6955
6956         * gnus-move.el (gnus-change-server): Ditto.
6957
6958         * gnus-kill.el (gnus-batch-score): Ditto.
6959
6960         * gnus-cache.el (gnus-jog-cache): Ditto.
6961
6962         * gnus-msg.el (gnus-summary-reply):
6963         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6964
6965 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6966
6967         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6968         version.  Minor improvement to doc strings.
6969         (tls-program): Add comment.
6970
6971 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6972
6973         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6974         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6975         mismatch between the hostname provided in the certificate and the name
6976         of the host connnecting to.
6977         (open-tls-stream): Use them.  Check certificates against trusted root
6978         certificates.
6979
6980 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6981
6982         * gnus-cache.el (gnus-cache-generate-nov-databases):
6983         Use nnml-generate-nov-databases-directory instead of
6984         nnml-generate-nov-databases-1.
6985
6986 2007-11-24  Glenn Morris  <rgm@gnu.org>
6987
6988         * message.el (message-tool-bar-retro): Update for rename
6989         mail_send.xpm->mail-send.xpm.
6990
6991 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6992
6993         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6994         `smime-ldap-search' for Emacs 22 and up.
6995
6996 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6997
6998         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6999
7000         * message.el (message-send-mail-function): Fix error convention.
7001         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7002         (message-widen-reply, message-send-mail, message-talkative-question)
7003         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7004         (message-clone-locals, message-send-news): Use with-current-buffer.
7005         (message-insert-or-toggle-importance): Remove unused var `valid'.
7006         (message-make-references): Remove unused var `new-references'.
7007         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7008
7009 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7010
7011         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7012         (spam-split-symbolic-return-positive): Reflow docstring.
7013         (spam-backends, spam-summary-exit-behavior)
7014         (spam-mark-ham-unread-before-move-from-spam-group)
7015         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7016         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7017         (spam-clear-cache, spam-backend-check, spam-install-backend)
7018         (spam-install-statistical-backend, spam-list-of-processors)
7019         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7020         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7021         (spam-check-crm114, spam-initialize, spam-unload-hook):
7022         Fix typos in docstrings.
7023
7024 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7027         been checked if they have never been read and those group levels are
7028         higher than the one that a user specified.
7029
7030 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7033         foreign groups unless a group level is specified by a user.
7034         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7035
7036 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7037
7038         * message.el (message-send-mail-function): Require sendmail.
7039
7040 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7041
7042         * message.el (message-send-mail-function): Check for smtpmail too.
7043
7044         * utf7.el (utf7-encode, utf7-decode): Use coding system
7045         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7046
7047         * message.el (message-send-mail-function): New function.
7048         (message-send-mail-function): Set default using
7049         message-send-mail-function.  Adjust doc string.
7050         (message-send-mail-with-mailclient): New function.
7051
7052 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7053
7054         * smime.el (from):
7055         * rfc2047.el (message-posting-charset):
7056         * qp.el (mm-use-ultra-safe-encoding):
7057         * pop3.el (parse-time-months):
7058         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7059         * nnml.el (files):
7060         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7061         (jka-compr-compression-info-list, ange-ftp-path-format)
7062         (efs-path-regexp):
7063         * nndiary.el (files):
7064         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7065         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7066         (epg-digest-algorithm-alist, inhibit-redisplay)
7067         (password-cache-expiry):
7068         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7069         (pgg-output-buffer, password-cache-expiry):
7070         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7071         (efs-path-regexp):
7072         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7073         (inhibit-redisplay):
7074         * mm-uu.el (file-name, start-point, end-point, entry)
7075         (gnus-newsgroup-name, gnus-newsgroup-charset):
7076         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7077         (latin-unity-ucs-list):
7078         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7079         (mm-uu-binhex-decode-function):
7080         * message.el (gnus-message-group-art, gnus-list-identifiers)
7081         (rmail-enable-mime-composing, gnus-local-organization)
7082         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7083         (gnus-read-active-file, facemenu-add-face-function)
7084         (facemenu-remove-face-function, gnus-article-decoded-p)
7085         (tool-bar-mode):
7086         * mail-source.el (display-time-mail-function):
7087         * gnus-util.el (nnmail-pathname-coding-system)
7088         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7089         (gnus-original-article-buffer, gnus-user-agent)
7090         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7091         (xemacs-codename, sxemacs-codename, emacs-program-version):
7092         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7093         * gnus-start.el (gnus-agent-covered-methods)
7094         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7095         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7096         (gnus-newsgroup-headers, gnus-group-list-mode)
7097         (gnus-group-mark-positions, gnus-newsgroup-data)
7098         (gnus-newsgroup-unreads, nnoo-state-alist)
7099         (gnus-current-select-method, mail-sources)
7100         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7101         (nnmail-spool-file, gnus-cache-active-hashtb):
7102         * gnus-mh.el (mh-lib-progs):
7103         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7104         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7105         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7106         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7107         (gnus-group-buffer):
7108         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7109         (font-lock-set-defaults):
7110         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7111         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7112         (gnus-summary-post-menu, total-parts, type, condition, length):
7113         * gnus-agent.el (gnus-agent-read-agentview):
7114         * flow-fill.el (show-trailing-whitespace):
7115         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7116         eval-and-compile wrappers for byte compiler pacifiers.
7117
7118         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7119         (mm-display-inline-fontify): Check for featurep 'xemacs not
7120         extent-list.
7121
7122         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7123         itimer-list.
7124         (mm-create-image-xemacs): Only do something for XEmacs.
7125         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7126
7127         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7128
7129         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7130         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7131
7132 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7133
7134         * nnimap.el (nnimap-split-download-body):
7135         * gnus-demon.el (gnus-demon):
7136         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7137
7138 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7139
7140         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7141         macros.
7142         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7143         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7144         copy data from unibyte buffer to multibyte current buffer.
7145         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7146         to copy data from unibyte current buffer to multibyte buffer.
7147         (nntp-make-process-buffer): Make process buffer unibyte.
7148
7149         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7150
7151 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7152
7153         * pop3.el (pop3-open-server): Accept and process data more robustly at
7154         connexion start to avoid spurious "POP SSL connexion failed" errors.
7155
7156 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7157
7158         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7159         read group names.
7160
7161 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7162
7163         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7164
7165 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7166
7167         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7168         (nnmail-save-active): Use a unibyte buffer when saving active file,
7169         which may contain non-ASCII group names.
7170
7171         * nnml.el (nnml-request-group): Decode group names in messages.
7172
7173 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7174
7175         * message.el (message-citation-line-function)
7176         (message-insert-formatted-citation-line): Fix spelling of
7177         `message-insert-formated-citation-line'.
7178
7179 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7180
7181         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7182
7183 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7184
7185         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7186         nnmail-pathname-coding-system.
7187
7188         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7189         that a user enters; decode group names in messages.
7190
7191         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7192
7193 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7196
7197         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7198
7199         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7200         risky local variable.
7201
7202         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7203
7204 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7205
7206         * encrypt.el: Improve documentation to fix function name typo.
7207         Reported by Daiki Ueno <ueno@unixuser.org>.
7208
7209 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7212         even if the point is not in the last page of an article.
7213         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7214         back to the previous page.
7215
7216 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7217
7218         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7219
7220 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7221
7222         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7223
7224 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7225
7226         * message.el (message-check-news-body-syntax): Avoid
7227         mm-string-as-multibyte.
7228         (message-hide-headers): Don't assume (point-min)==1.
7229
7230 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7231
7232         * message.el (message-remove-blank-cited-lines): Fix if remove is
7233         given.
7234         (message-bogus-address-regexp): New variable.
7235         (message-bogus-recipient-p): New function.
7236         (message-check-recipients): New command.
7237         (message-syntax-checks): Add `bogus-recipient'.
7238         (message-fix-before-sending): Add `bogus-recipient'.
7239
7240         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7241         (gnus-treat-body-boundary): Don't test window-system.
7242
7243 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7244
7245         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7246
7247 2007-10-28  Miles Bader  <miles@gnu.org>
7248
7249         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7250         at compile-time too.
7251
7252 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7253
7254         * gnus-msg.el (gnus-message-setup-hook): Add
7255         `message-remove-blank-cited-lines' to options.
7256
7257 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7258
7259         * message.el (message-remove-blank-cited-lines): New function.
7260         Suggested by Karl Plästerer.
7261
7262 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7265         mapc.
7266
7267         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7268         (top-level): Use mapc to set functions to be traced for debugging.
7269
7270         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7271         called for effect with while loop.
7272
7273         * message.el (message-talkative-question): Replace mapcar called for
7274         effect with mapc.
7275
7276         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7277         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7278         called for effect with dolist.
7279
7280         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7281
7282         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7283         gnus-extra-headers and nnmail-extra-headers.
7284
7285         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7286         called for effect with dolist.
7287         (top-level): Use mapc to set functions to be traced for debugging.
7288
7289         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7290         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7291         dolist.
7292
7293         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7294         Replace mapcar called for effect with mapc.
7295         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7296         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7297         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7298         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7299
7300         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7301         remove-if that's a cl function.
7302
7303         * webmail.el (webmail-debug): Replace mapcar called for effect with
7304         dolist.
7305
7306         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7307         with mapc.
7308
7309 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7312         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7313         with while loop.
7314
7315         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7316         functions from article-* functions.
7317         (gnus-multi-decode-header): Replace mapcar called for effect with
7318         dolist.
7319
7320         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7321         (gnus-bookmark-show-details): Replace mapcar called for effect with
7322         while loop.
7323
7324         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7325         called for effect with while loop.
7326
7327         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7328         with dolist.
7329
7330         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7331         mapcar called for effect with dolist.
7332
7333         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7334
7335         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7336         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7337         Replace mapcar called for effect with dolist.
7338         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7339         mapc.
7340
7341         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7342         Replace mapcar called for effect with dolist.
7343         (gnus-topic-list): Replace mapcar called for effect with mapc.
7344
7345         * gnus.el: Use mapc instead of mapcar to add autoloads.
7346
7347 2007-10-23  Richard Stallman  <rms@gnu.org>
7348
7349         * gnus-group.el (gnus-group-highlight): Mark as risky.
7350
7351 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * gnus.el (gnus-server-to-method): Return method found first in
7354         gnus-newsrc-alist.
7355
7356         * gnus-art.el (gnus-article-highlight-signature)
7357         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7358         button overlay without the front stickiness.
7359
7360 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7361
7362         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7363         overview buffer needed a catch to receive its throw.
7364         (gnus-agent-flush-cache): Declared as interactive to make this function
7365         easier to use.
7366
7367 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7368
7369         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7370         `next-line'.
7371
7372 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7375         exclude address matching message-dont-reply-to-names.
7376
7377 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7378
7379         * gnus-util.el (gnus-string<): New function.
7380
7381         * gnus-sum.el (gnus-article-sort-by-author)
7382         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7383
7384 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7387         the frame-focus tag is set in gnus-buffer-configuration.
7388
7389 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7392         the front stickiness.
7393
7394 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7395
7396         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7397         url pattern; remove duplicate one.
7398         (gnus-article-extend-url-button): New function.
7399         (gnus-article-add-buttons): Use it.
7400         (gnus-button-push): Use concatenated url that it makes.
7401
7402 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7403
7404         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7405
7406 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7407
7408         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7409         Don't hardcode point-min==1.
7410
7411 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7412
7413         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7414         Fix comment about "iso8859-1".
7415
7416 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7417
7418         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7419         ones returned from the verify-function.
7420
7421         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7422         mml2015-extract-cleartext-signature if extraction failed.
7423
7424 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7425
7426         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7427         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7428         failed.
7429
7430 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7431
7432         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7433
7434 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7435
7436         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7437         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7438         recommends to use EasyPG instead of PGG.
7439
7440         * pgg.el: Revert to revision 6.23.2.16.
7441
7442         * pgg-def.el: Revert to revision 6.6.2.14.
7443
7444         * pgg-gpg.el: Revert to revision 6.23.2.34.
7445
7446 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7447
7448         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7449         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7450         thread for both the null and zero (kill/expire thread) universal prefix
7451         cases.
7452         (gnus-summary-expire-thread): Add new function to expire a thread,
7453         using gnus-summary-kill-thread.
7454         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7455         shortcuts for gnus-summary-expire-thread.
7456         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7457         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7458
7459 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7460
7461         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7462         extras value, so an extras entry can be deleted.
7463         (gnus-registry-delete-extra-entry): Use it.
7464         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7465         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7466         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7467         storage through the gnus-registry, and provide an appropriate API for
7468         it.
7469
7470 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7473         Suggested by Leo <sdl.web@gmail.com>.
7474
7475         * gnus.el: Do.
7476
7477 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7480         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7481
7482         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7483
7484         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7485         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7486
7487 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7490         newline.
7491         (nnmbox-request-accept-article): Don't change article in source buffer;
7492         narrow to header to use message-fetch-field rather than
7493         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7494         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7495         as delimiters; make sure article ends with newline.
7496         (nnmbox-delete-mail): Correct last position of article to be deleted;
7497         ignore X-Gnus-Newsgroup header in article body.
7498         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7499         positions; make sure article ends with newline.
7500
7501         * message.el (message-display-abbrev): Don't infloop when a user
7502         inserts SPC in the beginning of header.
7503
7504         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7505         coding-system-for-read and coding-system-for-write for XEmacs having no
7506         file-coding feature.
7507
7508         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7509
7510 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7511
7512         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7513         list of groups not followed by default.  Fix type to be regexp.
7514         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7515
7516 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7517
7518         * hmac-def.el (define-hmac-function): Switch from old-style to
7519         new-style backquotes.
7520
7521         * md4.el (md4-make-step): Likewise.
7522
7523 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7526         raw-text coding system when saving .newsrc file, which may contain
7527         non-ASCII group names.
7528
7529 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * gnus-cus.el (gnus-score-extra): New widget.
7532         (gnus-score-extra-convert): New function.
7533         (gnus-score-customize): Use it for Extra.
7534
7535 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7536
7537         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7538         (mml2015-mailcrypt-clear-verify): Use it.
7539         (mml2015-gpg-clear-verify): Use it.
7540         (mml2015-pgg-clear-verify): Use it.
7541         (mml2015-epg-clear-verify): Replace the current part with the output
7542         from GnuPG; don't extract the plaintext by itself.
7543
7544         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7545         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7546         mml2015-clear-verify-function; don't touch the armor headers or
7547         dash-escaped text here.
7548
7549 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7552         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7553         parts, or application/octet-stream as a last resort.
7554         (gnus-mime-view-part-as-type): Don't toggle display.
7555         (gnus-mime-view-part-as-charset): Don't turn off display before
7556         querying charset.
7557
7558         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7559         stuff to undisplayer function in Emacs.
7560         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7561
7562         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7563         text/calendar parts.
7564
7565 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7568         decoding text/calendar parts.
7569
7570         * message.el (message-forward-make-body-mime): Always mark body as
7571         having no illegible text; remove signed-or-encrypted argument.
7572         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7573
7574         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7575         (mml-generate-mime-1): Don't encode body if it is specified to be in
7576         raw form; don't make buffer be unibyte when inserting multibyte string.
7577
7578 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7579
7580         * sha1.el: Fix up comment style.
7581         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7582         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7583
7584         * hex-util.el: Fix up comment style.
7585         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7586
7587         * gnus-salt.el: Use with-current-buffer.
7588         (gnus-pick-setup-message): Fix long-standing typo.
7589
7590 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * imap.el (imap-logout-timeout): New variable.
7593         (imap-logout, imap-logout-wait): New functions.
7594         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7595
7596         * nnimap.el (nnimap-logout-timeout): New server variable.
7597         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7598         nnimap-logout-timeout.
7599
7600         * gnus-art.el (gnus-article-summary-command-nosave)
7601         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7602
7603 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * gnus.el (gnus-maximum-newsgroup): New variable.
7606
7607         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7608         according to gnus-maximum-newsgroup.
7609
7610         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7611         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7612         Limit the range of articles according to gnus-maximum-newsgroup.
7613
7614 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7615
7616         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7617         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7618         Don't perform gnus-configure-windows here; reuse existing sticky
7619         article buffer.
7620
7621         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7622         it doesn't exist in gnus-article-mode.
7623
7624 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7625
7626         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7627         (gnus-agent-decoded-group-name): New function.
7628         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7629         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7630
7631 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7632
7633         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7634         Add binding for gnus-sticky-article.
7635         (gnus-summary-exit): Don't kill sticky article buffers.
7636
7637         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7638         article buffer.
7639         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7640         (gnus-kill-sticky-article-buffers): New commands.
7641
7642 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7643
7644         * nntp.el (nntp-xref-number-is-evil): New server variable.
7645         (nntp-find-group-and-number): If it is non-nil, don't trust article
7646         numbers in the Xref header.
7647
7648 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7649
7650         * gnus-agent.el (gnus-agent-read-group): New function.
7651         (gnus-agent-flush-group, gnus-agent-expire-group)
7652         (gnus-agent-regenerate-group): Use it.
7653         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7654         nnmail-pathname-coding-system.
7655
7656 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7657
7658         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7659
7660         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7661         that are unread as unread, and also as selected so that information of
7662         marks having been changed by a user may be updated when exiting group.
7663
7664 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7665
7666         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7667         calculated ignoring signature parts to gnus-treat-article.
7668
7669 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7672         a point here in order to keep the window start.
7673         (gnus-insert-mime-security-button): Make a button overlay without the
7674         front stickiness.
7675         (gnus-mime-display-security): Goto the end of a button.
7676
7677         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7678
7679 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7682         group-name-at-point.
7683         (gnus-group-completing-read): New function that offers decoded
7684         non-ASCII group names for completion.
7685         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7686         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7687         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7688         (gnus-group-fetch-control): Use it.
7689         (gnus-fetch-group): Use group-name-at-point for the initial value
7690         rather than the default value; use gnus-alive-p.
7691
7692         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7693         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7694         (gnus-summary-post-news): Use gnus-group-completing-read.
7695
7696         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7697         (gnus-read-move-group-name): Decode group name for completion.
7698
7699 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7700
7701         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7702         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7703         Yamaoka slightly modified the code).
7704
7705 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7708         (nnmail-split-incoming): Bind it.
7709
7710         * nnml.el (nnml-group-name-charset): New function.
7711         (nnml-decoded-group-name): Use it; don't decode group name if
7712         nnmail-group-names-not-encoded-p is non-nil.
7713         (nnml-encoded-group-name): New function.
7714         (nnml-group-pathname): Inline nnml-decoded-group-name.
7715         (nnml-request-expire-articles): Decode group name in message.
7716         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7717         nnmail-pathname-coding-system.
7718         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7719         not decoded ones according to nnmail-group-names-not-encoded-p.
7720         (nnml-generate-active-info): Use nnml-encoded-group-name.
7721
7722 2007-08-08  Glenn Morris  <rgm@gnu.org>
7723
7724         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7725         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7726         doc-strings and comments.
7727
7728 2007-07-25  Glenn Morris  <rgm@gnu.org>
7729
7730         * Relicense all FSF files to GPLv3 or later.
7731
7732 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * gnus-sum.el (gnus-summary-move-article): Make
7735         gnus-summary-respool-article work.
7736
7737 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7738
7739         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7740         string.
7741
7742 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7743
7744         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7745         that should be ignored when comparing distant RSS articles with local
7746         ones.
7747         (nnrss-make-hash-index): New function.  Create a hash index according
7748         to the ignored fields.
7749         (nnrss-check-group): Use it.
7750
7751 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7752
7753         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7754
7755         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7756
7757         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7758         the new optional argument ENCODED is non-nil.
7759         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7760         coding system for encoding group name.
7761         (gnus-group-make-rss-group): Pass un-encoded group name to
7762         gnus-group-make-group.
7763         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7764         encoded.
7765
7766         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7767         Encode group name to which articles are moved or copied.
7768         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7769         coding system for encoding Newsgroup, Followup-To and Xref headers.
7770
7771         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7772         marks; use nnheader-file-coding-system to write a file.
7773         (nnagent-retrieve-headers): Bind file-name-coding-system to
7774         nnmail-pathname-coding-system.
7775
7776         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7777
7778         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7779         (nnml-request-article, nnml-request-create-group)
7780         (nnml-request-rename-group, nnml-find-id)
7781         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7782         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7783         (nnml-save-marks): Use nnml-group-pathname instead of
7784         nnmail-group-pathname.
7785
7786         (nnml-request-create-group, nnml-request-expire-articles)
7787         (nnml-request-move-article, nnml-request-delete-group)
7788         (nnml-deletable-article-p, nnml-possibly-create-directory)
7789         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7790         (nnml-open-marks): Bind file-name-coding-system to
7791         nnmail-pathname-coding-system.
7792
7793         (nnml-request-article): Pass server argument to nnml-find-group-number.
7794         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7795         server argument to nnml-possibly-create-directory.
7796         (nnml-request-accept-article): Pass server argument to
7797         nnml-active-number and nnml-save-mail.
7798         (nnml-find-group-number): Pass server argument to nnml-find-id.
7799         (nnml-request-update-info): Pass server argument to
7800         nnml-marks-changed-p.
7801
7802         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7803         (nnml-save-mail, nnml-active-number): Add server argument.
7804
7805         (nnml-request-delete-group): Warn if group is missing.
7806         (nnml-get-nov-buffer): Decode group name.
7807         (nnml-generate-active-info): Encode group name.
7808         (nnml-open-marks): Decode group name in messages.
7809
7810 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7813         if it is not specified.
7814         (gnus-article-pipe-part, gnus-article-save-part)
7815         (gnus-article-interactively-view-part, gnus-article-copy-part)
7816         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7817         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7818         (gnus-article-replace-part, gnus-article-delete-part)
7819         (gnus-article-view-part-as-type): Pass raw prefix argument to
7820         gnus-article-part-wrapper.
7821
7822 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7823
7824         * gnus-agent.el (gnus-agent-save-active): Bind
7825         nnheader-file-coding-system to gnus-agent-file-coding-system.
7826
7827         * gnus-cache.el (gnus-cache-save-buffers)
7828         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7829         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7830         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7831         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7832         (gnus-cache-generate-active, gnus-cache-rename-group)
7833         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7834         (gnus-cache-update-overview-total-fetched-for): Bind
7835         file-name-coding-system to nnmail-pathname-coding-system.
7836         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7837         variables.
7838         (gnus-cache-decoded-group-name): New function.
7839         (gnus-cache-file-name): Use it.
7840         (gnus-cache-generate-active): Use non-decoded group name for active.
7841
7842         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7843         right place.
7844         (gnus-write-active-file): Don't break non-ASCII group names.
7845
7846         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7847         nnmail-pathname-coding-system.
7848
7849         * lpath.el: Bind default-file-name-coding-system,
7850         file-name-coding-system and language-info-alist for XEmacs.
7851
7852         * gnus-uu.el (gnus-uu-decode-save): Typo.
7853
7854 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7855
7856         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7857
7858 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7861         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7862         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7863         (gnus-agent-flush-group, gnus-agent-flush-cache)
7864         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7865         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7866         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7867         (gnus-agent-regenerate-group)
7868         (gnus-agent-update-files-total-fetched-for)
7869         (gnus-agent-update-view-total-fetched-for): Bind
7870         file-name-coding-system to nnmail-pathname-coding-system.
7871         (gnus-agent-group-pathname): Don't encode file names by
7872         nnmail-pathname-coding-system.
7873         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7874         coding-system-for-write instead of buffer-file-coding-system to
7875         gnus-agent-file-coding-system.
7876
7877         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7878         Decode group name.
7879
7880         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7881
7882         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7883         (gnus-read-newsrc-el-file): Make group names unibyte.
7884
7885         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7886         nnmail-pathname-coding-system.
7887
7888         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7889         (nnrss-request-delete-group): Bind file-name-coding-system to
7890         nnmail-pathname-coding-system.
7891         (nnrss-read-server-data, nnrss-read-group-data): Bind
7892         file-name-coding-system correctly.
7893         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7894
7895         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7896         (nntp-server-to-method-cache): New variable.
7897         (nntp-group-pathname): New function that decodes non-ASCII group names.
7898         (nntp-possibly-create-directory, nntp-marks-changed-p)
7899         (nntp-save-marks, nntp-open-marks): Use it.
7900         (nntp-possibly-create-directory, nntp-open-marks):
7901         Bind file-name-coding-system to nnmail-pathname-coding-system.
7902         (nntp-open-marks): Decode group names when bootstrapping marks.
7903
7904         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7905         Newsgroups and Folowup-To headers.
7906
7907 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7910         (gnus-server-closed-face, gnus-server-denied-face)
7911         (gnus-server-offline-face): Remove variable.
7912         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7913
7914         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7915         of modifying message-stack directly for XEmacs.
7916
7917         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7918         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7919         if the coding-system argument is nil for XEmacs.
7920
7921         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7922         mm-charset-override-alist.
7923
7924         * rfc2047.el: Don't require base64; require rfc2045 for the function
7925         rfc2045-encode-string.
7926         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7927         to quote the parameter value.
7928
7929 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7930
7931         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7932         form in gnus-group-name-charset-method-alist.
7933
7934         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7935         overrides the default layout edit-form.
7936
7937         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7938
7939         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7940
7941 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7944         as unfetched articles.
7945
7946 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7947
7948         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7949
7950 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7951
7952         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7953         original back end that keeps marks in the local system.
7954
7955 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7956
7957         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7958         arg of pop-to-buffer for XEmacs.
7959         (gnus-article-read-summary-keys): Ditto; don't restore window
7960         configuration if summary command ends up with neither article buffer
7961         nor summary buffer; describe bindings if summary keys end with C-h.
7962
7963 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7964
7965         * message.el (message-fix-before-sending): Skip raw message part to be
7966         forwarded while checking illegible text.
7967         (message-forward-make-body-mime, message-forward-make-body): Mark
7968         signed or encrypted raw message as having no illegible text.
7969
7970 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7973         (gnus-message-with-timestamp-1): New macro.
7974         (gnus-message-with-timestamp): New function.
7975         (gnus-message): Use them.
7976
7977         * nnheader.el (nnheader-message): Use them.
7978
7979 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7980
7981         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7982         .newsrc.eld file.
7983
7984 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7985
7986         * gnus-agent.el (gnus-agent-fetch-headers)
7987         (gnus-agent-retrieve-headers): Bind
7988         gnus-decode-encoded-address-function to identity.
7989
7990         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7991         available also when the server returns simply a dot.
7992
7993         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7994
7995 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7998
7999 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8000
8001         * gnus-ems.el (gnus-x-splash): Make it work.
8002
8003         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8004         from being used.
8005
8006         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8007
8008 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8009
8010         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8011         4th and the 5th arguments.
8012
8013         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8014         the front stickiness.
8015         (gnus-article-summary-command-nosave): Correct the order of the
8016         arguments passed to pop-to-buffer.
8017         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8018         summary command ends up with the article buffer.
8019
8020         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8021         the same faces.
8022
8023 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8024
8025         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8026
8027 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8028
8029         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8030         * gnus-sum.el (gnus-summary-highlight):
8031         * pgg.el (pgg-sign-region, pgg-sign):
8032         * mail-source.el (mail-source-delete-old-incoming-confirm):
8033         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8034
8035 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8036
8037         * gnus-art.el (gnus-mime-view-part-externally)
8038         (gnus-mime-view-part-internally): Fix predicate function passed to
8039         completing-read.
8040
8041         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8042
8043         * gnus.el (gnus-update-message-archive-method): Add :version.
8044
8045 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * gnus.el (gnus-update-message-archive-method): New variable.
8048
8049         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8050         according to gnus-message-archive-method if
8051         gnus-update-message-archive-method is non-nil.
8052
8053 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8056         by Loic Dachary <loic@dachary.org>.
8057         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8058
8059 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * message.el (message-pop-to-buffer): Add switch-function argument.
8062         (message-mail): Pass switch-function argument to it.
8063
8064 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8065
8066         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8067         Improve doc string.
8068
8069 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8072         (gnus-header-content)
8073         * gnus-cite.el (gnus-cite-10)
8074         * gnus-srvr.el (gnus-server-closed)
8075         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8076         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8077         (gnus-group-mail-3-empty, gnus-group-mail-low)
8078         (gnus-group-mail-low-empty, gnus-splash)
8079         * message.el (message-header-to, message-header-cc)
8080         (message-header-subject, message-header-other, message-header-name)
8081         (message-header-xheader, message-separator, message-cited-text)
8082         (message-mml): Lighten colors of faces used for dark background.
8083
8084 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8085
8086         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8087         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8088
8089 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * message.el (message-narrow-to-headers-or-head):
8092         Ignore mail-header-separator in the body.
8093
8094 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8095
8096         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8097         same as window size.
8098
8099 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8100
8101         * message.el (message-font-lock-keywords): Use message-header-xheader
8102         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8103         ahead of the anything pattern, to get it recognised.
8104
8105 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8106
8107         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8108         spam.el loads uses it in the compiled defadvice form.
8109
8110 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8111
8112         * gnus-sum.el (gnus-articles-to-read)
8113         (gnus-summary-insert-old-articles): Don't truncate group name for
8114         `read-string'.
8115
8116         * gnus-util.el (gnus-limit-string): Delete this function.
8117
8118         * gnus-sum.el (gnus-simplify-subject-fully): Use
8119         `truncate-string-to-width' instead.
8120
8121 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8122
8123         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8124         if, on summary exit, the next group has to be selected.
8125         (gnus-summary-exit): Use it.
8126
8127 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8128
8129         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8130         non-break space.
8131
8132 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8135         Check if group is not a directory.
8136         (nnfolder-request-expire-articles): Don't delete articles if the target
8137         group is not available.
8138
8139         * nnml.el (nnml-request-create-group): Properly check if group is not a
8140         file.
8141         (nnml-request-expire-articles): Don't delete articles if the target
8142         group is not available.
8143
8144         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8145         Don't quote characters that are within parentheses.
8146
8147 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8148
8149         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8150         (gnus-handle-ephemeral-exit): Select article according to it.
8151
8152 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8153
8154         * message.el (message-insert-formated-citation-line): Remove newline.
8155         (message-citation-line-format): Add final \n here so that the user can
8156         avoid a blank line.
8157
8158 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8159
8160         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8161         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8162         Update lanl/arXiv support.
8163
8164 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8165
8166         * gnus.el: Bump version number.
8167
8168 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8169
8170         * gnus.el (gnus-version-number): Bump version.
8171
8172 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8173
8174         * gnus.el: No Gnus v0.6 is released.
8175
8176 2007-04-27  Didier Verna  <didier@xemacs.org>
8177
8178         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8179         * gmm-utils.el (gmm-regexp-concat): here.
8180         * message.el: Don't require 'gnus-util.
8181         (message-dont-reply-to-names): Handle name change above.
8182         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8183
8184 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8187         since the initial value varies according to the system.
8188
8189 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8190
8191         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8192
8193 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8194
8195         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8196
8197 2007-04-24  Didier Verna  <didier@xemacs.org>
8198
8199         Improve the type of gnus-ignored-from-addresses.
8200         * gnus-util.el (gnus-orify-regexp): New function.
8201         * message.el (gnus-util): Require it.
8202         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8203         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8204         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8205
8206 2007-04-24  Didier Verna  <didier@xemacs.org>
8207
8208         * gnus-sum.el:
8209         * gnus-utils.el: Fix some trailing whitespaces.
8210
8211 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8214         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8215         article's Message-ID; refer parent article in summary buffer.
8216
8217         * message.el (message-bounce): Call mime-to-mml.
8218
8219         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8220         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8221         optimize and/or forms properly.
8222
8223 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8224
8225         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8226         URL.
8227
8228 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8229
8230         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8231
8232 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8233
8234         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8235         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8236         displayed of multipart/alternative part if it is invoked from summary
8237         buffer.
8238
8239         * mm-view.el (mm-inline-text-html-render-with-w3m)
8240         (mm-inline-text-html-render-with-w3m-standalone)
8241         (mm-inline-render-with-function): Use mail-parse-charset by default.
8242
8243 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8244
8245         * parse-time.el (parse-time-string-chars): Check if CHAR
8246         is less than the length of parse-time-syntax.
8247
8248 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8251         from gnus-newsgroup-processable.
8252
8253 2007-04-16  Didier Verna  <didier@xemacs.org>
8254
8255         * gnus-msg.el (gnus-configure-posting-styles): Handle
8256         message-signature-directory properly with :file syntax.  Reported by
8257         "Leo".
8258
8259 2007-04-11  Didier Verna  <didier@xemacs.org>
8260
8261         New user option: message-signature-directory.
8262         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8263         * message.el (message-insert-signature): Ditto.
8264         * message.el (message-signature-file): Doc update.
8265         * message.el (message-signature-directory): New.
8266
8267 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8268
8269         * gnus-msg.el (gnus-inews-yank-articles): Use
8270         message-exchange-point-and-mark instead of exchange-point-and-mark.
8271
8272 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8273
8274         * message.el (message-yank-original): Make sure cited text ends with
8275         newline; don't exchange point and mark.
8276
8277 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8278
8279         * tls.el (open-tls-stream): Properly handle case where there
8280         is no associated buffer.
8281
8282 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8283
8284         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8285         message-yank-original, make sure (< mark TEXT point).
8286
8287 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8288
8289         * message.el (message-fill-column): New variable.
8290         (message-mode): Use it.  Add comment on a possible new hook.
8291
8292         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8293         (nnmail-get-new-mail): Reformat.
8294
8295         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8296
8297         * gmm-utils.el: Fix Commentary.
8298         (gmm-tool-bar-from-list): Fix typo in doc string.
8299
8300 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8301
8302         * message.el (message-yank-original): Don't switch point and mark
8303         unnecessarily to put point and mark as documented.
8304
8305 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8306
8307         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8308         from the message heads.
8309
8310 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8311
8312         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8313         article buffer does not have a window.  This may not be the best
8314         solution but is certainly better than setting the start of the null,
8315         that is the current, window.
8316
8317 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8318
8319         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8320         (gnus-draft-setup): Run it.
8321
8322         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8323         gnus-score-fast-scoring.  Allow regexp.
8324         (gnus-score-headers): Use it.
8325
8326         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8327         XEmacs.
8328
8329         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8330         string.
8331         (gnus-button-alist): Also catch `<f1> k ...'.
8332         (gnus-treat-display-x-face): Fix doc string.
8333
8334 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8335
8336         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8337         evaluation of gnus-extended-version to ensure correct generation of the
8338         User-Agent header when message-generate-headers-first is used.
8339
8340 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8341
8342         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8343         hashcash-path is nil.  Don't call callback with incorrect number of
8344         parameters if val is 0.
8345
8346 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8347
8348         * message.el (message-required-news-headers):
8349         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8350
8351 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8352
8353         * tls.el (open-tls-stream): In handshake-waiting loop,
8354         don't wait more if there is output available to process.
8355
8356 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8357
8358         * tls.el (tls-program): Doc fix.
8359
8360 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * message.el (message-generate-new-buffers): Change the meaning of the
8363         nil value; add `standard' to the choices; treat t as `unique'; improve
8364         doc string.
8365         (gnus-select-frame-set-input-focus): Autoload.
8366         (message-buffer-name): Search for the existing message buffer if
8367         message-generate-new-buffers is nil or `standard'; treat the value t of
8368         message-generate-new-buffers as `unique'.
8369         (message-pop-to-buffer): Raise the frame already displaying the message
8370         buffer; clear the echo area after querying.
8371         (message-setup): Pass the `continue' argument to compose-mail.
8372         (message-mail): Prefer `switch-function' if it is given; search for the
8373         existing message buffer if the `continue' argument is non-nil; pass
8374         continue and switch-function arguments to compose-mail by way of
8375         message-setup.
8376         (message-mail-other-window): Adjust argument of message-setup.
8377         (message-mail-other-frame): Ditto.
8378
8379 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8380
8381         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8382         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8383         to turn font-lock on when turning gnus-message-citation-mode on.
8384
8385 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8386
8387         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8388         (mml-smime-function-alist): New variable; add epg as the backend.
8389         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8390         mml-smime- functions instead.
8391         * mm-view.el: Require smime.
8392
8393 2007-03-05  Didier Verna  <didier@xemacs.org>
8394
8395         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8396         instead of just inheritance for posting styles.
8397         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8398
8399 2007-02-24  Chris Moore  <dooglus@gmail.com>
8400
8401         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8402         * pgg-pgp.el (pgg-pgp-encrypt-region):
8403         * pgg-gpg.el (pgg-gpg-encrypt-region):
8404         Check pgg-encrypt-for-me if no other recipients.
8405
8406 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8407
8408         * tls.el (tls-certtool-program): Fix custom type.
8409
8410 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8413         and point-at-eol instead of line-(beginning|end)-position.
8414
8415         * assistant.el (assistant-parse-buffer): Ditto.
8416
8417         * netrc.el (netrc-parse-services): Ditto.
8418
8419 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8420
8421         * mml2015.el (mml2015-epg-find-usable-key): New function.
8422         (mml2015-epg-sign): Use it.
8423         (mml2015-epg-encrypt): Use it.
8424
8425 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * message.el (message-make-in-reply-to): Quote name containing
8428         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8429         if there are special characters.  Reported by NAKAJI Hiroyuki
8430         <nakaji@jp.freebsd.org>.
8431
8432 2007-02-27  Didier Verna  <didier@xemacs.org>
8433
8434         Include the group parameters as well as the topic ones in the
8435         inheritance filter process.
8436         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8437         argument GROUP-PARAMS-LIST.
8438         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8439
8440 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * nntp.el (nntp-never-echoes-commands)
8443         (nntp-open-connection-functions-never-echo-commands): New variables.
8444         (nntp-send-command): Use them.
8445
8446 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8447
8448         * mml2015.el (mml2015-epg-verify): Simplified.
8449
8450 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * mml.el (mml-content-disposition-alist): New user option.
8453         (mml-content-disposition): New function.
8454         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8455         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8456
8457 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8458
8459         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8460         verification.
8461
8462 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8463
8464         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8465         articles posted in the last 24 hours.
8466
8467 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8468
8469         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8470
8471 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8472
8473         * nntp.el (nntp-send-command): Don't wait for echoes when
8474         nntp-open-ssl-stream is used.
8475
8476 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8477
8478         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8479         (gnus-message-add-citation-keywords)
8480         (gnus-message-remove-citation-keywords): Remove.
8481         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8482         directly, make the variables in font-lock-defaults buffer-local, add
8483         gnus-message-citation-keywords to them and then update the value of
8484         font-lock-keywords.
8485
8486 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * message.el (message-cite-original-1): Don't call
8489         gnus-article-highlight-citation.
8490
8491         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8492         citations; fix line count.
8493
8494 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8497         (gnus-message-add-citation-keywords)
8498         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8499         versions of font-lock-add-keywords and font-lock-remove-keywords to
8500         work with XEmacs correctly.
8501
8502 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * gnus-cite.el (gnus-cite-face-list): Set the values of
8505         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8506         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8507         (gnus-message-cite-prefix-regexp): New variable.
8508         (gnus-message-search-citation-line): Use it; protect against long
8509         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8510         the 0th match data for Emacs.
8511         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8512         (gnus-message-add-citation-keywords): Append keywords rather than
8513         prepending; emulate font-lock-add-keywords if it is not available.
8514         (gnus-message-remove-citation-keywords): Emulate
8515         font-lock-remove-keywords if it is not available.
8516
8517         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8518
8519         * message.el (message-cite-prefix-regexp): Set the value of
8520         gnus-message-cite-prefix-regexp.
8521
8522 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8523
8524         * nnweb.el (nnweb-google-parse-1): Update parser.
8525
8526 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8527
8528         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8529
8530 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8531
8532         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8533         regexp.
8534
8535 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8538         string-to-multibyte.
8539         (uudecode-decode-region-internal): Use it.
8540
8541         * lpath.el: Fbind string-as-multibyte for XEmacs.
8542
8543 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8544
8545         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8546         custom choice.
8547
8548         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8549
8550 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8551
8552         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8553
8554         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8555         `write-region' to respect `mm-inhibit-file-name-handlers'.
8556
8557 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8560         Use gnus-home-directory instead of "~/" or "$HOME".
8561
8562 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8563
8564         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8565         to mention filename.
8566         Add comments at beginning regarding usage.
8567         (encrypt-write-file-contents): Change interactive so a string is
8568         acceptable.  If the file has no associated model, show an error instead
8569         of a nonsense prompt.
8570
8571 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8572
8573         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8574         Thanks to Yoshihiko Yamada for kind notification of this typo.
8575
8576 2007-01-12  Kenichi Handa  <handa@m17n.org>
8577
8578         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8579         multibyte buffer.
8580
8581 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8582
8583         * gnus-score.el (gnus-score-fast-scoring): New variable.
8584         (gnus-score-headers): Use it.
8585
8586         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8587
8588         * message.el (message-cite-original-1): Call
8589         gnus-article-highlight-citation if requested.
8590         (message-make-from): Allow name and address as optional arguments.
8591
8592         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8593
8594         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8595         bugs to doc string.
8596         (gnus-button-alist): Add mid\\|message-id.
8597         (gnus-button-fetch-group): Extend for use in
8598         `browse-url-browser-function'.
8599         (gnus-button-url-regexp): Try to catch paired parentheses like in
8600         Wikipedia URLs.
8601
8602         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8603         Suggested by Simon Krahnke <overlord@gmx.li>.
8604
8605 2007-01-13  Romain Francoise  <romain@orebokech.com>
8606
8607         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8608         Update copyright.
8609
8610 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8611
8612         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8613
8614 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8615
8616         * gnus-registry.el (gnus-registry-unfollowed-groups)
8617         (gnus-registry-split-fancy-with-parent): Fix documentation.
8618
8619 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8620
8621         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8622         from nnweb groups.
8623
8624 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8625
8626         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8627         Xref urls.  Erase buffer before requesting head.
8628
8629 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8630
8631         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8632         customizable.
8633
8634 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8635
8636         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8637         no signing key is found.
8638         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8639         no encrypting and/or signing key is found.
8640
8641 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8642
8643         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8644
8645 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8646
8647         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8648         headers read from disk with the ones newly found in the current search.
8649         This should no longer cause problems, because the article numbers in
8650         Gmane's `nov.php' output are ignored since the previous change.
8651
8652 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8653
8654         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8655
8656 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8657
8658         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8659         replace-regexp-in-string; bind url-version; fbind display-images-p and
8660         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8661         find-face and set-itimer-function for Emacs; bind itimer-list for
8662         Emacs.
8663
8664         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8665
8666 2007-01-01  Romain Francoise  <romain@orebokech.com>
8667
8668         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8669
8670 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8671
8672         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8673         `define-minor-mode' macro definition expanded properly.
8674         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8675         exclude it there.
8676
8677         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8678         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8679         `fboundp' test.
8680         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8681         This is OK to autoload in (S)XEmacs now.
8682
8683 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8684
8685         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8686         keystroke.
8687         (gnus-summary-limit-to-singletons): Fix typo.
8688
8689         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8690         else fails.
8691
8692 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8693
8694         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8695         docstring.
8696
8697         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8698         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8699         (gnus-summary-insert-dormant-articles): Fix typo in message.
8700
8701 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8702
8703         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8704         nil for XEmacs.
8705         (gnus-message-citation-mode): Don't autoload in XEmacs.
8706
8707         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8708
8709 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8710
8711         * nnimap.el (nnimap-expunge-search-string): Mention
8712         nnimap-search-uids-not-since-is-evil in docstring.
8713
8714 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8715
8716         * spam.el: Revert to make-obsolete-variable because
8717         define-obsolete-variable-alias is not supported in Emacs 21.
8718
8719         * spam.el (spam-ifile-path, spam-ifile-database-path)
8720         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8721         make-obsolete-variable.
8722         (spam-bsfilter-path, spam-bsfilter-program)
8723         (spam-spamassassin-path, spam-spamassassin-program)
8724         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8725         use "path" inappropriately.
8726         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8727         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8728         variable names.
8729
8730 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8731
8732         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8733         summary buffer.
8734
8735         * password.el (password-cache-remove): Use clear-string to burn
8736         password, if available.
8737
8738 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8739
8740         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8741
8742         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8743
8744         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8745         (gnus-message-highlight-citation): Move defcustom here from
8746         gnus-cite.el.
8747         (gnus-message-citation-mode): Autoload.
8748
8749         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8750         checks to make it compile with XEmacs.
8751         (gnus-message-citation-mode): New minor mode.
8752         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8753         (gnus-message-highlight-citation): New variables.
8754         (gnus-message-search-citation-line)
8755         (gnus-message-add-citation-keywords)
8756         (gnus-message-remove-citation-keywords)
8757         (turn-on-gnus-message-citation-mode)
8758         (turn-off-gnus-message-citation-mode): New functions.
8759
8760 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8761
8762         * gnus-cite.el: Enable highlighting of different citation levels in
8763         message-mode.
8764
8765 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8766
8767         * message.el (message-make-fqdn): Fix comment.
8768         (message-bogus-system-names): Add ".local".
8769
8770         * spam.el (spam-ifile-path, spam-ifile-program)
8771         (spam-ifile-database-path, spam-ifile-database)
8772         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8773         Don't use "path" inappropriately.
8774         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8775         strings.
8776         (spam-check-ifile, spam-ifile-register-with-ifile)
8777         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8778         new variable names.
8779
8780         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8781         (gnus-treat-display-smileys): Simplify using
8782         gnus-image-type-available-p.
8783
8784         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8785         available.
8786
8787         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8788         `display-images-p' if available.
8789
8790 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8791
8792         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8793         one after turning on the buffer's multibyteness instead of decoding
8794         them directly in the unibyte buffer that causes unexpected conversion
8795         in Emacs 23 (unicode).
8796
8797 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8798
8799         * message.el (message-generate-hashcash): Fix custom type.
8800
8801 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8802
8803         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8804
8805 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8808         disconnect icons.  Add help text.
8809
8810 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8811
8812         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8813         negated to be consistent with the others we handle.
8814
8815 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8816
8817         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8818         version of gnus-summary-buffer to something, so that we can use two
8819         article buffers at the same time.
8820
8821 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8822
8823         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8824         trigger all the extra headers.
8825         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8826         sorting.
8827
8828 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8829
8830         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8831         solid groups.
8832
8833 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8834
8835         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8836
8837 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8838
8839         * legacy-gnus-agent.el: Add Copyright notice.
8840
8841 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8842
8843         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8844
8845 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8846
8847         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8848
8849         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8850         to make it work reliably in CVS Emacs.
8851         (gnus-summary-limit-strange-charsets-predicate)
8852         (gnus-summary-limit-to-predicate): New functions.
8853
8854 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8855
8856         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8857         specifying array size.
8858         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8859         array if it is too small.
8860         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8861         (gnus-sort-threads-loop): New function.
8862
8863 2006-12-06  Chris Moore  <dooglus@gmail.com>
8864
8865         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8866         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8867
8868 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8869
8870         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8871         options.
8872
8873 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8874
8875         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8876         DOS-ing the recipient.
8877
8878         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8879         the headers when creating the mapping to avoid mismappings.
8880         (nnweb-gmane-create-mapping): Always nix out old mapping.
8881
8882 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8885         and mm-verify-option to never.
8886
8887 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * message.el (message-signed-or-encrypted-p): New function.
8890         (message-forward-make-body): Use it.
8891
8892         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8893         Replace encode-coding-string with mm-encode-coding-string.
8894
8895 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8896
8897         * nneething.el (nneething-decode-file-name): Replace
8898         decode-coding-string with mm-decode-coding-string.
8899
8900         * gnus-int.el (gnus-open-server): Say failed server's name.
8901
8902 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8903
8904         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8905         strings to a single string.  Quote `errors-file-name'.
8906         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8907         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8908         Adjust calls.  Use `shell-quote-argument'.
8909
8910 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8911
8912         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8913         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8914
8915         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8916         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8917         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8918         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8919         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8920         (gnus-subscribe-newsgroup, gnus-1):
8921         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8922         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8923         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8924         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8925
8926 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8927
8928         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8929         keystroke.
8930         (gnus-summary-limit-to-bodies): Implement headersp.
8931
8932 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8933
8934         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8935
8936 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8939
8940 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8941
8942         * message.el (message-generate-hashcash): Expand range of values to
8943         include `opportunistic'.
8944         (message-send-mail): Use it.
8945
8946 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8947
8948         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8949         and comment it.
8950
8951         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8952
8953 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8954
8955         * gnus-util.el (gnus-extract-address-components): Improve comment.
8956
8957 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * gnus-util.el (gnus-extract-address-components): Work with address in
8960         which the name portion contains @.
8961
8962         * lpath.el: Fbind custom-autoload.
8963
8964 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8965
8966         * gnus.el (gnus-start): Move custom group up.
8967         (gnus-select-method): Don't autoload, but make it available for
8968         `customize-variable'.
8969         (gnus-getenv-nntpserver): Don't autoload.
8970
8971 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8972
8973         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8974
8975 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8976
8977         * message.el (message-sendmail-extra-arguments): New variable.
8978         (message-send-mail-with-sendmail): Use it.
8979
8980 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8981
8982         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8983         mm-with-unibyte-current-buffer to make string unibyte.
8984
8985         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8986         mm-string-as-multibyte.
8987
8988 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8989
8990         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8991         Reported by Werner Koch <wk@gnupg.org>.
8992
8993 2006-11-14  Daiki Ueno  <ueno@p360>
8994
8995         * mml2015.el: Autoload epa-select-keys when compiling.
8996
8997 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8998
8999         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9000         message-options.
9001         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9002
9003 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9004
9005         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9006         EasyPG (< 0.0.6).
9007         (mml2015-always-trust): New user option.
9008         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9009         prompt.
9010
9011 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9012
9013         * nntp.el (nntp-authinfo-force): New variable.
9014         (nntp-send-authinfo): Use it.
9015
9016 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9017
9018         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9019         decode encoded words.  Improve prompt.  Add comment about forwarding.
9020         (message-replacement-char): Move up.
9021
9022 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9023
9024         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9025         instead of gnus-intersection because arguments of gnus-sorted-nunion
9026         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9027
9028 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9029
9030         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9031         (message-simplify-subject-functions): Enable
9032         message-strip-subject-encoded-words by default.
9033
9034 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9035
9036         * message.el (message-strip-subject-encoded-words): New function.
9037         (message-simplify-subject-functions): New variable.
9038         (message-simplify-subject): Use it.  Fix typo in doc string.
9039         Support message-strip-subject-encoded-words.
9040
9041 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9042
9043         * gnus-diary.el (gnus-diary-delay-format-function):
9044         * nndiary.el (nndiary-reminders):
9045         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9046
9047 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9048
9049         * gnus-art.el (article-hide-boring-headers): Fetch date from
9050         gnus-original-article-buffer to avoid problems with localized date
9051         strings.
9052
9053 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9054
9055         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9056
9057 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9058
9059         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9060         New variables.
9061         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9062         (mm-charset-synonym-alist): Move some entries to
9063         mm-codepage-iso-8859-list.
9064         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9065         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9066
9067 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9070
9071 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9072
9073         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9074         with Emacs 21 and XEmacs.
9075
9076 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9077
9078         * spam.el (spam-parse-address): New function for better parsing,
9079         catching errors, etc.
9080         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9081
9082 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9083
9084         * mm-view.el: Add interactive arg to html2text autoload.
9085
9086 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9087
9088         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9089
9090 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9091
9092         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9093         variables.
9094         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9095         (mm-charset-synonym-alist): Move some entries to
9096         mm-codepage-iso-8859-list.
9097
9098         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9099
9100 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9101
9102         * message.el (message-citation-line-format)
9103         (message-insert-formated-citation-line): Fix implementation of %E, %N
9104         and %n according to the doc string.
9105
9106 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9107
9108         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9109         car-safe to avoid bad parses.
9110
9111 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9112
9113         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9114         names.
9115
9116         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9117
9118 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9121         header.
9122
9123         * message.el (message-draft-headers): Add Date.
9124         (message-headers-to-generate): Fix typo in docstring.
9125
9126         * nndraft.el (nndraft-required-headers): New variable.
9127         (nndraft-generate-headers): Use it.
9128
9129         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9130
9131 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9132
9133         * gnus-registry.el (gnus-registry-wash-for-keywords)
9134         (gnus-registry-find-keywords): New functions to allow easy searching of
9135         articles that are in the registry.
9136
9137 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9138
9139         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9140         ietf-drums-parse-address instead of gnus-extract-address-components.
9141         Reported by Damien Elmes <damien@repose.cx>.
9142
9143 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9144
9145         * gnus.el (gnus-mime): Remove unused custom group.
9146
9147 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9148
9149         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9150         "blank line" when searching for end of armor headers.
9151
9152 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * gmm-utils.el (gmm-write-region): Fix variable name.
9155
9156 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9157
9158         * gmm-utils.el (gmm-write-region): New function based on compatibility
9159         code from `mm-make-temp-file'.
9160
9161         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9162
9163         * nnmaildir.el (nnmaildir--update-nov)
9164         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9165         Use `gmm-write-region'.
9166
9167 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9168
9169         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9170         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9171
9172         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9173
9174         * message.el (message-replacement-char): New variable.
9175         (message-fix-before-sending): Use it.
9176         (message-simplify-subject): New function to remove duplicate code.
9177         (message-reply, message-followup): Use it.
9178
9179         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9180         gnus-summary-limit-to-articles.
9181
9182 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9183
9184         * gnus-util.el (gnus-with-local-quit): New macro.
9185
9186         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9187
9188 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9189
9190         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9191         ignore non-string data.
9192
9193 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9194
9195         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9196         non-string data (needs to be done in the registry too).
9197
9198 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9199
9200         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9201         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9202         (gnus-registry-split-fancy-with-parent)
9203         (gnus-registry-fetch-simplified-message-subject-fast)
9204         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9205         Remove text properties on ingress into the registry and when it's saved.
9206         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9207         registry from entries with no groups.
9208
9209 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9210
9211         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9212         function to remove string properties.
9213
9214 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9215
9216         * gmm-utils.el (gmm): Adjust custom version.
9217
9218         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9219         custom version.
9220
9221         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9222
9223 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9224
9225         * gnus-art.el (gnus-insert-prev-page-button)
9226         (gnus-insert-next-page-button): Simplify.  Reformat.
9227
9228 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9229
9230         * gnus-art.el (gnus-insert-prev-page-button)
9231         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9232
9233 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9234
9235         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9236
9237 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9238
9239         * gnus-art.el (gnus-insert-mime-button)
9240         (gnus-insert-mime-security-button):
9241         Apply gnus-article-button-face to MIME and security buttons.
9242
9243 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9244
9245         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9246         readable.
9247
9248 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9251
9252 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9253
9254         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9255         `browse-url-of-file' instead of `browse-url'.
9256
9257 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9258
9259         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9260         regexp.  Articles containing quotation were cut prematurely.
9261
9262 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9263
9264         * message.el (message-cite-original-1): Use nobody by default for the
9265         value of From header.
9266         (message-reply): Ditto.
9267
9268 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9269
9270         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9271         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9272         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9273
9274 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9275
9276         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9277         mails in the doc string.  Add some URLs in comment.
9278         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9279
9280 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9283         backslashes handling and the way to find boundaries of quoted strings.
9284
9285 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9286
9287         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9288         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9289         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9290         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9291
9292 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9293
9294         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9295         doc string.
9296         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9297
9298 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * lpath.el: Fbind epg-check-configuration.
9301
9302 2006-09-06  Simon Josefsson  <jas@extundo.com>
9303
9304         * mml2015.el (mml2015-use): Doc fix, mention epg.
9305
9306 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9307
9308         * mml2015.el (mml2015-use): Default to epg, if available.
9309
9310 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9311
9312         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9313         message-sender.
9314         (mml1991-epg-encrypt): Ditto.
9315         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9316         message-sender.
9317         (mml2015-epg-encrypt): Ditto.
9318
9319 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9320
9321         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9322         several common directories.
9323
9324 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9325
9326         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9327         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9328
9329 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * gnus-art.el (article-decode-encoded-words): Make it fast.
9332
9333 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9336
9337         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9338         in quoted string into `\'.
9339
9340 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9343         Use standard-syntax-table.
9344
9345 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9346
9347         * gnus-art.el (gnus-decode-address-function): New variable.
9348         (article-decode-encoded-words): Use it to decode headers which are
9349         assumed to contain addresses.
9350         (gnus-mime-delete-part): Remove useless `or'.
9351
9352         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9353         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9354         (gnus-nov-parse-line): Use it to decode From header.
9355         (gnus-get-newsgroup-headers): Ditto.
9356         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9357
9358         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9359         (mail-decode-encoded-address-string): New alias.
9360
9361         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9362         New function.
9363         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9364         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9365         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9366         (rfc2047-decode-string): Ditto.
9367         (rfc2047-decode-address-region): New function.
9368         (rfc2047-decode-address-string): New function.
9369
9370 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9371
9372         * message.el (message-caesar-buffer-body): Allow rotating headers.
9373
9374         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9375
9376         * message.el (message-insert-formated-citation-line): Fix %f.
9377         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9378
9379 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9380
9381         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9382         (gnus-bookmark-mouse-available-p): New macro.
9383         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9384         (gnus-bookmark-bmenu-show-infos): Use it.
9385         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9386         (gnus-bookmark-bmenu-hide-infos): Ditto.
9387         (gnus-bookmark-remove-properties): New function.
9388         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9389         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9390         (gnus-bookmark-write-file): Bind coding-system-for-write.
9391         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9392         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9393         group before selecting it.
9394         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9395         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9396         quit-window if it is not available; use gnus-mouse-2 and bind it to
9397         gnus-bookmark-bmenu-select-by-mouse.
9398         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9399         (gnus-bookmark-bmenu-select-by-mouse): New function.
9400
9401 2006-08-13  Romain Francoise  <romain@orebokech.com>
9402
9403         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9404         space.
9405
9406 2006-08-10  Romain Francoise  <romain@orebokech.com>
9407
9408         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9409         (dns-mode-soa-auto-increment-serial): New user option.
9410         (dns-mode-soa-maybe-increment-serial): New function.
9411         (dns-mode): Add the latter to `write-contents-functions'.
9412
9413 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9414
9415         * compface.el (uncompface): Use binary rather than raw-text-unix.
9416
9417 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9418
9419         * compface.el (uncompface): Make sure the eol conversion doesn't take
9420         place when communicating with the external programs.  Reported by
9421         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9422
9423 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9426
9427 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9428
9429         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9430         Make it more robust by parsing author and date independently.
9431
9432 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9433
9434         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9435
9436 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9437
9438         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9439         first matching secret key.
9440         (mml2015-epg-encrypt): Ditto.
9441
9442         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9443         first matching secret key.
9444         (mml1991-epg-encrypt): Ditto.
9445
9446         * mml2015.el (mml2015-encrypt-to-self): New user option.
9447         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9448         mml2015-epg-encrypt-to-self is set.
9449
9450         * mml1991.el (mml1991-encrypt-to-self): New variable.
9451         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9452         mml1991-epg-encrypt-to-self is set.
9453
9454         * mml2015.el (mml2015-signers): New user option.
9455         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9456         (mml2015-epg-encrypt): Allow to select signing keys.
9457
9458         * mml1991.el (mml1991-signers): New variable.
9459         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9460         (mml1991-epg-encrypt): Allow to select signing keys.
9461
9462 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * nnheader.el (nnheader-insert-head): Make it work even if the file
9465         uses CRLF for the line-break code.
9466
9467 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9468
9469         * mml2015.el: Require mml-sec instead of password.
9470         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9471         (mml2015-cache-passphrase): Inherit the default value from
9472         mml-secure-cache-passphrase.
9473         (mml2015-passphrase-cache-expiry): Inherit the default value from
9474         mml-secure-passphrase-cache-expiry.
9475
9476         * mml1991.el: Require mml-sec instead of password.
9477         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9478         (mml1991-cache-passphrase): Inherit the default value from
9479         mml-secure-cache-passphrase.
9480         (mml1991-passphrase-cache-expiry): Inherit the default value from
9481         mml-secure-passphrase-cache-expiry.
9482
9483         * mml-sec.el: Require password.
9484         (mml-secure-verbose): New user option.
9485         (mml-secure-cache-passphrase): New user option.
9486         (mml-secure-passphrase-cache-expiry): New user option.
9487
9488 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9489
9490         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9491         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9492         andreas@altroot.de (Andreas Vögele).
9493
9494         FIXME: Use `tiny change'?
9495
9496 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9497
9498         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9499         workaround for the url package included with Emacs.
9500
9501         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9502
9503 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9504
9505         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9506         correctly.  This fixes a bug caused by the 2006-05-12 change.
9507
9508 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9509
9510         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9511         some information about the error when saying that the `bogus' mail
9512         group will be used.
9513
9514 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9515
9516         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9517         string.
9518
9519 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9520
9521         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9522
9523 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9524
9525         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9526
9527 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9528
9529         * mml1991.el (mml1991-function-alist): Add epg.
9530         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9531         (mml1991-epg-encrypt): New functions.
9532
9533 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9534
9535         * mml2015.el (mml2015-verbose): New variable.
9536         (mml2015-cache-passphrase): Ditto.
9537         (mml2015-passphrase-cache-expiry): Ditto.
9538         (mml2015-function-alist): Add epg.
9539         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9540         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9541         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9542         functions.
9543
9544 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9545
9546         * message.el (message-cite-original-1): Preserve region when removing
9547         quoted text due to X-No-Archive in order to avoid bogus attribution
9548         when citing multiple messages.
9549
9550 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9551
9552         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9553         Kenneth Jacker <khj@be.cs.appstate.edu>.
9554
9555 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9556
9557         * gnus-diary.el (gnus-user-format-function-d)
9558         (gnus-user-format-function-D): Autoload.
9559
9560         * imap.el (Commentary): Fix typo.
9561
9562         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9563         2006-04-22 contribution.
9564
9565 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9566
9567         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9568         It didn't really fix the bogosity I'm seeing with solid web groups.
9569
9570 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9571
9572         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9573         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9574         created using server names.  If we use the feature without declaring
9575         it, Gnus does not properly manage server and group state.
9576
9577         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9578         bound.
9579
9580 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9581
9582         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9583         looking up the method using GROUP's prefix before inventing a new one.
9584         It is used on killed/unknown groups in various places where returning
9585         an all-new method isn't expected by the caller.
9586
9587         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9588         and match semantics of gnus-group-real-prefix.
9589
9590 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9591
9592         * nnmail.el (nnmail-broken-references-mailers): New variable.
9593         (nnmail-ignore-broken-references): New function generalizing
9594         nnmail-fix-eudora-headers.
9595         (nnmail-fix-eudora-headers): Now obsolete.
9596
9597         * gnus-art.el (gnus-button-handle-custom): Support
9598         `customize-apropos*'.
9599
9600 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9601
9602         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9603
9604         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9605         articles.
9606
9607 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9608
9609         * message.el (message-cite-reply-above): New variable.
9610         (message-yank-original): Use it.
9611
9612 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9615
9616 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9617
9618         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9619         as read.
9620
9621         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9622
9623 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9624
9625         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9626         (gnus-bookmark-default-file): Use gnus-directory.
9627         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9628         Remove "*" in doc string.
9629         (gnus-bookmark-write-file): Simplify.
9630         (gnus-bookmark-maybe-sort-alist): Use `when'.
9631         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9632         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9633         FIXME about Emacs 21 and XEmacs compatibility.
9634         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9635         compatibility.
9636         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9637         compatibility.
9638         (gnus-bookmark-menu-heading): Fix version.
9639
9640 2006-06-19  Bastien Guerry  <bzg@altern.org>
9641
9642         * gnus-bookmark.el: New file.
9643
9644 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9645
9646         * message.el (message-syntax-checks): Doc fix.
9647
9648 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9649
9650         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9651         unsubscribed groups as if they were killed ones.  It causes duplicate
9652         entries in gnus-newsrc-alist.
9653
9654 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * message.el (message-syntax-checks): Doc fix.
9657         (message-send-mail): Add check for continuation headers.
9658         (message-check-news-header-syntax): Fix regexp used to check for
9659         continuation headers.
9660
9661 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9662
9663         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9664
9665 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9666
9667         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9668
9669 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9670
9671         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9672         default-truncate-lines.
9673
9674 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9677         to fill the utf-8 entry.
9678
9679         * lpath.el: Fbind unicode-precedence-list.
9680
9681 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9682
9683         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9684
9685 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9686
9687         * gnus-agent.el (directory-files-and-attributes): Move all the way
9688         forward (the third and final move).
9689         (gnus-agent-read-agentview): Trap reconstruction errors due to
9690         nonexistant directory.  Handle by returning nil.
9691
9692 2006-05-30  Didier Verna  <didier@xemacs.org>
9693
9694         * message.el (message-dont-reply-to-names): Update the custom type.
9695         * message.el (message-dont-reply-to-names): New defsubst: potentially
9696         convert a list of regexps into a single one.
9697         * message.el (message-get-reply-headers): Use it.
9698         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9699
9700 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9701
9702         * gnus-agent.el (directory-files-and-attributes): Move forward.
9703
9704 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9705
9706         * gnus-ml.el (gnus-mailing-list-subscribe)
9707         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9708         (gnus-mailing-list-message): Fix doc strings.
9709
9710 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9711
9712         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9713         of doing it manually.
9714
9715 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9716
9717         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9718         comment.
9719
9720 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9721
9722         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9723         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9724         (gnus-agent-read-local): All symbols allocated in my-obarray.
9725         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9726         (gnus-agent-regenerate-group): Check numeric names to see if they are
9727         messages or groups.
9728         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9729         better way of do this...)
9730
9731         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9732         'dummy.group' (there should be a better way of do this...)
9733
9734 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9735
9736         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9737         (gnus-saved-headers): Ditto.
9738         (gnus-default-article-saver): Mention functions may have properties.
9739         (gnus-article-save): Override gnus-save-all-headers and
9740         gnus-saved-headers by :headers property which saver function may have.
9741         (gnus-summary-save-in-file): Add :headers property.
9742         (gnus-summary-write-to-file): Ditto.
9743
9744         * gnus-sum.el (gnus-summary-save-article): Bind
9745         gnus-prompt-before-saving to t when saving many articles in a file;
9746         always show all headers.
9747
9748         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9749
9750 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9751
9752         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9753         marks.
9754
9755         * message.el (message-indent-citation): Add optional arguments to allow
9756         using it outside of message buffers.
9757
9758         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9759         (gnus-article-treat-unfold-headers): Use it.
9760         (gnus-article-truncate-lines): New variable.
9761         (gnus-article-mode): Use it.
9762         (gnus-article-toggle-truncate-lines): New function.
9763
9764         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9765         gnus-article-toggle-truncate-lines.
9766
9767         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9768         coding system in XEmacs, use binary.
9769
9770 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9771
9772         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9773         after-load-alist.
9774
9775         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9776         this function should save decoded articles.
9777         (gnus-summary-write-to-file): Use property to specify this function
9778         should save decoded articles and specify gnus-summary-save-in-file
9779         should be used to save articles other than the first one when saving
9780         many articles.
9781         (gnus-summary-save-body-in-file): Use property to specify this
9782         function should save decoded articles.
9783         (gnus-summary-write-body-to-file): Use property to specify this
9784         function should save decoded articles and specify
9785         gnus-summary-save-body-in-file should be used to save articles other
9786         than the first one when saving many articles.
9787
9788         * gnus-sum.el (gnus-summary-save-article): Simplify.
9789
9790 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * gnus-art.el (gnus-default-article-saver): Add
9793         gnus-summary-write-body-to-file.
9794         (gnus-article-save-coding-system): Don't use coding system object
9795         in XEmacs.
9796         (gnus-read-save-file-name): Add optional `dir-var' argument which
9797         specifies directory in which files are saved; work even if optional
9798         `variable' argument is not specified.
9799         (gnus-summary-write-to-file): Read file name.
9800         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9801         (gnus-summary-write-body-to-file): New function.
9802
9803         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9804         (gnus-summary-local-variables): Add it.
9805         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9806         (gnus-summary-save-article): Remove optional `decode' argument;
9807         determine whether to decode articles by the value of
9808         gnus-default-article-saver; when saving many files using
9809         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9810         it first and use gnus-summary-save-in-file or
9811         gnus-summary-save-body-in-file thereafter unless
9812         gnus-prompt-before-saving is always; move point to article which
9813         will be saved.
9814         (gnus-summary-save-article-file): Revert.
9815         (gnus-summary-write-article-file): Revert.
9816         (gnus-summary-save-article-body-file): Revert.
9817         (gnus-summary-write-article-body-file): New function.
9818
9819 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * gnus-art.el (gnus-default-article-saver): Doc fix.
9822         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9823         from gnus-summary-save-article-coding-system, and default to a
9824         certain coding system.
9825         (gnus-output-to-file): Add coding cookie and encode text according
9826         to gnus-article-save-coding-system; don't use mm-append-to-file.
9827
9828         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9829         gnus-art.el and rename to gnus-article-save-coding-system.
9830         (gnus-summary-save-article): Require gnus-art; don't show all
9831         headers if it decodes articles; don't add coding cookie here;
9832         don't bind mm-text-coding-system-for-write.
9833         (gnus-summary-save-article-file): Save decoded articles.
9834         (gnus-summary-write-article-file): When saving many files, use
9835         gnus-summary-write-to-file first and gnus-summary-save-in-file
9836         thereafter unless gnus-prompt-before-saving is always.
9837         (gnus-summary-save-article-body-file): Save decoded articles.
9838
9839         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9840
9841 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9842
9843         * nnrss.el (nnrss-check-group): Bind hash-index.
9844
9845 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9846
9847         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9848         its hash index.  Store this hash in `nnrss-group-data'.
9849         (nnrss-read-group-data): Update accordingly.
9850
9851 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9852
9853         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9854         entry.
9855
9856         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9857         gnus-article-browse-html-article.
9858
9859 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9860
9861         * gnus-sum.el (gnus-summary-mime-map): Add
9862         gnus-article-browse-html-article.
9863
9864         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9865
9866 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9867
9868         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9869         suitable coding systems in customize.
9870
9871 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9872
9873         * mail-source.el (mail-sources): Fix custom type.
9874
9875 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9876
9877         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9878         (gnus-summary-expire-articles-now): Shorten prompt.
9879
9880         * gmm-utils.el (wid-edit): Require.
9881         (defun-gmm): Renamed from `gmm-defun-compat'.
9882         (gmm-image-search-load-path): Use it.
9883         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9884
9885 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9886
9887         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9888         variable.
9889         (gnus-summary-save-article): Add optional `decode' argument.  If
9890         it is set and gnus-summary-save-article-coding-system is non-nil,
9891         save decoded article.
9892         (gnus-summary-write-article-file): Save decoded article if
9893         gnus-summary-save-article-coding-system is non-nil.
9894
9895         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9896         type.
9897
9898 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9901
9902 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9905         first to test gnus-single-article-buffer which may be buffer-local.
9906
9907         * gnus-sum.el (gnus-summary-setup-buffer): Make
9908         gnus-single-article-buffer buffer-local and nil in ephemeral
9909         group; make gnus-article-buffer, gnus-article-current, and
9910         gnus-original-article-buffer always buffer-local.
9911         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9912         group.
9913         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9914
9915 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9916
9917         * nnml.el (nnml-request-compact-group): Compressed files might not
9918         have .gz extension.
9919
9920 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9921
9922         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9923         (mm-copy-to-buffer): Use with-current-buffer.
9924         (mm-display-part): Simplify.
9925         (mm-inlinable-p): Add optional arg `type'.
9926
9927 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9928
9929         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9930         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9931         Try harder to show the attachment internally or externally using
9932         gnus-mime-view-part-as-type.
9933
9934 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9935
9936         * message.el (message-from-style, message-signature-separator)
9937         (message-user-organization-file, message-send-mail-function)
9938         (message-citation-line-function, message-yank-prefix)
9939         (message-indent-citation-function, message-signature)
9940         (message-signature-file, message-signature-insert-empty-line):
9941         Remove autoloads.
9942
9943         * gnus-art.el (gnus-buttonized-mime-types): Remove
9944         "multipart/signed".  Revert 2006-04-26 change.
9945
9946 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9947
9948         * gnus.el (gnus-version-number): Bump version.
9949
9950 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9951
9952         * gnus.el: No Gnus v0.5 is released.
9953
9954 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9955
9956         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9957         fetching articles by message-id.
9958
9959 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9960
9961         * message.el (hashcash): Require hashcash as normal.
9962
9963         * ecomplete.el (ecomplete-highlight-match-line): Use
9964         point-at-eol.
9965         (ecomplete-highlight-match-line): Use `highlight', because that
9966         face exists in both Emacs and XEmacs.
9967
9968         * message.el (message-display-abbrev): Use point-at-bol.
9969
9970         * mail-source.el: Don't require timer/timer-funcs.
9971
9972         * gnus-async.el: Ditto.
9973
9974         * password.el: Ditto.
9975
9976         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9977
9978         * mm-url.el: Ditto.
9979
9980         * gnus-xmas.el: Don't require timer-funcs.
9981
9982         * mm-util.el: Require timer/timer-funcs.
9983
9984 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9985
9986         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9987         Close.
9988
9989 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9992         unibyte after clear-decrypt function runs.
9993
9994         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9995         returns as a unibyte string.
9996
9997 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9998
9999         * lpath.el: Revert.
10000
10001         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10002         (pgg-gpg-process-sentinel): Revert.
10003
10004         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10005         (pgg-pgp-lookup-key): Revert.
10006
10007         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10008         (pgg-pgp5-lookup-key): Revert.
10009
10010         * pgg.el (pgg-fetch-key): Revert.
10011
10012 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * lpath.el: Fbind string-as-multibyte for XEmacs.
10015
10016         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10017         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10018         (mml1991-pgg-encrypt): Ditto.
10019
10020         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10021         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10022         a multibyte buffer.
10023
10024         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10025         (pgg-pgp-lookup-key): Ditto.
10026
10027         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10028         (pgg-pgp5-lookup-key): Ditto.
10029
10030         * pgg.el (pgg-fetch-key): Ditto.
10031
10032 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10033
10034         * message.el (message-user-organization-file): Check several
10035         locations of the organization file.
10036
10037         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10038         Add gnus-article-view-part-as-type.
10039
10040         * gnus-art.el (gnus-article-view-part-as-type): New function.
10041
10042         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10043         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10044
10045         * mml.el: Simplify autoload.
10046         (mml-mode): defvar dnd-protocol-alist instead of using
10047         symbol-value.
10048         (mml-default-directory): New variable.
10049         (mml-minibuffer-read-file): Use it.
10050         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10051
10052         * message.el (message-citation-line-format): New variable.
10053         (message-insert-formated-citation-line): New function.
10054         (message-citation-line-function): Add
10055         `message-insert-formated-citation-line' to custom type.
10056
10057         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10058         to doc string.
10059
10060         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10061         depending on mm-verify-option.
10062
10063 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10066         binding pgg-* variables; reimplement the section which prevents
10067         MIME header from being signed.
10068         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10069         pgg-text-mode; remove a blank line at the top of body.
10070
10071         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10072         lines at the top of body; use gnus-newsgroup-charset if there's no
10073         Charset header.
10074
10075 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * message.el (message-self-insert-commands): Doc fix.
10078
10079         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10080         (mm-uu-pgp-encrypted-test): Ditto.
10081         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10082         between header and body; return application/pgp-encrypted handle
10083         if decryption failed; decode decrypted body by charset.
10084
10085         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10086         element match to application/pgp-*.
10087
10088 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10089
10090         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10091         HTML.
10092
10093 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10094
10095         * mail-source.el (mail-source-call-script): Message the error
10096         string.
10097
10098 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10099
10100         * gnus-util.el (gnus-byte-compile): Use it.
10101
10102 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10103
10104         * gnus-util.el (kill-empty-logs): New function.
10105
10106 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10107
10108         * message.el (message-mail-alias-type): Doc fix.
10109         (message-mail-alias-type-p): New function.
10110         (message-send): Use it.
10111         (message-mode): Ditto.
10112         (message-strip-forbidden-properties): Ditto.
10113
10114         * ecomplete.el (ecomplete-database-file-coding-system): New
10115         variable.
10116         (ecomplete-save): Use it.
10117         (ecomplete-setup): Use it.
10118
10119 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * message.el (message-self-insert-commands): New variable.
10122         (message-strip-forbidden-properties): Use it.
10123
10124 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10125
10126         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10127         that doesn't make XEmacs choke.
10128
10129 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10130
10131         * gnus-util.el (gnus-replace-in-string):
10132         Prefer replace-regexp-in-string over of replace-in-string.
10133
10134 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * gnus-util.el (gnus-select-frame-set-input-focus):
10137         Use select-frame-set-input-focus if it is available in XEmacs; use
10138         definition defined in Emacs 22 for old Emacsen.
10139
10140         * dgnushack.el: Autoload unmorse-region for XEmacs.
10141
10142         * lpath.el: Bind cursor-in-non-selected-windows and
10143         select-frame-set-input-focus for XEmacs.
10144
10145 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10146
10147         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10148
10149 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10150
10151         * gnus-registry.el (gnus-registry-cache-save): Remove text
10152         properties when saving via the temp buffer.
10153
10154 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10155
10156         * message.el (message-generate-hashcash): Honor custom type.
10157
10158 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10159
10160         * message.el (message-generate-hashcash): Default to non-nil when
10161         hashcash is found.
10162
10163         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10164         (gnus-refer-thread-limit): Increase default to 500.
10165
10166         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10167
10168         * flow-fill.el (fill-flowed): Allow delete-space.
10169
10170 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10173         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10174         Remove autoloads.
10175
10176 2006-04-18  Simon Josefsson  <jas@extundo.com>
10177
10178         * message.el (message-generate-hashcash): Default to.
10179
10180 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10183         concatenating segments rather than before concatenating them.
10184
10185 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10186
10187         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10188
10189 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10190
10191         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10192
10193         * message.el (message-forward-make-body-plain): Allow
10194         message-forward-ignored-headers to be a list.
10195         (message-remove-ignored-headers): Factor out into function.
10196         (message-forward-make-body-mml): Use it.
10197
10198         * imap.el (imap-quote-specials): New function.
10199         (imap-login-auth): Quote specials.
10200
10201         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10202         (rfc2231-parse-string): Allow concatanation of parameters that
10203         aren't contiguous.  The test case is
10204           (mail-header-parse-content-type "message/external-body;
10205             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10206             access-type=LOCAL-FILE;
10207             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10208
10209 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10210
10211         * nntp.el (nntp-accept-process-output): Return the value of
10212         `nnheader-accept-process-output'.
10213
10214 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10215
10216         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10217         (gnus-button-alist): Recognize more diff formats.
10218         (gnus-button-patch): Strip directory.
10219
10220 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10221
10222         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10223         Emacs 22 when setting focus.
10224
10225 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10226
10227         * gnus-art.el (gnus-article-treat-types): Do treatment of
10228         text/x-verbatim parts.
10229         (gnus-button-patch): New command.
10230
10231         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10232         addresses that contain invalid characters.
10233
10234 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10235
10236         * message.el (message-put-addresses-in-ecomplete): Use
10237         gnus-replace-in-string.
10238         (message-is-yours-p): Use the more correct
10239         mail-header-parse-address instead of
10240         mail-extract-address-components.
10241         (message-put-addresses-in-ecomplete): Fix typo.
10242
10243         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10244         keystroke.
10245
10246         * gnus-art.el (gnus-treatment-function-alist): Change order of
10247         newsgroups/generic header folding to avoid double-folding.
10248
10249         * message.el (message-hidden-headers): Add X-Draft-From.
10250
10251         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10252         command.
10253         (gnus-summary-repeat-search-article-backward): New command.
10254
10255         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10256         groups in the parent topic.
10257
10258 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10259
10260         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10261         (spam-extra-header-to-number): Return the CRM114 number as a
10262         number instead of a string.
10263
10264 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10265
10266         * gnus-art.el (gnus-face-properties-alist): Moved here from
10267         gnus-fun.
10268
10269         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10270
10271 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10272
10273         * message.el (message-strip-forbidden-properties): Only display on
10274         self-insert-command.
10275
10276         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10277         reindent.
10278         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10279
10280 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10281
10282         * smiley.el (smiley-style): Fix typo.
10283
10284 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10285
10286         * hashcash.el (hashcash-insert-payment-async-2): Use
10287         message-goto-eoh instead of doing it manually.
10288         (mail-add-payment): Use message-narrow-to-header instead of trying
10289         to do the same itself.
10290
10291         * message.el (message-hidden-headers): Add Face.
10292
10293         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10294         reparenting code.
10295         (gnus-summary-reparent-children): Refactored out code.
10296         (gnus-summary-thread-map): New keystroke.
10297         (gnus-summary-reparent-children): Make into command.
10298
10299         * smiley.el (smiley-style): Default to `medium' if using a large
10300         font.
10301
10302         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10303         does it itself.
10304
10305         * message.el (message-point-in-header-p): Simplify definition.
10306
10307 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10308
10309         * nnagent.el (nnagent-request-set-mark): Silence log file
10310         writing.
10311         (nnagent-request-set-mark): Use write-region instead of
10312         append-to-file.
10313
10314         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10315         strange select method.
10316
10317         * ecomplete.el (ecomplete-display-matches): Get highlightling
10318         right.
10319         (ecomplete-display-matches): Use literals.
10320         (ecomplete-display-matches): Disable message logging.
10321
10322         * message.el (message-display-abbrev): Small optimization.
10323
10324         * ecomplete.el (ecomplete-display-matches): Allow automatic
10325         display.
10326
10327         * message.el (message-strip-forbidden-properties): Display
10328         abbrevs.
10329         (message-display-abbrev): Get automatic display right.
10330
10331         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10332         keystrokes.
10333
10334 2006-04-13  Romain Francoise  <romain@orebokech.com>
10335
10336         TODO: Backport to v5-10!
10337
10338         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10339         Moved here (and renamed) from gnus-registry.el.
10340
10341         * gnus-registry.el: Require gnus-util.
10342         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10343
10344 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10345
10346         * gnus-group.el (gnus-group-catchup-current): Change
10347         if-then-else-if-then-else into cond.
10348         (gnus-group-catchup): Indent.
10349         (group-name-at-point): New function.
10350         (gnus-fetch-group): Provide default from thing at point.
10351
10352 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10353
10354         * message.el (message-display-abbrev): Fix regexp.
10355
10356         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10357         choosing.
10358         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10359         dead variables.
10360
10361         * message.el (message-newline-and-indent): Remove debugging.
10362         (message-display-abbrev): Use new implementation.
10363
10364 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10365
10366         * gnus-art.el (gnus-article-mode): Set
10367         cursor-in-non-selected-windows to nil.
10368
10369         * smiley.el: Revert previous change.
10370         (smiley-data-directory): defvar it before using it in the
10371         defcustom of `smiley-style'.
10372
10373 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10374
10375         * message.el (message-newline-and-indent): New function.
10376
10377         * ecomplete.el: Implement more bits.
10378
10379         * message.el (message-put-addresses-in-ecomplete): Clean up the
10380         string.
10381
10382         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10383
10384         * gnus-sum.el (gnus-summary-save-parts): Bind
10385         gnus-summary-save-parts-counter and use it to make unique file
10386         names.
10387
10388         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10389
10390         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10391         parameter to say whether to actually parse the individual
10392         addresses.
10393
10394         * message.el (message-put-addresses-in-ecomplete): New function.
10395         (ecomplete): Require.
10396         (message-mail-alias-type): Add ecomplete as an option.
10397
10398 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10399
10400         * flow-fill.el (fill-flowed): Remove trailing space from blank
10401         quoted lines.
10402
10403 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10404
10405         * smiley.el (smiley-style): Move definition later to avoid a
10406         compilation warning.
10407
10408 2006-04-12  Kenichi Handa  <handa@m17n.org>
10409
10410         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10411         buffer and then decode the buffer text if necessary.
10412         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10413         first, and after mm-encode-body, change the buffer to unibyte.
10414         Use mm-disable-multibyte instead of set-buffer-multibyte.
10415
10416 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10419         Content-Type header instead of Content-Disposition header.
10420         (gnus-mime-inline-part): Ditto.
10421         (gnus-mime-view-part-as-charset): Ignore charset that the part
10422         specifies.
10423
10424         * mm-decode.el (mm-display-part): Work with external parts and
10425         usual parts similarly.
10426
10427         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10428         instead of gnus-display-mime.
10429
10430         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10431         instead of with-temp-buffer.
10432
10433         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10434         tag to summarized topics part in order to encode non-ASCII text.
10435
10436 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10437
10438         * smiley.el (smiley-style): New variable.
10439         (smiley-directory): New function.
10440         (smiley-data-directory): Derive from `smiley-style' using
10441         `smiley-directory'.
10442         (smiley-regexp-alist): Add new entries.
10443
10444         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10445         (gnus-article-browse-delete-temp): Add :version.
10446
10447 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10448
10449         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10450         the sieve region.
10451
10452 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10453
10454         * gnus.el (gnus-version-number): Bump version.
10455
10456 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10457
10458         * gnus.el: No Gnus v0.4 is released.
10459
10460 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10461
10462         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10463         layout.
10464
10465         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10466         unknown charset.
10467
10468         * message.el (message-header-synonyms): Add Original-To to the
10469         default.
10470
10471         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10472         optional parameter.
10473
10474 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10475
10476         * gnus-fun.el (gnus): Require it for gnus-directory.
10477
10478 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10481
10482 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10483
10484         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10485
10486 2006-04-05  Simon Josefsson  <jas@extundo.com>
10487
10488         * password.el (password-reset): New function.
10489
10490 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10491
10492         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10493         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10494
10495 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10496
10497         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10498         Some whitespace was matched into the url, which broke browsing hits
10499         > 100 when mm-url-use-external was nil.
10500
10501 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10502
10503         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10504         gnus-extra-headers for 'Newsgroups.
10505
10506         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10507         bound.
10508
10509 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10510
10511         * pgg-gpg.el: Clean up process buffers every time gpg processes
10512         complete.
10513
10514 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10515
10516         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10517         doc string.
10518
10519 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10520
10521         * pgg-gpg.el (pgg-gpg-process-filter)
10522         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10523
10524         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10525         lines, temporary fix.
10526
10527 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10528
10529         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10530
10531 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10532
10533         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10534         default-enable-multibyte-characters.  This reverts the change from
10535         revision 6.17 which is no longer necessary because the passphrase
10536         is sent separately now.  GnuPG messages are unreadable under
10537         multibyte locales with default-enable-multibyte-characters set to
10538         nil.
10539
10540 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10541
10542         * message.el (message-tool-bar-gnome): Move "spell".
10543
10544 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10545
10546         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10547         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10548         instead.
10549
10550 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10551
10552         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10553         newsgroups handling for NNTP overviews which don't include
10554         Newsgroups.
10555
10556 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10557
10558         * message.el (message-resend): Bind message-generate-hashcash to nil.
10559
10560 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10561
10562         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10563         when searching for already-paid recipients.
10564
10565 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10566
10567         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10568         passphrases when it is not needed.
10569         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10570         passphrase stuff from gpg, should only be necessary when you use
10571         gpg with a smartcard.
10572
10573 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * mml.el (mml-insert-mime): Ignore cached contents of
10576         message/external-body part.
10577
10578         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10579         (mm-insert-part): Ditto.
10580
10581 2006-03-23  Simon Josefsson  <jas@extundo.com>
10582
10583         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10584         Reiner.
10585         (pgg-gpg-use-agent-p): Use it again.
10586
10587 2006-03-23  Simon Josefsson  <jas@extundo.com>
10588
10589         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10590         older emacsen.
10591         (pgg-gpg-use-agent-p): Don't use it.
10592
10593 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10594
10595         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10596         if we can.
10597
10598 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10599
10600         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10601         (pgg-gpg-update-agent): New function.
10602         (pgg-gpg-use-agent-p): New function.
10603         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10604         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10605         (pgg-gpg-sign-region): Use it.
10606
10607 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10608
10609         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10610         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10611
10612 2006-03-21  Simon Josefsson  <jas@extundo.com>
10613
10614         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10615         <wilde@sha-bang.de>.
10616         (pgg-gpg-use-agent): New variable.
10617         (pgg-gpg-process-region): Use it.
10618         (pgg-gpg-encrypt-region): Likewise.
10619         (pgg-gpg-encrypt-symmetric-region): Likewise.
10620         (pgg-gpg-decrypt-region): Likewise.
10621         (pgg-gpg-sign-region): Likewise.
10622         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10623
10624 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10625
10626         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10627
10628         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10629         Add comment on version.
10630
10631 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10632
10633         * smiley.el: Add missing test smiley.
10634
10635 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10636
10637         * mm-decode.el (mm-with-part): New macro.
10638         (mm-get-part): Use it; work with message/external-body as well.
10639         (mm-save-part): Treat name and filename equally.
10640
10641         * mm-extern.el (mm-extern-cache-contents): New function.
10642         (mm-inline-external-body): Use it; force the part to be displayed;
10643         move undisplayer added to the cached handle to the parent.
10644
10645         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10646         (gnus-mime-view-part-as-type): Work with message/external-body.
10647
10648         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10649
10650 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10651
10652         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10653         images in image-load-path.  [Sync with image.el, revision 1.60, in
10654         Emacs.]
10655
10656 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10657
10658         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10659         path rather than symbol.  Always return list of directories.
10660         Guarantee that image directory comes first.  [Sync with image.el,
10661         revision 1.59, in Emacs.]
10662
10663         * message.el (message-make-tool-bar): Adjust to new API of
10664         `gmm-image-load-path-for-library'.
10665
10666         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10667
10668         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10669
10670 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10671
10672         * gnus-art.el (gnus-article-only-boring-p):
10673         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10674         intangible text.
10675         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10676
10677 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10678
10679         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10680         `defun' instead of `gmm-defun-compat'.
10681
10682 2006-03-14  Simon Josefsson  <jas@extundo.com>
10683
10684         * message.el (message-unique-id): Don't use message-number-base36
10685         if (user-uid) is a float.
10686         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10687
10688 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10691
10692         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10693         empty line between a part and a message part.
10694
10695 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10696
10697         * smiley.el: Add more test smileys.
10698         (smiley-data-directory, smiley-regexp-alist)
10699         (gnus-smiley-file-types): Fix doc strings.
10700         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10701         adding new elements.
10702         (smiley-mouse-map): Unused code.  Make it a comment.
10703
10704 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10707         scan latest NoCeM messages instead of old ones.
10708         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10709         delimiters that are recently used.
10710         (gnus-nocem-load-cache): Add autoload cookie.
10711
10712         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10713
10714         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10715         level which is larger than gnus-use-nocem is specified.
10716
10717         * gnus-group.el (gnus-group-get-new-news): Ditto.
10718
10719 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10720
10721         * gnus-util.el (gnus-tool-bar-update): New function.
10722
10723         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10724         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10725
10726         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10727
10728         * gnus-group.el (gnus-group-redraw-when-idle)
10729         (gnus-group-redraw-check): Remove.
10730         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10731
10732 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10735         if optional last element is specified in splits (FIELD VALUE...).
10736
10737 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10738
10739         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10740         to gmm-image-load-path-for-library.  Call with no-error argument.
10741         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10742
10743         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10744
10745         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10746
10747         * gmm-utils.el (gmm-image-load-path): Remove alias.
10748
10749 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10750
10751         * gmm-utils.el (gmm-image-load-path): Add alias.
10752
10753         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10754         nnml-generate-nov-databases-1.
10755         (nnml-generate-nov-databases): Use it.
10756         (nnml-generate-nov-databases-directory): Document no-active
10757         argument.
10758
10759         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10760         directory if path is t.  Add no-error.
10761
10762         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10763         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10764
10765         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10766         resetting gnus-article-browse-html-temp-list.
10767
10768         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10769         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10770         Add example to docstring.  Rename local variables.  Move error
10771         checks to default case in cond and simplify.
10772
10773 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10776         handle is multipart when calling it recursively.
10777         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10778
10779 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10780
10781         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10782         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10783
10784 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10785
10786         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10787         is loaded.
10788
10789         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10790         loaded.
10791
10792 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10793
10794         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10795         to "Emacs 23 (unicode)" in doc string.
10796
10797         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10798         "Emacs 23 (unicode)" in comment.
10799
10800 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10801
10802         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10803
10804         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10805         characters 160 through 255 in Emacs 23.
10806
10807 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10808
10809         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10810         gnus-article-browse-html-temp.
10811         (gnus-article-browse-delete-temp): Make it customizable.  Add
10812         `file'.  Adjust doc string.
10813         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10814         query for each file.  Adjust doc string.
10815         (gnus-article-browse-html-parts): Add
10816         `gnus-article-browse-delete-temp-files' to
10817         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10818
10819 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10820
10821         * gnus-art.el (gnus-article-browse-html-temp)
10822         (gnus-article-browse-delete-temp): New variables.
10823         (gnus-article-browse-delete-temp-files): New function.
10824         (gnus-article-browse-html-parts): Use it.
10825
10826 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10827
10828         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10829
10830         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10831         string.
10832
10833         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10834         gnus-summary-insert-new-articles when unplugged.  Remove
10835         gnus-summary-search-article-forward.
10836
10837         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10838         display-visual-class instead of display-color-cells.
10839
10840 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10841
10842         * dgnushack.el: Autoload customize-group for XEmacs.
10843
10844         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10845         message/* containing non-ASCII text properly.
10846
10847 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10848
10849         * message.el: Require gmm-utils, remove autoloads.
10850         (message-tool-bar): Set default based on
10851         gmm-tool-bar-style.
10852         (message-tool-bar-gnome): Add gmm-customize-mode.
10853
10854         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10855         gmm-tool-bar-style.
10856         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10857
10858         * gnus-group.el (gnus-group-tool-bar): Set default based on
10859         gmm-tool-bar-style.
10860         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10861
10862         * gmm-utils.el (gmm-image-directory): Rename variable from
10863         gmm-image-load-path.
10864         (gmm-image-load-path): Use gmm-image-directory.
10865         (gmm-customize-mode): New function.
10866         (gmm-tool-bar-style): New variable.
10867
10868         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10869         gnus-group-redraw-line-number.
10870         (gnus-group-redraw-check): Simplify.
10871         (gnus-group-tool-bar-update): Remove redraw check.
10872         (gnus-group-make-tool-bar): Add redraw check.
10873
10874 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10875
10876         * gnus-art.el (gnus-button): Add missing parentheses.
10877
10878 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * lpath.el: Fbind line-number-at-pos.
10881
10882 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10885
10886 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10887
10888         * gnus-art.el (gnus-button): New face.
10889         (gnus-article-button-face): Use it.
10890
10891         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10892         gnus-summary-next-page.  Re-order.
10893
10894         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10895         next-node are now included.
10896         (gnus-group-redraw-line-number): New internal variable.
10897         (gnus-group-redraw-check): Helper function for updating the tool
10898         bar.
10899         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10900
10901         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10902
10903         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10904         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10905         Use it to match format of Spamassassin 3.0 and later.  Reported by
10906         IRIE Tetsuya <irie@t.email.ne.jp>.
10907         (spam-check-bogofilter)
10908         (spam-bogofilter-register-with-bogofilter): Fix args of
10909         `gnus-error' calls.
10910
10911 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10912
10913         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10914         unnecessary interaction when sending queued mails.  Reported by
10915         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10916
10917 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10918
10919         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10920         first or last are nil.
10921
10922 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10923
10924         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10925
10926 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10927
10928         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10929
10930 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10931
10932         * dns.el (query-dns): Protect more against buggy tcp output.
10933
10934 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10935
10936         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10937         nov.php.
10938
10939 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10940
10941         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10942         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10943         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10944         output on the server side.
10945         (nnweb-google-create-mapping): Update regexps and add some
10946         progress indication.
10947
10948 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10949
10950         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10951         gnus-agent-toggle-plugged.  Re-order icons.
10952         (gnus-group-tool-bar-gnome): Add
10953         gnus-group-{prev,next}-unread-group.
10954         (gnus-group-tool-bar-gnome): Re-order icons.
10955
10956         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10957         gnus-summary-insert-new-articles.
10958
10959         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10960         comments.
10961
10962         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10963         also available in Emacs 21.3.
10964
10965         * message.el (message-fix-before-sending): Change "Emacs 22" to
10966         "Emacs 23 (unicode)" in comment.
10967
10968         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10969         "Emacs 23 (unicode)" in comment.
10970
10971         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10972         comment.
10973         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10974
10975         * mm-view.el (mm-fill-flowed): Add :version.
10976
10977 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10980         and load-path.
10981
10982 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10983
10984         * message.el: Autoload gmm-image-load-path.
10985         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10986         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10987         consitency.
10988
10989         * gmm-utils.el (gmm-image-load-path): Also search in
10990         "../etc/images".  Don't set gmm-image-load-path if we don't find
10991         the image.
10992
10993 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10994
10995         * gmm-utils.el (gmm-image-load-path): Don't make
10996         `gmm-image-load-path' include subdirectories which the second arg
10997         `image' might specify.
10998
10999         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11000         subdirectory to icon file names.
11001
11002         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11003
11004 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11005
11006         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11007         gmm-image-load-path calls.
11008
11009         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11010
11011         * message.el (message-make-tool-bar): Ditto.
11012
11013         * mml.el (mml-preview): Added comment concerning tool bar icons.
11014
11015         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11016         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11017
11018         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11019         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11020
11021         * message.el (message-tool-bar-gnome): Use new icon names.
11022         (message-make-tool-bar): Use `gmm-image-load-path'.
11023
11024         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11025         functions from MH-E.
11026         (gmm-image-load-path): New variable from MH-E.
11027         (gmm-image-load-path): New function from MH-E.  Added arguments
11028         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11029         *-image-load-path-called-flag.
11030
11031 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11032
11033         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11034
11035 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11036
11037         * nnimap.el (nnimap-request-move-article): Change folder back to
11038         source group before deleting.
11039
11040 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11041
11042         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11043
11044         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11045         mm-url.
11046
11047         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11048
11049 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11050
11051         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11052         coding system which mm-charset-to-coding-system returns for a
11053         given charset is valid.
11054
11055 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11056
11057         * html2text.el (html2text-remove-tag-list):
11058         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11059
11060 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11061
11062         * gnus-cus.el: Revert 2005-10-17 change.
11063
11064 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11065
11066         * gnus-art.el (article-strip-banner): Call
11067         article-really-strip-banner only when the regexp match is made.
11068
11069 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11070
11071         * gnus-art.el (article-strip-banner): Use
11072         gnus-extract-address-components instead of
11073         mail-header-parse-addresses to make it work with non-ASCII text;
11074         remove mail-encode-encoded-word-string.
11075
11076         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11077         values which are surrounded with \"...\"; make it never cause a
11078         Lisp error; give up parsing of parameters if it failed in
11079         extracting type.
11080
11081 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11082
11083         * smime.el (smime-cert-by-ldap-1): Fix bug where
11084         `smime-ldap-search' returns results without userCertificates.
11085
11086 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11087
11088         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11089
11090 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11091
11092         * spam.el (spam-check-spamassassin-headers): Adapt format for
11093         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11094         <ari@mbf.ocn.ne.jp>.
11095         (spam-list-of-processors): Add spam-use-gmane.
11096
11097 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11100         make-temp-file; make it work with XEmacs as well.
11101
11102         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11103         mm-make-temp-file.
11104
11105         * mm-decode.el (mm-display-external): Use the 3rd arg of
11106         mm-make-temp-file.
11107         (mm-create-image-xemacs): Ditto.
11108
11109 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11110
11111         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11112         with message-narrow-to-headers.
11113         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11114         (gnus-draft-check-draft-articles): New function.
11115         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11116
11117 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11118
11119         * gnus-art.el (gnus-article-browse-html-parts):
11120         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11121         Don't use suffix argument for mm-make-temp-file for Emacs 21
11122         compatibility.  Remove useless `format'.
11123
11124 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11125
11126         * nnweb.el (nnweb-google-wash-article): Update regexps.
11127         (nnweb-group-alist): Use defvoo instead of defvar.
11128
11129 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11130
11131         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11132         re-loading nn* modules.
11133
11134 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11135
11136         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11137         for `tool-bar-mode' and don't check it's default-value.
11138
11139         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11140
11141         * message.el (message-make-tool-bar): Ditto.
11142
11143         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11144         `substring'.  Shorten tmp-file name.
11145
11146         * gnus.el: Remove bogus comment.
11147
11148 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11149
11150         * gnus-art.el (gnus-article-browse-html-parts): New function.
11151         (gnus-article-browse-html-article): New function for viewing html
11152         articles with a browser.
11153
11154 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11155
11156         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11157         in elisp.
11158         (pgg-gpg-encrypt-symmetric-region): Ditto.
11159         (pgg-gpg-sign-region): Ditto.
11160
11161         * pgg-def.el (pgg-text-mode): New variable.
11162
11163         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11164         (mml2015-pgg-encrypt): Ditto.
11165
11166         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11167         (mml1991-pgg-encrypt): Ditto.
11168
11169 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11170
11171         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11172         message-make-date instead of current-time-string.
11173
11174         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11175         to gnus-decoded which mm-uu might set.
11176
11177 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11180         don't decode quoted parameters; remove misimported Emacs code.
11181         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11182         (rfc2231-decode-encoded-string): Don't use split-string which
11183         behaves differently according to Emacs version; use
11184         mm-decode-coding-region to convert charset to coding-system.
11185         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11186         (rfc2231-encode-string): Remove misimported Emacs code.
11187
11188 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11191         when calling mail-header-parse-content-type.
11192         (article-de-quoted-unreadable): Ditto.
11193         (article-de-base64-unreadable): Ditto.
11194         (article-wash-html): Ditto.
11195
11196         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11197         calling mail-header-parse-content-type and
11198         mail-header-parse-content-disposition.
11199         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11200         mail-header-parse-content-type.
11201
11202         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11203         insert charset and format parameters; encode description after
11204         inserting it to buffer.
11205         (mml-insert-parameter): Fold lines properly even if a parameter is
11206         segmented into two or more lines; change the max column to 76.
11207
11208         * rfc1843.el (rfc1843-decode-article-body): Don't use
11209         ignore-errors when calling mail-header-parse-content-type.
11210
11211         * rfc2231.el (rfc2231-parse-string): Return at least type if
11212         possible; don't cause an error even if it fails in parsing of
11213         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11214         (rfc2231-encode-string): Don't break lines at the beginning, leave
11215         it to mml-insert-parameter.
11216
11217         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11218         calling mail-header-parse-content-type.
11219
11220 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11221
11222         * spam-report.el (spam-report-gmane-use-article-number):
11223         Improve doc string.
11224         (spam-report-gmane-internal): Check if a suitable header was found
11225         in the article.
11226
11227 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11228
11229         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11230         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11231
11232 2006-02-05  Romain Francoise  <romain@orebokech.com>
11233
11234         Update copyright notices of all files in the gnus directory.
11235
11236 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11237
11238         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11239
11240 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11241
11242         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11243         segmented lines of parameter value to cope with Thunderbird 1.5
11244         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11245         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11246         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11247
11248 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11249
11250         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11251         parts.
11252
11253 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11254
11255         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11256         there's only one active file for all servers.
11257         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11258         solid groups.  Gnus might have used a FAST request to select the group.
11259         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11260         and nnweb-search redundantly in the active file.
11261         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11262         (nnweb-request-create-group): Don't use ARGS.
11263         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11264         initialisations.  Let nnoo do the work.
11265
11266 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11267
11268         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11269         Say the part has been decoded.
11270
11271         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11272
11273 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11274
11275         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11276         mailcap-viewer-test-cache when there's no 'test clause, since that
11277         will invert the meaning of a "nil" test previously determined by
11278         mailcap-mailcap-entry-passes-test.
11279
11280 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11281
11282         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11283         compiling.
11284
11285         * gnus-sum.el: Ditto.
11286
11287         * message.el: Don't bind tool-bar-map when compiling.
11288
11289 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11290
11291         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11292
11293 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11294
11295         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11296         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11297         current Google Groups.
11298
11299 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11300
11301         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11302         and tool-bar-mode.
11303
11304         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11305         and tool-bar-mode.
11306
11307         * message.el (message-tool-bar-update): Simplify.
11308         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11309
11310         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11311         gnus-summary-buffer.
11312         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11313         gnus-summary-reply.
11314
11315         * gmm-utils.el (gmm): Add :version.
11316
11317 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * Makefile.in (clean): New rule.
11320         (distclean): Use it.
11321
11322 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11323
11324         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11325         autoload.
11326
11327 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11328
11329         * gmm-utils.el (gmm-verbose): Add :group.
11330
11331 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11332
11333         * message.el: Change some comments WRT tool-bars.
11334
11335         * gnus-sum.el (gnus-summary-tool-bar)
11336         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11337         (gnus-summary-tool-bar-zap-list): New variables.
11338         (gnus-summary-make-tool-bar): Complete rewrite using
11339         `gmm-tool-bar-from-list'.
11340
11341         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11342         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11343         variables.
11344         (gnus-group-make-tool-bar): Complete rewrite using
11345         `gmm-tool-bar-from-list'.
11346         (gnus-group-tool-bar-update): New function.
11347
11348         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11349
11350 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11351
11352         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11353         is dissected into a single part of which the type is the same as
11354         the given one; decode charset.
11355
11356 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11357
11358         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11359         into alists as symbol not string, since that's what
11360         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11361         look for.
11362
11363 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11364
11365         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11366         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11367
11368         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11369
11370 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11373         (gnus-xmas-mime-security-button-menu): New function.
11374
11375         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11376         (gnus-mime-security-button-menu): New definition.
11377         (gnus-mime-security-button-map): Use them.
11378         (gnus-mime-security-button-menu): New function.
11379         (gnus-insert-mime-security-button): Addition to help echo.
11380         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11381         (gnus-mime-security-pipe-part): New functions.
11382
11383         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11384         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11385
11386         * mm-decode.el (mm-handle-set-disposition): Remove.
11387         (mm-handle-set-description): Remove.
11388
11389 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11390
11391         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11392         (mm-w3m-standalone-supports-m17n-p): New function.
11393         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11394         w3m usage.
11395
11396         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11397         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11398
11399 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11400
11401         * message.el (message-tool-bar-zap-list): Use
11402         gmm-tool-bar-zap-list as custom type.
11403         (message-tool-bar-update): New function.
11404         (message-tool-bar, message-tool-bar-gnome)
11405         (message-tool-bar-retro): Add message-tool-bar-update.
11406         (message-tool-bar-gnome): Add flyspell-buffer.
11407
11408         * gnus-util.el (gnus-error): Describe `args'.
11409
11410         * gmm-utils.el (gmm-error): Describe `args'.
11411         (gmm-tool-bar-zap-list): New widget.
11412         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11413
11414 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11417         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11418         the number of recursive calls.
11419
11420         * mm-decode.el (mm-handle-set-disposition): New macro.
11421         (mm-handle-set-description): New macro.
11422
11423 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11426         encoding.
11427
11428 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11429
11430         * message.el (message-tool-bar-zap-list, message-tool-bar)
11431         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11432         (message-tool-bar-local-item-from-menu): Remove.
11433         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11434         (message-make-tool-bar): New function.
11435         (message-mode): Use `message-make-tool-bar'.
11436
11437         * gmm-utils.el: New file.
11438         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11439         (gmm-lazy): New widget copied from `nnmail.el'.
11440         (gmm-tool-bar-from-list): New function for creating customizable
11441         tool bars.
11442         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11443         output.
11444         (gmm): Add :prefix to defgroup.
11445
11446 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11447
11448         * gmm-utils.el (gmm-widget-p): New function.
11449
11450 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11451
11452         * mml.el (mml-attach-file): Describe `description' in doc string.
11453         (mml-menu): Add Emacs MIME manual and PGG manual.
11454
11455 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11456
11457         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11458
11459 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11460
11461         * nntp.el (nntp-end-of-line): Doc fix.
11462
11463 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11464
11465         * imap.el (imap-open): Handle case where buffer is a buffer
11466         object.
11467
11468 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11469
11470         * gnus-delay.el (gnus-delay): Don't autoload.
11471         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11472         to be re-loaded when customizing the `gnus-delay' group.
11473
11474 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11475
11476         * message.el (message-insert-citation-line): Use newlines.
11477
11478 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11479
11480         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11481         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11482         these routines, so the passphrase can be managed externally and
11483         passed in to the system.
11484         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11485         pgg-add-passphrase-to-cache function.
11486
11487         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11488         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11489         these routines, so the passphrase can be managed externally and
11490         passed in to the system.
11491         (pgg-pgp5-sign-region): Use new name of
11492         pgg-add-passphrase-to-cache function.
11493
11494 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11495
11496         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11497         part of the decoded armor to find the key-identifier.
11498         (pgg-gpg-lookup-key-owner): New function to return the
11499         human-readable identifier of a key owner.
11500         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11501         itself.
11502         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11503         the key value) if we have a key and can match it against a secret
11504         key.  Also, added a note pointing out fact that the prompt only
11505         indicates the first matching key.
11506
11507         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11508         pgg-decrypt-region.
11509         (pgg-add-passphrase-to-cache): Rename from
11510         `pgg-add-passphrase-cache' to reduce confusion (all callers
11511         changed).
11512         (pgg-remove-passphrase-from-cache): Rename from
11513         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11514         changed).
11515         (pgg-read-passphrase, pgg-add-passphrase-cache)
11516         (pgg-remove-passphrase-cache): Add informative docstrings.
11517         (pgg-decrypt): Convey provided passphrase in subordinate call to
11518         pgg-decrypt-region.
11519
11520 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11521
11522         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11523         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11524         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11525         'passphrase' argument, so the passphrase can be managed externally
11526         and then passed in to the system.
11527
11528         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11529         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11530         so the passphrase cache can be used reliably with identifiers
11531         besides a pgp packet's key id.
11532
11533         * pgg-gpg.el (pgg-gpg-encrypt-region)
11534         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11535         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11536         these routines, so the passphrase can be managed externally and
11537         passed in to the system.
11538
11539         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11540         'notruncate' argument, so the passphrase cache can be used
11541         reliably with identifiers besides a pgp packet's key id.
11542
11543 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11544
11545         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11546         symmetric encryption.
11547         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11548         encrypted session key.
11549         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11550         message ask for the passphrase in a proper way.
11551
11552         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11553         New user commands for symmetric encryption.
11554
11555 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11556
11557         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11558
11559         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11560
11561 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11562
11563         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11564
11565 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11566
11567         * mm-decode.el (mm-inlined-types): Add application/pgp.
11568         (mm-automatic-display): Ditto.
11569
11570         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11571         part as text.
11572
11573 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * nnrss.el: Update copyright.
11576         (nnrss-opml-import): Query whether to subscribe to each entry.
11577
11578         * gnus-art.el:
11579         * gnus-sum.el:
11580         * gnus-xmas.el:
11581         * messagexmas.el:
11582         * mm-uu.el:
11583         * mm-view.el: Update copyright.
11584
11585 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11586
11587         * message.el (message-info): New function.
11588         (message-mode-menu): Add it.
11589         Update copyright.
11590
11591         * ChangeLog: Fix and update copyright.
11592
11593 2006-01-13  Romain Francoise  <romain@orebokech.com>
11594
11595         * message.el (message-forward-subject-name-subject): Prefer the
11596         address to 'nowhere' if the sender has no name.
11597         Fix typo.  Update copyright year.
11598
11599 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11600
11601         * gnus-art.el (article-wash-html): Use
11602         gnus-summary-show-article-charset-alist if a numeric arg is given.
11603         (gnus-article-wash-html-with-w3m-standalone): New function.
11604
11605         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11606         mm-inline-text-html-render-with-w3m-standalone.
11607         (mm-text-html-washer-alist): Map w3m-standalone to
11608         gnus-article-wash-html-with-w3m-standalone.
11609         (mm-inline-text-html-render-with-w3m-standalone): New function.
11610
11611 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11612
11613         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11614         Improve LaTeX.
11615
11616 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11617
11618         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11619         (nnrss-request-article): Render text/plain parts as HTML.
11620
11621         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11622         the buffer.
11623
11624 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11625
11626         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11627         custom definition of `gnus-posting-styles'.
11628
11629         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11630         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11631
11632 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11633
11634         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11635         Use nntp for bug archive.
11636
11637 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11638
11639         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11640         parts.
11641         (nnrss-normalize-date): New function converts ISO 8601 date into
11642         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11643         (nnrss-check-group): Use it.
11644
11645 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11648
11649         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11650         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11651         (nnrss-insert-w3): Ditto.
11652
11653 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11654
11655         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11656         the articles to be forwarded including the case where neither a
11657         number of articles nor a region is specified.
11658
11659 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * nnrss.el (nnrss-request-article): Fix last change; fill
11662         text/plain parts.
11663
11664 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11667         in text/plain part.
11668         (nnrss-check-group): Don't add excessive newline to dc:subject.
11669
11670 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11671
11672         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11673         article.
11674
11675 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11676
11677         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11678         (nnml-use-compressed-files, nnml-save-mail): Support other
11679         comression programs such as bzip2.
11680
11681 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11682
11683         * dns.el (query-dns): Make sure we check the buffer size before
11684         removing tcp headers.
11685
11686 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11689         remove MIME buttons associated with multipart/alternative parts.
11690         (gnus-mime-display-alternative): Tag buttons using `article-type'
11691         text property.
11692
11693         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11694         associated with multipart/alternative parts.
11695
11696         * gnus-art.el (gnus-signature-separator): Fix custom type.
11697
11698         * mm-decode.el (mm-inlined-types): Fix custom type.
11699         (mm-keep-viewer-alive-types): Ditto.
11700         (mm-automatic-display): Ditto.
11701         (mm-attachment-override-types): Ditto.
11702         (mm-inline-override-types): Ditto.
11703         (mm-automatic-external-display): Ditto.
11704
11705 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * spam-report.el (spam-report-user-mail-address)
11708         (spam-report-user-agent): New variables.
11709         (spam-report-url-ping-plain): Use spam-report-user-agent.
11710
11711 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11712
11713         * gnus-art.el (gnus-button-handle-custom): Do not just use
11714         `customize-apropos' for any "M-x customize-*" button but the
11715         function called for.  Accept both the function name and its
11716         argument in order to achieve this.
11717         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11718         function name to `gnus-button-handle-custom' in case of "M-x
11719         customize-*" buttons.
11720
11721 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11722
11723         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11724         multipart/alternative and add xref to mm-discouraged-alternatives
11725         in doc string.
11726
11727         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11728         gnus-buttonized-mime-types in doc string.
11729
11730 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11731
11732         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11733         Suggest image/.* in the doc string.
11734
11735 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11736
11737         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11738         message-marks (Debian bug #342521).
11739
11740 2005-12-12  Simon Josefsson  <jas@extundo.com>
11741
11742         * password.el (password-read-from-cache): Add.
11743         (password-read): Use it.
11744
11745 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11746
11747         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11748         us-ascii as a MIME charset.
11749
11750         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11751         against the case where the 2nd arg TYPE is nil.
11752
11753 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11754
11755         * pop3.el (pop3-stream-type): Fix custom version.
11756
11757         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11758
11759 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11760
11761         * mm-decode.el (mm-display-external): Add missing cdr.
11762
11763 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11764
11765         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11766         RFC1524) if it is in mailcap or add a suffix according to
11767         mailcap-mime-extensions when generating a temp filename; postpone
11768         deleting a temp file for 2 seconds for some wrappers, shell
11769         scripts, and so on, which might exit right after having started a
11770         viewer command as a background job.
11771
11772 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11773
11774         * nntp.el (nntp-marks-directory): Fix custom group.
11775
11776         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11777         steps when < 10.
11778
11779         * gnus-start.el (gnus-no-server-1): Mention
11780         `gnus-level-default-subscribed' in doc string.
11781
11782 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11783
11784         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11785         parens.
11786
11787 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11788
11789         * gnus-xmas.el (gnus-use-toolbar): Revert.
11790         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11791         gnus-use-toolbar is default.
11792
11793         * messagexmas.el (message-use-toolbar): Revert.
11794         (message-setup-toolbar): Use global default-toolbar if
11795         message-use-toolbar is default.
11796
11797 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11800         according to default-toolbar-visible-p.
11801
11802         * messagexmas.el (message-use-toolbar): Ditto.
11803
11804 2005-11-26  Dave Love  <fx@gnu.org>
11805
11806         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11807         (tls-program, tls-success): Provide openssl alternative.
11808
11809         * starttls.el: Doc fixes.
11810         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11811         SERVICE to PORT.
11812
11813         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11814         port null or service name.
11815         (starttls-negotiate): Autoload.
11816
11817 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * message.el (message-kill-to-signature): Fix interactive spec.
11820
11821 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * pop3.el (pop3-open-server): Recognize a string as a service name.
11824
11825 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11826
11827         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11828
11829 2005-11-23  Dave Love  <fx@gnu.org>
11830
11831         Add pop3s, pop3/starttls.
11832
11833         * pop3.el (pop3-authentication-scheme): Clarify doc.
11834         (open-tls-stream, starttls-open-stream): Autoload.
11835         (pop3-stream-type): New.
11836         (pop3-open-server): Use it.
11837
11838         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11839         for POP.
11840         (mail-source-keyword-map): Add :stream for POP.
11841         (mail-source-fetch-pop): Use pop3-stream-type.
11842
11843 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11844
11845         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11846         of current-time-string.
11847
11848 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11849
11850         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11851         date header.
11852
11853 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11854
11855         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11856         it can seriously impact performance as it bypasses the agent's
11857         local caches.
11858
11859 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11860
11861         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11862         must be explicitly online rather than "not explicitly offline" for
11863         its flags to be synchronized.
11864
11865         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11866         that gnus-uu-unmark-thread will function correctly.
11867
11868         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11869         1024K is instead displayed as 1M.
11870
11871 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11872
11873         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11874
11875 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11876
11877         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11878
11879 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11880
11881         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11882         error message to display actual error condition.
11883         (gnus-agent-save-local): Avoid saving symbols that are bound to
11884         nil as they simply result in a warning message in
11885         gnus-agent-read-local.
11886
11887 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11888
11889         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11890         rather than make-variable-buffer-local for file-precious-flag.
11891
11892 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11893
11894         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11895         for duplicates which are removed.  The invalid sort check then
11896         triggers a rescan after the sort as sorting may have moved
11897         duplicate entries such that they can be cheaply detected.
11898
11899 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11900
11901         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11902
11903 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11904
11905         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11906         internal variable to a custom variable.  Changed default value
11907         from compressed(2) to uncompressed(1).
11908         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11909         support for uncompressed agentview files.  Taken together, reading
11910         the agentview file should now be 6-7 times faster.
11911
11912 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11913
11914         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11915         as a buffer-local variable.  This avoids creating truncated
11916         dribble files as a result of a hang up, eg.
11917
11918 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11919
11920         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11921         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11922         XEmacs.
11923
11924 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11925
11926         * gnus-start.el (gnus-start-draft-setup): Enforce
11927         `gnus-draft-mode' for nndraft:drafts at startup.
11928
11929         * gnus.el (gnus-splash): Change custom group.
11930         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11931         allow-list argument.
11932
11933         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11934         string.
11935
11936 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11937
11938         * gnus-art.el (gnus-default-article-saver): Add user-defined
11939         `function' to custom type.
11940
11941 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11942
11943         * imap.el (imap-open): Handle case where buffer is a buffer
11944         object.
11945
11946 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11947
11948         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11949         long lines.
11950         (gnus-cache-delete-group): Wrap doc strings.
11951
11952         * gnus-agent.el (gnus-agent-rename-group)
11953         (gnus-agent-delete-group): Wrap doc strings.
11954
11955 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11956
11957         * messagexmas.el (message-use-toolbar): Change the valid values
11958         into default, top, bottom, left, and right.
11959         (message-toolbar-thickness): New variable.
11960         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11961         well.
11962         (message-setup-toolbar): Make it work.
11963
11964         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11965         (gnus-use-toolbar): Change the valid values into default, top,
11966         bottom, left, and right.
11967         (gnus-toolbar-thickness): New variable.
11968         (gnus-xmas-setup-toolbar): New function.
11969         (gnus-xmas-setup-group-toolbar): Use it.
11970         (gnus-xmas-setup-summary-toolbar): Use it.
11971
11972 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11973
11974         * gnus-start.el (gnus-1): Add "native" to
11975         gnus-predefined-server-alist.
11976
11977         * gnus.el (gnus-method-to-server): Don't add "native" to the
11978         lists here, because that leads to problems when
11979         gnus-select-method is bound.
11980
11981 2005-11-09  Simon Josefsson  <jas@extundo.com>
11982
11983         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11984         use (not sort-by-date) instead.
11985
11986 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11987
11988         * gnus-delay.el (gnus-delay-group): Don't autoload.
11989         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11990         to be re-loaded when customizing the `gnus-delay' group.
11991
11992 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11993
11994         * message.el: Revert last changes.
11995         (message-insert-citation-line): Use newlines.
11996
11997 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11998
11999         * message.el (message-courtesy-message)
12000         (message-mark-insert-begin, message-mark-insert-end)
12001         (message-elide-ellipsis, message-cancel-message)
12002         (message-add-header, message-change-subject)
12003         (message-cross-post-followup-to-header)
12004         (message-cross-post-insert-note, message-reduce-to-to-cc)
12005         (message-widen-reply, message-delete-not-region)
12006         (message-kill-to-signature, message-insert-signature)
12007         (message-insert-importance-high, message-insert-importance-low)
12008         (message-insert-or-toggle-importance)
12009         (message-insert-disposition-notification-to)
12010         (message-indent-citation, message-yank-original)
12011         (message-cite-original-without-signature, message-cite-original)
12012         (message-insert-citation-line, message-position-on-field)
12013         (message-fix-before-sending, message-send-mail-partially)
12014         (message-send-mail, message-send-mail-with-sendmail)
12015         (message-send-mail-with-qmail, message-send-news)
12016         (message-check-news-header-syntax, message-generate-headers)
12017         (message-insert-courtesy-copy, message-fill-address)
12018         (message-fill-header, message-shorten-references)
12019         (message-setup-1, message-cancel-news)
12020         (message-forward-make-body-plain, message-forward-make-body-mime)
12021         (message-forward-make-body-mml, message-encode-message-body)
12022         (message-forward-make-body-digest-plain)
12023         (message-forward-make-body-digest-mime)
12024         (message-use-alternative-email-as-from): Insert `hard-newline'
12025         instead of ordinary newlines.
12026
12027 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12028
12029         * message.el (message-generate-headers): Downcase the argument
12030         given to message-check-element.
12031
12032 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12033
12034         * nntp.el (nntp-authinfo-rejected): New error condition.
12035         (nntp-wait-for): Use new error condition to signal authentication
12036         error.
12037         (nntp-retrieve-data): Rethrow new error condition to break out of
12038         recursive call to nntp-send-authinfo.
12039
12040 2005-11-08  Romain Francoise  <romain@orebokech.com>
12041
12042         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12043         (gnus-summary-exit-map): Bind to `Z p'.
12044         (gnus-summary-make-menu-bar): Add menu item.
12045
12046 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12047
12048         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12049         (gnus-treat-*): Add `first' in all doc strings.
12050
12051         * gnus-group.el (gnus-group-compact-group): Fix typo.
12052
12053 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * gnus.el (gnus-parameters-case-fold-search): New variable.
12056         (gnus-parameters-get-parameter): Use it.
12057
12058         * gnus-score.el (gnus-home-score-file): Doc fix.
12059
12060 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12061
12062         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12063
12064 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * mm-util.el (mm-special-display-p): New function.
12067
12068         * mml.el (mml-preview): Use it; doc fix.
12069
12070 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12071
12072         * imap.el (imap-open): Handle case where buffer is a buffer object.
12073
12074 2005-10-29  Romain Francoise  <romain@orebokech.com>
12075
12076         * message.el (message-fix-before-sending): Fix comment.
12077
12078 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12079
12080         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12081
12082 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12083
12084         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12085         Used in gnus-score.el.
12086
12087 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12088
12089         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12090
12091 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12092
12093         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12094         whitespace removed in revision 7.8.  Use concatenated string to
12095         protect trailing whitespace.
12096
12097 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12098
12099         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12100         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12101         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12102         Courier IMAP ("some version from 2004").  Mostly based on similar
12103         code in the same function.
12104
12105 2005-10-26  Didier Verna  <didier@xemacs.org>
12106
12107         * gnus-group.el (gnus-group-compact-group): Invalidate original
12108         article buffer.
12109         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12110         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12111         NOV database and in article itself.
12112         Invalidate article backlog.
12113
12114 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12115
12116         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12117
12118 2005-10-26  Simon Josefsson  <jas@extundo.com>
12119
12120         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12121         part of 2004-07-25 change.
12122
12123 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12124
12125         * message.el (message-display-completion-list): New function.
12126         (message-expand-group): Use it; make sure the Completions buffer
12127         is modifiable.
12128 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12129
12130         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12131         user-mail-name is an empty string.
12132
12133 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12134
12135         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12136         depending on gnus-score-decay-constant.
12137
12138         * encrypt.el (encrypt-insert-file-contents)
12139         (encrypt-write-file-contents): Don't use `gnus-message'.
12140
12141         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12142         arguments.
12143         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12144         arguments to mm-uu-verbatim-marks-extract.
12145         (mm-uu-hide-markers): New variable.
12146         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12147
12148         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12149         (gnus-convert-image-to-face-command): Use "convert" by default to
12150         allow other input image formats.
12151         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12152         accordingly.
12153
12154 2005-10-23  Simon Josefsson  <jas@extundo.com>
12155
12156         * imap.el (imap-gssapi-program): Align command line parameters
12157         with latest GNU SASL.
12158         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12159
12160 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12161
12162         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12163         HTML.
12164         (nnslashdot-request-article): Ditto.
12165
12166         * lpath.el (featurep): Add nobreak-char-display.
12167
12168 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12169
12170         * mail-source.el (mail-source-fetch-pop): Require pop3.
12171         (mail-source-check-pop): Ditto.
12172
12173 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12176         errors.
12177
12178 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12179
12180         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12181         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12182
12183         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12184
12185         * mm-bodies.el (mm-decode-string): Call
12186         `mm-charset-to-coding-system' with allow-override argument.
12187
12188 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12189
12190         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12191         (rfc2047-charset-to-coding-system): New function.
12192         (rfc2047-decode-encoded-words): New function.
12193         (rfc2047-decode-region): Use them.
12194         (rfc2047-decode-cte): Remove.
12195         (rfc2047-parse-and-decode): Remove.
12196         (rfc2047-decode): Remove.
12197
12198 2005-10-15  Kenichi Handa  <handa@m17n.org>
12199
12200         * rfc2047.el (rfc2047-decode-cte): New function.
12201         (rfc2047-decode-region): Change the way to decode successive
12202         encoded-words: decode B- or Q-encoding in each encoded-word,
12203         concatenate them, and decode it as charset.
12204
12205 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12206
12207         * lpath.el: Fbind codepage-setup for XEmacs.
12208
12209 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12210
12211         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12212         widget-move-and-invoke.
12213         (gnus-custom-mode): Use gnus-custom-map.
12214
12215 2005-10-15  Bill Wohler  <wohler@newt.com>
12216
12217         * message.el (message-tool-bar-map): Renamed image file from
12218         mail_send to mail/send.
12219
12220 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12221
12222         * message.el (message-expand-group): Pass the common
12223         prefix substring of completion to `display-completion-list'.
12224
12225 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12226
12227         * mml-sec.el (mml-secure-method): New internal variable.
12228         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12229         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12230         functions using mml-secure-method.
12231
12232         * mml.el (mml-mode-map): Add key bindings for those functions.
12233         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12234         Harder <harder@myrealbox.com>.
12235         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12236         end of message if point is the headers of the message.
12237
12238         * message.el (message-in-body-p): New function.
12239
12240         * assistant.el: Autoload gnus-util and netrc.
12241
12242         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12243         Use `mm-charset-override-alist' only when decoding.
12244
12245         * mm-bodies.el (mm-decode-body): Call
12246         `mm-charset-to-coding-system' with allow-override argument.
12247
12248         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12249         `filename' from Content-Disposition if Content-Type doesn't
12250         provide `name'.
12251         (gnus-mime-view-part-as-type): Set default instead of
12252         initial-input.
12253
12254 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12255
12256         * format-spec.el (format-spec): Propagate text properties of % spec.
12257
12258 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12259
12260         * gnus-art.el (gnus-treat-predicate): Add `first'.
12261
12262 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12263
12264         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12265         (mm-charset-override-alist): New variable.
12266         (mm-charset-to-coding-system): Use it.
12267         (mm-codepage-setup): New helper function.
12268         (mm-charset-eval-alist): New variable.
12269         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12270         about unknown charsets.
12271
12272         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12273
12274 2005-10-04  David Hansen  <david.hansen@gmx.net>
12275
12276         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12277         (nnrss-check-group): Ditto.
12278
12279 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12280
12281         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12282         Rename x-gnus-verbatim to x-verbatim.
12283         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12284
12285         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12286         x-verbatim.
12287
12288         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12289
12290         * gnus-util.el (gnus-remove-duplicates): Remove.
12291
12292         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12293         instead of gnus-remove-duplicates.
12294
12295         * message.el (message-remove-duplicates): Remove.
12296         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12297         message-remove-duplicates.
12298
12299         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12300         available, else use implementation from `delete-dups'.
12301
12302         * message.el (message-insert-expires): New function.
12303         (message-mode-map): Add key binding.
12304         (message-mode-field-menu): Add menu entry.
12305         (message-mode): Document it.
12306         (message-make-expires-date): Use `message-make-date'.
12307
12308 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12309
12310         * message.el (message-make-expires-date): New function.
12311
12312 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12313
12314         * Makefile.in (list-installed-shadows): New entry.
12315         (install): Use it.
12316         (remove-installed-shadows): New entry.
12317
12318         * dgnushack.el (dgnushack-default-load-path): New variable.
12319         (dgnushack-find-lisp-shadows): New function.
12320         (dgnushack-remove-lisp-shadows): New function.
12321
12322 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * Makefile.in (install-el-elc): New entry.
12325         (install): Use it so that .el files are necessarily installed.
12326
12327 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12328
12329         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12330
12331 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12332
12333         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12334         function rather than the diff-mode.el package.
12335         (mm-display-external): Use with-current-buffer.
12336         (mm-viewer-completion-map, mm-viewer-completion-map):
12337         Move initialization inside declaration.
12338
12339 2005-09-29  Simon Josefsson  <jas@extundo.com>
12340
12341         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12342         autoload mail-check-payment.
12343         (spam-check-hashcash): Define unconditionally, since hashcash.el
12344         is part of Gnus now.  Ignore errors from payment checking.
12345
12346 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12347
12348         * message.el (message-bold-region, message-unbold-region): Rename
12349         from `bold-region' and `unbold-region'.
12350
12351         * message.el: Remove useless autoloads.
12352
12353 2005-09-28  Simon Josefsson  <jas@extundo.com>
12354
12355         * message.el (message-use-idna): Default to t.
12356         (message-use-idna): Test whether encoding works too.  Doc fix.
12357
12358 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12359
12360         * nntp.el (nntp-warn-about-losing-connection): Remove.
12361
12362 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12363
12364         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12365         customizable.  Change default value.
12366         (mm-uu-diff-groups-regexp): Change default value.
12367         (mm-uu-type-alist): Add doc string.
12368         (mm-uu-configure): Add doc string.  Make it interactive.
12369         (mm-uu-tex-groups-regexp): New variable.
12370         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12371         (mm-uu-type-alist): Add LaTeX documents.
12372         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12373         of "text/verbatim".
12374         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12375
12376         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12377         instead of "text/verbatim".
12378
12379         * message.el (message-mark-inserted-region)
12380         (message-mark-insert-file): Use slrn style marks when called with
12381         prefix argument.
12382
12383 2005-09-27  Simon Josefsson  <jas@extundo.com>
12384
12385         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12386
12387 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12388
12389         * message.el (message-remove-duplicates): New function.
12390         Implementation borrowed from `gnus-remove-duplicates'.
12391         (message-idna-to-ascii-rhs): Also encode idna addresses in
12392         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12393         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12394         only ask about the same idna domain once per header and also tell
12395         in what header to replace the idna domain.
12396
12397         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12398         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12399         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12400         a header is decoded and not just the last one.
12401
12402 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12403
12404         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12405         has been decoded.
12406
12407         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12408         (mm-insert-part): Don't modify text if it has been decoded.
12409
12410         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12411         decoded.
12412
12413         * mm-view.el (mm-inline-text): Don't strip text props unless
12414         decoding enriched or richtext parts.
12415
12416 2005-09-25  Romain Francoise  <romain@orebokech.com>
12417
12418         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12419         * gnus-start.el (gnus-subscribe-interactively):
12420         * gnus-uu.el (gnus-uu-grab-articles):
12421         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12422         space.
12423
12424 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12425
12426         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12427         * mm-view.el (mm-view-pkcs7-decrypt):
12428         * gnus-sum.el (gnus-summary-limit-to-extra)
12429         (gnus-summary-respool-article, gnus-read-move-group-name):
12430         * gnus-score.el (gnus-summary-increase-score):
12431         * gnus-util.el (gnus-completing-read-with-default):
12432         * gnus-art.el (gnus-read-save-file-name)
12433         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12434         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12435         * message.el (message-check-news-header-syntax):
12436         Follow convention for reading with the minibuffer.
12437
12438 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12439
12440         * spam-report.el (spam-report-url-ping-plain):
12441         Use gnus-extended-version as User-Agent.
12442
12443         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12444         default value is nil.
12445
12446         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12447         (mm-uu-verbatim-marks-extract): New function.
12448         (mm-uu-extract): New face.
12449         (mm-uu-copy-to-buffer): Use it.
12450
12451         * spam-report.el (spam-report-gmane-ham): Renamed from
12452         `spam-report-gmane-unspam'.
12453         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12454         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12455
12456         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12457         Autoload.
12458         (spam-report-gmane-unregister-routine): Renamed
12459         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12460
12461 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12462
12463         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12464         (spam-report-gmane-unregister-routine): Add support for gmane
12465         unregistration.
12466
12467         * spam-report.el (spam-report-gmane-unspam)
12468         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12469         (spam-report-gmane): Change to take a single article and do unspam
12470         registration.
12471
12472 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12473
12474         * mm-url.el (mm-url-decode-entities): Fix regexp.
12475
12476 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12477
12478         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12479         default to nil, to be able to use Gnus at all.  If the default
12480         switches to something else, then the function should be fixed not
12481         be exceedingly slow.
12482
12483 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12484
12485         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12486         fail hard.
12487
12488         * spam-report.el: Add better Keywords line.
12489
12490         * spam.el: Add Maintainer and better Keywords line.
12491
12492 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12493
12494         * gnus-art.el (gnus-article-replace-part)
12495         (gnus-mime-replace-part): New functions.
12496         (gnus-mime-action-alist, gnus-mime-button-commands)
12497         (gnus-mime-save-part-and-strip): Added file argument.
12498         (gnus-article-part-wrapper): Added interactive argument.
12499
12500         * gnus-sum.el (gnus-summary-mime-map): Add
12501         `gnus-article-replace-part'.
12502
12503 2005-09-19  Didier Verna  <didier@xemacs.org>
12504
12505         The nnml compaction feature:
12506         * nnml.el (nnml-request-compact-group): New function.
12507         * nnml.el (nnml-request-compact): New function.
12508         * gnus-int.el (gnus-request-compact-group): New function.
12509         * gnus-int.el (gnus-request-compact): New function.
12510         * gnus-group.el (gnus-group-compact-group): New function.
12511         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12512         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12513         * gnus-srvr.el (gnus-server-compact-server): New function.
12514         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12515         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12516
12517 2005-09-18  Deepak Goel  <deego@gnufans.org>
12518
12519         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12520         format spec.
12521
12522 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12525
12526 2005-09-15  Romain Francoise  <romain@orebokech.com>
12527
12528         * message.el (message-fill-paragraph): Clarify docstring.
12529
12530 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12531
12532         * gnus-art.el (gnus-mime-display-part): Protect against broken
12533         MIME messages.
12534
12535 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12536
12537         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12538         before parsing header.
12539
12540 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12541
12542         * html2text.el (html2text-replace-list): Add new entities.
12543
12544 2005-09-11  Romain Francoise  <romain@orebokech.com>
12545
12546         * message.el (message-alternative-emails): Improve docstring.
12547         (message-setup-1): Call `message-use-alternative-email-as-from'
12548         after `message-setup-hook' to give it precedence over posting
12549         styles, etc.
12550         (message-use-alternative-email-as-from): Add docstring.  Remove
12551         the original From header if present.
12552
12553         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12554         (nnml-save-mail): Use it.
12555
12556         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12557         articles.  Add new argument `silent'.
12558         (gnus-uu-mark-all): Report the total number of marked articles.
12559
12560 2005-09-10  Romain Francoise  <romain@orebokech.com>
12561
12562         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12563         (gnus-uu-mark-series): Likewise.
12564
12565 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12566
12567         * spam-report.el (spam-report-gmane): Fix generation of spam
12568         report URL.
12569
12570 2005-09-10  Simon Josefsson  <jas@extundo.com>
12571
12572         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12573         t, based on discussion on the ding list with Robert Epprecht
12574         <epprecht@solnet.ch>.
12575
12576 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12577
12578         * spam-report.el (spam-report-gmane): Make it work without
12579         X-Report-Spam header.  Gmane now only provides Archived-At.
12580         This is only used if `spam-report-gmane-use-article-number' is nil.
12581         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12582
12583         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12584         make `gnus-summary-sort-by-recipient' work with threading.
12585
12586         * nnweb.el (nnweb-google-wash-article): Print a message if article
12587         is not available.
12588
12589 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12590
12591         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12592         change.  Decode text/* parts content before displaying.
12593
12594 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12595
12596         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12597
12598 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12599
12600         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12601
12602         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12603         url-package-name, url-package-version,
12604         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12605         w3m-display-inline-images, and w3m-minor-mode-map.
12606
12607 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12608
12609         * message.el (message-tab-body-function): Fix mismatched custom type.
12610
12611         * gnus.el (gnus-group-change-level-function): Ditto.
12612
12613         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12614
12615         * gnus-art.el (gnus-signature-limit)
12616         (gnus-article-mime-part-function): Ditto.
12617
12618 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12619
12620         * mml.el (mml-mode): Silence the byte compiler.
12621
12622         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12623         using `(sit-for 0)' before moving the point to the specified part;
12624         skip unbuttonized parts.
12625         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12626         return to the summary window if gnus-auto-select-part is non-nil.
12627
12628 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12629
12630         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12631         variables.
12632         (mml-dnd-attach-file, mml-mode): Use them.
12633
12634         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12635         Make fetching article by MID work again for Google Groups.  Added
12636         FIXME concerning gnus-group-make-web-group.
12637
12638         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12639         Don't depend on Gnus by using mail-extract-address-components if
12640         gnus-extract-address-components is not bound.
12641
12642 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12643
12644         * gnus-art.el (gnus-mime-display-security): Don't display the
12645         signature, but only the signed part.
12646
12647 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12648
12649         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12650
12651         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12652         list, not listp.
12653
12654 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12655
12656         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12657         when encoding.
12658
12659         * mm-bodies.el (mm-decode-content-transfer-encoding):
12660         De-canonicalize CRLF for all text content types, not just
12661         text/plain.
12662
12663 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12664
12665         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12666         valid article; point arrow and cursor at the MIME button.
12667
12668 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12671         Suggested by Dan Christensen <jdc@uwo.ca>.
12672
12673         * mm-decode.el (mm-save-part): Enable change of prompt.
12674
12675 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12676
12677         * gnus-msg.el (gnus-inews-add-send-actions): Made
12678         `message-post-method' lambda parameter ARG `&optional'.
12679
12680 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12681
12682         * gnus-sum.el (gnus-summary-mime-map): Added
12683         gnus-article-save-part-and-strip, gnus-article-delete-part and
12684         gnus-article-jump-to-part.
12685
12686         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12687         (gnus-article-edit-part): Use it.
12688         (gnus-article-part-wrapper): Added no-handle argument.
12689         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12690         functions.
12691
12692 2005-08-29  Romain Francoise  <romain@orebokech.com>
12693
12694         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12695         docstring.
12696         (gnus-face-from-file): Likewise.
12697
12698 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12699
12700         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12701         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12702         non-nil.
12703         (gnus-auto-select-part): New variable.
12704         (gnus-article-jump-to-part): New function.
12705         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12706         (gnus-mime-delete-part): Allow selecting specified part after
12707         deleting or stripping parts.
12708         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12709         part if argument is bogus.
12710
12711 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12712
12713         * gnus-art.el (w3m-minor-mode-map):
12714         * gnus-spec.el (gnus-newsrc-file-version):
12715         * gnus-util.el (nnmail-active-file-coding-system)
12716         (gnus-original-article-buffer, gnus-user-agent):
12717         * gnus.el (gnus-ham-process-destinations)
12718         (gnus-parameter-ham-marks-alist)
12719         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12720         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12721         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12722         * mm-decode.el (gnus-current-window-configuration):
12723         * mm-extern.el (gnus-article-mime-handles):
12724         * mm-url.el (url-current-object, url-package-name)
12725         (url-package-version):
12726         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12727         (smime-keys, w3m-cid-retrieve-function-alist)
12728         (w3m-current-buffer, w3m-display-inline-images)
12729         (w3m-minor-mode-map):
12730         * mml-smime.el (gnus-extract-address-components):
12731         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12732         (gnus-newsrc-hashtb, message-default-charset)
12733         (message-deletable-headers, message-options)
12734         (message-posting-charset, message-required-mail-headers)
12735         (message-required-news-headers):
12736         * mml1991.el (mc-pgp-always-sign):
12737         * mml2015.el (mc-pgp-always-sign):
12738         * nnheader.el (nnmail-extra-headers):
12739         * rfc1843.el (gnus-decode-encoded-word-function)
12740         (gnus-decode-header-function, gnus-newsgroup-name):
12741         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12742
12743 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12744
12745         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12746         the end of the date treatments.
12747
12748 2005-08-15  Simon Josefsson  <jas@extundo.com>
12749
12750         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12751         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12752         Capello and Romain Francoise.
12753         (pgg-fetch-key-function): Removed, not used?
12754         (pgg-insert-url-with-w3): Require url, to get
12755         url-insert-file-contents regardless of where it is defined.
12756
12757 2005-08-13  Romain Francoise  <romain@orebokech.com>
12758
12759         * message.el (message-cite-original-1): New function.
12760         (message-cite-original): Use it.
12761         (message-cite-original-without-signature): Ditto.
12762
12763 2005-08-08  Romain Francoise  <romain@orebokech.com>
12764
12765         * message.el (message-yank-empty-prefix): New variable.
12766         (message-indent-citation): Use it.
12767         (message-cite-original-without-signature): Respect X-No-Archive.
12768
12769 2005-08-08  Simon Josefsson  <jas@extundo.com>
12770
12771         * pgg.el: Autoload url-insert-file-contents instead of loading
12772         w3/url.
12773         (pgg-insert-url-with-w3): Don't load url here.
12774
12775 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12776
12777         * message.el (message-kill-to-signature): Don't insert newline at
12778         bol.
12779         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12780
12781 2005-08-06  Romain Francoise  <romain@orebokech.com>
12782
12783         * message.el (message-user-fqdn): Fix typo in docstring.
12784
12785 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12786
12787         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12788
12789         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12790
12791 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * mm-bodies.el (mm-encode-body): Use coding system rather than
12794         charset to encode text.
12795
12796         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12797         number of charsets if utf-8 is available (XEmacs).
12798
12799 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12800
12801         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12802         taken from `gnus-button-mid-or-mail-regexp'.
12803         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12804         (gnus-button-alist): Improve regexp for domain part of the MIDs
12805         for news:localpart@domain buttons.
12806         (gnus-button-ctan-directory-regexp): Update.
12807
12808 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12809
12810         * sieve-manage.el (sieve-manage-interactive-login): Use
12811         make-local-variable rather than make-variable-buffer-local.
12812         (sieve-manage-open): Ditto.
12813         (sieve-manage-authenticate): Ditto.
12814
12815         * mml.el (mml-generate-mime-1): Make the content type default to
12816         text/plain if the filename is not specified.
12817
12818 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12819
12820         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12821         instead of insert-buffer.
12822
12823         * message.el (message-yank-original): Ditto; set the mark at the
12824         end of the yanked message.
12825
12826 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12829         lines to scroll rather than to stop it.
12830
12831         * mml.el (mml-generate-default-type): Add doc string.
12832         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12833         default to application/octet-stream when determining the content
12834         type if it is not specified for the part or the mml contents; add
12835         a comment about mml-generate-default-type.
12836
12837 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12838
12839         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12840         make it default to application/octet-stream when determining the
12841         content type if it is not specified for the external contents.
12842
12843 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12846         segmented parameter but also other parameters might be there.
12847
12848 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * mm-decode.el (mm-display-external): Delete temp file, directory
12851         and buffer immediately if the external process is exited.
12852
12853 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12856         fewer lines than that of scroll-margin.
12857         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12858
12859 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12860
12861         * gnus-art.el (gnus-article-next-page): Revert.
12862         (gnus-article-beginning-of-window): New macro.
12863         (gnus-article-next-page-1): Use it.
12864         (gnus-article-prev-page): Ditto.
12865         (gnus-article-edit-part): Use insert-buffer-substring instead of
12866         insert-buffer.
12867         (gnus-article-edit-exit): Ditto.
12868
12869         * gnus-util.el (gnus-beginning-of-window): Remove.
12870         (gnus-end-of-window): Remove.
12871
12872         * lpath.el: Don't bind header-line-format and scroll-margin.
12873
12874 2005-07-25  Simon Josefsson  <jas@extundo.com>
12875
12876         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12877         to have the url package without w3.  Reported by Daiki Ueno
12878         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12879
12880 2005-07-20  Didier Verna  <didier@xemacs.org>
12881
12882         * gnus-diary.el: Remove the description comment (nndiary is now
12883         properly documented in the Gnus manual).
12884         Fix the spelling of "Back End".
12885         * nndiary.el: Ditto.
12886         Fix the copyright notice.
12887
12888 2005-07-18  Romain Francoise  <romain@orebokech.com>
12889
12890         * gnus-sum.el (gnus-summary-to-prefix)
12891         (gnus-summary-newsgroup-prefix): New variables.
12892         (gnus-summary-from-or-to-or-newsgroups): Use them.
12893
12894 2005-07-17  Romain Francoise  <romain@orebokech.com>
12895
12896         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12897         space as it's generally not especially interesting to the user.
12898
12899 2005-07-16  Romain Francoise  <romain@orebokech.com>
12900
12901         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12902         nil to avoid prompting and file modification if one of the
12903         messages at the top of the nnfolder file contains a copyright
12904         notice.
12905         Update copyright notice.
12906
12907         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12908         instead of `current-time-string' as the latter creates a time
12909         string that is not RFC 2822 compliant (it lacks the zone).
12910         Update copyright notice.
12911
12912 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12913
12914         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12915         for text/rtf.  Display default in prompt.  Pass default for M-n.
12916
12917         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12918
12919 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12920
12921         * gnus-msg.el (gnus-button-mailto): Remove
12922         save-selected-window-window hackery because it relies on
12923         save-selected-window internals.
12924
12925 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12928         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12929         (gnus-article-prev-page): Ditto.
12930
12931         * gnus-util.el (gnus-beginning-of-window): New function.
12932         (gnus-end-of-window): New function.
12933
12934         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12935
12936 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12937
12938         * gnus-score.el (gnus-score-edit-all-score): Set
12939         gnus-score-edit-exit-function to gnus-score-edit-done and call
12940         gnus-message.
12941
12942 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12943
12944         * gnus-msg.el (gnus-button-mailto): Remove
12945         save-selected-window-window hackery because it relies on
12946         save-selected-window internals.
12947
12948 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12949
12950         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12951         add-minor-mode.
12952         (gnus-binary-mode): Ditto.
12953
12954         * gnus-topic.el (gnus-topic-mode): Ditto.
12955
12956 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12957
12958         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12959         (gnus-article-prev-page): Take scroll-margin into consideration.
12960
12961 2005-07-04  Lute Kamstra  <lute@gnu.org>
12962
12963         Update FSF's address in GPL notices.
12964
12965 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12966
12967         * gnus.el (gnus-exit):
12968         * gnus-group.el (gnus-group-icons):
12969         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12970
12971         * gnus-nocem.el (gnus-nocem):
12972         * message.el (message-various, message-buffers, message-sending)
12973         (message-interface, message-forwarding, message-insertion)
12974         (message-headers, message-news, message-mail):
12975         * pgg-gpg.el (pgg-gpg):
12976         * pgg-parse.el (pgg-parse):
12977         * pgg-pgp.el (pgg-pgp):
12978         * pgg-pgp5.el (pgg-pgp5):
12979         * pop3.el (pop3): Finish `defgroup' description with period.
12980
12981 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * gnus-art.el (article-display-face): Improve the efficiency.
12984         (article-display-x-face): Ditto; remove grey x-face stuff.
12985
12986 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * gnus-art.el (article-display-face): Correct the position in
12989         which Faces are inserted.
12990
12991 2005-06-29  Didier Verna  <didier@xemacs.org>
12992
12993         * gnus-art.el (article-display-face): Display faces in correct
12994         order.
12995
12996 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12997
12998         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12999         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13000         (gnus-nocem-check-article): Fetch the Type header.
13001         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13002         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13003         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13004         make sure gnus-nocem-hashtb is initialized.
13005         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13006         (gnus-nocem-unwanted-article-p): Ditto.
13007
13008         * pgg.el (pgg-verify): Return the verification result.
13009
13010 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13011
13012         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13013         is ascii.
13014
13015 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13016
13017         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13018         `show-nonbreak-escape'.
13019
13020 2005-06-23  Lute Kamstra  <lute@gnu.org>
13021
13022         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13023
13024         * dig.el (dig-mode):
13025         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13026
13027 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13028
13029         * nnimap.el (nnimap-split-download-body): Fix spellings.
13030
13031 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13032
13033         * gnus-art.el (gnus-article-encrypt-body):
13034         * gnus-cus.el (gnus-score-customize):
13035         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13036         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13037
13038 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13039
13040         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13041         header by looking for magic "MII" at the beginnig.
13042
13043 2005-06-16  Miles Bader  <miles@gnu.org>
13044
13045         * gnus-xmas.el (gnus-xmas-group-startup-message):
13046         Use renamed gnus-splash face.
13047
13048         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13049         (assistant-field-face): New backward-compatibility alias for renamed
13050         face.
13051         (assistant-render-text): Use renamed assistant-field face.
13052
13053         * spam.el (spam): Remove "-face" suffix from face name.
13054         (spam-face): New backward-compatibility alias for renamed face.
13055         (spam-face, spam-initialize): Use renamed spam face.
13056
13057         * message.el (message-header-to, message-header-cc)
13058         (message-header-subject, message-header-newsgroups)
13059         (message-header-other, message-header-name)
13060         (message-header-xheader, message-separator, message-cited-text)
13061         (message-mml): Remove "-face" suffix from face names.
13062         (message-header-to-face, message-header-cc-face)
13063         (message-header-subject-face, message-header-newsgroups-face)
13064         (message-header-other-face, message-header-name-face)
13065         (message-header-xheader-face, message-separator-face)
13066         (message-cited-text-face, message-mml-face):
13067         New backward-compatibility aliases for renamed faces.
13068         (message-font-lock-keywords): Use renamed message faces.
13069
13070         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13071         (sieve-test-commands, sieve-tagged-arguments):
13072         Remove "-face" suffix from face names.
13073         (sieve-control-commands-face, sieve-action-commands-face)
13074         (sieve-test-commands-face, sieve-tagged-arguments-face):
13075         New backward-compatibility aliases for renamed faces.
13076         (sieve-control-commands-face, sieve-action-commands-face)
13077         (sieve-test-commands-face, sieve-tagged-arguments-face):
13078         Use renamed sieve faces.
13079
13080         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13081         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13082         (gnus-group-news-3-empty, gnus-group-news-4)
13083         (gnus-group-news-4-empty, gnus-group-news-5)
13084         (gnus-group-news-5-empty, gnus-group-news-6)
13085         (gnus-group-news-6-empty, gnus-group-news-low)
13086         (gnus-group-news-low-empty, gnus-group-mail-1)
13087         (gnus-group-mail-1-empty, gnus-group-mail-2)
13088         (gnus-group-mail-2-empty, gnus-group-mail-3)
13089         (gnus-group-mail-3-empty, gnus-group-mail-low)
13090         (gnus-group-mail-low-empty, gnus-summary-selected)
13091         (gnus-summary-cancelled, gnus-summary-high-ticked)
13092         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13093         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13094         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13095         (gnus-summary-low-undownloaded)
13096         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13097         (gnus-summary-low-unread, gnus-summary-normal-unread)
13098         (gnus-summary-high-read, gnus-summary-low-read)
13099         (gnus-summary-normal-read, gnus-splash):
13100         Remove "-face" suffix from face names.
13101         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13102         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13103         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13104         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13105         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13106         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13107         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13108         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13109         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13110         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13111         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13112         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13113         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13114         (gnus-summary-normal-ticked-face)
13115         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13116         (gnus-summary-normal-ancient-face)
13117         (gnus-summary-high-undownloaded-face)
13118         (gnus-summary-low-undownloaded-face)
13119         (gnus-summary-normal-undownloaded-face)
13120         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13121         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13122         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13123         (gnus-splash-face):
13124         New backward-compatibility aliases for renamed faces.
13125         (gnus-group-startup-message): Use renamed gnus faces.
13126
13127         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13128         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13129         (gnus-server-agent): Remove "-face" suffix from face names.
13130         (gnus-server-agent-face, gnus-server-opened-face)
13131         (gnus-server-closed-face, gnus-server-denied-face)
13132         (gnus-server-offline-face):
13133         New backward-compatibility aliases for renamed faces.
13134         (gnus-server-agent-face, gnus-server-opened-face)
13135         (gnus-server-closed-face, gnus-server-denied-face)
13136         (gnus-server-offline-face): Use renamed gnus faces.
13137
13138         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13139         Remove "-face" suffix from face names.
13140         (gnus-picon-xbm-face, gnus-picon-face):
13141         New backward-compatibility aliases for renamed faces.
13142
13143         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13144         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13145         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13146         (gnus-cite-11): Remove "-face" suffix from face names.
13147         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13148         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13149         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13150         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13151         New backward-compatibility aliases for renamed faces.
13152         (gnus-cite-attribution-face, gnus-cite-face-list)
13153         (gnus-article-boring-faces): Use renamed gnus faces.
13154
13155         * gnus-art.el (gnus-signature, gnus-header-from)
13156         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13157         (gnus-header-content): Remove "-face" suffix from face names.
13158         (gnus-signature-face, gnus-header-from-face)
13159         (gnus-header-subject-face, gnus-header-newsgroups-face)
13160         (gnus-header-name-face, gnus-header-content-face):
13161         New backward-compatibility aliases for renamed faces.
13162         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13163
13164         * gnus-sum.el (gnus-summary-selected-face)
13165         (gnus-summary-highlight): Use renamed gnus faces.
13166         * gnus-group.el (gnus-group-highlight): Likewise.
13167
13168 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13169
13170         * gnus-sieve.el (gnus-sieve-article-add-rule):
13171         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13172         * spam-stat.el (spam-stat-buffer-change-to-spam)
13173         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13174
13175         * message.el (message-is-yours-p):
13176         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13177
13178 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13179
13180         * mm-view.el (mm-inline-text): Withdraw the last change.
13181
13182 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13185         executing enriched-decode.
13186
13187 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13190         charset of tar files.
13191
13192 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13193
13194         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13195
13196 2005-06-04  Lute Kamstra  <lute@gnu.org>
13197
13198         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13199         information is never recorded.
13200
13201 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13202
13203         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13204
13205 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13206
13207         * pop3.el (pop3-apop): Run md5 in the binary mode.
13208
13209         * starttls.el (starttls-set-process-query-on-exit-flag):
13210         Use eval-and-compile.
13211
13212 2005-05-31  Simon Josefsson  <jas@extundo.com>
13213
13214         * smime.el (smime-replace-in-string): Define.
13215         (smime-cert-by-ldap-1): Use it.
13216
13217 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * gnus-art.el (article-display-x-face): Replace
13220         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13221
13222         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13223         set-process-query-on-exit-flag or process-kill-without-query.
13224
13225         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13226         loop instead of replace-regexp.
13227
13228         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13229         instead of process-kill-without-query if it is available.
13230
13231         * lpath.el: Fbind ldap-search-entries.
13232
13233         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13234         instead of find-file-hooks if it is available.
13235
13236         * mml1991.el: Bind pgg-default-user-id when compiling.
13237
13238         * mml2015.el: Bind pgg-default-user-id when compiling.
13239
13240         * nndraft.el (nndraft-request-associate-buffer):
13241         Use write-contents-functions instead of write-contents-hooks if it is
13242         available.
13243
13244         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13245         instead of find-file-hooks if it is available.
13246
13247         * nntp.el (nntp-open-connection): Replace
13248         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13249         (nntp-open-ssl-stream): Ditto.
13250         (nntp-open-tls-stream): Ditto.
13251
13252         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13253         set-process-query-on-exit-flag or process-kill-without-query.
13254         (starttls-open-stream-gnutls): Use it instead of
13255         process-kill-without-query.
13256         (starttls-open-stream): Ditto.
13257
13258 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13259
13260         * smime.el (smime-cert-by-ldap-1): Don't use
13261         replace-regexp-in-string.
13262
13263 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13264
13265         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13266
13267         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13268         in PEM format.  Adjust to the XEmacs compability.
13269
13270 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13271
13272         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13273         by `string-to-number'.
13274         * gnus-agent.el (gnus-agent-regenerate-group)
13275         (gnus-agent-fetch-articles): Ditto.
13276         * gnus-art.el (gnus-button-fetch-group): Ditto.
13277         * gnus-cache.el (gnus-cache-generate-active)
13278         (gnus-cache-articles-in-group): Ditto.
13279         * gnus-group.el (gnus-group-set-current-level)
13280         (gnus-group-insert-group-line): Ditto.
13281         * gnus-score.el (gnus-score-set-expunge-below)
13282         (gnus-score-set-mark-below, gnus-summary-score-effect)
13283         (gnus-summary-score-entry): Ditto.
13284         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13285         (gnus-soup-pack): Ditto.
13286         * gnus-spec.el (gnus-xmas-format): Ditto.
13287         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13288         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13289         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13290         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13291         * nndb.el (nndb-get-remote-expire-response): Ditto.
13292         * nndiary.el (nndiary-parse-schedule-value)
13293         (nndiary-string-to-number, nndiary-request-replace-article)
13294         (nndiary-request-article): Ditto.
13295         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13296         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13297         * nneething.el (nneething-make-head): Ditto.
13298         * nnfolder.el (nnfolder-request-article)
13299         (nnfolder-retrieve-headers): Ditto.
13300         * nnheader.el (nnheader-file-to-number): Ditto.
13301         * nnkiboze.el (nnkiboze-request-article): Ditto.
13302         * nnmail.el (nnmail-process-unix-mail-format)
13303         (nnmail-process-babyl-mail-format): Ditto.
13304         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13305         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13306         (nnmh-request-create-group, nnmh-request-list-1)
13307         (nnmh-request-group, nnmh-request-article): Ditto.
13308         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13309         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13310         * nnsoup.el (nnsoup-make-active): Ditto.
13311         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13312         * nntp.el (nntp-find-group-and-number)
13313         (nntp-retrieve-headers-with-xover): Ditto.
13314         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13315         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13316         (pgg-format-key-identifier): Ditto.
13317         * pop3.el (pop3-last, pop3-stat): Ditto.
13318         * qp.el (quoted-printable-decode-region): Ditto.
13319
13320         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13321         of concat.
13322
13323 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13326
13327         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13328
13329         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13330
13331         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13332
13333         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13334
13335         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13336
13337         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13338         (gnus-carpal-mode): Ditto.
13339
13340         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13341         (gnus-browse-mode): Ditto.
13342
13343         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13344
13345         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13346
13347 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13348
13349         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13350
13351 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * gnus-util.el (gnus-run-mode-hooks): New function.
13354
13355         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13356
13357         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13358         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13359
13360 2005-05-27  Lute Kamstra  <lute@gnu.org>
13361
13362         * dns-mode.el (dns-mode): Specify customization group.
13363
13364 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13365
13366         * gnus-agent.el (gnus-agent-make-mode-line-string):
13367         Use mode-line-highlight as mouse-face.
13368
13369 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13370
13371         * canlock.el (canlock): Change the parent group to news.
13372
13373         * deuglify.el (gnus-outlook-deuglify): Add :group.
13374
13375         * dig.el (dig): Add :group.
13376
13377         * dns-mode.el (dns-mode): Add :group.
13378
13379         * encrypt.el (encrypt): Add :group.
13380
13381         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13382         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13383         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13384         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13385         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13386
13387         * gnus-diary.el (gnus-diary): Add :group.
13388
13389         * gnus.el (gnus-group-news-1-face): Add :group.
13390         (gnus-group-news-1-empty-face): Ditto.
13391         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13392         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13393         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13394         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13395         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13396         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13397         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13398         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13399         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13400         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13401         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13402         (gnus-summary-high-ticked-face): Ditto.
13403         (gnus-summary-low-ticked-face): Ditto.
13404         (gnus-summary-normal-ticked-face): Ditto.
13405         (gnus-summary-high-ancient-face): Ditto.
13406         (gnus-summary-low-ancient-face): Ditto.
13407         (gnus-summary-normal-ancient-face): Ditto.
13408         (gnus-summary-high-undownloaded-face): Ditto.
13409         (gnus-summary-low-undownloaded-face): Ditto.
13410         (gnus-summary-normal-undownloaded-face): Ditto.
13411         (gnus-summary-high-unread-face): Ditto.
13412         (gnus-summary-low-unread-face): Ditto.
13413         (gnus-summary-normal-unread-face): Ditto.
13414         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13415         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13416
13417         * hashcash.el (hashcash): New custom group.
13418         (hashcash-default-payment): Add :group.
13419         (hashcash-payment-alist): Ditto.
13420         (hashcash-default-accept-payment): Ditto.
13421         (hashcash-accept-resources): Ditto.
13422         (hashcash-path): Ditto.
13423         (hashcash-extra-generate-parameters): Ditto.
13424         (hashcash-double-spend-database): Ditto.
13425         (hashcash-in-news): Ditto.
13426
13427         * message.el (message-minibuffer-local-map): Add :group.
13428
13429         * netrc.el (netrc): Add :group.
13430
13431         * sieve-manage.el (sieve-manage-log): Add :group.
13432         (sieve-manage-default-user): Diito.
13433         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13434         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13435         (sieve-manage-authenticators): Ditto.
13436         (sieve-manage-authenticator-alist): Ditto.
13437         (sieve-manage-default-port): Ditto.
13438
13439         * sieve-mode.el (sieve-control-commands-face): Add :group.
13440         (sieve-action-commands-face): Ditto.
13441         (sieve-test-commands-face): Ditto.
13442         (sieve-tagged-arguments-face): Ditto.
13443
13444         * smime.el (smime): Add :group.
13445
13446         * spam-report.el (spam-report): Add :group.
13447
13448         * spam.el (spam, spam-face): Add :group.
13449
13450 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13451
13452         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13453         return \n.\n.\n at the end of articles.  Protect against that.
13454         (nntp-with-open-group): Allow debugging.
13455
13456         * nnheader.el (mail-header-set-extra): Make into a function
13457         because I just could't understand how to quote the list properly.
13458
13459         * dns.el (query-dns-cached): New function.
13460
13461 2005-05-26  Lute Kamstra  <lute@gnu.org>
13462
13463         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13464
13465 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13468
13469         * gnus-art.el: Don't autoload mail-extract-address-components.
13470
13471         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13472         eval-and-compile to evaluate it.
13473
13474         * hashcash.el: Don't autoload executable-find.
13475
13476         * nndb.el: Don't declare the nndb back end two or more times; don't
13477         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13478
13479         * nntp.el: Autoload format-spec instead of format; use
13480         eval-and-compile to evaluate autoload forms.
13481
13482 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13483
13484         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13485
13486 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13487
13488         * gnus.el (gnus-version-number): Bump version.
13489
13490 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13491
13492         * gnus.el: No Gnus v0.3 is released.
13493
13494 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13495
13496         * lpath.el (featurep): Bind show-nonbreak-escape.
13497
13498 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * gnus-art.el (gnus-article-edit-part): Disable undo.
13501
13502 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13505         gnus-article-date-lapsed-new-header is t if date timer is active;
13506         skip headers in which the original date value is empty.
13507         (gnus-article-save-original-date): Redefine it as a macro.
13508         (gnus-display-mime): Use it.
13509
13510 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13511
13512         * gnus-art.el (article-date-ut): Support converting date in
13513         forwarded parts as well.
13514         (gnus-article-save-original-date): New function.
13515         (gnus-display-mime): Use it.
13516
13517 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13518
13519         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13520         enclosure element of <item>.
13521
13522 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13523
13524         * message.el (message-kill-buffer-query): Renamed from
13525         `message-kill-buffer-query-if-modified'.  Added :version.
13526
13527 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13528
13529         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13530         window layout.
13531
13532 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13533
13534         * mml.el: Autoload dnd when compiling.
13535
13536 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13537
13538         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13539         x-dnd-*.
13540
13541 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * qp.el (quoted-printable-encode-region): Save excursion.
13544
13545 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13546
13547         * message.el (message-kill-buffer-query-if-modified): Add new variable
13548         so the user can kill a modified message buffer quickly.
13549         (message-kill-buffer): Use it.
13550
13551 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * lpath.el: Fbind display-time-event-handler; don't fbind
13554         string-to-multibyte.
13555
13556         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13557
13558 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13561         contained in text because xml.el decodes entities) with LFs.
13562
13563 2005-04-11  Lute Kamstra  <lute@gnu.org>
13564
13565         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13566         differently.
13567
13568 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13569
13570         * mm-util.el (mm-detect-coding-region): Typo.
13571
13572 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13573
13574         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13575
13576 2005-04-06  Deepak Goel  <deego@gnufans.org>
13577
13578         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13579         user-function allow user modifications of the scores.
13580         (spam-stat-score-buffer-user): New function, to allow
13581         user-computed modifications to the score.
13582         (spam-stat-score-buffer-user-functions): List of additional
13583         scoring functions.
13584         (spam-stat-error-holder): Global temporary error holder.
13585         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13586         variable.
13587
13588 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13589
13590         * gnus-registry.el (gnus-registry-clean-empty-function)
13591         (gnus-registry-trim, gnus-registry-fetch-groups)
13592         (gnus-registry-delete-group): Groups that match
13593         `gnus-registry-ignored-groups' are removed from the registry
13594         entries, not just ignored for splitting.  This helps clean up the
13595         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13596         to get all the groups a message ID is in.
13597
13598         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13599         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13600         (spam-stat-score-buffer-user-functions): Add :number custom type.
13601
13602 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13605         argument in XEmacs.
13606
13607         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13608         (nnrss-request-group): Decode group name first.
13609         (nnrss-request-article): Make a text/plain article if mml-to-mime
13610         failed.
13611         (nnrss-get-encoding): Return a compatible encoding according to
13612         nnrss-compatible-encoding-alist.
13613         (nnrss-find-el): Use consp instead of listp.
13614         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13615
13616 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13617
13618         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13619         which Emacs 20 doesn't support.
13620         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13621
13622 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13623
13624         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13625         silence the byte compiler inside the defun.
13626
13627         * gnus-demon.el (parse-time-string): Add autoload.
13628
13629         * gnus-delay.el (parse-time-string): Add autoload.
13630
13631         * gnus-art.el (parse-time-string): Add autoload.
13632
13633         * nnultimate.el (parse-time): Require for `parse-time-string'.
13634
13635 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13636
13637         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13638
13639         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13640
13641         * smime.el (smime-ldap-host-list): Add :version.
13642
13643 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13644
13645         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13646         pass it to `gnus-browse-read-group'.
13647         (gnus-browse-read-group): Add NUMBER argument and pass it to
13648         `gnus-group-read-ephemeral-group'.
13649
13650         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13651         argument and pass it to `gnus-group-read-group'.
13652
13653 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13654
13655         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13656         mm-xemacs-find-mime-charset-1 if we have the mule feature
13657         available at runtime.
13658
13659 2005-03-25  Werner Lemberg  <wl@gnu.org>
13660
13661         * nnmaildir.el: Replace `illegal' with `invalid'.
13662
13663 2005-03-23  Lute Kamstra  <lute@gnu.org>
13664
13665         * time-date.el: Add comment on time value formats.
13666         Don't require parse-time.
13667         (with-decoded-time-value): New macro.
13668         (encode-time-value): New function.
13669         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13670         (days-to-time): Return a valid time value when arg is huge.
13671         (time-since): Use time-subtract.
13672         (time-to-number-of-days): Use time-to-seconds.
13673
13674 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13675
13676         * gnus-start.el (gnus-display-time-event-handler):
13677         Check display-time-timer at runtime rather than only at load time
13678         in case display-time-mode is turned off in the mean time.
13679
13680 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13681
13682         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13683         used.
13684
13685         * nneething.el (nneething-map-file-directory): Derive from
13686         `gnus-directory'.
13687
13688         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13689         the To/Cc button.
13690
13691 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13692
13693         * nnmaildir.el (nnmaildir-request-accept-article):
13694         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13695
13696 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13697
13698         * gnus-async.el: Require timer-funcs at compile time when in
13699         XEmacs for `run-with-idle-timer'.
13700
13701 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13702
13703         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13704         autoloaded function.
13705
13706 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13707
13708         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13709
13710 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13711
13712         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13713
13714 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13715
13716         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13717         gnus-expert-user to default.
13718
13719 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13720
13721         * nnimap.el (nnimap-open-server): Ditto.
13722
13723         * imap.el (imap-authenticate): Fix typo.
13724
13725 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13726
13727         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13728         buffer (since IMAP server might return FETCH response out of
13729         order, and the nntp buffer must be sorted).
13730
13731 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13732
13733         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13734         comparison on string.
13735
13736         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13737         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13738         (gnus-agent-summary-fetch-series): Modified to protect against
13739         gnus-agent-summary-fetch-group clearing processable flags.
13740         (gnus-agent-synchronize-group-flags): Update live group buffer as
13741         synchronization may occur due to the user toggle the plugged
13742         status.
13743         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13744         successfully downloaded.
13745         (gnus-agent-expire-group-1): Avoid using markers when the overview
13746         is in ascending order; greatly improves performance.
13747         (gnus-agent-regenerate-group): Use
13748         gnus-agent-synchronize-group-flags to reset read status in both
13749         gnus and server.
13750         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13751
13752 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13753
13754         * message.el: Don't autoload former message-utils variables.
13755         (message-strip-subject-trailing-was): Change doc string.
13756
13757         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13758         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13759         (nnweb-google-search): Add "hl=en" here.
13760         (nnweb-google-parse-1, nnweb-google-create-mapping):
13761         Don't hardcode URL.
13762
13763 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13764
13765         * message.el (message-get-reply-headers, message-followup):
13766         Mention related variables `message-use-followup-to' and
13767         `message-use-mail-followup-to', in the information buffer.
13768
13769         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13770         of broken groups(-beta).google.com.
13771
13772 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13773
13774         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13775         parameter to invoked gnus-request-move-article; remove the
13776         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13777         all at once instead of once per article.
13778         (gnus-summary-remove-process-mark): Accept a list of articles as
13779         well as a single article for processing.
13780
13781         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13782         parameter.
13783
13784         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13785
13786         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13787
13788         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13789         parameter.
13790
13791         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13792         parameter.
13793
13794         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13795         parameter and remove the gnus-sum-hint-move-is-internal variable.
13796
13797         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13798         parameter.
13799
13800         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13801         parameter.
13802
13803         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13804         parameter.
13805
13806         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13807
13808         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13809         parameter.
13810
13811         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13812         parameter.
13813
13814 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13815
13816         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13817         a more conservative way.
13818
13819 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13820
13821         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13822         buffer, so it moves the window's cursor.
13823
13824 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13825
13826         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13827         `mm-dissect-multipart' and receive the from field as an (optional)
13828         argument from `mm-dissect-multipart'.
13829         (mm-dissect-multipart): Receive the from field as an argument and
13830         pass it on when we call `mm-dissect-buffer' on MIME parts.
13831         Fixes verification/decryption of signed/encrypted MIME parts.
13832
13833 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13834
13835         * gnus-sum.el (gnus-summary-move-article): Set
13836         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13837         whatever it calls (right now, only nnimap-request-move article
13838         respects it).
13839
13840         * nnimap.el (nnimap-request-move-article): When
13841         gnus-sum-hint-move-is-internal is set, don't do the extra
13842         nnimap-request-article.
13843
13844 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13845
13846         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13847
13848         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13849         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13850
13851         * gnus-sum.el (gnus-summary-caesar-message):
13852         Apply `gnus-treat-article' after rotation.
13853
13854         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13855         doc string.
13856
13857 2005-02-22  Simon Josefsson  <jas@extundo.com>
13858
13859         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13860         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13861         <arne@arnested.dk>.
13862         (encrypt): Add password-cache and password-cache-expiry as group
13863         members.
13864
13865 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13866
13867         * smime.el (smime-ldap-host-list): Doc fix.
13868         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13869         cache) password.
13870         (smime-sign-region): Use it.
13871         (smime-decrypt-region): Use it.
13872         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13873         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13874         fails.
13875         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13876         certificate from DER to PEM format rather than calling openssl.
13877
13878         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13879
13880         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13881         for signing/encryption.
13882
13883         * mml.el (mml-parse-1): Use them.
13884
13885 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13886
13887         * nnrss.el (nnrss-verbose): Removed.
13888         (nnrss-request-group): Use `nnheader-message' instead.
13889
13890 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13891
13892         * nnrss.el (nnrss-verbose): New variable.
13893         (nnrss-request-group): Make it say nnrss is requesting a group.
13894
13895 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13896
13897         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13898         Handle news URL with given port correctly.
13899
13900 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13901
13902         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13903         containing special characters.
13904
13905         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13906
13907         * mml.el (mime-to-mml): Ditto.
13908
13909         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13910         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13911         (rfc2047-decode-region): Quote decoded words containing special
13912         characters when rfc2047-quote-decoded-words-containing-tspecials
13913         is non-nil.
13914
13915 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13916
13917         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13918
13919         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13920
13921 2005-02-15  Simon Josefsson  <jas@extundo.com>
13922
13923         * nnimap.el (nnimap-debug): Doc fix.
13924
13925         * imap.el (imap-debug): Doc fix.
13926
13927 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13928
13929         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13930
13931 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13932
13933         * gnus.el (spam-contents): Improve docs for spam-contents
13934         parameter in its variable incarnation.
13935
13936 2005-02-14  Simon Josefsson  <jas@extundo.com>
13937
13938         * smime-ldap.el: Use require instead of load-library for ldap.
13939         (smime-ldap-search): Indent.
13940         (smime-ldap-search-internal): Shorten line.
13941
13942         * smime.el (smime-cert-by-dns): Add doc-string.
13943         (smime-cert-by-ldap-1): Indent.
13944
13945         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13946         mml-smime-get-dns-ldap.
13947         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13948
13949 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13950
13951         * smime.el: Require smime-ldap.
13952         (smime-ldap-host-list): New variable.
13953         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13954
13955         * mml-smime.el (mml-smime-encrypt-query): New function.
13956         (mml-smime-encrypt-query): Use it.
13957
13958         * smime-ldap.el: New file.
13959
13960 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13963
13964 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13965
13966         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13967         argument in doc string.  Make query for type more clear.
13968
13969 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13970
13971         * gnus.el (gnus-group-startup-message): Search for gnus images in
13972         etc/images/gnus.
13973         * mm-util.el (mm-image-load-path): Likewise.
13974         * smiley.el (smiley-data-directory): Search for smilies in
13975         etc/images/smilies.
13976
13977 2005-02-09  Kim F. Storm  <storm@cua.dk>
13978
13979         Change Emacs release version from 21.4 to 22.1 throughout.
13980         Change Emacs development version from 21.3.50 to 22.0.50.
13981
13982 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13983
13984         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13985
13986         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13987         non-Mule XEmacs as well.
13988         (mm-decompress-buffer): Signal an error intentionally if it does
13989         not decompress compressed data because auto-compression-mode is
13990         disabled.
13991
13992 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13993
13994         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13995         an ID in the registry even if it has no groups.
13996
13997 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14000         merge it into mm-decompress-buffer.
14001         (gnus-mime-copy-part): Use the MIME part charset, the value which
14002         a user specified or gnus-newsgroup-charset for decoding, like
14003         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14004         save-buffer what was used.  Suggested by Kevin Ryde
14005         <user42@zip.com.au>.
14006         (gnus-mime-inline-part): Allow the name parameter as well as the
14007         filename parameter; force decompressing of compressed data; always
14008         display contents being not decoded as unibyte.
14009
14010         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14011         as well as the filename parameter.
14012
14013         * mm-util.el (mm-decompress-buffer): Merge
14014         gnus-mime-jka-compr-maybe-uncompress.
14015         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14016         of compressed data.
14017
14018 2005-02-08  Simon Josefsson  <jas@extundo.com>
14019
14020         * imap.el (imap-log): Doc fix.
14021
14022 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14025         the coding cookies; decompress compressed parts.
14026
14027         * mml.el (mml-generate-mime-1): Add the charset parameter according
14028         to the value which a user specified manually or the coding cookie.
14029
14030         * mm-util.el (mm-string-to-multibyte): New function.
14031         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14032         (mm-coding-system-to-mime-charset): New function.
14033         (mm-decompress-buffer): New function.
14034         (mm-find-buffer-file-coding-system): New function.
14035
14036         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14037         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14038         parts.
14039
14040 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14041
14042         * mm-view.el (mm-display-inline-fontify): Decode a part according
14043         to the charset parameter.
14044
14045 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14046
14047         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14048         prefix arg is neither nil nor a number, as info specifies.
14049
14050 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14051
14052         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14053         timestamps.
14054
14055 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14056
14057         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14058         groups error checking and notify user.
14059
14060 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14061
14062         * message.el (message-send-mail-function): Check existence of
14063         sendmail-program first before using default value
14064         `message-send-mail-with-sendmail'.  Otherwise use more generic
14065         `smtpmail-send-it'.
14066
14067 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * nntp.el (nntp-request-update-info): Always return nil.
14070
14071 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14072
14073         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14074
14075 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14076
14077         * message.el (message-beginning-of-line): Change the behavior when
14078         invoked between BOL and : so that it first moves backward.
14079
14080 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14081
14082         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14083         article buffer when editing of the article is discarded.
14084         (gnus-article-prepare): Revert.
14085
14086 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * gnus-art.el (gnus-article-prepare):
14089         Remove message-strip-forbidden-properties from the local hook.
14090
14091 2005-01-27  Simon Josefsson  <jas@extundo.com>
14092
14093         * password.el (password-cache-add): Only start one timer per key.
14094         Reported by Derek Atkins <warlord@MIT.EDU>.
14095
14096 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14097
14098         * run-at-time.el: Removed.  It is no longer needed as
14099         timer-funcs.el in the xemacs-base package has a working version of
14100         `run-at-time'.
14101
14102         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14103
14104         * password.el: Require timer-funcs instead of run-at-time in
14105         XEmacs.
14106         Remove `password-run-at-time' macro.
14107         (password-cache-add): Use `run-at-time' instead of
14108         `password-run-at-time'.
14109
14110         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14111         Remove `nnheader-cancel-function-timers' alias,
14112         `cancel-function-timers' exists in XEmacs in timer-funcs.
14113
14114         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14115         for `run-with-idle-timer'.
14116
14117         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14118         for `run-at-time'.
14119
14120         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14121         for `with-timeout'.
14122
14123         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14124         the same as for XEmacs 21.4.
14125         No need to ignore `run-with-idle-timer', this function exists in
14126         XEmacs now in timer-funcs.el in the xemacs-base package.
14127         (dgnushack-compile): No need to delete
14128         run-at-time.el from the list of files to compile because it
14129         doesn't exist anymore.
14130
14131 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14132
14133         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14134         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14135
14136 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14137
14138         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14139         sensitively.
14140
14141 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14142
14143         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14144
14145 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14148         which will be inserted according to the multibyteness of a buffer
14149         rather than the type of contents.  Suggested by ARISAWA Akihiro
14150         <ari@mbf.ocn.ne.jp>.
14151
14152         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14153         of string which old xml.el may return rather than a string.
14154
14155 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14156
14157         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14158
14159 2005-01-16  Simon Josefsson  <jas@extundo.com>
14160
14161         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14162         idn/idna.el isn't available.
14163         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14164         <michael@waxrat.com>.
14165
14166         * hashcash.el: Remove non-FSF copyright header.
14167
14168         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14169         (hashcash-generate-payment): Use it.
14170         (hashcash-generate-payment-async): Use it.
14171
14172 2005-01-15  Simon Josefsson  <jas@extundo.com>
14173
14174         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14175         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14176
14177         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14178         gnus-summary-idna-message.
14179         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14180         (gnus-summary-idna-message): New function.
14181
14182 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14183
14184         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14185         gnus-novice-user.
14186
14187 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * nnrss.el (nnrss-request-delete-group): Delete entries in
14190         nnrss-group-alist as well.
14191         (nnrss-save-server-data): Insert newline.
14192
14193 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14194
14195         * gnus.el (gnus-user-agent): Use list of symbols instead of
14196         symbols.  Display full version number for (S)XEmacs.  Optionally
14197         display (S)XEmacs codename.
14198
14199         * gnus-util.el (gnus-emacs-version): Update for new
14200         `gnus-user-agent'.
14201
14202         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14203         Gnus version.
14204
14205 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14206
14207         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14208         which is unreadable in some setups.
14209
14210 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * gnus-spec.el (gnus-update-format-specifications): Flush the
14213         group format spec cache if it doesn't support decoded group names.
14214
14215 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14216
14217         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14218         Allow to apply decay on score files matching a regexp.
14219
14220 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14223         compatibility in %g and %c.
14224
14225 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14226
14227         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14228         name for only %g and %c.
14229         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14230         of gnus-tmp-group to decoded group name.
14231         (gnus-group-make-rss-group): Exclude `/'s from group names.
14232
14233 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * nnrss.el (nnrss-get-encoding): Fix regexp.
14236
14237 2004-12-27  Simon Josefsson  <jas@extundo.com>
14238
14239         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14240         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14241         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14242
14243 2004-12-17  Kim F. Storm  <storm@cua.dk>
14244
14245         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14246
14247         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14248
14249 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14250
14251         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14252
14253 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * nnrss.el: Require rfc2047 and mml.
14256         (nnrss-file-coding-system): New variable.
14257         (nnrss-format-string): Redefine it as an inline function.
14258         (nnrss-decode-group-name): New function.
14259         (nnrss-string-as-multibyte): Remove.
14260         (nnrss-retrieve-headers): Decode group name; don't use
14261         nnrss-format-string.
14262         (nnrss-request-group): Decode group name.
14263         (nnrss-request-article): Decode group name; allow a Message-ID as
14264         well as an article number; don't use nnrss-format-string; encode a
14265         Message-ID string which may contain non-ASCII characters; use
14266         mml-to-mime to compose a MIME article.
14267         (nnrss-request-expire-articles): Decode group name.
14268         (nnrss-request-delete-group): Decode group name.
14269         (nnrss-fetch): Clarify error message.
14270         (nnrss-read-server-data): Use insert-file-contents instead of load;
14271         bind file-name-coding-system; use multibyte buffer.
14272         (nnrss-save-server-data): Bind coding-system-for-write to the
14273         value of nnrss-file-coding-system; bind file-name-coding-system;
14274         add coding cookie.
14275         (nnrss-read-group-data): Use insert-file-contents instead of load;
14276         bind file-name-coding-system; use multibyte buffer.
14277         (nnrss-save-group-data): Bind coding-system-for-write to the
14278         value of nnrss-file-coding-system; bind file-name-coding-system.
14279         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14280         make it work with non-ASCII text.
14281         (nnrss-find-el): Make it work with old xml.el as well.
14282
14283 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14284
14285         * nnrss.el (nnrss-get-encoding): New function.
14286         (nnrss-fetch): Use unibyte buffer initially; bind
14287         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14288         decode contents according to the encoding attribute.
14289         (nnrss-save-group-data): Add coding cookie.
14290         (nnrss-mime-encode-string): New function.
14291         (nnrss-check-group): Use it to encode subject and author.
14292
14293 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14294
14295         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14296         imaginary variable.
14297
14298 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14301         correctly even if there are wide characters.
14302
14303 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14304
14305         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14306         downcased symbol names; make a new cache instead of reusing
14307         bbdb-hashtable.
14308
14309 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14310
14311         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14312         concatenating segments rather than before concatenating them.
14313         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14314
14315         * message.el (message-get-reply-headers): Bind `extra'.
14316
14317 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14318
14319         * message.el (message-extra-wide-headers): New variable.
14320         (message-get-reply-headers): Use it.
14321
14322 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14325         (gnus-agent-group-pathname): Ditto.
14326
14327         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14328
14329         * gnus-group.el (gnus-group-make-group): Decode group name.
14330         (gnus-group-make-rss-group): Register the group data after opening
14331         the nnrss group.
14332
14333 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14334
14335         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14336         by expiry now get marked as read.
14337
14338 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14341
14342 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14343
14344         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14345         unify Latin characters in XEmacs.
14346         (mm-find-mime-charset-region): Use it.
14347
14348 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * gnus-util.el (gnus-delete-directory): New function.
14351
14352         * gnus-agent.el (gnus-agent-delete-group): Use it.
14353
14354         * gnus-cache.el (gnus-cache-delete-group): Use it.
14355
14356 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14359         names.
14360
14361 2004-12-16  Simon Josefsson  <jas@extundo.com>
14362
14363         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14364
14365 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14368
14369         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14370         (gnus-group-set-current-level): Decode group name.
14371
14372 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14373
14374         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14375         failed.
14376
14377 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * gnus-group.el (gnus-group-delete-group): Decode group name.
14380         (gnus-group-make-rss-group): Encode group name.
14381         (gnus-group-catchup-current): Decode group name.
14382         (gnus-group-kill-group): Decode group name.
14383
14384 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14385
14386         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14387
14388 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * gnus-group.el (gnus-group-make-rss-group):
14391         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14392
14393         * gnus-start.el (gnus-setup-news): Honor user's setting to
14394         gnus-message-archive-method.  Suggested by Lute Kamstra
14395         <lute@gnu.org>.
14396
14397 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14398
14399         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14400         global counterparts of the buffer-local variables.
14401
14402 2004-11-16  Romain Francoise  <romain@orebokech.com>
14403
14404         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14405         counterparts of the buffer-local variables.
14406
14407 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14408
14409         * message.el (message-forbidden-properties): Fixed typo in doc
14410         string.
14411
14412 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14413
14414         * gnus-util.el (gnus-replace-in-string): Added doc string.
14415
14416         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14417         to avoid problems when splitting mails with many recipients.
14418
14419 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14420
14421         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14422         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14423
14424 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14425
14426         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14427         if there is no hashtable in memory or file modification time is
14428         newer than cached timestamp.
14429
14430 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14431
14432         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14433         not-matching option.
14434
14435 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14436
14437         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14438         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14439         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14440         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14441         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14442         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14443
14444 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14445
14446         * message.el (message-forward-make-body-mml): Remove headers
14447         according to message-forward-ignored-headers if a message is decoded.
14448
14449 2004-12-02  Romain Francoise  <romain@orebokech.com>
14450
14451         * message.el (message-forward-make-body-plain): Always remove
14452         headers according to message-forward-ignored-headers.
14453
14454 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14455
14456         * spam.el (spam-summary-prepare-exit): Remove the
14457         gnus-summary-limit pop for now, it has problems with ham marks for
14458         me.
14459
14460 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14461
14462         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14463         correctly.
14464
14465 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14466
14467         * format-spec.el (format-spec): Message the char.
14468
14469 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14470
14471         * gnus-art.el (gnus-split-methods): Reformat comments.
14472
14473         * spam.el (spam-summary-prepare-exit): Remove article limits
14474         before exiting the summary buffer.
14475
14476 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14479         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14480
14481         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14482         order to silence the byte compiler.
14483
14484         * spam.el: Fix the way to silence the byte compiler, which
14485         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14486         bbdb-search-simple, spam-BBDB-register-routine,
14487         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14488         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14489         spam-stat-buffer-is-spam, spam-stat-load,
14490         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14491         spam-stat-save and spam-stat-split-fancy.
14492
14493 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14494
14495         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14496         which may confuse users.
14497         (canlock-password-for-verify): Ditto.
14498
14499         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14500
14501         * gnus-art.el (gnus-emphasis-alist): Ditto.
14502
14503         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14504
14505         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14506
14507         * gnus-start.el (gnus-save-killed-list): Ditto.
14508
14509         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14510         (gnus-sum-thread-tree-root): Ditto.
14511         (gnus-sum-thread-tree-false-root): Ditto.
14512         (gnus-sum-thread-tree-single-indent): Ditto.
14513
14514         * message.el (message-courtesy-message): Ditto.
14515         (message-archive-note): Ditto.
14516         (message-subscribed-address-file): Ditto.
14517         (message-user-fqdn): Ditto.
14518
14519         * spam-report.el (spam-report-gmane-regex): Ditto.
14520
14521         * spam.el (spam-blackhole-good-server-regex): Ditto.
14522
14523 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14524
14525         * mml.el (mml-preview): Widen the message buffer before copying
14526         the contents to the preview buffer; sort headers before previewing.
14527
14528         * message.el (message-hidden-headers): Fix the way to avoid a bug
14529         in the `repeat' widget in Emacs 21.3 or earlier.
14530
14531 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * message.el (message-hidden-headers): Default to "^References:".
14534         Improve customization type.  Suggested by Reiner Steib
14535         <Reiner.Steib@gmx.de>.
14536
14537 2004-11-25  Romain Francoise  <romain@orebokech.com>
14538
14539         * message.el (message-strip-forbidden-properties): Remove check for
14540         obsolete `message-hidden' text property, hidden headers are not
14541         accessible in the buffer anymore.
14542
14543 2004-11-22  Romain Francoise  <romain@orebokech.com>
14544
14545         * message.el (message-header-format-alist): Add `From' in list
14546         so that it can be sorted.
14547         (message-fix-before-sending): Widen and sort headers before
14548         sending.
14549         (message-hide-headers): Use narrowing to hide headers by moving
14550         them to the top of the buffer and narrowing to the region
14551         underneath.
14552
14553 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14554
14555         * message.el (message-strip-forbidden-properties): Bind
14556         buffer-read-only (etc) to nil.
14557
14558 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14561         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14562
14563 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14564
14565         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14566
14567 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14568
14569         * dns.el (query-dns): Use sit-for to time instead of
14570         accept-process-output, since that doesn't seem to work on udp
14571         sockets.
14572
14573 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14574
14575         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14576
14577 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14578
14579         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14580         doc string.  Improve doc string.
14581
14582 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14583
14584         * nntp.el (nntp-request-update-info): Return nil if
14585         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14586         may not call gnus-activate-group which uselessly issues the GROUP
14587         commands for all nntp groups and wastes time.  Reported by Romain
14588         Francoise <romain@orebokech.com>.
14589
14590         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14591
14592 2004-11-15  Simon Josefsson  <jas@extundo.com>
14593
14594         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14595         headers separately.
14596         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14597         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14598
14599 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14600
14601         * gnus-start.el (gnus-convert-old-newsrc):
14602         Assign legacy-gnus-agent to 5.10.7.
14603
14604 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14605
14606         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14607         start of the lines.
14608
14609 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14610
14611         * hashcash.el (hashcash-default-payment): Change default to 20.
14612         (hashcash-default-accept-payment): Change default to 20.
14613         (hashcash-process-alist): New variable.
14614         (hashcash-generate-payment-async): Add.
14615         (hashcash-already-paid-p): Add.
14616         (hashcash-insert-payment): Don't generate payments twice.
14617         (hashcash-insert-payment-async): Add.
14618         (hashcash-insert-payment-async-2): Add.
14619         (hashcash-cancel-async): Add.
14620         (hashcash-wait-async): Add.
14621         (hashcash-processes-running-p): Add.
14622         (hashcash-wait-or-cancel): Add.
14623         (mail-add-payment): New optional argument.  Conditionally start
14624         asynchronous calculation.
14625         (mail-add-payment-async): Add.
14626
14627         * message.el (message-send-mail): Wait for asynchronous hashcash
14628         results.  Don't clobber existing X-Hashcash headers.
14629         (message-setup-1): Call mail-add-payment-async when
14630         message-generate-hashcash is non-nil.
14631
14632 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14633
14634         * message.el (message-use-alternative-email-as-from): Examine the
14635         From header as well; use message-make-from in order to include a
14636         user's full name.
14637
14638 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14639
14640         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14641         default; improve customization type.
14642         (gnus-emphasis-custom-with-format): New macro.
14643         (gnus-emphasis-custom-value-to-external): New function.
14644         (gnus-emphasis-custom-value-to-internal): New function.
14645
14646 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14647
14648         * dns.el (query-dns): Resolve reverse addresses.
14649
14650 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14651
14652         * gnus-group.el (gnus-group-get-new-news): Use it.
14653
14654         * gnus-start.el (gnus-check-reasonable-setup): New function.
14655
14656 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14657
14658         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14659         "Args out of range" error.  Reported by Arnaud Giersch
14660         <arnaud.giersch@free.fr>.
14661
14662 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14663
14664         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14665
14666 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14667
14668         * spam.el (spam group): Add :version.
14669
14670         * pgg-def.el (pgg group): Add :version.
14671
14672 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14673
14674         * gnus-art.el (gnus-article-edit-article): Don't associate the
14675         article buffer with a draft file.  This is a temporary measure
14676         against the 2004-08-22 change to gnus-article-edit-mode.
14677
14678 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14679
14680         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14681         (html2text-format-tags): Remove unused variable `attr'.
14682
14683 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14684
14685         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14686
14687         * tls.el (tls-process-connection-type, tls-success)
14688         (tls-certtool-program): Add :version.
14689
14690         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14691         (starttls-extra-arguments, starttls-process-connection-type)
14692         (starttls-connect, starttls-failure, starttls-success): Add :version.
14693
14694         * spam-stat.el (spam-stat): Add :version.
14695
14696         * sieve.el (sieve): Add :version.
14697
14698         * sha1.el (sha1): Add :version.
14699         (sha1-use-external): Remove redundant version.
14700
14701         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14702         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14703         (nnmail-split-fancy-match-partial-words)
14704         (nnmail-split-lowercase-expanded): Add :version.
14705
14706         * nndiary.el (nndiary): Add :version.
14707
14708         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14709
14710         * mml-sec.el (mml-default-sign-method)
14711         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14712         Add :version.
14713
14714         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14715
14716         * mm-url.el (mm-url-use-external, mm-url-program)
14717         (mm-url-arguments): Add :version.
14718
14719         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14720         (mm-attachment-file-modes, mm-decrypt-option)
14721         (mm-w3m-safe-url-regexp): Add :version.
14722
14723         * message.el (message-cite-prefix-regexp)
14724         (message-sendmail-envelope-from, message-minibuffer-local-map)
14725         (message-user-fqdn, message-completion-alist): Add :version.
14726
14727         * gnus-win.el (gnus-configure-windows-hook)
14728         (gnus-use-frames-on-any-display): Add :version.
14729
14730         * gnus-art.el (gnus-article-address-banner-alist)
14731         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14732         (gnus-treat-from-picon, gnus-treat-mail-picon)
14733         (gnus-treat-x-pgp-sig): Add :version.
14734
14735         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14736         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14737         (gnus-summary-article-delete-hook)
14738         (gnus-summary-display-while-building): Add :version.
14739
14740         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14741         (gnus-get-top-new-news-hook): Add :version.
14742
14743         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14744         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14745
14746         * gnus-registry.el (gnus-registry): Add :version.
14747
14748         * gnus-spec.el (gnus-use-correct-string-widths)
14749         (gnus-make-format-preserve-properties): Add :version.
14750
14751         * gnus.el (gnus-group-charter-alist)
14752         (gnus-group-fetch-control-use-browse-url)
14753         (gnus-install-group-spam-parameters): Add :version.
14754
14755         * gnus-diary.el (gnus-diary): Add :version.
14756
14757         * gnus-delay.el (gnus-delay): Add :version.
14758
14759         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14760         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14761         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14762         Add :version.
14763
14764         * gnus-agent.el (gnus-agent-max-fetch-size)
14765         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14766         (gnus-agent-prompt-send-queue): Add :version.
14767
14768         * deuglify.el (gnus-outlook-deuglify): Add :version.
14769
14770         * html2text.el: Beautify code.  Improve doc strings.  Some
14771         checkdoc cleanup.
14772         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14773
14774 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14775
14776         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14777
14778 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14779
14780         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14781         when package is loaded.
14782
14783         * spam.el (spam-summary-score-preferred-header): Add global preference
14784         for people who want to override the default SpamAssassin over
14785         Bogofilter preference (when both are set).
14786         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14787         (spam-user-format-function-S): Check
14788         spam-summary-score-preferred-header.
14789         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14790         (spam-user-format-function-S): Format the score correctly.
14791
14792 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14795         signature file.  Suggested by Manoj Srivastava
14796         <srivasta@golden-gryphon.com>.
14797
14798         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14799         iso-2022-jp even in the Japanese language environment.
14800         Suggested by Jason Rumney <jasonr@gnu.org>.
14801
14802 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14805         use the same characters as the dummy marks; make it free from
14806         getting affected by the language environment.
14807         (gnus-summary-read-group-1): Update mark positions only when the
14808         format spec is updated.
14809
14810         * gnus-spec.el (gnus-update-format-specifications): Return a list
14811         of updated types.
14812
14813 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14814
14815         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14816         of boundp to check if display-warning is available.
14817
14818 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14819
14820         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14821
14822 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14823
14824         * nnspool.el (nnspool-spool-directory): Use news-path if the
14825         news-directory variable is not bound.
14826
14827         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14828         function instead of display-warning if it is not available.
14829
14830 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14831
14832         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14833         v5-10: Use `point-at-bol'.
14834
14835 2004-10-26  Simon Josefsson  <jas@extundo.com>
14836
14837         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14838         <chenggao@gmail.com>.
14839
14840 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14841
14842         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14843         instead.
14844
14845 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14846
14847         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14848         to remove a server from the nnimap-server-buffer-alist.
14849         (nnimap-open-connection, nnimap-close-server): Use it.
14850
14851         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14852
14853 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14854
14855         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14856         running the major-mode function.
14857
14858 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14859
14860         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14861         dummy marks in the right way.
14862
14863 2004-10-18  David Edmondson  <dme@dme.org>
14864
14865         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14866         excessively.
14867
14868 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14869
14870         * gnus-util.el (gnus-split-references): Accept a nil references
14871         string and go on blissfully.
14872
14873         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14874         cases where the references string is non-nil but has no references.
14875
14876         * encrypt.el: Add autoload tags.
14877
14878         * spam.el (spam-resolve-registrations-routine): Remove article
14879         from unregistration list too.  Reported by David Hanak
14880         <dhanak@isis.vanderbilt.edu>
14881
14882 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14883
14884         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14885         nil.  Changed custom type.
14886
14887 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14888
14889         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14890
14891         * gnus-sum.el (gnus-summary-move-article): Use it.
14892
14893 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14894
14895         * encrypt.el: Add autoload cookies.
14896
14897         * spam.el (spam-backend-article-list-property)
14898         (spam-backend-get-article-todo-list)
14899         (spam-backend-put-article-todo-list)
14900         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14901         Resolve registrations separately.
14902         (spam-register-routine): Format comments.
14903         (spam-unregister-routine, spam-register-routine): Always call with
14904         specific-articles, no default list.
14905         (spam-summary-prepare-exit): Use the spam-classifications function.
14906
14907         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14908         gnus-encrypt.el.
14909
14910         * encrypt.el: Copied from gnus-encrypt.el.
14911
14912         * gnus-encrypt.el: Commented that it's obsolete.
14913
14914 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14915
14916         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14917         (gnus-score-save): Use it.
14918
14919         * message.el (message-bury): Use `window-dedicated-p'.
14920
14921 2004-10-15  Simon Josefsson  <jas@extundo.com>
14922
14923         * pop3.el (top-level): Don't require nnheader.
14924         (pop3-read-timeout): Add.
14925         (pop3-accept-process-output): Add.
14926         (pop3-read-response, pop3-retr): Use it.
14927
14928 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14929
14930         * spam.el (spam-register-routine): Move comment.
14931         (spam-verify-bogofilter): Use 'unknown for the initial
14932         spam-bogofilter-valid state, not 'never.
14933
14934         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14935         for netrc-machine.
14936
14937         * nnimap.el (nnimap-open-connection): Use
14938         netrc-machine-user-or-password.
14939
14940 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14941
14942         * gnus-registry.el (gnus-registry-unload-hook):
14943         Set as a variable with add-hook.
14944
14945         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14946         of news-path.
14947
14948         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14949
14950         * spam.el: Delete duplicate `provide'.
14951         (spam-unload-hook): Set as a variable with add-hook.
14952
14953 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14954
14955         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14956         in the doc string.
14957
14958         * message.el (message-ignored-news-headers)
14959         (message-ignored-supersedes-headers)
14960         (message-ignored-resent-headers)
14961         (message-forward-ignored-headers): Improve custom type.
14962
14963 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14964
14965         * message.el (message-tokenize-header): Fix 2004-09-06 change
14966         which used point-min in the wrong place.
14967
14968 2004-10-12  Simon Josefsson  <jas@extundo.com>
14969
14970         * tls.el (tls-certtool-program): New variable.
14971         (tls-certificate-information): New function, based on
14972         ssl-certificate-information.
14973
14974 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14975
14976         * compface.el: Move the version of ELisp-based uncompface program
14977         to the contrib directory because of the copyright problem.
14978
14979 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14980
14981         * message.el (message-kill-buffer): Raise the current frame.
14982
14983 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14984
14985         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14986
14987         * gnus.el (message-y-or-n-p): Autoload.
14988
14989         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14990         (pop3-password-required, pop3-authentication-scheme)
14991         (pop3-leave-mail-on-server): Made customizable.
14992         (pop3): New custom group.
14993         (pop3-retr): Remove `sleep-for' statements.
14994         Suggested by Dave Love <fx@gnu.org>.
14995
14996         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14997         Windows/DOS.
14998
14999         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15000         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15001         Dave Love <fx@gnu.org>.
15002
15003         * mml.el (mml-minibuffer-read-disposition): Require match.
15004         Suggested by Dave Love <fx@gnu.org>.
15005
15006 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15007
15008         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15009         doc string.
15010
15011 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15014
15015 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15016
15017         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15018         instead of calling `mm-insert-inline', to decode text/* parts
15019         before displaying them.
15020
15021 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15022
15023         * mm-uu.el (mm-uu-text-plain-type): New variable.
15024         (mm-uu-pgp-signed-extract-1): Use it.
15025         (mm-uu-pgp-encrypted-extract-1): Use it.
15026         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15027         bind mm-uu-text-plain-type with that value.
15028         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15029         mm-uu-dissect.
15030
15031 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * gnus-group.el (gnus-update-group-mark-positions):
15034         * gnus-sum.el (gnus-update-summary-mark-positions):
15035         * message.el (message-check-news-body-syntax):
15036         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15037         of string-as-multibyte.
15038
15039 2004-10-05  Juri Linkov  <juri@jurta.org>
15040
15041         * gnus-group.el (gnus-update-group-mark-positions):
15042         * gnus-sum.el (gnus-update-summary-mark-positions):
15043         * message.el (message-check-news-body-syntax):
15044         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15045         8-bit unibyte values to a multibyte string for search functions.
15046
15047 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15048
15049         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15050         (mm-uu-dissect-text-parts): New function.
15051
15052         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15053         dissect text parts.
15054
15055         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15056         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15057
15058         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15059
15060         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15061         gnus-current-topics instead of gnus-current-topic.
15062
15063 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15064
15065         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15066
15067 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15068
15069         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15070         where approriate.
15071
15072         * nnml.el (nnml-generate-active-info): do.
15073
15074         * nndiary.el (nndiary-generate-active-info): do.
15075
15076         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15077         (gnus-topic-move): do.
15078
15079         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15080         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15081
15082         * gnus-srvr.el (gnus-server-prepare)
15083         (gnus-server-open-all-servers): do.
15084
15085         * gnus-msg.el (gnus-summary-cancel-article)
15086         (gnus-summary-resend-message)
15087         (gnus-summary-mail-crosspost-complaint): do.
15088
15089         * gnus-move.el (gnus-change-server): do.
15090
15091         * gnus-group.el (gnus-group-unmark-all-groups)
15092         (gnus-group-set-current-level): do.
15093
15094 2004-10-04  Simon Josefsson  <jas@extundo.com>
15095
15096         * message.el (message-generate-hashcash): Doc fix.
15097
15098 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15099
15100         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15101         avoid infinite recursion via gnus-get-function.
15102
15103 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15104
15105         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15106
15107         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15108
15109         * nnmail.el (nnmail-split-history): do.
15110
15111         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15112         (nnml-request-delete-group): do.
15113
15114         * nnslashdot.el (nnslashdot-read-groups): do.
15115
15116         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15117         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15118
15119         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15120         (nnspool-sift-nov-with-sed): Use last.
15121         (nnspool-retrieve-headers-with-nov): Use mapc.
15122         (nnspool-request-newgroups): Use dolist.
15123         (nnspool-request-group): Use last.
15124
15125         * nntp.el (nntp-read-server-type): Use dolist.
15126
15127         * nnvirtual.el (nnvirtual-create-mapping)
15128         (nnvirtual-update-read-and-marked): Use dolist.
15129         (nnvirtual-convert-headers): Simplify.
15130
15131 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15132
15133         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15134         support for sync'ing tick marks.
15135
15136 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15139         there's no visible header.
15140
15141 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15142
15143         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15144         necessary, pass full group name to gnus-request-set-marks.
15145
15146 2004-10-01  Simon Josefsson  <jas@extundo.com>
15147
15148         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15149         acroread.
15150
15151 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15152
15153         * spam-report.el (spam-report-gmane): Fix interactive.
15154
15155         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15156
15157         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15158         when writing file.
15159         (gnus-agent-synchronize-flags): Don't default to being
15160         interactive.
15161
15162 2004-09-30  Simon Josefsson  <jas@extundo.com>
15163
15164         * message.el (message-generate-hashcash): Add.
15165         (message-send-mail): Use it, call mail-add-payment.
15166
15167 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15168
15169         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15170
15171 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15172
15173         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15174         gnus-requst-update-info with explicit code to sync the in-memory
15175         info read flags with the marks being sync'd to the backend.
15176
15177         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15178
15179 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15180
15181         * spam.el (spam-verify-bogofilter): Add new function.
15182         (spam-check-bogofilter)
15183         (spam-bogofilter-register-with-bogofilter): Use it.
15184         (spam-verify-bogofilter): Add small fixes.
15185
15186 2004-09-28  Simon Josefsson  <jas@extundo.com>
15187
15188         * hashcash.el (hashcash-generate-payment): Revert.
15189
15190 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15191
15192         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15193         gnus-extract-references instead of gnus-split-references.
15194
15195         * gnus-util.el (gnus-extract-references): Add new function, analogous
15196         to gnus-split-references but extracts only the message-ID without
15197         anything extra.
15198
15199         * hashcash.el (hashcash-generate-payment)
15200         (hashcash-check-payment): Do the right thing if hashcash-path is
15201         nil (because the hashcash program could not be found).
15202
15203         * spam.el (spam-use-hashcash): Remove comment.
15204
15205 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15206
15207         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15208         (gnus-cache-enter-article, gnus-cache-remove-article)
15209         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15210
15211         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15212
15213         * gnus-art.el (article-hide-boring-headers)
15214         (article-translate-strings, article-display-face)
15215         (gnus-article-mime-match-handle-first)
15216         (gnus-article-highlight-headers)
15217         (gnus-article-add-buttons-to-head): do.
15218
15219 2004-09-27  Simon Josefsson  <jas@extundo.com>
15220
15221         * hashcash.el: New version, from
15222         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15223         ../contrib/.
15224
15225 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15228
15229 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15230
15231         * gnus-dup.el (gnus-dup-open): Use mapc.
15232         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15233
15234         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15235         Reported by Stefan Wiens <s.wi@gmx.net>.
15236
15237         * gnus.el (gnus-shutdown): Use dolist.
15238
15239         * gnus-undo.el (gnus-undo): Use mapc.
15240
15241         * nnrss.el (nnrss-generate-active): do.
15242
15243         * message.el (message-cite-original-without-signature)
15244         (message-cite-original): Use mapc.
15245         (message-do-actions, message-make-forward-subject): Use dolist.
15246
15247 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15248
15249         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15250         deletion to remove entire duplicate line.  Fixes merged article
15251         number bug.
15252
15253 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15254
15255         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15256         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15257         first ask if you want to open a server and then, even when you
15258         responded with no, asking if you want to synchronize the server's
15259         flags.
15260         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15261         multi-line expressions.
15262         (gnus-agent-synchronize-group-flags): New internal function.
15263         Updates marks in memory (in the info structure) AND in the
15264         backend.
15265
15266         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15267
15268         * nnagent.el (nnagent-request-set-mark): Use
15269         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15270         method, to ensure that synchronization updates marks in the
15271         backend and in the info (in memory) structure.
15272
15273 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15276         convention fully; don't miss the root article of a thread; make
15277         the X-Draft-From header with correct article numbers.
15278
15279 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15280
15281         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15282         unless plugged.  Disable the agent so that an open failure causes
15283         an error.
15284
15285         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15286         Reverted 2004-09-21 change.  The backend must be opened while
15287         synchronizing flags even when the backend stores the flags
15288         locally.
15289
15290 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15291
15292         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15293         in `header' match.  Reported by Svend Tollak Munkejord.
15294
15295         * message.el (message-cite-original): Fix use of
15296         `message-cite-articles-with-x-no-archive'.
15297
15298 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15299
15300         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15301         (gnus-window-to-buffer): Ditto.
15302
15303         * mml.el (mml-preview-buffer): New variable.
15304         (mml-preview): Manage window layout with gnus-buffer-configuration.
15305
15306         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15307         X-Draft-From header even if those articles aren't quoted.
15308
15309 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15310
15311         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15312         (gnus-request-set-mark, gnus-request-update-mark): Use new
15313         g-s-t-u-l-m to decide to use backend even when unplugged.
15314
15315 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15316
15317         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15318         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15319
15320 2004-09-20  Simon Josefsson  <jas@extundo.com>
15321
15322         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15323         "utf-16-le".
15324
15325 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15326
15327         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15328
15329 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15330
15331         * uudecode.el (uudecode-use-external): Add :version.
15332
15333         * smime.el (smime-CA-file, smime-encrypt-cipher)
15334         (smime-dns-server): Add :version.
15335
15336         * smiley.el (gnus-smiley-file-types): Add :version.
15337
15338         * sha1.el (sha1-use-external): Add :version.
15339
15340         * pgg-def.el (pgg-query-keyserver): Add :version.
15341
15342         * nnmail.el (nnmail-fancy-expiry-targets)
15343         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15344         Add :version.
15345
15346         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15347         (nnimap-retrieve-groups-asynchronous): Add :version.
15348         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15349
15350         * mml.el (mml-content-disposition-parameters)
15351         (mml-insert-mime-headers-always): Add :version.
15352
15353         * mm-util.el (mm-coding-system-priorities): Add :version.
15354
15355         * mm-decode.el (mm-inline-text-html-with-images)
15356         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15357         (mm-verify-option): Add :version.
15358         (mm-text-html-renderer): Change :version.
15359
15360         * message.el (message-fcc-externalize-attachments)
15361         (message-required-headers, message-draft-headers)
15362         (message-subject-trailing-was-query)
15363         (message-subject-trailing-was-ask-regexp)
15364         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15365         (message-mark-insert-end, message-archive-header)
15366         (message-archive-note, message-cross-post-default)
15367         (message-cross-post-note, message-followup-to-note)
15368         (message-cross-post-note-function, message-use-mail-followup-to)
15369         (message-subscribed-address-functions)
15370         (message-subscribed-address-file, message-subscribed-addresses)
15371         (message-subscribed-regexps, message-allow-no-recipients)
15372         (message-yank-cited-prefix, message-signature-insert-empty-line)
15373         (message-hidden-headers, message-hierarchical-addresses)
15374         (message-mail-user-agent, message-use-idna)
15375         (message-valid-fqdn-regexp)
15376         (message-strip-special-text-properties, message-header-synonyms)
15377         (message-beginning-of-line, message-tab-body-function): Add :version.
15378         (message-insert-canlock, message-wide-reply-confirm-recipients):
15379         Change :version.
15380
15381         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15382         and :version.
15383         (mail-source-delete-old-incoming-confirm)
15384         (mail-source-movemail-program): Add :version.
15385
15386         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15387         (gnus-agent-cache, gnus-agent): Change :version.
15388
15389         * gnus-util.el (gnus-use-byte-compile): Change :version.
15390
15391         * gnus-sum.el (gnus-summary-make-false-root-always)
15392         (gnus-summary-default-high-score)
15393         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15394         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15395         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15396         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15397         (gnus-sum-thread-tree-single-indent)
15398         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15399         (gnus-sum-thread-tree-leaf-with-other)
15400         (gnus-sum-thread-tree-single-leaf): Add :version.
15401         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15402         (gnus-article-loose-mime): Change :version.
15403
15404         * gnus-start.el (gnus-backup-startup-file)
15405         (gnus-save-startup-file-via-temp-buffer): Add :version.
15406
15407         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15408         (gnus-server-offline-face): Add :version.
15409
15410         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15411
15412         * gnus-msg.el (gnus-gcc-externalize-attachments)
15413         (gnus-debug-files, gnus-debug-exclude-variables)
15414         (gnus-discouraged-post-methods): Change :version.
15415         (gnus-confirm-mail-reply-to-news)
15416         (gnus-confirm-treat-mail-like-news): Add :version.
15417
15418         * gnus-int.el (gnus-server-unopen-status): Add :version.
15419
15420         * gnus-group.el (gnus-group-jump-to-group-prompt)
15421         (gnus-large-ephemeral-newsgroup)
15422         (gnus-fetch-old-ephemeral-headers): Add :version.
15423
15424         * gnus-fun.el (gnus-x-face-directory)
15425         (gnus-convert-pbm-to-x-face-command)
15426         (gnus-convert-image-to-x-face-command)
15427         (gnus-convert-image-to-face-command): Add :version.
15428
15429         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15430
15431         * gnus-cite.el (gnus-cite-blank-line-after-header)
15432         (gnus-article-boring-faces): Add :version.
15433
15434         * gnus-art.el (gnus-buttonized-mime-types)
15435         (gnus-inhibit-mime-unbuttonizing)
15436         (gnus-treat-display-face)
15437         (gnus-treat-body-boundary): Change :version.
15438         (gnus-body-boundary-delimiter, gnus-picon-databases)
15439         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15440         (gnus-treat-date-english, gnus-treat-fold-headers)
15441         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15442         (gnus-treat-mail-picon, gnus-treat-wash-html)
15443         (gnus-article-encrypt-protocol)
15444         (gnus-use-idna, gnus-article-over-scroll)
15445         (gnus-mime-display-multipart-alternative-as-mixed)
15446         (gnus-mime-display-multipart-related-as-mixed)
15447         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15448         (gnus-ctan-url, gnus-button-ctan-handler)
15449         (gnus-button-handle-ctan-bogus-regexp)
15450         (gnus-button-ctan-directory-regexp)
15451         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15452         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15453         (gnus-button-man-level, gnus-button-emacs-level)
15454         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15455
15456         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15457         (gnus-agent-go-online): Change :version.
15458         (gnus-agent-expire-unagentized-dirs)
15459         (gnus-agent-auto-agentize-methods): Add :version.
15460
15461         * flow-fill.el (fill-flowed-display-column)
15462         (fill-flowed-encode-column): Add :version.
15463
15464         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15465         (gnus-outlook-deuglify-unwrap-max)
15466         (gnus-outlook-deuglify-cite-marks)
15467         (gnus-outlook-deuglify-unwrap-stop-chars)
15468         (gnus-outlook-deuglify-no-wrap-chars)
15469         (gnus-outlook-deuglify-attrib-cut-regexp)
15470         (gnus-outlook-deuglify-attrib-verb-regexp)
15471         (gnus-outlook-deuglify-attrib-end-regexp)
15472         (gnus-outlook-display-hook): Add :version.
15473
15474         * binhex.el (binhex-use-external): Add :version.
15475
15476 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15477
15478         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15479         and `invisible'.
15480
15481 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15482
15483         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15484         in gnus-registry-trim.
15485
15486 2004-09-13  Simon Josefsson  <jas@extundo.com>
15487
15488         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15489
15490         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15491
15492         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15493         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15494         <yamaoka@jpl.org>.
15495         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15496         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15497         <yamaoka@jpl.org>.
15498
15499         * sieve.el (sieve-manage-mode): Ditto.
15500
15501 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15502
15503         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15504
15505 2004-09-11  Simon Josefsson  <jas@extundo.com>
15506
15507         * dns-mode.el: Add.
15508
15509         * mm-view.el (mm-display-dns-inline): Add.
15510
15511         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15512         (mm-automatic-display): Ditto.
15513
15514         * mailcap.el (mailcap-mime-data): Add text/dns.
15515         (mailcap-mime-extensions): Map .soa to text/dns.
15516
15517 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15518
15519         * gnus-art.el (article-decode-mime-words, article-babel)
15520         (gnus-article-highlight-signature, gnus-article-add-buttons)
15521         (gnus-signature-toggle): Remove unnecessary bindings of
15522         `inhibit-read-only' inherited from v5.10 merge.
15523
15524 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15525
15526         * nntp.el (nntp): New customization group.
15527         (nntp-authinfo-file): Add customization group.
15528
15529         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15530
15531         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15532
15533         * gnus.el (to-address, to-list, subscribed)
15534         (large-newsgroup-initial): Ditto.
15535
15536         * flow-fill.el (fill-flowed-display-column)
15537         (fill-flowed-encode-column): Ditto.
15538
15539 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15540
15541         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15542         Use point-min rather than 1.
15543         (message-send-mail): Use buffer-size rather than point-max.
15544
15545         * gnus-sum.el (gnus-summary-search-article-forward):
15546         Signal a specific `search-failed' rather than a generic `error'.
15547
15548         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15549         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15550         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15551
15552 2004-09-10  Simon Josefsson  <jas@extundo.com>
15553
15554         * nndb.el (require): Remove tcp and duplicate cl.
15555
15556 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15557
15558         * gnus-agent.el (directory-files-and-attributes): Move forward.
15559
15560 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15561
15562         * gnus-agent.el (directory-files-and-attributes): Optionally
15563         defined to support XEmacs.
15564
15565 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15566
15567         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15568         to avoid run-time CL dependencies.
15569         (gnus-agent-unfetch-articles): New function.
15570         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15571         article numbers even when local .overview file is missing.
15572         (gnus-agent-read-article-number): New function.  Only accepts
15573         27-bit article numbers.
15574         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15575         gnus-agent-read-article-number.
15576         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15577         from backend while recognizing that article numbers in .overview
15578         must be valid.
15579         (gnus-agent-update-files-total-fetched-for): Use
15580         directory-files-and-attributes to improve performance.
15581         * gnus-int.el (gnus-request-move-article): Use
15582         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15583         improve performance.
15584
15585         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15586         some users confused by references to .newsrc when they only have a
15587         .newsrc.eld file.
15588         (gnus-convert-mark-converter-prompt)
15589         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15590         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15591         New function.  Used internally to only display 'gnus converting
15592         files' message when actually necessary.
15593
15594         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15595         methods now autoloaded.
15596
15597 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15598
15599         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15600         identifiers.
15601
15602 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15603
15604         * gnus-picon.el: Fix indentation and closing parenthesis.
15605
15606 2004-09-01  Simon Josefsson  <jas@extundo.com>
15607
15608         * message.el (message-canlock-generate): Require sha1, not
15609         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15610         to require within a function.  Sadly, if sha1.el isn't loaded, the
15611         let binding in m-c-g will hide the defcustom definition, which is
15612         bad.)
15613
15614         * canlock.el: Require sha1, not sha1-el.
15615
15616         * message.el: Don't autoload sha1 (there is a autoload cookie in
15617         sha1.el).
15618
15619         * sha1-el.el: Renamed to sha1.el.
15620
15621 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15622
15623         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15624
15625 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15626
15627         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15628
15629 2004-08-30  Kim F. Storm  <storm@cua.dk>
15630
15631         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15632
15633         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15634         Add :group 'nnimap.
15635
15636 2004-08-30  Andreas Schwab  <schwab@suse.de>
15637
15638         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15639         ?* and ?\;.
15640
15641         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15642         and ?\' to symbol instead of whitespace.
15643
15644 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15647
15648         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15649         instead of re-search-forward.
15650
15651         * gnus-uu.el (gnus-uu-save-article): Ditto.
15652         (gnus-uu-post-encode-uuencode): Ditto.
15653
15654         * html2text.el (html2text-clean-list-items): Ditto.
15655         (html2text-clean-dtdd): Ditto.
15656         (html2text-format-tags): Ditto.
15657
15658         * message.el (message-send-mail-with-sendmail): Fix regexp.
15659         (message-fill-field-general): Use search-forward instead of
15660         re-search-forward.
15661         (unbold-region): Ditto.
15662
15663         * nnrss.el (nnrss-request-article): Ditto.
15664
15665         * nnslashdot.el (nnslashdot-request-article): Ditto.
15666
15667         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15668
15669         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15670         "Unrecognized menu descriptor" error in XEmacs.
15671
15672 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15673
15674         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15675         parent article of a sparse article in the thread hashtb.
15676
15677 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15678
15679         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15680         (nnmail-expand-newtext): Lowercase expanded entries if
15681         nnmail-split-lowercase-expanded is non-nil.
15682
15683 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15684
15685         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15686
15687         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15688         of gnus-tmp-news-method into string under XEmacs.  It will be
15689         passed to gnus-correct-length which takes only a string argument.
15690
15691 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15692
15693         * gnus-util.el (gnus-bind-print-variables): New macro.
15694         (gnus-prin1): Use it.
15695         (gnus-prin1-to-string): Use it.
15696         (gnus-pp): New function.
15697         (gnus-pp-to-string): New function.
15698
15699         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15700         Replace pp-to-string with gnus-pp-to-string.
15701         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15702         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15703         * gnus-msg.el (gnus-debug): Ditto.
15704         * gnus-score.el (gnus-score-save): Ditto.
15705         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15706         gnus-pp-to-string.
15707         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15708         with gnus-pp.
15709         * score-mode.el (gnus-score-pretty-print): Ditto.
15710         * webmail.el (webmail-debug): Ditto.
15711
15712 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15713
15714         * gnus-art.el (article-display-face, article-display-x-face):
15715         Use buffer-read-only.
15716
15717 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15718
15719         * gnus-art.el (article-hide-list-identifiers):
15720         Bind inhibit-read-only as t.
15721
15722 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15723
15724         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15725
15726 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15727
15728         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15729         (gnus-narrow-to-page): Don't assume point-min == 1.
15730         (gnus-article-edit-mode): Derive from message-mode.
15731
15732         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15733         point-min == 1.
15734
15735         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15736         Disable incorrect use of `assert'.
15737
15738         * message.el (message-mode): Set comment-start-skip.
15739
15740
15741 2004-08-22  Sam Steingold  <sds@gnu.org>
15742
15743         * pop3.el (pop3-leave-mail-on-server): New user variable.
15744         (pop3-movemail): Delete mail only when it is nil.
15745
15746 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15747
15748         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15749
15750         * mml.el (mml-preview): Use `pop-to-buffer'.
15751
15752         * message.el (message-goto-mail-followup-to): Insert after "To".
15753         (message-carefully-insert-headers): Add comment.
15754
15755         * gnus.el: Remove unused variable `gnus-article-check-size'.
15756
15757         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15758
15759         * gnus-art.el (gnus-button-alist): Improve
15760         `gnus-button-handle-library' entry.
15761
15762 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15763
15764         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15765         downcase, since XEmacs capitalizes error messages differently.
15766
15767 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15768
15769         * nntp.el: Add (require 'gnus) due to reference to
15770         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15771
15772 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15773
15774         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15775         `mm-fill-flowed'.
15776
15777         * mm-decode.el (mm-dissect-singlepart): Check it.
15778
15779 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15780
15781         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15782         'imap' for netrc parsing.
15783
15784 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15785
15786         * mailcap.el (mailcap-mime-data): Mark as risky.
15787
15788 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15789
15790         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15791         may be included in the encoded word.
15792         (rfc2047-encode): Don't append a space if the encoded word
15793         includes close parenthesis.
15794
15795 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15796
15797         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15798         of text within parentheses.
15799
15800 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15801
15802         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15803         (gnus-encrypt-write-file-contents): Make the password key the file
15804         name PLUS the cipher, not just the cipher.  Also remove failed
15805         passwords from the cache.
15806
15807 2004-08-06  Simon Josefsson  <jas@extundo.com>
15808
15809         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15810         fix.
15811
15812 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15813
15814         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15815         LWSP.
15816
15817 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15818
15819         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15820         to append in-reply-to: data to the references: header.
15821
15822         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15823         (netrc-parse): Use gnus-encrypt.el functions.
15824
15825         * gnus-encrypt.el: Add new file for encryption support; currently
15826         does only a few GPG ciphers and an internal XOR cipher.
15827
15828         * password.el: Add comments on using password-read-and-add.
15829         (password-read-and-add): Add function to read and add the
15830         password to the cache at once.
15831
15832 2004-07-28  Simon Josefsson  <jas@extundo.com>
15833
15834         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15835         parameter (but don't use it, for now).
15836
15837         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15838         instead of hard coding to nil.
15839
15840 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15841
15842         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15843         as mm-inline-image-xemacs does.
15844
15845 2004-07-26  Simon Josefsson  <jas@extundo.com>
15846
15847         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15848         Revert part of 2004-07-17 change below.
15849
15850 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15851
15852         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15853         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15854
15855 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15856
15857         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15858         quotes that actually start with ">" at the beginning of the
15859         lines.
15860
15861 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * rfc2047.el (rfc2047-encode-region): Fix last change.
15864         (rfc2047-encode-parameter): Remove useless concat.
15865
15866 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15867
15868         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15869         encode special characters; fix some kind of misconfigured headers;
15870         signal a real error if debug-on-quit or debug-on-error is non-nil.
15871         (rfc2047-encode-max-chars): New variable.
15872         (rfc2047-encode-1): Use it.
15873         (rfc2047-encode-parameter): New function.
15874
15875         * mml.el (mml-insert-parameter): Remove an excessive space.
15876
15877 2004-07-17  Simon Josefsson  <jas@extundo.com>
15878
15879         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15880         Kai Grossjohann <kai@emptydomain.de>.
15881         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15882         (gnus-group-make-menu-bar): Ditto.
15883
15884         * gnus-util.el (gnus-group-server): Add.
15885
15886 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15887
15888         * message.el (message-clone-locals): Clone sendmail and smtp
15889         variables.
15890
15891 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15892
15893         * rfc2047.el (rfc2047-encode-region): Fix last change.
15894
15895 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15896
15897         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15898         characters as non-special.
15899
15900 2004-07-09  Simon Josefsson  <jas@extundo.com>
15901
15902         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15903         Users will lose all flag changes made while unplugged with
15904         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15905         good default.  See numerous reports on ding mailing list.
15906
15907 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15908
15909         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15910         add generate-head-function and generate-article-function to the
15911         rfc822-forward entry.
15912         (nndoc-rfc822-forward-generate-article): New function.
15913         (nndoc-rfc822-forward-generate-head): New function.
15914
15915         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15916
15917 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15918
15919         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15920         respect display group parameter and gnus-summary-expunge-below.
15921         (gnus-articles-to-read): Remove unused reference to display group
15922         parameter.
15923
15924 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15925
15926         * nnheader.el (nnheader-uniquify-message-id): New experimental
15927         variable.
15928         (nnheader-nov-read-message-id): Use it.
15929
15930         * spam-report.el (spam-report-gmane): Add interactive.
15931
15932 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15933
15934         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15935         qp-or-base64 for the application/* types.
15936
15937 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15938
15939         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15940
15941 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15942
15943         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15944         trim value.
15945
15946 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15947
15948         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15949         New macro and function.
15950         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15951
15952 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15955         after-load-alist.
15956
15957 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15958
15959         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15960         update info that isn't there.
15961
15962 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15963
15964         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15965         entry.
15966
15967 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15968
15969         * mm-view.el (mm-inline-render-with-function): Use multibyte
15970         buffer; decode html source by charset.
15971
15972         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15973
15974         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15975         Mule-UCS is loaded under XEmacs.
15976         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15977
15978 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15979
15980         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15981
15982 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15983
15984         * mm-util.el (mm-coding-system-p): Return a coding-system.
15985         (mm-mime-mule-charset-alist): Use shift_jis instead of
15986         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15987         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15988         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15989         instead of japanese-shift-jis and iso-latin-1 respectively in
15990         order to share the default value with both Emacs and XEmacs-mule.
15991         (mm-mule-charset-to-mime-charset): Make
15992         mm-coding-system-priorities effective.
15993         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15994         while predicating of candidates upon the priorities.
15995
15996 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15997
15998         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15999         gnus-uu-invert-processable.
16000
16001         * gnus.el: Autoload gnus-uu-invert-processable.
16002
16003 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16004
16005         * mm-util.el (mm-with-multibyte-buffer): New macro.
16006
16007         * rfc2047.el (rfc2047-encode-string): Use it.
16008         (rfc2047-encode-region): Move point to the end of the region after
16009         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16010
16011 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16012
16013         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16014         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16015
16016 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16017
16018         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16019         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16020         Karl Chen <quarl@nospam.quarl.org>.
16021
16022 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16023
16024         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16025         invalid addresses.
16026
16027 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16028
16029         * spam.el: Change section markers, revise TODO list.
16030         (spam-backends): Make new master list of all installed backends.
16031         (spam-summary-exit-behavior): Add new variable to determine how
16032         messages moves are done at summary exit.
16033         (spam-move-spam-nonspam-groups-only)
16034         (spam-process-ham-in-nonham-groups)
16035         (spam-process-ham-in-spam-groups): Remove variables, the
16036         spam-summary-exit-behavior variable should be used to manage this
16037         behavior.
16038         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16039         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16040         and spam-old-spam-articles.
16041         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16042         Add empty variables, placeholders for the backends they represent.
16043         (spam-set-difference): Move, unchanged.
16044         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16045         unless the user has a processor variable.
16046         (spam-classifications, spam-classification-valid-p)
16047         (spam-backend-properties, spam-backend-property-valid-p)
16048         (spam-backend-function-type-valid-p)
16049         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16050         (spam-report-articles-gmane, spam-report-articles-resend):
16051         Remove functions, they are not needed.
16052         (spam-install-backend-super, spam-backend-list)
16053         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16054         (spam-backend-function, spam-backend-ham-registration-function)
16055         (spam-backend-spam-registration-function)
16056         (spam-backend-ham-unregistration-function)
16057         (spam-backend-spam-unregistration-function)
16058         (spam-backend-statistical-p, spam-backend-mover-p)
16059         (spam-install-backend-alias, spam-install-checkonly-backend)
16060         (spam-install-mover-backend, spam-install-nocheck-backend)
16061         (spam-install-backend, spam-install-statistical-backend)
16062         (spam-install-statistical-checkonly-backend): Add backend installation
16063         support.
16064         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16065         (spam-group-processor-p): Use the new backend code and respect the
16066         summary exit behavior.
16067         (spam-mark-spam-as-expired-and-move-routine): Remove.
16068         (spam-summary-prepare): Change to use the new spam-old-articles
16069         variable.
16070         (spam-copy-or-move-routine, spam-copy-spam-routine)
16071         (spam-move-spam-routine, spam-copy-ham-routine)
16072         (spam-move-ham-routine): Add code to copy/move ham or spam.
16073         (spam-fetch-field-fast): Improve doc and code, plus allow the
16074         'number request.
16075         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16076         variables.
16077         (spam-split, spam-find-spam): Use the new backend code.
16078         (spam-registration-functions): Remove variable.
16079         (spam-unregister-routine): Add convenience wrapper.
16080         (spam-log-undo-registration, spam-register-routine)
16081         (spam-log-processing-to-registry)
16082         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16083         where possible.
16084         (spam-check-gmane-xref, spam-check-regex-headers)
16085         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16086         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16087         (spam-check-bogofilter-headers, spam-check-spamoracle)
16088         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16089         (spam-check-crm114-headers): Use the spam-split-group that
16090         spam-split prepares, no need to determine it every time.
16091
16092         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16093         to the nnheader-parse-naked-head call.
16094
16095         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16096
16097         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16098         the nnheader-nov-read-message-id call.
16099
16100 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16101
16102         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16103         gnus-activate-group twice.  Suggested by Markus Peter
16104         <warp@spin.de>.
16105
16106 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16107
16108         * gnus-art.el (gnus-article-time-format): Exchange the order of
16109         day and month in the default value; fix customization type.
16110         (article-date-ut): Use add-text-properties.
16111         (article-make-date-line): Use message-make-date instead of
16112         current-time-string.
16113
16114         * message.el (message-fetch-field): Don't use set-text-properties.
16115         (message-make-date): Simplify.
16116
16117         * messagexmas.el (message-xmas-make-date): New function.
16118         (message-xmas-redefine): Defalias message-make-date to it.
16119
16120 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16121
16122         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16123         (rfc2047-encode-region): Treat text within parentheses as special;
16124         show the original text when error has occurred.
16125
16126         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16127         already-computed method to gnus-activate-group.
16128
16129         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16130         same select-methods identical Lisp objects.
16131
16132         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16133         object when modifying the info.
16134
16135 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16136
16137         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16138         gnus-opened-servers since it has never been opened with the new
16139         configuration yet.
16140
16141 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16142
16143         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16144         arg to nnheader-generate-fake-message-id.
16145
16146 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16147
16148         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16149         number and build a fake message ID localized to a group and
16150         article number (so it's repeatable from that point on).
16151         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16152         ID format.
16153
16154         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16155         nnheader-generate-fake-message-id with the article number.
16156
16157 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16158
16159         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16160         end-of-buffer.
16161
16162 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16163
16164         * message.el (message-ignored-supersedes-headers): Add Approved.
16165
16166 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16167
16168         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16169         goto-char.
16170         (rfc2047-encode): Fold the line before encoding.
16171
16172 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16173
16174         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16175         folding -- not all headers can be folded, and this should be done
16176         by the message composition mode.  Probably.  I think.
16177
16178 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16179
16180         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16181         fast.
16182
16183         * gnus-ems.el (gnus-remove-image): Don't use
16184         message-text-with-property; remove only the image found first.
16185
16186         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16187         found first.
16188
16189 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16190
16191         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16192
16193 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16194
16195         * message.el (message-text-with-property): Make it fast and accept
16196         optional arguments.
16197         (message-strip-forbidden-properties): Use it.
16198         (message-fix-before-sending): Follow the m-t-w-p change.
16199
16200         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16201
16202 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16203
16204         * gnus-art.el (article-hide-headers): Don't change the buffer
16205         mistakenly when performing mml-preview even if
16206         gnus-single-article-buffer is nil.
16207
16208 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16209
16210         * message.el (message-expand-name-databases): New user option.
16211         (message-expand-name): Use it.
16212
16213 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16214
16215         * spam.el (spam-report-articles-resend)
16216         (spam-report-resend-register-routine): Allow ham reporting.
16217         (spam-report-resend-register-ham-routine): Add wrapper.
16218         (spam-registration-functions): Add ham resending functions.
16219         (spam-list-of-processors): Add ham resend processor.
16220
16221         * gnus.el (ham-resend-to): Add new group parameter.
16222         (spam-process): Add ham resend option.
16223
16224         * spam-report.el (spam-report-resend): Allow reporting ham.
16225         (spam-report-resend-ham): Add wrapper.
16226
16227 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16228
16229         * message.el (message-cite-articles-with-x-no-archive): New
16230         variable.
16231         (message-cite-original): Use it.
16232
16233 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16234
16235         * message.el (message-cite-original): Respect X-No-Archive.
16236
16237 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16238
16239         * gnus-art.el (article-hide-headers): Refer to the values for
16240         gnus-ignored-headers and gnus-visible-headers in the summary
16241         buffer since a user may have set them as group parameters.
16242
16243 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16244
16245         * assistant.el (assistant-node-name): Add convenience function.
16246         (assistant-render-text, assistant-render-node): Add error handling,
16247         plus handle multiple next nodes.
16248         (assistant-find-next-node): Comment out for now.
16249         (assistant-find-next-nodes): Add function, returns list of next
16250         nodes.
16251
16252 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16253
16254         * mail-source.el (mail-source-directory): Fix doc-string.
16255
16256 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16257
16258         * assistant.el (assistant-render-text, assistant-eval): Add :set
16259         widget type, which is different because it takes and returns a
16260         list.  Much hilarity ensues.
16261
16262 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16263
16264         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16265
16266         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16267         doc-string.
16268
16269         * gnus-start.el (gnus-activate-group): Added doc-string.
16270
16271 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16272
16273         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16274
16275 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16276
16277         * assistant.el (assistant-render-text): Try to add a :set
16278         widget, more to come.
16279
16280         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16281         strings.
16282         (spam-report-articles-resend)
16283         (spam-register-routine): Do registration iff any articles warrant
16284         it.
16285         (spam-summary-prepare-exit): Change log message for nil group
16286         destinations.
16287
16288 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16289
16290         * spam.el (spam-report-resend-register-routine): Allow
16291         spam-report-resend-to to be a group parameter or a global value.
16292
16293 2004-05-26  Simon Josefsson  <jas@extundo.com>
16294
16295         * starttls.el: Merge with my GNUTLS based starttls.el.
16296         (starttls-gnutls-program, starttls-use-gnutls)
16297         (starttls-extra-arguments, starttls-process-connection-type)
16298         (starttls-connect, starttls-failure, starttls-success): New
16299         variables.
16300         (starttls-program, starttls-extra-args): Doc fix.
16301         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16302         functions.
16303         (starttls-negotiate, starttls-open-stream): Check
16304         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16305         function if it is set.
16306
16307 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16310         structured fields.
16311
16312 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16313
16314         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16315
16316 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16317
16318         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16319         variable.
16320         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16321         assigning the spam-mark to new messages.
16322
16323 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16324
16325         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16326
16327 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16328
16329         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16330
16331         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16332         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16333         default.
16334
16335 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16336
16337         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16338         correct data.
16339
16340 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16341
16342         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16343         (spam-group-processor-p): Fix function.
16344         (spam-group-processor-multiple-p)
16345         (spam-group-spam-processor-report-gmane-p)
16346         (spam-group-spam-processor-report-resend-p)
16347         (spam-group-spam-processor-bogofilter-p)
16348         (spam-group-spam-processor-blacklist-p)
16349         (spam-group-spam-processor-ifile-p)
16350         (spam-group-ham-processor-ifile-p)
16351         (spam-group-spam-processor-spamoracle-p)
16352         (spam-group-spam-processor-crm114-p)
16353         (spam-group-ham-processor-bogofilter-p)
16354         (spam-group-spam-processor-stat-p)
16355         (spam-group-ham-processor-stat-p)
16356         (spam-group-ham-processor-whitelist-p)
16357         (spam-group-ham-processor-BBDB-p)
16358         (spam-group-ham-processor-spamoracle-p)
16359         (spam-group-ham-processor-copy-p): Remove functions with some
16360         prejudice against unneeded code.
16361         (spam-report-articles-resend)
16362         (spam-report-resend-register-routine): Allow the group/topic
16363         spam-resend-to value to override spam-report-resend-to.
16364         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16365         properly now.
16366
16367         * gnus.el (spam-resend-to): Add group/topic parameter.
16368         (spam-process): Move the OBSOLETE processors to the end of the
16369         choices.
16370
16371 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16372
16373         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16374         with resend-to set to nil, and then ask the user if necessary.
16375         (spam-report-resend): spam-report-resend takes a list of articles, not
16376         separate article numbers.
16377
16378 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16379
16380         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16381         addition to emacs-w3m.
16382
16383 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16384
16385         * assistant.el (assistant-authinfo-data): New function.
16386         (assistant-eval): Eval for entire assistant.
16387
16388         * netrc.el (netrc-services-file): New variable.
16389         (netrc-parse-services): New function.
16390         (netrc-find-service-name): New function.
16391         (netrc-find-service-number): New function.
16392         (netrc-port-equal): New function.
16393         (netrc-machine): Use it.
16394
16395         * nnimap.el (nnimap-open-connection): Use netrc.
16396
16397         * gnus-util.el (gnus-netrc-get): Remove aliases.
16398
16399         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16400
16401         * assistant.el (wid-edit): Fix compilation.
16402
16403         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16404
16405 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16406
16407         * gnus-util.el (gnus-set-file-modes): New function.  (small
16408         patch).
16409
16410 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16411
16412         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16413
16414         * assistant.el (assistant-render-node): Fix up rendering and
16415         read-only text.
16416         (assistant-render-node): Reset.
16417         (assistant-make-read-only): Not sticky.
16418
16419 2004-05-20  Danny Siu  <dsiu@adobe.com>
16420
16421         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16422         centered even when gnus-auto-center-summary is t.
16423
16424 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16425
16426         * dns.el (dns-get-txt-answer): New function.
16427         (dns-read-txt): Ditto.
16428         (query-dns): Use it.
16429
16430 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16433         active for foreign groups even if the group level is higher than
16434         the specified value.
16435
16436 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16437
16438         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16439         non-active groups.
16440
16441         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16442
16443 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16444
16445         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16446
16447 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16448
16449         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16450         (spam-crm114-header, spam-crm114-spam-switch)
16451         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16452         (spam-crm114-positive-spam-header)
16453         (spam-crm114-database-directory, spam-list-of-processors)
16454         (spam-group-spam-processor-crm114-p)
16455         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16456         (spam-generic-score, spam-list-of-checks)
16457         (spam-list-of-statistical-checks, spam-registration-functions)
16458         (spam-check-crm114-headers, spam-crm114-score)
16459         (spam-check-crm114, spam-crm114-register-with-crm114)
16460         (spam-crm114-register-spam-routine)
16461         (spam-crm114-unregister-spam-routine)
16462         (spam-crm114-register-ham-routine)
16463         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16464         asjo@koldfront.dk (Adam Sjøgren).
16465
16466         * gnus.el: Add spam-use-crm114.
16467
16468         * spam.el (spam-list-of-processors, spam-registration-functions):
16469         Add spam-use-resend.
16470         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16471         (spam-report-articles-gmane): Add doc fix.
16472         (spam-report-articles-resend, spam-report-resend-register-routine):
16473         Add wrappers around spam-report-resend-to.
16474
16475         * spam-report.el (spam-report-resend-to, spam-report-resend):
16476         Add support for resending spam.
16477         (spam-report-gmane): Fix line length >80.
16478
16479         * gnus.el (spam-process): Add spam-use-resend.
16480
16481 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16482
16483         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16484         number of processed spam messages.
16485         (spam-ham-copy-or-move-routine): Return the number of processed
16486         ham messages.
16487         (spam-summary-prepare-exit): Use the above values to decide
16488         whether status messages shouled be displayed.
16489
16490 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16491
16492         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16493         `rfc2047-encoding-function-alist' in order to avoid conflicting
16494         with the old version.
16495         (rfc2047-encode-region): Concatenate words containing non-ASCII
16496         characters in structured fields; don't encode space-delimited
16497         ASCII words even in unstructured fields; don't break words at
16498         char-category boundaries.
16499         (rfc2047-encode-1): New function.
16500         (rfc2047-encode): Use it; encode text so that it occupies the
16501         maximum width within 76-column; work correctly on Q encoding for
16502         iso-2022-* charsets.
16503         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16504         sure not to break a line just after the header name.
16505         (rfc2047-b-encode-region): Removed.
16506         (rfc2047-b-encode-string): New function.
16507         (rfc2047-q-encode-region): Removed.
16508         (rfc2047-q-encode-string): New function.
16509
16510         * mm-util.el (mm-replace-in-string): New function.
16511
16512 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16513
16514         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16515         get it right.
16516         (gnus-inews-make-draft): Really.
16517
16518 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16519
16520         * nnmh.el (nnmh-request-list-1): Don't check the link count
16521         before descending.  (small patch)
16522
16523 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16524
16525         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16526         stuff.
16527
16528         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16529         on real group name.
16530
16531         * gnus-art.el (gnus-signature-limit): Doc fix.
16532
16533         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16534
16535         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16536
16537 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16538
16539         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16540         isn't a string.
16541
16542 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16543
16544         * gnus-draft.el (gnus-draft-send): Bind
16545         rfc2047-encode-encoded-words.
16546
16547         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16548         (rfc2047-encodable-p): Say that =? needs encoding.
16549         (rfc2047-encode-encoded-words): New variable.
16550
16551         * gnus-group.el (gnus-group-select-group): Doc fix.
16552
16553         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16554
16555         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16556         to nil.
16557
16558         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16559
16560         * nnheader.el (nnheader-get-lines-and-char): New function.
16561
16562 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16563
16564         * gnus-msg.el (gnus-summary-followup-with-original): Document
16565         yanking of region when active.
16566
16567 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16568
16569         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16570         groups if the group level is higher than the specified value.
16571
16572 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16573
16574         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16575         (gnus-group-jump-to-group): Added prefix argument using
16576         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16577         non-active group.
16578
16579         * compface.el (uncompface): Be verbose when changing
16580         `uncompface-use-external'.
16581
16582         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16583         handle manual section.
16584
16585 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16586
16587         * gnus-art.el (gnus-button-alist): Revert previous change.
16588
16589 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16590
16591         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16592
16593 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16594
16595         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16596         whether backend can accept message.
16597
16598         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16599
16600 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16601
16602         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16603         Avoid creating directory when nntp-marks-is-evil is true.
16604         Reported by Reiner Steib.
16605
16606 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16607
16608         * gnus-picon.el (gnus-picon-style): New variable.
16609         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16610         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16611         Jesper Harder <harder@ifa.au.dk>.
16612
16613 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16614
16615         * message.el (message-fill-field): Return point.
16616         (message-generate-headers): Go to end of field.
16617
16618         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16619         stuff for non-living groups.
16620
16621 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16622
16623         * gnus-art.el (gnus-article-followup-with-original)
16624         (gnus-article-reply-with-original): gnus-mark-active-p ->
16625         gnus-region-active-p.
16626
16627 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16628
16629         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16630         only when there is spam or ham to be processed.
16631
16632 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16633
16634         * mail-source.el (mail-source-delete-crash-box): Refactor.
16635         (mail-source-fetch): Use it.
16636         (mail-source-fetch-file): Ditto.
16637         (mail-source-fetch-directory): Run postscript in loop.
16638         (mail-source-fetch-pop): Delete.
16639         (mail-source-fetch-maildir): Ditto.
16640         (mail-source-fetch-imap): Ditto.
16641
16642         * imap.el (imap-authenticators): Comment out sasl.
16643
16644         * message.el (message-skip-to-next-address): New function.
16645         (message-fill-header-address): Refactor.
16646         (message-fill-address): Use it.
16647         (message-delete-address): Use it.
16648         (message-fill-header-general): Refactor.
16649         (message-fill-field-address): Rename.
16650         (message-narrow-to-field): Find the start of the header.
16651         (message-header-format-alist): Don't pre-fill.
16652         (message-fill-header): Removed.
16653         (message-insert-header): New function.
16654         (message-shorten-references): Use it.
16655
16656         * rfc2047.el (rfc2047-field-value): Strip props.
16657
16658         * mail-parse.el (mail-header-make-address): New alias.
16659
16660         * ietf-drums.el (ietf-drums-make-address): New function.
16661
16662         * imap.el: Add compiler directives.
16663
16664         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16665
16666         * gnus-art.el (article-decode-idna-rhs): Don't use
16667         message-idna-inside-rhs-p.
16668
16669 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16670
16671         * message.el (message-idna-inside-rhs-p): Removed.
16672         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16673
16674         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16675         false positives.
16676
16677 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16678
16679         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16680
16681 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16682
16683         * nneething.el (nneething-file-name): Don't create spurious
16684         files.
16685
16686         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16687         (gnus-inews-do-gcc): Remove sleep.
16688
16689         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16690         part under point.
16691
16692         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16693         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16694
16695 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16696
16697         * spam.el (spam-summary-prepare-exit): Fixed (length).
16698
16699 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16700
16701         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16702         as expired without moving it" message when there are spam
16703         messages left.
16704
16705 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16706
16707         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16708         header is not nil.
16709
16710 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16711
16712         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16713         nntp-possibly-create-directory, not nntp-possibly-change-group.
16714         (nntp-marks-changed-p): New arg SERVER.
16715         (nntp-request-update-info): Adjust caller.
16716
16717 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16718
16719         * nntp.el (nntp-save-marks): Pass missing arg.
16720
16721 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16722
16723         * nntp.el: Support marks.
16724         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16725         (nntp-marks-modtime, nntp-marks-directory): New variables.
16726         (nntp-request-set-mark, nntp-request-update-info)
16727         (nntp-possibly-create-directory, nntp-marks-changed-p)
16728         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16729         functions.
16730
16731 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16732
16733         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16734         (gnus-xmas-redefine): Rename.
16735
16736         * gnus-score.el (gnus-score-insert-help): Use
16737         gnus-select-lowest-window.
16738
16739         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16740         appt-select-lowest-window and rename to gnus-select-lowest-window.
16741
16742         * gnus.el: do.
16743
16744 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16745
16746         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16747         encodings of MIME-encoded words, in order to improve
16748         interoperability with several broken MUAs.
16749
16750 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16751
16752         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16753         tags, only when charsets are not specified in headers.
16754         (mm-inline-text-html-render-with-w3m): Ditto.
16755
16756         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16757         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16758
16759 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16760
16761         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16762         instead of MIME-decoded from fields when checking
16763         `gnus-article-address-banner-alist'.
16764
16765 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16766
16767         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16768         description rather than subject.
16769
16770 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16771
16772         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16773
16774 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16775
16776         * gnus.el (gnus-version-number): Bump.
16777
16778 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16779
16780         * gnus.el: No Gnus v0.2 is released.
16781
16782 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16783
16784         * gnus-agent.el (gnus-agent-read-agentview): Inline
16785         gnus-uncompress-range.
16786
16787 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16788
16789         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16790         `exec-installed-p'.
16791
16792 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16793
16794         * gnus.el (spam-process, spam-autodetect-methods): Add
16795         bsfilter and bsfilter-headers.
16796
16797         * spam.el (spam-bsfilter): New customize group.
16798         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16799         (spam-bsfilter-header, spam-bsfilter-probability-header)
16800         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16801         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16802         (spam-bsfilter-database-directory): New options.
16803         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16804         (spam-list-of-statistical-checks, spam-registration-functions):
16805         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16806         (spam-bsfilter-score): New command.
16807         (spam-check-bsfilter-headers, spam-check-bsfilter)
16808         (spam-bsfilter-register-with-bsfilter)
16809         (spam-bsfilter-register-spam-routine)
16810         (spam-bsfilter-unregister-spam-routine)
16811         (spam-bsfilter-register-ham-routine)
16812         (spam-bsfilter-unregister-ham-routine): New functions.
16813         (spam-generic-score): Support bsfilter; Accept an optional argument
16814         to recalcurate spam score even if scoring header has already been
16815         added.
16816         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16817         optional argument to recalcurate spam score even if scoring header
16818         has already been added.
16819
16820 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16821
16822         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16823         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16824         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16825         link is missing.
16826
16827 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16828
16829         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16830         (html2text-get-attr): Rewrite.
16831
16832         * message.el (message-setup-1): Remove redundant put-text-property
16833         on mail-header-separator.
16834
16835 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16836
16837         * gnus-registry.el (gnus-registry-cache-whitespace)
16838         (gnus-registry-action, gnus-registry-spool-action)
16839         (gnus-registry-split-fancy-with-parent): Change message levels
16840         from 5 to 3 or 7, as needed.
16841
16842         * spam.el (spam-summary-prepare-exit)
16843         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16844         (spam-split, spam-find-spam, spam-log-undo-registration)
16845         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16846         level from 5 to 6.
16847
16848 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16849
16850         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16851         2004-03-04 change).
16852
16853 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16854
16855         * sieve-manage.el (sieve-manage-open):
16856         * nnweb.el (nnweb-insert-html):
16857         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16858         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16859         * nnspool.el (nnspool-request-group):
16860         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16861         * nnml.el (nnml-request-update-info):
16862         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16863         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16864         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16865         (nnimap-request-set-mark):
16866         * nnfolder.el (nnfolder-request-update-info):
16867         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16868         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16869         * gnus-uu.el (gnus-uu-find-articles-matching):
16870         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16871         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16872         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16873         * gnus-nocem.el (gnus-nocem-scan-groups):
16874         * gnus-int.el (gnus-start-news-server):
16875         * gnus-group.el (gnus-group-make-kiboze-group)
16876         (gnus-group-browse-foreign-server):
16877         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16878         Use mapc when appropriate.
16879
16880 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16881
16882         FIXME: Make separate entries for each person.
16883
16884         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16885         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16886         <shields@msrl.com>:
16887
16888         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16889         may need for spam sorting and scoring.
16890         (spam-user-format-function-S): Add user format function suitable for
16891         general use.
16892         (spam-article-sort-by-spam-status): Add sorting function for summary
16893         sorting.
16894         (spam-extra-header-to-number): Add function to get a score from a
16895         header.
16896         (spam-summary-score): Add function to get a numeric score from the
16897         headers.
16898         (spam-generic-score): Fix function doc, was in wrong place.
16899         (spam-initialize): Take symbols when it's run, and install the
16900         extra headers that spam-necessary-extra-headers thinks we need.
16901
16902 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16903
16904         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16905         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16906
16907 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16908
16909         * gnus-sum.el (gnus-set-global-variables)
16910         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16911         (gnus-article-get-xrefs, gnus-summary-best-group)
16912         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16913         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16914         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16915         Use with-current-buffer.
16916
16917 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16918
16919         * spam.el (spam-summary-prepare-exit): Simplify logic.
16920         (spam-fetch-article-header): Read the article header if it's not
16921         available.
16922         (spam-list-articles): Simplify logic.
16923         (spam-filelist-register-routine): Fix bug with unregister-list.
16924
16925         * gnus-registry.el: Fix comments at beginning.
16926
16927 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16928
16929         * message.el (message-cater-to-broken-inn): Remove.
16930         (message-shorten-references): Make sure the total folded length of
16931         References is shorter than 998 characters to cater to a bug in INN
16932         2.3.  Also, don't pretend that references aren't folded -- this
16933         hasn't worked for a while.
16934
16935 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16936
16937         * gnus-agent.el (gnus-agentize):
16938         gnus-agent-send-mail-real-function no longer set to current value
16939         of message-send-mail-function but rather a lambda that calls
16940         message-send-mail-function.  The change makes the agent real-time
16941         responsive to user changes to message-send-mail-function.
16942
16943 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16944
16945         * legacy-gnus-agent.el
16946         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16947         help from Florian Weimer <fw@deneb.enyo.de>
16948
16949 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16950
16951         * nnmail.el (nnmail-cache-insert): Revert last change.
16952
16953 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16954
16955         * nnmail.el (nnmail-cache-insert): Always check whether
16956         nnmail-cache-ignore-groups matches a group name.
16957
16958 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16959
16960         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16961         (spam-find-spam, spam-log-processing-to-registry)
16962         (spam-log-registered-p, spam-log-unregistration-needed-p)
16963         (spam-log-undo-registration): Use gnus-message instead of
16964         gnus-error, none of these errors are fatal.
16965
16966         * gnus-registry.el (gnus-registry-clean-empty-function)
16967         (gnus-registry-clean-empty): Remove only empty entries without
16968         extra data.
16969
16970 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16971
16972         * spam-stat.el (spam-stat-buffer-change-to-spam)
16973         (spam-stat-buffer-change-to-non-spam): Change (error) to
16974         (gnus-message 8) invocation.
16975
16976 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16977
16978         * nntp.el (nntp-via-netcat-command): New variable.
16979         (nntp-via-netcat-switches): New variable.
16980         (nntp-open-via-rlogin-and-netcat): New function.
16981         (nntp-open-connection-function): Doc fix.
16982         (nntp-telnet-command): Doc fix.
16983         (nntp-end-of-line): Doc fix.
16984         (nntp-via-rlogin-command): Doc fix.
16985         (nntp-via-user-name): Doc fix.
16986         (nntp-via-address): Doc fix.
16987
16988 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16989
16990         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16991         error in Emacs 21.1.
16992
16993 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16994
16995         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16996
16997 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16998
16999         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17000         (gnus-agent-with-refreshed-group): New macro.
17001         (gnus-agent-rename-group): New function.
17002         (gnus-agent-delete-group): New function.
17003         (gnus-agent-save-group-info): Use gnus-command-method when
17004         `method' parameter is nil.  Don't write nil entries into the
17005         active file.
17006         (gnus-agent-get-group-info): New function.
17007         (gnus-agent-fetch-articles): Use
17008         gnus-agent-update-files-total-fetched-for to increment disk space
17009         used.
17010         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17011         gnus-agent-update-view-total-fetched-for to increment disk space
17012         used.
17013         (gnus-agent-get-local): Added optional parameters to avoid calling
17014         gnus-group-real-name and gnus-find-method-for-group.
17015         (gnus-agent-set-local): Delete stored entry if either min, or max,
17016         are nil.
17017         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17018         quit, use gnus-agent-regenerate-group to record existance of any
17019         articles fetched to disk before the quit occurred.
17020         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17021         gnus-agent-update-view-total-fetched-for, and
17022         gnus-agent-update-files-total-fetched-for to decrement disk space
17023         used.
17024         (gnus-agent-retrieve-headers): Use
17025         gnus-agent-update-view-total-fetched-for to increment disk space
17026         used.
17027         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17028         with gnus-agent-update-files-total-fetched-for to decrement disk
17029         space and fresh group buffer.
17030         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17031         (gnus-agent-need-update-total-fetched-for): New variable.
17032         (gnus-agent-update-files-total-fetched-for): New function.
17033         (gnus-agent-update-view-total-fetched-for): New function.
17034         (gnus-agent-total-fetched-for): New function.
17035
17036         * gnus-cache.el (gnus-cache-save-buffers): Use
17037         gnus-cache-update-overview-total-fetched-for to change disk space
17038         used by this group.
17039         (gnus-cache-possibly-enter-article): Use
17040         gnus-cache-update-file-total-fetched-for to increment disk space
17041         used by this group.
17042         (gnus-cache-possibly-remove-article): Use
17043         gnus-cache-update-file-total-fetched-for to decrement disk space
17044         used by this group.
17045         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17046         (gnus-cache-rename-group): New function.
17047         (gnus-cache-delete-group): New function.
17048         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17049         (gnus-cache-need-update-total-fetched-for): New variable.
17050         (gnus-cache-with-refreshed-group): New macro.
17051         (gnus-cache-update-file-total-fetched-for): New function.
17052         (gnus-cache-update-overview-total-fetched-for): New function.
17053         (gnus-cache-rename-group-total-fetched-for): New function.
17054         (gnus-cache-delete-group-total-fetched-for): New function.
17055         (gnus-cache-total-fetched-for): New function.
17056
17057         * gnus-group.el: Require gnus-sum and autoload functions to
17058         resolve warnings when gnus-group.el compiled alone.
17059         (gnus-group-line-format): Documented new %F.
17060         (size of Fetched data) group line format; identifies disk space
17061         used by agent and cache.
17062         (gnus-group-line-format-alist): Defined new F format.
17063         (gnus-total-fetched-for): New function.
17064         (gnus-group-delete-group): No longer update
17065         gnus-cache-active-altered as gnus-request-delete-group now keeps
17066         the cache in sync.
17067         (gnus-group-list-active): Let the agent store a server's active
17068         list if currently plugged.
17069
17070         * gnus-int.el (gnus-request-delete-group):
17071         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17072         local disk in sync with the server.
17073         (gnus-request-rename-group):
17074         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17075         local disk in sync with the server.
17076
17077         * gnus-start.el (gnus-get-unread-articles):
17078         Cosmetic simplification to logic.
17079
17080         * gnus-util.el (gnus-rename-file): New function.
17081
17082 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17083
17084         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17085
17086 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17087
17088         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17089         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17090
17091 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17092
17093         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17094         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17095
17096 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17097
17098         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17099
17100 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17101
17102         * spam.el (spam-set-difference): Add function to replace
17103         gnus-set-difference in spam.el.
17104         (spam-summary-prepare-exit): Use spam-set-difference.
17105
17106 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17107
17108         * gnus-registry.el (gnus-registry-cache-file): Update to use
17109         gnus-dribble-directory OR gnus-home-directory OR ~.
17110         (gnus-registry-split-fancy-with-parent): Fix doc.
17111
17112 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17113
17114         * message.el (message-exchange-point-and-mark): Use
17115         message-mark-active-p.  Suggested by Jesper Harder
17116         <harder@ifa.au.dk>.
17117
17118 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17119
17120         * message.el (message-exchange-point-and-mark): Don't activate
17121         region if it was inactive.  Suggested by Hiroshi Fujishima
17122         <pooh@nature.tsukuba.ac.jp>.
17123
17124 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17125
17126         * gnus-art.el (article-display-face): Display Faces in the same
17127         order as X-Faces.
17128
17129 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17130
17131         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17132
17133 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17134
17135         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17136         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17137         (gnus-article-mime-hierarchy): Remove.
17138         (gnus-article-mime-hierarchy-next): Remove.
17139         (gnus-article-mode): Revert 2004-03-19 change.
17140         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17141         (gnus-insert-mime-button): Revert 2004-03-19 change.
17142         (gnus-mime-accumulate-hierarchy): Remove.
17143         (gnus-mime-enter-multipart): Remove.
17144         (gnus-mime-leave-multipart): Remove.
17145         (gnus-mime-display-part): Revert 2004-03-19 change.
17146         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17147
17148         * mml.el (mml-preview): Revert 2004-03-19 change.
17149
17150 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17151
17152         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17153
17154 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17155
17156         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17157         t while entering a file name using the mm-with-multibyte macro.
17158         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17159
17160         * mm-util.el (mm-with-multibyte): New macro.
17161
17162 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17163
17164         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17165         user option.
17166         (gnus-mime-multipart-functions): Doc and customization fix.
17167         (gnus-article-mime-hierarchy): New variable.
17168         (gnus-article-mime-hierarchy-next): New variable.
17169         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17170         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17171         gnus-article-mime-hierarchy-next to nil.
17172         (gnus-insert-mime-button): Show hierarchy numbers.
17173         (gnus-mime-accumulate-hierarchy): New function.
17174         (gnus-mime-enter-multipart): New function.
17175         (gnus-mime-leave-multipart): New function.
17176         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17177         (gnus-mime-display-alternative): Show hierarchy numbers.
17178
17179         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17180         gnus-article-mime-hierarchy-next to nil.
17181
17182 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17183
17184         * dns.el: Don't require gnus-xmas.
17185
17186 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17187
17188         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17189         inline PGP.
17190         (mml-menu): Disable mml-quote-region if mark is inactive.
17191
17192 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17193
17194         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17195         when the group's active is not available.
17196
17197 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17198
17199         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17200         error.
17201
17202 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17203
17204         * imap.el (imap-store-password): New variable.
17205         (imap-interactive-login): Use it.
17206         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17207
17208 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17209
17210         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17211         window-start and hscroll to summary window.
17212
17213 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17214
17215         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17216         conversion message to newsrc-dribble when an actual conversion is
17217         performed.
17218
17219 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17220
17221         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17222
17223 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17224
17225         * mm-decode.el (mm-complicated-handles): New function reviving
17226         former definition of mm-multiple-handles.
17227
17228         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17229         (gnus-mime-delete-part): Use it.
17230
17231 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17232
17233         * gnus-agent.el (gnus-agent-read-local): Bind
17234         nnheader-file-coding-system to gnus-agent-file-coding-system to
17235         avoid the implicit assumption that they will always be equal.
17236         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17237         coding-system-for-write, as the with-temp-file macro first prints
17238         to a buffer then saves the buffer.
17239
17240 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17241
17242         * gnus-art.el (gnus-article-edit-part): New function.
17243         (gnus-mime-save-part-and-strip): Use it; do query instead of
17244         signaling an error; don't use mm-multiple-handles.
17245         (gnus-mime-delete-part): Ditto.
17246
17247 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17248
17249         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17250         old file versions.
17251         (gnus-group-prepare-hook): Removed function that converted list
17252         form of gnus-agent-expire-days to group properties.
17253
17254         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17255         (gnus-request-accept-article): Re-indented.
17256
17257         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17258         converters to handle old agent file formats.  Added logic for a
17259         "backup before upgrading warning".
17260         (gnus-convert-mark-converter-prompt): Developers can mark
17261         functions as needing (default), or not needing,
17262         gnus-convert-old-newsrc's "backup before upgrading warning".
17263         (gnus-convert-converter-needs-prompt): Tests whether the user
17264         should be protected from potentially irreversable changes by the
17265         function.
17266
17267         * legacy-gnus-agent.el: New.  Provides converters that are only
17268         loaded when gnus-convert-old-newsrc needs to call them.
17269
17270 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17271
17272         * mail-source.el (mail-source-touch-pop): Doc fix.
17273
17274         * message.el (message-smtpmail-send-it): Doc fix.
17275
17276 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17277
17278         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17279
17280         * nnmail.el (nnmail-split-fancy): do.
17281
17282         * gnus-kill.el (gnus-kill, gnus-execute): do.
17283
17284 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17285
17286         * gnus-sum.el (gnus-widget-reversible-match)
17287         (gnus-widget-reversible-to-internal)
17288         (gnus-widget-reversible-to-external): New functions.
17289         (gnus-widget-reversible): New widget.
17290         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17291
17292 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17293
17294         * gnus-sum.el (gnus-thread-sort-functions)
17295         (gnus-article-sort-functions): Document `(not F)' items.
17296
17297 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17298
17299         * spam.el (spam-use-gmane-xref): Add new backend.
17300         (spam-gmane-xref-spam-group): Add variable to control the name of the
17301         Gmane spam group.
17302         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17303         (spam-regex-headers-spam, spam-regex-headers-ham)
17304         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17305         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17306         backends and checks.
17307         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17308
17309         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17310         an autodetect method.
17311
17312 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17313
17314         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17315         articles are being added to a group.
17316         (gnus-request-replace-article): Inform the agent that articles
17317         need to be uncached as the cached contents are no longer valid.
17318
17319 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17320
17321         * binhex.el: Don't autoload executable-find.
17322
17323         * canlock.el: Don't autoload mail-fetch-field.
17324
17325         * dgnushack.el: Autoload c-mode for XEmacs.
17326
17327         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17328
17329         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17330         rmail-dont-reply-to and rmail-output.
17331
17332         * gnus-score.el: Don't autoload ffap-string-at-point.
17333
17334         * gnus-setup.el: Don't autoload sc-cite-original.
17335
17336         * imap.el: Don't autoload base64-decode-string,
17337         base64-encode-string and md5.
17338
17339         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17340         and rmail-msg-restore-non-pruned-header.
17341
17342         * mm-decode.el: Don't autoload executable-find.
17343
17344         * mm-url.el: Don't autoload executable-find.
17345
17346         * mm-view.el: Don't autoload diff-mode.
17347
17348         * nndb.el: Don't autoload news-reply-mode, news-setup,
17349         cancel-timer and telnet.
17350
17351         * password.el: Don't autoload run-at-time for Emacs.
17352
17353         * sha1-el.el: Don't autoload executable-find.
17354
17355         * sieve-mode.el: Don't autoload c-mode.
17356
17357         * uudecode.el: Don't autoload executable-find.
17358
17359 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17360
17361         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17362         (gnus-agent-possibly-alter-active): Avoid null in numeric
17363         comparison.
17364         (gnus-agent-set-local): Refuse to save null in local object table.
17365         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17366         list of articles that will be marked as unread.
17367
17368 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17371
17372 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17373
17374         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17375         language tags.
17376
17377 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17378
17379         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17380         Don't bind "obarray".
17381
17382         * gnus-sum.el (gnus-thread-sort-functions): Added
17383         `gnus-thread-sort-by-most-recent-number' and
17384         `gnus-thread-sort-by-most-recent-date'.
17385         Reported by Kai Grossjohann <kai@emptydomain.de>.
17386
17387 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17388
17389         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17390
17391 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17392
17393         * gnus-cus.el (gnus-agent-customize-category): Removed
17394         ignore-errors macro reference that required cl to be loaded at
17395         run-time.
17396
17397         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17398         single-interval range of the form (min . max).  Previously the
17399         range had to look like ((min . max)).  Likewise, return
17400         (min . max) rather than ((min . max)).
17401         (gnus-range-map): Use gnus-range-normalize to accept
17402         single-interval range.
17403
17404         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17405         the cache, but not the agent, now appear with their usual face.
17406
17407         * dgnushack.el (loaddir): New variable that is bound to the
17408         directory containing the dgnushack.el file. Use loaddir, rather
17409         than srcdir, to update load-path. Change lets dgnushack compile
17410         code in directories other than GNUS/lisp.
17411
17412 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17413
17414         * lpath.el: Don't bind w3m-safe-url-regexp.
17415
17416         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17417         w3m-safe-url-regexp variable buffer-local.
17418
17419         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17420
17421 2004-02-27  Simon Josefsson  <jas@extundo.com>
17422
17423         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17424         gnus-group-real-prefix.
17425         (gnus-summary-move-article): Use it, instead of
17426         gnus-group-real-prefix.
17427
17428 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17429
17430         * lpath.el: Bind w3m-safe-url-regexp.
17431
17432         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17433         w3m-safe-url-regexp variable buffer-local and set it as the value
17434         of mm-w3m-safe-url-regexp.
17435
17436         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17437
17438         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17439         parsing gnus-posting-styles when the message is not for replying.
17440
17441         * dgnushack.el: Autoload sgml-mode for XEmacs.
17442
17443         * nnrss.el (nnrss-opml-export): Use
17444         mm-set-buffer-file-coding-system instead of
17445         set-buffer-file-coding-system.
17446
17447 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17448
17449         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17450         of checkdoc.el).
17451         * nnrss.el: do.
17452         * gnus-mlspl.el: do.
17453         * gnus-ml.el: do.
17454         * gnus-srvr.el: do.
17455
17456         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17457
17458 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17459
17460         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17461         Corrections to custom-manual links.
17462
17463         * gnus-art.el (gnus-article): Ditto.
17464
17465         * mm-decode.el (mime-display, mime-security): Ditto.
17466
17467 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17468
17469         * flow-fill.el: Typo.
17470
17471 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17472
17473         * spam-wash.el: New file.
17474
17475 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17476
17477         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17478
17479 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17480
17481         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17482         to be run with new-articles as LIST1, not LIST2.
17483         (spam-registration-functions): Add spam-use-ham-copy as a nil
17484         registration backend.
17485
17486 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17487
17488         * spam-stat.el (spam-stat-washing-hook): New option.
17489         (spam-stat-buffer-words): Use it.
17490         (spam-stat-process-directory, spam-stat-test-directory): Use
17491         insert-file-contents-literally.
17492         (spam-stat-coding-system): New variable.
17493         (spam-stat-load, spam-stat-save): Use it.
17494
17495 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17496
17497         * spam-report.el (spam-report-plug-agent): Quote
17498         spam-report-url-to-file and spam-report-url-ping-plain.
17499
17500 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17501
17502         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17503         / in mailto URLs.
17504
17505 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17506
17507         * spam-report.el (spam-report-process-queue): Fix interactive use.
17508         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17509         (spam-report-unplug-agent): Doc fixes.
17510         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17511         (spam-report-agentize, spam-report-deagentize): Autoload.
17512
17513 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17514
17515         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17516
17517         * message.el (message-setup-fill-variables): Add mml tags to
17518         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17519         <ajk@iu.edu>.
17520         (message-mode): Don't modify paragraph-separate there.
17521
17522 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17523
17524         * compface.el (uncompface-use-external): Default to undecided.
17525         (uncompface-use-external-threshold): New variable.
17526         (uncompface-float-time): New macro.
17527         (uncompface): Determine whether to use the external decoder if
17528         uncompface-use-external is undecided.
17529
17530 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17531
17532         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17533         after images.
17534
17535         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17536
17537 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17538
17539         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17540
17541         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17542
17543         * gnus-sum.el (gnus-summary-limit-to-age)
17544         (gnus-summary-limit-children): do.
17545
17546         * gnus-int.el (gnus-request-scan): do.
17547
17548         * gnus-group.el (gnus-group-suspend): do.
17549
17550         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17551
17552         * gnus-cite.el (gnus-cite-parse-attributions): do.
17553
17554         * gnus-agent.el (gnus-summary-set-agent-mark)
17555         (gnus-agent-regenerate-group): do.
17556
17557         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17558
17559         * binhex.el (binhex-decode-region-internal): do.
17560
17561 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17562
17563         * gnus-fun.el (gnus-face-properties-alist): New user option.
17564         (gnus-display-x-face-in-from): Use it.
17565
17566         * gnus-art.el (article-display-face): Ditto.
17567
17568         * compface.el (uncompface-use-external): Default to nil.
17569
17570 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17571
17572         * nntp.el (nntp-erase-buffer): New function.
17573         (nntp-retrieve-data, nntp-send-command)
17574         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17575         (nntp-possibly-change-group): Use it.
17576
17577         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17578         with-current-buffer.
17579
17580 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17581
17582         * compface.el: Merge the ELisp-based uncompface program.
17583         (compface): New customization group.
17584         (uncompface-use-external): New user option.
17585         (uncompface): Call uncompface-internal if uncompface-use-external
17586         is nil.
17587         (uncompface-internal): New function.  Note that there are also
17588         some other functions and variables added for this function.
17589
17590 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17591
17592         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17593         if necessary.
17594
17595 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17596
17597         * spam-report.el (spam-report-unplug-agent)
17598         (spam-report-plug-agent, spam-report-deagentize)
17599         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17600         Add support for the Agent in spam-report: when unplugged, report to a
17601         file; when plugged, submit all the requests.
17602
17603         * spam.el (spam-register-routine): Fix message about
17604         registration.
17605
17606 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17607
17608         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17609         dependencies.
17610         (rfc2047-encode): Use it.
17611
17612         * gnus-art.el (gnus-button-marker-list): Move before first
17613         reference.
17614
17615         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17616         (imap-parse-body): Fix format string mismatch.
17617
17618         * gnus-score.el (gnus-summary-increase-score): do.
17619
17620         * nnrss.el (nnrss-close): New function.
17621
17622 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17623
17624         * nnrss.el (nnrss-make-filename): New function.
17625         (nnrss-request-delete-group, nnrss-read-server-data)
17626         (nnrss-save-server-data, nnrss-read-group-data)
17627         (nnrss-save-group-data): Use it.
17628         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17629         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17630         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17631
17632 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17633
17634         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17635
17636 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17637
17638         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17639         files.
17640
17641         * message.el (message-generate-headers-first): Don't quote nil
17642         and t in docstrings.
17643
17644         * imap.el (imap-id): do.
17645
17646         * gnus-agent.el (gnus-agent-consider-all-articles)
17647         (gnus-agent-queue-mail): do.
17648
17649 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17650
17651         * spam-report.el (spam-report-process-queue): New function.
17652         Process requests from `spam-report-requests-file'.
17653         (spam-report-process-queue): Doc fix.
17654
17655 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17656
17657         * spam.el (spam-register-routine)
17658         (spam-log-processing-to-registry, spam-log-registered-p)
17659         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17660         Change "check" to "spam-check" for semi-clarity.
17661
17662 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17663
17664         * pop3.el: Require nnheader.
17665
17666         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17667
17668         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17669
17670         * gnus-picon.el: Require cl.
17671
17672         * gnus-fun.el: Require gnus-ems and gnus-util.
17673
17674         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17675
17676         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17677
17678         * gnus-art.el (gnus-article-edit-mode): Define before first
17679         reference.
17680
17681 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17682
17683         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17684         (gnus-uu-post-encoded): Use point-at-bol.
17685
17686         * gnus-topic.el (gnus-group-active-topic-p): do.
17687
17688         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17689
17690         * gnus-group.el (gnus-group-kill-region): do.
17691
17692         * gnus-art.el (article-date-ut): do.
17693
17694         * message.el (message-fetch-field): Remove redundant
17695         case-fold-search binding.
17696         (message-narrow-to-field): Simplify.
17697
17698 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17699
17700         * spam.el (spam-directory): Derive from `gnus-directory'.
17701
17702         * spam-report.el (spam-report-url-to-file)
17703         (spam-report-requests-file): New function and variable for offline
17704         reporting.
17705         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17706         and user defined function.
17707         (spam-report-url-ping-mm-url): Remove doubled slash.
17708
17709 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17710
17711         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17712
17713 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17714
17715         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17716         format string mismatch.
17717
17718         * sieve.el (sieve-deactivate-all): do.
17719
17720         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17721
17722         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17723
17724         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17725
17726         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17727
17728 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17729
17730         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17731         the list of checks.
17732
17733 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17734
17735         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17736         padding.
17737
17738 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17739
17740         * mm-view.el (mm-fill-flowed): New variable.
17741         (mm-inline-text): Use it.
17742
17743 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17744
17745         * spam.el (spam-spamassassin-register-ham-routine)
17746         (spam-spamassassin-register-spam-routine): Fix function names.
17747
17748 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17749
17750         * gnus.el (gnus-tmp-grouplens): Remove.
17751         (gnus-summary-line-format): Remove grouplens.
17752
17753         * gnus-group.el (gnus-group-line-format): Ditto.
17754
17755         * gnus-spec.el (gnus-format-specs): Ditto.
17756         (gnus-update-format-specifications): Flush the group format spec
17757         cache if there's the grouplens stuff.
17758         (gnus-parse-simple-format): Replace %l with the empty string.
17759
17760 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17761
17762         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17763         omission.
17764
17765 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17766
17767         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17768         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17769
17770 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17771
17772         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17773         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17774         New macros and functions.
17775         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17776         Handle > NLINK_MAX messages.
17777         * nnmaildir.el (nnmaildir-request-set-mark): Use
17778         nnmaildir--emlink-p and nnmaildir--eexist-p.
17779
17780 2004-01-25  Alex Schroeder  <alex@gnu.org>
17781
17782         * spam-stat.el (spam-stat-process-directory-age): New option.
17783         (spam-stat-process-directory): Use it.
17784
17785 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17786
17787         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17788         (spam-stat-save): Accept prefix argument.
17789
17790 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17791
17792         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17793         links" error.
17794
17795 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17796
17797         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17798         the rest of the and/or forms.
17799
17800 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17801
17802         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17803         compatibility with old .newsrc.eld files.
17804
17805         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17806
17807         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17808
17809         * gnus-start.el (gnus-1): do.
17810
17811         * gnus-group.el (gnus-group-line-format-alist): do.
17812
17813         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17814
17815         * gnus-gl.el: Remove.
17816
17817 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17818
17819         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17820         marks consisting of a single range {for example, (3 . 5)} rather
17821         than a list of a single range { ((3 . 5)) }.
17822
17823 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17824
17825         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17826         with-current-buffer.
17827         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17828         avoid consing a string.
17829
17830         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17831         Remove obsolete entries for big5 and gb2312.
17832
17833 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17834
17835         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17836         uncompressed list.
17837
17838 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17839
17840         * spam-stat.el (spam-stat-strip-xref): New function.
17841         (spam-stat-process-directory): Use it.
17842
17843         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17844         here -- it's done in message-fetch-field.
17845
17846 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17847
17848         * gnus-agent.el (gnus-agent-queue-mail)
17849         (gnus-agent-prompt-send-queue): New variables.
17850         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17851         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17852         "nndraft:queue" along to gnus-draft-send.  Use
17853         gnus-agent-prompt-send-queue.
17854         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17855         is "nndraft:queue".  Suggested by Gaute Strokkenes
17856         <gs234@srcf.ucam.org>
17857
17858         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17859         (agent-enable-undownloaded-faces): Added.
17860         (gnus-agent-cat-groups): Use eval-and-compile, not
17861         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17862         method of gnus-agent-cat-groups even when the buffer has been
17863         evaled.
17864         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17865         delete gnus-agent-save-active-1.
17866         (gnus-agent-save-groups): Deleted.  Identical to
17867         gnus-agent-save-active.
17868         (gnus-agent-write-active): No longer adjust agent's copy of active
17869         file as agent's adjustments are now stored in their own
17870         file.  Removed optional parameter.
17871         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17872         servers.  Add use of min/max range limits from server's local
17873         file.
17874         (gnus-agent-save-alist): Removed unused optional argument.
17875         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17876         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17877         (gnus-agent-set-local): A per-server file that keeps min/max range
17878         limits for articles known to the agent.  Provides a fast mechanism
17879         for altering many active ranges.
17880         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17881         active file (local makes it unnecessary).
17882         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17883
17884         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17885         (agent-enable-undownloaded-faces): Added.
17886
17887         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17888         disable it when sending to "nndraft:queue".
17889         (gnus-group-send-queue): Add safety check to avoid sending queue
17890         when unplugged.
17891
17892         * gnus-group.el (gnus-group-catchup): Use new
17893         gnus-sequence-of-unread-articles, not
17894         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17895         numbers of articles.  Use gnus-range-map to avoid having to
17896         uncompress the unread list.
17897         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17898         Fixed invalid ange-ftp reference.
17899
17900         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17901         (gnus-sorted-range-intersection): Intersection of two ranges
17902         without requiring that they first be uncompressed.
17903
17904         * gnus-start.el (gnus-activate-group): Unless blocked by the
17905         caller, possibly expand the active range to include both cached
17906         and agentized articles.
17907         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17908         multiple version-dependent converters.
17909         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17910         gnus-agent-save-active.
17911         (gnus-save-newsrc-file): Save dirty agent range limits.
17912
17913         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17914         gnus-agent-possibly-alter-active.
17915         (gnus-adjust-marked-articles): Faster handling of simple lists.
17916
17917 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17918
17919         * spam-stat.el (spam-stat-test-directory): New optional argument
17920         displays a list of files detected.  Suggested by Andrew Cohen
17921         <cohen@andy.bu.edu>.
17922         (spam-stat-buffer-words-with-scores): Don't narrow and change
17923         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17924
17925 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17926
17927         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17928         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17929         (spam-spamassassin-arguments)
17930         (spam-spamassassin-spam-flag-header)
17931         (spam-spamassassin-positive-spam-flag-header)
17932         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17933         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17934         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17935         (spam-list-of-processors, spam-list-of-checks)
17936         (spam-list-of-statistical-checks, spam-registration-functions)
17937         (spam-check-spamassassin-headers, spam-check-spamassassin)
17938         (spam-spamassassin-score)
17939         (spam-spamassassin-register-with-sa-learn)
17940         (spam-spamassassin-register-spam-routine)
17941         (spam-spamassassin-register-ham-routine)
17942         (spam-assassin-register-spam-routine)
17943         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17944         (spam-bogofilter-score): Fix to show article before scoring.
17945
17946 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17947
17948         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17949         default scoring function.
17950         (spam-generic-score): Call spam-spamassassin-score if
17951         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17952         spam-bogofilter-score otherwise.
17953
17954         * gnus.el (spam-process, spam-autodetect-methods): Add
17955         spamassassin and spamassassin-headers.
17956
17957 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17958
17959         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17960         Suppress unnecessary messages.
17961
17962 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17963
17964         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17965         make-hash-table.
17966
17967 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17968
17969         * canlock.el (base64-encode-string): Don't autoload it.
17970
17971 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17972
17973         * run-at-time.el: Remove useless (require 'itimer),
17974         eval-and-compile and (featurep 'xemacs).
17975
17976 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17977
17978         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17979         GROUP is a virtual group.
17980
17981 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17982
17983         * gnus.el: Autoload `message-y-or-n-p'.
17984
17985 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17986
17987         * pgg-parse.el: Remove unnecessary (require 'custom).
17988
17989         * pgg-def.el: do.
17990
17991         * nnmail.el: do.
17992
17993         * gnus-undo.el: do.
17994
17995         * gnus-picon.el: do.
17996
17997         * gnus-util.el: do.
17998
17999 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18000
18001         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18002
18003 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18004
18005         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18006         handle, as well as a list.
18007
18008         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18009         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18010         (mm-w3m-cid-retrieve): Simplify.
18011
18012 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18013
18014         * message.el (message-kill-to-signature): Allow prefix arg to
18015         specify number of lines to keep before signature.
18016
18017 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18018
18019         * message.el (message-kill-to-signature): Change docstring.
18020
18021 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18022
18023         * canlock.el: Always require sha1-el.
18024         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18025
18026         * message.el: Autoload sha1 only when compiling.
18027
18028         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18029         eudc-expand-inline for XEmacs.
18030
18031 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18032
18033         * message.el (message-canlock-generate): Require sha1-el.
18034
18035 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18036
18037         * message.el (message-expand-name): Silence the byte compiler.
18038
18039         * lpath.el: Add detect-coding-system.
18040
18041         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18042         cus-edit.
18043
18044 2004-01-13  Simon Josefsson  <jas@extundo.com>
18045
18046         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18047         Invoke gnus-score-mode.  Reported by
18048         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18049
18050         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18051         Jim Blandy <jimb@redhat.com> (tiny change).
18052
18053 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18054
18055         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18056
18057 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18058
18059         * spam.el (spam-get-article-as-string): Update to use
18060         gnus-request-article-this-buffer, much simpler.
18061         (spam-get-article-as-buffer): Remove.
18062
18063 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18064
18065         * message.el (message-expand-name): Use EUDC if the user uses that.
18066
18067 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18068
18069         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18070         character for the encoding to avoid consing a string.
18071
18072         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18073         unnecessarily.
18074
18075         * mm-util.el (mm-replace-chars-in-string): Remove.
18076
18077         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18078         of mm-replace-chars-in-string.
18079
18080 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18081
18082         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18083
18084         * mm-util.el (mm-subst-char-in-string): Support inplace.
18085
18086         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18087         a new string in every iteration.  Use shy groups.
18088
18089 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18090
18091         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18092         * gnus-soup.el (gnus-soup-group-brew):
18093         * gnus-msg.el (gnus-put-message):
18094         * gnus-move.el (gnus-group-move-group-to-server):
18095         * gnus-kill.el (gnus-batch-score):
18096         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18097         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18098         (gnus-group-update-group, gnus-group-read-group)
18099         (gnus-group-make-group, gnus-group-make-help-group)
18100         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18101         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18102         (gnus-group-sort-by-unread, gnus-group-catchup)
18103         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18104         (gnus-group-yank-group, gnus-group-set-info)
18105         (gnus-group-list-groups):
18106         * gnus.el (gnus-generate-new-group-name):
18107         * gnus-delay.el (gnus-delay-send-queue):
18108         * nnvirtual.el (nnvirtual-catchup-group):
18109         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18110         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18111         (gnus-group-prepare-topics, gnus-topic-check-topology):
18112         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18113         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18114         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18115         (gnus-group-make-articles-read):
18116         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18117         (gnus-group-change-level, gnus-kill-newsgroup)
18118         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18119         (gnus-get-unread-articles, gnus-make-articles-unread)
18120         (gnus-make-ascending-articles-unread): Use accessor
18121         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18122         to get group information for improved readability.
18123
18124
18125 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18126
18127         * gnus-art.el (article-decode-mime-words, article-babel)
18128         (gnus-article-highlight-signature, gnus-article-add-buttons)
18129         (gnus-signature-toggle): Use gnus-with-article-buffer.
18130
18131         * gnus-art.el (gnus-article-highlight-headers)
18132         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18133
18134         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18135         (gnus-article-set-globals, gnus-request-article-this-buffer)
18136         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18137         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18138         (gnus-mime-display-alternative): Use with-current-buffer.
18139
18140 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18141
18142         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18143         also under 80 char limit, and call gnus-error if needed.
18144         (spam-fetch-article-header): Fix - it was a
18145         buffer-local variable (gnus-newsgroup-data).
18146         (spam-find-spam): Use spam-generate-fake-headers, forget about
18147         spam-insert-fake-headers.
18148         (spam-insert-fake-headers): Remove.
18149
18150 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18151
18152         * deuglify.el (gnus-article-outlook-unwrap-lines)
18153         (gnus-outlook-rearrange-article)
18154         (gnus-outlook-repair-attribution-outlook)
18155         (gnus-outlook-repair-attribution-block)
18156         (gnus-outlook-repair-attribution-other): Remove redundant
18157         save-excursion.
18158
18159 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18160
18161         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18162         (spam-fetch-field-subject-fast)
18163         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18164         (spam-fetch-article-header): Add functions to deal with Gnus
18165         internals for fast retrieval of article header data.
18166         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18167
18168 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18169
18170         * pop3.el (pop3-md5): Remove.
18171         (pop3-apop): Replace pop3-md5 with md5.
18172
18173         * mm-bodies.el: base64 is always built-in.
18174
18175         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18176         with-current-buffer.
18177
18178 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18179
18180         * canlock.el (canlock-insert-header): Remove excessive grouping in
18181         regexp.
18182
18183         * gnus-sum.el (gnus-summary-read-document): Ditto.
18184
18185         * gnus-uu.el (gnus-uu-part-number): Ditto.
18186
18187         * html2text.el (html2text-remove-tags): Ditto.
18188         (html2text-format-tags): Ditto.
18189         (html2text-format-single-elements): Ditto.
18190
18191         * mml.el (mml-parse-1): Ditto.
18192
18193 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18194
18195         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18196
18197         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18198
18199         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18200
18201         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18202
18203 2003-11-15  Simon Josefsson  <jas@extundo.com>
18204
18205         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18206         (pgg-gpg-lookup-key): Use regexp match instead of
18207         split-string (split-string is different between emacs 21.2 and
18208         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18209
18210 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18211
18212         * gnus-art.el (gnus-mime-view-all-parts)
18213         (gnus-article-part-wrapper, gnus-article-view-part): Use
18214         with-current-buffer.
18215
18216 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18217
18218         * spam.el (spam-disable-spam-split-during-ham-respool)
18219         (spam-spamoracle-database, spam-cache-lookups)
18220         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18221         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18222         (spam-group-ham-marks, spam-group-spam-marks)
18223         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18224         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18225         also add spam-use-blackholes to the statistical checks.
18226         (spam-fetch-field-fast): Add interface to fetching fields, may
18227         become a macro.
18228         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18229         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18230         (spam-insert-fake-headers): Fake an article when needed.
18231         (spam-find-spam): Fake article when possible.
18232         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18233         (spam-check-bogofilter-headers): Use message-fetch-field instead
18234         of nnmail-fetch-field.
18235
18236 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18237
18238         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18239
18240 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18241
18242         * spam.el (spam-split): Do not require spam-use-CHECK to be
18243         enabled if that check is passed to spam-split explicitly; also
18244         fix so 'spam doesn't get converted to spam-split-group when
18245         spam-split-symbolic-return is t.
18246         (spam-find-spam): Find registrations of the article and use those
18247         instead of re-running spam-split to find the spam/ham
18248         classification of the article.
18249         (spam-log-processing-to-registry, spam-log-registered-p)
18250         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18251         Use gnus-error instead of gnus-message.
18252         (spam-log-registration-type): Add function to determine the
18253         classification of a message based on registry entries; will
18254         return nil if both 'spam and 'ham are found.
18255         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18256         a reasonably fast local cache without the loading errors.
18257         (spam-cache-lookups): Set to t by default.
18258         (spam-find-spam): Don't try to guess spam-cache-lookups.
18259         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18260         spam-caches entry.
18261         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18262         caching of whitelist/blacklist entries.
18263         (spam-check-whitelist, spam-check-blacklist): Invoke
18264         spam-from-listed-p with a type, not a cache variable.
18265         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18266
18267 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18268
18269         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18270
18271         * nnmail.el (nnmail-split-fancy): do.
18272
18273         * mml.el (mml-parse): do.
18274
18275         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18276         (gnus-score-adaptive): do.
18277
18278 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18279
18280         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18281         (gnus-mime-button-map): Don't set keymap parent.
18282         (gnus-button-ctan-directory-regexp): Use shy grouping.
18283         (gnus-prev-page-map): Don't set keymap parent.
18284         (gnus-prev-page-map): Remove duplicated one.
18285         (gnus-next-page-map): Don't set keymap parent.
18286         (gnus-mime-security-button-map): Ditto.
18287
18288         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18289         version number.
18290
18291         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18292
18293 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18294
18295         * canlock.el (canlock-sha1-function): Remove.
18296         (canlock-sha1-function-for-verify): Remove.
18297         (canlock-openssl-program): Remove.
18298         (canlock-openssl-args): Remove.
18299         (canlock-ignore-errors): Remove.
18300         (canlock-sha1-with-openssl): Remove.
18301         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18302         (canlock-verify): Don't use canlock-ignore-errors.
18303
18304         * sha1-el.el (sha1-string-external): Make it can return a string
18305         in binary form.
18306         (sha1-region-external): Ditto.
18307         (sha1-string-internal): Ditto.
18308         (sha1-region-internal): Ditto.
18309         (sha1-region): Ditto.
18310         (sha1-string): Ditto.
18311         (sha1): Ditto.
18312
18313 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18314
18315         * spam.el (spam-report-articles-gmane): New command.
18316
18317 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18318
18319         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18320
18321         * run-at-time.el (run-at-time-saved): Remove.
18322         (run-at-time): Doc fix.
18323
18324 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18325
18326         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18327         (gnus-summary-limit-map): Add it.
18328         (gnus-summary-make-menu-bar): do.
18329
18330 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18331
18332         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18333         Make attempt at some caching support (done for BBDB only now).
18334         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18335         addresses to be checked.
18336         (spam-clear-cache-BBDB): Add function, to be invoked by
18337         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18338         (spam-check-BBDB): Check and use the caches, if
18339         spam-cache-lookups is on, remove superfluous (provide).
18340
18341 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18342
18343         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18344
18345 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18346
18347         * run-at-time.el (run-at-time-saved): Move to after the definition
18348         of `run-at-time'.
18349
18350         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18351
18352 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18353
18354         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18355         mm-w3m-local-map-property.
18356
18357         * mm-view.el (mm-w3m-mode-map): Remove.
18358         (mm-w3m-local-map-property): Remove.
18359         (mm-inline-text-html-render-with-w3m): Don't use
18360         mm-w3m-local-map-property.
18361
18362 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18363
18364         * run-at-time.el: New file.
18365
18366         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18367         under Emacs.
18368
18369         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18370         of gnus-set-text-properties.
18371
18372         * gnus-uu.el (gnus-uu-save-article): Ditto.
18373
18374         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18375
18376         * gnus-cite.el (gnus-cite-parse): Ditto.
18377
18378         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18379         of gnus-.
18380
18381         * gnus-xmas.el (run-at-time): Require run-at-time.
18382
18383         * gnus.el: Changed calls to nnheader-run-at-time and
18384         password-run-at-time throughout to use run-at-time directly.
18385
18386         * password.el: Removed definition of run-at-time.
18387
18388         * nnheaderxm.el: Remove definition of run-at-time.
18389
18390 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18391
18392         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18393         in prompt.
18394
18395 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18396
18397         * messagexmas.el (message-xmas-redefine): Alias
18398         `message-make-caesar-translation-table' to
18399         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18400         version.
18401
18402         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18403         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18404         `gnus-xmas-set-text-properties'.
18405         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18406         `gnus-xmas-completing-read'.
18407         (gnus-xmas-completing-read): Removed.
18408         (gnus-xmas-open-network-stream): Removed.
18409
18410         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18411         XEmacs version.
18412
18413         * dns.el (dns-make-network-process): Use `open-network-stream'
18414         instead of `gnus-xmas-open-network-stream'.
18415
18416         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18417
18418         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18419
18420 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18421
18422         * gnus-art.el (gnus-mime-display-alternative)
18423         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18424         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18425         Don't use gnus-local-map-property.
18426
18427         * gnus-util.el (gnus-local-map-property): Remove.
18428
18429         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18430         gnus-completing-read-maybe-default with completing-read.
18431
18432         * gnus-util.el (gnus-completing-read): do.
18433         (gnus-completing-read-maybe-default): Remove.
18434
18435 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18436
18437         * password.el: Only autoload `run-at-time' if not XEmacs.
18438         Only autoload the itimer functions if XEmacs.
18439
18440 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18441
18442         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18443         XEmacsen.
18444
18445         * dgnushack.el: Autoload executable-find for XEmacs.
18446
18447 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18448
18449         * gnus-art.el (gnus-read-string): Remove.
18450         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18451         read-string.
18452
18453 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18454
18455         * netrc.el: Autoload password-read.
18456         (netrc): Add configuration group.
18457         (netrc-encoding-method, netrc-openssl-path): Add
18458         variables for encoding and decoding of files with symmetric
18459         ciphers.
18460         (netrc-encode): Add assistant function to encode a file with
18461         netrc-encoding-method.
18462         (netrc-parse): Add interactive parameter, added optional
18463         decoding if netrc-encoding-method is non-nil but otherwise
18464         behavior is standard.
18465         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18466         Do s/encode/encrypt/ everywhere.
18467
18468         * spam.el: Remove executable-find autoload.
18469
18470 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18471
18472         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18473
18474         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18475
18476 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18477
18478         * gnus-art.el (gnus-treat-ansi-sequences)
18479         (article-treat-ansi-sequences): New variable and function.
18480         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18481
18482         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18483         Use it.
18484
18485 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18486
18487         * mm-util.el (mm-quote-arg): Remove.
18488
18489         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18490         shell-quote-argument.
18491
18492         * gnus-uu.el (gnus-uu-command): do.
18493
18494         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18495
18496         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18497         with make-char.
18498
18499         * mm-util.el (mm-make-char): Remove.
18500
18501         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18502         add-minor-mode.
18503
18504         * gnus-undo.el (gnus-undo-mode): do.
18505
18506         * gnus-topic.el (gnus-topic-mode): do.
18507
18508         * gnus-sum.el (gnus-dead-summary-mode): do.
18509
18510         * gnus-start.el (gnus-slave-mode): do.
18511
18512         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18513
18514         * gnus-ml.el (gnus-mailing-list-mode): do.
18515
18516         * gnus-gl.el (gnus-grouplens-mode): do.
18517
18518         * gnus-draft.el (gnus-draft-mode): do.
18519
18520         * gnus-dired.el (gnus-dired-mode): do.
18521
18522         * gnus-ems.el (gnus-add-minor-mode): Remove.
18523
18524         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18525         Replace gnus-char-width with char-width.
18526
18527         * gnus-ems.el (gnus-char-width): Remove.
18528
18529         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18530         Replace gnus-char-width with char-width.
18531
18532         * gnus-ems.el (gnus-char-width): Remove.
18533
18534         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18535         definition.
18536         Remove Emacs 20 hash table compatibility code.
18537
18538         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18539         20 compatibility code.
18540
18541         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18542
18543         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18544
18545         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18546         with point-at-{eol,bol}.
18547
18548         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18549
18550         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18551
18552         * flow-fill.el (fill-flowed-point-at-bol)
18553         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18554
18555         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18556         Replace with point-at-{eol,bol} throughout all files.
18557
18558 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18559
18560         * ntlm.el (ntlm-string-as-unibyte): New macro.
18561         (ntlm-build-auth-response): Use it.
18562
18563         Remove Emacs 20 stuff:
18564         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18565         (butlast, mapc, remove): Remove the compiler macros.
18566         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18567         of delq and copy-sequence.
18568         * gnus-art.el (popup-menu): Remove the compiler macro.
18569         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18570         Emacs 20.
18571
18572 2004-01-05  Simon Josefsson  <jas@extundo.com>
18573
18574         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18575         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18576         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18577         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18578         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18579         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18580         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18581         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18582         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18583         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18584         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18585         string-xor into ntlm-string-xor.  Suggested by
18586         Jesper Harder <harder@myrealbox.com>.
18587
18588         * ntlm.el: Don't include poem.
18589
18590         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18591         Jesper Harder <harder@myrealbox.com>.
18592
18593         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18594
18595         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18596         probably breaks emacs with DL patch, but do we care? Is anyone
18597         still using the DL stuff?)
18598
18599         * sieve-manage.el: Use the password package.
18600         (sieve-manage-read-passwd): Remove.
18601         (sieve-manage-interactive-login): Use password.  Re-add
18602         condition-case around loop.
18603
18604         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18605         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18606         the password package.
18607
18608 2003-02-19  Simon Josefsson  <jas@extundo.com>
18609
18610         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18611         token.
18612
18613 2002-08-07  Simon Josefsson  <jas@extundo.com>
18614
18615         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18616         (sieve-manage-authenticators):
18617         (sieve-manage-authenticator-alist): Add some SASL mechs.
18618         (sieve-sasl-auth): New function.
18619         (sieve-manage-cram-md5-auth):
18620         (sieve-manage-plain-auth): Rewrite using SASL library.
18621         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18622         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18623         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18624         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18625
18626 2004-01-05  Simon Josefsson  <jas@extundo.com>
18627
18628         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18629         New files.
18630
18631 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18632
18633         * gnus-group.el (gnus-no-groups-message): Update.
18634
18635         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18636
18637 2003-11-09  Simon Josefsson  <jas@extundo.com>
18638
18639         * imap.el: Support for ID IMAP extension (RFC 2971).
18640         (imap-local-variables): Add imap-id.
18641         (imap-id): New variable.
18642         (imap-id): New function.
18643         (imap-parse-response): Parse untagged ID response.
18644         * nnimap.el (nnimap-id): New variable.
18645         (nnimap-open-connection): Use it.
18646
18647 2003-12-28  Simon Josefsson  <jas@extundo.com>
18648
18649         * gnus-score.el (gnus-score-edit-all-score): New.
18650         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18651
18652 2004-01-04  Simon Josefsson  <jas@extundo.com>
18653
18654         * password.el: Add.
18655
18656 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18657
18658         * dns.el (dns-query-types): Fix typo.
18659         (dns-query-types): New function.
18660         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18661         PTR and SOA replies, see RFC 1035.
18662
18663 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18664
18665         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18666
18667         * Moved to Changelog.2.
18668
18669 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18670
18671         * gnus.el (gnus-version-number): Bump version.
18672
18673 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18674
18675         * gnus.el: No Gnus v0.1 is released.
18676
18677 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18678
18679         * gnus.el: No Gnus v0.0 is released.
18680
18681 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18682
18683         * gnus.el (gnus-version-number): Bump.
18684         (gnus-version): No.
18685
18686 See ChangeLog.2 for earlier changes.
18687
18688     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18689       Free Software Foundation, Inc.
18690
18691   This file is part of GNU Emacs.
18692
18693   GNU Emacs is free software: you can redistribute it and/or modify
18694   it under the terms of the GNU General Public License as published by
18695   the Free Software Foundation, either version 3 of the License, or
18696   (at your option) any later version.
18697
18698   GNU Emacs is distributed in the hope that it will be useful,
18699   but WITHOUT ANY WARRANTY; without even the implied warranty of
18700   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18701   GNU General Public License for more details.
18702
18703   You should have received a copy of the GNU General Public License
18704   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18705
18706 ;; Local Variables:
18707 ;; coding: utf-8
18708 ;; fill-column: 79
18709 ;; add-log-time-zone-rule: t
18710 ;; End: