(nnir-search-engine): Ressurect variable, since it's used later in the file.
[gnus] / lisp / ChangeLog
1 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4         later in the file.
5
6 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7
8         * nnir.el: general clean up. allow searching with multiple
9         engines. allow separate extra-parameters for each engine. batch queries
10         when possible.
11         (nnir-imap-default-search-key,nnir-method-default-engines): add
12         customize interface.
13         (nnir-run-gmane): new engine.
14         (nnir-engines): use it. qualify all prompts with engine name.
15         (nnir-search-engine): remove global variable.
16         (nnir-run-hyrex): restore for now.
17         (nnir-extra-parms,nnir-search-history): new variables.
18         (gnus-group-make-nnir-group): use them.
19         (nnir-group-server): remove in favor of gnus-group-server.
20         (nnir-request-group): avoid searching twice.
21         (nnir-sort-groups-by-server): new function.
22
23 2010-10-30  Julien Danjou  <julien@danjou.info>
24
25         * gnus-group.el: Remove gnus-group-fetch-control.
26
27         * gnus-start.el (gnus-find-new-newsgroups): Remove
28         gnus-check-first-time-used.
29
30         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
31
32 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
33
34         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
35         set on groups that don't have \* permanentflags.
36
37 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
38
39         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
40         control the background color.
41         (shr-tag-img): Ignore very small web bug type images.
42         (shr-put-image): Add help-echo alt texts to the images.
43         (shr-tag-video): Show the video poster image.
44
45 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
46
47         * shr.el (shr-table-depth): New variable.
48         (shr-tag-table-1): Only insert the images after the top-level table.
49
50         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
51
52         * gnus-util.el (gnus-list-memq-of-list): New function.
53
54         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
55         selected.
56         (nnimap-unsplittable-articles): New slot.
57         (nnimap-new-articles): Use it.
58
59 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
60
61         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
62         move to the previous line on `M-g'.
63
64 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65
66         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
67         *-request-group, which seems unnecessary.
68
69         * nnimap.el (nnimap-quote-specials): Function copied over from
70         imap.el.
71         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
72         they support that.  Suggested by Tom Regner.
73
74 2010-10-29  Julien Danjou  <julien@danjou.info>
75
76         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
77         defalias.
78         (gnus-summary-delete-marked-with): Remove obsolete defalias.
79
80         * gnus.el: Remove `gnus-nntp-service' variable.
81         (gnus-secondary-servers): Make obsolete.
82         (gnus-nntp-server): Make obsolete.
83
84         * gnus-start.el (gnus-1): Remove x-splash calls.
85
86         * gnus-ems.el (gnus-x-splash): Remove.
87
88         * gnus.el (gnus-group-startup-message): Simplify/update code.
89
90         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
91         definition.
92
93         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
94         capability before doing anything.
95         (gnus-group-insert-group-line): Remove useless
96         gnus-group-remove-excess-properties.
97
98 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
99
100         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
101
102 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
103
104         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
105         config after reselecting.
106
107 2010-10-28  Julien Danjou  <julien@danjou.info>
108
109         * shr.el (shr-put-image): Use point even if only inserting text.
110         (shr-put-image): Save excursion when inserting alt text on non-graphic
111         display, so the behaviour is the same when we are on a graphic display.
112
113         * nnir.el (nnir-run-swish-e): Remove hyrex support.
114
115 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
116
117         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
118         (gnus-mime-copy-part): Check coding system, not charset.
119         (gnus-mime-view-part-externally): Never remove part.
120         (gnus-mime-view-part-internally): Don't remove part here.
121         (gnus-article-part-wrapper): Make sure MIME tag is visible.
122         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
123         multipart/alternative.
124
125         * mm-decode.el (mm-display-part): Take optional arg `force'.
126
127 2010-10-26  Julien Danjou  <julien@danjou.info>
128
129         * gnus-group.el (gnus-group-default-list-level): Add this function to
130         compute the default list level.
131         (gnus-group-default-list-level): Add possibility to use a function.
132
133 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
134
135         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
136
137         * gnus-group.el (gnus-group-completing-read)
138         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
139         gnus-replace-in-string.
140
141 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
142
143         * shr.el (shr-tag-div): Added.
144
145         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
146
147 2010-10-25  Julien Danjou  <julien@danjou.info>
148
149         * gnus-util.el: Remove `gnus-with-local-quit'.
150
151         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
152
153 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
154
155         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
156         the original article buffer.
157
158 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
159
160         * nnimap.el (nnimap-request-head): New function.
161         (nnimap-request-move-article): Try to be slighly faster by not
162         requesting the entire message when moving.
163         (nnimap-transform-headers): Don't bug out on bodiless articles.
164         (nnimap-send-command): Have no outstanding messages if the IMAP server
165         doesn't support streaming.
166         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
167
168 2010-10-24  Julien Danjou  <julien@danjou.info>
169
170         * message.el (message-default-headers): Fix type.
171
172 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
175         prefetching images.
176
177         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
178         backend for unknown groups.  This is mainly useful for nnimap groups.
179
180         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
181         group isn't covered by the agent.
182
183 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
184
185         * nnir.el (nnir-method-default-engines): new variable.
186         (nnir-run-query): use it.
187         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
188         (gnus-summary-nnir-goto-thread): change group if needed.
189
190         * gnus-group.el (gnus-group-group-map): add key binding for
191         gnus-group-make-nnir-group.
192
193 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
194
195         * shr.el (shr-tag-object): Added.
196
197         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
198         original article buffer live.
199         (gnus-summary-select-article-buffer): Mention
200         gnus-widen-article-buffer.
201
202 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
203
204         * shr.el (shr-tag-strong): Added.
205
206 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
207
208         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
209         group names.  They mess up the group buffer badly.
210
211         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
212
213         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
214         instead of the summary one.
215
216 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
217
218         * mml.el (mml-preview): Work properly when editing article.
219
220         * gnus-start.el (gnus-read-active-file-1): Don't add method to
221         gnus-have-read-active-file if it's already been in.
222
223 2010-10-22  Tom Tromey  <tromey@redhat.com>
224
225         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
226         gnus-group-completing-read.
227
228 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
229
230         * message.el (message-mode-map): Don't bind M-; to comment region, to
231         allow the global comment-dwim to work.
232
233 2010-10-21  Julien Danjou  <julien@danjou.info>
234
235         * message.el (message-setup-1): Allow message-default-headers to be a
236         function.
237
238 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
239
240         * shr.el (shr-tag-table): Simplify.
241
242 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243
244         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
245         to avoid trying to snarf invalid stuff.
246
247         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
248
249         * gnus.el (gnus-message-archive-group): Quote value.
250         (gnus-message-archive-group): Mark as changed.
251
252         * shr.el (shr-add-font): Don't put the font properties on the newline
253         or the indentation.
254
255         * message.el (message-fix-before-sending): Change options when sending
256         non-printable characters.
257
258         * gnus.el (gnus-message-archive-method): Change the default to
259         monthly outgoing groups.
260
261         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
262         that have gotten new numbers.
263
264         * nnimap.el (nnimap-request-replace-article): New function.
265
266 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
269         (nnrss-request-article): Don't use special html washing code.
270
271 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
272
273         * shr.el (shr-tag-table): Remove useless nconc.
274
275 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * gnus-art.el (article-wash-html): Simplify and remove the charset
278         stuff.  Use the normal html rendering code instead of the special html
279         washing code.
280
281         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
282         `gnus-w3m' symbols.
283         (mm-text-html-washer-alist): Removed.
284
285         * mm-decode.el (mm-inline-text-html-renderer): Removed.
286         (mm-inline-media-tests): Removed use.
287         (mm-text-html-renderer): Change default to the `shr' symbol.
288
289         * mm-view.el (mm-inline-text-html): Removed use.
290
291         * gnus-art.el (gnus-blocked-images): New function.  Allow the
292         `gnus-blocked-images' to be a function.
293         (gnus-article-wash-function): Removed.
294
295 2010-10-20  Julien Danjou  <julien@danjou.info>
296
297         * spam.el (spam-list-of-processors): Mark as obsolete.
298
299         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
300         (nnimap-insert-partial-structure): Fix boundary detection.
301
302 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
303
304         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
305         run file-truename on remote files.  This can be expensive and even
306         prevent one from editing drafts if some unrelated buffer has a stale
307         connection.
308
309 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
312         kinsoku-eol regardless of shr-kinsoku-shorten.
313         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
314         (shr-tag-table): Support caption, thead, and tfoot.
315
316 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
317
318         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
319         lines.
320         (shr-save-contents): New command and keystroke.
321
322         * nndoc.el (nndoc-type-alist): Add git support.
323         (nndoc-git-type-p): New function.
324         (nndoc-transform-git-article): Ditto.
325         (nndoc-transform-git-headers): Ditto.
326         (nndoc-transform-git-headers): Generate Subject headers.
327
328         * shr.el (shr-parse-style): New function.
329         (shr-tag-span): Ditto.
330
331         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
332         to `G G' to avoid collisions.
333
334 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
335
336         * shr.el: Load kinsoku if necessary.
337         (shr-kinsoku-shorten): New internal variable.
338         (shr-find-fill-point): Make kinsoku shorten text line if
339         shr-kinsoku-shorten is bound to non-nil.
340         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
341         shr-indentation too when testing if table is wider than frame width.
342         (shr-insert-table): Use `string-width' instead of `length' to measure
343         text width.
344         (shr-insert-table-ruler): Make sure indentation is done at bol.
345
346 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
347
348         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
349         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
350         undecoded network data.
351
352 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
355         name in the mode line spec so that the mode line menu works
356         (bug #2431).
357
358         * message.el (message-get-reply-headers): If we're fed `to-address',
359         then always use that.
360
361         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
362         aren't so wide as to need to switch off the edit menu.
363
364         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
365         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
366
367         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
368         `M-g'.
369         (nnimap-update-info): Update flags/read marks even if \* isn't part of
370         the permanent marks.
371
372 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
373
374         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
375         Splitting according to references/in-reply-to obeys the ignore-groups
376         variable, while splitting by sender and subject do not.
377
378 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
379
380         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
381         alist, so that we can look for non-Unicode chars.
382         (article-translate-strings): Allow both character and string maps.
383
384 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * shr.el (shr-insert): Don't insert space behind a wide character
387         categorized as kinsoku-bol, or between characters both categorized as
388         nospace.
389
390 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
391
392         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
393         headers to gnus-newsgroup-headers.
394
395 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
396
397         * shr.el (shr-tag-img): Don't align images -- since we're not
398         rescaling, this often leads to ugly displays.
399
400 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
401
402         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
403         duplicates.
404
405 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
406
407         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
408         call.
409
410 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
411
412         * gnus.el: Autoload gnus-html-show-images.
413
414         * nnimap.el: Use nnheader-message throughout.
415
416         * shr.el (shr-tag-img): Ignore images with no data.
417
418 2010-10-15  Julien Danjou  <julien@danjou.info>
419
420         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
421         a possibility to disable format=flow encoding when using hard newlines.
422
423 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * shr.el (shr-insert): Remove space inserted before or after a
426         breakable character or at the beginning or the end of a line.
427         (shr-find-fill-point): Do kinsoku; find the second best point or give
428         it up if there's no breakable point.
429
430 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
431
432         * nnimap.el (nnimap-open-connection): Message when opening connection
433         for debugging purposes.
434
435         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
436         on every setup buffer call to allow this to change from article to
437         article.
438
439         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
440         buffers where we have a wide table.
441
442 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
443
444         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
445         uses *-request-thread.
446
447 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
448
449         * nnimap.el (nnimap-open-connection): Remove %s from openssl
450         incantation, which is no longer valid.
451
452 2010-10-14  Julien Danjou  <julien@danjou.info>
453
454         * shr.el: Fix defcustom type (char -> character).
455
456 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
457
458         * nnimap.el (nnimap-open-connection): tls-program should be a list of
459         programs.
460
461 2010-10-14  Julien Danjou  <julien@danjou.info>
462
463         * shr.el (shr-tag-a): Use url-link as widget type.
464
465         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
466         `gnus-group-get-icon'.
467
468 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
469
470         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
471         This should make server editing work better.
472
473         * shr.el (shr-find-fill-point): Don't inloop on indented text.
474
475         * tls.el (tls-program): Remove spurious %s from openssl.
476
477         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
478         (nnimap-parse-flags): Fix regexp.
479
480         * shr.el (shr-find-fill-point): Use a filling algorithm that should
481         probably work for CJVK text, too.
482
483         * nnimap.el (nnimap-extend-tls-programs): Removed.
484         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
485
486         * tls.el (tls-starttls-switches): Remove starttls hack.
487         (open-tls-stream): Ditto.
488         (tls-find-starttls-argument): Ditto.
489
490 2010-10-13  Julien Danjou  <julien@danjou.info>
491
492         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
493         responses.
494
495 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
496
497         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
498
499         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
500         anything in Emacs.
501
502         * shr.el (shr-current-column): Remove buggy and unnecessary function.
503
504 2010-10-13  Julien Danjou  <julien@danjou.info>
505
506         * shr.el (shr-width): Make shr-width a defcustom with default to
507         fill-column.
508         (shr-tag-img): Use shr-width rather than fill-column.
509
510 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
511
512         * dgnushack.el (byte-optimize-apply)
513         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
514
515         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
516         position when (X-)Faces exist.
517         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
518         avatars when called interactively.
519
520 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
521
522         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
523         gnus-article-x-face-too-ugly is bound.
524
525 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
528
529         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
530         mailbox that doesn't exist.
531
532 2010-10-12  Julien Danjou  <julien@danjou.info>
533
534         * shr.el (shr-tag-img): Encode URL properly when retrieving.
535         (shr-get-image-data): Encode URL properly when fetching from cache.
536         (shr-tag-img): Use aligned-to spaces to align correctly images.
537
538         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
539         before inserting the Gravatar.
540
541         * shr.el (shr-tag-img): Add align attribute support for <img>.
542
543 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
544
545         * gnus-gravatar.el (gnus-art): Required.
546
547         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
548         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
549         Remove long obsoleted functions.
550
551 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
552
553         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
554
555         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
556
557         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
558         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
559         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
560         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
561         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
562         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
563         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
564
565 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
566
567         * nnimap.el (nnimap-request-rename-group): Select group read-only
568         before renaming it.
569
570         * shr.el (shr-insert): Fix up the white space only regexp.
571
572         * nnimap.el (nnimap-transform-split-mail): Not all articles have
573         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
574
575         * shr.el (shr-current-column): New function.
576         (shr-find-fill-point): New function.
577
578 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
579
580         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
581         numbers.
582
583 2010-10-11  Julien Danjou  <julien@danjou.info>
584
585         * shr.el (shr-hr-line): Add.
586         (shr-tag-hr): Use shr-hr-line to specify which character to use to
587         display hr lines.
588         (shr-max-columns): Do not change state to nil if we just inserting
589         spaces.
590
591 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
592
593         * gnus-topic.el (gnus-topic-read-group): If after the last group,
594         select the last group.
595
596 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
597
598         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
599
600 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
601
602         * dig.el (dig-mode-map): Declare and define in one step.
603
604 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605
606         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
607         for Gnus.
608         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
609         (nnimap-update-qresync-info): Mark \Seen articles as read.
610
611         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
612         non-variable, too.
613
614         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
615         available.
616         (nnimap-update-info): Rely more on the current active than the param
617         active to avoid marking articles as read too much.
618
619         * auth-source.el (auth-source-create): Use (user-login-name) for the
620         user name default.
621
622         * nnimap.el (nnimap-update-info): If the server doesn't return any
623         useful info, just use the previous info.
624         (nnimap-update-info): Prefer old info over start-article.
625         (nnimap-update-qresync-info): Finish implementing QRESYNC.
626
627 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
628
629         * nnir.el (autoload): Clean up autoloads.
630         (nnir-imap-default-search-key): Renamed from
631         nnir-imap-search-field. Use key rather than value.
632         (nnir-imap-search-other): New variable.
633         (nnir-read-parm): Use it.
634         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
635         (gnus-summary-nnir-goto-thread): Modify to work with imap.
636
637 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
638
639         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
640         the process, too.
641
642 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
643
644         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
645         Allbery.
646
647         * shr.el: Rework the way things are indented by <li> slightly.
648
649         * gnus.el (gnus-group-set-parameter): Fix typo.
650
651         * nnimap.el: Start implementing QRESYNC support.
652
653 2010-10-09  Julien Danjou  <julien@danjou.info>
654
655         * nnir.el (nnir-engines): Fix too many arguments.
656
657 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
660         group is the "last", so that the backends like nnfolder actually save
661         their folders.
662
663         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
664         try to use that for the tls stream.
665         (nnimap-retrieve-group-data-early): Rework the marks code to heed
666         UIDVALIDITY and find out which groups are read-only and not.
667         (nnimap-get-flags): Use the same marks parsing code as the rest of
668         nnimap.
669
670 2010-10-09  Julien Danjou  <julien@danjou.info>
671
672         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
673
674         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
675         retrieving gravatars.
676
677         * shr.el (shr-table-corner): Add.
678         (shr-table-line): Add.
679         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
680
681 2010-10-08  Julien Danjou  <julien@danjou.info>
682
683         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
684
685 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
686
687         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
688
689         * gnus-sum.el (gnus-mark-article-as-unread)
690         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
691         (gnus-summary-set-bookmark): Use it.
692
693         * gnus-msg.el (gnus-setup-message): Use it.
694
695         * gnus-demon.el (gnus-demon-remove-handler): Use it.
696
697         * gnus.el (gnus-group-remove-parameter): Use it.
698
699         * gnus-group.el (gnus-group-make-web-group): Use it.
700
701         * gnus-demon.el (gnus-demon-remove-handler): Use it.
702
703         * nnregistry.el: Update docs to mention manual.
704
705         * gnus-registry.el: Update docs to mention nnregistry.el.
706         (gnus-registry-initialize): Don't install nnregistry refer method
707         automatically.
708         (gnus-registry-install-nnregistry): Remove it.
709
710 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
711
712         * shr.el (shr-insert): Don't insert double spaces.
713
714 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
715
716         * gnus-gravatar.el (gnus-treat-from-gravatar)
717         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
718         called interactively.
719
720         * gnus-art.el (gnus-mime-view-part-externally)
721         (gnus-mime-view-part-internally): Make predicate function passed to
722         gnus-mime-view-part-as-type assume argument is a mime type, not a list
723         of a mime type.
724
725         * shr.el (shr-table-widths): Don't use cl function `reduce'.
726
727 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
728
729         * shr.el (require): Require cl when compiling.
730         (shr-tag-hr): New function.
731
732         * nnimap.el (nnimap-update-info): Remove double setting of high.
733         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
734         makes nnimap work properly on Courier again.
735
736         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
737         the variable for backwards compatability.
738
739         * mm-decode.el (mm-save-part): If given a non-directory result, expand
740         the file name before using to avoid setting mm-default-directory to
741         nil.
742
743         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
744         bidning gnus-agent variables.
745
746         * shr.el (shr-render-td): Use a cache for the table rendering function
747         to avoid getting an exponential rendering behaviour in nested tables.
748         (shr-insert): Rework the line-breaking algorithm.
749         (shr-insert): Don't leave trailing spaces.
750         (shr-insert-table): Also insert empty TDs.
751         (shr-tag-blockquote): Ensure paragraphs after </ul>.
752
753 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
754
755         * gnus-sum.el (gnus-number): Rename from `number'.
756         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
757         (gnus-summary-limit-children): Update uses correspondingly.
758
759 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
762         (gnus-gravatar-transform-address): Don't show avatars of people of
763         which mail addresses match gnus-gravatar-too-ugly.
764
765 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
766
767         * shr.el (shr-table-widths): Expand TD elements to fill available
768         space.
769
770 2010-10-07  Julien Danjou  <julien@danjou.info>
771
772         * nnimap.el (nnimap-request-rename-group): Add this method.
773
774 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
775
776         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
777         name from XEmacs' function-arglist.
778
779         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
780         gravatar under XEmacs.
781
782 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
783
784         * auth-source.el: Update docs with TODO items.
785
786         * gnus-sync.el: Update docs to explain state and plans.
787
788         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
789         Hooks for mark updates.
790         (gnus-request-set-mark, gnus-request-update-mark): Use them.
791
792         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
793         hooks with arguments, which is needed for mark update hooks.
794
795 2010-10-06  Julien Danjou  <julien@danjou.info>
796
797         * gnus.el (gnus-expand-group-parameter): Only return and act on what
798         was matched.
799
800         * sieve-manage.el: Update example in `Commentary'.
801
802         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
803
804         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
805         not 2000.
806         (sieve-manage-authenticate): Re-add function.
807
808 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
809
810         * shr.el (shr-insert): Get 'space transition right.
811         (shr-render-td): Only delete space at the end of the TD.
812
813         * nnimap.el (nnimap-open-connection): Prepare to support
814         open-gnutls-stream.
815
816         * shr.el: Rearrange function order to be more logical.
817
818 2010-10-06  Julien Danjou  <julien@danjou.info>
819
820         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
821         (nnrss-discover-feed): Remove 404 URL in docstring.
822
823         * nnir.el: Fix Swish-E URL.
824         Fix Namazu URL.
825
826         * message.el (message-change-subject): Remove 404 URL in a comment.
827
828 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
829
830         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
831         called interactively.
832
833         * gnus-util.el (gnus-remove-if): Allow hash table.
834         (gnus-remove-if-not): New function.
835
836         * gnus-art.el (gnus-mime-view-part-as-type)
837         * gnus-score.el (gnus-summary-score-effect)
838         * gnus-sum.el (gnus-read-move-group-name):
839         Replace remove-if-not with gnus-remove-if-not.
840
841         * gnus-group.el (gnus-group-completing-read):
842         Regard collection as a hash table if it is not a list.
843
844 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
845
846         * shr.el (shr-render-td): Allow blank/missing <TD>s.
847
848         * shr.el: Document the table-rendering algorithm.
849
850 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
851
852         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
853         for Emacsen having no `libxml-parse-html-region' support.
854
855 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856
857         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
858         invalid URLs.
859
860         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
861         line-broken.
862         (shr-tag-img): Ignore image fetching errors.
863         (shr-overlays-in-region): Compute overlay positions correctly.
864
865         * mm-decode.el (mm-shr): Require shr.
866
867         * gnus-art.el (gnus-blocked-images): Move variable here.
868
869         * shr.el (shr-insert-table): Bind free variable.
870
871         * mm-decode.el (mm-shr): Bind shr-content-function.
872
873         * shr.el (shr-content-function): New variable.
874
875         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
876         added for symmetry.
877
878         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
879
880         * gnus-group.el (gnus-group-make-group): Doc fix.
881
882         * nnimap.el (nnimap-request-newgroups): Return success.
883
884         * shr.el (shr-find-elements): New function.
885         (shr-tag-table): Put all the images after the table.
886         (shr-tag-table): Really inhibit images inside the table.
887         (shr-collect-overlays): Copy over overlays from the TD elements to the
888         main document.
889
890         * mm-decode.el (mm-shr): Bind shr-blocked-images to
891         gnus-blocked-images.
892
893 2010-10-05  Julien Danjou  <julien@danjou.info>
894
895         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
896
897         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
898         (gnus-html-maximum-image-size): Add this function.
899         (gnus-html-put-image): Use gnus-html-maximum-image-size.
900
901         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
902         server-value of the capability is nil.
903
904 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * shr.el (shr-tag-em): Add <EM> tag.
907
908 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
909
910         * sieve-manage.el (sieve-manage-default-stream): Make default stream
911         customizable.
912
913         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
914         handing broken links to browse-url.
915
916 2010-10-05  Julien Danjou  <julien@danjou.info>
917
918         * gnus-util.el (gnus-emacs-completing-read)
919         (gnus-iswitchb-completing-read): Use autoload rather than require.
920
921 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
922
923         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
924         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
925         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
926         iswitchb-temp-buflist for XEmacs.
927
928         * gnus-util.el (gnus-completing-read-function): Exclude
929         gnus-icompleting-read and gnus-ido-completing-read from candidates for
930         XEmacs since iswitchb.el is very old and ido.el is unavailable in
931         XEmacs.
932
933         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
934         not to use `delete-dups' that is unavailable in XEmacs 21.4.
935
936         * gnus-html.el: Don't require help-fns under XEmacs.
937         (gnus-html-schedule-image-fetching): Work for XEmacs.
938
939         * mm-decode.el (mm-shr): Decode contents by charset.
940
941 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
944         unknown.
945
946         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
947         (shr-get-image-data): Ensure against the cache file missing.
948
949         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
950         for data.
951
952         * spam-report.el (spam-report-url-ping-plain): Don't query about
953         killing the process.
954
955         * shr.el (shr-render-td): Protect against too-wide text.
956
957 2010-10-04  Julien Danjou  <julien@danjou.info>
958
959         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
960         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
961
962         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
963         retrieved.
964
965 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
966
967         * shr.el (browse-url): Required.
968         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
969         lines.
970         (shr-show-alt-text, shr-browse-image): New commands.
971         (shr-browse-url, shr-copy-url): New commands.
972
973         * gnus-sum.el (gnus-widen-article-window): New variable.
974         (gnus-summary-select-article-buffer): Use it.
975
976         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
977         without @ signs.
978
979 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
980
981         * nnir.el (nnir-run-imap): Remove spurious space in search string.
982
983 2010-10-04  Julien Danjou  <julien@danjou.info>
984
985         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
986         for XEmacs.
987
988 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
989
990         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
991
992         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
993         (nnimap-close-server): Implement.
994
995         * dgnushack.el (iswitchb): Require to shut up the compiler.
996
997         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
998         (shr-insert): Tweak line breaking.
999         (shr-insert): Handle <pre> better.
1000         (shr-tag-li): Get <li> indentation right.
1001         (shr-tag-li): Get <li> indentation even righter.
1002         (shr-tag-blockquote): Ensure paragraph start.
1003         (shr-make-table): Tweak table generation.
1004         (shr-make-table): Fix typo.
1005
1006         * shr.el: Implement table rendering.
1007
1008 2010-10-04  Julien Danjou  <julien@danjou.info>
1009
1010         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1011
1012 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013
1014         * shr.el (shr-insert): Use string anchors instead of line anchors.
1015
1016 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017
1018         * shr.el: Add headings.
1019         (shr-ensure-paragraph): Actually work.
1020         (shr-tag-li): Make <ul> prettier.
1021         (shr-insert): Get white space at the beginning/end of elements right.
1022         (shr-tag-p): Collapse subsequent <p>s.
1023         (shr-ensure-paragraph): Don't insert double line feeds after blank
1024         lines.
1025         (shr-insert): \t is also space.
1026         (shr-tag-s): Fix "s" tag name function.
1027         (shr-tag-s): Fix face prop name.
1028
1029 2010-10-03  Julien Danjou  <julien@danjou.info>
1030
1031         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1032
1033         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1034         gnus-window-inside-pixel-edges.
1035
1036         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1037         gnus-ems.
1038
1039         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1040
1041         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1042         function.
1043
1044         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1045         resize choice.
1046
1047 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1048
1049         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1050         beginning of the buffer.
1051
1052         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1053         article buffer again.
1054
1055         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1056         buffer.
1057
1058         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1059         when it's at the start of the buffer.
1060
1061         * shr.el (shr-tag-blockquote): Convert name.
1062         (shr-rescale-image): Use the right image-size variant.
1063
1064         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1065         buffer isn't shown, then select the current article first instead of
1066         bugging out.
1067         (gnus-summary-select-article-buffer): Show both the article and summary
1068         buffers again.
1069
1070         * shr.el (shr-fontize-cont): Protect against regions with no text.
1071         Rename tag functions to shr-tag-* for enhanced security.
1072         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1073
1074 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1075
1076         * shr.el (shr-insert):
1077         * pop3.el (pop3-movemail):
1078         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1079         loaded.
1080
1081 2010-10-03  Glenn Morris  <rgm@gnu.org>
1082
1083         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1084
1085         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1086
1087         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1088
1089         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1090
1091         * gnus-util.el (gnus-make-local-hook): Simplify.
1092
1093 2010-10-02  Julien Danjou  <julien@danjou.info>
1094
1095         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1096         (gnus-ido-completing-read): New function.
1097         (gnus-emacs-completing-read): New function.
1098         (gnus-completing-read): Use gnus-completing-read-function.
1099         Add gnus-completing-read-function.
1100
1101 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1102
1103         * shr.el (shr-insert-document): Autoload.
1104         (shr-img): Be silent.
1105         (shr-insert): Add a newline after every picture before text.
1106         (shr-add-font): Use overlays for combining faces.
1107         (shr-insert): Pass upwards the text start point.
1108
1109         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1110         possible.
1111         (mm-shr): New function.
1112
1113 2010-10-02  Julien Danjou  <julien@danjou.info>
1114
1115         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1116         should go backward.
1117
1118 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1119
1120         * shr.el (shr): Fix typo in provide call.
1121
1122 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * shr.el: New file.
1125
1126         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1127
1128         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1129         completing read.
1130
1131 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1132
1133         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1134         we're being queried about.  Suggested by Dan Jacobson.
1135
1136         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1137         by Jason Eisner.
1138
1139         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1140         table, too.  Suggested by Stefan Wiens.
1141         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1142         the table unnecessary.  Suggested by Stefan Wiens.
1143
1144         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1145         longer needed, and probably doesn't work either, as pointed out by
1146         Stefan Wiens.
1147         (gnus-summary-exit): Remove call to the clearing function.
1148         (gnus-summary-exit-no-update): Ditto.
1149
1150         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1151         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1152         Reported by Stefan Monnier.
1153         (gnus-summary-save-in-rmail): Ditto.
1154
1155         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1156         article buffer, instead of both the article buffer and the summary
1157         buffer.  Sort of suggested by Dan Jacobson.
1158
1159         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1160
1161         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1162         Suggested by Dan Jacobson.
1163
1164         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1165         documentation clearer.
1166
1167         * message.el (message-shorten-references): Comment on the number "21".
1168         Suggested by Stefan Monnier.
1169
1170         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1171         Suggested by Dan Jacobson.
1172
1173         * gnus.el (gnus-large-newsgroup): Mention
1174         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1175
1176         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1177         externalize attachments.  Bug reported by Steve Wen.
1178
1179         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1180         really message anything to the user.
1181
1182         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1183         directly.
1184
1185         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1186         messages in empty groups.
1187
1188 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1189
1190         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1191         non-UIDNEXT group.
1192
1193 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1194
1195         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1196         not the value from the collection.
1197
1198         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1199         values.  This sometimes happens on some groups that have no info.
1200         (nnimap-request-newgroups): New function.
1201
1202 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1203
1204         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1205         check into `gnus-registry-initialize'.
1206         (gnus-registry-initialize): Ditto.
1207         Fix and extend header docs.
1208
1209 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210
1211         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1212         regexp backtrace overflows.
1213
1214         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1215         for starttls that tls.el implements; i.e. openssl.
1216
1217         * tls.el (tls-starttls-switches): Give up on using starttls with
1218         gnutls-cli.
1219         (tls-program): Add --insecure to be consistent with the defaults from
1220         openssl s_client.  Now all three commands are insecure.
1221
1222 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * lpath.el: Bind completion-styles-alist for XEmacs.
1225
1226         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1227         (gravatar-create-image): New function that's an alias to
1228         gnus-xmas-create-image, gnus-create-image, or create-image.
1229         (gravatar-data->image): Use it.
1230
1231 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1232
1233         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1234         install the nnregistry refer method.
1235         (gnus-registry-install-hooks): Use it.
1236         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1237         unfollowed groups.
1238
1239 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1240
1241         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1242         expanding threads.
1243
1244 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * nnir.el: Use the server names without suffixes (bug #7009).
1247
1248         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1249         unencrypted to STARTTLS, if possible.
1250
1251 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1252
1253         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1254         headers before superseding.
1255
1256 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1257
1258         * nnrss.el (nnrss-use-local): Add documentation.
1259
1260         * nnimap.el (nnimap-extend-tls-programs): New function.
1261         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1262         (nnimap-wait-for-connection): Accept the greeting from the stupid
1263         output from openssl s_client -starttls, too.
1264
1265         * tls.el (tls-starttls-switches): New variable.
1266         (tls-find-starttls-argument): Use it.
1267         (open-tls-stream): Ditto.
1268
1269         * netrc.el (netrc-credentials): Return the value of the "default"
1270         entry.
1271         (netrc-machine): Ditto.
1272
1273         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1274         article number.
1275         (nnimap-split-fancy): New variable.
1276         (nnimap-split-incoming-mail): Use it.
1277
1278         * nntp.el (nntp-server-list-active-group): Document.
1279
1280         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1281         SELECT to get the message-id.
1282
1283         * mail-source.el (mail-sources): Removed webmail support.
1284         (defvar): Ditto.
1285         (mail-source-fetcher-alist): Ditto.
1286         (mail-source-fetch-webmail): Removed.
1287
1288         * webmail.el: Removed -- doesn't seem relevant any more.
1289
1290         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1291
1292         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1293         the \r.
1294
1295 2010-09-30  Julien Danjou  <julien@danjou.info>
1296
1297         * gnus-agent.el (gnus-agent-add-group): Fix call to
1298         gnus-completing-read.
1299
1300 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1301
1302         * nndoc.el (nndoc-retrieve-groups): New function.
1303
1304         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1305         `default', use nnmail-split-methods.
1306         (nnimap-request-article): Downcase the NILs so that they are nil.
1307
1308         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1309         symbol.
1310
1311         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1312         code, since if the user has requested network, that's what they ought
1313         to get.
1314         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1315         (nnimap-split-rule): Mark as obsolete.
1316
1317         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1318         variable.
1319
1320         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1321         correct slot, too.
1322
1323 2010-09-29  Julien Danjou  <julien@danjou.info>
1324
1325         * gnus.el (gnus-local-domain): Declare variable obsolete.
1326
1327         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1328         computing.
1329         (gnus-ido-completing-read): Require ido.
1330
1331 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332
1333         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1334         build Gnus.
1335
1336         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1337         when interpreting the structures.
1338         (nnimap-request-accept-article): Add \r\n to the lines to make this
1339         work with Cyrus.
1340
1341         * nndraft.el (nndraft-request-expire-articles): Use the group name
1342         instead if "nndraft".  Fix found by Nils Ackermann.
1343
1344 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1345
1346         * nnregistry.el: Added.
1347
1348 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1349
1350         * nnmail.el (group, group-art-list, group-art):
1351         Remove unneeded directives.
1352
1353 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1354
1355         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1356         (mm-mime-charset)
1357         * rfc2047.el (rfc2047-syntax-table)
1358         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1359
1360         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1361         rather than `insert-file-contents' and `eval-region'.
1362
1363         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1364         construction.
1365
1366         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1367
1368         * time-date.el: No need to require cl for Emacs 21.
1369
1370 2010-09-29  Julien Danjou  <julien@danjou.info>
1371
1372         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1373         replacement of `gnus-gravatar-relief' to mimic
1374         `gnus-faces-properties-alist'.
1375         Add :version property.
1376
1377 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1378
1379         * mail-source.el (mail-source-report-new-mail)
1380         * message.el (message-default-mail-headers)
1381         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1382
1383         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1384
1385 2010-09-28  Julien Danjou  <julien@danjou.info>
1386
1387         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1388         mail-address contains the same string as real-name.
1389
1390         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1391         non-blank in header, otherwise it'll get stripped.
1392
1393         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1394         real-name, and then for mail address rather than doing : or , search.
1395
1396 2010-09-27  Julien Danjou  <julien@danjou.info>
1397
1398         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1399         (gnus-server-goto-server): Use gnus-completing-read.
1400
1401         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1402
1403         * mm-util.el (defalias): Use gnus-completing-read.
1404         (mm-codepage-setup): Use gnus-completing-read.
1405
1406         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1407         (smime-decrypt-buffer): Use gnus-completing-read.
1408
1409         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1410
1411         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1412         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1413         (mml-insert-multipart): Use gnus-completing-read.
1414
1415         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1416
1417         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1418
1419         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1420
1421         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1422
1423         * gnus.el (gnus-read-method): Use gnus-completing-read.
1424
1425         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1426
1427         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1428         (gnus-mime-action-on-part): Use gnus-completing-read.
1429         (gnus-article-encrypt-body): Use gnus-completing-read.
1430
1431         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1432         (gnus-topic-move-matching): Use gnus-completing-read.
1433         (gnus-topic-copy-matching): Use gnus-completing-read.
1434         (gnus-topic-sort-topics): Use gnus-completing-read.
1435         (gnus-topic-move): Use gnus-completing-read.
1436
1437         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1438         (gnus-agent-add-group): Use gnus-completing-read.
1439
1440         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1441         gnus-completing-read.
1442         (nnmairix-update-groups): Use gnus-completing-read.
1443         (nnmairix-get-server): Use gnus-completing-read.
1444         (nnmairix-backend-to-server): Use gnus-completing-read.
1445         (nnmairix-goto-original-article): Use gnus-completing-read.
1446         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1447
1448         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1449
1450         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1451         (gnus-group-make-useful-group): Use gnus-completing-read.
1452         (gnus-group-make-web-group): Use gnus-completing-read.
1453         (gnus-group-add-to-virtual): Use gnus-completing-read.
1454         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1455
1456         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1457         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1458         (gnus-summary-execute-command): Use gnus-completing-read.
1459         (gnus-summary-respool-article): Use gnus-completing-read.
1460         (gnus-read-move-group-name): Use gnus-completing-read.
1461
1462         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1463         (gnus-summary-score-effect): Use gnus-completing-read.
1464
1465         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1466
1467         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1468         right completing-read function.
1469         (gnus-use-ido): New variable
1470         (gnus-completing-read-with-default): Remove.
1471
1472 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1473
1474         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1475         x-focus-frame.
1476
1477         * nnimap.el (auth-source-forget-user-or-password)
1478         (auth-source-user-or-password): Autoload.
1479
1480         * message.el (message-from-style, message-interactive)
1481         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1482         (message-yank-prefix, message-indentation-spaces, message-signature)
1483         (message-signature-file): Add comment.
1484
1485 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1486
1487         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1488         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1489         new articles.
1490
1491         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1492         parts.
1493         (nnimap-request-article): Work with the t setting, too.
1494
1495         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1496         that you don't get flashes of other buffers.
1497         (gnus-summary-show-complete-article): Intern before setting.
1498
1499 2010-09-27  David Engster  <dengste@eml.cc>
1500
1501         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1502         well as HEADERS.
1503         (nnmairix-retrieve-headers): Provide new argument for the above.
1504
1505 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1506
1507         * gnus-sum.el (gnus-summary-move-article): Don't alter
1508         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1509         group.
1510
1511         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1512
1513         * message.el (message-cite-prefix-regexp): Revert my last edit.
1514
1515         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1516         variable instead of the Gnus variable.
1517
1518         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1519
1520         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1521         again.
1522
1523         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1524         since some servers don't like it.
1525         (nnimap-open-connection): Forget credentials if the server says the
1526         password was wrong.
1527         (nnimap-parse-line): Protect against invalid data.
1528
1529         * gnus-sum.el (gnus-summary-move-article): Add comment.
1530         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1531         nothing alters it while scanning for new messages.
1532
1533         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1534         which may or may not help.
1535         (nnimap-open-connection): If we're doing a stream connection, and then
1536         discover we're on a STARTTLS-capable server, then open a STARTTLS
1537         connection instead.
1538
1539 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1540
1541         * nnimap.el (utf7): Required.
1542
1543         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1544         prefix.
1545
1546 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1547
1548         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1549
1550 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1551
1552         * nnimap.el (nnimap-request-accept-article): Message the error on
1553         error.
1554
1555 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1556
1557         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1558
1559 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1560
1561         * nndoc.el (nndoc-request-list): Return success always.
1562
1563         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1564         `fetch-old' -- we only want to fetch the articles we've requested.  The
1565         rest are in the agent, probably.
1566         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1567         disappeared server" to something low.  It's not important.
1568
1569         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1570         arrived before the FETCH data.
1571
1572         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1573         target here, because we don't know the Gnus name of the group.
1574
1575         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1576         for the correct group.
1577
1578         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1579
1580         * gnus.el (gnus): Give a final warning after startup.
1581
1582         * gnus-util.el (gnus-action-message-log): New variable.
1583         (gnus-message): Use it.
1584         (gnus-final-warning): New function.
1585
1586         * nnimap.el (nnimap-open-connection): Record the greeting.
1587         (nnimap): Add greeting.
1588
1589 2010-09-26  Julien Danjou  <julien@danjou.info>
1590
1591         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1592         arguments.
1593         (gnus-html-wash-images): Fix spec computing to include start/end.
1594
1595         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1596
1597 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1598
1599         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1600         deletion.
1601         (nnimap-retrieve-headers): Don't select the group, because that's
1602         already done by nnimap-possibly-change-group.
1603
1604         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1605         (gnus-picon-transform-address): Use it.
1606
1607         * mail-source.el (mail-source-value): Revert previous patch.
1608
1609         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1610         on failure.
1611         (nnimap-open-connection): Look up both virtual and physical server name
1612         credentials.
1613
1614         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1615
1616 2009-02-07  Dave Love  <fx@gnu.org>
1617
1618         * tls.el (open-tls-stream): Don't query killing process.
1619
1620 2009-02-08  Dave Love  <fx@gnu.org>
1621
1622         * gnus-win.el (gnus-window-to-buffer-helper,
1623         gnus-all-windows-visible-p): Function needn't be a symbol.
1624
1625         * mail-source.el (mail-source-value): Function needn't be a symbol.
1626
1627 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1628
1629         * message.el (message-cite-prefix-regexp): Remove } from the cite
1630         prefix.
1631
1632         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1633         highlight again, so that the highlight is correct.
1634
1635         * gnus-picon.el (gnus-picon): Remove again.
1636         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1637
1638         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1639         doing the header highlightling, so that the background colour of the
1640         picon is correct.
1641
1642         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1643         (gnus-picon): Ditto.
1644         (gnus-picon): Reinstate.  The background colour for picons is white.
1645         (gnus-picon-insert-glyph): Make the background white.
1646
1647         * nnml.el (nnml-open-nov): Don't return dead buffers.
1648
1649         * auth-source.el (auth-source-create): Query the user for whether to
1650         store the credentials.
1651
1652         * netrc.el (netrc-store-data): New function.
1653
1654         * auth-source.el (auth-source-user-or-password): Use the existing auth
1655         sources, if any, for creation.
1656
1657         * gnus.el (gnus-group-fast-parameter): Return the last matching
1658         parameter instead of the first matching parameter.
1659
1660 2010-09-26  Julien Danjou  <julien@danjou.info>
1661
1662         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1663
1664 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1665
1666         * mml2015.el (mml2015-use): Remove gpg support.
1667
1668         * mml1991.el (mml1991-function-alist): Remove gpg function.
1669         (mml1991-gpg-sign): Removed.
1670
1671 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1672
1673         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1674         (gnus-browse-unsubscribe-current-group): Document it.
1675         (gnus-browse-unsubscribe-group): Use it.
1676
1677 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1678
1679         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1680         address to the To list for easier response.
1681
1682         * gnus.el (gnus-play-startup-jingle): Removed.
1683         (gnus-splash): Don't play jingle.
1684         (gnus): Silence gnus-load message.
1685
1686         * gnus-art.el (gnus-treat-play-sounds): Removed.
1687
1688         * gnus.el (gnus-play-jingle): Remove audio support.
1689
1690         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1691
1692         * earcon.el: Removed -- no users.
1693
1694         * gnus-audio.el: Removed -- no users of this package.
1695
1696         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1697
1698         * gnus-start.el (gnus-setup-news): Remove nocem support.
1699
1700         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1701
1702         * gnus.el (gnus-use-nocem): Removed.
1703
1704         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1705         Removed.
1706
1707         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1708         uses NoCeM any more.
1709
1710         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1711         (gnus-button-ctan-handler): Ditto.
1712         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1713         (gnus-button-ctan-directory-regexp): Ditto.
1714         (gnus-button-handle-ctan): Ditto.
1715         (gnus-button-tex-level): Ditto.
1716         (gnus-button-alist): Removed CTAN stuff.
1717
1718 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1719
1720         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1721         nnimap-streaming test.
1722
1723         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1724         servers twice.
1725
1726         * nnimap.el (nnimap-open-connection): Add more error reporting when
1727         nnimap fails early.
1728
1729         * nnheader.el (nnheader-get-report-string): New function.
1730         (nnheader-get-report): Use it.
1731
1732         * gnus-int.el (gnus-check-server): Say what the error was when opening
1733         failed.
1734
1735         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1736         using streaming.
1737
1738 2010-09-25  Julien Danjou  <julien@danjou.info>
1739
1740         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1741         gnus-window-inside-pixel-edges.
1742
1743 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1744
1745         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1746
1747         * mm-decode.el (mm-save-part): Allow saving to other directories the
1748         normal Emacs way.
1749
1750         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1751         by Jay Berkenbilt.
1752
1753         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1754         there isn't a single byte.
1755
1756         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1757         just do it.  It doesn't really seem to matter what the user responds
1758         here, I think, so it's just a confusing question.
1759
1760         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1761         non-streaming case.
1762
1763         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1764         (gnus-article-encrypt-body): Use it.
1765
1766         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1767         keystroke.
1768
1769         * nnimap.el (nnimap-find-wanted-parts-1): Use
1770         gnus-fetch-partial-articles.
1771
1772         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1773
1774         * nnimap.el (nnimap-insert-partial-structure): New function.
1775         (nnimap-get-partial-article): New function.
1776         (nnimap-request-article): Use it.
1777         (nnimap-wait-for-response): Return whether the wait was successful.
1778         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1779         retrieval wasn't successful.
1780         (nnimap-retrieve-group-data-early): Allow throttling servers.
1781         (nnimap-streaming): New variable.
1782         (nnimap-fetch-partial-articles): Removed.
1783
1784         * mm-decode.el (mm-with-part): Protect against killed buffers.
1785
1786         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1787         for prettier summary display.
1788
1789 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1790
1791         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1792         directly.
1793
1794 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795
1796         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1797         apparently third-party libraries depend on it.
1798
1799         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1800         before starting negotiation.
1801
1802         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1803         privacy reasons.
1804         (gnus-treat-mail-gravatar): Ditto.
1805
1806         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1807         buffer when inserting images.  Inserting text into the headers, for
1808         instance, can make them invalid.
1809
1810 2010-09-25  Julien Danjou  <julien@danjou.info>
1811
1812         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1813         variables.
1814
1815         * nnheader.el: Remove useless variables news-reply-yank-from and
1816         news-reply-yank-message-id.
1817
1818         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1819         variables.
1820
1821         * mml1991.el: Remove useless mml1991-verbose.
1822
1823         * gnus.el: Remove useless variable gnus-use-generic-from.
1824         Remove obsolete variable gnus-topic-indentation.
1825
1826         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1827
1828         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1829
1830         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1831
1832         * gnus-group.el: Remove useless gnus-group-icon-cache.
1833         Remove useless gnus-ephemeral-group-server.
1834
1835         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1836
1837         * mml2015.el: Remove useless mml2015-verbose.
1838
1839         * mml-smime.el: Remove useless mml-smime-verbose.
1840
1841         * gnus.el: Remove useless gnus-local-domain.
1842
1843         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1844         gnus-gravatar-size.
1845
1846         * gnus-art.el: Remove useless gnus-treat-translate.
1847
1848 2010-09-24  Julien Danjou  <julien@danjou.info>
1849
1850         * gnus-sum.el: Add support for Gravatars.
1851
1852         * gnus-art.el: Add support for Gravatars.
1853
1854         * gnus-gravatar.el: Add this file.
1855
1856         * gravatar.el: Add this file.
1857
1858 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1859
1860         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1861
1862         * gnus-group.el (gnus-group-fetch-faq): Removed.
1863
1864         * gnus.el (gnus-group-faq-directory): Removed.
1865
1866         * gnus-group.el (gnus-group-fetch-charter): Removed.
1867
1868         * gnus.el (gnus-group-charter-alist): Removed.
1869
1870         * gnus-group.el (gnus-group-archive-directory): Removed.
1871         (gnus-group-recent-archive-directory): Ditto.
1872         (gnus-group-make-archive-group): Removed.
1873
1874         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1875
1876         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1877         use the same article number for all the cached articles.
1878
1879         * nnimap.el (nnimap-command): Register the last command time so
1880         that we can use it for idling NOOPs.
1881         (nnimap-open-connection): Start the keeplive timer.
1882         (nnimap-make-process-buffer): Store all the process buffers.
1883         (nnimap-keepalive): New function.
1884
1885         * starttls.el: (starttls-open-stream): Add autoload cookie.
1886
1887 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1888
1889         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1890         handling.
1891
1892 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893
1894         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1895         its data structures.
1896
1897         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1898         instead of the cl.el copy-list.
1899         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1900         equalp.
1901
1902 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1903
1904         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1905         and tool-bar-local-item-from-menu.
1906
1907         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1908         mode-line-highlight face for Emacs.
1909
1910         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1911         loading gnus-sum.elc; fix comment for canlock-verify.
1912         (gnus-article-jump-to-part): Use read-number.
1913         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1914         Emacs pre-21 compatible code for help-echo.
1915         (gnus-article-next-page-1): No need to adjust the number of lines.
1916         (gnus-article-describe-bindings): Always use help-buffer.
1917
1918         * gnus-audio.el (gnus-audio-inline-sound)
1919         * gnus-cus.el (gnus-custom-mode)
1920         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1921
1922         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1923
1924         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1925         compatible code.
1926
1927 2010-09-24  Glenn Morris  <rgm@gnu.org>
1928
1929         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1930         visiting the fcc file in rmail-mode.
1931
1932         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1933
1934 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * nnir.el: Silence the byte compiler.
1937
1938         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1939         alias to browse-url-url-encode-chars if any.
1940         (gnus-html-encode-url): Use it.
1941
1942 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1943
1944         * gnus-start.el (gnus-use-backend-marks): New variable.
1945         (gnus-get-unread-articles-in-group): Use it.
1946
1947         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1948         makeover.
1949
1950 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1951
1952         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1953
1954 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1957         Removed.
1958         (gnus-setup-news-hook): Removed
1959         gnus-fixup-nnimap-unread-after-getting-new-news.
1960
1961         * gnus-int.el (gnus-request-update-info): Protect against backends not
1962         having the function.
1963
1964         * nnimap.el (nnimap-stream): Mention starttls.
1965         (nnimap-open-connection): Add starttls support.
1966
1967 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1968
1969         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1970
1971 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972
1973         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1974         BODYSTRUCTUREs.
1975         (nnimap-transform-headers): Unfold quoted {42} headers.
1976
1977         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1978         the info.
1979         (gnus-get-unread-articles): Only call updatep on backends that support
1980         it.
1981
1982         * nnweb.el (nnweb-request-update-info): NOOP.
1983
1984         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1985
1986         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1987         since it only deals with marks.
1988
1989         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1990         gnus-request-marks, and make a new gnus-request-update-info.
1991
1992         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1993         the active instead of the high number, which is usually too low.
1994
1995 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1996
1997         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1998         * encrypt.el: Removed.
1999
2000 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2001
2002         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2003         server in symbolic form.
2004
2005         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2006         0.9.
2007
2008 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2009
2010         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2011         (nnimap-update-info): Fix up code slightly.
2012
2013         * gnus-int.el (gnus-open-server): Add tracing for performance
2014         debugging.
2015
2016         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2017         (gnus-group-insert-group-line): Pass the real group name so that it
2018         gets the right data.
2019
2020         * gnus-start.el (gnus-get-unread-articles): Don't have
2021         `gnus-get-unread-articles-in-group' update info, since that can be
2022         really slow and doesn't seem to be needed?
2023
2024 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2025
2026         * time-date.el (date-to-time): Try using parse-time-string first before
2027         using the slower timezone-make-date-arpa-standard.
2028
2029 2010-09-22  Julien Danjou  <julien@danjou.info>
2030
2031         * gnus-group.el (gnus-group-insert-group-line): Call
2032         gnus-group-highlight-line.
2033         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2034         default hook list.
2035         (gnus-group-update-eval-form): Add new function.
2036         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2037         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2038
2039 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2040
2041         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2042         immediate, then expire all articles.
2043         (nnimap-update-info): Fix off-by-one errors.
2044         (nnimap-flags-to-marks): Would return no marks lists for group with no
2045         flags.  Instead return the other data.
2046
2047 2010-09-22  Julien Danjou  <julien@danjou.info>
2048
2049         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2050         Only return an icon.
2051         (gnus-group-insert-group-line): Compute icon to return.
2052
2053         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2054         variable.
2055         (gnus-html-image-fetched): Only cache if
2056         gnus-html-image-automatic-caching is set.
2057         (gnus-html-image-fetched): Check for errors.
2058
2059 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2062         once per method on `g'.  This ensures that backends like nnfolder don't
2063         open all their folders.
2064
2065         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2066         (nnimap-request-list): Nix out group in the correct buffer.
2067         (nnimap-parse-flags): Implement by using `read' instead of
2068         hand-parsing.
2069         (nnimap-flags-to-marks): Pass on permanent-flags.
2070         (nnimap-make-process-buffer): Record the server name.
2071         (nnimap-parse-flags): Fix typo.
2072         (nnimap-request-scan): Run split on the server in general, not just a
2073         single group.
2074
2075         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2076         parameter, and propagate this downwards.
2077
2078         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2079         since EXAMINE changes it on the server.
2080
2081         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2082         this command might take a while.
2083
2084 2010-09-22  Julien Danjou  <julien@danjou.info>
2085
2086         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2087         harmful if you have 2 images side-by-side, they can't be properly
2088         update on text deletion.  Using text-property is safer here.
2089         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2090         data.
2091
2092 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2093
2094         * nnimap.el (nnimap-expunge-inbox): Removed.
2095         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2096         (nnimap-expunge): Flip default to t.
2097
2098         * gnus.el (gnus-method-to-server): Don't push things to the cache
2099         unless it's unique.
2100         (gnus-server-to-method): Ditto.
2101
2102 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2103
2104         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2105
2106 2010-09-22  Julien Danjou  <julien@danjou.info>
2107
2108         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2109         get the start of data.
2110         (gnus-html-encode-url): Add this function to encode special chars in
2111         URL.
2112         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2113         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2114
2115         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2116         default.
2117         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2118
2119         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2120         images alt-text.
2121         (gnus-html-put-image): Put alt-text as help-echo.
2122
2123 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2126         * mm-util.el (mm-decompress-buffer)
2127         * nnir.el (nnir-run-find-grep)
2128         * pop3.el (pop3-list): Use 3rd arg of split-string.
2129
2130         * time-date.el (format-seconds): Comment fix.
2131
2132         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2133         and byte-optimize-form-code-walker.
2134         (dgnushack-make-auto-load): Don't advise make-autoload.
2135
2136         * lpath.el: Remove Emacs 21 stuff.
2137
2138 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2139
2140         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2141         outside the active range.  Suggested by Dan Christensen.
2142
2143         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2144         slightly later to avoid double-getting it.
2145
2146         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2147         previous patch.
2148
2149         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2150
2151 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2152
2153         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2154
2155 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2156
2157         * gnus-int.el (gnus-open-server): Give a better error message in the
2158         "go offline" case.
2159
2160         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2161         marks for nnimap, which is seldom the right thing to do.
2162
2163         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2164         (gnus-same-method-different-name): New function.
2165
2166         * nnimap.el (parse-time): Require.
2167
2168         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2169         method in the presence of many similar methods.
2170
2171         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2172
2173         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2174         nnml-inhibit-expiry.
2175
2176         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2177         find out whether methods are equal.
2178
2179         * nnimap.el (nnimap-find-expired-articles): New function.
2180         (nnimap-process-expiry-targets): New function.
2181         (nnimap-request-move-article): Request the article before looking at
2182         what the Message-ID is.  Fix found by Andrew Cohen.
2183         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2184
2185         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2186         for oldness in addition to being a predicate.
2187
2188         * nnimap.el (nnimap-request-group): When we have zero articles, return
2189         the right data to Gnus.
2190         (nnimap-request-expire-articles): Only delete articles immediately if
2191         the target is 'delete.
2192
2193         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2194         method, this would bug out.
2195
2196         * gnus-group.el (gnus-group-expunge-group): Renamed from
2197         gnus-group-nnimap-expunge, and implemented as a normal interface
2198         function.
2199
2200         * gnus-int.el (gnus-request-expunge-group): New function.
2201
2202         * nnimap.el (nnimap-request-create-group): Implement.
2203         (nnimap-request-expunge-group): New function.
2204
2205 2010-09-21  Julien Danjou  <julien@danjou.info>
2206
2207         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2208         (gnus-html-cache-expired): Add new function.
2209         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2210         wethever we should display image for fetch it.
2211         Compute alt-text earlier to pass it to the fetching function too.
2212         (gnus-html-schedule-image-fetching): Change function argument to only
2213         get one image at a time, not a list.
2214         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2215         cache.
2216         (gnus-html-get-image-data): New function to retrieve image data from
2217         cache.
2218         (gnus-html-put-image): Change buffer argument to use image data rather
2219         than file, and place image above region rather than inserting a new
2220         one. Do not take alt-text as argument, since it's useless now: we place
2221         the image above alt-text.
2222         (gnus-html-prune-cache): Remove.
2223         (gnus-html-show-images): Start to fetch image when we find one, do not
2224         push into a temporary list.
2225         (gnus-html-prefetch-images): Only fetch image if they have expired.
2226         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2227         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2228
2229 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2230
2231         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2232
2233 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2234
2235         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2236         spec inser "*" if the group isn't active instead of 0.
2237
2238         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2239         opening the server.
2240         (nnimap-request-delete-group): Implement group deletion.
2241         (nnimap-transform-headers): Return the size of the entire message in
2242         the Bytes header, not just the size of the first part.
2243         (nnimap-request-move-article): When moving an article from nnimap,
2244         request the article first so the accepting form has an article to
2245         accept.  Reported by Dan Christensen.
2246         (nnimap-command): Make sure that the error message doesn't error out.
2247
2248 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2249
2250         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2251         we haven't requested anything.
2252
2253 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2254
2255         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2256         "".  Fix found by Andrew Cohen.
2257
2258         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2259         instead of -encode-string.
2260
2261 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2262
2263         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2264
2265         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2266         by mm-subst-char-in-string.
2267
2268 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269
2270         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2271         waiting for the connection string.
2272
2273         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2274         arriving.
2275
2276         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2277         bogus characters.  This allows selecting certain Gmail groups.
2278
2279         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2280         (nnimap-fetch-partial-articles): New variable.
2281         (nnimap-open-connection): When looking for credentials, also use the
2282         nnimap-server-port.
2283         (nnimap-request-article): Return the group/article number, so that Gnus
2284         `^' works as expected.
2285         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2286         them.
2287
2288         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2289         comments.
2290         (gnus-methods-sloppily-equal): New function.
2291         (gnus): When using the development version of Gnus, load the gnus-load
2292         file.
2293
2294         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2295         `gnus-open-server' on each method before trying to scan them etc.  This
2296         ensures that all the backend parameters are set correctly.
2297
2298         * nnimap.el (nnimap-authenticator): New variable.
2299         (nnimap-open-connection): Allow anonymous login.
2300         (nnimap-transform-headers): The chars header is called Chars not
2301         Bytes.
2302         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2303         drops.
2304
2305         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2306         patch, found by Knut Anders Hatlen.
2307
2308 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2309
2310         * gnus-agent.el (gnus-agent-batch-confirmation)
2311         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2312         to gnus-message.
2313         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2314         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2315         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2316         * gnus-int.el (gnus-open-server): Likewise.
2317         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2318         (gnus-score-check-syntax): Likewise.
2319         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2320         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2321         Likewise.
2322         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2323
2324 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2325
2326         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2327         calling conventions so that prefetch doesn't bug out.
2328
2329 2010-09-19  Julien Danjou  <julien@danjou.info>
2330
2331         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2332         rather than `subst-char-in-region' in order to be able to replace ASCII
2333         char by UTF-8 ones.
2334
2335         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2336         than curl.
2337         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2338         the right URL and ALT text on images.
2339         (gnus-html-wash-tags): Fix tag case.
2340         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2341         (gnus-article-html): Add -o display_ins_del=2 option.
2342         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2343
2344 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2347         the extra mail headers, which sometimes seem to happen for unknown
2348         reasons.
2349
2350         * mail-parse.el (mail-header-encode-parameter): Define as
2351         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2352         (or most, perhaps?) mail readers don't understand the latter, but do
2353         understand the former.
2354
2355         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2356         to nil, so that no methods are automatically agentized.  I think this
2357         is probably what most users want.
2358
2359         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2360         from url-retrieve, for instance about invalid URLs.
2361
2362         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2363         groups that have no articles.
2364         (nnimap-request-article): Check that we really got an article when we
2365         requested one.
2366
2367         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2368         doesn't exist.
2369
2370         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2371         nntp buffer so the agent can save it.
2372         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2373         that CRLF doesn't get translated to \n.
2374         (nnimap-open-connection): Don't make 'shell commands only send \n.
2375
2376 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2377
2378         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2379         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2380         Update var name.
2381         (nnml-generate-nov-file): Use dolist.
2382         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2383         Use with-current-buffer.
2384
2385 2010-09-18  Julien Danjou  <julien@danjou.info>
2386
2387         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2388         parallel.
2389
2390 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391
2392         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2393         the range update right.
2394         (nnimap-request-group): Don't make `M-g' bug out on group with no
2395         marks.
2396         (nnoo): Required, so that other packages can require nnimap.
2397         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2398         command we're looking for.  This helps when the server sends more
2399         responses after we've gotten everything we expected.
2400         (nnimap): Add a `newlinep' field to keep track of end-of-line
2401         conventions.
2402         Don't send CRLF to things that don't want it.
2403         (nnimap-request-accept-article): Ditto.
2404
2405 2010-09-18  Julien Danjou  <julien@danjou.info>
2406
2407         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2408         than curl to retrieve images.
2409
2410 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2411
2412         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2413         the marks.
2414         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2415         (nnimap-wait-for-connection): New function.
2416         (nnimap-open-connection): If we have PREAUTH, don't query for login
2417         credentials.
2418         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2419         when doing a partial update.
2420
2421 2010-09-18  Julien Danjou  <julien@danjou.info>
2422
2423         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2424         tags.
2425
2426 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2427
2428         * nnimap.el (nnimap-credentials): New function.
2429         (nnimap-open-connection): Use the new function to look for credentials
2430         also on the numeric equivalents of "imap" and "imaps".
2431
2432         * gnus-start.el (gnus-activate-group): Send the info to
2433         gnus-request-group.
2434
2435         * nnimap.el (nnimap-request-group): Have the "check" version of the
2436         function parse flags and update the info, so that a `M-g' get a total
2437         resync of all flags from the group.
2438
2439         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2440         to allow backends to alter the info on group selection.  Also alter all
2441         the backend -request-group functions to take the parameter.
2442
2443         * nnimap.el (nnimap-store-info): New function.
2444         (nnimap-update-info): Store the info for later usage.
2445         (nnimap-request-group): Use the stored info for the dont-check case, so
2446         that we don't retrieve all marks when we enter a group.
2447
2448         * nnimap.el: Use deffoo instead of defun for interface functions.
2449
2450         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2451         update the group info.  This makes the nndraft groups, for instance, go
2452         back to their old behaviour.
2453
2454         * gnus-sum.el (gnus-select-newsgroup): Indent.
2455
2456         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2457         in.
2458         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2459         nothing.
2460
2461         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2462         from methods that are denied.
2463
2464         * gnus-int.el (gnus-method-denied-p): New function.
2465
2466         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2467         store the password instead of netrc.
2468         (nnimap-open-connection): Don't error out when we can't make a
2469         connections.
2470
2471         * auth-source.el (auth-source-create): In the password prompt, say what
2472         we're querying for.  Also prompt for user name if that hasn't been
2473         given.
2474
2475         * nnimap.el (nnimap-with-process-buffer): Removed.
2476
2477 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478
2479         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2480         method when we're reading from the agent.
2481
2482         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2483
2484         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2485         that's probably most useful for users.
2486
2487         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2488         "failed" all the time.
2489
2490         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2491         ...)) with (with-current-buffer ... ).
2492
2493         * nntp.el (nntp-open-server): Return whether the open was successful or
2494         not.
2495
2496         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2497         select an unread unseen article first.
2498
2499         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2500         /etc/services, supply some sensible port defaults.
2501
2502         * dgnushack.el: Define netrc-credentials.
2503
2504 2010-09-17  Julien Danjou  <julien@danjou.info>
2505
2506         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2507
2508 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2509
2510         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2511         doesn't have any parameters.
2512
2513 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2514
2515         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2516         only upcased checks.
2517
2518         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2519
2520         * nnimap.el (nnimap-open-shell-stream): New function.
2521         (nnimap-open-connection): Use it.
2522         (nnimap-transform-headers): Get the number of lines in each message.
2523         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2524         number of lines.
2525         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2526         problem.
2527
2528         * utf7.el (utf7-encode): Autoload.
2529
2530         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2531         to allow the mail splitting to not return a default group.  This is
2532         useful for nnimap, which will leave unmatched mail in the inbox.
2533
2534         * nnimap.el: Rewritten.
2535
2536         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2537         nnimap usage.
2538
2539         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2540         if the move is internal, so that nnimap can do fast internal moves.
2541
2542         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2543         data.
2544         (gnus-read-active-for-groups): Support finishing the early retrieval of
2545         data.
2546
2547         * gnus-range.el (gnus-range-nconcat): New function.
2548
2549         * gnus-int.el (gnus-finish-retrieve-group-infos)
2550         (gnus-retrieve-group-data-early): New functions.
2551
2552 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2553
2554         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2555         (nnrss-retrieve-groups):
2556         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2557         (pop3-quit): Use with-current-buffer.
2558
2559 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2560
2561         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2562         instead of nnheader-accept-process-output.
2563
2564         * dgnushack.el (dgnushack-compile): Add comment.
2565
2566         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2567
2568         * gnus-html.el (gnus-html-schedule-image-fetching)
2569         (gnus-html-prefetch-images): Replace process-kill-without-query by
2570         gnus-set-process-query-on-exit-flag.
2571
2572 2010-09-16  Romain Francoise  <romain@orebokech.com>
2573
2574         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2575
2576 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577
2578         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2579         parameter to unintern is mandatory-ish in Emacs 24.
2580
2581         * gnus-html.el (gnus-html-schedule-image-fetching)
2582         (gnus-html-prefetch-images): Check for curl before using it.
2583
2584         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2585         depend on curl, which isn't essential.
2586
2587         * imap.el: Revert back to version
2588         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2589         seem problematic.
2590
2591 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2592
2593         * gnus-registry.el (gnus-registry-install-shortcuts):
2594         Explicitly pass `obarray' to `unintern' to avoid a warning.
2595
2596 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2597
2598         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2599         change.
2600
2601         * nnrss.el (nnrss-request-list): Removed this function and related
2602         functions, including the moreover stuff.
2603
2604 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605
2606         * nnrss.el (nnrss-retrieve-groups): New function.
2607
2608 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2609
2610         * .dir-locals.el: Add no-byte-compile cookie.
2611
2612 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2613
2614         * time-date.el (format-seconds): Comment fix.
2615
2616         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2617         for back end that doesn't support request-scan.
2618
2619 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2620
2621         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2622         then do request scans from the backends.
2623
2624         * netrc.el (netrc-credentials): New conveniency function.
2625
2626         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2627         avoid running a hook per line, since this takes a lot of time,
2628         profiling shows.
2629         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2630         directly if gnus-visual-p is true.
2631
2632 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2633
2634         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2635         groups; replace mapcar with dolist which is a bit faster; pass groups
2636         info to gnus-read-active-file-1.
2637         (gnus-read-active-file-1): Scan only specified groups if the new
2638         optional arg `infos' is given.
2639
2640 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641
2642         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2643
2644         * pop3.el (pop3-movemail): Removed.
2645         (pop3-streaming-movemail): Renamed to pop3-movemail.
2646
2647         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2648         don't restrict end-tag searches to the end of the line.
2649
2650 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2651
2652         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2653         articles of every unchecked group to t, which means unknown since the
2654         server has never been opened.
2655
2656 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2657
2658         * gnus-html.el (gnus-html-show-alt-text): New command.
2659         (gnus-html-browse-image): Ditto.
2660         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2661         to browse the image directly.
2662         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2663         better.
2664
2665         * gnus-async.el (gnus-async-article-callback): Call
2666         `gnus-html-prefetch-images' unconditionally.
2667
2668         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2669         before feeding URLs to curl.
2670
2671 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2672
2673         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2674         internal images as deletable by `W D D'.
2675
2676         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2677         (gnus-async-article-callback): Fix typo.
2678
2679 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2680
2681         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2682         current line to work around bugs in the output from w3m.
2683
2684         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2685         for groups that want that.
2686
2687         * nntp.el (nntp-wait-for-string): Supply a timeout for
2688         accept-process-output to ensure progress.
2689
2690         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2691         level to get unread articles from, then use that for foreign groups,
2692         too.
2693
2694         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2695         confuses the rest of the function.
2696
2697         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2698         for the methods that support -retrieve-groups, too.
2699
2700         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2701
2702 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2703
2704         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2705         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2706
2707         * pop3.el: Require cl when compiling.
2708         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2709
2710 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2711
2712         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2713         that aren't going to be activated.
2714         (gnus-get-unread-articles): Fix up the last commit.
2715
2716         * gnus-html.el (gnus-article-html): Allow calling without specifying
2717         the handle.  In that case, dissect the buffer first.
2718
2719         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2720
2721         * nnimap.el (nnimap-open-connection): Revert the change that would look
2722         into authinfo for imaps instead of imap.
2723
2724         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2725         say that you don't want to call gnus-request-group with don-check, but
2726         do check the reponse.  This is for virtual groups only.
2727         (gnus-get-unread-articles): Count the archive groups as secondary, so
2728         that they're activated the same way as before.
2729
2730         * imap.el (imap-message-map): Removed optional buffer parameter, since
2731         no callers use it.
2732         (imap-message-get): Ditto.
2733         (imap-message-put): Ditto.
2734         (imap-mailbox-map): Ditto.
2735         (imap-mailbox-put): Ditto.
2736         (imap-mailbox-get): Ditto.
2737         (imap-mailbox-get): Revert last change for this function.
2738
2739         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2740         case-insensitively.
2741         (nnimap-debug): Removed.
2742
2743         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2744         to use `imap-fetch' instead.  According to the comments, this should be
2745         safe, since all other IMAP clients use the 1:* syntax.
2746         (imap-enable-exchange-bug-workaround): Removed.
2747         (imap-debug): Removed -- doesn't seem very useful.
2748
2749         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2750         mail from a file, and the file doesn't exist.
2751
2752         * imap.el (imap-log): New convenience function used throughout instead
2753         of repeating the same code all over the place.
2754
2755         * pop3.el (pop3-streaming-movemail): Return t for success.
2756
2757         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2758         .authinfo if we're using ssl connection.
2759
2760         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2761         already have if we're in a main Gnus `g' run.
2762
2763         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2764
2765 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2766
2767         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2768
2769         * nnmh.el (nnmh-request-list-1): Bind `file'.
2770
2771         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2772         alias to set-process-query-on-exit-flag or process-kill-without-query.
2773         (pop3-open-server): Use it.
2774
2775 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2776
2777         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2778         box to the Incoming file.  Fixes mistake in previous checkin.
2779
2780         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2781         request loop (for debugging purposes) removed.
2782
2783         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2784         culprit is more visible.
2785         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2786         (nnml-add-incremental-nov): New functions to do "incremental" nov
2787         updates, where we just append to the end of the existing nov files
2788         without reading/writing them in full.
2789
2790         * mail-source.el (mail-source-delete-crash-box): Really only check the
2791         incoming files once in a while.
2792
2793         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2794
2795         * mail-source.el (mail-source-delete-crash-box): Only check the
2796         incoming files for deletion once per day to save a lot of file
2797         accesses.
2798
2799         * pop3.el (pop3-logon): Fix up unbound variable typo.
2800
2801         * mail-source.el (pop3-streaming-movemail): Autoload.
2802
2803         * pop3.el (pop3-streaming-movemail): Respect
2804         pop3-leave-mail-on-server.
2805
2806         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2807         retrieval.
2808
2809         * pop3.el (pop3-process-filter): Removed unused function.
2810         (pop3-streaming-movemail, pop3-send-streaming-command)
2811         (pop3-wait-for-messages, pop3-write-to-file)
2812         (pop3-number-of-responses): New functions for streaming pop3
2813         retrieval.
2814
2815         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2816         come from no known methods.
2817         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2818         list.
2819
2820         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2821         message sizes.
2822         (pop3-movemail): Use erase-buffer instead of looping and deleting
2823         regions, which seems rather odd.
2824
2825         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2826         file once per `g' run.
2827
2828         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2829         directories.  This makes the draft queue directory work.
2830
2831         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2832         data from the backends, so that we only request the list of groups from
2833         each method once.  This should speed things up considerably.
2834
2835         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2836         detect that it's not implemented.
2837
2838         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2839         we actually do recurse down into the tree, but don't stat all leaf
2840         nodes.
2841
2842         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2843         then say so instead of bugging out.
2844
2845         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2846         files exist before trying to read them.
2847
2848         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2849         around <pre_int>.
2850
2851         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2852
2853         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2854
2855 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2856
2857         * mm-util.el (mm-image-load-path): Just return the image directories,
2858         not all directories in the path in addition to the image directories.
2859         (mm-image-load-path): Maintain a cache of the image directories so that
2860         the `g' command in Gnus doesn't have to stat dozens of directories each
2861         time.
2862
2863         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2864         (gnus-html-wash-tags): Add a new `i' command to insert images.
2865         (gnus-html-insert-image): New command and keystroke.
2866         (gnus-html-redisplay-with-images): New command and keystroke.
2867         (gnus-html-show-images): Renamed command.
2868         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2869         spacers.
2870         (gnus-html-wash-tags): Decode entities at the end, so that entities
2871         inside the tags don't mess up the rest of the "parsing".
2872
2873         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2874         so that nnimap methods aren't agentized by default.  There's apparently
2875         many problems related to agent/imap behaviour.
2876
2877         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2878
2879         * gnus-html.el: Doc fix.
2880
2881 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2882
2883         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2884         specifier-spec-list for Emacs 21.
2885
2886         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2887         glyph-width and glyph-height instead of display-graphic-p and
2888         image-size; make avoidance of displaying small images work for XEmacs.
2889
2890         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2891         for XEmacs.
2892
2893         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2894         of symbol that holds plist data.
2895         (gnus-process-plist): Remove plist of process after getting it.
2896
2897 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898
2899         * message.el (message-generate-hashcash): Change default to
2900         'opportunistic if hashcash is installed.
2901
2902         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2903         (gnus-html-put-image): Only call image-size once, since it's somewhat
2904         time-consuming on remote X servers.
2905
2906 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2909         type on data, not a file name.
2910
2911         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2912         window-pixel-edges for Emacs 21.
2913
2914         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2915         decoded contents.
2916         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2917
2918 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2919
2920         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2921         group line format, since it isn't very interesting.
2922
2923         * gnus-agent.el (gnus-agent-short-article),
2924         (gnus-agent-long-article): Increase values for these two variables,
2925         since most people are likely to have more network connection and
2926         storage than before.
2927
2928         * gnus.el (gnus-refer-article-method): Change default to 'current.
2929         When referring an article, the common behaviour is to refer it from the
2930         current select method, not the native select method.  The chances of
2931         the native select method having the message in question is rather slim
2932         these days.
2933
2934         * gnus-sum.el (gnus-auto-select-subject): Change default to
2935         `unseen-or-unread'.  I think it's likely that most people want to
2936         select an unseen article over a previously seen, but unread one.
2937
2938         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2939         means that in the article buffer none of the minor mode elements will
2940         be shown, usually, and this is not desirable in most cases.
2941
2942         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2943         that commands like `d' (and the like) go to the next line in the
2944         buffer, instead of the next unread article.  I think this is the
2945         behaviour that is most natural for most users.
2946         (gnus-single-article-buffer): Change default to nil, so that people can
2947         have as many article buffers open as they have summary buffer.  I think
2948         this is the most natural way for the groups to behave.
2949
2950         * message.el (message-generate-new-buffers): Change default to
2951         `unsent', so that all new message buffers start their names with the
2952         string "*unsent", and it's easier to find the buffers if you move from
2953         them.
2954
2955 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2956
2957         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2958         small.  They're probably tracking images.
2959         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2960         (gnus-html-rescale-image): Yet another try at getting the image sizing
2961         right.
2962
2963         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2964         nntp-marks-file-name is nil.
2965
2966 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2967
2968         * gnus-html.el (gnus-html-wash-tags)
2969         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2970         Better logging.
2971
2972 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2973
2974         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2975
2976         * gnus-html.el (gnus-html-wash-tags): Check the value of
2977         gnus-blocked-images in the summary buffer.
2978
2979 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2980
2981         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2982
2983 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2984
2985         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2986         like "a", it seems like.
2987         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2988         since it needs to be picked from the correct buffer.
2989
2990         * nnwfm.el: Removed.
2991
2992         * nnlistserv.el: Removed.
2993
2994 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2995
2996         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2997         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2998
2999 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3000
3001         * nnkiboze.el: Removed.
3002
3003         * nndb.el: Removed.
3004
3005         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3006         alt text.
3007         (gnus-html-rescale-image): Try to get the rescaling logic right for
3008         images that are just wide and not tall.
3009
3010         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3011         overshadow variable bindings.
3012
3013 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3014
3015         * gnus-html.el (gnus-html-wash-tags)
3016         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3017         extra logging.
3018
3019 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3020
3021         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3022         (gnus-max-image-proportion): New variable.
3023         (gnus-html-rescale-image): New function.
3024         (gnus-html-put-image): Rescale images.
3025
3026 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3027
3028         Fix up some byte-compiler warnings.
3029         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3030         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3031         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3032         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3033         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3034         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3035         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3036
3037 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * gnus-html.el (gnus-article-html): Decode contents by charset.
3040
3041 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3042
3043         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3044         (gnus-html-frame-width, gnus-blocked-images)
3045         * message.el (message-prune-recipient-rules): Add custom version.
3046         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3047
3048         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3049         functions.
3050
3051         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3052         gnus-process-get.
3053
3054 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3055
3056         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3057         instead of lsub directly.
3058
3059 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3060
3061         * nnwarchive.el: Removed.
3062
3063         * gnus-soup.el: Removed.
3064
3065         * nnsoup.el: Removed.
3066
3067         * nnultimate.el: Removed.
3068
3069         * gnus-html.el (gnus-blocked-images): New variable.
3070
3071         * message.el (message-prune-recipients): New function.
3072         (message-prune-recipient-rules): New variable.
3073
3074         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3075         guess whether a long line is natural text or not.
3076
3077         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3078         gnus-process-plist and friends for compatibility.
3079
3080 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3081
3082         * gnus-html.el: Require packages that define macros used in this file.
3083         (gnus-article-mouse-face): Declare to silence byte-compiler.
3084         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3085         process-get.
3086         (gnus-html-put-image): Use plist-get to avoid getf.
3087         (gnus-html-prefetch-images): Use with-current-buffer.
3088
3089 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * gnus-ems.el: Provide compatibility functions for
3092         gnus-set-process-plist.
3093
3094         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3095         header-line-format for XEmacs 21.4.
3096
3097         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3098         * gnus.el (gnus-valid-select-methods)
3099         * message.el (message-send-mail-partially-limit)
3100         * mm-decode.el (mm-text-html-renderer)
3101         * mml.el (mml-insert-mime-headers-always)
3102         * smiley.el (smiley-regexp-alist): Bump custom version.
3103
3104 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3105
3106         * gnus-html.el: require mm-url.
3107         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3108         with the url to `url'.
3109         (gnus-html-wash-tags): Support cid: URLs/images.
3110
3111 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3112
3113         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3114         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3115         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3116
3117         * gnus-move.el: Removed file, since it doesn't really work.
3118
3119         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3120         UTF-8.  This seems to fix problems with some German web feeds.
3121
3122         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3123         at the top so that the proper colours are applied.
3124
3125         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3126         don't have dots in their names.
3127
3128         * gnus-art.el (gnus-article-view-part): Doc fix.
3129
3130         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3131         XEmacs-compatible.
3132         (gnus-html-put-image): Don't do images on non-graphic displays.
3133
3134         * nnslashdot.el: Removed this unused backend.
3135
3136         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3137         actions.
3138         (gnus-undo-register-1): Revert last change.
3139
3140         * gnus-group.el (gnus-group-completing-read): Protect against not
3141         having completion-styles bound.
3142
3143         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3144         make broken recipients happier.
3145
3146         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3147
3148         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3149         point parameter.
3150
3151         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3152
3153         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3154         completion-styles for group selection.
3155
3156 2009-02-04  Andreas Schwab  <schwab@suse.de>
3157
3158         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3159         headers and regexp-quote the match if necessary.
3160
3161 2009-03-24  Miles Bader  <miles@gnu.org>
3162
3163         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3164         the blinking smiley.
3165
3166 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3167
3168         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3169         blink smiley.
3170
3171 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3172
3173         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3174         where the dribbel file lives exists.
3175
3176         * message.el (message-send-mail-partially-limit): Change the default to
3177         nil, since most people don't want this.
3178
3179         * mm-url.el (mm-url-decode-entities): Also decode entities like
3180         &#x3212.
3181
3182 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3183
3184         * gnus-sum.el (gnus-summary-idna-message):
3185         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3186         Hyperlink urls in docstrings with URL `...'.
3187
3188 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3189
3190         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3191         functions.
3192
3193 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3196         say what the mouseover text should be.
3197
3198         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3199         version of the mm-w3m-safe-url-regexp variable to only download images
3200         in the groups where we want that to happen.
3201
3202         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3203
3204         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3205         easier debugging.
3206         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3207         big pictures in the article buffer.
3208
3209         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3210         gnus-article-html.
3211         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3212         w3m.
3213
3214         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3215
3216 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3217
3218         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3219         which doesn't exist.
3220
3221         * message.el (message-inhibit-ecomplete): New variable to allow some
3222         function to inhibit ecomplete address storage.
3223         (message-resend): Disable ecomplete message storage when resending
3224         messages.
3225
3226         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3227
3228 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3229
3230         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3231         Save excursion while copying, moving, and deleting articles in order to
3232         prevent the cursor from jumping to unforeseen place.
3233
3234 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * lpath.el: No need to bind bookmark-current-buffer,
3237         bookmark-yank-point and bookmark-make-record-function.
3238
3239 2010-08-17  Glenn Morris  <rgm@gnu.org>
3240
3241         * gnus-sync.el: Require gnus components whose functions are used.
3242
3243         * gnus-art.el (bookmark-make-record-function):
3244         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3245         Declare for compiler.
3246
3247         * mm-url.el (mml-compute-boundary): Autoload.
3248
3249 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3250
3251         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3252
3253 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3254
3255         Typo fix "hoo4a" -> "hook".
3256
3257         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3258
3259 2010-08-14  Glenn Morris  <rgm@gnu.org>
3260
3261         * gnus-sync.el (gnus-sync): Fix defgroup version.
3262
3263 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3264
3265         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3266
3267         * gnus-sync.el: Fix docs.
3268         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3269         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3270
3271 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3272
3273         Optimizations for gnus-sync.el.
3274
3275         * gnus-sync.el: Add docs about gnus-sync-backend
3276         possibilities.
3277         (gnus-sync-save): Remove unnecessary message.
3278         (gnus-sync-read): Optimize and show what groups were skipped.
3279
3280 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3281
3282         Minor bug fixes for gnus-sync.el.
3283
3284         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3285         read the sync on get-new-news.
3286
3287         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3288         quiet.
3289
3290         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3291
3292 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3293
3294         Make saving and restoring of hidden threads work with overlays.
3295         Patch applied by Ted Zlatanov.
3296
3297         * gnus-sum.el (gnus-hidden-threads-configuration)
3298         (gnus-restore-hidden-threads-configuration): Update to deal with text
3299         properties, rather than searching for a magic character.
3300
3301 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3302
3303         New gnus-sync.el library for synchronization of marks.
3304
3305         * gnus-sync.el: New library for synchronization of marks.
3306
3307         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3308         renamed from `gnus-registry-grep-in-list'.
3309
3310         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3311
3312         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3313
3314 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3315
3316         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3317         determining charset of text fails.
3318
3319 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * nnmail.el (nnmail-get-new-mail-1): Revert.
3322
3323         * nnml.el (nnml-active-number): Make sure names of newly created groups
3324         in nnml-group-alist are encoded.
3325
3326 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3327
3328         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3329         containing non-ASCII characters in active file for nnml back end.
3330
3331 2010-07-24  David Engster  <dengste@eml.cc>
3332
3333         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3334         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3335
3336 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3337
3338         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3339         tag (Bug#6654).
3340
3341 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3342
3343         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3344         the article buffer, not the summary buffer.
3345
3346 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3349         Emacs 23 as well.
3350
3351 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3354         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3355
3356 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3357
3358         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3359         Patch applied by Karl Fogel.
3360
3361         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3362         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3363
3364 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3365
3366         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3367         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3368         C-w still not working correctly from Article buffers; Thierry's
3369         patch to fix that will be applied after this.
3370
3371         * gnus-art.el (bookmark-make-record-function): New local variable.
3372
3373         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3374         article buffer.
3375         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3376
3377 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3378
3379         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3380         on changes in bookmark.el.
3381
3382 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3385         `no-log' instead of message not to log prompt string.
3386
3387 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3388
3389         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3390         the *other* type of HTML form submission.
3391
3392 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3393
3394         * auth-source.el (auth-source-pick): If choice does not contain a
3395         questioned keyword, set the check to t.
3396
3397 2010-06-12  Romain Francoise  <romain@orebokech.com>
3398
3399         * gnus-util.el (gnus-date-get-time): Move up before first use.
3400
3401 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3402
3403         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3404         (gnus-article-edit-part): Bind it to make last part that is substituted
3405         or deleted visible.
3406         (gnus-mime-display-single): Buttonize part of which id equals to
3407         gnus-mime-buttonized-part-id.
3408
3409 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3410
3411         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3412         (gnus-dd-mmm): Use gnus-date-get-time.
3413         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3414         simplify logic.
3415         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3416         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3417
3418 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3419
3420         * auth-source.el (top): Autoload `secrets-list-collections',
3421         `secrets-create-item', `secrets-delete-item'.
3422         (auth-sources): Fix tag string.
3423         (auth-get-source, auth-source-retrieve, auth-source-create)
3424         (auth-source-delete): New defuns.
3425         (auth-source-pick): Rewrite in order to avoid 2 passes.
3426         (auth-source-forget-user-or-password): New parameter USERNAME.
3427         (auth-source-user-or-password): New parameters CREATE-MISSING and
3428         DELETE-EXISTING.  Retrieve password interactively, if needed.
3429
3430 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3431
3432         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3433         deleting unused directories when gnus-expert-user is t.
3434
3435 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3436
3437         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3438         for each temp file when gnus-article-browse-delete-temp is ask.
3439
3440 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3441
3442         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3443         Lisp calls to delete-backward-char by calls to delete-char.
3444
3445 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3446
3447         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3448
3449 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3450
3451         * password-cache.el (password-cache-remove): Fix docstring.
3452
3453 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3456         article unless decoding article to be saved.
3457
3458 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3459
3460         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3461         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3462         generated within the mm-with-unibyte-current-buffer macro.
3463
3464 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3467         to nil when we're in a mml-preview buffer and no group is selected.
3468
3469 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3470
3471         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3472         when catching the `C-g'.  Reported by "Leo".
3473
3474 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3475
3476         * message.el (message-forward-make-body-plain)
3477         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3478         multibyte-string-p.
3479
3480         * lpath.el: Revert.
3481
3482 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3483
3484         * message.el (message-forward-make-body-mml): Assume original message
3485         is multibyte string; error on unibyte.
3486         (message-forward-make-body-plain): Ditto; don't add excessive newline
3487         in body end.
3488
3489         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3490
3491 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3492
3493         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3494         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3495
3496 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * mm-extern.el (mm-extern-url): Don't use
3499         mm-with-unibyte-current-buffer.
3500         (mm-extern-cache-contents): Use with-current-buffer instead of
3501         save-excursion + set-buffer.
3502
3503 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * mm-util.el (mm-emacs-mule): Remove.
3506
3507 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3508
3509         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3510         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3511         change.
3512
3513 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3516         bind the default value of enable-multibyte-characters to nil.
3517
3518 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3519
3520         * message.el (message-forward-make-body-plain)
3521         (message-forward-make-body-mml):
3522         Don't use mm-with-unibyte-current-buffer.
3523
3524 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3525
3526         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3527
3528 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3529
3530         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3531         (Bug#5592).
3532
3533 2010-05-07  Julien Danjou  <julien@danjou.info>
3534
3535         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3536         it to mm-pipe-part.
3537
3538         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3539         it is given.
3540
3541 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3542
3543         * binhex.el (binhex-decode-region-internal)
3544         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3545         (dns-query)
3546         * nnweb.el (nnweb-gmane-search)
3547         * pgg-parse.el (pgg-parse-armor)
3548         * pgg.el (pgg-verify-region)
3549         * sha1.el (sha1-string-external)
3550         * uudecode.el (uudecode-decode-region-internal)
3551         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3552         XEmacs.
3553
3554         * gnus-art.el (gnus-article-browse-html-parts)
3555         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3556         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3557         make-temp-file.
3558
3559         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3560         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3561         compiling.
3562
3563         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3564         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3565         XEmacs when compiling.
3566
3567         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3568         gnus-pick-mode-off-hook for XEmacs when compiling.
3569         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3570         gnus-binary-mode-off-hook for XEmacs when compiling.
3571
3572         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3573         nil if char-charset is not available.
3574
3575         * imap.el (imap-disable-multibyte)
3576         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3577         macros.
3578
3579         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3580         instead of encode-coding-string.
3581
3582         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3583         'xemacs) instead of mm-emacs-mule to switch function definitions.
3584         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3585
3586         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3587         bind temporary-file-directory for XEmacs;
3588         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3589         timer-set-function for XEmacs 21.4 and SXEmacs;
3590         bind timer-list for XEmacs 21.4 and SXEmacs;
3591         fbind char-charset and find-charset-region for non-Mule XEmacs;
3592         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3593         encode-coding-region and encode-coding-string for XEmacs having no
3594         file-coding feature.
3595
3596 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3597
3598         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3599
3600 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3601
3602         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3603         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3604
3605 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3606
3607         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3608         alias `jka-compr-delete-temp-file' no longer exists.
3609
3610 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3611
3612         Use define-minor-mode in Gnus where applicable.
3613         * mml.el (mml-mode): Use define-minor-mode.
3614         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3615         (gnus-undo-mode): Use define-minor-mode.
3616         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3617         (gnus-dead-summary-mode): Use define-minor-mode.
3618         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3619         Initialize in declaration.
3620         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3621         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3622         (gnus-mailing-list-mode): Use define-minor-mode.
3623         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3624         (gnus-draft-mode): Use define-minor-mode.
3625         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3626         (gnus-dired-mode): Use define-minor-mode.
3627
3628 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3629
3630         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3631         handles on recursive mml-to-mime translation and check them for
3632         boundary delimiter collisions.  Reported by Greg Troxel.
3633
3634 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3635
3636         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3637
3638 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3639
3640         * mm-util.el (mm-find-buffer-file-coding-system):
3641         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3642
3643 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3644
3645         * message.el (message-generate-headers): Record insertion of optional
3646         headers as well.  Otherwise the check to prevent repeated insertion of
3647         optional headers is a no-op.
3648
3649 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3650
3651         * smime.el: Don't mention CVS.
3652
3653         * nnrss.el (nnrss-fetch): Don't mention CVS.
3654
3655         * nnir.el: Don't mention CVS.
3656
3657 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3658
3659         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3660
3661 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * lpath.el: Fbind bookmark-default-handler,
3664         bookmark-get-bookmark-record, bookmark-make-record-default,
3665         bookmark-prop-get for Emacs <23 and XEmacs.
3666
3667 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3668
3669         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3670         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3671         Use with-current-buffer to silence the byte-compiler.
3672         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3673         bother to require `gnus'.
3674         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3675
3676 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3677
3678         * gnus-sum.el (gnus-summary-bookmark-make-record)
3679         (gnus-summary-bookmark-jump): New functions.
3680         (gnus-summary-mode): Setup bookmark support.
3681
3682 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3683
3684         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3685         if set.
3686
3687 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3688
3689         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3690         gnus-article-browse-html-save-cid-image; make it work recursively for
3691         forwarded messages as well.
3692         (gnus-article-browse-html-parts): Work when prefix arg is given.
3693         (gnus-article-browse-html-article): Doc fix.
3694
3695 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3696
3697         * message.el (message-default-mail-headers):
3698         (message-default-headers): Carry the value mail-default-headers over
3699         into message-default-mail-headers, rather than message-default-headers.
3700
3701 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3702
3703         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3704         charset.
3705
3706         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3707         charset into the <meta> tag when the article is encoded to utf-8.
3708
3709 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3710
3711         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3712         directories as well.
3713         (gnus-article-browse-html-parts): Work for images that do not specify
3714         file names; delete temp directory when quitting; insert header at the
3715         right place; use file: scheme for image files.
3716
3717 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3718
3719         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3720         (gnus-article-browse-html-parts): Use it to make temporary cid image
3721         files in addition to html file so that browser may display them.
3722
3723 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3726
3727 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3728
3729         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3730
3731 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3732
3733         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3734         about Secret Service API sources.  Improve Customize options.
3735         (auth-source-pick): Change to accept any number of search parameters.
3736         Implement fallbacks iteratively, not recursively.  Add scoring on the
3737         second pass and sort by score.  Call Secret Service API when needed.
3738         (auth-source-user-or-password): Use it.  Call Secret Service API
3739         directly when needed to get the user name and the password.
3740
3741 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3742
3743         * message.el (message-interactive): Doc fix.
3744         (message-qmail-inject-args): Reflow.
3745         (message-kill-to-signature): Fix typo in docstring.
3746
3747         * smiley.el (smiley-buffer): Fix typo in docstring.
3748
3749 2010-03-24  Glenn Morris  <rgm@gnu.org>
3750
3751         * mail-source.el (gnus-message): Declare.
3752         (mail-source-delete-old-incoming): Require gnus-util.
3753
3754 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3755
3756         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3757
3758         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3759
3760         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3761         password-cache's default if it is not bound.
3762         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3763         password-cache-expiry's default if it is not bound.
3764
3765         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3766         available in Emacs 21.
3767
3768         * lpath.el: Suppress compiler warnings for:
3769         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3770         XEmacs;
3771         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3772         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3773         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3774
3775 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3776
3777         * auth-source.el (auth-sources): Fix up definition so extra parameters
3778         are always inline.
3779
3780 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3781
3782         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3783         wasn't updated after mismatch.  Clear cached mailbox info correctly
3784         when uidvalidity changes.
3785         (nnimap-group-prefixed-name): New function to avoid some code
3786         duplication.
3787         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3788         (nnimap-request-group): Use it.
3789         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3790         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3791         with many imap folders.  This is done by caching the group status from
3792         the imap server persistently in a group parameter `imap-status'.  (This
3793         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3794         but not persistently, so every Gnus startup was still very slow.)
3795
3796 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3797
3798         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3799         delete the extra newline.  Otherwise editing of :string and :number
3800         types don't work.
3801
3802 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3803
3804         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3805         secrets.el dependency.
3806         (auth-sources): Add optional user name.  Add secrets.el configuration
3807         choice (unused right now).
3808
3809 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3810
3811         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3812         `gnus-registry-install-shortcuts' fill in the functions.
3813
3814         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3815         warnings.
3816         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3817         (gnus-registry-install-shortcuts): Populate and use it in a
3818         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3819
3820 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3821
3822         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3823         In-place substitutions for the group name encoding/decoding.
3824         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3825         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3826         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3827         (nnimap-update-unseen, nnimap-request-list)
3828         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3829         (nnimap-request-set-mark, nnimap-split-to-groups)
3830         (nnimap-split-articles, nnimap-request-newgroups)
3831         (nnimap-request-create-group, nnimap-request-accept-article)
3832         (nnimap-request-delete-group, nnimap-request-rename-group)
3833         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3834         `encoded-mbx' for consistency.
3835         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3836         variable `imap-current-mailbox'.
3837
3838         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3839         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3840
3841 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3842
3843         * pop3.el (pop3-display-message-size-flag): Display message size byte
3844         counts during POP3 download.
3845         (pop3-movemail): Use it.
3846         (pop3-list): Implement listing of available messages.
3847
3848 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3849
3850         * nnir.el (nnir-get-article-nov-override-function): New function to
3851         override the normal NOV retrieval.
3852         (nnir-retrieve-headers): Use it.
3853
3854 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3855
3856         * auth-source.el (netrc-machine-user-or-password): Autoload.
3857
3858 2010-03-19  Glenn Morris  <rgm@gnu.org>
3859
3860         Stop message.el from loading about 40 libraries it doesn't always need.
3861         The general approach is to autoload rather than require, and to
3862         require in the specific functions rather than the file.  (Bug#5642)
3863
3864         * gmm-utils.el: Don't require wid-edit.
3865         (widget-create-child-value, widget-convert, widget-default-get):
3866         Autoload.
3867
3868         * gnus-util.el: Don't require time-date, netrc.
3869         (message-fetch-field, gnus-group-name-decode): Declare rather than
3870         autoloading.
3871         (gnus-fetch-field): Require message.
3872         (gnus-decode-newsgroups): Require gnus-group.
3873
3874         * ietf-drums.el: Don't require time-date.
3875
3876         * message.el: Don't require hashcash, canlock, ecomplete.
3877         Do require mail-utils.  Require nnheader only when compiling.
3878         (smtpmail-default-smtp-server): Remove declaration.
3879         (message-send-mail-function): Check smtpmail-default-smtp-server
3880         is bound rather than requiring smtpmail.
3881         (message-auto-save-directory, message-insert-signature): Use
3882         expand-file-name rather than nnheader-concat.
3883         (nnheader-insert-file-contents): Autoload.
3884         (hashcash-wait-async): Declare.
3885         (message-send-mail): Only call gnus-setup-posting-charset if
3886         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3887         (message-send-mail-with-sendmail): Require sendmail.
3888         (canlock-password, canlock-password-for-verify): Declare.
3889         (message-canlock-password): Require canlock.
3890         (nnheader-get-report): Autoload.
3891         (gnus-setup-posting-charset): Declare.
3892         (message-send-news): Require gnus-msg.
3893         (message-make-references, message-make-in-reply-to): Use mail-header-id
3894         rather than the alias mail-header-message-id.
3895         (ecomplete-add-item, ecomplete-save): Declare.
3896         (message-put-addresses-in-ecomplete): Require ecomplete.
3897         (ecomplete-display-matches): Autoload.
3898
3899         * mm-decode.el: Don't require mailcap, gnus-util.
3900         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3901         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3902         Autoload.
3903         (mailcap-mime-extensions): Declare.
3904
3905         * mm-encode.el: Don't require mailcap.
3906         (mailcap-extension-to-mime): Autoload.
3907
3908         * mml-sec.el: Don't require password-cache.
3909
3910         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3911         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3912         (mml-minibuffer-read-type): Require mailcap.
3913         (mml-preview): Require gnus-msg.
3914
3915         * mml1991.el: Require password-cache.
3916         (password-cache-expiry): Remove declaration.
3917
3918         * mml2015.el: Require password-cache.
3919         (password-cache-expiry): Remove declaration.
3920
3921         * nneething.el (mailcap): Require mailcap.
3922
3923         * nnheader.el (declare-function): Add compatibility stub.
3924         (message-remove-header): Declare rather than autoload.
3925         (nnheader-replace-header): Require message.
3926
3927         * nnimap.el (declare-function): Add compatibility stub.
3928         (netrc-parse, netrc-machine-user-or-password): Declare.
3929         (nnimap-open-connection): Require netrc.
3930
3931         * nntp.el (declare-function): Add compatibility stub.
3932         (netrc-parse, netrc-machine, netrc-get): Declare.
3933         (nntp-send-authinfo): Require netrc.
3934
3935         * rfc2047.el: Don't require qp.
3936         (quoted-printable-encode-region, quoted-printable-decode-string):
3937         Autoload.
3938
3939         * sieve-mode.el: Don't require easymenu.
3940         (easy-menu-add-item): Autoload it.
3941
3942         * spam-stat.el (time-to-number-of-days): Autoload it.
3943
3944 2010-03-19  Glenn Morris  <rgm@gnu.org>
3945
3946         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3947
3948 2010-03-18  Glenn Morris  <rgm@gnu.org>
3949
3950         * hashcash.el (declare-function): Remove duplicate definition.
3951
3952 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3953
3954         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3955         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3956         value if any backslash escapes).
3957
3958 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3959
3960         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3961         if it is available.  (bug#5647)
3962
3963         * lpath.el: Suppress compiler warning for coding-system-from-name for
3964         Emacs 21 and XEmacs.
3965
3966 2010-03-14  Juri Linkov  <juri@jurta.org>
3967
3968         * hmac-def.el:
3969         * hmac-md5.el:
3970         * netrc.el: Fix keywords.
3971
3972 2010-02-26  Glenn Morris  <rgm@gnu.org>
3973
3974         * message.el (message-send-mail-function): Change the default, so that
3975         it inherits from a customized send-mail-function.  (Bug#5643)
3976
3977 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3978
3979         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3980         shell-command-to-string signals an error (bug#5299).
3981
3982 2010-02-24  Glenn Morris  <rgm@gnu.org>
3983
3984         * message.el (message-smtpmail-send-it)
3985         (message-send-mail-with-mailclient): Doc fixes.
3986
3987 2010-02-16  Glenn Morris  <rgm@gnu.org>
3988
3989         * message.el (message-default-mail-headers): Change the default value
3990         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3991
3992 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3995         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3996
3997 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3998
3999         * time-date.el (date-to-time): Doc fix (Bug#5408).
4000
4001 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4002
4003         * message.el (message-mail): Just pass yank-action on to message-setup.
4004         (message-setup): Handle (FUN . ARGS) form of yank-action.
4005         (message-with-reply-buffer, message-widen-reply)
4006         (message-yank-original): Handle non-buffer values of
4007         message-reply-buffer (Bug#4080).
4008         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4009
4010 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4011
4012         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4013         Fix typo in docstring.
4014
4015 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4016
4017         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4018         response.
4019
4020 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4023
4024         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4025
4026         * message.el (message-check-news-header-syntax): Protect against a
4027         string that `rfc822-addresses' returns when parsing fails.
4028
4029 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4030
4031         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4032         (gnus-previous-char-property-change): New functions.
4033
4034         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4035
4036 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4037
4038         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4039         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4040
4041 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4042
4043         * message.el (message-exchange-point-and-mark): Rework last change to
4044         avoid using optional arg of exchange-point-and-mark, for backward
4045         compatibility.
4046
4047 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4048
4049         * message.el (message-exchange-point-and-mark): Call
4050         exchange-point-and-mark with an argument rather than setting
4051         mark-active by hand (Bug#5175).
4052
4053 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4054
4055         * nntp.el (nntp-service-to-port): Work for service expressed with
4056         numeric string; replace [:digit:] with [0-9] for XEmacs.
4057
4058 2009-12-17  Glenn Morris  <rgm@gnu.org>
4059
4060         * gnus-group.el (gnus-bug-group-download-format-alist):
4061         Change emacs entry to debbugs.gnu.org.  Bump :version.
4062
4063 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4064
4065         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4066
4067 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4068
4069         * message.el (message-info): Explain why we use `Info-goto-node'.
4070
4071 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4074
4075 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4076
4077         * message.el (message-completion-in-region): New compatibility function.
4078         (message-expand-group): Use it.
4079
4080 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4083         with no unread article should be listed if the 2nd arg `predicate' is
4084         given.
4085
4086 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4087
4088         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4089
4090 2009-11-29  Juri Linkov  <juri@jurta.org>
4091
4092         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4093         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4094         on `gnus-recenter'. (Bug#4698, Bug#4981)
4095
4096 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4097
4098         * sha1.el (sha1-string-external): default-directory "/" in case
4099         otherwise non-existent.  process-connection-type pipe for touch of
4100         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4101
4102 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4103
4104         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4105         it's comms related and sgml-mode.el has "comm" on that basis too.
4106
4107 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4108
4109         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4110         containing tspecial characters if they have been already quoted.
4111
4112 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4113
4114         * dns-mode.el (auto-mode-alist): Purecopy string.
4115
4116 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4117
4118         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4119
4120 2009-10-24  Glenn Morris  <rgm@gnu.org>
4121
4122         * gnus-art.el (help-xref-stack-item): Define for compiler.
4123
4124 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4125
4126         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4127
4128 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4131
4132 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4133
4134         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4135         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4136
4137 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4140         (gnus-overlays-in): New alias to overlays-in.
4141
4142         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4143         gnus-overlay-get, and gnus-delete-overlay.
4144         (gnus-summary-show-thread): Make it work as well for systems in which
4145         next-single-char-property-change is not available.
4146         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4147
4148         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4149         (gnus-overlay-get): New alias to extent-property.
4150         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4151
4152         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4153         SXEmacs.
4154
4155         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4156         SXEmacs.
4157
4158 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4159
4160         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4161
4162 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4163
4164         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4165         and XEmacs that don't have `remove-overlays'.
4166
4167 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4168
4169         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4170         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4171         selective display.  Use overlays instead.
4172
4173 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4174
4175         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4176
4177 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4178
4179         * spam-stat.el (spam-stat-load): Fix typo in message.
4180
4181 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4182
4183         * dig.el (dig-invoke): Fix typo in docstring.
4184         (query-dig): Reflow docstring.
4185
4186 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4187
4188         * gnus-art.el (gnus-article-encrypt-body):
4189         * message.el (message-check-recipients):
4190         * mm-util.el (mm-codepage-setup):
4191         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4192         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4193
4194 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4195
4196         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4197         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4198         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4199         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4200         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4201
4202 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4203
4204         * dig.el: Add "Keywords: comm", as per net-utils.el.
4205
4206 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4207
4208         * dig.el (dig-mode): Use define-derived-mode.
4209
4210 2009-09-19  Glenn Morris  <rgm@gnu.org>
4211
4212         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4213
4214 2009-09-18  Glenn Morris  <rgm@gnu.org>
4215
4216         * gnus-diary.el (gnus-diary-check-message):
4217         * message.el (message-insert-formatted-citation-line):
4218         * nnbabyl.el (top-level):
4219         * nndiary.el (nndiary-schedule):
4220         Fix typos in condition-case handlers.
4221
4222 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4225         configuration that provides the sole article window in a frame;
4226         position point correctly after deleting a part.
4227
4228 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4229
4230         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4231         (spam-resolve-registrations-routine): Use it to unregister articles
4232         that change status.
4233
4234 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4235
4236         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4237         with XEmacs.
4238         (parse-time-string-chars): Use it.
4239
4240 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4241
4242         * imap.el (imap-interactive-login): Better messages.
4243         (imap-open): Fix bug with renamed buffer on reconnect.
4244         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4245         for easier debugging and cleaner code.  On successful (guessed based on
4246         server capabilities) secondary authentication, set imap-state
4247         correctly.
4248         (imap-last-authenticator): Define imap-last-authenticator as a variable
4249         to avoid warnings.
4250
4251 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * nnrss.el (nnrss-request-article): Remove binding of
4254         default-enable-multibyte-characters that has gotten needless by
4255         the 2007-07-13 change in rfc2047-encode-message-header.
4256
4257         * mml.el (mml-insert-multipart): Error on the message header.
4258         (mml-insert-part): Error on the message header; position point at
4259         the end of a MIME tag.
4260
4261 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4262
4263         * time-date.el (autoload): Expand define-obsolete-function-alias into
4264         defalias and make-obsolete for old Emacsen that Gnus supports.
4265         (with-no-warnings): Define it for old Emacsen.
4266         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4267         is available.
4268         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4269         float-time is available; suppress compile warning for time-to-seconds.
4270
4271         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4272         (gnus-float-time): Alias to float-time if it exists.
4273
4274         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4275         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4276         float-time is available; suppress compile warning for time-to-seconds.
4277
4278         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4279         XEmacs.
4280
4281 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4282
4283         * imap.el (imap-message-map): Docstring fix.
4284
4285 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4286
4287         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4288         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4289         Add the optional argument `encoding' that overrides the default.
4290
4291         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4292         mm-encode-buffer.
4293
4294 2009-09-04  Glenn Morris  <rgm@gnu.org>
4295
4296         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4297         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4298         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4299         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4300         * mm-util.el (mm-with-unibyte-current-buffer)
4301         (mm-find-buffer-file-coding-system):
4302         * yenc.el (yenc-decode-region): Use default-value rather than
4303         default-enable-multibyte-characters.
4304
4305 2009-09-03  Glenn Morris  <rgm@gnu.org>
4306
4307         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4308         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4309         than default-enable-multibyte-characters.
4310
4311 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4312
4313         * gnus-art.el (gnus-article-read-summary-keys):
4314         Fix gnus-buffer-configuration's value temporarily used.
4315
4316 2009-09-02  Glenn Morris  <rgm@gnu.org>
4317
4318         * gnus-util.el (gnus-float-time): New function.
4319         * gnus-delay.el (gnus-delay-article):
4320         * gnus-sum.el (gnus-thread-latest-date):
4321         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4322         * nnspool.el (nnspool-request-newgroups):
4323         Use gnus-float-time rather than time-to-seconds.
4324         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4325
4326         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4327         (gnus-header-subject-face, gnus-header-newsgroups-face)
4328         (gnus-header-name-face, gnus-header-content-face):
4329         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4330         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4331         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4332         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4333         (gnus-cite-face-11):
4334         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4335         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4336         (gnus-server-closed-face, gnus-server-denied-face)
4337         (gnus-server-offline-face):
4338         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4339         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4340         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4341         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4342         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4343         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4344         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4345         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4346         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4347         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4348         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4349         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4350         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4351         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4352         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4353         (gnus-summary-high-undownloaded-face)
4354         (gnus-summary-low-undownloaded-face)
4355         (gnus-summary-normal-undownloaded-face)
4356         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4357         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4358         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4359         (gnus-splash-face):
4360         * message.el (message-header-to-face, message-header-cc-face)
4361         (message-header-subject-face, message-header-newsgroups-face)
4362         (message-header-other-face, message-header-name-face)
4363         (message-header-xheader-face, message-separator-face)
4364         (message-cited-text-face, message-mml-face):
4365         * sieve-mode.el (sieve-control-commands-face)
4366         (sieve-action-commands-face, sieve-test-commands-face)
4367         (sieve-tagged-arguments-face):
4368         * spam.el (spam-face):
4369         Mark face aliases with "-face" in the name as obsolete.
4370
4371 2009-09-01  Glenn Morris  <rgm@gnu.org>
4372
4373         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4374         than goto-line.
4375
4376 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4379         Don't move point if the command is invoked inside the message header.
4380
4381 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4382
4383         * imap.el (imap-send-command): Simplify.
4384         (imap-wait-for-tag): point-max -> buffer-size.
4385
4386 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4387
4388         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4389         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4390         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4391         * nnir.el (nnir-swish-e-index-file):
4392         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4393         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4394         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4395         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4396         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4397         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4398
4399 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4402         Don't save excursion.
4403
4404 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4405
4406         * nnheader.el (nnheader-find-file-noselect):
4407         * mm-util.el (mm-insert-file-contents):
4408         Use (default-value 'major-mode) instead of default-major-mode.
4409
4410 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4411
4412         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4413
4414 2009-08-26  Glenn Morris  <rgm@gnu.org>
4415
4416         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4417         than placing in files.el.
4418
4419 2009-08-25  Glenn Morris  <rgm@gnu.org>
4420
4421         * nnir.el (top-level): Don't require cl at run-time.
4422         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4423         Replace cl-function substitute with gnus-replace-in-string.
4424         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4425         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4426         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4427         simplified expansions.
4428
4429 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4430
4431         * dig.el (dig): Add autoload cookie.
4432
4433 2009-08-22  Glenn Morris  <rgm@gnu.org>
4434
4435         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4436         goto-line.
4437
4438 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4439
4440         * parse-time.el (parse-time-string-chars): Save match data.
4441
4442 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4443
4444         * parse-time.el (parse-time-string-chars): Compute using character
4445         classes, to handle non-ascii characters (Bug#3190).
4446
4447 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4450
4451         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4452         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4453         (gnus-mm-display-part, gnus-mime-display-single)
4454         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4455         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4456
4457         * gnus-sum.el
4458         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4459         (gnus-summary-move-article): Add expirable mark to articles copied or
4460         moved to group that has auto-expire turned on if the option is non-nil.
4461
4462 2009-07-24  Glenn Morris  <rgm@gnu.org>
4463
4464         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4465         Fix typo.  (Bug#3903)
4466
4467 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4470         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4471         that should not be used for draft articles.
4472         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4473         that has no concern in minor mode keys.
4474         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4475         Abolish.
4476
4477 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4478
4479         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4480         article without making inquiry to a user for unknown encoding.
4481
4482         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4483         (nnmaildir--scan): Assume i-node and device number that file-attributes
4484         returns might be cons-cell.
4485
4486         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4487
4488         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4489
4490 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4491
4492         * auth-source.el: Remove docs now in auth.texi.  Don't use
4493         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4494         `auth-source-hide-passwords' and use them.
4495
4496 2009-07-15  Glenn Morris  <rgm@gnu.org>
4497
4498         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4499
4500 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4503         excessive whitespace from the default values of title and description.
4504
4505 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4508         mail-fetch-field to fetch Content-Description header in order to
4509         exclude newlines.
4510
4511 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4512
4513         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4514         format used by GnuPG 2.0.11.
4515
4516 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4519         to deleted part.
4520
4521 2009-05-30  David Engster  <dengste@eml.cc>
4522
4523         * nnmairix.el: Remove old documentation in the commentary block.
4524         (nnmairix-request-group): Do not update active file for nnml back ends.
4525         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4526         end so that overview files are ignored.
4527         (nnmairix-update-groups): Make updating the groups more robust by using
4528         marks.
4529         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4530         with dollar characters in message-id.
4531
4532 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4533
4534         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4535         2008-12-25 in dns.el.
4536
4537 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4538
4539         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4540         could happen if the text is only composed of spaces and/or tabs.
4541
4542 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4543
4544         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4545         when sending a queued message to avoid extra mml tags.
4546
4547 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4550
4551 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4554         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4555         rmail-toggle-header for XEmacs;
4556         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4557
4558 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4559
4560         * gnus-dired.el: Remove autoload for gnus-setup-message.
4561         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4562         displaying Gnus logo; always use compose-mail.
4563
4564 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4567
4568 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4571         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4572         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4573         available.
4574         (gnus-nocem-epg-verify): New function.
4575
4576 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4577
4578         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4579
4580 2009-02-15  Glenn Morris  <rgm@gnu.org>
4581
4582         * gnus-util.el (rmail-insert-rmail-file-header)
4583         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4584         autoloads.
4585         (rmail-default-rmail-file): Remove unnecessary declaration.
4586         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4587
4588 2009-02-14  Glenn Morris  <rgm@gnu.org>
4589
4590         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4591         variable (only used in gnus-util, which declares it anyway).
4592         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4593         which was only needed by gnus-art (changed to not use it any more).
4594         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4595         only used in gnus-util, which autoloads it itself.
4596         (rmail-update-summary): Fix autoload.
4597
4598         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4599         rather than rmail-output-to-rmail-file.
4600
4601 2009-02-07  Glenn Morris  <rgm@gnu.org>
4602
4603         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4604         autoload of function that no longer exists.
4605         (rmail-toggle-header): Declare.
4606         (message-forward-rmail-make-body): Handle mbox Rmail.
4607
4608 2009-01-31  Glenn Morris  <rgm@gnu.org>
4609
4610         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4611         2009-01-09 change.
4612
4613 2009-01-31  Dave Love  <fx@gnu.org>
4614
4615         * imap.el (imap-fetch-safe): Bind debug-on-error.
4616         (imap-debug): Add imap-fetch-safe.
4617
4618 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4619
4620         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4621         (auth-source-forget-all-cached): New convenience function.
4622         (auth-source-user-or-password): Accept list of modes or a single mode.
4623
4624         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4625         auth-source modes.
4626
4627         * netrc.el (netrc-machine-user-or-password): Use list of
4628         auth-source modes.
4629
4630         * nnimap.el (nnimap-open-connection): Use list of
4631         auth-source modes.
4632
4633         * nntp.el (nntp-send-authinfo): Use list of
4634         auth-source modes.
4635
4636 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4637
4638         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4639         now.
4640
4641 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4642
4643         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4644         coding system in XEmacs; add a workaround for XEmacs.
4645
4646         * lpath.el: Fbind coding-system-aliasee.
4647
4648 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4649
4650         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4651         of current-language-environment.
4652
4653 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4654
4655         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4656         available at runtime.
4657
4658 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4661
4662 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4663
4664         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4665         the greatest positive fixnum value doesn't work under an XEmacs with
4666         bignum support; use the most-positive-fixnum constant instead,
4667         available since Emacs 21.1 with cl and XEmacs 21.1.
4668
4669 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4672         XEmacs gets not to work.
4673
4674 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * mm-util.el (mm-coding-system-priorities): Allow the value like
4677         "Japanese (UTF-8)" of current-language-environment.
4678
4679 2009-01-09  Glenn Morris  <rgm@gnu.org>
4680
4681         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4682         with last-command-event.
4683
4684 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4685
4686         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4687         in the doc string.
4688
4689         * message.el (message-fix-before-sending): Amend comment.
4690
4691 2009-01-08  Dave Love  <fx@gnu.org>
4692
4693         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4694
4695 2009-01-07  David Engster  <dengste@eml.cc>
4696
4697         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4698         simplified server definitions by converting it via
4699         gnus-server-to-method.
4700
4701 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4702
4703         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4704         parameter's operands.
4705
4706 2009-01-06  David Engster  <dengste@eml.cc>
4707
4708         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4709         primary select method (for gnus-group-mark-article-as-read).
4710
4711 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4712
4713         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4714         `(gnus)Face', not `(gnus)X-Face'.
4715
4716 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4717
4718         * mm-util.el (mm-ucs-to-char): New function.
4719
4720         * mm-url.el (mm-url-decode-entities): Use it.
4721
4722         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4723         unicode-to-char.
4724
4725 2009-01-05  Dave Love  <fx@gnu.org>
4726
4727         * time-date.el: Require cl for `declare'.
4728
4729 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4730
4731         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4732         Dave Love.
4733
4734 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4735
4736         * message.el (message-fix-before-sending): Add `eight-bit' to
4737         illegible-text check.
4738
4739 2009-01-03  Michael Olson  <mwolson@gnu.org>
4740
4741         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4742         `headers' is nil.  This can occur if the IMAP server does not have
4743         permissions to read messages from a folder, but can write new messages
4744         to the folder.
4745         (nnimap-request-article-part): Do not insert `data' if it is nil.
4746
4747         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4748         characters which will confuse `read', so skip past them.
4749
4750 2009-01-01  Dave Love  <fx@gnu.org>
4751
4752         * imap.el (imap-string-to-integer): Fix typo.
4753         (imap-fetch-safe): New function.
4754         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4755
4756         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4757
4758         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4759         (imap-parse-greeting): Fix doc strings.
4760         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4761         (imap-parse-flag-list): Make messages unique.
4762         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4763
4764         * nnimap.el: Fix author email.
4765         (nnimap-split-rule): Add FIXME comment.
4766         (nnimap-debug): Fix doc string.
4767
4768 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4769
4770         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4771
4772 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4773
4774         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4775         nslookup if resolv.conf isn't available.
4776         (dns-query): Rename from query-dns.
4777         (dns-query-cached): Rename from query-dns-cached.
4778
4779 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4782         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4783         to check if those variables exist (first appeared in Emacs 18.50).
4784
4785 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4786
4787         * mm-util.el (mm-line-number-at-pos): New function.
4788
4789         * spam-report.el (spam-report-process-queue): Use it.
4790
4791 2008-12-24  David Engster  <dengste@eml.cc>
4792
4793         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4794         parameters that haven't existed as variables as buffer-local variables.
4795
4796 2008-12-23  Dave Love  <fx@gnu.org>
4797
4798         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4799         cadar.
4800
4801         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4802         imap-starttls-p.
4803         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4804
4805 2008-12-22  Dave Love  <fx@gnu.org>
4806
4807         * imap.el: Fix author email.  Doc fixes.
4808         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4809         reply.
4810
4811 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4812
4813         * spam-report.el (spam-report-gmane-max-requests): New constant.
4814         (spam-report-gmane-wait): New variable.
4815         (spam-report-gmane-ham, spam-report-gmane-spam)
4816         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4817         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4818         the server.
4819
4820         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4821         Add explanations.
4822
4823         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4824         nnheader-accept-process-output and nnheader-read-timeout if available.
4825         (pop3-movemail): Use it.
4826
4827         * message.el (message-check-news-body-syntax): Fix signature check if
4828         there's an attachment.
4829
4830 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4831
4832         * mm-util.el: Add comments to the mm- emulating functions.
4833
4834 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4835
4836         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4837         by Stephen Berman <stephen.berman@gmx.net>.
4838
4839 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * mm-util.el (mm-substring-no-properties): New function.
4842         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4843         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4844         (mm-string-to-multibyte): Doc fix.
4845
4846         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4847
4848 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4849
4850         * mml.el (mml-attach-file): Strip text properties from file name.
4851         (Bug#1574)
4852
4853 2008-12-16  Glenn Morris  <rgm@gnu.org>
4854
4855         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4856
4857 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4858
4859         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4860         knows since the charset specified might be a bogus alias that
4861         mm-charset-synonym-alist provides.
4862
4863 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4864
4865         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4866         "ISO_8859-1".
4867
4868         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4869
4870 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * mm-util.el (mm-charset-eval-alist):
4873         Define it before mm-charset-to-coding-system.
4874         (mm-charset-to-coding-system): Add optional argument `silent';
4875         define it before mm-charset-override-alist.
4876         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4877         default value if it can be used in Emacs currently running;
4878         silence mm-charset-to-coding-system.
4879
4880 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4881
4882         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4883         `allow-override' which says whether to use `mm-charset-override-alist'.
4884         (rfc2047-decode-encoded-words): Use it.
4885
4886         * mm-util.el (mm-charset-override-alist): Fix custom type;
4887         add `(gb2312 . gbk)' to choices.
4888
4889 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4890
4891         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4892         fast.
4893
4894         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4895
4896         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4897
4898 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4899
4900         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4901         on links.
4902
4903         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4904
4905 2008-12-03  Lute Kamstra  <lute@gnu.org>
4906
4907         * sha1.el: Remove leading * from docstrings of defcustoms,
4908         deffaces, defconsts and defuns.
4909
4910 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4913         users' addresses that don't have domain parts.
4914         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4915         rather than message-narrow-to-head since there will be the message
4916         header separator.
4917
4918 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4919
4920         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4921         since the result is inserted in a unibyte buffer anyway.
4922         (nnimap-demule-use-string-to-multibyte): Remove.
4923         (nnimap-demule): Alias it to mm-string-to-multibyte.
4924
4925 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4926
4927         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4928         variable for debugging bug#464 and bug#1174.
4929         (nnimap-demule): Use it.
4930
4931 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4932
4933         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4934         score calculation correctly.
4935
4936 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4937
4938         * message.el (message-send-mail): Just set the buffer to unibyte
4939         rather than use mm-with-unibyte-current-buffer which does a lot more.
4940         (message-send-mail-partially): Don't bother with
4941         mm-with-unibyte-current-buffer since it's already been made unibyte by
4942         message-send-mail.
4943
4944 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4945
4946         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4947
4948 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4949
4950         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4951
4952 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4955         require itself and to remove `with-no-warnings'.
4956
4957 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4958
4959         * starttls.el (starttls-any-program-available): Get the name of the
4960         available TLS layer program.
4961         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4962         well as the host name in the "opening" message.
4963
4964         * auth-source.el (auth-source-cache, auth-source-do-cache)
4965         (auth-source-user-or-password): Cache passwords and logins by default,
4966         allow override with `auth-source-do-cache'.
4967         (auth-source-forget-user-or-password): Allow users to remove cache
4968         entries if needed.
4969
4970 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4971
4972         * md4.el (md4-buffer): Fix typo in docstring.
4973         (md4, md4-64): Doc fixes.
4974         (md4-pack-int32): Reflow docstring.
4975
4976 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4977
4978         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4979         condition-case to only the forward-sexp call.
4980
4981 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4982
4983         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4984         quotes contained.  Make it more robust regardless by an extra
4985         condition-case wrapper.
4986
4987 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4988
4989         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4990
4991 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4992
4993         * nnml.el (nnml-request-expire-articles): Check if the function set to
4994         `nnmail-expiry-target' returns the symbol `delete'.
4995
4996         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4997
4998         * nnmail.el (nnmail-expiry-target): Fix custom type.
4999
5000 2008-10-02  Glenn Morris  <rgm@gnu.org>
5001
5002         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5003         Silence compiler warning.
5004
5005 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5006
5007         * tls.el (open-tls-stream): Show the actual command being
5008         executed, instead of the format string.
5009
5010 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5011
5012         * lpath.el: Fbind codepage-setup for Emacs 23.
5013
5014 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5015
5016         * mml.el (mml-menu): Don't assume mml2015 is bound.
5017
5018 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5019
5020         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5021         exists.
5022
5023 2008-09-27  Glenn Morris  <rgm@gnu.org>
5024
5025         * gnus-util.el (mail-header-remove-comments): Autoload it.
5026
5027 2008-09-27  Andreas Schwab  <schwab@suse.de>
5028
5029         * gnus-util.el (gnus-split-references): Strip comments.
5030         (gnus-parent-id): Likewise.
5031
5032 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5033
5034         * message.el (message-confirm-send): Fix version.
5035
5036 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5037
5038         * message.el (message-idna-to-ascii-rhs-1): Use
5039         mail-extract-address-components rather than mail-header-parse-addresses
5040         that is an alias by default to ietf-drums-parse-addresses that does not
5041         support non-ASCII names in headers' contents.
5042
5043 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5044
5045         * message.el (message-confirm-send): Fixed variable documentation to
5046         avoid the "y/n" wording.
5047
5048 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5049
5050         * message.el (message-set-auto-save-file-name): Save to a different
5051         filename so multiple messages (especially drafts) can be recovered.
5052
5053 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5054
5055         * message.el (message-confirm-send): Add appropriate version.
5056
5057 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5058
5059         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5060         defvar.
5061
5062 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5063
5064         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5065         (mm-pkcs7-enveloped-magic): Ditto.
5066
5067 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5068
5069         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5070         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5071
5072 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5073
5074         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5075         default, it's better.
5076
5077 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5078
5079         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5080         summary line gnus-number property and ignore them (with a warning
5081         message).
5082
5083 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5086         macro caddr in the interactive form since it won't be expanded.
5087
5088 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5089
5090         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5091         `charset'; fix name of function called recursively.
5092         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5093
5094 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5097         (gnus-mime-set-charset-parameters): New function.
5098         (gnus-mime-view-part-as-charset): Use it to correctly display part
5099         specifying wrong charset.
5100
5101 2008-09-08  David Engster  <dengste@eml.cc>
5102
5103         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5104         in completing-read for back end server.
5105
5106 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5107
5108         * message.el (message-confirm-send): New variable to confirm sending a
5109         message.
5110         (message-send): Use it.
5111
5112 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5113
5114         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5115
5116 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5117
5118         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5119
5120 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5121
5122         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5123         prevent tracking too many groups.
5124         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5125         Use it.
5126
5127 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5128
5129         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5130         moving point to the bottom of the window in order to avoid recentering.
5131
5132 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5135
5136         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5137         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5138         (gnus-article-beginning-of-window): Fix calculation.
5139
5140 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5141
5142         * gnus-msg.el (gnus-summary-supersede-article)
5143         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5144         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5145         message header.
5146
5147 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5148
5149         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5150         pending output coming after the status change.
5151
5152 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5153
5154         * message.el:
5155         * gnus-start.el:
5156         * gnus-registry.el: Remove VMS support.
5157
5158 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5161         macro.
5162         (rfc2104-hash): Use it.
5163
5164 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5165
5166         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5167         (gnus-summary-sort-by-most-recent-date): New commands.
5168         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5169         and menu entries.
5170
5171 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5172
5173         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5174         don't redisplay article for raw contents; remove plural articles stuff.
5175
5176         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5177         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5178         on gnus-summary-save-article; display results properly.
5179
5180 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5181
5182         * lpath.el: No need to fbind ns-focus-frame.
5183
5184 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5187
5188 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5191         gnus-save-all-headers.
5192
5193 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5194
5195         * gnus-util.el (ns-focus-frame): Remove declaration.
5196         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5197         like x.
5198
5199 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5200
5201         * rfc2104.el (rfc2104-zero): Delete defconst.
5202         (rfc2104-hex-alist): Likewise.
5203         (rfc2104-hex-to-int): Delete func.
5204         (rfc2104-hexstring-to-bitstring): Likewise.
5205         (rfc2104-nybbles): New defconst.
5206         (rfc2104-hash): Rewrite for speed.
5207
5208 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5209
5210         * tls.el (open-tls-stream): Make it work with the 2nd argument
5211         BUFFER that is a string but does not exist as a buffer object, as
5212         mentioned in the doc-string.
5213
5214 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5215
5216         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5217         SXEmacs.
5218
5219 2008-07-16  Glenn Morris  <rgm@gnu.org>
5220
5221         * gnus-util.el (ns-focus-frame): Declare for compiler.
5222
5223 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5226         set as a group parameter.
5227         (gnus-summary-save-in-pipe): Work when it is called independently.
5228         (gnus-summary-pipe-to-muttprint): Don't modify
5229         gnus-summary-pipe-output-default-command.
5230
5231 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5232
5233         * message.el (message-send-mail-with-sendmail):
5234         Display the error message.
5235
5236 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * gnus-art.el (gnus-default-article-saver):
5239         Add gnus-summary-save-in-pipe to choices.
5240         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5241         gnus-summary-pipe-output-default-command as the default command.
5242         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5243         instead of gnus-last-shell-command.
5244
5245         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5246         New user option.
5247         (gnus-summary-muttprint-program): Mention the value will be changed.
5248         (gnus-summary-save-article): Force showing of all headers.
5249         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5250
5251 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5252
5253         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5254
5255 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5256
5257         * nnimap.el (nnimap-id):
5258         * sieve-manage.el (sieve-manage-open): Doc fixes.
5259
5260 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5261
5262         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5263         if available.
5264
5265 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5266
5267         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5268
5269         * nnkiboze.el (nnkiboze-generate-group):
5270         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5271
5272         * nnmairix.el: Require CL.
5273
5274 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * dgnushack.el: Autoload get-display-table and put-display-table for
5277         XEmacs 21.5.
5278
5279         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5280         21.4 and SXEmacs.
5281
5282 2008-06-15  David Engster  <dengste@eml.cc>
5283
5284         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5285
5286 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5287
5288         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5289         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5290         runtime choice under XEmacs.
5291
5292         * gnus-sum.el (gnus-summary-set-display-table):
5293         Use `gnus-put-display-table', `gnus-get-display-table',
5294         `gnus-set-display-table' for the display table, instead of `aset'.
5295
5296         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5297         Use `gnus-put-display-table', `gnus-get-display-table',
5298         `gnus-set-display-table' for the display table.
5299
5300 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5301
5302         * nnmairix.el: Add autoloads.
5303
5304 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5305
5306         * nnmairix.el (nnmairix-delete-recreate-group)
5307         (nnmairix-update-and-clear-marks): Fix error messages.
5308
5309 2008-06-14  David Engster  <dengste@eml.cc>
5310
5311         * nnmairix.el: Upgrade to version 0.6.
5312         (nnmairix-group-toggle-propmarks-this-group)
5313         (nnmairix-group-toggle-readmarks-this-group)
5314         (nnmairix-group-delete-recreate-this-group)
5315         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5316         (nnmairix-remove-tick-mark-original-article): New commands.
5317         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5318         (nnmairix-propagate-marks-to-nnmairix-groups)
5319         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5320         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5321         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5322         functions needed for marks propagation and manipulation of read marks.
5323         (nnmairix-update-groups): New function.
5324         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5325         (nnmairix-determine-original-group-from-registry)
5326         (nnmairix-determine-original-group-from-path)
5327         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5328         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5329         New helper functions.
5330         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5331         keystrokes for new commands.
5332         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5333         (nnmairix-request-group): Check allow-fast group parameter.
5334         (nnmairix-request-create-group): Set allow-fast group parameter if
5335         nnmairix-allowfast-default is set.
5336         (nnmairix-close-group): Propagate marks upon closing if needed.
5337         (nnmairix-group-toggle-threads-this-group): Use new.
5338         nnmairix-group-toggle-parameter helper function.
5339         (nnmairix-search): Better check for empty search result.
5340         (nnmairix-goto-original-article): Use new helper functions for
5341         determining original article.
5342         (nnmairix-show-original-article): Make sure message-id is in brackets.
5343         (nnmairix-call-mairix-binary): Change variable name.
5344         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5345         helper function.
5346         (nnmairix-widget-toggle-activate): Fix doc string.
5347
5348 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5349
5350         * nnir.el: Require edmacro when compiling with XEmacs.
5351         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5352         available in Emacs 21.
5353
5354 2008-06-11  Glenn Morris  <rgm@gnu.org>
5355
5356         * gnus-util.el (x-focus-frame):
5357         * gnus.el (image-size):
5358         * mm-decode.el (image-size): Declare.
5359
5360         * gnus-picon.el (declare-function): Add compat definition.
5361         (image-size): Declare.
5362
5363         * gnus-group.el (tool-bar-map):
5364         * gnus-sum.el (tool-bar-map): Define for compiler.
5365
5366         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5367
5368         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5369
5370         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5371         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5372         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5373         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5374         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5375         * sieve-manage.el, spam-report.el, spam.el:
5376         Remove unnecessary eval-and-compile of autoloads.
5377
5378 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5379
5380         * auth-source.el: Precise Tramp doc.
5381
5382 2008-06-07  Glenn Morris  <rgm@gnu.org>
5383
5384         * nnmairix.el: Remove unnecessary eval-when-compile.
5385
5386 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * lpath.el: Fbind propertize for XEmacs 21.4.
5389
5390 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5391
5392         * nnir.el: Move here from ../contrib.
5393
5394 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5395
5396         * gnus-util.el (gnus-read-shell-command): New function.
5397         * mm-decode.el (mm-pipe-part):
5398         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5399
5400 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5401
5402         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5403
5404 2008-06-03  Glenn Morris  <rgm@gnu.org>
5405
5406         * pop3.el (nnheader-accept-process-output): Autoload it.
5407
5408 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5409
5410         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5411         are not 2-digit hexadecimal characters that follow `%'s.
5412
5413 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5414
5415         * message.el (message-bogus-recipient-p): Fix type in doc string.
5416         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5417         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5418         Improve custom options.
5419         (message-bogus-recipient-p): Adjust accordingly.
5420
5421 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5422
5423         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5424         long-form month and day names.
5425
5426 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5427
5428         * dgnushack.el: Autoload debug, eudc-expand-inline and
5429         pgg-snarf-keys-region for XEmacs.
5430
5431         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5432
5433         * nnmairix.el: Require edmacro when compiling with XEmacs.
5434
5435 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5436
5437         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5438         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5439
5440 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5441
5442         * auth-source.el: Add more docs.
5443
5444         * netrc.el (netrc-machine): Always match if the port is not given.
5445
5446 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5447
5448         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5449         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5450         retrieval faster in some cases, but might make CPU usage larger.  If
5451         this has any bad side effects, we might revert this change.
5452
5453         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5454         seems to make mail retrieval much, much faster.
5455         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5456         unconditionally.
5457
5458         * gnus-draft.el (gnus-group-send-queue): Bind
5459         message-send-mail-partially-limit to nil to avoid being prompted.
5460
5461 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5462
5463         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5464
5465         * message.el (message-bogus-address-regexp): Fix and improve custom
5466         type.
5467         (message-setup-hook): Add message-check-recipients as custom option.
5468
5469 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5470
5471         * message.el (message-cite-function): Remove bogus autoload which crept
5472         in during merge from v5-10.
5473
5474 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5475
5476         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5477
5478         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5479
5480         * auth-source.el: Preliminary Tramp docs.
5481         (auth-sources): Change the default auth-sources to use
5482         EPA .gpg files.
5483
5484 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5485
5486         * nntp.el: Autoload `auth-source-user-or-password'.
5487         (nntp-send-authinfo): Use it.
5488
5489         * nnimap.el: Autoload `auth-source-user-or-password'.
5490         (nnimap-open-connection): Use it.
5491
5492         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5493         for the gnus-message function.
5494         (auth-source-user-or-password): Use it.
5495
5496 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5497
5498         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5499         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5500         (rfc2104-hash): Use it.
5501
5502 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5503
5504         * gnus-art.el (gnus-article-toggle-truncate-lines):
5505         Don't use `iff' in docstring.
5506
5507 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5508
5509         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5510
5511         * gnus-util.el (gnus-extract-address-component-name)
5512         (gnus-extract-address-component-email): Convenience functions around
5513         `gnus-extract-address-components'.
5514
5515         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5516         Use `gnus-extract-address-component-email' to fix bug of comparing full
5517         sender name to `user-mail-address'.
5518
5519 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5520
5521         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5522         catch/throw to optimize.
5523         (gnus-registry-find-keywords): Just use member to find a keyword.
5524
5525 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5526
5527         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5528         is current before calling gnus-server-prepare.
5529         (gnus-server-setup-buffer, gnus-server-update-server)
5530         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5531
5532 2008-05-04  Juri Linkov  <juri@jurta.org>
5533
5534         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5535         (mailcap-file-default-commands): Use mailcap-replace-in-string
5536         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5537         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5538
5539 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5540
5541         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5542
5543 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5544
5545         * gnus.el: Bump version to 0.11.
5546
5547 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5548
5549         * gnus.el: No Gnus v0.10 is released.
5550
5551 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5552
5553         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5554         hooks.
5555         (gnus-update-read-articles): Speed up non-marks-using users.
5556         (gnus-use-marks): Define gnus-use-marks.
5557         (gnus-propagate-marks): Rename variable to something more sensible.
5558
5559 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5560
5561         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5562         (gmm-image-load-path-for-library): Fix typos in docstrings.
5563         (gmm-message): Reflow docstring.
5564
5565 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5566
5567         * mail-source.el (mail-source-set-1, mail-source-bind):
5568         Move auth-source code out of the macro to clean it up and fix bugs.
5569
5570 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5571
5572         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5573         by sender if it's equal to user-mail-address, it's likely to be
5574         useless.
5575
5576         * mail-source.el (mail-source-bind): Don't use user or password if they
5577         are not bound.  Unintern them if they are nil.  Don't use server unless
5578         it's bound, and default it to empty string otherwise.
5579
5580 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5581
5582         * mail-source.el: Load auth-source.el.
5583         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5584         get user name or password, if auth-sources is set up.
5585
5586         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5587         strategy of splitting with parent.
5588         (gnus-registry-split-fancy-with-parent)
5589         (gnus-registry-post-process-groups): Use it and fix prior
5590         bug (returning a list as the split result).
5591
5592         * auth-source.el (auth-sources): Remove server parameter.
5593         (auth-source-pick, auth-source-user-or-password)
5594         (auth-source-user-or-password-imap)
5595         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5596         (auth-source-user-or-password-sftp)
5597         (auth-source-user-or-password-smtp): Remove server parameter.
5598
5599 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5600
5601         * smime.el (smime-sign-region, smime-encrypt-region)
5602         (smime-decrypt-region):
5603         Remove redundant calls to `generate-new-buffer-name'.
5604
5605 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5606
5607         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5608         Don't use QP for message/rfc822.
5609         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5610
5611 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5612
5613         * sieve-manage.el (sieve-string-bytes): Remove.
5614         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5615         correct byte-length only if the process's coding-system is the same as
5616         the one used internally by Emacs to represent strings.
5617
5618 2008-04-22  Juri Linkov  <juri@jurta.org>
5619
5620         * mailcap.el (mailcap-file-default-commands): New function.
5621
5622 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5623
5624         * message.el (message-signature-separator, message-cite-function):
5625         Change custom version.
5626
5627 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5628
5629         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5630         commands.
5631         (tls-checktrust): Ditto.
5632
5633 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5634
5635         * mm-decode.el (mm-display-external): Make temp file read-only.
5636
5637 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5638
5639         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5640         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5641         `C-c C-f d'.
5642
5643 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5644
5645         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5646
5647 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5648
5649         * gnus.el: Bump version to 0.9.
5650
5651 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5652
5653         * gnus.el: No Gnus v0.8 is released.
5654
5655 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5656
5657         * mail-source.el (mail-source-value):
5658         Prefer fboundp to functionp so it works with macros as well.
5659
5660 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5661
5662         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5663         Fix last change in case the element is not even a symbol.
5664
5665 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5666
5667         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5668         Prefer fboundp to functionp so it works with macros as well.
5669
5670 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5671
5672         * auth-source.el: Added docs.
5673         (auth-sources): Modify format to support server.
5674         (auth-source-pick, auth-source-user-or-password)
5675         (auth-source-user-or-password-imap)
5676         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5677         (auth-source-user-or-password-sftp)
5678         (auth-source-user-or-password-smtp): Add server parameter.
5679
5680 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5681
5682         * gnus-registry.el: Initialize the registry when gnus-registry-install
5683         is t.
5684
5685 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * compface.el (uncompface): Make buffer unibyte.
5688
5689 2008-04-05  Glenn Morris  <rgm@gnu.org>
5690
5691         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5692
5693 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5694
5695         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5696         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5697
5698         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5699         multibyteness after rather than before erasing it.
5700
5701         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5702         mm-with-multibyte.
5703         (gnus-request-article-this-buffer): Make sure the proper decoding is
5704         used if gnus-original-article-buffer happens to be unibyte.
5705
5706         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5707         default-enable-multibyte-characters.
5708
5709         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5710         default-enable-multibyte-characters.
5711
5712         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5713
5714         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5715
5716 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5717
5718         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5719         (imap-message-copyuid-1): Use it.
5720         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5721         J. Williams in
5722         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5723
5724         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5725         imap-enable-exchange-bug-workaround.
5726         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5727
5728 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5729
5730         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5731         a 100 byte status-checks into a 2-3MB transfer for each group.
5732         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5733         to enable bug workaround or not.
5734         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5735
5736 2008-03-31  Glenn Morris  <rgm@gnu.org>
5737
5738         * message.el (mml2015-use): Declare for compiler.
5739         (message-info): Require mml2015 when appropriate.
5740
5741 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5744         whitespace.
5745
5746 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5747
5748         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5749         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5750         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5751         (nntp-service-to-port): New function.
5752         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5753         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5754         (nntp-open-netcat-stream): New function.
5755         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5756
5757 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5758
5759         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5760
5761 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5762
5763         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5764
5765 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5766
5767         * dns.el (dns-write): Use set-buffer-multibyte.
5768
5769 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5770
5771         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5772
5773 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5774
5775         * message.el (message-signature-separator): Change default.
5776         Improve custom type.
5777         (message-cite-function): Change default to
5778         message-cite-original-without-signature.
5779
5780         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5781         toggle.
5782
5783         * message.el (message-check-news-body-syntax): Fix signature check.
5784         (message-setup-1): Mark buffer as unmodified _after_ running
5785         message-setup-hook and handling message-alternative-emails.
5786         (message-shorten-references): Be more strict when building list of
5787         valid references to comply with GNKSA.
5788
5789         * gnus-group.el (gnus-read-ephemeral-bug-group)
5790         (gnus-read-ephemeral-debian-bug-group)
5791         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5792
5793         * message.el (message-info): Don't use booleanp which isn't supported
5794         in Emacs 21 and XEmacs.
5795
5796 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5797
5798         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5799         gnus-group-gmane-group-download-format.
5800         (gnus-group-read-ephemeral-gmane-group): Rename from
5801         gnus-group-read-ephemeral-gmane-group.
5802         (gnus-read-ephemeral-gmane-group-url): Rename from
5803         gnus-group-read-ephemeral-gmane-group-url.
5804         (gnus-bug-group-download-format-alist): New variable.
5805         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5806         (gnus-read-ephemeral-emacs-bug-group): New commands.
5807
5808 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5809
5810         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5811         (gnus-visible-headers): Improve custom type.
5812
5813 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5814
5815         * mml.el (mml-menu): Add workarounds for XEmacs.
5816
5817         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5818         X-Boundary header.
5819
5820         * message.el (message-simplify-recipients): Fix previous commit.
5821
5822 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5823
5824         * mm-util.el (mm-set-buffer-multibyte): New function.
5825         * mm-decode.el (mm-copy-to-buffer): Use it.
5826
5827 2008-03-19  Glenn Morris  <rgm@gnu.org>
5828
5829         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5830         Accidentally removed in the sync process with Emacs.
5831
5832 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5833
5834         * message.el (message-alter-recipients-discard-bogus-full-name):
5835         New function.
5836         (message-alter-recipients-function): New variable.
5837         (message-get-reply-headers): Use it.
5838         (message-replace-header): New helper function.
5839         (message-recipients-without-full-name): New variable.
5840         (message-simplify-recipients): New command.
5841
5842         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5843
5844         * message.el (message-info): Handle EasyPG manual.
5845
5846         * mml.el (mml-menu): Add entry for EasyPG.
5847
5848 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5849
5850         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5851         parameter.
5852
5853         * message.el (message-disassociate-draft): Specify drafts group name
5854         fully.
5855
5856 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5857
5858         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5859         unnecessary duplicates from the match list.
5860
5861 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5864
5865         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5866
5867         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5868         args of `how-many' of which the XEmacs version doesn't take; declare
5869         Info-index-next as function.
5870
5871 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5872
5873         * gnus-score.el (gnus-score-headers): Fix handling of
5874         gnus-inhibit-slow-scoring.
5875
5876         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5877         string.
5878         (gnus-button-url-regexp): Improve handling of parenthesis.
5879         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5880         (gnus-button-handle-info-keystrokes): Handle index entries.
5881
5882 2008-03-15  Glenn Morris  <rgm@gnu.org>
5883
5884         * parse-time.el (parse-time-string): Simplify.
5885
5886 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5889         Incoming* files.
5890
5891 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5892
5893         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5894         (auth-source-pick): Use it.
5895
5896 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5897
5898         * binhex.el (binhex-decode-region-internal):
5899         * uudecode.el (uudecode-decode-region-internal):
5900         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5901         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5902         setting default-enable-multibyte-characters.
5903
5904 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5905
5906         * auth-source.el (auth-source-protocols)
5907         (auth-source-protocols-customize, auth-source-choices): Added and
5908         modified variable customizations and defaults.
5909         (auth-source-pick, auth-source-user-or-password)
5910         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5911         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5912         (auth-source-user-or-password-sftp)
5913         (auth-source-user-or-password-smtp): Use new variables and provide an
5914         interface to netrc.el.
5915
5916 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5919         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5920         Make sure the nntp port to specify is a string.
5921
5922 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5923
5924         * nntp.el: Use with-current-buffer.
5925         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5926         dubious mm-with-unibyte-current-buffer.
5927         (nntp-with-open-group-function): New function extracted from
5928         nntp-with-open-group macro.
5929         (nntp-with-open-group): Use the function, so it's easier to debug.
5930         Add indentation and debugging info.
5931         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5932         the use of the netcat alternatives.
5933
5934         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5935         Avoid mm-string-as-multibyte as well.
5936
5937         * nnweb.el (nnweb-insert-html):
5938         Remove use of nnheader-string-as-multibyte.
5939
5940         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5941         (nnheader-string-as-multibyte): Remove.
5942
5943         * mm-view.el: Use inhibit-read-only.
5944         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5945         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5946         or unibyte-string.
5947
5948         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5949         (mm-uu-yenc-extract): Use with-current-buffer.
5950
5951         * gnus-soup.el (gnus-soup-send-packet): Don't use
5952         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5953
5954         * nnmh.el: Use with-current-buffer.
5955         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5956         mm-string-as-multibyte on the output of mm-encode-coding-string.
5957
5958         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5959         (nnimap-request-move-article): Use with-current-buffer.
5960
5961         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5962         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5963         conversion uses string-make-unibyte rather than string-as-unibyte.
5964
5965         * gnus-msg.el: Use with-current-buffer.
5966
5967         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5968
5969 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5970
5971         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5972         string for caching if it is 'PIN.
5973
5974 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5975
5976         * lpath.el: Consider the case without Emacs/W3.
5977
5978 2008-03-08  Glenn Morris  <rgm@gnu.org>
5979
5980         * time-date.el (date-to-time, time-subtract, time-add)
5981         (safe-date-to-time): Doc fixes.
5982
5983 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5984
5985         * mail-source.el (mail-source-delete-old-incoming-confirm):
5986         Change default to nil.
5987         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5988
5989 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * lpath.el: Rearrange.
5992
5993         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5994         (gnus-article-goto-prev-page): Work for articles having ^L's.
5995
5996         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5997
5998         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5999
6000 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6001
6002         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6003         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6004         (gnus-bookmark-jump): Adjust some variable names.
6005
6006 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6007
6008         * auth-source.el: New package.
6009         (auth-source-choices): Add customization entry point variable.
6010
6011         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6012         bug.
6013
6014 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6015
6016         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6017         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6018         (gnus-registry-install-shortcuts): Rename from
6019         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6020         the `gnus-registry-mark-map' keymap dynamically from
6021         `gnus-registry-marks'.  The generated functions update the summary line
6022         when a registry mark is added or deleted, and will call
6023         `gnus-registry-install-p' (see the comments in the code).
6024         (gnus-registry-user-format-function-M): Use concat intelligently.
6025
6026         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6027         the registry mark functions.
6028
6029 2008-03-05  Glenn Morris  <rgm@gnu.org>
6030
6031         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6032         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6033         gnus-art.
6034         (top-level): No need to load own source when compiling.
6035
6036 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6037
6038         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6039         Suggested by <chris.anderton@zetnet.co.uk>.
6040
6041 2008-03-04  Glenn Morris  <rgm@gnu.org>
6042
6043         * gnus-sum.el (top-level): No need to require gnus when compiling,
6044         since unconditionally required near start of file.
6045         (gnus-summary-display-while-building): Move definition before use.
6046
6047 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6048
6049         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6050         formatting function.
6051
6052 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6053
6054         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6055         with plists.
6056         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6057         Use new format.
6058
6059 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6060
6061         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6062         `where-is-internal' that returns a range of key sequences.
6063
6064 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6065
6066         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6067
6068         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6069         (gnus-summary-jump-to-group): Consider windows on other displayed
6070         frames as well.  Similar changes might be needed elsewhere, but that's
6071         the one I've bumped into during my use.
6072
6073         * nndoc.el (nndoc-oe-dbx-type-p):
6074         * gnus-msg.el (gnus-debug):
6075         * gnus-group.el (gnus-update-group-mark-positions):
6076         Use mm-string-to-multibyte.
6077
6078 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6079
6080         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6081         doesn't handle NotDashEscaped.
6082
6083         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6084         (mml-dnd-attach-options): Fix typo in custom choice.
6085
6086         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6087         nndoc-article-type to mbox.
6088         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6089
6090         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6091         to nil, instead of html2text.
6092
6093         * imap.el (imap-debug): Add `imap-ping-server'.
6094
6095         * gnus-bookmark.el: Add FIXMEs.
6096
6097         * message.el (message-form-letter-separator)
6098         (message-send-form-letter-delay): New variables.
6099         (message-send-form-letter): Use them.  New command to send form
6100         letters.  Requested by Uwe Siart.
6101         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6102
6103 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6104
6105         * Update copyright years.
6106
6107 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6108
6109         Sync from EMACS_22_BASE.
6110
6111         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6112
6113 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6114
6115         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6116         empty author.
6117
6118 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6119
6120         * gnus-registry.el (gnus-registry-marks): Add variable for
6121         customization of marks and their appearance.
6122         (gnus-registry-read-mark): Use it.
6123         (gnus-registry-do-marks): Add utility function to loop through
6124         `gnus-registry-marks'.
6125         (gnus-registry-install-shortcuts-and-menus): Add function to install
6126         shortcuts and menus.
6127         (gnus-registry-initialize): Use it.
6128         (gnus-registry-default-mark): Clarify documentation.
6129
6130 2008-02-29  Glenn Morris  <rgm@gnu.org>
6131
6132         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6133         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6134         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6135         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6136         Change defcustom :version from 23.0 to 23.1.
6137
6138 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6139
6140         * gnus-registry.el (gnus-registry-follow-group-p)
6141         (gnus-registry-post-process-groups): Add functions to aid registry
6142         splitting and improve logging.  Clarify behavior in function
6143         documentation.
6144         (gnus-registry-split-fancy-with-parent): Use them.
6145
6146 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6147
6148         * gnus-art.el: Use with-current-buffer.
6149
6150 2008-02-27  David Engster  <dengste@eml.cc>
6151
6152         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6153         Express real group name in the response.
6154
6155 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6156
6157         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6158         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6159         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6160         autoload gnus-registry-fetch-group when compiling.
6161         (nnmairix-request-group-with-article-number-correction): Remove
6162         unreferenced argument passed to nnmairix-call-backend.
6163
6164 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6165
6166         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6167         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6168         Wilde.
6169
6170 2008-02-27  Glenn Morris  <rgm@gnu.org>
6171
6172         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6173         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6174         variables to defconsts.  Convert comments to doc-strings.
6175         (nnmairix-last-server, nnmairix-current-server): Convert from free
6176         variables to defvars.  Convert comments to doc-strings.
6177         (gnus-registry-fetch-group): Autoload.
6178         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6179         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6180         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6181         caddr.
6182         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6183         nnmairix-request-group-with-article-number-correction call.
6184         (nnmairix-fast, nnmairix-group): New, less general names, for free
6185         variables passed from nnmairix-request-group to
6186         nnmairix-request-group-with-article-number-correction.  Declare.
6187         (nnmairix-request-group-with-article-number-correction):
6188         Use nnmairix-fast, nnmairix-group rather than fast, group.
6189
6190 2008-02-26  David Engster  <dengste@eml.cc>
6191
6192         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6193         version 0.5.
6194
6195 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6196
6197         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6198         instead of making an extra function call.  Don't add the current group
6199         to articles only when they have the group.  Use
6200         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6201         Reported by David <de_bb@arcor.de>.
6202
6203 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6204
6205         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6206         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6207
6208 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6209
6210         * mail-source.el (mail-source-delete-incoming): Change default.
6211         Supplement doc string.
6212
6213         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6214
6215 2008-02-14  Glenn Morris  <rgm@gnu.org>
6216
6217         * time-date.el (format-seconds): New function.
6218
6219 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6220
6221         * nnmail.el (nnmail-message-id-cache-file): Derive from
6222         `gnus-home-directory'.
6223
6224 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6225
6226         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6227         Document negative prefix.
6228
6229         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6230
6231 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6232
6233         * message.el (message-unsent-separator): Add the Exim bounce
6234         separator.
6235
6236 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6237
6238         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6239         list.
6240         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6241         recipient/signer list.
6242
6243 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6244
6245         * Makefile.in (datarootdir): Define.
6246         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6247         name that might contain whitespace.
6248
6249 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6250
6251         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6252         fbound (Emacs 23 unicode), signal an error.
6253
6254 2008-02-08  Glenn Morris  <rgm@gnu.org>
6255
6256         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6257
6258 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6259
6260         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6261         ports to the calls to `netrc-machine-user-or-password' in addition to
6262         "imap" and "imaps".
6263
6264 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6265
6266         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6267
6268         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6269
6270 2008-02-01  Kenichi Handa  <handa@m17n.org>
6271
6272         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6273         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6274         (rfc2104-hash): Convert the result of concat to unibyte string.
6275
6276 2008-02-01  Dave Love  <fx@gnu.org>
6277
6278         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6279         coding-system-for-read.
6280         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6281
6282 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6283
6284         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6285         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6286         <hanche@math.ntnu.no>.
6287
6288 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6291
6292         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6293
6294 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6295
6296         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6297         * message.el (message-beginning-of-line): Use featurep instead of bound
6298         tests in order to resolve conditionals at compile time.
6299
6300 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6301
6302         * mail-source.el (mail-sources): Add `group' choice.
6303
6304         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6305         parameter `in-group' to control into which group the articles go.
6306         Add treatment of `group' mail-source.
6307
6308 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6309
6310         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6311
6312         * mm-decode.el (mm-dissect-buffer): Decode description.
6313
6314         * mml.el (mml-to-mime): Encode message header first.
6315
6316 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6317
6318         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6319         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6320
6321         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6322         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6323
6324 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6325
6326         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6327
6328 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6329
6330         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6331         prefix keys.
6332         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6333         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6334         gnus-xmas.el.
6335
6336         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6337         (gnus-xmas-article-describe-bindings): New function.
6338         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6339         gnus-xmas-article-describe-bindings.
6340
6341         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6342
6343 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6344
6345         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6346         Add new variables for article mark management.
6347         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6348         list of extra data entries which, when present, will indicate that the
6349         article ID should not be trimmed from the registry.
6350         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6351         functions.
6352         (gnus-registry-read-mark): New function to read a mark name from the
6353         user.
6354         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6355         (gnus-registry-set-article-mark-internal): New functions to add and
6356         remove marks.
6357         (gnus-registry-get-article-marks): New function to show the marks for
6358         an article, or retrieve them for further use.
6359
6360 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6363         keys when no argument is given.
6364
6365 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6366
6367         * imap.el (imap-ping-server): New variable.
6368         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6369         (imap-ping-server): Minor doc string fixes.
6370
6371 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6372
6373         * imap.el (imap-ping-server): New function.
6374         (imap-opened): Call imap-ping-server.
6375
6376 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6377
6378         * gnus-sum.el (gnus-article-sort-by-random)
6379         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6380         jidanni@jidanni.org.
6381
6382 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * gnus-art.el (gnus-article-describe-bindings): New function.
6385         (gnus-article-read-summary-keys): Use it.
6386         (gnus-article-mode-map): Bind `C-h b' to it.
6387
6388 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6391         XEmacs.
6392         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6393         against non-character events.
6394
6395         * lpath.el: Fbind map-keymap for Emacs 21.
6396
6397 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6398
6399         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6400         command.
6401         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6402         instead of END.  Change name of the temp file.
6403         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6404         customizable.
6405
6406 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6409         bind `S W' to gnus-article-wide-reply-with-original; set default
6410         binding to gnus-article-read-summary-send-keys.
6411         (gnus-article-read-summary-keys): Fix the order of keys; display
6412         continuation keys correctly in the echo area; describe bindings
6413         correctly when keys end with `C-h'.
6414         (gnus-article-read-summary-send-keys): New function.
6415         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6416         for gnus-article-read-summary-send-keys; display continuation keys
6417         correctly in the echo area.
6418         (gnus-article-reply-with-original): Ignore prefix argument.
6419         (gnus-article-wide-reply-with-original): New function.
6420
6421         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6422         Emacs 21.
6423
6424 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6427         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6428
6429 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6430
6431         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6432         (gnus-group-read-ephemeral-gmane-group): New command.
6433
6434 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6435
6436         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6437
6438 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6439
6440         * message.el (message-send-mail-function): Increase custom version.
6441
6442         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6443         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6444
6445 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6446
6447         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6448         for the cases where imap-authenticate is called with a nil buffer
6449         parameter.
6450
6451 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6454         html parts correctly; support forwarded messages.
6455         (gnus-article-browse-html-article): Remove work buffers.
6456
6457         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6458         compiling.
6459         (netrc-bound-and-true-p): New macro.
6460         (netrc-parse): Use it instead of bound-and-true-p that is not available
6461         in XEmacs 21.4.
6462
6463 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6464
6465         * gnus-registry.el (gnus-registry-mark-article)
6466         (gnus-registry-article-marks): Add functionality to mark articles
6467         through the Gnus registry.
6468
6469         * encrypt.el: Clarify documentation for the new pgg method.
6470         (encrypt-file-alist): Add PGG option.
6471         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6472         functionality.  Abstract password key and messaging to external
6473         functions.
6474         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6475         (encrypt-message-method-and-cipher): Add new convenience external
6476         functions.
6477         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6478         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6479
6480         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6481         (netrc-parse): Use encrypt-file-alist to determine if
6482         encrypt-find-model or encrypt-insert-file-contents should be used.
6483
6484         * encrypt.el: Clarify documentation.  Load password-cache or
6485         password, whichever one is found first, instead of autoloading.
6486
6487 2007-12-19  Glenn Morris  <rgm@gnu.org>
6488
6489         * mml.el (message-options-set, message-narrow-to-head)
6490         (message-in-body-p, message-mail-p, message-encode-message-body):
6491         Autoload.
6492         (message-remove-header, message-narrow-to-headers-or-head)
6493         (message-subscribed-p, message-make-mail-followup-to)
6494         (message-position-on-field, message-news-p)
6495         (message-options-set-recipient, message-generate-headers)
6496         (message-sort-headers): Declare as functions.
6497
6498 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6499
6500         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6501         convention in doc string.
6502
6503 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6506         title to html parts.
6507         (gnus-article-browse-html-article): Pass message header to it.
6508
6509         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6510
6511 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6512
6513         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6514         or password compatible with XEmacs.
6515
6516 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6517
6518         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6519         format document.
6520         (gnus-mime-delete-part): Don't write description line if empty.
6521         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6522
6523 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6524
6525         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6526         (gnus-summary-mark-read-and-unread-as-read)
6527         (gnus-summary-mark-current-read-and-unread-as-read)
6528         (gnus-summary-mark-unread-as-ticked): Doc fix.
6529         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6530
6531 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6532
6533         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6534         Christoph Conrad <christoph.conrad@gmx.de>.
6535
6536 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6537
6538         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6539         yes-or-no-p.
6540
6541 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * mm-decode.el (mm-add-meta-html-tag): New function.
6544         (mm-save-part-to-file, mm-pipe-part): Use it.
6545
6546         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6547         gnus-y-or-n-p instead of y-or-n-p.
6548         (gnus-article-browse-html-parts): Work with message/external-body; use
6549         mm-add-meta-html-tag.
6550
6551 2007-12-11  Glenn Morris  <rgm@gnu.org>
6552
6553         * gnus-cache.el: Require gnus-sum not just when compiling.
6554
6555         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6556
6557         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6558         definitions before use.
6559
6560         * mm-decode.el: Require gnus-util.
6561         (mm-remove-part): Only call delete-annotation on XEmacs.
6562
6563         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6564
6565         * nnmail.el: Require gnus-int.
6566
6567         * spam.el: Move `require's before `eval-when-compile's.
6568
6569         * gnus-ems.el (gnus-alive-p):
6570         * gnus-fun.el (message-goto-eoh):
6571         * gnus-util.el (gnus-group-name-decode):
6572         * mail-source.el (gnus-compress-sequence):
6573         * message.el (Info-goto-node, format-spec):
6574         * mm-bodies.el (message-options-get):
6575         * mm-decode.el (mm-view-pkcs7):
6576         * mm-util.el (gmm-write-region):
6577         * mml-smime.el (mml-compute-boundary)
6578         (gnus-completing-read-with-default):
6579         * mml.el (widget-button-press, gnus-make-hashtable):
6580         * mml1991.el (mm-decode-content-transfer-encoding)
6581         (mm-encode-content-transfer-encoding)
6582         (message-options-get, message-options-set):
6583         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6584         * nnfolder.el (gnus-request-group):
6585         * nnheader.el (ietf-drums-unfold-fws):
6586         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6587         * smime.el (gnus-run-mode-hooks):
6588         * spam-stat.el (gnus-message): Autoload.
6589
6590         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6591         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6592         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6593         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6594         Add declare-function compatibility definition.
6595
6596         * gnus-cache.el (nnvirtual-find-group-art):
6597         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6598         (gnus-add-image, gnus-add-wash-type):
6599         * gnus-group.el (nnkiboze-score-file):
6600         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6601         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6602         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6603         (message-tokenize-header, gnus-get-buffer-create)
6604         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6605         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6606         * gnus.el (gnus-group-decoded-name):
6607         * mail-source.el (imap-capability):
6608         * mm-bodies.el (message-options-set):
6609         * mm-decode.el (gnus-configure-windows):
6610         * mm-extern.el (message-goto-body):
6611         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6612         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6613         (epg-sub-key-validity, message-options-set):
6614         * mml.el (widget-event-point, gnus-configure-windows):
6615         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6616         * mml2015.el (epg-check-configuration, epg-configuration)
6617         (message-options-set):
6618         * nndb.el (nndb-request-article):
6619         * nnfolder.el (gnus-request-create-group):
6620         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6621         * nnmaildir.el (gnus-group-mark-article-read):
6622         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6623         * rfc1843.el (message-fetch-field):
6624         * spam.el (gnus-extract-address-components):
6625         Declare as functions.
6626
6627 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6630
6631         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6632
6633         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6634         bind show-trailing-whitespace for XEmacs.
6635
6636 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6637
6638         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6639         new no-op macro for backward compatibility.
6640
6641         * imap.el (imap-string-to-integer): New function.
6642
6643 2007-12-09  Glenn Morris  <rgm@gnu.org>
6644
6645         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6646
6647         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6648         * message.el, mm-view.el, sieve-manage.el, smime.el:
6649         Add declare-function compatibility definition.
6650
6651         * gnus-art.el (w3-region, w3m-region, Info-menu):
6652         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6653         * gnus-sum.el (gnus-get-predicate):
6654         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6655         * message.el (mail-abbrev-in-expansion-header-p):
6656         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6657         (w3m-detect-meta-charset, w3m-region):
6658         * sieve-manage.el (password-read, password-cache-add)
6659         (password-cache-remove):
6660         * smime.el (password-read-and-add): Declare as functions.
6661
6662 2007-12-08  David Kastrup  <dak@gnu.org>
6663
6664         * gnus-sum.el (gnus-summary-simplify-subject-query):
6665         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6666         `message'.
6667
6668 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6671         it to bind idna-program, installation-directory, defined-colors, and
6672         face-attribute for XEmacs of the version that compiles defcustom forms.
6673
6674 2007-12-07  Glenn Morris  <rgm@gnu.org>
6675
6676         * gnus-art.el (article-make-date-line): Revert previous change.
6677
6678 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6679
6680         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6681
6682 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6683
6684         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6685         Call gnus-add-to-range ranges only once with a prepared article-list.
6686
6687 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6688
6689         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6690         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6691         group names with backslashes.  Reported by Tassilo Horn
6692         <tassilo@member.fsf.org>.
6693
6694 2007-12-06  Deepak Goel  <deego3@gmail.com>
6695
6696         * gnus-art.el (article-make-date-line):
6697         * gnus-start.el (gnus-load):
6698         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6699
6700 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * gnus-art.el (gnus-use-idna)
6703         * gnus-start.el (gnus-site-init-file)
6704         * message.el (message-use-idna)
6705         * mm-uu.el (mm-uu-hide-markers)
6706         * smiley.el (smiley-style): Revert changes that suppress warnings.
6707
6708 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6711         specify charset to html source.  Reported by Christoph Conrad
6712         <christoph.conrad@gmx.de>.
6713
6714 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6717         idna-program in order to suppress byte compile warning issued by XEmacs
6718         that came to byte compile the default value section of defcustom forms
6719         recently.
6720
6721         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6722         value of installation-directory.
6723
6724         * message.el (message-use-idna): Don't directly refer to the value of
6725         idna-program.
6726
6727         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6728
6729         * smiley.el (smiley-style): Don't directly call face-attribute.
6730
6731 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6732
6733         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6734
6735         * gnus-dired.el: Reduce Gnus dependencies.
6736         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6737         require.  Use autoloads instead.
6738         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6739         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6740         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6741         (gnus-dired-mode): Adjust doc string.
6742         (gnus-dired-mail-mode): New variable.
6743         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6744         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6745         (gnus-dired-mail-buffers): New function.  Return mail or message
6746         composition buffers.
6747         (gnus-dired-attach): Use it.
6748         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6749         NO-DECODE.
6750         (gnus-dired-print): Use `gnus-print-buffer' depending on
6751         `gnus-dired-mail-mode'.
6752
6753 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * rfc2047.el (rfc2047-encoded-word-regexp)
6756         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6757         explaining what regexp patterns are for.
6758
6759 2007-12-04  Glenn Morris  <rgm@gnu.org>
6760
6761         * password.el: Move to password-cache.el.
6762
6763         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6764         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6765         * mml-smime.el (password-read, password-cache-add)
6766         (password-cache-remove):
6767         No need to autoload, since mml-sec requires password.
6768
6769         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6770         * message.el (gnus-extract-address-components):
6771         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6772
6773         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6774         password.
6775
6776 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6777
6778         * mailcap.el: Reduce dependencies.
6779         (mail-header-parse-content-type): Autoload.
6780         (mailcap-delete-duplicates): New alias.
6781         (mailcap-mime-info): Add optional argument NO-DECODE.
6782         (mailcap-mime-types): Use mailcap-delete-duplicates.
6783
6784         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6785
6786 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6787
6788         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6789         (imap-parse-status): Upcase status-att for servers that sends them
6790         lower-case (e.g., MS Exchange 2007).
6791
6792 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6793
6794         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6795         function.
6796
6797         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6798         (gnus-uu-yenc-article): New function.
6799
6800         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6801
6802         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6803         buffer.
6804
6805 2007-12-02  Glenn Morris  <rgm@gnu.org>
6806
6807         * binhex.el (binhex): New custom group.
6808         (binhex-decoder-program, binhex-decoder-switches)
6809         (binhex-use-external): Move to the binhex custom group.
6810
6811         * uudecode.el (uudecode): New custom group.
6812         (uudecode-decoder-program, uudecode-decoder-switches)
6813         (uudecode-use-external): Move to the uudecode custom group.
6814
6815         * netrc.el (top-level): Don't load `encrypt' features.
6816         (netrc-parse): Don't use encrypt.
6817         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6818
6819         * encrypt.el: Remove file.
6820
6821 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6822
6823         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6824         matches on patches.
6825
6826         * gnus-art.el (gnus-article-browse-html-article): Mention
6827         `mm-text-html-renderer' in the doc string.
6828
6829         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6830         string.  Add comments.
6831
6832         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6833         if rhs is ASCII.
6834
6835 2007-12-01  Glenn Morris  <rgm@gnu.org>
6836
6837         * mail-source.el (top-level): Require format-spec before
6838         eval-when-compile.
6839
6840 2007-11-30  Glenn Morris  <rgm@gnu.org>
6841
6842         * encrypt.el: Require password, rather than autoloading password-read.
6843
6844 2007-11-29  Glenn Morris  <rgm@gnu.org>
6845
6846         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6847         (sasl-make-client, sasl-next-step, sasl-step-data)
6848         (sasl-step-set-data): Declare as functions.
6849
6850 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6851
6852         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6853
6854 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6855
6856         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6857         certs should be verified and what is to be done in the event of a
6858         verification failure.
6859
6860         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6861         caller can indicate whether the cache should be disregarded for this
6862         call.  This way the result of the call is reproducible at all times and
6863         can be considered a canonical server name for the supplied method.
6864         (gnus-agent-method-p): Canonicalize server names by pushing their
6865         method through `gnus-method-to-server' using the no-cache argument.
6866
6867         * gnus-srvr.el (gnus-server-insert-server-line): Call
6868         `gnus-method-to-server' with `no-cache' argument.
6869
6870         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6871         gnus-agent-possibly-synchronize-flags as this should be called when the
6872         server is actually being opened.
6873         (gnus-agent-possibly-synchronize-flags)
6874         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6875         flags file of an agentized server to the latter function.
6876
6877         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6878         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6879         after a connection has been established successfully.
6880
6881 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * gnus-art.el (article-display-face): Force to display face if called
6884         interactively; check if gnus-article-x-face-too-ugly matches author.
6885         (article-display-x-face): Display face even if From header is missing
6886         as article-display-face does.
6887
6888 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6889
6890         * hashcash.el (message-narrow-to-headers-or-head)
6891         (message-fetch-field, message-goto-eoh)
6892         (message-narrow-to-headers): Declare as functions.
6893
6894 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6895
6896         * mail-source.el (mail-sources): Default to fetch from file for
6897         compatibility with default of nnmail-spool-file.
6898
6899 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6902         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6903         to look for encoded word that should be encoded again.
6904         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6905         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6906         encoding pattern.
6907         (rfc2047-decode-region): Switch strict regexp and loose one according
6908         to rfc2047-allow-irregular-q-encoded-words.
6909
6910 2007-11-25  Romain Francoise  <romain@orebokech.com>
6911
6912         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6913
6914 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6915
6916         * tls.el (tls-program): Provide more custom choices from
6917         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6918         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6919
6920 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6921
6922         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6923         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6924
6925         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6926         `nnmail-spool-file'.
6927
6928         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6929         `nnmail-spool-file'.
6930
6931         * gnus-move.el (gnus-change-server): Ditto.
6932
6933         * gnus-kill.el (gnus-batch-score): Ditto.
6934
6935         * gnus-cache.el (gnus-jog-cache): Ditto.
6936
6937         * gnus-msg.el (gnus-summary-reply):
6938         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6939
6940 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6941
6942         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6943         version.  Minor improvement to doc strings.
6944         (tls-program): Add comment.
6945
6946 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6947
6948         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6949         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6950         mismatch between the hostname provided in the certificate and the name
6951         of the host connnecting to.
6952         (open-tls-stream): Use them.  Check certificates against trusted root
6953         certificates.
6954
6955 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6956
6957         * gnus-cache.el (gnus-cache-generate-nov-databases):
6958         Use nnml-generate-nov-databases-directory instead of
6959         nnml-generate-nov-databases-1.
6960
6961 2007-11-24  Glenn Morris  <rgm@gnu.org>
6962
6963         * message.el (message-tool-bar-retro): Update for rename
6964         mail_send.xpm->mail-send.xpm.
6965
6966 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6967
6968         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6969         `smime-ldap-search' for Emacs 22 and up.
6970
6971 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6972
6973         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6974
6975         * message.el (message-send-mail-function): Fix error convention.
6976         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6977         (message-widen-reply, message-send-mail, message-talkative-question)
6978         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6979         (message-clone-locals, message-send-news): Use with-current-buffer.
6980         (message-insert-or-toggle-importance): Remove unused var `valid'.
6981         (message-make-references): Remove unused var `new-references'.
6982         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6983
6984 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6985
6986         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6987         (spam-split-symbolic-return-positive): Reflow docstring.
6988         (spam-backends, spam-summary-exit-behavior)
6989         (spam-mark-ham-unread-before-move-from-spam-group)
6990         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6991         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6992         (spam-clear-cache, spam-backend-check, spam-install-backend)
6993         (spam-install-statistical-backend, spam-list-of-processors)
6994         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6995         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6996         (spam-check-crm114, spam-initialize, spam-unload-hook):
6997         Fix typos in docstrings.
6998
6999 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7002         been checked if they have never been read and those group levels are
7003         higher than the one that a user specified.
7004
7005 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7008         foreign groups unless a group level is specified by a user.
7009         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7010
7011 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7012
7013         * message.el (message-send-mail-function): Require sendmail.
7014
7015 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7016
7017         * message.el (message-send-mail-function): Check for smtpmail too.
7018
7019         * utf7.el (utf7-encode, utf7-decode): Use coding system
7020         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7021
7022         * message.el (message-send-mail-function): New function.
7023         (message-send-mail-function): Set default using
7024         message-send-mail-function.  Adjust doc string.
7025         (message-send-mail-with-mailclient): New function.
7026
7027 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7028
7029         * smime.el (from):
7030         * rfc2047.el (message-posting-charset):
7031         * qp.el (mm-use-ultra-safe-encoding):
7032         * pop3.el (parse-time-months):
7033         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7034         * nnml.el (files):
7035         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7036         (jka-compr-compression-info-list, ange-ftp-path-format)
7037         (efs-path-regexp):
7038         * nndiary.el (files):
7039         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7040         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7041         (epg-digest-algorithm-alist, inhibit-redisplay)
7042         (password-cache-expiry):
7043         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7044         (pgg-output-buffer, password-cache-expiry):
7045         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7046         (efs-path-regexp):
7047         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7048         (inhibit-redisplay):
7049         * mm-uu.el (file-name, start-point, end-point, entry)
7050         (gnus-newsgroup-name, gnus-newsgroup-charset):
7051         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7052         (latin-unity-ucs-list):
7053         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7054         (mm-uu-binhex-decode-function):
7055         * message.el (gnus-message-group-art, gnus-list-identifiers)
7056         (rmail-enable-mime-composing, gnus-local-organization)
7057         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7058         (gnus-read-active-file, facemenu-add-face-function)
7059         (facemenu-remove-face-function, gnus-article-decoded-p)
7060         (tool-bar-mode):
7061         * mail-source.el (display-time-mail-function):
7062         * gnus-util.el (nnmail-pathname-coding-system)
7063         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7064         (gnus-original-article-buffer, gnus-user-agent)
7065         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7066         (xemacs-codename, sxemacs-codename, emacs-program-version):
7067         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7068         * gnus-start.el (gnus-agent-covered-methods)
7069         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7070         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7071         (gnus-newsgroup-headers, gnus-group-list-mode)
7072         (gnus-group-mark-positions, gnus-newsgroup-data)
7073         (gnus-newsgroup-unreads, nnoo-state-alist)
7074         (gnus-current-select-method, mail-sources)
7075         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7076         (nnmail-spool-file, gnus-cache-active-hashtb):
7077         * gnus-mh.el (mh-lib-progs):
7078         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7079         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7080         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7081         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7082         (gnus-group-buffer):
7083         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7084         (font-lock-set-defaults):
7085         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7086         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7087         (gnus-summary-post-menu, total-parts, type, condition, length):
7088         * gnus-agent.el (gnus-agent-read-agentview):
7089         * flow-fill.el (show-trailing-whitespace):
7090         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7091         eval-and-compile wrappers for byte compiler pacifiers.
7092
7093         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7094         (mm-display-inline-fontify): Check for featurep 'xemacs not
7095         extent-list.
7096
7097         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7098         itimer-list.
7099         (mm-create-image-xemacs): Only do something for XEmacs.
7100         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7101
7102         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7103
7104         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7105         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7106
7107 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7108
7109         * nnimap.el (nnimap-split-download-body):
7110         * gnus-demon.el (gnus-demon):
7111         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7112
7113 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7116         macros.
7117         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7118         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7119         copy data from unibyte buffer to multibyte current buffer.
7120         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7121         to copy data from unibyte current buffer to multibyte buffer.
7122         (nntp-make-process-buffer): Make process buffer unibyte.
7123
7124         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7125
7126 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7127
7128         * pop3.el (pop3-open-server): Accept and process data more robustly at
7129         connexion start to avoid spurious "POP SSL connexion failed" errors.
7130
7131 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7134         read group names.
7135
7136 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7137
7138         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7139
7140 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7141
7142         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7143         (nnmail-save-active): Use a unibyte buffer when saving active file,
7144         which may contain non-ASCII group names.
7145
7146         * nnml.el (nnml-request-group): Decode group names in messages.
7147
7148 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7149
7150         * message.el (message-citation-line-function)
7151         (message-insert-formatted-citation-line): Fix spelling of
7152         `message-insert-formated-citation-line'.
7153
7154 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7155
7156         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7157
7158 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7161         nnmail-pathname-coding-system.
7162
7163         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7164         that a user enters; decode group names in messages.
7165
7166         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7167
7168 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7169
7170         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7171
7172         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7173
7174         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7175         risky local variable.
7176
7177         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7178
7179 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7180
7181         * encrypt.el: Improve documentation to fix function name typo.
7182         Reported by Daiki Ueno <ueno@unixuser.org>.
7183
7184 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7187         even if the point is not in the last page of an article.
7188         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7189         back to the previous page.
7190
7191 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7192
7193         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7194
7195 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7198
7199 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7200
7201         * message.el (message-check-news-body-syntax): Avoid
7202         mm-string-as-multibyte.
7203         (message-hide-headers): Don't assume (point-min)==1.
7204
7205 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7206
7207         * message.el (message-remove-blank-cited-lines): Fix if remove is
7208         given.
7209         (message-bogus-address-regexp): New variable.
7210         (message-bogus-recipient-p): New function.
7211         (message-check-recipients): New command.
7212         (message-syntax-checks): Add `bogus-recipient'.
7213         (message-fix-before-sending): Add `bogus-recipient'.
7214
7215         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7216         (gnus-treat-body-boundary): Don't test window-system.
7217
7218 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7219
7220         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7221
7222 2007-10-28  Miles Bader  <miles@gnu.org>
7223
7224         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7225         at compile-time too.
7226
7227 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7228
7229         * gnus-msg.el (gnus-message-setup-hook): Add
7230         `message-remove-blank-cited-lines' to options.
7231
7232 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7233
7234         * message.el (message-remove-blank-cited-lines): New function.
7235         Suggested by Karl Plästerer.
7236
7237 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7238
7239         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7240         mapc.
7241
7242         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7243         (top-level): Use mapc to set functions to be traced for debugging.
7244
7245         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7246         called for effect with while loop.
7247
7248         * message.el (message-talkative-question): Replace mapcar called for
7249         effect with mapc.
7250
7251         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7252         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7253         called for effect with dolist.
7254
7255         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7256
7257         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7258         gnus-extra-headers and nnmail-extra-headers.
7259
7260         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7261         called for effect with dolist.
7262         (top-level): Use mapc to set functions to be traced for debugging.
7263
7264         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7265         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7266         dolist.
7267
7268         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7269         Replace mapcar called for effect with mapc.
7270         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7271         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7272         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7273         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7274
7275         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7276         remove-if that's a cl function.
7277
7278         * webmail.el (webmail-debug): Replace mapcar called for effect with
7279         dolist.
7280
7281         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7282         with mapc.
7283
7284 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7287         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7288         with while loop.
7289
7290         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7291         functions from article-* functions.
7292         (gnus-multi-decode-header): Replace mapcar called for effect with
7293         dolist.
7294
7295         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7296         (gnus-bookmark-show-details): Replace mapcar called for effect with
7297         while loop.
7298
7299         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7300         called for effect with while loop.
7301
7302         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7303         with dolist.
7304
7305         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7306         mapcar called for effect with dolist.
7307
7308         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7309
7310         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7311         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7312         Replace mapcar called for effect with dolist.
7313         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7314         mapc.
7315
7316         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7317         Replace mapcar called for effect with dolist.
7318         (gnus-topic-list): Replace mapcar called for effect with mapc.
7319
7320         * gnus.el: Use mapc instead of mapcar to add autoloads.
7321
7322 2007-10-23  Richard Stallman  <rms@gnu.org>
7323
7324         * gnus-group.el (gnus-group-highlight): Mark as risky.
7325
7326 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * gnus.el (gnus-server-to-method): Return method found first in
7329         gnus-newsrc-alist.
7330
7331         * gnus-art.el (gnus-article-highlight-signature)
7332         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7333         button overlay without the front stickiness.
7334
7335 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7336
7337         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7338         overview buffer needed a catch to receive its throw.
7339         (gnus-agent-flush-cache): Declared as interactive to make this function
7340         easier to use.
7341
7342 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7343
7344         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7345         `next-line'.
7346
7347 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7350         exclude address matching message-dont-reply-to-names.
7351
7352 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * gnus-util.el (gnus-string<): New function.
7355
7356         * gnus-sum.el (gnus-article-sort-by-author)
7357         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7358
7359 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7362         the frame-focus tag is set in gnus-buffer-configuration.
7363
7364 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7367         the front stickiness.
7368
7369 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7372         url pattern; remove duplicate one.
7373         (gnus-article-extend-url-button): New function.
7374         (gnus-article-add-buttons): Use it.
7375         (gnus-button-push): Use concatenated url that it makes.
7376
7377 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7378
7379         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7380
7381 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7382
7383         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7384         Don't hardcode point-min==1.
7385
7386 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7387
7388         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7389         Fix comment about "iso8859-1".
7390
7391 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7392
7393         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7394         ones returned from the verify-function.
7395
7396         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7397         mml2015-extract-cleartext-signature if extraction failed.
7398
7399 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7400
7401         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7402         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7403         failed.
7404
7405 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7406
7407         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7408
7409 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7410
7411         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7412         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7413         recommends to use EasyPG instead of PGG.
7414
7415         * pgg.el: Revert to revision 6.23.2.16.
7416
7417         * pgg-def.el: Revert to revision 6.6.2.14.
7418
7419         * pgg-gpg.el: Revert to revision 6.23.2.34.
7420
7421 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7422
7423         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7424         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7425         thread for both the null and zero (kill/expire thread) universal prefix
7426         cases.
7427         (gnus-summary-expire-thread): Add new function to expire a thread,
7428         using gnus-summary-kill-thread.
7429         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7430         shortcuts for gnus-summary-expire-thread.
7431         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7432         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7433
7434 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7435
7436         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7437         extras value, so an extras entry can be deleted.
7438         (gnus-registry-delete-extra-entry): Use it.
7439         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7440         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7441         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7442         storage through the gnus-registry, and provide an appropriate API for
7443         it.
7444
7445 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7446
7447         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7448         Suggested by Leo <sdl.web@gmail.com>.
7449
7450         * gnus.el: Do.
7451
7452 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7453
7454         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7455         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7456
7457         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7458
7459         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7460         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7461
7462 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7463
7464         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7465         newline.
7466         (nnmbox-request-accept-article): Don't change article in source buffer;
7467         narrow to header to use message-fetch-field rather than
7468         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7469         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7470         as delimiters; make sure article ends with newline.
7471         (nnmbox-delete-mail): Correct last position of article to be deleted;
7472         ignore X-Gnus-Newsgroup header in article body.
7473         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7474         positions; make sure article ends with newline.
7475
7476         * message.el (message-display-abbrev): Don't infloop when a user
7477         inserts SPC in the beginning of header.
7478
7479         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7480         coding-system-for-read and coding-system-for-write for XEmacs having no
7481         file-coding feature.
7482
7483         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7484
7485 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7486
7487         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7488         list of groups not followed by default.  Fix type to be regexp.
7489         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7490
7491 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7492
7493         * hmac-def.el (define-hmac-function): Switch from old-style to
7494         new-style backquotes.
7495
7496         * md4.el (md4-make-step): Likewise.
7497
7498 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7499
7500         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7501         raw-text coding system when saving .newsrc file, which may contain
7502         non-ASCII group names.
7503
7504 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7505
7506         * gnus-cus.el (gnus-score-extra): New widget.
7507         (gnus-score-extra-convert): New function.
7508         (gnus-score-customize): Use it for Extra.
7509
7510 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7511
7512         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7513         (mml2015-mailcrypt-clear-verify): Use it.
7514         (mml2015-gpg-clear-verify): Use it.
7515         (mml2015-pgg-clear-verify): Use it.
7516         (mml2015-epg-clear-verify): Replace the current part with the output
7517         from GnuPG; don't extract the plaintext by itself.
7518
7519         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7520         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7521         mml2015-clear-verify-function; don't touch the armor headers or
7522         dash-escaped text here.
7523
7524 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7527         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7528         parts, or application/octet-stream as a last resort.
7529         (gnus-mime-view-part-as-type): Don't toggle display.
7530         (gnus-mime-view-part-as-charset): Don't turn off display before
7531         querying charset.
7532
7533         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7534         stuff to undisplayer function in Emacs.
7535         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7536
7537         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7538         text/calendar parts.
7539
7540 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7543         decoding text/calendar parts.
7544
7545         * message.el (message-forward-make-body-mime): Always mark body as
7546         having no illegible text; remove signed-or-encrypted argument.
7547         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7548
7549         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7550         (mml-generate-mime-1): Don't encode body if it is specified to be in
7551         raw form; don't make buffer be unibyte when inserting multibyte string.
7552
7553 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7554
7555         * sha1.el: Fix up comment style.
7556         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7557         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7558
7559         * hex-util.el: Fix up comment style.
7560         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7561
7562         * gnus-salt.el: Use with-current-buffer.
7563         (gnus-pick-setup-message): Fix long-standing typo.
7564
7565 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * imap.el (imap-logout-timeout): New variable.
7568         (imap-logout, imap-logout-wait): New functions.
7569         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7570
7571         * nnimap.el (nnimap-logout-timeout): New server variable.
7572         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7573         nnimap-logout-timeout.
7574
7575         * gnus-art.el (gnus-article-summary-command-nosave)
7576         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7577
7578 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7579
7580         * gnus.el (gnus-maximum-newsgroup): New variable.
7581
7582         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7583         according to gnus-maximum-newsgroup.
7584
7585         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7586         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7587         Limit the range of articles according to gnus-maximum-newsgroup.
7588
7589 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7590
7591         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7592         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7593         Don't perform gnus-configure-windows here; reuse existing sticky
7594         article buffer.
7595
7596         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7597         it doesn't exist in gnus-article-mode.
7598
7599 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7602         (gnus-agent-decoded-group-name): New function.
7603         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7604         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7605
7606 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7607
7608         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7609         Add binding for gnus-sticky-article.
7610         (gnus-summary-exit): Don't kill sticky article buffers.
7611
7612         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7613         article buffer.
7614         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7615         (gnus-kill-sticky-article-buffers): New commands.
7616
7617 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7618
7619         * nntp.el (nntp-xref-number-is-evil): New server variable.
7620         (nntp-find-group-and-number): If it is non-nil, don't trust article
7621         numbers in the Xref header.
7622
7623 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7624
7625         * gnus-agent.el (gnus-agent-read-group): New function.
7626         (gnus-agent-flush-group, gnus-agent-expire-group)
7627         (gnus-agent-regenerate-group): Use it.
7628         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7629         nnmail-pathname-coding-system.
7630
7631 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7634
7635         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7636         that are unread as unread, and also as selected so that information of
7637         marks having been changed by a user may be updated when exiting group.
7638
7639 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7642         calculated ignoring signature parts to gnus-treat-article.
7643
7644 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7647         a point here in order to keep the window start.
7648         (gnus-insert-mime-security-button): Make a button overlay without the
7649         front stickiness.
7650         (gnus-mime-display-security): Goto the end of a button.
7651
7652         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7653
7654 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7657         group-name-at-point.
7658         (gnus-group-completing-read): New function that offers decoded
7659         non-ASCII group names for completion.
7660         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7661         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7662         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7663         (gnus-group-fetch-control): Use it.
7664         (gnus-fetch-group): Use group-name-at-point for the initial value
7665         rather than the default value; use gnus-alive-p.
7666
7667         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7668         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7669         (gnus-summary-post-news): Use gnus-group-completing-read.
7670
7671         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7672         (gnus-read-move-group-name): Decode group name for completion.
7673
7674 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7675
7676         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7677         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7678         Yamaoka slightly modified the code).
7679
7680 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7683         (nnmail-split-incoming): Bind it.
7684
7685         * nnml.el (nnml-group-name-charset): New function.
7686         (nnml-decoded-group-name): Use it; don't decode group name if
7687         nnmail-group-names-not-encoded-p is non-nil.
7688         (nnml-encoded-group-name): New function.
7689         (nnml-group-pathname): Inline nnml-decoded-group-name.
7690         (nnml-request-expire-articles): Decode group name in message.
7691         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7692         nnmail-pathname-coding-system.
7693         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7694         not decoded ones according to nnmail-group-names-not-encoded-p.
7695         (nnml-generate-active-info): Use nnml-encoded-group-name.
7696
7697 2007-08-08  Glenn Morris  <rgm@gnu.org>
7698
7699         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7700         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7701         doc-strings and comments.
7702
7703 2007-07-25  Glenn Morris  <rgm@gnu.org>
7704
7705         * Relicense all FSF files to GPLv3 or later.
7706
7707 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7708
7709         * gnus-sum.el (gnus-summary-move-article): Make
7710         gnus-summary-respool-article work.
7711
7712 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7713
7714         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7715         string.
7716
7717 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7718
7719         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7720         that should be ignored when comparing distant RSS articles with local
7721         ones.
7722         (nnrss-make-hash-index): New function.  Create a hash index according
7723         to the ignored fields.
7724         (nnrss-check-group): Use it.
7725
7726 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7727
7728         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7729
7730         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7731
7732         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7733         the new optional argument ENCODED is non-nil.
7734         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7735         coding system for encoding group name.
7736         (gnus-group-make-rss-group): Pass un-encoded group name to
7737         gnus-group-make-group.
7738         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7739         encoded.
7740
7741         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7742         Encode group name to which articles are moved or copied.
7743         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7744         coding system for encoding Newsgroup, Followup-To and Xref headers.
7745
7746         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7747         marks; use nnheader-file-coding-system to write a file.
7748         (nnagent-retrieve-headers): Bind file-name-coding-system to
7749         nnmail-pathname-coding-system.
7750
7751         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7752
7753         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7754         (nnml-request-article, nnml-request-create-group)
7755         (nnml-request-rename-group, nnml-find-id)
7756         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7757         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7758         (nnml-save-marks): Use nnml-group-pathname instead of
7759         nnmail-group-pathname.
7760
7761         (nnml-request-create-group, nnml-request-expire-articles)
7762         (nnml-request-move-article, nnml-request-delete-group)
7763         (nnml-deletable-article-p, nnml-possibly-create-directory)
7764         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7765         (nnml-open-marks): Bind file-name-coding-system to
7766         nnmail-pathname-coding-system.
7767
7768         (nnml-request-article): Pass server argument to nnml-find-group-number.
7769         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7770         server argument to nnml-possibly-create-directory.
7771         (nnml-request-accept-article): Pass server argument to
7772         nnml-active-number and nnml-save-mail.
7773         (nnml-find-group-number): Pass server argument to nnml-find-id.
7774         (nnml-request-update-info): Pass server argument to
7775         nnml-marks-changed-p.
7776
7777         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7778         (nnml-save-mail, nnml-active-number): Add server argument.
7779
7780         (nnml-request-delete-group): Warn if group is missing.
7781         (nnml-get-nov-buffer): Decode group name.
7782         (nnml-generate-active-info): Encode group name.
7783         (nnml-open-marks): Decode group name in messages.
7784
7785 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7788         if it is not specified.
7789         (gnus-article-pipe-part, gnus-article-save-part)
7790         (gnus-article-interactively-view-part, gnus-article-copy-part)
7791         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7792         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7793         (gnus-article-replace-part, gnus-article-delete-part)
7794         (gnus-article-view-part-as-type): Pass raw prefix argument to
7795         gnus-article-part-wrapper.
7796
7797 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * gnus-agent.el (gnus-agent-save-active): Bind
7800         nnheader-file-coding-system to gnus-agent-file-coding-system.
7801
7802         * gnus-cache.el (gnus-cache-save-buffers)
7803         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7804         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7805         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7806         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7807         (gnus-cache-generate-active, gnus-cache-rename-group)
7808         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7809         (gnus-cache-update-overview-total-fetched-for): Bind
7810         file-name-coding-system to nnmail-pathname-coding-system.
7811         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7812         variables.
7813         (gnus-cache-decoded-group-name): New function.
7814         (gnus-cache-file-name): Use it.
7815         (gnus-cache-generate-active): Use non-decoded group name for active.
7816
7817         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7818         right place.
7819         (gnus-write-active-file): Don't break non-ASCII group names.
7820
7821         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7822         nnmail-pathname-coding-system.
7823
7824         * lpath.el: Bind default-file-name-coding-system,
7825         file-name-coding-system and language-info-alist for XEmacs.
7826
7827         * gnus-uu.el (gnus-uu-decode-save): Typo.
7828
7829 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7830
7831         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7832
7833 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7836         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7837         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7838         (gnus-agent-flush-group, gnus-agent-flush-cache)
7839         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7840         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7841         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7842         (gnus-agent-regenerate-group)
7843         (gnus-agent-update-files-total-fetched-for)
7844         (gnus-agent-update-view-total-fetched-for): Bind
7845         file-name-coding-system to nnmail-pathname-coding-system.
7846         (gnus-agent-group-pathname): Don't encode file names by
7847         nnmail-pathname-coding-system.
7848         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7849         coding-system-for-write instead of buffer-file-coding-system to
7850         gnus-agent-file-coding-system.
7851
7852         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7853         Decode group name.
7854
7855         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7856
7857         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7858         (gnus-read-newsrc-el-file): Make group names unibyte.
7859
7860         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7861         nnmail-pathname-coding-system.
7862
7863         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7864         (nnrss-request-delete-group): Bind file-name-coding-system to
7865         nnmail-pathname-coding-system.
7866         (nnrss-read-server-data, nnrss-read-group-data): Bind
7867         file-name-coding-system correctly.
7868         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7869
7870         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7871         (nntp-server-to-method-cache): New variable.
7872         (nntp-group-pathname): New function that decodes non-ASCII group names.
7873         (nntp-possibly-create-directory, nntp-marks-changed-p)
7874         (nntp-save-marks, nntp-open-marks): Use it.
7875         (nntp-possibly-create-directory, nntp-open-marks):
7876         Bind file-name-coding-system to nnmail-pathname-coding-system.
7877         (nntp-open-marks): Decode group names when bootstrapping marks.
7878
7879         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7880         Newsgroups and Folowup-To headers.
7881
7882 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7885         (gnus-server-closed-face, gnus-server-denied-face)
7886         (gnus-server-offline-face): Remove variable.
7887         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7888
7889         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7890         of modifying message-stack directly for XEmacs.
7891
7892         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7893         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7894         if the coding-system argument is nil for XEmacs.
7895
7896         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7897         mm-charset-override-alist.
7898
7899         * rfc2047.el: Don't require base64; require rfc2045 for the function
7900         rfc2045-encode-string.
7901         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7902         to quote the parameter value.
7903
7904 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7907         form in gnus-group-name-charset-method-alist.
7908
7909         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7910         overrides the default layout edit-form.
7911
7912         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7913
7914         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7915
7916 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7919         as unfetched articles.
7920
7921 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7922
7923         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7924
7925 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7928         original back end that keeps marks in the local system.
7929
7930 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7931
7932         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7933         arg of pop-to-buffer for XEmacs.
7934         (gnus-article-read-summary-keys): Ditto; don't restore window
7935         configuration if summary command ends up with neither article buffer
7936         nor summary buffer; describe bindings if summary keys end with C-h.
7937
7938 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7939
7940         * message.el (message-fix-before-sending): Skip raw message part to be
7941         forwarded while checking illegible text.
7942         (message-forward-make-body-mime, message-forward-make-body): Mark
7943         signed or encrypted raw message as having no illegible text.
7944
7945 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7948         (gnus-message-with-timestamp-1): New macro.
7949         (gnus-message-with-timestamp): New function.
7950         (gnus-message): Use them.
7951
7952         * nnheader.el (nnheader-message): Use them.
7953
7954 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7955
7956         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7957         .newsrc.eld file.
7958
7959 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7960
7961         * gnus-agent.el (gnus-agent-fetch-headers)
7962         (gnus-agent-retrieve-headers): Bind
7963         gnus-decode-encoded-address-function to identity.
7964
7965         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7966         available also when the server returns simply a dot.
7967
7968         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7969
7970 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7973
7974 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * gnus-ems.el (gnus-x-splash): Make it work.
7977
7978         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7979         from being used.
7980
7981         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7982
7983 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7986         4th and the 5th arguments.
7987
7988         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7989         the front stickiness.
7990         (gnus-article-summary-command-nosave): Correct the order of the
7991         arguments passed to pop-to-buffer.
7992         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7993         summary command ends up with the article buffer.
7994
7995         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7996         the same faces.
7997
7998 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7999
8000         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8001
8002 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8003
8004         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8005         * gnus-sum.el (gnus-summary-highlight):
8006         * pgg.el (pgg-sign-region, pgg-sign):
8007         * mail-source.el (mail-source-delete-old-incoming-confirm):
8008         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8009
8010 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * gnus-art.el (gnus-mime-view-part-externally)
8013         (gnus-mime-view-part-internally): Fix predicate function passed to
8014         completing-read.
8015
8016         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8017
8018         * gnus.el (gnus-update-message-archive-method): Add :version.
8019
8020 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8021
8022         * gnus.el (gnus-update-message-archive-method): New variable.
8023
8024         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8025         according to gnus-message-archive-method if
8026         gnus-update-message-archive-method is non-nil.
8027
8028 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8029
8030         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8031         by Loic Dachary <loic@dachary.org>.
8032         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8033
8034 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * message.el (message-pop-to-buffer): Add switch-function argument.
8037         (message-mail): Pass switch-function argument to it.
8038
8039 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8040
8041         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8042         Improve doc string.
8043
8044 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8047         (gnus-header-content)
8048         * gnus-cite.el (gnus-cite-10)
8049         * gnus-srvr.el (gnus-server-closed)
8050         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8051         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8052         (gnus-group-mail-3-empty, gnus-group-mail-low)
8053         (gnus-group-mail-low-empty, gnus-splash)
8054         * message.el (message-header-to, message-header-cc)
8055         (message-header-subject, message-header-other, message-header-name)
8056         (message-header-xheader, message-separator, message-cited-text)
8057         (message-mml): Lighten colors of faces used for dark background.
8058
8059 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8060
8061         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8062         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8063
8064 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * message.el (message-narrow-to-headers-or-head):
8067         Ignore mail-header-separator in the body.
8068
8069 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8072         same as window size.
8073
8074 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8075
8076         * message.el (message-font-lock-keywords): Use message-header-xheader
8077         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8078         ahead of the anything pattern, to get it recognised.
8079
8080 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8081
8082         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8083         spam.el loads uses it in the compiled defadvice form.
8084
8085 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8086
8087         * gnus-sum.el (gnus-articles-to-read)
8088         (gnus-summary-insert-old-articles): Don't truncate group name for
8089         `read-string'.
8090
8091         * gnus-util.el (gnus-limit-string): Delete this function.
8092
8093         * gnus-sum.el (gnus-simplify-subject-fully): Use
8094         `truncate-string-to-width' instead.
8095
8096 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8097
8098         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8099         if, on summary exit, the next group has to be selected.
8100         (gnus-summary-exit): Use it.
8101
8102 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8103
8104         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8105         non-break space.
8106
8107 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8108
8109         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8110         Check if group is not a directory.
8111         (nnfolder-request-expire-articles): Don't delete articles if the target
8112         group is not available.
8113
8114         * nnml.el (nnml-request-create-group): Properly check if group is not a
8115         file.
8116         (nnml-request-expire-articles): Don't delete articles if the target
8117         group is not available.
8118
8119         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8120         Don't quote characters that are within parentheses.
8121
8122 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8125         (gnus-handle-ephemeral-exit): Select article according to it.
8126
8127 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8128
8129         * message.el (message-insert-formated-citation-line): Remove newline.
8130         (message-citation-line-format): Add final \n here so that the user can
8131         avoid a blank line.
8132
8133 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8134
8135         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8136         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8137         Update lanl/arXiv support.
8138
8139 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8140
8141         * gnus.el: Bump version number.
8142
8143 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8144
8145         * gnus.el (gnus-version-number): Bump version.
8146
8147 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8148
8149         * gnus.el: No Gnus v0.6 is released.
8150
8151 2007-04-27  Didier Verna  <didier@xemacs.org>
8152
8153         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8154         * gmm-utils.el (gmm-regexp-concat): here.
8155         * message.el: Don't require 'gnus-util.
8156         (message-dont-reply-to-names): Handle name change above.
8157         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8158
8159 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8162         since the initial value varies according to the system.
8163
8164 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8167
8168 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8169
8170         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8171
8172 2007-04-24  Didier Verna  <didier@xemacs.org>
8173
8174         Improve the type of gnus-ignored-from-addresses.
8175         * gnus-util.el (gnus-orify-regexp): New function.
8176         * message.el (gnus-util): Require it.
8177         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8178         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8179         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8180
8181 2007-04-24  Didier Verna  <didier@xemacs.org>
8182
8183         * gnus-sum.el:
8184         * gnus-utils.el: Fix some trailing whitespaces.
8185
8186 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8187
8188         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8189         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8190         article's Message-ID; refer parent article in summary buffer.
8191
8192         * message.el (message-bounce): Call mime-to-mml.
8193
8194         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8195         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8196         optimize and/or forms properly.
8197
8198 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8199
8200         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8201         URL.
8202
8203 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8206
8207 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8210         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8211         displayed of multipart/alternative part if it is invoked from summary
8212         buffer.
8213
8214         * mm-view.el (mm-inline-text-html-render-with-w3m)
8215         (mm-inline-text-html-render-with-w3m-standalone)
8216         (mm-inline-render-with-function): Use mail-parse-charset by default.
8217
8218 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8219
8220         * parse-time.el (parse-time-string-chars): Check if CHAR
8221         is less than the length of parse-time-syntax.
8222
8223 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8224
8225         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8226         from gnus-newsgroup-processable.
8227
8228 2007-04-16  Didier Verna  <didier@xemacs.org>
8229
8230         * gnus-msg.el (gnus-configure-posting-styles): Handle
8231         message-signature-directory properly with :file syntax.  Reported by
8232         "Leo".
8233
8234 2007-04-11  Didier Verna  <didier@xemacs.org>
8235
8236         New user option: message-signature-directory.
8237         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8238         * message.el (message-insert-signature): Ditto.
8239         * message.el (message-signature-file): Doc update.
8240         * message.el (message-signature-directory): New.
8241
8242 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * gnus-msg.el (gnus-inews-yank-articles): Use
8245         message-exchange-point-and-mark instead of exchange-point-and-mark.
8246
8247 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * message.el (message-yank-original): Make sure cited text ends with
8250         newline; don't exchange point and mark.
8251
8252 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8253
8254         * tls.el (open-tls-stream): Properly handle case where there
8255         is no associated buffer.
8256
8257 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8258
8259         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8260         message-yank-original, make sure (< mark TEXT point).
8261
8262 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8263
8264         * message.el (message-fill-column): New variable.
8265         (message-mode): Use it.  Add comment on a possible new hook.
8266
8267         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8268         (nnmail-get-new-mail): Reformat.
8269
8270         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8271
8272         * gmm-utils.el: Fix Commentary.
8273         (gmm-tool-bar-from-list): Fix typo in doc string.
8274
8275 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8276
8277         * message.el (message-yank-original): Don't switch point and mark
8278         unnecessarily to put point and mark as documented.
8279
8280 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281
8282         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8283         from the message heads.
8284
8285 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8286
8287         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8288         article buffer does not have a window.  This may not be the best
8289         solution but is certainly better than setting the start of the null,
8290         that is the current, window.
8291
8292 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8293
8294         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8295         (gnus-draft-setup): Run it.
8296
8297         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8298         gnus-score-fast-scoring.  Allow regexp.
8299         (gnus-score-headers): Use it.
8300
8301         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8302         XEmacs.
8303
8304         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8305         string.
8306         (gnus-button-alist): Also catch `<f1> k ...'.
8307         (gnus-treat-display-x-face): Fix doc string.
8308
8309 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8310
8311         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8312         evaluation of gnus-extended-version to ensure correct generation of the
8313         User-Agent header when message-generate-headers-first is used.
8314
8315 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8316
8317         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8318         hashcash-path is nil.  Don't call callback with incorrect number of
8319         parameters if val is 0.
8320
8321 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8322
8323         * message.el (message-required-news-headers):
8324         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8325
8326 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8327
8328         * tls.el (open-tls-stream): In handshake-waiting loop,
8329         don't wait more if there is output available to process.
8330
8331 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8332
8333         * tls.el (tls-program): Doc fix.
8334
8335 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * message.el (message-generate-new-buffers): Change the meaning of the
8338         nil value; add `standard' to the choices; treat t as `unique'; improve
8339         doc string.
8340         (gnus-select-frame-set-input-focus): Autoload.
8341         (message-buffer-name): Search for the existing message buffer if
8342         message-generate-new-buffers is nil or `standard'; treat the value t of
8343         message-generate-new-buffers as `unique'.
8344         (message-pop-to-buffer): Raise the frame already displaying the message
8345         buffer; clear the echo area after querying.
8346         (message-setup): Pass the `continue' argument to compose-mail.
8347         (message-mail): Prefer `switch-function' if it is given; search for the
8348         existing message buffer if the `continue' argument is non-nil; pass
8349         continue and switch-function arguments to compose-mail by way of
8350         message-setup.
8351         (message-mail-other-window): Adjust argument of message-setup.
8352         (message-mail-other-frame): Ditto.
8353
8354 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8355
8356         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8357         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8358         to turn font-lock on when turning gnus-message-citation-mode on.
8359
8360 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8361
8362         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8363         (mml-smime-function-alist): New variable; add epg as the backend.
8364         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8365         mml-smime- functions instead.
8366         * mm-view.el: Require smime.
8367
8368 2007-03-05  Didier Verna  <didier@xemacs.org>
8369
8370         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8371         instead of just inheritance for posting styles.
8372         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8373
8374 2007-02-24  Chris Moore  <dooglus@gmail.com>
8375
8376         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8377         * pgg-pgp.el (pgg-pgp-encrypt-region):
8378         * pgg-gpg.el (pgg-gpg-encrypt-region):
8379         Check pgg-encrypt-for-me if no other recipients.
8380
8381 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8382
8383         * tls.el (tls-certtool-program): Fix custom type.
8384
8385 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8388         and point-at-eol instead of line-(beginning|end)-position.
8389
8390         * assistant.el (assistant-parse-buffer): Ditto.
8391
8392         * netrc.el (netrc-parse-services): Ditto.
8393
8394 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8395
8396         * mml2015.el (mml2015-epg-find-usable-key): New function.
8397         (mml2015-epg-sign): Use it.
8398         (mml2015-epg-encrypt): Use it.
8399
8400 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8401
8402         * message.el (message-make-in-reply-to): Quote name containing
8403         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8404         if there are special characters.  Reported by NAKAJI Hiroyuki
8405         <nakaji@jp.freebsd.org>.
8406
8407 2007-02-27  Didier Verna  <didier@xemacs.org>
8408
8409         Include the group parameters as well as the topic ones in the
8410         inheritance filter process.
8411         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8412         argument GROUP-PARAMS-LIST.
8413         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8414
8415 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * nntp.el (nntp-never-echoes-commands)
8418         (nntp-open-connection-functions-never-echo-commands): New variables.
8419         (nntp-send-command): Use them.
8420
8421 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8422
8423         * mml2015.el (mml2015-epg-verify): Simplified.
8424
8425 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * mml.el (mml-content-disposition-alist): New user option.
8428         (mml-content-disposition): New function.
8429         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8430         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8431
8432 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8433
8434         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8435         verification.
8436
8437 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8438
8439         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8440         articles posted in the last 24 hours.
8441
8442 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8443
8444         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8445
8446 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8447
8448         * nntp.el (nntp-send-command): Don't wait for echoes when
8449         nntp-open-ssl-stream is used.
8450
8451 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8454         (gnus-message-add-citation-keywords)
8455         (gnus-message-remove-citation-keywords): Remove.
8456         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8457         directly, make the variables in font-lock-defaults buffer-local, add
8458         gnus-message-citation-keywords to them and then update the value of
8459         font-lock-keywords.
8460
8461 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * message.el (message-cite-original-1): Don't call
8464         gnus-article-highlight-citation.
8465
8466         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8467         citations; fix line count.
8468
8469 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8470
8471         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8472         (gnus-message-add-citation-keywords)
8473         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8474         versions of font-lock-add-keywords and font-lock-remove-keywords to
8475         work with XEmacs correctly.
8476
8477 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * gnus-cite.el (gnus-cite-face-list): Set the values of
8480         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8481         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8482         (gnus-message-cite-prefix-regexp): New variable.
8483         (gnus-message-search-citation-line): Use it; protect against long
8484         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8485         the 0th match data for Emacs.
8486         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8487         (gnus-message-add-citation-keywords): Append keywords rather than
8488         prepending; emulate font-lock-add-keywords if it is not available.
8489         (gnus-message-remove-citation-keywords): Emulate
8490         font-lock-remove-keywords if it is not available.
8491
8492         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8493
8494         * message.el (message-cite-prefix-regexp): Set the value of
8495         gnus-message-cite-prefix-regexp.
8496
8497 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8498
8499         * nnweb.el (nnweb-google-parse-1): Update parser.
8500
8501 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8502
8503         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8504
8505 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8506
8507         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8508         regexp.
8509
8510 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8513         string-to-multibyte.
8514         (uudecode-decode-region-internal): Use it.
8515
8516         * lpath.el: Fbind string-as-multibyte for XEmacs.
8517
8518 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8519
8520         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8521         custom choice.
8522
8523         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8524
8525 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8526
8527         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8528
8529         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8530         `write-region' to respect `mm-inhibit-file-name-handlers'.
8531
8532 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8533
8534         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8535         Use gnus-home-directory instead of "~/" or "$HOME".
8536
8537 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8538
8539         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8540         to mention filename.
8541         Add comments at beginning regarding usage.
8542         (encrypt-write-file-contents): Change interactive so a string is
8543         acceptable.  If the file has no associated model, show an error instead
8544         of a nonsense prompt.
8545
8546 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8547
8548         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8549         Thanks to Yoshihiko Yamada for kind notification of this typo.
8550
8551 2007-01-12  Kenichi Handa  <handa@m17n.org>
8552
8553         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8554         multibyte buffer.
8555
8556 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8557
8558         * gnus-score.el (gnus-score-fast-scoring): New variable.
8559         (gnus-score-headers): Use it.
8560
8561         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8562
8563         * message.el (message-cite-original-1): Call
8564         gnus-article-highlight-citation if requested.
8565         (message-make-from): Allow name and address as optional arguments.
8566
8567         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8568
8569         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8570         bugs to doc string.
8571         (gnus-button-alist): Add mid\\|message-id.
8572         (gnus-button-fetch-group): Extend for use in
8573         `browse-url-browser-function'.
8574         (gnus-button-url-regexp): Try to catch paired parentheses like in
8575         Wikipedia URLs.
8576
8577         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8578         Suggested by Simon Krahnke <overlord@gmx.li>.
8579
8580 2007-01-13  Romain Francoise  <romain@orebokech.com>
8581
8582         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8583         Update copyright.
8584
8585 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8586
8587         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8588
8589 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8590
8591         * gnus-registry.el (gnus-registry-unfollowed-groups)
8592         (gnus-registry-split-fancy-with-parent): Fix documentation.
8593
8594 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8595
8596         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8597         from nnweb groups.
8598
8599 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8600
8601         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8602         Xref urls.  Erase buffer before requesting head.
8603
8604 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8605
8606         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8607         customizable.
8608
8609 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8610
8611         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8612         no signing key is found.
8613         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8614         no encrypting and/or signing key is found.
8615
8616 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8617
8618         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8619
8620 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8621
8622         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8623         headers read from disk with the ones newly found in the current search.
8624         This should no longer cause problems, because the article numbers in
8625         Gmane's `nov.php' output are ignored since the previous change.
8626
8627 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8628
8629         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8630
8631 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8632
8633         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8634         replace-regexp-in-string; bind url-version; fbind display-images-p and
8635         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8636         find-face and set-itimer-function for Emacs; bind itimer-list for
8637         Emacs.
8638
8639         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8640
8641 2007-01-01  Romain Francoise  <romain@orebokech.com>
8642
8643         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8644
8645 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8646
8647         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8648         `define-minor-mode' macro definition expanded properly.
8649         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8650         exclude it there.
8651
8652         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8653         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8654         `fboundp' test.
8655         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8656         This is OK to autoload in (S)XEmacs now.
8657
8658 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8659
8660         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8661         keystroke.
8662         (gnus-summary-limit-to-singletons): Fix typo.
8663
8664         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8665         else fails.
8666
8667 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8668
8669         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8670         docstring.
8671
8672         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8673         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8674         (gnus-summary-insert-dormant-articles): Fix typo in message.
8675
8676 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8677
8678         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8679         nil for XEmacs.
8680         (gnus-message-citation-mode): Don't autoload in XEmacs.
8681
8682         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8683
8684 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8685
8686         * nnimap.el (nnimap-expunge-search-string): Mention
8687         nnimap-search-uids-not-since-is-evil in docstring.
8688
8689 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8690
8691         * spam.el: Revert to make-obsolete-variable because
8692         define-obsolete-variable-alias is not supported in Emacs 21.
8693
8694         * spam.el (spam-ifile-path, spam-ifile-database-path)
8695         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8696         make-obsolete-variable.
8697         (spam-bsfilter-path, spam-bsfilter-program)
8698         (spam-spamassassin-path, spam-spamassassin-program)
8699         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8700         use "path" inappropriately.
8701         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8702         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8703         variable names.
8704
8705 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8706
8707         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8708         summary buffer.
8709
8710         * password.el (password-cache-remove): Use clear-string to burn
8711         password, if available.
8712
8713 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8714
8715         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8716
8717         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8718
8719         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8720         (gnus-message-highlight-citation): Move defcustom here from
8721         gnus-cite.el.
8722         (gnus-message-citation-mode): Autoload.
8723
8724         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8725         checks to make it compile with XEmacs.
8726         (gnus-message-citation-mode): New minor mode.
8727         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8728         (gnus-message-highlight-citation): New variables.
8729         (gnus-message-search-citation-line)
8730         (gnus-message-add-citation-keywords)
8731         (gnus-message-remove-citation-keywords)
8732         (turn-on-gnus-message-citation-mode)
8733         (turn-off-gnus-message-citation-mode): New functions.
8734
8735 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8736
8737         * gnus-cite.el: Enable highlighting of different citation levels in
8738         message-mode.
8739
8740 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8741
8742         * message.el (message-make-fqdn): Fix comment.
8743         (message-bogus-system-names): Add ".local".
8744
8745         * spam.el (spam-ifile-path, spam-ifile-program)
8746         (spam-ifile-database-path, spam-ifile-database)
8747         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8748         Don't use "path" inappropriately.
8749         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8750         strings.
8751         (spam-check-ifile, spam-ifile-register-with-ifile)
8752         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8753         new variable names.
8754
8755         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8756         (gnus-treat-display-smileys): Simplify using
8757         gnus-image-type-available-p.
8758
8759         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8760         available.
8761
8762         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8763         `display-images-p' if available.
8764
8765 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8768         one after turning on the buffer's multibyteness instead of decoding
8769         them directly in the unibyte buffer that causes unexpected conversion
8770         in Emacs 23 (unicode).
8771
8772 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8773
8774         * message.el (message-generate-hashcash): Fix custom type.
8775
8776 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8777
8778         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8779
8780 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8781
8782         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8783         disconnect icons.  Add help text.
8784
8785 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8786
8787         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8788         negated to be consistent with the others we handle.
8789
8790 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8791
8792         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8793         version of gnus-summary-buffer to something, so that we can use two
8794         article buffers at the same time.
8795
8796 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8797
8798         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8799         trigger all the extra headers.
8800         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8801         sorting.
8802
8803 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8804
8805         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8806         solid groups.
8807
8808 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8809
8810         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8811
8812 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8813
8814         * legacy-gnus-agent.el: Add Copyright notice.
8815
8816 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8817
8818         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8819
8820 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8821
8822         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8823
8824         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8825         to make it work reliably in CVS Emacs.
8826         (gnus-summary-limit-strange-charsets-predicate)
8827         (gnus-summary-limit-to-predicate): New functions.
8828
8829 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8830
8831         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8832         specifying array size.
8833         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8834         array if it is too small.
8835         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8836         (gnus-sort-threads-loop): New function.
8837
8838 2006-12-06  Chris Moore  <dooglus@gmail.com>
8839
8840         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8841         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8842
8843 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8844
8845         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8846         options.
8847
8848 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8849
8850         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8851         DOS-ing the recipient.
8852
8853         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8854         the headers when creating the mapping to avoid mismappings.
8855         (nnweb-gmane-create-mapping): Always nix out old mapping.
8856
8857 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8858
8859         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8860         and mm-verify-option to never.
8861
8862 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * message.el (message-signed-or-encrypted-p): New function.
8865         (message-forward-make-body): Use it.
8866
8867         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8868         Replace encode-coding-string with mm-encode-coding-string.
8869
8870 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8871
8872         * nneething.el (nneething-decode-file-name): Replace
8873         decode-coding-string with mm-decode-coding-string.
8874
8875         * gnus-int.el (gnus-open-server): Say failed server's name.
8876
8877 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8878
8879         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8880         strings to a single string.  Quote `errors-file-name'.
8881         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8882         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8883         Adjust calls.  Use `shell-quote-argument'.
8884
8885 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8886
8887         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8888         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8889
8890         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8891         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8892         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8893         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8894         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8895         (gnus-subscribe-newsgroup, gnus-1):
8896         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8897         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8898         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8899         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8900
8901 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8902
8903         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8904         keystroke.
8905         (gnus-summary-limit-to-bodies): Implement headersp.
8906
8907 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8908
8909         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8910
8911 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8914
8915 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8916
8917         * message.el (message-generate-hashcash): Expand range of values to
8918         include `opportunistic'.
8919         (message-send-mail): Use it.
8920
8921 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8922
8923         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8924         and comment it.
8925
8926         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8927
8928 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8929
8930         * gnus-util.el (gnus-extract-address-components): Improve comment.
8931
8932 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8933
8934         * gnus-util.el (gnus-extract-address-components): Work with address in
8935         which the name portion contains @.
8936
8937         * lpath.el: Fbind custom-autoload.
8938
8939 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8940
8941         * gnus.el (gnus-start): Move custom group up.
8942         (gnus-select-method): Don't autoload, but make it available for
8943         `customize-variable'.
8944         (gnus-getenv-nntpserver): Don't autoload.
8945
8946 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8947
8948         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8949
8950 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8951
8952         * message.el (message-sendmail-extra-arguments): New variable.
8953         (message-send-mail-with-sendmail): Use it.
8954
8955 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8956
8957         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8958         mm-with-unibyte-current-buffer to make string unibyte.
8959
8960         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8961         mm-string-as-multibyte.
8962
8963 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8964
8965         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8966         Reported by Werner Koch <wk@gnupg.org>.
8967
8968 2006-11-14  Daiki Ueno  <ueno@p360>
8969
8970         * mml2015.el: Autoload epa-select-keys when compiling.
8971
8972 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8973
8974         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8975         message-options.
8976         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8977
8978 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8979
8980         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8981         EasyPG (< 0.0.6).
8982         (mml2015-always-trust): New user option.
8983         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8984         prompt.
8985
8986 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * nntp.el (nntp-authinfo-force): New variable.
8989         (nntp-send-authinfo): Use it.
8990
8991 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8992
8993         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8994         decode encoded words.  Improve prompt.  Add comment about forwarding.
8995         (message-replacement-char): Move up.
8996
8997 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8998
8999         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9000         instead of gnus-intersection because arguments of gnus-sorted-nunion
9001         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9002
9003 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9004
9005         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9006         (message-simplify-subject-functions): Enable
9007         message-strip-subject-encoded-words by default.
9008
9009 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9010
9011         * message.el (message-strip-subject-encoded-words): New function.
9012         (message-simplify-subject-functions): New variable.
9013         (message-simplify-subject): Use it.  Fix typo in doc string.
9014         Support message-strip-subject-encoded-words.
9015
9016 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9017
9018         * gnus-diary.el (gnus-diary-delay-format-function):
9019         * nndiary.el (nndiary-reminders):
9020         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9021
9022 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9023
9024         * gnus-art.el (article-hide-boring-headers): Fetch date from
9025         gnus-original-article-buffer to avoid problems with localized date
9026         strings.
9027
9028 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9031
9032 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9033
9034         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9035         New variables.
9036         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9037         (mm-charset-synonym-alist): Move some entries to
9038         mm-codepage-iso-8859-list.
9039         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9040         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9041
9042 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9043
9044         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9045
9046 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9047
9048         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9049         with Emacs 21 and XEmacs.
9050
9051 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9052
9053         * spam.el (spam-parse-address): New function for better parsing,
9054         catching errors, etc.
9055         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9056
9057 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9058
9059         * mm-view.el: Add interactive arg to html2text autoload.
9060
9061 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9064
9065 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9066
9067         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9068         variables.
9069         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9070         (mm-charset-synonym-alist): Move some entries to
9071         mm-codepage-iso-8859-list.
9072
9073         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9074
9075 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9076
9077         * message.el (message-citation-line-format)
9078         (message-insert-formated-citation-line): Fix implementation of %E, %N
9079         and %n according to the doc string.
9080
9081 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9082
9083         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9084         car-safe to avoid bad parses.
9085
9086 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9087
9088         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9089         names.
9090
9091         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9092
9093 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9094
9095         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9096         header.
9097
9098         * message.el (message-draft-headers): Add Date.
9099         (message-headers-to-generate): Fix typo in docstring.
9100
9101         * nndraft.el (nndraft-required-headers): New variable.
9102         (nndraft-generate-headers): Use it.
9103
9104         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9105
9106 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9107
9108         * gnus-registry.el (gnus-registry-wash-for-keywords)
9109         (gnus-registry-find-keywords): New functions to allow easy searching of
9110         articles that are in the registry.
9111
9112 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9113
9114         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9115         ietf-drums-parse-address instead of gnus-extract-address-components.
9116         Reported by Damien Elmes <damien@repose.cx>.
9117
9118 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9119
9120         * gnus.el (gnus-mime): Remove unused custom group.
9121
9122 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9123
9124         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9125         "blank line" when searching for end of armor headers.
9126
9127 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9128
9129         * gmm-utils.el (gmm-write-region): Fix variable name.
9130
9131 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9132
9133         * gmm-utils.el (gmm-write-region): New function based on compatibility
9134         code from `mm-make-temp-file'.
9135
9136         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9137
9138         * nnmaildir.el (nnmaildir--update-nov)
9139         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9140         Use `gmm-write-region'.
9141
9142 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9143
9144         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9145         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9146
9147         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9148
9149         * message.el (message-replacement-char): New variable.
9150         (message-fix-before-sending): Use it.
9151         (message-simplify-subject): New function to remove duplicate code.
9152         (message-reply, message-followup): Use it.
9153
9154         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9155         gnus-summary-limit-to-articles.
9156
9157 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9158
9159         * gnus-util.el (gnus-with-local-quit): New macro.
9160
9161         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9162
9163 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9164
9165         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9166         ignore non-string data.
9167
9168 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9169
9170         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9171         non-string data (needs to be done in the registry too).
9172
9173 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9174
9175         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9176         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9177         (gnus-registry-split-fancy-with-parent)
9178         (gnus-registry-fetch-simplified-message-subject-fast)
9179         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9180         Remove text properties on ingress into the registry and when it's saved.
9181         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9182         registry from entries with no groups.
9183
9184 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9185
9186         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9187         function to remove string properties.
9188
9189 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9190
9191         * gmm-utils.el (gmm): Adjust custom version.
9192
9193         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9194         custom version.
9195
9196         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9197
9198 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9199
9200         * gnus-art.el (gnus-insert-prev-page-button)
9201         (gnus-insert-next-page-button): Simplify.  Reformat.
9202
9203 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9204
9205         * gnus-art.el (gnus-insert-prev-page-button)
9206         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9207
9208 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9209
9210         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9211
9212 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9213
9214         * gnus-art.el (gnus-insert-mime-button)
9215         (gnus-insert-mime-security-button):
9216         Apply gnus-article-button-face to MIME and security buttons.
9217
9218 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9219
9220         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9221         readable.
9222
9223 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9224
9225         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9226
9227 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9228
9229         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9230         `browse-url-of-file' instead of `browse-url'.
9231
9232 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9233
9234         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9235         regexp.  Articles containing quotation were cut prematurely.
9236
9237 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * message.el (message-cite-original-1): Use nobody by default for the
9240         value of From header.
9241         (message-reply): Ditto.
9242
9243 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9244
9245         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9246         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9247         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9248
9249 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9250
9251         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9252         mails in the doc string.  Add some URLs in comment.
9253         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9254
9255 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9258         backslashes handling and the way to find boundaries of quoted strings.
9259
9260 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9261
9262         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9263         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9264         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9265         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9266
9267 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9268
9269         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9270         doc string.
9271         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9272
9273 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * lpath.el: Fbind epg-check-configuration.
9276
9277 2006-09-06  Simon Josefsson  <jas@extundo.com>
9278
9279         * mml2015.el (mml2015-use): Doc fix, mention epg.
9280
9281 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9282
9283         * mml2015.el (mml2015-use): Default to epg, if available.
9284
9285 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9286
9287         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9288         message-sender.
9289         (mml1991-epg-encrypt): Ditto.
9290         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9291         message-sender.
9292         (mml2015-epg-encrypt): Ditto.
9293
9294 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9295
9296         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9297         several common directories.
9298
9299 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9300
9301         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9302         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9303
9304 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * gnus-art.el (article-decode-encoded-words): Make it fast.
9307
9308 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9309
9310         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9311
9312         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9313         in quoted string into `\'.
9314
9315 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9316
9317         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9318         Use standard-syntax-table.
9319
9320 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9321
9322         * gnus-art.el (gnus-decode-address-function): New variable.
9323         (article-decode-encoded-words): Use it to decode headers which are
9324         assumed to contain addresses.
9325         (gnus-mime-delete-part): Remove useless `or'.
9326
9327         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9328         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9329         (gnus-nov-parse-line): Use it to decode From header.
9330         (gnus-get-newsgroup-headers): Ditto.
9331         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9332
9333         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9334         (mail-decode-encoded-address-string): New alias.
9335
9336         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9337         New function.
9338         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9339         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9340         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9341         (rfc2047-decode-string): Ditto.
9342         (rfc2047-decode-address-region): New function.
9343         (rfc2047-decode-address-string): New function.
9344
9345 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9346
9347         * message.el (message-caesar-buffer-body): Allow rotating headers.
9348
9349         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9350
9351         * message.el (message-insert-formated-citation-line): Fix %f.
9352         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9353
9354 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9355
9356         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9357         (gnus-bookmark-mouse-available-p): New macro.
9358         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9359         (gnus-bookmark-bmenu-show-infos): Use it.
9360         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9361         (gnus-bookmark-bmenu-hide-infos): Ditto.
9362         (gnus-bookmark-remove-properties): New function.
9363         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9364         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9365         (gnus-bookmark-write-file): Bind coding-system-for-write.
9366         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9367         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9368         group before selecting it.
9369         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9370         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9371         quit-window if it is not available; use gnus-mouse-2 and bind it to
9372         gnus-bookmark-bmenu-select-by-mouse.
9373         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9374         (gnus-bookmark-bmenu-select-by-mouse): New function.
9375
9376 2006-08-13  Romain Francoise  <romain@orebokech.com>
9377
9378         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9379         space.
9380
9381 2006-08-10  Romain Francoise  <romain@orebokech.com>
9382
9383         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9384         (dns-mode-soa-auto-increment-serial): New user option.
9385         (dns-mode-soa-maybe-increment-serial): New function.
9386         (dns-mode): Add the latter to `write-contents-functions'.
9387
9388 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * compface.el (uncompface): Use binary rather than raw-text-unix.
9391
9392 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * compface.el (uncompface): Make sure the eol conversion doesn't take
9395         place when communicating with the external programs.  Reported by
9396         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9397
9398 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9401
9402 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9403
9404         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9405         Make it more robust by parsing author and date independently.
9406
9407 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9408
9409         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9410
9411 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9412
9413         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9414         first matching secret key.
9415         (mml2015-epg-encrypt): Ditto.
9416
9417         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9418         first matching secret key.
9419         (mml1991-epg-encrypt): Ditto.
9420
9421         * mml2015.el (mml2015-encrypt-to-self): New user option.
9422         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9423         mml2015-epg-encrypt-to-self is set.
9424
9425         * mml1991.el (mml1991-encrypt-to-self): New variable.
9426         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9427         mml1991-epg-encrypt-to-self is set.
9428
9429         * mml2015.el (mml2015-signers): New user option.
9430         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9431         (mml2015-epg-encrypt): Allow to select signing keys.
9432
9433         * mml1991.el (mml1991-signers): New variable.
9434         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9435         (mml1991-epg-encrypt): Allow to select signing keys.
9436
9437 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * nnheader.el (nnheader-insert-head): Make it work even if the file
9440         uses CRLF for the line-break code.
9441
9442 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9443
9444         * mml2015.el: Require mml-sec instead of password.
9445         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9446         (mml2015-cache-passphrase): Inherit the default value from
9447         mml-secure-cache-passphrase.
9448         (mml2015-passphrase-cache-expiry): Inherit the default value from
9449         mml-secure-passphrase-cache-expiry.
9450
9451         * mml1991.el: Require mml-sec instead of password.
9452         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9453         (mml1991-cache-passphrase): Inherit the default value from
9454         mml-secure-cache-passphrase.
9455         (mml1991-passphrase-cache-expiry): Inherit the default value from
9456         mml-secure-passphrase-cache-expiry.
9457
9458         * mml-sec.el: Require password.
9459         (mml-secure-verbose): New user option.
9460         (mml-secure-cache-passphrase): New user option.
9461         (mml-secure-passphrase-cache-expiry): New user option.
9462
9463 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9464
9465         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9466         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9467         andreas@altroot.de (Andreas Vögele).
9468
9469         FIXME: Use `tiny change'?
9470
9471 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9472
9473         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9474         workaround for the url package included with Emacs.
9475
9476         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9477
9478 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9479
9480         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9481         correctly.  This fixes a bug caused by the 2006-05-12 change.
9482
9483 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9484
9485         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9486         some information about the error when saying that the `bogus' mail
9487         group will be used.
9488
9489 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9490
9491         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9492         string.
9493
9494 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9495
9496         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9497
9498 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9499
9500         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9501
9502 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9503
9504         * mml1991.el (mml1991-function-alist): Add epg.
9505         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9506         (mml1991-epg-encrypt): New functions.
9507
9508 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9509
9510         * mml2015.el (mml2015-verbose): New variable.
9511         (mml2015-cache-passphrase): Ditto.
9512         (mml2015-passphrase-cache-expiry): Ditto.
9513         (mml2015-function-alist): Add epg.
9514         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9515         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9516         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9517         functions.
9518
9519 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9520
9521         * message.el (message-cite-original-1): Preserve region when removing
9522         quoted text due to X-No-Archive in order to avoid bogus attribution
9523         when citing multiple messages.
9524
9525 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9526
9527         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9528         Kenneth Jacker <khj@be.cs.appstate.edu>.
9529
9530 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9531
9532         * gnus-diary.el (gnus-user-format-function-d)
9533         (gnus-user-format-function-D): Autoload.
9534
9535         * imap.el (Commentary): Fix typo.
9536
9537         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9538         2006-04-22 contribution.
9539
9540 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9541
9542         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9543         It didn't really fix the bogosity I'm seeing with solid web groups.
9544
9545 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9546
9547         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9548         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9549         created using server names.  If we use the feature without declaring
9550         it, Gnus does not properly manage server and group state.
9551
9552         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9553         bound.
9554
9555 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9556
9557         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9558         looking up the method using GROUP's prefix before inventing a new one.
9559         It is used on killed/unknown groups in various places where returning
9560         an all-new method isn't expected by the caller.
9561
9562         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9563         and match semantics of gnus-group-real-prefix.
9564
9565 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9566
9567         * nnmail.el (nnmail-broken-references-mailers): New variable.
9568         (nnmail-ignore-broken-references): New function generalizing
9569         nnmail-fix-eudora-headers.
9570         (nnmail-fix-eudora-headers): Now obsolete.
9571
9572         * gnus-art.el (gnus-button-handle-custom): Support
9573         `customize-apropos*'.
9574
9575 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9576
9577         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9578
9579         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9580         articles.
9581
9582 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9583
9584         * message.el (message-cite-reply-above): New variable.
9585         (message-yank-original): Use it.
9586
9587 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9588
9589         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9590
9591 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9592
9593         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9594         as read.
9595
9596         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9597
9598 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9599
9600         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9601         (gnus-bookmark-default-file): Use gnus-directory.
9602         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9603         Remove "*" in doc string.
9604         (gnus-bookmark-write-file): Simplify.
9605         (gnus-bookmark-maybe-sort-alist): Use `when'.
9606         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9607         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9608         FIXME about Emacs 21 and XEmacs compatibility.
9609         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9610         compatibility.
9611         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9612         compatibility.
9613         (gnus-bookmark-menu-heading): Fix version.
9614
9615 2006-06-19  Bastien Guerry  <bzg@altern.org>
9616
9617         * gnus-bookmark.el: New file.
9618
9619 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9620
9621         * message.el (message-syntax-checks): Doc fix.
9622
9623 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9624
9625         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9626         unsubscribed groups as if they were killed ones.  It causes duplicate
9627         entries in gnus-newsrc-alist.
9628
9629 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * message.el (message-syntax-checks): Doc fix.
9632         (message-send-mail): Add check for continuation headers.
9633         (message-check-news-header-syntax): Fix regexp used to check for
9634         continuation headers.
9635
9636 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9639
9640 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9643
9644 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9645
9646         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9647         default-truncate-lines.
9648
9649 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9652         to fill the utf-8 entry.
9653
9654         * lpath.el: Fbind unicode-precedence-list.
9655
9656 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9657
9658         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9659
9660 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9661
9662         * gnus-agent.el (directory-files-and-attributes): Move all the way
9663         forward (the third and final move).
9664         (gnus-agent-read-agentview): Trap reconstruction errors due to
9665         nonexistant directory.  Handle by returning nil.
9666
9667 2006-05-30  Didier Verna  <didier@xemacs.org>
9668
9669         * message.el (message-dont-reply-to-names): Update the custom type.
9670         * message.el (message-dont-reply-to-names): New defsubst: potentially
9671         convert a list of regexps into a single one.
9672         * message.el (message-get-reply-headers): Use it.
9673         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9674
9675 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * gnus-agent.el (directory-files-and-attributes): Move forward.
9678
9679 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9680
9681         * gnus-ml.el (gnus-mailing-list-subscribe)
9682         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9683         (gnus-mailing-list-message): Fix doc strings.
9684
9685 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9686
9687         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9688         of doing it manually.
9689
9690 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9691
9692         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9693         comment.
9694
9695 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9696
9697         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9698         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9699         (gnus-agent-read-local): All symbols allocated in my-obarray.
9700         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9701         (gnus-agent-regenerate-group): Check numeric names to see if they are
9702         messages or groups.
9703         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9704         better way of do this...)
9705
9706         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9707         'dummy.group' (there should be a better way of do this...)
9708
9709 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9710
9711         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9712         (gnus-saved-headers): Ditto.
9713         (gnus-default-article-saver): Mention functions may have properties.
9714         (gnus-article-save): Override gnus-save-all-headers and
9715         gnus-saved-headers by :headers property which saver function may have.
9716         (gnus-summary-save-in-file): Add :headers property.
9717         (gnus-summary-write-to-file): Ditto.
9718
9719         * gnus-sum.el (gnus-summary-save-article): Bind
9720         gnus-prompt-before-saving to t when saving many articles in a file;
9721         always show all headers.
9722
9723         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9724
9725 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9726
9727         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9728         marks.
9729
9730         * message.el (message-indent-citation): Add optional arguments to allow
9731         using it outside of message buffers.
9732
9733         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9734         (gnus-article-treat-unfold-headers): Use it.
9735         (gnus-article-truncate-lines): New variable.
9736         (gnus-article-mode): Use it.
9737         (gnus-article-toggle-truncate-lines): New function.
9738
9739         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9740         gnus-article-toggle-truncate-lines.
9741
9742         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9743         coding system in XEmacs, use binary.
9744
9745 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9748         after-load-alist.
9749
9750         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9751         this function should save decoded articles.
9752         (gnus-summary-write-to-file): Use property to specify this function
9753         should save decoded articles and specify gnus-summary-save-in-file
9754         should be used to save articles other than the first one when saving
9755         many articles.
9756         (gnus-summary-save-body-in-file): Use property to specify this
9757         function should save decoded articles.
9758         (gnus-summary-write-body-to-file): Use property to specify this
9759         function should save decoded articles and specify
9760         gnus-summary-save-body-in-file should be used to save articles other
9761         than the first one when saving many articles.
9762
9763         * gnus-sum.el (gnus-summary-save-article): Simplify.
9764
9765 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9766
9767         * gnus-art.el (gnus-default-article-saver): Add
9768         gnus-summary-write-body-to-file.
9769         (gnus-article-save-coding-system): Don't use coding system object
9770         in XEmacs.
9771         (gnus-read-save-file-name): Add optional `dir-var' argument which
9772         specifies directory in which files are saved; work even if optional
9773         `variable' argument is not specified.
9774         (gnus-summary-write-to-file): Read file name.
9775         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9776         (gnus-summary-write-body-to-file): New function.
9777
9778         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9779         (gnus-summary-local-variables): Add it.
9780         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9781         (gnus-summary-save-article): Remove optional `decode' argument;
9782         determine whether to decode articles by the value of
9783         gnus-default-article-saver; when saving many files using
9784         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9785         it first and use gnus-summary-save-in-file or
9786         gnus-summary-save-body-in-file thereafter unless
9787         gnus-prompt-before-saving is always; move point to article which
9788         will be saved.
9789         (gnus-summary-save-article-file): Revert.
9790         (gnus-summary-write-article-file): Revert.
9791         (gnus-summary-save-article-body-file): Revert.
9792         (gnus-summary-write-article-body-file): New function.
9793
9794 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * gnus-art.el (gnus-default-article-saver): Doc fix.
9797         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9798         from gnus-summary-save-article-coding-system, and default to a
9799         certain coding system.
9800         (gnus-output-to-file): Add coding cookie and encode text according
9801         to gnus-article-save-coding-system; don't use mm-append-to-file.
9802
9803         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9804         gnus-art.el and rename to gnus-article-save-coding-system.
9805         (gnus-summary-save-article): Require gnus-art; don't show all
9806         headers if it decodes articles; don't add coding cookie here;
9807         don't bind mm-text-coding-system-for-write.
9808         (gnus-summary-save-article-file): Save decoded articles.
9809         (gnus-summary-write-article-file): When saving many files, use
9810         gnus-summary-write-to-file first and gnus-summary-save-in-file
9811         thereafter unless gnus-prompt-before-saving is always.
9812         (gnus-summary-save-article-body-file): Save decoded articles.
9813
9814         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9815
9816 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9817
9818         * nnrss.el (nnrss-check-group): Bind hash-index.
9819
9820 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9821
9822         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9823         its hash index.  Store this hash in `nnrss-group-data'.
9824         (nnrss-read-group-data): Update accordingly.
9825
9826 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9827
9828         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9829         entry.
9830
9831         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9832         gnus-article-browse-html-article.
9833
9834 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9835
9836         * gnus-sum.el (gnus-summary-mime-map): Add
9837         gnus-article-browse-html-article.
9838
9839         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9840
9841 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9842
9843         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9844         suitable coding systems in customize.
9845
9846 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9847
9848         * mail-source.el (mail-sources): Fix custom type.
9849
9850 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9851
9852         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9853         (gnus-summary-expire-articles-now): Shorten prompt.
9854
9855         * gmm-utils.el (wid-edit): Require.
9856         (defun-gmm): Renamed from `gmm-defun-compat'.
9857         (gmm-image-search-load-path): Use it.
9858         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9859
9860 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9863         variable.
9864         (gnus-summary-save-article): Add optional `decode' argument.  If
9865         it is set and gnus-summary-save-article-coding-system is non-nil,
9866         save decoded article.
9867         (gnus-summary-write-article-file): Save decoded article if
9868         gnus-summary-save-article-coding-system is non-nil.
9869
9870         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9871         type.
9872
9873 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9876
9877 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9880         first to test gnus-single-article-buffer which may be buffer-local.
9881
9882         * gnus-sum.el (gnus-summary-setup-buffer): Make
9883         gnus-single-article-buffer buffer-local and nil in ephemeral
9884         group; make gnus-article-buffer, gnus-article-current, and
9885         gnus-original-article-buffer always buffer-local.
9886         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9887         group.
9888         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9889
9890 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9891
9892         * nnml.el (nnml-request-compact-group): Compressed files might not
9893         have .gz extension.
9894
9895 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9896
9897         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9898         (mm-copy-to-buffer): Use with-current-buffer.
9899         (mm-display-part): Simplify.
9900         (mm-inlinable-p): Add optional arg `type'.
9901
9902 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9903
9904         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9905         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9906         Try harder to show the attachment internally or externally using
9907         gnus-mime-view-part-as-type.
9908
9909 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9910
9911         * message.el (message-from-style, message-signature-separator)
9912         (message-user-organization-file, message-send-mail-function)
9913         (message-citation-line-function, message-yank-prefix)
9914         (message-indent-citation-function, message-signature)
9915         (message-signature-file, message-signature-insert-empty-line):
9916         Remove autoloads.
9917
9918         * gnus-art.el (gnus-buttonized-mime-types): Remove
9919         "multipart/signed".  Revert 2006-04-26 change.
9920
9921 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9922
9923         * gnus.el (gnus-version-number): Bump version.
9924
9925 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9926
9927         * gnus.el: No Gnus v0.5 is released.
9928
9929 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9930
9931         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9932         fetching articles by message-id.
9933
9934 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9935
9936         * message.el (hashcash): Require hashcash as normal.
9937
9938         * ecomplete.el (ecomplete-highlight-match-line): Use
9939         point-at-eol.
9940         (ecomplete-highlight-match-line): Use `highlight', because that
9941         face exists in both Emacs and XEmacs.
9942
9943         * message.el (message-display-abbrev): Use point-at-bol.
9944
9945         * mail-source.el: Don't require timer/timer-funcs.
9946
9947         * gnus-async.el: Ditto.
9948
9949         * password.el: Ditto.
9950
9951         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9952
9953         * mm-url.el: Ditto.
9954
9955         * gnus-xmas.el: Don't require timer-funcs.
9956
9957         * mm-util.el: Require timer/timer-funcs.
9958
9959 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9960
9961         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9962         Close.
9963
9964 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9967         unibyte after clear-decrypt function runs.
9968
9969         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9970         returns as a unibyte string.
9971
9972 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9973
9974         * lpath.el: Revert.
9975
9976         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9977         (pgg-gpg-process-sentinel): Revert.
9978
9979         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9980         (pgg-pgp-lookup-key): Revert.
9981
9982         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9983         (pgg-pgp5-lookup-key): Revert.
9984
9985         * pgg.el (pgg-fetch-key): Revert.
9986
9987 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9988
9989         * lpath.el: Fbind string-as-multibyte for XEmacs.
9990
9991         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9992         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9993         (mml1991-pgg-encrypt): Ditto.
9994
9995         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9996         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9997         a multibyte buffer.
9998
9999         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10000         (pgg-pgp-lookup-key): Ditto.
10001
10002         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10003         (pgg-pgp5-lookup-key): Ditto.
10004
10005         * pgg.el (pgg-fetch-key): Ditto.
10006
10007 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10008
10009         * message.el (message-user-organization-file): Check several
10010         locations of the organization file.
10011
10012         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10013         Add gnus-article-view-part-as-type.
10014
10015         * gnus-art.el (gnus-article-view-part-as-type): New function.
10016
10017         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10018         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10019
10020         * mml.el: Simplify autoload.
10021         (mml-mode): defvar dnd-protocol-alist instead of using
10022         symbol-value.
10023         (mml-default-directory): New variable.
10024         (mml-minibuffer-read-file): Use it.
10025         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10026
10027         * message.el (message-citation-line-format): New variable.
10028         (message-insert-formated-citation-line): New function.
10029         (message-citation-line-function): Add
10030         `message-insert-formated-citation-line' to custom type.
10031
10032         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10033         to doc string.
10034
10035         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10036         depending on mm-verify-option.
10037
10038 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10041         binding pgg-* variables; reimplement the section which prevents
10042         MIME header from being signed.
10043         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10044         pgg-text-mode; remove a blank line at the top of body.
10045
10046         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10047         lines at the top of body; use gnus-newsgroup-charset if there's no
10048         Charset header.
10049
10050 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * message.el (message-self-insert-commands): Doc fix.
10053
10054         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10055         (mm-uu-pgp-encrypted-test): Ditto.
10056         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10057         between header and body; return application/pgp-encrypted handle
10058         if decryption failed; decode decrypted body by charset.
10059
10060         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10061         element match to application/pgp-*.
10062
10063 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10064
10065         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10066         HTML.
10067
10068 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10069
10070         * mail-source.el (mail-source-call-script): Message the error
10071         string.
10072
10073 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10074
10075         * gnus-util.el (gnus-byte-compile): Use it.
10076
10077 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10078
10079         * gnus-util.el (kill-empty-logs): New function.
10080
10081 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10082
10083         * message.el (message-mail-alias-type): Doc fix.
10084         (message-mail-alias-type-p): New function.
10085         (message-send): Use it.
10086         (message-mode): Ditto.
10087         (message-strip-forbidden-properties): Ditto.
10088
10089         * ecomplete.el (ecomplete-database-file-coding-system): New
10090         variable.
10091         (ecomplete-save): Use it.
10092         (ecomplete-setup): Use it.
10093
10094 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10095
10096         * message.el (message-self-insert-commands): New variable.
10097         (message-strip-forbidden-properties): Use it.
10098
10099 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10100
10101         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10102         that doesn't make XEmacs choke.
10103
10104 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10105
10106         * gnus-util.el (gnus-replace-in-string):
10107         Prefer replace-regexp-in-string over of replace-in-string.
10108
10109 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * gnus-util.el (gnus-select-frame-set-input-focus):
10112         Use select-frame-set-input-focus if it is available in XEmacs; use
10113         definition defined in Emacs 22 for old Emacsen.
10114
10115         * dgnushack.el: Autoload unmorse-region for XEmacs.
10116
10117         * lpath.el: Bind cursor-in-non-selected-windows and
10118         select-frame-set-input-focus for XEmacs.
10119
10120 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10121
10122         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10123
10124 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10125
10126         * gnus-registry.el (gnus-registry-cache-save): Remove text
10127         properties when saving via the temp buffer.
10128
10129 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10130
10131         * message.el (message-generate-hashcash): Honor custom type.
10132
10133 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10134
10135         * message.el (message-generate-hashcash): Default to non-nil when
10136         hashcash is found.
10137
10138         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10139         (gnus-refer-thread-limit): Increase default to 500.
10140
10141         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10142
10143         * flow-fill.el (fill-flowed): Allow delete-space.
10144
10145 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10146
10147         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10148         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10149         Remove autoloads.
10150
10151 2006-04-18  Simon Josefsson  <jas@extundo.com>
10152
10153         * message.el (message-generate-hashcash): Default to.
10154
10155 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10156
10157         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10158         concatenating segments rather than before concatenating them.
10159
10160 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10161
10162         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10163
10164 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10165
10166         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10167
10168         * message.el (message-forward-make-body-plain): Allow
10169         message-forward-ignored-headers to be a list.
10170         (message-remove-ignored-headers): Factor out into function.
10171         (message-forward-make-body-mml): Use it.
10172
10173         * imap.el (imap-quote-specials): New function.
10174         (imap-login-auth): Quote specials.
10175
10176         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10177         (rfc2231-parse-string): Allow concatanation of parameters that
10178         aren't contiguous.  The test case is
10179           (mail-header-parse-content-type "message/external-body;
10180             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10181             access-type=LOCAL-FILE;
10182             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10183
10184 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10185
10186         * nntp.el (nntp-accept-process-output): Return the value of
10187         `nnheader-accept-process-output'.
10188
10189 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10190
10191         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10192         (gnus-button-alist): Recognize more diff formats.
10193         (gnus-button-patch): Strip directory.
10194
10195 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10196
10197         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10198         Emacs 22 when setting focus.
10199
10200 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10201
10202         * gnus-art.el (gnus-article-treat-types): Do treatment of
10203         text/x-verbatim parts.
10204         (gnus-button-patch): New command.
10205
10206         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10207         addresses that contain invalid characters.
10208
10209 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10210
10211         * message.el (message-put-addresses-in-ecomplete): Use
10212         gnus-replace-in-string.
10213         (message-is-yours-p): Use the more correct
10214         mail-header-parse-address instead of
10215         mail-extract-address-components.
10216         (message-put-addresses-in-ecomplete): Fix typo.
10217
10218         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10219         keystroke.
10220
10221         * gnus-art.el (gnus-treatment-function-alist): Change order of
10222         newsgroups/generic header folding to avoid double-folding.
10223
10224         * message.el (message-hidden-headers): Add X-Draft-From.
10225
10226         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10227         command.
10228         (gnus-summary-repeat-search-article-backward): New command.
10229
10230         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10231         groups in the parent topic.
10232
10233 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10234
10235         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10236         (spam-extra-header-to-number): Return the CRM114 number as a
10237         number instead of a string.
10238
10239 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10240
10241         * gnus-art.el (gnus-face-properties-alist): Moved here from
10242         gnus-fun.
10243
10244         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10245
10246 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10247
10248         * message.el (message-strip-forbidden-properties): Only display on
10249         self-insert-command.
10250
10251         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10252         reindent.
10253         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10254
10255 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10256
10257         * smiley.el (smiley-style): Fix typo.
10258
10259 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10260
10261         * hashcash.el (hashcash-insert-payment-async-2): Use
10262         message-goto-eoh instead of doing it manually.
10263         (mail-add-payment): Use message-narrow-to-header instead of trying
10264         to do the same itself.
10265
10266         * message.el (message-hidden-headers): Add Face.
10267
10268         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10269         reparenting code.
10270         (gnus-summary-reparent-children): Refactored out code.
10271         (gnus-summary-thread-map): New keystroke.
10272         (gnus-summary-reparent-children): Make into command.
10273
10274         * smiley.el (smiley-style): Default to `medium' if using a large
10275         font.
10276
10277         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10278         does it itself.
10279
10280         * message.el (message-point-in-header-p): Simplify definition.
10281
10282 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10283
10284         * nnagent.el (nnagent-request-set-mark): Silence log file
10285         writing.
10286         (nnagent-request-set-mark): Use write-region instead of
10287         append-to-file.
10288
10289         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10290         strange select method.
10291
10292         * ecomplete.el (ecomplete-display-matches): Get highlightling
10293         right.
10294         (ecomplete-display-matches): Use literals.
10295         (ecomplete-display-matches): Disable message logging.
10296
10297         * message.el (message-display-abbrev): Small optimization.
10298
10299         * ecomplete.el (ecomplete-display-matches): Allow automatic
10300         display.
10301
10302         * message.el (message-strip-forbidden-properties): Display
10303         abbrevs.
10304         (message-display-abbrev): Get automatic display right.
10305
10306         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10307         keystrokes.
10308
10309 2006-04-13  Romain Francoise  <romain@orebokech.com>
10310
10311         TODO: Backport to v5-10!
10312
10313         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10314         Moved here (and renamed) from gnus-registry.el.
10315
10316         * gnus-registry.el: Require gnus-util.
10317         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10318
10319 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10320
10321         * gnus-group.el (gnus-group-catchup-current): Change
10322         if-then-else-if-then-else into cond.
10323         (gnus-group-catchup): Indent.
10324         (group-name-at-point): New function.
10325         (gnus-fetch-group): Provide default from thing at point.
10326
10327 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10328
10329         * message.el (message-display-abbrev): Fix regexp.
10330
10331         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10332         choosing.
10333         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10334         dead variables.
10335
10336         * message.el (message-newline-and-indent): Remove debugging.
10337         (message-display-abbrev): Use new implementation.
10338
10339 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10340
10341         * gnus-art.el (gnus-article-mode): Set
10342         cursor-in-non-selected-windows to nil.
10343
10344         * smiley.el: Revert previous change.
10345         (smiley-data-directory): defvar it before using it in the
10346         defcustom of `smiley-style'.
10347
10348 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10349
10350         * message.el (message-newline-and-indent): New function.
10351
10352         * ecomplete.el: Implement more bits.
10353
10354         * message.el (message-put-addresses-in-ecomplete): Clean up the
10355         string.
10356
10357         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10358
10359         * gnus-sum.el (gnus-summary-save-parts): Bind
10360         gnus-summary-save-parts-counter and use it to make unique file
10361         names.
10362
10363         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10364
10365         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10366         parameter to say whether to actually parse the individual
10367         addresses.
10368
10369         * message.el (message-put-addresses-in-ecomplete): New function.
10370         (ecomplete): Require.
10371         (message-mail-alias-type): Add ecomplete as an option.
10372
10373 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10374
10375         * flow-fill.el (fill-flowed): Remove trailing space from blank
10376         quoted lines.
10377
10378 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10379
10380         * smiley.el (smiley-style): Move definition later to avoid a
10381         compilation warning.
10382
10383 2006-04-12  Kenichi Handa  <handa@m17n.org>
10384
10385         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10386         buffer and then decode the buffer text if necessary.
10387         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10388         first, and after mm-encode-body, change the buffer to unibyte.
10389         Use mm-disable-multibyte instead of set-buffer-multibyte.
10390
10391 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10394         Content-Type header instead of Content-Disposition header.
10395         (gnus-mime-inline-part): Ditto.
10396         (gnus-mime-view-part-as-charset): Ignore charset that the part
10397         specifies.
10398
10399         * mm-decode.el (mm-display-part): Work with external parts and
10400         usual parts similarly.
10401
10402         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10403         instead of gnus-display-mime.
10404
10405         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10406         instead of with-temp-buffer.
10407
10408         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10409         tag to summarized topics part in order to encode non-ASCII text.
10410
10411 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10412
10413         * smiley.el (smiley-style): New variable.
10414         (smiley-directory): New function.
10415         (smiley-data-directory): Derive from `smiley-style' using
10416         `smiley-directory'.
10417         (smiley-regexp-alist): Add new entries.
10418
10419         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10420         (gnus-article-browse-delete-temp): Add :version.
10421
10422 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10423
10424         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10425         the sieve region.
10426
10427 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10428
10429         * gnus.el (gnus-version-number): Bump version.
10430
10431 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10432
10433         * gnus.el: No Gnus v0.4 is released.
10434
10435 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10436
10437         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10438         layout.
10439
10440         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10441         unknown charset.
10442
10443         * message.el (message-header-synonyms): Add Original-To to the
10444         default.
10445
10446         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10447         optional parameter.
10448
10449 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10450
10451         * gnus-fun.el (gnus): Require it for gnus-directory.
10452
10453 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10456
10457 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10458
10459         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10460
10461 2006-04-05  Simon Josefsson  <jas@extundo.com>
10462
10463         * password.el (password-reset): New function.
10464
10465 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10466
10467         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10468         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10469
10470 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10471
10472         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10473         Some whitespace was matched into the url, which broke browsing hits
10474         > 100 when mm-url-use-external was nil.
10475
10476 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10477
10478         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10479         gnus-extra-headers for 'Newsgroups.
10480
10481         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10482         bound.
10483
10484 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10485
10486         * pgg-gpg.el: Clean up process buffers every time gpg processes
10487         complete.
10488
10489 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10490
10491         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10492         doc string.
10493
10494 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10495
10496         * pgg-gpg.el (pgg-gpg-process-filter)
10497         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10498
10499         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10500         lines, temporary fix.
10501
10502 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10503
10504         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10505
10506 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10507
10508         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10509         default-enable-multibyte-characters.  This reverts the change from
10510         revision 6.17 which is no longer necessary because the passphrase
10511         is sent separately now.  GnuPG messages are unreadable under
10512         multibyte locales with default-enable-multibyte-characters set to
10513         nil.
10514
10515 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10516
10517         * message.el (message-tool-bar-gnome): Move "spell".
10518
10519 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10520
10521         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10522         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10523         instead.
10524
10525 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10526
10527         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10528         newsgroups handling for NNTP overviews which don't include
10529         Newsgroups.
10530
10531 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10532
10533         * message.el (message-resend): Bind message-generate-hashcash to nil.
10534
10535 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10536
10537         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10538         when searching for already-paid recipients.
10539
10540 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10541
10542         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10543         passphrases when it is not needed.
10544         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10545         passphrase stuff from gpg, should only be necessary when you use
10546         gpg with a smartcard.
10547
10548 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10549
10550         * mml.el (mml-insert-mime): Ignore cached contents of
10551         message/external-body part.
10552
10553         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10554         (mm-insert-part): Ditto.
10555
10556 2006-03-23  Simon Josefsson  <jas@extundo.com>
10557
10558         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10559         Reiner.
10560         (pgg-gpg-use-agent-p): Use it again.
10561
10562 2006-03-23  Simon Josefsson  <jas@extundo.com>
10563
10564         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10565         older emacsen.
10566         (pgg-gpg-use-agent-p): Don't use it.
10567
10568 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10569
10570         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10571         if we can.
10572
10573 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10574
10575         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10576         (pgg-gpg-update-agent): New function.
10577         (pgg-gpg-use-agent-p): New function.
10578         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10579         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10580         (pgg-gpg-sign-region): Use it.
10581
10582 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10585         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10586
10587 2006-03-21  Simon Josefsson  <jas@extundo.com>
10588
10589         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10590         <wilde@sha-bang.de>.
10591         (pgg-gpg-use-agent): New variable.
10592         (pgg-gpg-process-region): Use it.
10593         (pgg-gpg-encrypt-region): Likewise.
10594         (pgg-gpg-encrypt-symmetric-region): Likewise.
10595         (pgg-gpg-decrypt-region): Likewise.
10596         (pgg-gpg-sign-region): Likewise.
10597         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10598
10599 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10600
10601         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10602
10603         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10604         Add comment on version.
10605
10606 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10607
10608         * smiley.el: Add missing test smiley.
10609
10610 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10611
10612         * mm-decode.el (mm-with-part): New macro.
10613         (mm-get-part): Use it; work with message/external-body as well.
10614         (mm-save-part): Treat name and filename equally.
10615
10616         * mm-extern.el (mm-extern-cache-contents): New function.
10617         (mm-inline-external-body): Use it; force the part to be displayed;
10618         move undisplayer added to the cached handle to the parent.
10619
10620         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10621         (gnus-mime-view-part-as-type): Work with message/external-body.
10622
10623         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10624
10625 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10626
10627         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10628         images in image-load-path.  [Sync with image.el, revision 1.60, in
10629         Emacs.]
10630
10631 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10632
10633         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10634         path rather than symbol.  Always return list of directories.
10635         Guarantee that image directory comes first.  [Sync with image.el,
10636         revision 1.59, in Emacs.]
10637
10638         * message.el (message-make-tool-bar): Adjust to new API of
10639         `gmm-image-load-path-for-library'.
10640
10641         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10642
10643         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10644
10645 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10646
10647         * gnus-art.el (gnus-article-only-boring-p):
10648         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10649         intangible text.
10650         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10651
10652 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10653
10654         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10655         `defun' instead of `gmm-defun-compat'.
10656
10657 2006-03-14  Simon Josefsson  <jas@extundo.com>
10658
10659         * message.el (message-unique-id): Don't use message-number-base36
10660         if (user-uid) is a float.
10661         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10662
10663 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10666
10667         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10668         empty line between a part and a message part.
10669
10670 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10671
10672         * smiley.el: Add more test smileys.
10673         (smiley-data-directory, smiley-regexp-alist)
10674         (gnus-smiley-file-types): Fix doc strings.
10675         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10676         adding new elements.
10677         (smiley-mouse-map): Unused code.  Make it a comment.
10678
10679 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10680
10681         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10682         scan latest NoCeM messages instead of old ones.
10683         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10684         delimiters that are recently used.
10685         (gnus-nocem-load-cache): Add autoload cookie.
10686
10687         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10688
10689         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10690         level which is larger than gnus-use-nocem is specified.
10691
10692         * gnus-group.el (gnus-group-get-new-news): Ditto.
10693
10694 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10695
10696         * gnus-util.el (gnus-tool-bar-update): New function.
10697
10698         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10699         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10700
10701         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10702
10703         * gnus-group.el (gnus-group-redraw-when-idle)
10704         (gnus-group-redraw-check): Remove.
10705         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10706
10707 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10708
10709         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10710         if optional last element is specified in splits (FIELD VALUE...).
10711
10712 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10713
10714         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10715         to gmm-image-load-path-for-library.  Call with no-error argument.
10716         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10717
10718         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10719
10720         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10721
10722         * gmm-utils.el (gmm-image-load-path): Remove alias.
10723
10724 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10725
10726         * gmm-utils.el (gmm-image-load-path): Add alias.
10727
10728         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10729         nnml-generate-nov-databases-1.
10730         (nnml-generate-nov-databases): Use it.
10731         (nnml-generate-nov-databases-directory): Document no-active
10732         argument.
10733
10734         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10735         directory if path is t.  Add no-error.
10736
10737         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10738         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10739
10740         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10741         resetting gnus-article-browse-html-temp-list.
10742
10743         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10744         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10745         Add example to docstring.  Rename local variables.  Move error
10746         checks to default case in cond and simplify.
10747
10748 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10751         handle is multipart when calling it recursively.
10752         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10753
10754 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10755
10756         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10757         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10758
10759 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10760
10761         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10762         is loaded.
10763
10764         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10765         loaded.
10766
10767 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10768
10769         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10770         to "Emacs 23 (unicode)" in doc string.
10771
10772         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10773         "Emacs 23 (unicode)" in comment.
10774
10775 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10778
10779         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10780         characters 160 through 255 in Emacs 23.
10781
10782 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10783
10784         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10785         gnus-article-browse-html-temp.
10786         (gnus-article-browse-delete-temp): Make it customizable.  Add
10787         `file'.  Adjust doc string.
10788         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10789         query for each file.  Adjust doc string.
10790         (gnus-article-browse-html-parts): Add
10791         `gnus-article-browse-delete-temp-files' to
10792         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10793
10794 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10795
10796         * gnus-art.el (gnus-article-browse-html-temp)
10797         (gnus-article-browse-delete-temp): New variables.
10798         (gnus-article-browse-delete-temp-files): New function.
10799         (gnus-article-browse-html-parts): Use it.
10800
10801 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10804
10805         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10806         string.
10807
10808         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10809         gnus-summary-insert-new-articles when unplugged.  Remove
10810         gnus-summary-search-article-forward.
10811
10812         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10813         display-visual-class instead of display-color-cells.
10814
10815 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10816
10817         * dgnushack.el: Autoload customize-group for XEmacs.
10818
10819         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10820         message/* containing non-ASCII text properly.
10821
10822 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10823
10824         * message.el: Require gmm-utils, remove autoloads.
10825         (message-tool-bar): Set default based on
10826         gmm-tool-bar-style.
10827         (message-tool-bar-gnome): Add gmm-customize-mode.
10828
10829         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10830         gmm-tool-bar-style.
10831         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10832
10833         * gnus-group.el (gnus-group-tool-bar): Set default based on
10834         gmm-tool-bar-style.
10835         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10836
10837         * gmm-utils.el (gmm-image-directory): Rename variable from
10838         gmm-image-load-path.
10839         (gmm-image-load-path): Use gmm-image-directory.
10840         (gmm-customize-mode): New function.
10841         (gmm-tool-bar-style): New variable.
10842
10843         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10844         gnus-group-redraw-line-number.
10845         (gnus-group-redraw-check): Simplify.
10846         (gnus-group-tool-bar-update): Remove redraw check.
10847         (gnus-group-make-tool-bar): Add redraw check.
10848
10849 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10850
10851         * gnus-art.el (gnus-button): Add missing parentheses.
10852
10853 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * lpath.el: Fbind line-number-at-pos.
10856
10857 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10858
10859         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10860
10861 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10862
10863         * gnus-art.el (gnus-button): New face.
10864         (gnus-article-button-face): Use it.
10865
10866         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10867         gnus-summary-next-page.  Re-order.
10868
10869         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10870         next-node are now included.
10871         (gnus-group-redraw-line-number): New internal variable.
10872         (gnus-group-redraw-check): Helper function for updating the tool
10873         bar.
10874         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10875
10876         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10877
10878         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10879         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10880         Use it to match format of Spamassassin 3.0 and later.  Reported by
10881         IRIE Tetsuya <irie@t.email.ne.jp>.
10882         (spam-check-bogofilter)
10883         (spam-bogofilter-register-with-bogofilter): Fix args of
10884         `gnus-error' calls.
10885
10886 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10887
10888         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10889         unnecessary interaction when sending queued mails.  Reported by
10890         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10891
10892 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10893
10894         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10895         first or last are nil.
10896
10897 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10898
10899         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10900
10901 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10902
10903         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10904
10905 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10906
10907         * dns.el (query-dns): Protect more against buggy tcp output.
10908
10909 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10910
10911         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10912         nov.php.
10913
10914 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10915
10916         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10917         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10918         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10919         output on the server side.
10920         (nnweb-google-create-mapping): Update regexps and add some
10921         progress indication.
10922
10923 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10924
10925         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10926         gnus-agent-toggle-plugged.  Re-order icons.
10927         (gnus-group-tool-bar-gnome): Add
10928         gnus-group-{prev,next}-unread-group.
10929         (gnus-group-tool-bar-gnome): Re-order icons.
10930
10931         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10932         gnus-summary-insert-new-articles.
10933
10934         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10935         comments.
10936
10937         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10938         also available in Emacs 21.3.
10939
10940         * message.el (message-fix-before-sending): Change "Emacs 22" to
10941         "Emacs 23 (unicode)" in comment.
10942
10943         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10944         "Emacs 23 (unicode)" in comment.
10945
10946         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10947         comment.
10948         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10949
10950         * mm-view.el (mm-fill-flowed): Add :version.
10951
10952 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10953
10954         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10955         and load-path.
10956
10957 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * message.el: Autoload gmm-image-load-path.
10960         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10961         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10962         consitency.
10963
10964         * gmm-utils.el (gmm-image-load-path): Also search in
10965         "../etc/images".  Don't set gmm-image-load-path if we don't find
10966         the image.
10967
10968 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * gmm-utils.el (gmm-image-load-path): Don't make
10971         `gmm-image-load-path' include subdirectories which the second arg
10972         `image' might specify.
10973
10974         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10975         subdirectory to icon file names.
10976
10977         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10978
10979 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10980
10981         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10982         gmm-image-load-path calls.
10983
10984         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10985
10986         * message.el (message-make-tool-bar): Ditto.
10987
10988         * mml.el (mml-preview): Added comment concerning tool bar icons.
10989
10990         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10991         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10992
10993         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10994         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10995
10996         * message.el (message-tool-bar-gnome): Use new icon names.
10997         (message-make-tool-bar): Use `gmm-image-load-path'.
10998
10999         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11000         functions from MH-E.
11001         (gmm-image-load-path): New variable from MH-E.
11002         (gmm-image-load-path): New function from MH-E.  Added arguments
11003         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11004         *-image-load-path-called-flag.
11005
11006 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11007
11008         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11009
11010 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11011
11012         * nnimap.el (nnimap-request-move-article): Change folder back to
11013         source group before deleting.
11014
11015 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11016
11017         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11018
11019         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11020         mm-url.
11021
11022         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11023
11024 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11027         coding system which mm-charset-to-coding-system returns for a
11028         given charset is valid.
11029
11030 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11031
11032         * html2text.el (html2text-remove-tag-list):
11033         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11034
11035 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11036
11037         * gnus-cus.el: Revert 2005-10-17 change.
11038
11039 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * gnus-art.el (article-strip-banner): Call
11042         article-really-strip-banner only when the regexp match is made.
11043
11044 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * gnus-art.el (article-strip-banner): Use
11047         gnus-extract-address-components instead of
11048         mail-header-parse-addresses to make it work with non-ASCII text;
11049         remove mail-encode-encoded-word-string.
11050
11051         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11052         values which are surrounded with \"...\"; make it never cause a
11053         Lisp error; give up parsing of parameters if it failed in
11054         extracting type.
11055
11056 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11057
11058         * smime.el (smime-cert-by-ldap-1): Fix bug where
11059         `smime-ldap-search' returns results without userCertificates.
11060
11061 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11062
11063         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11064
11065 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11066
11067         * spam.el (spam-check-spamassassin-headers): Adapt format for
11068         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11069         <ari@mbf.ocn.ne.jp>.
11070         (spam-list-of-processors): Add spam-use-gmane.
11071
11072 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11073
11074         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11075         make-temp-file; make it work with XEmacs as well.
11076
11077         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11078         mm-make-temp-file.
11079
11080         * mm-decode.el (mm-display-external): Use the 3rd arg of
11081         mm-make-temp-file.
11082         (mm-create-image-xemacs): Ditto.
11083
11084 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11085
11086         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11087         with message-narrow-to-headers.
11088         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11089         (gnus-draft-check-draft-articles): New function.
11090         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11091
11092 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11093
11094         * gnus-art.el (gnus-article-browse-html-parts):
11095         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11096         Don't use suffix argument for mm-make-temp-file for Emacs 21
11097         compatibility.  Remove useless `format'.
11098
11099 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11100
11101         * nnweb.el (nnweb-google-wash-article): Update regexps.
11102         (nnweb-group-alist): Use defvoo instead of defvar.
11103
11104 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11107         re-loading nn* modules.
11108
11109 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11110
11111         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11112         for `tool-bar-mode' and don't check it's default-value.
11113
11114         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11115
11116         * message.el (message-make-tool-bar): Ditto.
11117
11118         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11119         `substring'.  Shorten tmp-file name.
11120
11121         * gnus.el: Remove bogus comment.
11122
11123 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11124
11125         * gnus-art.el (gnus-article-browse-html-parts): New function.
11126         (gnus-article-browse-html-article): New function for viewing html
11127         articles with a browser.
11128
11129 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11130
11131         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11132         in elisp.
11133         (pgg-gpg-encrypt-symmetric-region): Ditto.
11134         (pgg-gpg-sign-region): Ditto.
11135
11136         * pgg-def.el (pgg-text-mode): New variable.
11137
11138         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11139         (mml2015-pgg-encrypt): Ditto.
11140
11141         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11142         (mml1991-pgg-encrypt): Ditto.
11143
11144 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11147         message-make-date instead of current-time-string.
11148
11149         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11150         to gnus-decoded which mm-uu might set.
11151
11152 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11155         don't decode quoted parameters; remove misimported Emacs code.
11156         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11157         (rfc2231-decode-encoded-string): Don't use split-string which
11158         behaves differently according to Emacs version; use
11159         mm-decode-coding-region to convert charset to coding-system.
11160         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11161         (rfc2231-encode-string): Remove misimported Emacs code.
11162
11163 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11166         when calling mail-header-parse-content-type.
11167         (article-de-quoted-unreadable): Ditto.
11168         (article-de-base64-unreadable): Ditto.
11169         (article-wash-html): Ditto.
11170
11171         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11172         calling mail-header-parse-content-type and
11173         mail-header-parse-content-disposition.
11174         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11175         mail-header-parse-content-type.
11176
11177         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11178         insert charset and format parameters; encode description after
11179         inserting it to buffer.
11180         (mml-insert-parameter): Fold lines properly even if a parameter is
11181         segmented into two or more lines; change the max column to 76.
11182
11183         * rfc1843.el (rfc1843-decode-article-body): Don't use
11184         ignore-errors when calling mail-header-parse-content-type.
11185
11186         * rfc2231.el (rfc2231-parse-string): Return at least type if
11187         possible; don't cause an error even if it fails in parsing of
11188         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11189         (rfc2231-encode-string): Don't break lines at the beginning, leave
11190         it to mml-insert-parameter.
11191
11192         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11193         calling mail-header-parse-content-type.
11194
11195 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11196
11197         * spam-report.el (spam-report-gmane-use-article-number):
11198         Improve doc string.
11199         (spam-report-gmane-internal): Check if a suitable header was found
11200         in the article.
11201
11202 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11203
11204         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11205         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11206
11207 2006-02-05  Romain Francoise  <romain@orebokech.com>
11208
11209         Update copyright notices of all files in the gnus directory.
11210
11211 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11212
11213         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11214
11215 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11216
11217         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11218         segmented lines of parameter value to cope with Thunderbird 1.5
11219         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11220         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11221         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11222
11223 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11224
11225         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11226         parts.
11227
11228 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11229
11230         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11231         there's only one active file for all servers.
11232         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11233         solid groups.  Gnus might have used a FAST request to select the group.
11234         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11235         and nnweb-search redundantly in the active file.
11236         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11237         (nnweb-request-create-group): Don't use ARGS.
11238         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11239         initialisations.  Let nnoo do the work.
11240
11241 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11244         Say the part has been decoded.
11245
11246         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11247
11248 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11249
11250         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11251         mailcap-viewer-test-cache when there's no 'test clause, since that
11252         will invert the meaning of a "nil" test previously determined by
11253         mailcap-mailcap-entry-passes-test.
11254
11255 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11258         compiling.
11259
11260         * gnus-sum.el: Ditto.
11261
11262         * message.el: Don't bind tool-bar-map when compiling.
11263
11264 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11265
11266         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11267
11268 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11269
11270         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11271         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11272         current Google Groups.
11273
11274 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11275
11276         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11277         and tool-bar-mode.
11278
11279         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11280         and tool-bar-mode.
11281
11282         * message.el (message-tool-bar-update): Simplify.
11283         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11284
11285         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11286         gnus-summary-buffer.
11287         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11288         gnus-summary-reply.
11289
11290         * gmm-utils.el (gmm): Add :version.
11291
11292 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * Makefile.in (clean): New rule.
11295         (distclean): Use it.
11296
11297 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11298
11299         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11300         autoload.
11301
11302 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11303
11304         * gmm-utils.el (gmm-verbose): Add :group.
11305
11306 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11307
11308         * message.el: Change some comments WRT tool-bars.
11309
11310         * gnus-sum.el (gnus-summary-tool-bar)
11311         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11312         (gnus-summary-tool-bar-zap-list): New variables.
11313         (gnus-summary-make-tool-bar): Complete rewrite using
11314         `gmm-tool-bar-from-list'.
11315
11316         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11317         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11318         variables.
11319         (gnus-group-make-tool-bar): Complete rewrite using
11320         `gmm-tool-bar-from-list'.
11321         (gnus-group-tool-bar-update): New function.
11322
11323         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11324
11325 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11326
11327         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11328         is dissected into a single part of which the type is the same as
11329         the given one; decode charset.
11330
11331 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11332
11333         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11334         into alists as symbol not string, since that's what
11335         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11336         look for.
11337
11338 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11339
11340         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11341         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11342
11343         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11344
11345 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11348         (gnus-xmas-mime-security-button-menu): New function.
11349
11350         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11351         (gnus-mime-security-button-menu): New definition.
11352         (gnus-mime-security-button-map): Use them.
11353         (gnus-mime-security-button-menu): New function.
11354         (gnus-insert-mime-security-button): Addition to help echo.
11355         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11356         (gnus-mime-security-pipe-part): New functions.
11357
11358         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11359         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11360
11361         * mm-decode.el (mm-handle-set-disposition): Remove.
11362         (mm-handle-set-description): Remove.
11363
11364 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11367         (mm-w3m-standalone-supports-m17n-p): New function.
11368         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11369         w3m usage.
11370
11371         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11372         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11373
11374 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11375
11376         * message.el (message-tool-bar-zap-list): Use
11377         gmm-tool-bar-zap-list as custom type.
11378         (message-tool-bar-update): New function.
11379         (message-tool-bar, message-tool-bar-gnome)
11380         (message-tool-bar-retro): Add message-tool-bar-update.
11381         (message-tool-bar-gnome): Add flyspell-buffer.
11382
11383         * gnus-util.el (gnus-error): Describe `args'.
11384
11385         * gmm-utils.el (gmm-error): Describe `args'.
11386         (gmm-tool-bar-zap-list): New widget.
11387         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11388
11389 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11390
11391         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11392         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11393         the number of recursive calls.
11394
11395         * mm-decode.el (mm-handle-set-disposition): New macro.
11396         (mm-handle-set-description): New macro.
11397
11398 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11401         encoding.
11402
11403 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11404
11405         * message.el (message-tool-bar-zap-list, message-tool-bar)
11406         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11407         (message-tool-bar-local-item-from-menu): Remove.
11408         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11409         (message-make-tool-bar): New function.
11410         (message-mode): Use `message-make-tool-bar'.
11411
11412         * gmm-utils.el: New file.
11413         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11414         (gmm-lazy): New widget copied from `nnmail.el'.
11415         (gmm-tool-bar-from-list): New function for creating customizable
11416         tool bars.
11417         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11418         output.
11419         (gmm): Add :prefix to defgroup.
11420
11421 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11422
11423         * gmm-utils.el (gmm-widget-p): New function.
11424
11425 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11426
11427         * mml.el (mml-attach-file): Describe `description' in doc string.
11428         (mml-menu): Add Emacs MIME manual and PGG manual.
11429
11430 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11431
11432         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11433
11434 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11435
11436         * nntp.el (nntp-end-of-line): Doc fix.
11437
11438 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11439
11440         * imap.el (imap-open): Handle case where buffer is a buffer
11441         object.
11442
11443 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11444
11445         * gnus-delay.el (gnus-delay): Don't autoload.
11446         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11447         to be re-loaded when customizing the `gnus-delay' group.
11448
11449 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11450
11451         * message.el (message-insert-citation-line): Use newlines.
11452
11453 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11454
11455         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11456         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11457         these routines, so the passphrase can be managed externally and
11458         passed in to the system.
11459         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11460         pgg-add-passphrase-to-cache function.
11461
11462         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11463         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11464         these routines, so the passphrase can be managed externally and
11465         passed in to the system.
11466         (pgg-pgp5-sign-region): Use new name of
11467         pgg-add-passphrase-to-cache function.
11468
11469 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11470
11471         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11472         part of the decoded armor to find the key-identifier.
11473         (pgg-gpg-lookup-key-owner): New function to return the
11474         human-readable identifier of a key owner.
11475         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11476         itself.
11477         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11478         the key value) if we have a key and can match it against a secret
11479         key.  Also, added a note pointing out fact that the prompt only
11480         indicates the first matching key.
11481
11482         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11483         pgg-decrypt-region.
11484         (pgg-add-passphrase-to-cache): Rename from
11485         `pgg-add-passphrase-cache' to reduce confusion (all callers
11486         changed).
11487         (pgg-remove-passphrase-from-cache): Rename from
11488         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11489         changed).
11490         (pgg-read-passphrase, pgg-add-passphrase-cache)
11491         (pgg-remove-passphrase-cache): Add informative docstrings.
11492         (pgg-decrypt): Convey provided passphrase in subordinate call to
11493         pgg-decrypt-region.
11494
11495 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11496
11497         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11498         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11499         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11500         'passphrase' argument, so the passphrase can be managed externally
11501         and then passed in to the system.
11502
11503         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11504         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11505         so the passphrase cache can be used reliably with identifiers
11506         besides a pgp packet's key id.
11507
11508         * pgg-gpg.el (pgg-gpg-encrypt-region)
11509         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11510         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11511         these routines, so the passphrase can be managed externally and
11512         passed in to the system.
11513
11514         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11515         'notruncate' argument, so the passphrase cache can be used
11516         reliably with identifiers besides a pgp packet's key id.
11517
11518 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11519
11520         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11521         symmetric encryption.
11522         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11523         encrypted session key.
11524         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11525         message ask for the passphrase in a proper way.
11526
11527         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11528         New user commands for symmetric encryption.
11529
11530 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11531
11532         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11533
11534         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11535
11536 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11537
11538         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11539
11540 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11541
11542         * mm-decode.el (mm-inlined-types): Add application/pgp.
11543         (mm-automatic-display): Ditto.
11544
11545         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11546         part as text.
11547
11548 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11549
11550         * nnrss.el: Update copyright.
11551         (nnrss-opml-import): Query whether to subscribe to each entry.
11552
11553         * gnus-art.el:
11554         * gnus-sum.el:
11555         * gnus-xmas.el:
11556         * messagexmas.el:
11557         * mm-uu.el:
11558         * mm-view.el: Update copyright.
11559
11560 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11561
11562         * message.el (message-info): New function.
11563         (message-mode-menu): Add it.
11564         Update copyright.
11565
11566         * ChangeLog: Fix and update copyright.
11567
11568 2006-01-13  Romain Francoise  <romain@orebokech.com>
11569
11570         * message.el (message-forward-subject-name-subject): Prefer the
11571         address to 'nowhere' if the sender has no name.
11572         Fix typo.  Update copyright year.
11573
11574 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11575
11576         * gnus-art.el (article-wash-html): Use
11577         gnus-summary-show-article-charset-alist if a numeric arg is given.
11578         (gnus-article-wash-html-with-w3m-standalone): New function.
11579
11580         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11581         mm-inline-text-html-render-with-w3m-standalone.
11582         (mm-text-html-washer-alist): Map w3m-standalone to
11583         gnus-article-wash-html-with-w3m-standalone.
11584         (mm-inline-text-html-render-with-w3m-standalone): New function.
11585
11586 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11587
11588         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11589         Improve LaTeX.
11590
11591 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11592
11593         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11594         (nnrss-request-article): Render text/plain parts as HTML.
11595
11596         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11597         the buffer.
11598
11599 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11602         custom definition of `gnus-posting-styles'.
11603
11604         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11605         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11606
11607 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11608
11609         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11610         Use nntp for bug archive.
11611
11612 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11613
11614         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11615         parts.
11616         (nnrss-normalize-date): New function converts ISO 8601 date into
11617         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11618         (nnrss-check-group): Use it.
11619
11620 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11621
11622         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11623
11624         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11625         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11626         (nnrss-insert-w3): Ditto.
11627
11628 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11631         the articles to be forwarded including the case where neither a
11632         number of articles nor a region is specified.
11633
11634 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * nnrss.el (nnrss-request-article): Fix last change; fill
11637         text/plain parts.
11638
11639 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11642         in text/plain part.
11643         (nnrss-check-group): Don't add excessive newline to dc:subject.
11644
11645 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11646
11647         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11648         article.
11649
11650 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11651
11652         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11653         (nnml-use-compressed-files, nnml-save-mail): Support other
11654         comression programs such as bzip2.
11655
11656 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11657
11658         * dns.el (query-dns): Make sure we check the buffer size before
11659         removing tcp headers.
11660
11661 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11664         remove MIME buttons associated with multipart/alternative parts.
11665         (gnus-mime-display-alternative): Tag buttons using `article-type'
11666         text property.
11667
11668         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11669         associated with multipart/alternative parts.
11670
11671         * gnus-art.el (gnus-signature-separator): Fix custom type.
11672
11673         * mm-decode.el (mm-inlined-types): Fix custom type.
11674         (mm-keep-viewer-alive-types): Ditto.
11675         (mm-automatic-display): Ditto.
11676         (mm-attachment-override-types): Ditto.
11677         (mm-inline-override-types): Ditto.
11678         (mm-automatic-external-display): Ditto.
11679
11680 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11681
11682         * spam-report.el (spam-report-user-mail-address)
11683         (spam-report-user-agent): New variables.
11684         (spam-report-url-ping-plain): Use spam-report-user-agent.
11685
11686 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11687
11688         * gnus-art.el (gnus-button-handle-custom): Do not just use
11689         `customize-apropos' for any "M-x customize-*" button but the
11690         function called for.  Accept both the function name and its
11691         argument in order to achieve this.
11692         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11693         function name to `gnus-button-handle-custom' in case of "M-x
11694         customize-*" buttons.
11695
11696 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11697
11698         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11699         multipart/alternative and add xref to mm-discouraged-alternatives
11700         in doc string.
11701
11702         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11703         gnus-buttonized-mime-types in doc string.
11704
11705 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11708         Suggest image/.* in the doc string.
11709
11710 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11711
11712         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11713         message-marks (Debian bug #342521).
11714
11715 2005-12-12  Simon Josefsson  <jas@extundo.com>
11716
11717         * password.el (password-read-from-cache): Add.
11718         (password-read): Use it.
11719
11720 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11721
11722         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11723         us-ascii as a MIME charset.
11724
11725         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11726         against the case where the 2nd arg TYPE is nil.
11727
11728 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11729
11730         * pop3.el (pop3-stream-type): Fix custom version.
11731
11732         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11733
11734 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11735
11736         * mm-decode.el (mm-display-external): Add missing cdr.
11737
11738 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11741         RFC1524) if it is in mailcap or add a suffix according to
11742         mailcap-mime-extensions when generating a temp filename; postpone
11743         deleting a temp file for 2 seconds for some wrappers, shell
11744         scripts, and so on, which might exit right after having started a
11745         viewer command as a background job.
11746
11747 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11748
11749         * nntp.el (nntp-marks-directory): Fix custom group.
11750
11751         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11752         steps when < 10.
11753
11754         * gnus-start.el (gnus-no-server-1): Mention
11755         `gnus-level-default-subscribed' in doc string.
11756
11757 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11758
11759         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11760         parens.
11761
11762 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11763
11764         * gnus-xmas.el (gnus-use-toolbar): Revert.
11765         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11766         gnus-use-toolbar is default.
11767
11768         * messagexmas.el (message-use-toolbar): Revert.
11769         (message-setup-toolbar): Use global default-toolbar if
11770         message-use-toolbar is default.
11771
11772 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11773
11774         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11775         according to default-toolbar-visible-p.
11776
11777         * messagexmas.el (message-use-toolbar): Ditto.
11778
11779 2005-11-26  Dave Love  <fx@gnu.org>
11780
11781         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11782         (tls-program, tls-success): Provide openssl alternative.
11783
11784         * starttls.el: Doc fixes.
11785         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11786         SERVICE to PORT.
11787
11788         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11789         port null or service name.
11790         (starttls-negotiate): Autoload.
11791
11792 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * message.el (message-kill-to-signature): Fix interactive spec.
11795
11796 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11797
11798         * pop3.el (pop3-open-server): Recognize a string as a service name.
11799
11800 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11801
11802         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11803
11804 2005-11-23  Dave Love  <fx@gnu.org>
11805
11806         Add pop3s, pop3/starttls.
11807
11808         * pop3.el (pop3-authentication-scheme): Clarify doc.
11809         (open-tls-stream, starttls-open-stream): Autoload.
11810         (pop3-stream-type): New.
11811         (pop3-open-server): Use it.
11812
11813         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11814         for POP.
11815         (mail-source-keyword-map): Add :stream for POP.
11816         (mail-source-fetch-pop): Use pop3-stream-type.
11817
11818 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11819
11820         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11821         of current-time-string.
11822
11823 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11824
11825         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11826         date header.
11827
11828 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11829
11830         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11831         it can seriously impact performance as it bypasses the agent's
11832         local caches.
11833
11834 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11835
11836         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11837         must be explicitly online rather than "not explicitly offline" for
11838         its flags to be synchronized.
11839
11840         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11841         that gnus-uu-unmark-thread will function correctly.
11842
11843         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11844         1024K is instead displayed as 1M.
11845
11846 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11847
11848         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11849
11850 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11851
11852         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11853
11854 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11855
11856         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11857         error message to display actual error condition.
11858         (gnus-agent-save-local): Avoid saving symbols that are bound to
11859         nil as they simply result in a warning message in
11860         gnus-agent-read-local.
11861
11862 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11863
11864         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11865         rather than make-variable-buffer-local for file-precious-flag.
11866
11867 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11868
11869         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11870         for duplicates which are removed.  The invalid sort check then
11871         triggers a rescan after the sort as sorting may have moved
11872         duplicate entries such that they can be cheaply detected.
11873
11874 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11877
11878 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11879
11880         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11881         internal variable to a custom variable.  Changed default value
11882         from compressed(2) to uncompressed(1).
11883         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11884         support for uncompressed agentview files.  Taken together, reading
11885         the agentview file should now be 6-7 times faster.
11886
11887 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11888
11889         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11890         as a buffer-local variable.  This avoids creating truncated
11891         dribble files as a result of a hang up, eg.
11892
11893 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11894
11895         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11896         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11897         XEmacs.
11898
11899 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11900
11901         * gnus-start.el (gnus-start-draft-setup): Enforce
11902         `gnus-draft-mode' for nndraft:drafts at startup.
11903
11904         * gnus.el (gnus-splash): Change custom group.
11905         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11906         allow-list argument.
11907
11908         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11909         string.
11910
11911 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11912
11913         * gnus-art.el (gnus-default-article-saver): Add user-defined
11914         `function' to custom type.
11915
11916 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11917
11918         * imap.el (imap-open): Handle case where buffer is a buffer
11919         object.
11920
11921 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11922
11923         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11924         long lines.
11925         (gnus-cache-delete-group): Wrap doc strings.
11926
11927         * gnus-agent.el (gnus-agent-rename-group)
11928         (gnus-agent-delete-group): Wrap doc strings.
11929
11930 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * messagexmas.el (message-use-toolbar): Change the valid values
11933         into default, top, bottom, left, and right.
11934         (message-toolbar-thickness): New variable.
11935         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11936         well.
11937         (message-setup-toolbar): Make it work.
11938
11939         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11940         (gnus-use-toolbar): Change the valid values into default, top,
11941         bottom, left, and right.
11942         (gnus-toolbar-thickness): New variable.
11943         (gnus-xmas-setup-toolbar): New function.
11944         (gnus-xmas-setup-group-toolbar): Use it.
11945         (gnus-xmas-setup-summary-toolbar): Use it.
11946
11947 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11948
11949         * gnus-start.el (gnus-1): Add "native" to
11950         gnus-predefined-server-alist.
11951
11952         * gnus.el (gnus-method-to-server): Don't add "native" to the
11953         lists here, because that leads to problems when
11954         gnus-select-method is bound.
11955
11956 2005-11-09  Simon Josefsson  <jas@extundo.com>
11957
11958         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11959         use (not sort-by-date) instead.
11960
11961 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11962
11963         * gnus-delay.el (gnus-delay-group): Don't autoload.
11964         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11965         to be re-loaded when customizing the `gnus-delay' group.
11966
11967 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11968
11969         * message.el: Revert last changes.
11970         (message-insert-citation-line): Use newlines.
11971
11972 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11973
11974         * message.el (message-courtesy-message)
11975         (message-mark-insert-begin, message-mark-insert-end)
11976         (message-elide-ellipsis, message-cancel-message)
11977         (message-add-header, message-change-subject)
11978         (message-cross-post-followup-to-header)
11979         (message-cross-post-insert-note, message-reduce-to-to-cc)
11980         (message-widen-reply, message-delete-not-region)
11981         (message-kill-to-signature, message-insert-signature)
11982         (message-insert-importance-high, message-insert-importance-low)
11983         (message-insert-or-toggle-importance)
11984         (message-insert-disposition-notification-to)
11985         (message-indent-citation, message-yank-original)
11986         (message-cite-original-without-signature, message-cite-original)
11987         (message-insert-citation-line, message-position-on-field)
11988         (message-fix-before-sending, message-send-mail-partially)
11989         (message-send-mail, message-send-mail-with-sendmail)
11990         (message-send-mail-with-qmail, message-send-news)
11991         (message-check-news-header-syntax, message-generate-headers)
11992         (message-insert-courtesy-copy, message-fill-address)
11993         (message-fill-header, message-shorten-references)
11994         (message-setup-1, message-cancel-news)
11995         (message-forward-make-body-plain, message-forward-make-body-mime)
11996         (message-forward-make-body-mml, message-encode-message-body)
11997         (message-forward-make-body-digest-plain)
11998         (message-forward-make-body-digest-mime)
11999         (message-use-alternative-email-as-from): Insert `hard-newline'
12000         instead of ordinary newlines.
12001
12002 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * message.el (message-generate-headers): Downcase the argument
12005         given to message-check-element.
12006
12007 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12008
12009         * nntp.el (nntp-authinfo-rejected): New error condition.
12010         (nntp-wait-for): Use new error condition to signal authentication
12011         error.
12012         (nntp-retrieve-data): Rethrow new error condition to break out of
12013         recursive call to nntp-send-authinfo.
12014
12015 2005-11-08  Romain Francoise  <romain@orebokech.com>
12016
12017         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12018         (gnus-summary-exit-map): Bind to `Z p'.
12019         (gnus-summary-make-menu-bar): Add menu item.
12020
12021 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12022
12023         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12024         (gnus-treat-*): Add `first' in all doc strings.
12025
12026         * gnus-group.el (gnus-group-compact-group): Fix typo.
12027
12028 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12029
12030         * gnus.el (gnus-parameters-case-fold-search): New variable.
12031         (gnus-parameters-get-parameter): Use it.
12032
12033         * gnus-score.el (gnus-home-score-file): Doc fix.
12034
12035 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12036
12037         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12038
12039 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12040
12041         * mm-util.el (mm-special-display-p): New function.
12042
12043         * mml.el (mml-preview): Use it; doc fix.
12044
12045 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12046
12047         * imap.el (imap-open): Handle case where buffer is a buffer object.
12048
12049 2005-10-29  Romain Francoise  <romain@orebokech.com>
12050
12051         * message.el (message-fix-before-sending): Fix comment.
12052
12053 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12054
12055         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12056
12057 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12058
12059         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12060         Used in gnus-score.el.
12061
12062 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12063
12064         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12065
12066 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12067
12068         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12069         whitespace removed in revision 7.8.  Use concatenated string to
12070         protect trailing whitespace.
12071
12072 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12073
12074         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12075         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12076         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12077         Courier IMAP ("some version from 2004").  Mostly based on similar
12078         code in the same function.
12079
12080 2005-10-26  Didier Verna  <didier@xemacs.org>
12081
12082         * gnus-group.el (gnus-group-compact-group): Invalidate original
12083         article buffer.
12084         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12085         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12086         NOV database and in article itself.
12087         Invalidate article backlog.
12088
12089 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12090
12091         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12092
12093 2005-10-26  Simon Josefsson  <jas@extundo.com>
12094
12095         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12096         part of 2004-07-25 change.
12097
12098 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12099
12100         * message.el (message-display-completion-list): New function.
12101         (message-expand-group): Use it; make sure the Completions buffer
12102         is modifiable.
12103 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12104
12105         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12106         user-mail-name is an empty string.
12107
12108 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12109
12110         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12111         depending on gnus-score-decay-constant.
12112
12113         * encrypt.el (encrypt-insert-file-contents)
12114         (encrypt-write-file-contents): Don't use `gnus-message'.
12115
12116         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12117         arguments.
12118         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12119         arguments to mm-uu-verbatim-marks-extract.
12120         (mm-uu-hide-markers): New variable.
12121         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12122
12123         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12124         (gnus-convert-image-to-face-command): Use "convert" by default to
12125         allow other input image formats.
12126         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12127         accordingly.
12128
12129 2005-10-23  Simon Josefsson  <jas@extundo.com>
12130
12131         * imap.el (imap-gssapi-program): Align command line parameters
12132         with latest GNU SASL.
12133         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12134
12135 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12136
12137         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12138         HTML.
12139         (nnslashdot-request-article): Ditto.
12140
12141         * lpath.el (featurep): Add nobreak-char-display.
12142
12143 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12144
12145         * mail-source.el (mail-source-fetch-pop): Require pop3.
12146         (mail-source-check-pop): Ditto.
12147
12148 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12151         errors.
12152
12153 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12154
12155         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12156         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12157
12158         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12159
12160         * mm-bodies.el (mm-decode-string): Call
12161         `mm-charset-to-coding-system' with allow-override argument.
12162
12163 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12164
12165         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12166         (rfc2047-charset-to-coding-system): New function.
12167         (rfc2047-decode-encoded-words): New function.
12168         (rfc2047-decode-region): Use them.
12169         (rfc2047-decode-cte): Remove.
12170         (rfc2047-parse-and-decode): Remove.
12171         (rfc2047-decode): Remove.
12172
12173 2005-10-15  Kenichi Handa  <handa@m17n.org>
12174
12175         * rfc2047.el (rfc2047-decode-cte): New function.
12176         (rfc2047-decode-region): Change the way to decode successive
12177         encoded-words: decode B- or Q-encoding in each encoded-word,
12178         concatenate them, and decode it as charset.
12179
12180 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * lpath.el: Fbind codepage-setup for XEmacs.
12183
12184 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12185
12186         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12187         widget-move-and-invoke.
12188         (gnus-custom-mode): Use gnus-custom-map.
12189
12190 2005-10-15  Bill Wohler  <wohler@newt.com>
12191
12192         * message.el (message-tool-bar-map): Renamed image file from
12193         mail_send to mail/send.
12194
12195 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12196
12197         * message.el (message-expand-group): Pass the common
12198         prefix substring of completion to `display-completion-list'.
12199
12200 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12201
12202         * mml-sec.el (mml-secure-method): New internal variable.
12203         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12204         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12205         functions using mml-secure-method.
12206
12207         * mml.el (mml-mode-map): Add key bindings for those functions.
12208         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12209         Harder <harder@myrealbox.com>.
12210         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12211         end of message if point is the headers of the message.
12212
12213         * message.el (message-in-body-p): New function.
12214
12215         * assistant.el: Autoload gnus-util and netrc.
12216
12217         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12218         Use `mm-charset-override-alist' only when decoding.
12219
12220         * mm-bodies.el (mm-decode-body): Call
12221         `mm-charset-to-coding-system' with allow-override argument.
12222
12223         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12224         `filename' from Content-Disposition if Content-Type doesn't
12225         provide `name'.
12226         (gnus-mime-view-part-as-type): Set default instead of
12227         initial-input.
12228
12229 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12230
12231         * format-spec.el (format-spec): Propagate text properties of % spec.
12232
12233 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12234
12235         * gnus-art.el (gnus-treat-predicate): Add `first'.
12236
12237 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12238
12239         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12240         (mm-charset-override-alist): New variable.
12241         (mm-charset-to-coding-system): Use it.
12242         (mm-codepage-setup): New helper function.
12243         (mm-charset-eval-alist): New variable.
12244         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12245         about unknown charsets.
12246
12247         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12248
12249 2005-10-04  David Hansen  <david.hansen@gmx.net>
12250
12251         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12252         (nnrss-check-group): Ditto.
12253
12254 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12255
12256         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12257         Rename x-gnus-verbatim to x-verbatim.
12258         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12259
12260         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12261         x-verbatim.
12262
12263         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12264
12265         * gnus-util.el (gnus-remove-duplicates): Remove.
12266
12267         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12268         instead of gnus-remove-duplicates.
12269
12270         * message.el (message-remove-duplicates): Remove.
12271         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12272         message-remove-duplicates.
12273
12274         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12275         available, else use implementation from `delete-dups'.
12276
12277         * message.el (message-insert-expires): New function.
12278         (message-mode-map): Add key binding.
12279         (message-mode-field-menu): Add menu entry.
12280         (message-mode): Document it.
12281         (message-make-expires-date): Use `message-make-date'.
12282
12283 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12284
12285         * message.el (message-make-expires-date): New function.
12286
12287 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * Makefile.in (list-installed-shadows): New entry.
12290         (install): Use it.
12291         (remove-installed-shadows): New entry.
12292
12293         * dgnushack.el (dgnushack-default-load-path): New variable.
12294         (dgnushack-find-lisp-shadows): New function.
12295         (dgnushack-remove-lisp-shadows): New function.
12296
12297 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * Makefile.in (install-el-elc): New entry.
12300         (install): Use it so that .el files are necessarily installed.
12301
12302 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12305
12306 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12307
12308         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12309         function rather than the diff-mode.el package.
12310         (mm-display-external): Use with-current-buffer.
12311         (mm-viewer-completion-map, mm-viewer-completion-map):
12312         Move initialization inside declaration.
12313
12314 2005-09-29  Simon Josefsson  <jas@extundo.com>
12315
12316         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12317         autoload mail-check-payment.
12318         (spam-check-hashcash): Define unconditionally, since hashcash.el
12319         is part of Gnus now.  Ignore errors from payment checking.
12320
12321 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12322
12323         * message.el (message-bold-region, message-unbold-region): Rename
12324         from `bold-region' and `unbold-region'.
12325
12326         * message.el: Remove useless autoloads.
12327
12328 2005-09-28  Simon Josefsson  <jas@extundo.com>
12329
12330         * message.el (message-use-idna): Default to t.
12331         (message-use-idna): Test whether encoding works too.  Doc fix.
12332
12333 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12334
12335         * nntp.el (nntp-warn-about-losing-connection): Remove.
12336
12337 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12338
12339         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12340         customizable.  Change default value.
12341         (mm-uu-diff-groups-regexp): Change default value.
12342         (mm-uu-type-alist): Add doc string.
12343         (mm-uu-configure): Add doc string.  Make it interactive.
12344         (mm-uu-tex-groups-regexp): New variable.
12345         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12346         (mm-uu-type-alist): Add LaTeX documents.
12347         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12348         of "text/verbatim".
12349         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12350
12351         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12352         instead of "text/verbatim".
12353
12354         * message.el (message-mark-inserted-region)
12355         (message-mark-insert-file): Use slrn style marks when called with
12356         prefix argument.
12357
12358 2005-09-27  Simon Josefsson  <jas@extundo.com>
12359
12360         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12361
12362 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12363
12364         * message.el (message-remove-duplicates): New function.
12365         Implementation borrowed from `gnus-remove-duplicates'.
12366         (message-idna-to-ascii-rhs): Also encode idna addresses in
12367         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12368         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12369         only ask about the same idna domain once per header and also tell
12370         in what header to replace the idna domain.
12371
12372         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12373         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12374         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12375         a header is decoded and not just the last one.
12376
12377 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12378
12379         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12380         has been decoded.
12381
12382         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12383         (mm-insert-part): Don't modify text if it has been decoded.
12384
12385         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12386         decoded.
12387
12388         * mm-view.el (mm-inline-text): Don't strip text props unless
12389         decoding enriched or richtext parts.
12390
12391 2005-09-25  Romain Francoise  <romain@orebokech.com>
12392
12393         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12394         * gnus-start.el (gnus-subscribe-interactively):
12395         * gnus-uu.el (gnus-uu-grab-articles):
12396         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12397         space.
12398
12399 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12400
12401         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12402         * mm-view.el (mm-view-pkcs7-decrypt):
12403         * gnus-sum.el (gnus-summary-limit-to-extra)
12404         (gnus-summary-respool-article, gnus-read-move-group-name):
12405         * gnus-score.el (gnus-summary-increase-score):
12406         * gnus-util.el (gnus-completing-read-with-default):
12407         * gnus-art.el (gnus-read-save-file-name)
12408         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12409         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12410         * message.el (message-check-news-header-syntax):
12411         Follow convention for reading with the minibuffer.
12412
12413 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12414
12415         * spam-report.el (spam-report-url-ping-plain):
12416         Use gnus-extended-version as User-Agent.
12417
12418         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12419         default value is nil.
12420
12421         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12422         (mm-uu-verbatim-marks-extract): New function.
12423         (mm-uu-extract): New face.
12424         (mm-uu-copy-to-buffer): Use it.
12425
12426         * spam-report.el (spam-report-gmane-ham): Renamed from
12427         `spam-report-gmane-unspam'.
12428         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12429         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12430
12431         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12432         Autoload.
12433         (spam-report-gmane-unregister-routine): Renamed
12434         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12435
12436 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12437
12438         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12439         (spam-report-gmane-unregister-routine): Add support for gmane
12440         unregistration.
12441
12442         * spam-report.el (spam-report-gmane-unspam)
12443         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12444         (spam-report-gmane): Change to take a single article and do unspam
12445         registration.
12446
12447 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12448
12449         * mm-url.el (mm-url-decode-entities): Fix regexp.
12450
12451 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12452
12453         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12454         default to nil, to be able to use Gnus at all.  If the default
12455         switches to something else, then the function should be fixed not
12456         be exceedingly slow.
12457
12458 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12459
12460         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12461         fail hard.
12462
12463         * spam-report.el: Add better Keywords line.
12464
12465         * spam.el: Add Maintainer and better Keywords line.
12466
12467 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12468
12469         * gnus-art.el (gnus-article-replace-part)
12470         (gnus-mime-replace-part): New functions.
12471         (gnus-mime-action-alist, gnus-mime-button-commands)
12472         (gnus-mime-save-part-and-strip): Added file argument.
12473         (gnus-article-part-wrapper): Added interactive argument.
12474
12475         * gnus-sum.el (gnus-summary-mime-map): Add
12476         `gnus-article-replace-part'.
12477
12478 2005-09-19  Didier Verna  <didier@xemacs.org>
12479
12480         The nnml compaction feature:
12481         * nnml.el (nnml-request-compact-group): New function.
12482         * nnml.el (nnml-request-compact): New function.
12483         * gnus-int.el (gnus-request-compact-group): New function.
12484         * gnus-int.el (gnus-request-compact): New function.
12485         * gnus-group.el (gnus-group-compact-group): New function.
12486         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12487         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12488         * gnus-srvr.el (gnus-server-compact-server): New function.
12489         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12490         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12491
12492 2005-09-18  Deepak Goel  <deego@gnufans.org>
12493
12494         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12495         format spec.
12496
12497 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12498
12499         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12500
12501 2005-09-15  Romain Francoise  <romain@orebokech.com>
12502
12503         * message.el (message-fill-paragraph): Clarify docstring.
12504
12505 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * gnus-art.el (gnus-mime-display-part): Protect against broken
12508         MIME messages.
12509
12510 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12513         before parsing header.
12514
12515 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12516
12517         * html2text.el (html2text-replace-list): Add new entities.
12518
12519 2005-09-11  Romain Francoise  <romain@orebokech.com>
12520
12521         * message.el (message-alternative-emails): Improve docstring.
12522         (message-setup-1): Call `message-use-alternative-email-as-from'
12523         after `message-setup-hook' to give it precedence over posting
12524         styles, etc.
12525         (message-use-alternative-email-as-from): Add docstring.  Remove
12526         the original From header if present.
12527
12528         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12529         (nnml-save-mail): Use it.
12530
12531         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12532         articles.  Add new argument `silent'.
12533         (gnus-uu-mark-all): Report the total number of marked articles.
12534
12535 2005-09-10  Romain Francoise  <romain@orebokech.com>
12536
12537         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12538         (gnus-uu-mark-series): Likewise.
12539
12540 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12541
12542         * spam-report.el (spam-report-gmane): Fix generation of spam
12543         report URL.
12544
12545 2005-09-10  Simon Josefsson  <jas@extundo.com>
12546
12547         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12548         t, based on discussion on the ding list with Robert Epprecht
12549         <epprecht@solnet.ch>.
12550
12551 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12552
12553         * spam-report.el (spam-report-gmane): Make it work without
12554         X-Report-Spam header.  Gmane now only provides Archived-At.
12555         This is only used if `spam-report-gmane-use-article-number' is nil.
12556         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12557
12558         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12559         make `gnus-summary-sort-by-recipient' work with threading.
12560
12561         * nnweb.el (nnweb-google-wash-article): Print a message if article
12562         is not available.
12563
12564 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12565
12566         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12567         change.  Decode text/* parts content before displaying.
12568
12569 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12570
12571         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12572
12573 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12574
12575         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12576
12577         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12578         url-package-name, url-package-version,
12579         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12580         w3m-display-inline-images, and w3m-minor-mode-map.
12581
12582 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12583
12584         * message.el (message-tab-body-function): Fix mismatched custom type.
12585
12586         * gnus.el (gnus-group-change-level-function): Ditto.
12587
12588         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12589
12590         * gnus-art.el (gnus-signature-limit)
12591         (gnus-article-mime-part-function): Ditto.
12592
12593 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12594
12595         * mml.el (mml-mode): Silence the byte compiler.
12596
12597         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12598         using `(sit-for 0)' before moving the point to the specified part;
12599         skip unbuttonized parts.
12600         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12601         return to the summary window if gnus-auto-select-part is non-nil.
12602
12603 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12604
12605         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12606         variables.
12607         (mml-dnd-attach-file, mml-mode): Use them.
12608
12609         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12610         Make fetching article by MID work again for Google Groups.  Added
12611         FIXME concerning gnus-group-make-web-group.
12612
12613         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12614         Don't depend on Gnus by using mail-extract-address-components if
12615         gnus-extract-address-components is not bound.
12616
12617 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12618
12619         * gnus-art.el (gnus-mime-display-security): Don't display the
12620         signature, but only the signed part.
12621
12622 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12625
12626         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12627         list, not listp.
12628
12629 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12630
12631         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12632         when encoding.
12633
12634         * mm-bodies.el (mm-decode-content-transfer-encoding):
12635         De-canonicalize CRLF for all text content types, not just
12636         text/plain.
12637
12638 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12639
12640         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12641         valid article; point arrow and cursor at the MIME button.
12642
12643 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12646         Suggested by Dan Christensen <jdc@uwo.ca>.
12647
12648         * mm-decode.el (mm-save-part): Enable change of prompt.
12649
12650 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12651
12652         * gnus-msg.el (gnus-inews-add-send-actions): Made
12653         `message-post-method' lambda parameter ARG `&optional'.
12654
12655 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12656
12657         * gnus-sum.el (gnus-summary-mime-map): Added
12658         gnus-article-save-part-and-strip, gnus-article-delete-part and
12659         gnus-article-jump-to-part.
12660
12661         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12662         (gnus-article-edit-part): Use it.
12663         (gnus-article-part-wrapper): Added no-handle argument.
12664         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12665         functions.
12666
12667 2005-08-29  Romain Francoise  <romain@orebokech.com>
12668
12669         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12670         docstring.
12671         (gnus-face-from-file): Likewise.
12672
12673 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12674
12675         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12676         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12677         non-nil.
12678         (gnus-auto-select-part): New variable.
12679         (gnus-article-jump-to-part): New function.
12680         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12681         (gnus-mime-delete-part): Allow selecting specified part after
12682         deleting or stripping parts.
12683         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12684         part if argument is bogus.
12685
12686 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12687
12688         * gnus-art.el (w3m-minor-mode-map):
12689         * gnus-spec.el (gnus-newsrc-file-version):
12690         * gnus-util.el (nnmail-active-file-coding-system)
12691         (gnus-original-article-buffer, gnus-user-agent):
12692         * gnus.el (gnus-ham-process-destinations)
12693         (gnus-parameter-ham-marks-alist)
12694         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12695         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12696         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12697         * mm-decode.el (gnus-current-window-configuration):
12698         * mm-extern.el (gnus-article-mime-handles):
12699         * mm-url.el (url-current-object, url-package-name)
12700         (url-package-version):
12701         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12702         (smime-keys, w3m-cid-retrieve-function-alist)
12703         (w3m-current-buffer, w3m-display-inline-images)
12704         (w3m-minor-mode-map):
12705         * mml-smime.el (gnus-extract-address-components):
12706         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12707         (gnus-newsrc-hashtb, message-default-charset)
12708         (message-deletable-headers, message-options)
12709         (message-posting-charset, message-required-mail-headers)
12710         (message-required-news-headers):
12711         * mml1991.el (mc-pgp-always-sign):
12712         * mml2015.el (mc-pgp-always-sign):
12713         * nnheader.el (nnmail-extra-headers):
12714         * rfc1843.el (gnus-decode-encoded-word-function)
12715         (gnus-decode-header-function, gnus-newsgroup-name):
12716         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12717
12718 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12719
12720         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12721         the end of the date treatments.
12722
12723 2005-08-15  Simon Josefsson  <jas@extundo.com>
12724
12725         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12726         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12727         Capello and Romain Francoise.
12728         (pgg-fetch-key-function): Removed, not used?
12729         (pgg-insert-url-with-w3): Require url, to get
12730         url-insert-file-contents regardless of where it is defined.
12731
12732 2005-08-13  Romain Francoise  <romain@orebokech.com>
12733
12734         * message.el (message-cite-original-1): New function.
12735         (message-cite-original): Use it.
12736         (message-cite-original-without-signature): Ditto.
12737
12738 2005-08-08  Romain Francoise  <romain@orebokech.com>
12739
12740         * message.el (message-yank-empty-prefix): New variable.
12741         (message-indent-citation): Use it.
12742         (message-cite-original-without-signature): Respect X-No-Archive.
12743
12744 2005-08-08  Simon Josefsson  <jas@extundo.com>
12745
12746         * pgg.el: Autoload url-insert-file-contents instead of loading
12747         w3/url.
12748         (pgg-insert-url-with-w3): Don't load url here.
12749
12750 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12751
12752         * message.el (message-kill-to-signature): Don't insert newline at
12753         bol.
12754         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12755
12756 2005-08-06  Romain Francoise  <romain@orebokech.com>
12757
12758         * message.el (message-user-fqdn): Fix typo in docstring.
12759
12760 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12761
12762         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12763
12764         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12765
12766 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * mm-bodies.el (mm-encode-body): Use coding system rather than
12769         charset to encode text.
12770
12771         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12772         number of charsets if utf-8 is available (XEmacs).
12773
12774 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12775
12776         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12777         taken from `gnus-button-mid-or-mail-regexp'.
12778         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12779         (gnus-button-alist): Improve regexp for domain part of the MIDs
12780         for news:localpart@domain buttons.
12781         (gnus-button-ctan-directory-regexp): Update.
12782
12783 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * sieve-manage.el (sieve-manage-interactive-login): Use
12786         make-local-variable rather than make-variable-buffer-local.
12787         (sieve-manage-open): Ditto.
12788         (sieve-manage-authenticate): Ditto.
12789
12790         * mml.el (mml-generate-mime-1): Make the content type default to
12791         text/plain if the filename is not specified.
12792
12793 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12796         instead of insert-buffer.
12797
12798         * message.el (message-yank-original): Ditto; set the mark at the
12799         end of the yanked message.
12800
12801 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12804         lines to scroll rather than to stop it.
12805
12806         * mml.el (mml-generate-default-type): Add doc string.
12807         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12808         default to application/octet-stream when determining the content
12809         type if it is not specified for the part or the mml contents; add
12810         a comment about mml-generate-default-type.
12811
12812 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12813
12814         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12815         make it default to application/octet-stream when determining the
12816         content type if it is not specified for the external contents.
12817
12818 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12819
12820         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12821         segmented parameter but also other parameters might be there.
12822
12823 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12824
12825         * mm-decode.el (mm-display-external): Delete temp file, directory
12826         and buffer immediately if the external process is exited.
12827
12828 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12829
12830         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12831         fewer lines than that of scroll-margin.
12832         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12833
12834 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * gnus-art.el (gnus-article-next-page): Revert.
12837         (gnus-article-beginning-of-window): New macro.
12838         (gnus-article-next-page-1): Use it.
12839         (gnus-article-prev-page): Ditto.
12840         (gnus-article-edit-part): Use insert-buffer-substring instead of
12841         insert-buffer.
12842         (gnus-article-edit-exit): Ditto.
12843
12844         * gnus-util.el (gnus-beginning-of-window): Remove.
12845         (gnus-end-of-window): Remove.
12846
12847         * lpath.el: Don't bind header-line-format and scroll-margin.
12848
12849 2005-07-25  Simon Josefsson  <jas@extundo.com>
12850
12851         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12852         to have the url package without w3.  Reported by Daiki Ueno
12853         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12854
12855 2005-07-20  Didier Verna  <didier@xemacs.org>
12856
12857         * gnus-diary.el: Remove the description comment (nndiary is now
12858         properly documented in the Gnus manual).
12859         Fix the spelling of "Back End".
12860         * nndiary.el: Ditto.
12861         Fix the copyright notice.
12862
12863 2005-07-18  Romain Francoise  <romain@orebokech.com>
12864
12865         * gnus-sum.el (gnus-summary-to-prefix)
12866         (gnus-summary-newsgroup-prefix): New variables.
12867         (gnus-summary-from-or-to-or-newsgroups): Use them.
12868
12869 2005-07-17  Romain Francoise  <romain@orebokech.com>
12870
12871         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12872         space as it's generally not especially interesting to the user.
12873
12874 2005-07-16  Romain Francoise  <romain@orebokech.com>
12875
12876         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12877         nil to avoid prompting and file modification if one of the
12878         messages at the top of the nnfolder file contains a copyright
12879         notice.
12880         Update copyright notice.
12881
12882         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12883         instead of `current-time-string' as the latter creates a time
12884         string that is not RFC 2822 compliant (it lacks the zone).
12885         Update copyright notice.
12886
12887 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12888
12889         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12890         for text/rtf.  Display default in prompt.  Pass default for M-n.
12891
12892         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12893
12894 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12895
12896         * gnus-msg.el (gnus-button-mailto): Remove
12897         save-selected-window-window hackery because it relies on
12898         save-selected-window internals.
12899
12900 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12901
12902         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12903         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12904         (gnus-article-prev-page): Ditto.
12905
12906         * gnus-util.el (gnus-beginning-of-window): New function.
12907         (gnus-end-of-window): New function.
12908
12909         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12910
12911 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12912
12913         * gnus-score.el (gnus-score-edit-all-score): Set
12914         gnus-score-edit-exit-function to gnus-score-edit-done and call
12915         gnus-message.
12916
12917 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12918
12919         * gnus-msg.el (gnus-button-mailto): Remove
12920         save-selected-window-window hackery because it relies on
12921         save-selected-window internals.
12922
12923 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12926         add-minor-mode.
12927         (gnus-binary-mode): Ditto.
12928
12929         * gnus-topic.el (gnus-topic-mode): Ditto.
12930
12931 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12932
12933         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12934         (gnus-article-prev-page): Take scroll-margin into consideration.
12935
12936 2005-07-04  Lute Kamstra  <lute@gnu.org>
12937
12938         Update FSF's address in GPL notices.
12939
12940 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12941
12942         * gnus.el (gnus-exit):
12943         * gnus-group.el (gnus-group-icons):
12944         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12945
12946         * gnus-nocem.el (gnus-nocem):
12947         * message.el (message-various, message-buffers, message-sending)
12948         (message-interface, message-forwarding, message-insertion)
12949         (message-headers, message-news, message-mail):
12950         * pgg-gpg.el (pgg-gpg):
12951         * pgg-parse.el (pgg-parse):
12952         * pgg-pgp.el (pgg-pgp):
12953         * pgg-pgp5.el (pgg-pgp5):
12954         * pop3.el (pop3): Finish `defgroup' description with period.
12955
12956 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * gnus-art.el (article-display-face): Improve the efficiency.
12959         (article-display-x-face): Ditto; remove grey x-face stuff.
12960
12961 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * gnus-art.el (article-display-face): Correct the position in
12964         which Faces are inserted.
12965
12966 2005-06-29  Didier Verna  <didier@xemacs.org>
12967
12968         * gnus-art.el (article-display-face): Display faces in correct
12969         order.
12970
12971 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12974         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12975         (gnus-nocem-check-article): Fetch the Type header.
12976         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12977         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12978         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12979         make sure gnus-nocem-hashtb is initialized.
12980         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12981         (gnus-nocem-unwanted-article-p): Ditto.
12982
12983         * pgg.el (pgg-verify): Return the verification result.
12984
12985 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12986
12987         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12988         is ascii.
12989
12990 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12991
12992         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12993         `show-nonbreak-escape'.
12994
12995 2005-06-23  Lute Kamstra  <lute@gnu.org>
12996
12997         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12998
12999         * dig.el (dig-mode):
13000         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13001
13002 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13003
13004         * nnimap.el (nnimap-split-download-body): Fix spellings.
13005
13006 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13007
13008         * gnus-art.el (gnus-article-encrypt-body):
13009         * gnus-cus.el (gnus-score-customize):
13010         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13011         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13012
13013 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13014
13015         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13016         header by looking for magic "MII" at the beginnig.
13017
13018 2005-06-16  Miles Bader  <miles@gnu.org>
13019
13020         * gnus-xmas.el (gnus-xmas-group-startup-message):
13021         Use renamed gnus-splash face.
13022
13023         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13024         (assistant-field-face): New backward-compatibility alias for renamed
13025         face.
13026         (assistant-render-text): Use renamed assistant-field face.
13027
13028         * spam.el (spam): Remove "-face" suffix from face name.
13029         (spam-face): New backward-compatibility alias for renamed face.
13030         (spam-face, spam-initialize): Use renamed spam face.
13031
13032         * message.el (message-header-to, message-header-cc)
13033         (message-header-subject, message-header-newsgroups)
13034         (message-header-other, message-header-name)
13035         (message-header-xheader, message-separator, message-cited-text)
13036         (message-mml): Remove "-face" suffix from face names.
13037         (message-header-to-face, message-header-cc-face)
13038         (message-header-subject-face, message-header-newsgroups-face)
13039         (message-header-other-face, message-header-name-face)
13040         (message-header-xheader-face, message-separator-face)
13041         (message-cited-text-face, message-mml-face):
13042         New backward-compatibility aliases for renamed faces.
13043         (message-font-lock-keywords): Use renamed message faces.
13044
13045         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13046         (sieve-test-commands, sieve-tagged-arguments):
13047         Remove "-face" suffix from face names.
13048         (sieve-control-commands-face, sieve-action-commands-face)
13049         (sieve-test-commands-face, sieve-tagged-arguments-face):
13050         New backward-compatibility aliases for renamed faces.
13051         (sieve-control-commands-face, sieve-action-commands-face)
13052         (sieve-test-commands-face, sieve-tagged-arguments-face):
13053         Use renamed sieve faces.
13054
13055         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13056         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13057         (gnus-group-news-3-empty, gnus-group-news-4)
13058         (gnus-group-news-4-empty, gnus-group-news-5)
13059         (gnus-group-news-5-empty, gnus-group-news-6)
13060         (gnus-group-news-6-empty, gnus-group-news-low)
13061         (gnus-group-news-low-empty, gnus-group-mail-1)
13062         (gnus-group-mail-1-empty, gnus-group-mail-2)
13063         (gnus-group-mail-2-empty, gnus-group-mail-3)
13064         (gnus-group-mail-3-empty, gnus-group-mail-low)
13065         (gnus-group-mail-low-empty, gnus-summary-selected)
13066         (gnus-summary-cancelled, gnus-summary-high-ticked)
13067         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13068         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13069         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13070         (gnus-summary-low-undownloaded)
13071         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13072         (gnus-summary-low-unread, gnus-summary-normal-unread)
13073         (gnus-summary-high-read, gnus-summary-low-read)
13074         (gnus-summary-normal-read, gnus-splash):
13075         Remove "-face" suffix from face names.
13076         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13077         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13078         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13079         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13080         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13081         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13082         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13083         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13084         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13085         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13086         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13087         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13088         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13089         (gnus-summary-normal-ticked-face)
13090         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13091         (gnus-summary-normal-ancient-face)
13092         (gnus-summary-high-undownloaded-face)
13093         (gnus-summary-low-undownloaded-face)
13094         (gnus-summary-normal-undownloaded-face)
13095         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13096         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13097         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13098         (gnus-splash-face):
13099         New backward-compatibility aliases for renamed faces.
13100         (gnus-group-startup-message): Use renamed gnus faces.
13101
13102         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13103         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13104         (gnus-server-agent): Remove "-face" suffix from face names.
13105         (gnus-server-agent-face, gnus-server-opened-face)
13106         (gnus-server-closed-face, gnus-server-denied-face)
13107         (gnus-server-offline-face):
13108         New backward-compatibility aliases for renamed faces.
13109         (gnus-server-agent-face, gnus-server-opened-face)
13110         (gnus-server-closed-face, gnus-server-denied-face)
13111         (gnus-server-offline-face): Use renamed gnus faces.
13112
13113         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13114         Remove "-face" suffix from face names.
13115         (gnus-picon-xbm-face, gnus-picon-face):
13116         New backward-compatibility aliases for renamed faces.
13117
13118         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13119         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13120         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13121         (gnus-cite-11): Remove "-face" suffix from face names.
13122         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13123         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13124         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13125         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13126         New backward-compatibility aliases for renamed faces.
13127         (gnus-cite-attribution-face, gnus-cite-face-list)
13128         (gnus-article-boring-faces): Use renamed gnus faces.
13129
13130         * gnus-art.el (gnus-signature, gnus-header-from)
13131         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13132         (gnus-header-content): Remove "-face" suffix from face names.
13133         (gnus-signature-face, gnus-header-from-face)
13134         (gnus-header-subject-face, gnus-header-newsgroups-face)
13135         (gnus-header-name-face, gnus-header-content-face):
13136         New backward-compatibility aliases for renamed faces.
13137         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13138
13139         * gnus-sum.el (gnus-summary-selected-face)
13140         (gnus-summary-highlight): Use renamed gnus faces.
13141         * gnus-group.el (gnus-group-highlight): Likewise.
13142
13143 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13144
13145         * gnus-sieve.el (gnus-sieve-article-add-rule):
13146         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13147         * spam-stat.el (spam-stat-buffer-change-to-spam)
13148         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13149
13150         * message.el (message-is-yours-p):
13151         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13152
13153 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * mm-view.el (mm-inline-text): Withdraw the last change.
13156
13157 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13158
13159         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13160         executing enriched-decode.
13161
13162 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13163
13164         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13165         charset of tar files.
13166
13167 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13168
13169         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13170
13171 2005-06-04  Lute Kamstra  <lute@gnu.org>
13172
13173         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13174         information is never recorded.
13175
13176 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13177
13178         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13179
13180 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13181
13182         * pop3.el (pop3-apop): Run md5 in the binary mode.
13183
13184         * starttls.el (starttls-set-process-query-on-exit-flag):
13185         Use eval-and-compile.
13186
13187 2005-05-31  Simon Josefsson  <jas@extundo.com>
13188
13189         * smime.el (smime-replace-in-string): Define.
13190         (smime-cert-by-ldap-1): Use it.
13191
13192 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13193
13194         * gnus-art.el (article-display-x-face): Replace
13195         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13196
13197         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13198         set-process-query-on-exit-flag or process-kill-without-query.
13199
13200         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13201         loop instead of replace-regexp.
13202
13203         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13204         instead of process-kill-without-query if it is available.
13205
13206         * lpath.el: Fbind ldap-search-entries.
13207
13208         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13209         instead of find-file-hooks if it is available.
13210
13211         * mml1991.el: Bind pgg-default-user-id when compiling.
13212
13213         * mml2015.el: Bind pgg-default-user-id when compiling.
13214
13215         * nndraft.el (nndraft-request-associate-buffer):
13216         Use write-contents-functions instead of write-contents-hooks if it is
13217         available.
13218
13219         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13220         instead of find-file-hooks if it is available.
13221
13222         * nntp.el (nntp-open-connection): Replace
13223         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13224         (nntp-open-ssl-stream): Ditto.
13225         (nntp-open-tls-stream): Ditto.
13226
13227         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13228         set-process-query-on-exit-flag or process-kill-without-query.
13229         (starttls-open-stream-gnutls): Use it instead of
13230         process-kill-without-query.
13231         (starttls-open-stream): Ditto.
13232
13233 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13234
13235         * smime.el (smime-cert-by-ldap-1): Don't use
13236         replace-regexp-in-string.
13237
13238 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13239
13240         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13241
13242         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13243         in PEM format.  Adjust to the XEmacs compability.
13244
13245 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13246
13247         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13248         by `string-to-number'.
13249         * gnus-agent.el (gnus-agent-regenerate-group)
13250         (gnus-agent-fetch-articles): Ditto.
13251         * gnus-art.el (gnus-button-fetch-group): Ditto.
13252         * gnus-cache.el (gnus-cache-generate-active)
13253         (gnus-cache-articles-in-group): Ditto.
13254         * gnus-group.el (gnus-group-set-current-level)
13255         (gnus-group-insert-group-line): Ditto.
13256         * gnus-score.el (gnus-score-set-expunge-below)
13257         (gnus-score-set-mark-below, gnus-summary-score-effect)
13258         (gnus-summary-score-entry): Ditto.
13259         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13260         (gnus-soup-pack): Ditto.
13261         * gnus-spec.el (gnus-xmas-format): Ditto.
13262         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13263         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13264         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13265         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13266         * nndb.el (nndb-get-remote-expire-response): Ditto.
13267         * nndiary.el (nndiary-parse-schedule-value)
13268         (nndiary-string-to-number, nndiary-request-replace-article)
13269         (nndiary-request-article): Ditto.
13270         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13271         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13272         * nneething.el (nneething-make-head): Ditto.
13273         * nnfolder.el (nnfolder-request-article)
13274         (nnfolder-retrieve-headers): Ditto.
13275         * nnheader.el (nnheader-file-to-number): Ditto.
13276         * nnkiboze.el (nnkiboze-request-article): Ditto.
13277         * nnmail.el (nnmail-process-unix-mail-format)
13278         (nnmail-process-babyl-mail-format): Ditto.
13279         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13280         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13281         (nnmh-request-create-group, nnmh-request-list-1)
13282         (nnmh-request-group, nnmh-request-article): Ditto.
13283         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13284         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13285         * nnsoup.el (nnsoup-make-active): Ditto.
13286         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13287         * nntp.el (nntp-find-group-and-number)
13288         (nntp-retrieve-headers-with-xover): Ditto.
13289         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13290         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13291         (pgg-format-key-identifier): Ditto.
13292         * pop3.el (pop3-last, pop3-stat): Ditto.
13293         * qp.el (quoted-printable-decode-region): Ditto.
13294
13295         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13296         of concat.
13297
13298 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13299
13300         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13301
13302         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13303
13304         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13305
13306         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13307
13308         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13309
13310         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13311
13312         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13313         (gnus-carpal-mode): Ditto.
13314
13315         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13316         (gnus-browse-mode): Ditto.
13317
13318         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13319
13320         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13321
13322 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13323
13324         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13325
13326 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * gnus-util.el (gnus-run-mode-hooks): New function.
13329
13330         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13331
13332         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13333         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13334
13335 2005-05-27  Lute Kamstra  <lute@gnu.org>
13336
13337         * dns-mode.el (dns-mode): Specify customization group.
13338
13339 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13340
13341         * gnus-agent.el (gnus-agent-make-mode-line-string):
13342         Use mode-line-highlight as mouse-face.
13343
13344 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * canlock.el (canlock): Change the parent group to news.
13347
13348         * deuglify.el (gnus-outlook-deuglify): Add :group.
13349
13350         * dig.el (dig): Add :group.
13351
13352         * dns-mode.el (dns-mode): Add :group.
13353
13354         * encrypt.el (encrypt): Add :group.
13355
13356         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13357         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13358         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13359         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13360         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13361
13362         * gnus-diary.el (gnus-diary): Add :group.
13363
13364         * gnus.el (gnus-group-news-1-face): Add :group.
13365         (gnus-group-news-1-empty-face): Ditto.
13366         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13367         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13368         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13369         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13370         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13371         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13372         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13373         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13374         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13375         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13376         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13377         (gnus-summary-high-ticked-face): Ditto.
13378         (gnus-summary-low-ticked-face): Ditto.
13379         (gnus-summary-normal-ticked-face): Ditto.
13380         (gnus-summary-high-ancient-face): Ditto.
13381         (gnus-summary-low-ancient-face): Ditto.
13382         (gnus-summary-normal-ancient-face): Ditto.
13383         (gnus-summary-high-undownloaded-face): Ditto.
13384         (gnus-summary-low-undownloaded-face): Ditto.
13385         (gnus-summary-normal-undownloaded-face): Ditto.
13386         (gnus-summary-high-unread-face): Ditto.
13387         (gnus-summary-low-unread-face): Ditto.
13388         (gnus-summary-normal-unread-face): Ditto.
13389         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13390         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13391
13392         * hashcash.el (hashcash): New custom group.
13393         (hashcash-default-payment): Add :group.
13394         (hashcash-payment-alist): Ditto.
13395         (hashcash-default-accept-payment): Ditto.
13396         (hashcash-accept-resources): Ditto.
13397         (hashcash-path): Ditto.
13398         (hashcash-extra-generate-parameters): Ditto.
13399         (hashcash-double-spend-database): Ditto.
13400         (hashcash-in-news): Ditto.
13401
13402         * message.el (message-minibuffer-local-map): Add :group.
13403
13404         * netrc.el (netrc): Add :group.
13405
13406         * sieve-manage.el (sieve-manage-log): Add :group.
13407         (sieve-manage-default-user): Diito.
13408         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13409         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13410         (sieve-manage-authenticators): Ditto.
13411         (sieve-manage-authenticator-alist): Ditto.
13412         (sieve-manage-default-port): Ditto.
13413
13414         * sieve-mode.el (sieve-control-commands-face): Add :group.
13415         (sieve-action-commands-face): Ditto.
13416         (sieve-test-commands-face): Ditto.
13417         (sieve-tagged-arguments-face): Ditto.
13418
13419         * smime.el (smime): Add :group.
13420
13421         * spam-report.el (spam-report): Add :group.
13422
13423         * spam.el (spam, spam-face): Add :group.
13424
13425 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13426
13427         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13428         return \n.\n.\n at the end of articles.  Protect against that.
13429         (nntp-with-open-group): Allow debugging.
13430
13431         * nnheader.el (mail-header-set-extra): Make into a function
13432         because I just could't understand how to quote the list properly.
13433
13434         * dns.el (query-dns-cached): New function.
13435
13436 2005-05-26  Lute Kamstra  <lute@gnu.org>
13437
13438         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13439
13440 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13443
13444         * gnus-art.el: Don't autoload mail-extract-address-components.
13445
13446         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13447         eval-and-compile to evaluate it.
13448
13449         * hashcash.el: Don't autoload executable-find.
13450
13451         * nndb.el: Don't declare the nndb back end two or more times; don't
13452         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13453
13454         * nntp.el: Autoload format-spec instead of format; use
13455         eval-and-compile to evaluate autoload forms.
13456
13457 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13458
13459         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13460
13461 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13462
13463         * gnus.el (gnus-version-number): Bump version.
13464
13465 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13466
13467         * gnus.el: No Gnus v0.3 is released.
13468
13469 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13470
13471         * lpath.el (featurep): Bind show-nonbreak-escape.
13472
13473 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * gnus-art.el (gnus-article-edit-part): Disable undo.
13476
13477 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13478
13479         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13480         gnus-article-date-lapsed-new-header is t if date timer is active;
13481         skip headers in which the original date value is empty.
13482         (gnus-article-save-original-date): Redefine it as a macro.
13483         (gnus-display-mime): Use it.
13484
13485 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * gnus-art.el (article-date-ut): Support converting date in
13488         forwarded parts as well.
13489         (gnus-article-save-original-date): New function.
13490         (gnus-display-mime): Use it.
13491
13492 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13493
13494         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13495         enclosure element of <item>.
13496
13497 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13498
13499         * message.el (message-kill-buffer-query): Renamed from
13500         `message-kill-buffer-query-if-modified'.  Added :version.
13501
13502 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13505         window layout.
13506
13507 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13508
13509         * mml.el: Autoload dnd when compiling.
13510
13511 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13512
13513         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13514         x-dnd-*.
13515
13516 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13517
13518         * qp.el (quoted-printable-encode-region): Save excursion.
13519
13520 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13521
13522         * message.el (message-kill-buffer-query-if-modified): Add new variable
13523         so the user can kill a modified message buffer quickly.
13524         (message-kill-buffer): Use it.
13525
13526 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * lpath.el: Fbind display-time-event-handler; don't fbind
13529         string-to-multibyte.
13530
13531         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13532
13533 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13534
13535         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13536         contained in text because xml.el decodes entities) with LFs.
13537
13538 2005-04-11  Lute Kamstra  <lute@gnu.org>
13539
13540         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13541         differently.
13542
13543 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13544
13545         * mm-util.el (mm-detect-coding-region): Typo.
13546
13547 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13550
13551 2005-04-06  Deepak Goel  <deego@gnufans.org>
13552
13553         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13554         user-function allow user modifications of the scores.
13555         (spam-stat-score-buffer-user): New function, to allow
13556         user-computed modifications to the score.
13557         (spam-stat-score-buffer-user-functions): List of additional
13558         scoring functions.
13559         (spam-stat-error-holder): Global temporary error holder.
13560         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13561         variable.
13562
13563 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13564
13565         * gnus-registry.el (gnus-registry-clean-empty-function)
13566         (gnus-registry-trim, gnus-registry-fetch-groups)
13567         (gnus-registry-delete-group): Groups that match
13568         `gnus-registry-ignored-groups' are removed from the registry
13569         entries, not just ignored for splitting.  This helps clean up the
13570         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13571         to get all the groups a message ID is in.
13572
13573         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13574         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13575         (spam-stat-score-buffer-user-functions): Add :number custom type.
13576
13577 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13580         argument in XEmacs.
13581
13582         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13583         (nnrss-request-group): Decode group name first.
13584         (nnrss-request-article): Make a text/plain article if mml-to-mime
13585         failed.
13586         (nnrss-get-encoding): Return a compatible encoding according to
13587         nnrss-compatible-encoding-alist.
13588         (nnrss-find-el): Use consp instead of listp.
13589         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13590
13591 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13594         which Emacs 20 doesn't support.
13595         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13596
13597 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13598
13599         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13600         silence the byte compiler inside the defun.
13601
13602         * gnus-demon.el (parse-time-string): Add autoload.
13603
13604         * gnus-delay.el (parse-time-string): Add autoload.
13605
13606         * gnus-art.el (parse-time-string): Add autoload.
13607
13608         * nnultimate.el (parse-time): Require for `parse-time-string'.
13609
13610 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13611
13612         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13613
13614         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13615
13616         * smime.el (smime-ldap-host-list): Add :version.
13617
13618 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13619
13620         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13621         pass it to `gnus-browse-read-group'.
13622         (gnus-browse-read-group): Add NUMBER argument and pass it to
13623         `gnus-group-read-ephemeral-group'.
13624
13625         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13626         argument and pass it to `gnus-group-read-group'.
13627
13628 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13629
13630         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13631         mm-xemacs-find-mime-charset-1 if we have the mule feature
13632         available at runtime.
13633
13634 2005-03-25  Werner Lemberg  <wl@gnu.org>
13635
13636         * nnmaildir.el: Replace `illegal' with `invalid'.
13637
13638 2005-03-23  Lute Kamstra  <lute@gnu.org>
13639
13640         * time-date.el: Add comment on time value formats.
13641         Don't require parse-time.
13642         (with-decoded-time-value): New macro.
13643         (encode-time-value): New function.
13644         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13645         (days-to-time): Return a valid time value when arg is huge.
13646         (time-since): Use time-subtract.
13647         (time-to-number-of-days): Use time-to-seconds.
13648
13649 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13650
13651         * gnus-start.el (gnus-display-time-event-handler):
13652         Check display-time-timer at runtime rather than only at load time
13653         in case display-time-mode is turned off in the mean time.
13654
13655 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13656
13657         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13658         used.
13659
13660         * nneething.el (nneething-map-file-directory): Derive from
13661         `gnus-directory'.
13662
13663         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13664         the To/Cc button.
13665
13666 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13667
13668         * nnmaildir.el (nnmaildir-request-accept-article):
13669         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13670
13671 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13672
13673         * gnus-async.el: Require timer-funcs at compile time when in
13674         XEmacs for `run-with-idle-timer'.
13675
13676 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13677
13678         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13679         autoloaded function.
13680
13681 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13682
13683         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13684
13685 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13686
13687         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13688
13689 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13690
13691         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13692         gnus-expert-user to default.
13693
13694 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13695
13696         * nnimap.el (nnimap-open-server): Ditto.
13697
13698         * imap.el (imap-authenticate): Fix typo.
13699
13700 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13701
13702         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13703         buffer (since IMAP server might return FETCH response out of
13704         order, and the nntp buffer must be sorted).
13705
13706 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13707
13708         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13709         comparison on string.
13710
13711         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13712         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13713         (gnus-agent-summary-fetch-series): Modified to protect against
13714         gnus-agent-summary-fetch-group clearing processable flags.
13715         (gnus-agent-synchronize-group-flags): Update live group buffer as
13716         synchronization may occur due to the user toggle the plugged
13717         status.
13718         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13719         successfully downloaded.
13720         (gnus-agent-expire-group-1): Avoid using markers when the overview
13721         is in ascending order; greatly improves performance.
13722         (gnus-agent-regenerate-group): Use
13723         gnus-agent-synchronize-group-flags to reset read status in both
13724         gnus and server.
13725         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13726
13727 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13728
13729         * message.el: Don't autoload former message-utils variables.
13730         (message-strip-subject-trailing-was): Change doc string.
13731
13732         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13733         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13734         (nnweb-google-search): Add "hl=en" here.
13735         (nnweb-google-parse-1, nnweb-google-create-mapping):
13736         Don't hardcode URL.
13737
13738 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13739
13740         * message.el (message-get-reply-headers, message-followup):
13741         Mention related variables `message-use-followup-to' and
13742         `message-use-mail-followup-to', in the information buffer.
13743
13744         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13745         of broken groups(-beta).google.com.
13746
13747 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13748
13749         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13750         parameter to invoked gnus-request-move-article; remove the
13751         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13752         all at once instead of once per article.
13753         (gnus-summary-remove-process-mark): Accept a list of articles as
13754         well as a single article for processing.
13755
13756         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13757         parameter.
13758
13759         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13760
13761         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13762
13763         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13764         parameter.
13765
13766         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13767         parameter.
13768
13769         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13770         parameter and remove the gnus-sum-hint-move-is-internal variable.
13771
13772         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13773         parameter.
13774
13775         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13776         parameter.
13777
13778         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13779         parameter.
13780
13781         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13782
13783         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13784         parameter.
13785
13786         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13787         parameter.
13788
13789 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13790
13791         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13792         a more conservative way.
13793
13794 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13795
13796         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13797         buffer, so it moves the window's cursor.
13798
13799 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13800
13801         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13802         `mm-dissect-multipart' and receive the from field as an (optional)
13803         argument from `mm-dissect-multipart'.
13804         (mm-dissect-multipart): Receive the from field as an argument and
13805         pass it on when we call `mm-dissect-buffer' on MIME parts.
13806         Fixes verification/decryption of signed/encrypted MIME parts.
13807
13808 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13809
13810         * gnus-sum.el (gnus-summary-move-article): Set
13811         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13812         whatever it calls (right now, only nnimap-request-move article
13813         respects it).
13814
13815         * nnimap.el (nnimap-request-move-article): When
13816         gnus-sum-hint-move-is-internal is set, don't do the extra
13817         nnimap-request-article.
13818
13819 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13820
13821         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13822
13823         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13824         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13825
13826         * gnus-sum.el (gnus-summary-caesar-message):
13827         Apply `gnus-treat-article' after rotation.
13828
13829         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13830         doc string.
13831
13832 2005-02-22  Simon Josefsson  <jas@extundo.com>
13833
13834         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13835         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13836         <arne@arnested.dk>.
13837         (encrypt): Add password-cache and password-cache-expiry as group
13838         members.
13839
13840 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13841
13842         * smime.el (smime-ldap-host-list): Doc fix.
13843         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13844         cache) password.
13845         (smime-sign-region): Use it.
13846         (smime-decrypt-region): Use it.
13847         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13848         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13849         fails.
13850         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13851         certificate from DER to PEM format rather than calling openssl.
13852
13853         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13854
13855         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13856         for signing/encryption.
13857
13858         * mml.el (mml-parse-1): Use them.
13859
13860 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13861
13862         * nnrss.el (nnrss-verbose): Removed.
13863         (nnrss-request-group): Use `nnheader-message' instead.
13864
13865 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13866
13867         * nnrss.el (nnrss-verbose): New variable.
13868         (nnrss-request-group): Make it say nnrss is requesting a group.
13869
13870 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13871
13872         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13873         Handle news URL with given port correctly.
13874
13875 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13876
13877         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13878         containing special characters.
13879
13880         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13881
13882         * mml.el (mime-to-mml): Ditto.
13883
13884         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13885         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13886         (rfc2047-decode-region): Quote decoded words containing special
13887         characters when rfc2047-quote-decoded-words-containing-tspecials
13888         is non-nil.
13889
13890 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13891
13892         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13893
13894         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13895
13896 2005-02-15  Simon Josefsson  <jas@extundo.com>
13897
13898         * nnimap.el (nnimap-debug): Doc fix.
13899
13900         * imap.el (imap-debug): Doc fix.
13901
13902 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13903
13904         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13905
13906 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13907
13908         * gnus.el (spam-contents): Improve docs for spam-contents
13909         parameter in its variable incarnation.
13910
13911 2005-02-14  Simon Josefsson  <jas@extundo.com>
13912
13913         * smime-ldap.el: Use require instead of load-library for ldap.
13914         (smime-ldap-search): Indent.
13915         (smime-ldap-search-internal): Shorten line.
13916
13917         * smime.el (smime-cert-by-dns): Add doc-string.
13918         (smime-cert-by-ldap-1): Indent.
13919
13920         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13921         mml-smime-get-dns-ldap.
13922         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13923
13924 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13925
13926         * smime.el: Require smime-ldap.
13927         (smime-ldap-host-list): New variable.
13928         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13929
13930         * mml-smime.el (mml-smime-encrypt-query): New function.
13931         (mml-smime-encrypt-query): Use it.
13932
13933         * smime-ldap.el: New file.
13934
13935 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13936
13937         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13938
13939 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13940
13941         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13942         argument in doc string.  Make query for type more clear.
13943
13944 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13945
13946         * gnus.el (gnus-group-startup-message): Search for gnus images in
13947         etc/images/gnus.
13948         * mm-util.el (mm-image-load-path): Likewise.
13949         * smiley.el (smiley-data-directory): Search for smilies in
13950         etc/images/smilies.
13951
13952 2005-02-09  Kim F. Storm  <storm@cua.dk>
13953
13954         Change Emacs release version from 21.4 to 22.1 throughout.
13955         Change Emacs development version from 21.3.50 to 22.0.50.
13956
13957 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13960
13961         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13962         non-Mule XEmacs as well.
13963         (mm-decompress-buffer): Signal an error intentionally if it does
13964         not decompress compressed data because auto-compression-mode is
13965         disabled.
13966
13967 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13968
13969         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13970         an ID in the registry even if it has no groups.
13971
13972 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13973
13974         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13975         merge it into mm-decompress-buffer.
13976         (gnus-mime-copy-part): Use the MIME part charset, the value which
13977         a user specified or gnus-newsgroup-charset for decoding, like
13978         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13979         save-buffer what was used.  Suggested by Kevin Ryde
13980         <user42@zip.com.au>.
13981         (gnus-mime-inline-part): Allow the name parameter as well as the
13982         filename parameter; force decompressing of compressed data; always
13983         display contents being not decoded as unibyte.
13984
13985         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13986         as well as the filename parameter.
13987
13988         * mm-util.el (mm-decompress-buffer): Merge
13989         gnus-mime-jka-compr-maybe-uncompress.
13990         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13991         of compressed data.
13992
13993 2005-02-08  Simon Josefsson  <jas@extundo.com>
13994
13995         * imap.el (imap-log): Doc fix.
13996
13997 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14000         the coding cookies; decompress compressed parts.
14001
14002         * mml.el (mml-generate-mime-1): Add the charset parameter according
14003         to the value which a user specified manually or the coding cookie.
14004
14005         * mm-util.el (mm-string-to-multibyte): New function.
14006         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14007         (mm-coding-system-to-mime-charset): New function.
14008         (mm-decompress-buffer): New function.
14009         (mm-find-buffer-file-coding-system): New function.
14010
14011         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14012         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14013         parts.
14014
14015 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14016
14017         * mm-view.el (mm-display-inline-fontify): Decode a part according
14018         to the charset parameter.
14019
14020 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14021
14022         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14023         prefix arg is neither nil nor a number, as info specifies.
14024
14025 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14028         timestamps.
14029
14030 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14031
14032         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14033         groups error checking and notify user.
14034
14035 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14036
14037         * message.el (message-send-mail-function): Check existence of
14038         sendmail-program first before using default value
14039         `message-send-mail-with-sendmail'.  Otherwise use more generic
14040         `smtpmail-send-it'.
14041
14042 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14043
14044         * nntp.el (nntp-request-update-info): Always return nil.
14045
14046 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14047
14048         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14049
14050 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14051
14052         * message.el (message-beginning-of-line): Change the behavior when
14053         invoked between BOL and : so that it first moves backward.
14054
14055 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14058         article buffer when editing of the article is discarded.
14059         (gnus-article-prepare): Revert.
14060
14061 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * gnus-art.el (gnus-article-prepare):
14064         Remove message-strip-forbidden-properties from the local hook.
14065
14066 2005-01-27  Simon Josefsson  <jas@extundo.com>
14067
14068         * password.el (password-cache-add): Only start one timer per key.
14069         Reported by Derek Atkins <warlord@MIT.EDU>.
14070
14071 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14072
14073         * run-at-time.el: Removed.  It is no longer needed as
14074         timer-funcs.el in the xemacs-base package has a working version of
14075         `run-at-time'.
14076
14077         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14078
14079         * password.el: Require timer-funcs instead of run-at-time in
14080         XEmacs.
14081         Remove `password-run-at-time' macro.
14082         (password-cache-add): Use `run-at-time' instead of
14083         `password-run-at-time'.
14084
14085         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14086         Remove `nnheader-cancel-function-timers' alias,
14087         `cancel-function-timers' exists in XEmacs in timer-funcs.
14088
14089         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14090         for `run-with-idle-timer'.
14091
14092         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14093         for `run-at-time'.
14094
14095         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14096         for `with-timeout'.
14097
14098         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14099         the same as for XEmacs 21.4.
14100         No need to ignore `run-with-idle-timer', this function exists in
14101         XEmacs now in timer-funcs.el in the xemacs-base package.
14102         (dgnushack-compile): No need to delete
14103         run-at-time.el from the list of files to compile because it
14104         doesn't exist anymore.
14105
14106 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14109         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14110
14111 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14112
14113         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14114         sensitively.
14115
14116 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14117
14118         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14119
14120 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14123         which will be inserted according to the multibyteness of a buffer
14124         rather than the type of contents.  Suggested by ARISAWA Akihiro
14125         <ari@mbf.ocn.ne.jp>.
14126
14127         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14128         of string which old xml.el may return rather than a string.
14129
14130 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14131
14132         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14133
14134 2005-01-16  Simon Josefsson  <jas@extundo.com>
14135
14136         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14137         idn/idna.el isn't available.
14138         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14139         <michael@waxrat.com>.
14140
14141         * hashcash.el: Remove non-FSF copyright header.
14142
14143         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14144         (hashcash-generate-payment): Use it.
14145         (hashcash-generate-payment-async): Use it.
14146
14147 2005-01-15  Simon Josefsson  <jas@extundo.com>
14148
14149         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14150         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14151
14152         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14153         gnus-summary-idna-message.
14154         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14155         (gnus-summary-idna-message): New function.
14156
14157 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14158
14159         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14160         gnus-novice-user.
14161
14162 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * nnrss.el (nnrss-request-delete-group): Delete entries in
14165         nnrss-group-alist as well.
14166         (nnrss-save-server-data): Insert newline.
14167
14168 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14169
14170         * gnus.el (gnus-user-agent): Use list of symbols instead of
14171         symbols.  Display full version number for (S)XEmacs.  Optionally
14172         display (S)XEmacs codename.
14173
14174         * gnus-util.el (gnus-emacs-version): Update for new
14175         `gnus-user-agent'.
14176
14177         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14178         Gnus version.
14179
14180 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14181
14182         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14183         which is unreadable in some setups.
14184
14185 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * gnus-spec.el (gnus-update-format-specifications): Flush the
14188         group format spec cache if it doesn't support decoded group names.
14189
14190 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14191
14192         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14193         Allow to apply decay on score files matching a regexp.
14194
14195 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14198         compatibility in %g and %c.
14199
14200 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14203         name for only %g and %c.
14204         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14205         of gnus-tmp-group to decoded group name.
14206         (gnus-group-make-rss-group): Exclude `/'s from group names.
14207
14208 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14209
14210         * nnrss.el (nnrss-get-encoding): Fix regexp.
14211
14212 2004-12-27  Simon Josefsson  <jas@extundo.com>
14213
14214         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14215         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14216         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14217
14218 2004-12-17  Kim F. Storm  <storm@cua.dk>
14219
14220         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14221
14222         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14223
14224 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14225
14226         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14227
14228 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14229
14230         * nnrss.el: Require rfc2047 and mml.
14231         (nnrss-file-coding-system): New variable.
14232         (nnrss-format-string): Redefine it as an inline function.
14233         (nnrss-decode-group-name): New function.
14234         (nnrss-string-as-multibyte): Remove.
14235         (nnrss-retrieve-headers): Decode group name; don't use
14236         nnrss-format-string.
14237         (nnrss-request-group): Decode group name.
14238         (nnrss-request-article): Decode group name; allow a Message-ID as
14239         well as an article number; don't use nnrss-format-string; encode a
14240         Message-ID string which may contain non-ASCII characters; use
14241         mml-to-mime to compose a MIME article.
14242         (nnrss-request-expire-articles): Decode group name.
14243         (nnrss-request-delete-group): Decode group name.
14244         (nnrss-fetch): Clarify error message.
14245         (nnrss-read-server-data): Use insert-file-contents instead of load;
14246         bind file-name-coding-system; use multibyte buffer.
14247         (nnrss-save-server-data): Bind coding-system-for-write to the
14248         value of nnrss-file-coding-system; bind file-name-coding-system;
14249         add coding cookie.
14250         (nnrss-read-group-data): Use insert-file-contents instead of load;
14251         bind file-name-coding-system; use multibyte buffer.
14252         (nnrss-save-group-data): Bind coding-system-for-write to the
14253         value of nnrss-file-coding-system; bind file-name-coding-system.
14254         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14255         make it work with non-ASCII text.
14256         (nnrss-find-el): Make it work with old xml.el as well.
14257
14258 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14259
14260         * nnrss.el (nnrss-get-encoding): New function.
14261         (nnrss-fetch): Use unibyte buffer initially; bind
14262         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14263         decode contents according to the encoding attribute.
14264         (nnrss-save-group-data): Add coding cookie.
14265         (nnrss-mime-encode-string): New function.
14266         (nnrss-check-group): Use it to encode subject and author.
14267
14268 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14269
14270         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14271         imaginary variable.
14272
14273 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14276         correctly even if there are wide characters.
14277
14278 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14279
14280         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14281         downcased symbol names; make a new cache instead of reusing
14282         bbdb-hashtable.
14283
14284 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14285
14286         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14287         concatenating segments rather than before concatenating them.
14288         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14289
14290         * message.el (message-get-reply-headers): Bind `extra'.
14291
14292 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14293
14294         * message.el (message-extra-wide-headers): New variable.
14295         (message-get-reply-headers): Use it.
14296
14297 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14300         (gnus-agent-group-pathname): Ditto.
14301
14302         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14303
14304         * gnus-group.el (gnus-group-make-group): Decode group name.
14305         (gnus-group-make-rss-group): Register the group data after opening
14306         the nnrss group.
14307
14308 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14309
14310         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14311         by expiry now get marked as read.
14312
14313 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14316
14317 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14318
14319         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14320         unify Latin characters in XEmacs.
14321         (mm-find-mime-charset-region): Use it.
14322
14323 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * gnus-util.el (gnus-delete-directory): New function.
14326
14327         * gnus-agent.el (gnus-agent-delete-group): Use it.
14328
14329         * gnus-cache.el (gnus-cache-delete-group): Use it.
14330
14331 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14334         names.
14335
14336 2004-12-16  Simon Josefsson  <jas@extundo.com>
14337
14338         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14339
14340 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14343
14344         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14345         (gnus-group-set-current-level): Decode group name.
14346
14347 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14348
14349         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14350         failed.
14351
14352 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14353
14354         * gnus-group.el (gnus-group-delete-group): Decode group name.
14355         (gnus-group-make-rss-group): Encode group name.
14356         (gnus-group-catchup-current): Decode group name.
14357         (gnus-group-kill-group): Decode group name.
14358
14359 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14360
14361         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14362
14363 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * gnus-group.el (gnus-group-make-rss-group):
14366         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14367
14368         * gnus-start.el (gnus-setup-news): Honor user's setting to
14369         gnus-message-archive-method.  Suggested by Lute Kamstra
14370         <lute@gnu.org>.
14371
14372 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14373
14374         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14375         global counterparts of the buffer-local variables.
14376
14377 2004-11-16  Romain Francoise  <romain@orebokech.com>
14378
14379         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14380         counterparts of the buffer-local variables.
14381
14382 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14383
14384         * message.el (message-forbidden-properties): Fixed typo in doc
14385         string.
14386
14387 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14388
14389         * gnus-util.el (gnus-replace-in-string): Added doc string.
14390
14391         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14392         to avoid problems when splitting mails with many recipients.
14393
14394 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14395
14396         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14397         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14398
14399 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14400
14401         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14402         if there is no hashtable in memory or file modification time is
14403         newer than cached timestamp.
14404
14405 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14406
14407         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14408         not-matching option.
14409
14410 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14411
14412         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14413         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14414         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14415         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14416         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14417         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14418
14419 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * message.el (message-forward-make-body-mml): Remove headers
14422         according to message-forward-ignored-headers if a message is decoded.
14423
14424 2004-12-02  Romain Francoise  <romain@orebokech.com>
14425
14426         * message.el (message-forward-make-body-plain): Always remove
14427         headers according to message-forward-ignored-headers.
14428
14429 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14430
14431         * spam.el (spam-summary-prepare-exit): Remove the
14432         gnus-summary-limit pop for now, it has problems with ham marks for
14433         me.
14434
14435 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14436
14437         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14438         correctly.
14439
14440 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14441
14442         * format-spec.el (format-spec): Message the char.
14443
14444 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14445
14446         * gnus-art.el (gnus-split-methods): Reformat comments.
14447
14448         * spam.el (spam-summary-prepare-exit): Remove article limits
14449         before exiting the summary buffer.
14450
14451 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14454         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14455
14456         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14457         order to silence the byte compiler.
14458
14459         * spam.el: Fix the way to silence the byte compiler, which
14460         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14461         bbdb-search-simple, spam-BBDB-register-routine,
14462         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14463         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14464         spam-stat-buffer-is-spam, spam-stat-load,
14465         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14466         spam-stat-save and spam-stat-split-fancy.
14467
14468 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14471         which may confuse users.
14472         (canlock-password-for-verify): Ditto.
14473
14474         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14475
14476         * gnus-art.el (gnus-emphasis-alist): Ditto.
14477
14478         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14479
14480         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14481
14482         * gnus-start.el (gnus-save-killed-list): Ditto.
14483
14484         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14485         (gnus-sum-thread-tree-root): Ditto.
14486         (gnus-sum-thread-tree-false-root): Ditto.
14487         (gnus-sum-thread-tree-single-indent): Ditto.
14488
14489         * message.el (message-courtesy-message): Ditto.
14490         (message-archive-note): Ditto.
14491         (message-subscribed-address-file): Ditto.
14492         (message-user-fqdn): Ditto.
14493
14494         * spam-report.el (spam-report-gmane-regex): Ditto.
14495
14496         * spam.el (spam-blackhole-good-server-regex): Ditto.
14497
14498 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14499
14500         * mml.el (mml-preview): Widen the message buffer before copying
14501         the contents to the preview buffer; sort headers before previewing.
14502
14503         * message.el (message-hidden-headers): Fix the way to avoid a bug
14504         in the `repeat' widget in Emacs 21.3 or earlier.
14505
14506 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * message.el (message-hidden-headers): Default to "^References:".
14509         Improve customization type.  Suggested by Reiner Steib
14510         <Reiner.Steib@gmx.de>.
14511
14512 2004-11-25  Romain Francoise  <romain@orebokech.com>
14513
14514         * message.el (message-strip-forbidden-properties): Remove check for
14515         obsolete `message-hidden' text property, hidden headers are not
14516         accessible in the buffer anymore.
14517
14518 2004-11-22  Romain Francoise  <romain@orebokech.com>
14519
14520         * message.el (message-header-format-alist): Add `From' in list
14521         so that it can be sorted.
14522         (message-fix-before-sending): Widen and sort headers before
14523         sending.
14524         (message-hide-headers): Use narrowing to hide headers by moving
14525         them to the top of the buffer and narrowing to the region
14526         underneath.
14527
14528 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14529
14530         * message.el (message-strip-forbidden-properties): Bind
14531         buffer-read-only (etc) to nil.
14532
14533 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14534
14535         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14536         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14537
14538 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14539
14540         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14541
14542 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14543
14544         * dns.el (query-dns): Use sit-for to time instead of
14545         accept-process-output, since that doesn't seem to work on udp
14546         sockets.
14547
14548 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14551
14552 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14553
14554         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14555         doc string.  Improve doc string.
14556
14557 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14558
14559         * nntp.el (nntp-request-update-info): Return nil if
14560         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14561         may not call gnus-activate-group which uselessly issues the GROUP
14562         commands for all nntp groups and wastes time.  Reported by Romain
14563         Francoise <romain@orebokech.com>.
14564
14565         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14566
14567 2004-11-15  Simon Josefsson  <jas@extundo.com>
14568
14569         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14570         headers separately.
14571         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14572         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14573
14574 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14575
14576         * gnus-start.el (gnus-convert-old-newsrc):
14577         Assign legacy-gnus-agent to 5.10.7.
14578
14579 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14580
14581         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14582         start of the lines.
14583
14584 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14585
14586         * hashcash.el (hashcash-default-payment): Change default to 20.
14587         (hashcash-default-accept-payment): Change default to 20.
14588         (hashcash-process-alist): New variable.
14589         (hashcash-generate-payment-async): Add.
14590         (hashcash-already-paid-p): Add.
14591         (hashcash-insert-payment): Don't generate payments twice.
14592         (hashcash-insert-payment-async): Add.
14593         (hashcash-insert-payment-async-2): Add.
14594         (hashcash-cancel-async): Add.
14595         (hashcash-wait-async): Add.
14596         (hashcash-processes-running-p): Add.
14597         (hashcash-wait-or-cancel): Add.
14598         (mail-add-payment): New optional argument.  Conditionally start
14599         asynchronous calculation.
14600         (mail-add-payment-async): Add.
14601
14602         * message.el (message-send-mail): Wait for asynchronous hashcash
14603         results.  Don't clobber existing X-Hashcash headers.
14604         (message-setup-1): Call mail-add-payment-async when
14605         message-generate-hashcash is non-nil.
14606
14607 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14608
14609         * message.el (message-use-alternative-email-as-from): Examine the
14610         From header as well; use message-make-from in order to include a
14611         user's full name.
14612
14613 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14614
14615         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14616         default; improve customization type.
14617         (gnus-emphasis-custom-with-format): New macro.
14618         (gnus-emphasis-custom-value-to-external): New function.
14619         (gnus-emphasis-custom-value-to-internal): New function.
14620
14621 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14622
14623         * dns.el (query-dns): Resolve reverse addresses.
14624
14625 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14626
14627         * gnus-group.el (gnus-group-get-new-news): Use it.
14628
14629         * gnus-start.el (gnus-check-reasonable-setup): New function.
14630
14631 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14632
14633         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14634         "Args out of range" error.  Reported by Arnaud Giersch
14635         <arnaud.giersch@free.fr>.
14636
14637 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14638
14639         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14640
14641 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14642
14643         * spam.el (spam group): Add :version.
14644
14645         * pgg-def.el (pgg group): Add :version.
14646
14647 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14648
14649         * gnus-art.el (gnus-article-edit-article): Don't associate the
14650         article buffer with a draft file.  This is a temporary measure
14651         against the 2004-08-22 change to gnus-article-edit-mode.
14652
14653 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14656         (html2text-format-tags): Remove unused variable `attr'.
14657
14658 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14659
14660         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14661
14662         * tls.el (tls-process-connection-type, tls-success)
14663         (tls-certtool-program): Add :version.
14664
14665         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14666         (starttls-extra-arguments, starttls-process-connection-type)
14667         (starttls-connect, starttls-failure, starttls-success): Add :version.
14668
14669         * spam-stat.el (spam-stat): Add :version.
14670
14671         * sieve.el (sieve): Add :version.
14672
14673         * sha1.el (sha1): Add :version.
14674         (sha1-use-external): Remove redundant version.
14675
14676         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14677         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14678         (nnmail-split-fancy-match-partial-words)
14679         (nnmail-split-lowercase-expanded): Add :version.
14680
14681         * nndiary.el (nndiary): Add :version.
14682
14683         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14684
14685         * mml-sec.el (mml-default-sign-method)
14686         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14687         Add :version.
14688
14689         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14690
14691         * mm-url.el (mm-url-use-external, mm-url-program)
14692         (mm-url-arguments): Add :version.
14693
14694         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14695         (mm-attachment-file-modes, mm-decrypt-option)
14696         (mm-w3m-safe-url-regexp): Add :version.
14697
14698         * message.el (message-cite-prefix-regexp)
14699         (message-sendmail-envelope-from, message-minibuffer-local-map)
14700         (message-user-fqdn, message-completion-alist): Add :version.
14701
14702         * gnus-win.el (gnus-configure-windows-hook)
14703         (gnus-use-frames-on-any-display): Add :version.
14704
14705         * gnus-art.el (gnus-article-address-banner-alist)
14706         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14707         (gnus-treat-from-picon, gnus-treat-mail-picon)
14708         (gnus-treat-x-pgp-sig): Add :version.
14709
14710         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14711         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14712         (gnus-summary-article-delete-hook)
14713         (gnus-summary-display-while-building): Add :version.
14714
14715         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14716         (gnus-get-top-new-news-hook): Add :version.
14717
14718         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14719         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14720
14721         * gnus-registry.el (gnus-registry): Add :version.
14722
14723         * gnus-spec.el (gnus-use-correct-string-widths)
14724         (gnus-make-format-preserve-properties): Add :version.
14725
14726         * gnus.el (gnus-group-charter-alist)
14727         (gnus-group-fetch-control-use-browse-url)
14728         (gnus-install-group-spam-parameters): Add :version.
14729
14730         * gnus-diary.el (gnus-diary): Add :version.
14731
14732         * gnus-delay.el (gnus-delay): Add :version.
14733
14734         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14735         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14736         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14737         Add :version.
14738
14739         * gnus-agent.el (gnus-agent-max-fetch-size)
14740         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14741         (gnus-agent-prompt-send-queue): Add :version.
14742
14743         * deuglify.el (gnus-outlook-deuglify): Add :version.
14744
14745         * html2text.el: Beautify code.  Improve doc strings.  Some
14746         checkdoc cleanup.
14747         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14748
14749 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14750
14751         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14752
14753 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14754
14755         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14756         when package is loaded.
14757
14758         * spam.el (spam-summary-score-preferred-header): Add global preference
14759         for people who want to override the default SpamAssassin over
14760         Bogofilter preference (when both are set).
14761         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14762         (spam-user-format-function-S): Check
14763         spam-summary-score-preferred-header.
14764         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14765         (spam-user-format-function-S): Format the score correctly.
14766
14767 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14768
14769         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14770         signature file.  Suggested by Manoj Srivastava
14771         <srivasta@golden-gryphon.com>.
14772
14773         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14774         iso-2022-jp even in the Japanese language environment.
14775         Suggested by Jason Rumney <jasonr@gnu.org>.
14776
14777 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14778
14779         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14780         use the same characters as the dummy marks; make it free from
14781         getting affected by the language environment.
14782         (gnus-summary-read-group-1): Update mark positions only when the
14783         format spec is updated.
14784
14785         * gnus-spec.el (gnus-update-format-specifications): Return a list
14786         of updated types.
14787
14788 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14789
14790         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14791         of boundp to check if display-warning is available.
14792
14793 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14794
14795         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14796
14797 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14798
14799         * nnspool.el (nnspool-spool-directory): Use news-path if the
14800         news-directory variable is not bound.
14801
14802         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14803         function instead of display-warning if it is not available.
14804
14805 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14806
14807         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14808         v5-10: Use `point-at-bol'.
14809
14810 2004-10-26  Simon Josefsson  <jas@extundo.com>
14811
14812         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14813         <chenggao@gmail.com>.
14814
14815 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14816
14817         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14818         instead.
14819
14820 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14821
14822         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14823         to remove a server from the nnimap-server-buffer-alist.
14824         (nnimap-open-connection, nnimap-close-server): Use it.
14825
14826         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14827
14828 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14829
14830         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14831         running the major-mode function.
14832
14833 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14834
14835         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14836         dummy marks in the right way.
14837
14838 2004-10-18  David Edmondson  <dme@dme.org>
14839
14840         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14841         excessively.
14842
14843 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14844
14845         * gnus-util.el (gnus-split-references): Accept a nil references
14846         string and go on blissfully.
14847
14848         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14849         cases where the references string is non-nil but has no references.
14850
14851         * encrypt.el: Add autoload tags.
14852
14853         * spam.el (spam-resolve-registrations-routine): Remove article
14854         from unregistration list too.  Reported by David Hanak
14855         <dhanak@isis.vanderbilt.edu>
14856
14857 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14858
14859         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14860         nil.  Changed custom type.
14861
14862 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14863
14864         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14865
14866         * gnus-sum.el (gnus-summary-move-article): Use it.
14867
14868 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14869
14870         * encrypt.el: Add autoload cookies.
14871
14872         * spam.el (spam-backend-article-list-property)
14873         (spam-backend-get-article-todo-list)
14874         (spam-backend-put-article-todo-list)
14875         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14876         Resolve registrations separately.
14877         (spam-register-routine): Format comments.
14878         (spam-unregister-routine, spam-register-routine): Always call with
14879         specific-articles, no default list.
14880         (spam-summary-prepare-exit): Use the spam-classifications function.
14881
14882         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14883         gnus-encrypt.el.
14884
14885         * encrypt.el: Copied from gnus-encrypt.el.
14886
14887         * gnus-encrypt.el: Commented that it's obsolete.
14888
14889 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14890
14891         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14892         (gnus-score-save): Use it.
14893
14894         * message.el (message-bury): Use `window-dedicated-p'.
14895
14896 2004-10-15  Simon Josefsson  <jas@extundo.com>
14897
14898         * pop3.el (top-level): Don't require nnheader.
14899         (pop3-read-timeout): Add.
14900         (pop3-accept-process-output): Add.
14901         (pop3-read-response, pop3-retr): Use it.
14902
14903 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14904
14905         * spam.el (spam-register-routine): Move comment.
14906         (spam-verify-bogofilter): Use 'unknown for the initial
14907         spam-bogofilter-valid state, not 'never.
14908
14909         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14910         for netrc-machine.
14911
14912         * nnimap.el (nnimap-open-connection): Use
14913         netrc-machine-user-or-password.
14914
14915 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14916
14917         * gnus-registry.el (gnus-registry-unload-hook):
14918         Set as a variable with add-hook.
14919
14920         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14921         of news-path.
14922
14923         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14924
14925         * spam.el: Delete duplicate `provide'.
14926         (spam-unload-hook): Set as a variable with add-hook.
14927
14928 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14929
14930         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14931         in the doc string.
14932
14933         * message.el (message-ignored-news-headers)
14934         (message-ignored-supersedes-headers)
14935         (message-ignored-resent-headers)
14936         (message-forward-ignored-headers): Improve custom type.
14937
14938 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14939
14940         * message.el (message-tokenize-header): Fix 2004-09-06 change
14941         which used point-min in the wrong place.
14942
14943 2004-10-12  Simon Josefsson  <jas@extundo.com>
14944
14945         * tls.el (tls-certtool-program): New variable.
14946         (tls-certificate-information): New function, based on
14947         ssl-certificate-information.
14948
14949 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14950
14951         * compface.el: Move the version of ELisp-based uncompface program
14952         to the contrib directory because of the copyright problem.
14953
14954 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14955
14956         * message.el (message-kill-buffer): Raise the current frame.
14957
14958 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14959
14960         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14961
14962         * gnus.el (message-y-or-n-p): Autoload.
14963
14964         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14965         (pop3-password-required, pop3-authentication-scheme)
14966         (pop3-leave-mail-on-server): Made customizable.
14967         (pop3): New custom group.
14968         (pop3-retr): Remove `sleep-for' statements.
14969         Suggested by Dave Love <fx@gnu.org>.
14970
14971         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14972         Windows/DOS.
14973
14974         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14975         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14976         Dave Love <fx@gnu.org>.
14977
14978         * mml.el (mml-minibuffer-read-disposition): Require match.
14979         Suggested by Dave Love <fx@gnu.org>.
14980
14981 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14982
14983         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14984         doc string.
14985
14986 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14989
14990 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14991
14992         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14993         instead of calling `mm-insert-inline', to decode text/* parts
14994         before displaying them.
14995
14996 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14997
14998         * mm-uu.el (mm-uu-text-plain-type): New variable.
14999         (mm-uu-pgp-signed-extract-1): Use it.
15000         (mm-uu-pgp-encrypted-extract-1): Use it.
15001         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15002         bind mm-uu-text-plain-type with that value.
15003         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15004         mm-uu-dissect.
15005
15006 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15007
15008         * gnus-group.el (gnus-update-group-mark-positions):
15009         * gnus-sum.el (gnus-update-summary-mark-positions):
15010         * message.el (message-check-news-body-syntax):
15011         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15012         of string-as-multibyte.
15013
15014 2004-10-05  Juri Linkov  <juri@jurta.org>
15015
15016         * gnus-group.el (gnus-update-group-mark-positions):
15017         * gnus-sum.el (gnus-update-summary-mark-positions):
15018         * message.el (message-check-news-body-syntax):
15019         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15020         8-bit unibyte values to a multibyte string for search functions.
15021
15022 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15023
15024         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15025         (mm-uu-dissect-text-parts): New function.
15026
15027         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15028         dissect text parts.
15029
15030         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15031         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15032
15033         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15034
15035         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15036         gnus-current-topics instead of gnus-current-topic.
15037
15038 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15039
15040         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15041
15042 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15043
15044         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15045         where approriate.
15046
15047         * nnml.el (nnml-generate-active-info): do.
15048
15049         * nndiary.el (nndiary-generate-active-info): do.
15050
15051         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15052         (gnus-topic-move): do.
15053
15054         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15055         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15056
15057         * gnus-srvr.el (gnus-server-prepare)
15058         (gnus-server-open-all-servers): do.
15059
15060         * gnus-msg.el (gnus-summary-cancel-article)
15061         (gnus-summary-resend-message)
15062         (gnus-summary-mail-crosspost-complaint): do.
15063
15064         * gnus-move.el (gnus-change-server): do.
15065
15066         * gnus-group.el (gnus-group-unmark-all-groups)
15067         (gnus-group-set-current-level): do.
15068
15069 2004-10-04  Simon Josefsson  <jas@extundo.com>
15070
15071         * message.el (message-generate-hashcash): Doc fix.
15072
15073 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15074
15075         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15076         avoid infinite recursion via gnus-get-function.
15077
15078 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15079
15080         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15081
15082         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15083
15084         * nnmail.el (nnmail-split-history): do.
15085
15086         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15087         (nnml-request-delete-group): do.
15088
15089         * nnslashdot.el (nnslashdot-read-groups): do.
15090
15091         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15092         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15093
15094         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15095         (nnspool-sift-nov-with-sed): Use last.
15096         (nnspool-retrieve-headers-with-nov): Use mapc.
15097         (nnspool-request-newgroups): Use dolist.
15098         (nnspool-request-group): Use last.
15099
15100         * nntp.el (nntp-read-server-type): Use dolist.
15101
15102         * nnvirtual.el (nnvirtual-create-mapping)
15103         (nnvirtual-update-read-and-marked): Use dolist.
15104         (nnvirtual-convert-headers): Simplify.
15105
15106 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15107
15108         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15109         support for sync'ing tick marks.
15110
15111 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15114         there's no visible header.
15115
15116 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15117
15118         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15119         necessary, pass full group name to gnus-request-set-marks.
15120
15121 2004-10-01  Simon Josefsson  <jas@extundo.com>
15122
15123         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15124         acroread.
15125
15126 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15127
15128         * spam-report.el (spam-report-gmane): Fix interactive.
15129
15130         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15131
15132         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15133         when writing file.
15134         (gnus-agent-synchronize-flags): Don't default to being
15135         interactive.
15136
15137 2004-09-30  Simon Josefsson  <jas@extundo.com>
15138
15139         * message.el (message-generate-hashcash): Add.
15140         (message-send-mail): Use it, call mail-add-payment.
15141
15142 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15143
15144         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15145
15146 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15147
15148         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15149         gnus-requst-update-info with explicit code to sync the in-memory
15150         info read flags with the marks being sync'd to the backend.
15151
15152         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15153
15154 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15155
15156         * spam.el (spam-verify-bogofilter): Add new function.
15157         (spam-check-bogofilter)
15158         (spam-bogofilter-register-with-bogofilter): Use it.
15159         (spam-verify-bogofilter): Add small fixes.
15160
15161 2004-09-28  Simon Josefsson  <jas@extundo.com>
15162
15163         * hashcash.el (hashcash-generate-payment): Revert.
15164
15165 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15166
15167         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15168         gnus-extract-references instead of gnus-split-references.
15169
15170         * gnus-util.el (gnus-extract-references): Add new function, analogous
15171         to gnus-split-references but extracts only the message-ID without
15172         anything extra.
15173
15174         * hashcash.el (hashcash-generate-payment)
15175         (hashcash-check-payment): Do the right thing if hashcash-path is
15176         nil (because the hashcash program could not be found).
15177
15178         * spam.el (spam-use-hashcash): Remove comment.
15179
15180 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15181
15182         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15183         (gnus-cache-enter-article, gnus-cache-remove-article)
15184         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15185
15186         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15187
15188         * gnus-art.el (article-hide-boring-headers)
15189         (article-translate-strings, article-display-face)
15190         (gnus-article-mime-match-handle-first)
15191         (gnus-article-highlight-headers)
15192         (gnus-article-add-buttons-to-head): do.
15193
15194 2004-09-27  Simon Josefsson  <jas@extundo.com>
15195
15196         * hashcash.el: New version, from
15197         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15198         ../contrib/.
15199
15200 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15203
15204 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15205
15206         * gnus-dup.el (gnus-dup-open): Use mapc.
15207         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15208
15209         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15210         Reported by Stefan Wiens <s.wi@gmx.net>.
15211
15212         * gnus.el (gnus-shutdown): Use dolist.
15213
15214         * gnus-undo.el (gnus-undo): Use mapc.
15215
15216         * nnrss.el (nnrss-generate-active): do.
15217
15218         * message.el (message-cite-original-without-signature)
15219         (message-cite-original): Use mapc.
15220         (message-do-actions, message-make-forward-subject): Use dolist.
15221
15222 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15223
15224         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15225         deletion to remove entire duplicate line.  Fixes merged article
15226         number bug.
15227
15228 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15229
15230         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15231         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15232         first ask if you want to open a server and then, even when you
15233         responded with no, asking if you want to synchronize the server's
15234         flags.
15235         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15236         multi-line expressions.
15237         (gnus-agent-synchronize-group-flags): New internal function.
15238         Updates marks in memory (in the info structure) AND in the
15239         backend.
15240
15241         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15242
15243         * nnagent.el (nnagent-request-set-mark): Use
15244         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15245         method, to ensure that synchronization updates marks in the
15246         backend and in the info (in memory) structure.
15247
15248 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15249
15250         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15251         convention fully; don't miss the root article of a thread; make
15252         the X-Draft-From header with correct article numbers.
15253
15254 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15255
15256         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15257         unless plugged.  Disable the agent so that an open failure causes
15258         an error.
15259
15260         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15261         Reverted 2004-09-21 change.  The backend must be opened while
15262         synchronizing flags even when the backend stores the flags
15263         locally.
15264
15265 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15266
15267         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15268         in `header' match.  Reported by Svend Tollak Munkejord.
15269
15270         * message.el (message-cite-original): Fix use of
15271         `message-cite-articles-with-x-no-archive'.
15272
15273 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15276         (gnus-window-to-buffer): Ditto.
15277
15278         * mml.el (mml-preview-buffer): New variable.
15279         (mml-preview): Manage window layout with gnus-buffer-configuration.
15280
15281         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15282         X-Draft-From header even if those articles aren't quoted.
15283
15284 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15285
15286         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15287         (gnus-request-set-mark, gnus-request-update-mark): Use new
15288         g-s-t-u-l-m to decide to use backend even when unplugged.
15289
15290 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15291
15292         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15293         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15294
15295 2004-09-20  Simon Josefsson  <jas@extundo.com>
15296
15297         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15298         "utf-16-le".
15299
15300 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15301
15302         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15303
15304 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15305
15306         * uudecode.el (uudecode-use-external): Add :version.
15307
15308         * smime.el (smime-CA-file, smime-encrypt-cipher)
15309         (smime-dns-server): Add :version.
15310
15311         * smiley.el (gnus-smiley-file-types): Add :version.
15312
15313         * sha1.el (sha1-use-external): Add :version.
15314
15315         * pgg-def.el (pgg-query-keyserver): Add :version.
15316
15317         * nnmail.el (nnmail-fancy-expiry-targets)
15318         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15319         Add :version.
15320
15321         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15322         (nnimap-retrieve-groups-asynchronous): Add :version.
15323         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15324
15325         * mml.el (mml-content-disposition-parameters)
15326         (mml-insert-mime-headers-always): Add :version.
15327
15328         * mm-util.el (mm-coding-system-priorities): Add :version.
15329
15330         * mm-decode.el (mm-inline-text-html-with-images)
15331         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15332         (mm-verify-option): Add :version.
15333         (mm-text-html-renderer): Change :version.
15334
15335         * message.el (message-fcc-externalize-attachments)
15336         (message-required-headers, message-draft-headers)
15337         (message-subject-trailing-was-query)
15338         (message-subject-trailing-was-ask-regexp)
15339         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15340         (message-mark-insert-end, message-archive-header)
15341         (message-archive-note, message-cross-post-default)
15342         (message-cross-post-note, message-followup-to-note)
15343         (message-cross-post-note-function, message-use-mail-followup-to)
15344         (message-subscribed-address-functions)
15345         (message-subscribed-address-file, message-subscribed-addresses)
15346         (message-subscribed-regexps, message-allow-no-recipients)
15347         (message-yank-cited-prefix, message-signature-insert-empty-line)
15348         (message-hidden-headers, message-hierarchical-addresses)
15349         (message-mail-user-agent, message-use-idna)
15350         (message-valid-fqdn-regexp)
15351         (message-strip-special-text-properties, message-header-synonyms)
15352         (message-beginning-of-line, message-tab-body-function): Add :version.
15353         (message-insert-canlock, message-wide-reply-confirm-recipients):
15354         Change :version.
15355
15356         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15357         and :version.
15358         (mail-source-delete-old-incoming-confirm)
15359         (mail-source-movemail-program): Add :version.
15360
15361         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15362         (gnus-agent-cache, gnus-agent): Change :version.
15363
15364         * gnus-util.el (gnus-use-byte-compile): Change :version.
15365
15366         * gnus-sum.el (gnus-summary-make-false-root-always)
15367         (gnus-summary-default-high-score)
15368         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15369         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15370         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15371         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15372         (gnus-sum-thread-tree-single-indent)
15373         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15374         (gnus-sum-thread-tree-leaf-with-other)
15375         (gnus-sum-thread-tree-single-leaf): Add :version.
15376         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15377         (gnus-article-loose-mime): Change :version.
15378
15379         * gnus-start.el (gnus-backup-startup-file)
15380         (gnus-save-startup-file-via-temp-buffer): Add :version.
15381
15382         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15383         (gnus-server-offline-face): Add :version.
15384
15385         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15386
15387         * gnus-msg.el (gnus-gcc-externalize-attachments)
15388         (gnus-debug-files, gnus-debug-exclude-variables)
15389         (gnus-discouraged-post-methods): Change :version.
15390         (gnus-confirm-mail-reply-to-news)
15391         (gnus-confirm-treat-mail-like-news): Add :version.
15392
15393         * gnus-int.el (gnus-server-unopen-status): Add :version.
15394
15395         * gnus-group.el (gnus-group-jump-to-group-prompt)
15396         (gnus-large-ephemeral-newsgroup)
15397         (gnus-fetch-old-ephemeral-headers): Add :version.
15398
15399         * gnus-fun.el (gnus-x-face-directory)
15400         (gnus-convert-pbm-to-x-face-command)
15401         (gnus-convert-image-to-x-face-command)
15402         (gnus-convert-image-to-face-command): Add :version.
15403
15404         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15405
15406         * gnus-cite.el (gnus-cite-blank-line-after-header)
15407         (gnus-article-boring-faces): Add :version.
15408
15409         * gnus-art.el (gnus-buttonized-mime-types)
15410         (gnus-inhibit-mime-unbuttonizing)
15411         (gnus-treat-display-face)
15412         (gnus-treat-body-boundary): Change :version.
15413         (gnus-body-boundary-delimiter, gnus-picon-databases)
15414         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15415         (gnus-treat-date-english, gnus-treat-fold-headers)
15416         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15417         (gnus-treat-mail-picon, gnus-treat-wash-html)
15418         (gnus-article-encrypt-protocol)
15419         (gnus-use-idna, gnus-article-over-scroll)
15420         (gnus-mime-display-multipart-alternative-as-mixed)
15421         (gnus-mime-display-multipart-related-as-mixed)
15422         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15423         (gnus-ctan-url, gnus-button-ctan-handler)
15424         (gnus-button-handle-ctan-bogus-regexp)
15425         (gnus-button-ctan-directory-regexp)
15426         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15427         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15428         (gnus-button-man-level, gnus-button-emacs-level)
15429         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15430
15431         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15432         (gnus-agent-go-online): Change :version.
15433         (gnus-agent-expire-unagentized-dirs)
15434         (gnus-agent-auto-agentize-methods): Add :version.
15435
15436         * flow-fill.el (fill-flowed-display-column)
15437         (fill-flowed-encode-column): Add :version.
15438
15439         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15440         (gnus-outlook-deuglify-unwrap-max)
15441         (gnus-outlook-deuglify-cite-marks)
15442         (gnus-outlook-deuglify-unwrap-stop-chars)
15443         (gnus-outlook-deuglify-no-wrap-chars)
15444         (gnus-outlook-deuglify-attrib-cut-regexp)
15445         (gnus-outlook-deuglify-attrib-verb-regexp)
15446         (gnus-outlook-deuglify-attrib-end-regexp)
15447         (gnus-outlook-display-hook): Add :version.
15448
15449         * binhex.el (binhex-use-external): Add :version.
15450
15451 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15452
15453         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15454         and `invisible'.
15455
15456 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15457
15458         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15459         in gnus-registry-trim.
15460
15461 2004-09-13  Simon Josefsson  <jas@extundo.com>
15462
15463         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15464
15465         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15466
15467         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15468         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15469         <yamaoka@jpl.org>.
15470         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15471         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15472         <yamaoka@jpl.org>.
15473
15474         * sieve.el (sieve-manage-mode): Ditto.
15475
15476 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15477
15478         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15479
15480 2004-09-11  Simon Josefsson  <jas@extundo.com>
15481
15482         * dns-mode.el: Add.
15483
15484         * mm-view.el (mm-display-dns-inline): Add.
15485
15486         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15487         (mm-automatic-display): Ditto.
15488
15489         * mailcap.el (mailcap-mime-data): Add text/dns.
15490         (mailcap-mime-extensions): Map .soa to text/dns.
15491
15492 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15493
15494         * gnus-art.el (article-decode-mime-words, article-babel)
15495         (gnus-article-highlight-signature, gnus-article-add-buttons)
15496         (gnus-signature-toggle): Remove unnecessary bindings of
15497         `inhibit-read-only' inherited from v5.10 merge.
15498
15499 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15500
15501         * nntp.el (nntp): New customization group.
15502         (nntp-authinfo-file): Add customization group.
15503
15504         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15505
15506         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15507
15508         * gnus.el (to-address, to-list, subscribed)
15509         (large-newsgroup-initial): Ditto.
15510
15511         * flow-fill.el (fill-flowed-display-column)
15512         (fill-flowed-encode-column): Ditto.
15513
15514 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15515
15516         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15517         Use point-min rather than 1.
15518         (message-send-mail): Use buffer-size rather than point-max.
15519
15520         * gnus-sum.el (gnus-summary-search-article-forward):
15521         Signal a specific `search-failed' rather than a generic `error'.
15522
15523         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15524         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15525         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15526
15527 2004-09-10  Simon Josefsson  <jas@extundo.com>
15528
15529         * nndb.el (require): Remove tcp and duplicate cl.
15530
15531 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15532
15533         * gnus-agent.el (directory-files-and-attributes): Move forward.
15534
15535 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15536
15537         * gnus-agent.el (directory-files-and-attributes): Optionally
15538         defined to support XEmacs.
15539
15540 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15541
15542         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15543         to avoid run-time CL dependencies.
15544         (gnus-agent-unfetch-articles): New function.
15545         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15546         article numbers even when local .overview file is missing.
15547         (gnus-agent-read-article-number): New function.  Only accepts
15548         27-bit article numbers.
15549         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15550         gnus-agent-read-article-number.
15551         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15552         from backend while recognizing that article numbers in .overview
15553         must be valid.
15554         (gnus-agent-update-files-total-fetched-for): Use
15555         directory-files-and-attributes to improve performance.
15556         * gnus-int.el (gnus-request-move-article): Use
15557         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15558         improve performance.
15559
15560         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15561         some users confused by references to .newsrc when they only have a
15562         .newsrc.eld file.
15563         (gnus-convert-mark-converter-prompt)
15564         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15565         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15566         New function.  Used internally to only display 'gnus converting
15567         files' message when actually necessary.
15568
15569         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15570         methods now autoloaded.
15571
15572 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15575         identifiers.
15576
15577 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15578
15579         * gnus-picon.el: Fix indentation and closing parenthesis.
15580
15581 2004-09-01  Simon Josefsson  <jas@extundo.com>
15582
15583         * message.el (message-canlock-generate): Require sha1, not
15584         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15585         to require within a function.  Sadly, if sha1.el isn't loaded, the
15586         let binding in m-c-g will hide the defcustom definition, which is
15587         bad.)
15588
15589         * canlock.el: Require sha1, not sha1-el.
15590
15591         * message.el: Don't autoload sha1 (there is a autoload cookie in
15592         sha1.el).
15593
15594         * sha1-el.el: Renamed to sha1.el.
15595
15596 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15597
15598         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15599
15600 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15601
15602         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15603
15604 2004-08-30  Kim F. Storm  <storm@cua.dk>
15605
15606         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15607
15608         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15609         Add :group 'nnimap.
15610
15611 2004-08-30  Andreas Schwab  <schwab@suse.de>
15612
15613         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15614         ?* and ?\;.
15615
15616         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15617         and ?\' to symbol instead of whitespace.
15618
15619 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15620
15621         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15622
15623         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15624         instead of re-search-forward.
15625
15626         * gnus-uu.el (gnus-uu-save-article): Ditto.
15627         (gnus-uu-post-encode-uuencode): Ditto.
15628
15629         * html2text.el (html2text-clean-list-items): Ditto.
15630         (html2text-clean-dtdd): Ditto.
15631         (html2text-format-tags): Ditto.
15632
15633         * message.el (message-send-mail-with-sendmail): Fix regexp.
15634         (message-fill-field-general): Use search-forward instead of
15635         re-search-forward.
15636         (unbold-region): Ditto.
15637
15638         * nnrss.el (nnrss-request-article): Ditto.
15639
15640         * nnslashdot.el (nnslashdot-request-article): Ditto.
15641
15642         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15643
15644         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15645         "Unrecognized menu descriptor" error in XEmacs.
15646
15647 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15648
15649         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15650         parent article of a sparse article in the thread hashtb.
15651
15652 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15653
15654         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15655         (nnmail-expand-newtext): Lowercase expanded entries if
15656         nnmail-split-lowercase-expanded is non-nil.
15657
15658 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15661
15662         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15663         of gnus-tmp-news-method into string under XEmacs.  It will be
15664         passed to gnus-correct-length which takes only a string argument.
15665
15666 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * gnus-util.el (gnus-bind-print-variables): New macro.
15669         (gnus-prin1): Use it.
15670         (gnus-prin1-to-string): Use it.
15671         (gnus-pp): New function.
15672         (gnus-pp-to-string): New function.
15673
15674         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15675         Replace pp-to-string with gnus-pp-to-string.
15676         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15677         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15678         * gnus-msg.el (gnus-debug): Ditto.
15679         * gnus-score.el (gnus-score-save): Ditto.
15680         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15681         gnus-pp-to-string.
15682         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15683         with gnus-pp.
15684         * score-mode.el (gnus-score-pretty-print): Ditto.
15685         * webmail.el (webmail-debug): Ditto.
15686
15687 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15688
15689         * gnus-art.el (article-display-face, article-display-x-face):
15690         Use buffer-read-only.
15691
15692 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15693
15694         * gnus-art.el (article-hide-list-identifiers):
15695         Bind inhibit-read-only as t.
15696
15697 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15698
15699         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15700
15701 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15702
15703         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15704         (gnus-narrow-to-page): Don't assume point-min == 1.
15705         (gnus-article-edit-mode): Derive from message-mode.
15706
15707         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15708         point-min == 1.
15709
15710         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15711         Disable incorrect use of `assert'.
15712
15713         * message.el (message-mode): Set comment-start-skip.
15714
15715
15716 2004-08-22  Sam Steingold  <sds@gnu.org>
15717
15718         * pop3.el (pop3-leave-mail-on-server): New user variable.
15719         (pop3-movemail): Delete mail only when it is nil.
15720
15721 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15722
15723         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15724
15725         * mml.el (mml-preview): Use `pop-to-buffer'.
15726
15727         * message.el (message-goto-mail-followup-to): Insert after "To".
15728         (message-carefully-insert-headers): Add comment.
15729
15730         * gnus.el: Remove unused variable `gnus-article-check-size'.
15731
15732         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15733
15734         * gnus-art.el (gnus-button-alist): Improve
15735         `gnus-button-handle-library' entry.
15736
15737 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15738
15739         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15740         downcase, since XEmacs capitalizes error messages differently.
15741
15742 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15743
15744         * nntp.el: Add (require 'gnus) due to reference to
15745         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15746
15747 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15748
15749         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15750         `mm-fill-flowed'.
15751
15752         * mm-decode.el (mm-dissect-singlepart): Check it.
15753
15754 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15755
15756         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15757         'imap' for netrc parsing.
15758
15759 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15760
15761         * mailcap.el (mailcap-mime-data): Mark as risky.
15762
15763 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15764
15765         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15766         may be included in the encoded word.
15767         (rfc2047-encode): Don't append a space if the encoded word
15768         includes close parenthesis.
15769
15770 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15771
15772         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15773         of text within parentheses.
15774
15775 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15776
15777         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15778         (gnus-encrypt-write-file-contents): Make the password key the file
15779         name PLUS the cipher, not just the cipher.  Also remove failed
15780         passwords from the cache.
15781
15782 2004-08-06  Simon Josefsson  <jas@extundo.com>
15783
15784         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15785         fix.
15786
15787 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15788
15789         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15790         LWSP.
15791
15792 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15793
15794         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15795         to append in-reply-to: data to the references: header.
15796
15797         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15798         (netrc-parse): Use gnus-encrypt.el functions.
15799
15800         * gnus-encrypt.el: Add new file for encryption support; currently
15801         does only a few GPG ciphers and an internal XOR cipher.
15802
15803         * password.el: Add comments on using password-read-and-add.
15804         (password-read-and-add): Add function to read and add the
15805         password to the cache at once.
15806
15807 2004-07-28  Simon Josefsson  <jas@extundo.com>
15808
15809         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15810         parameter (but don't use it, for now).
15811
15812         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15813         instead of hard coding to nil.
15814
15815 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15816
15817         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15818         as mm-inline-image-xemacs does.
15819
15820 2004-07-26  Simon Josefsson  <jas@extundo.com>
15821
15822         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15823         Revert part of 2004-07-17 change below.
15824
15825 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15826
15827         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15828         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15829
15830 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15831
15832         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15833         quotes that actually start with ">" at the beginning of the
15834         lines.
15835
15836 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15837
15838         * rfc2047.el (rfc2047-encode-region): Fix last change.
15839         (rfc2047-encode-parameter): Remove useless concat.
15840
15841 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15844         encode special characters; fix some kind of misconfigured headers;
15845         signal a real error if debug-on-quit or debug-on-error is non-nil.
15846         (rfc2047-encode-max-chars): New variable.
15847         (rfc2047-encode-1): Use it.
15848         (rfc2047-encode-parameter): New function.
15849
15850         * mml.el (mml-insert-parameter): Remove an excessive space.
15851
15852 2004-07-17  Simon Josefsson  <jas@extundo.com>
15853
15854         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15855         Kai Grossjohann <kai@emptydomain.de>.
15856         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15857         (gnus-group-make-menu-bar): Ditto.
15858
15859         * gnus-util.el (gnus-group-server): Add.
15860
15861 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15862
15863         * message.el (message-clone-locals): Clone sendmail and smtp
15864         variables.
15865
15866 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15867
15868         * rfc2047.el (rfc2047-encode-region): Fix last change.
15869
15870 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15871
15872         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15873         characters as non-special.
15874
15875 2004-07-09  Simon Josefsson  <jas@extundo.com>
15876
15877         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15878         Users will lose all flag changes made while unplugged with
15879         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15880         good default.  See numerous reports on ding mailing list.
15881
15882 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15883
15884         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15885         add generate-head-function and generate-article-function to the
15886         rfc822-forward entry.
15887         (nndoc-rfc822-forward-generate-article): New function.
15888         (nndoc-rfc822-forward-generate-head): New function.
15889
15890         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15891
15892 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15893
15894         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15895         respect display group parameter and gnus-summary-expunge-below.
15896         (gnus-articles-to-read): Remove unused reference to display group
15897         parameter.
15898
15899 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15900
15901         * nnheader.el (nnheader-uniquify-message-id): New experimental
15902         variable.
15903         (nnheader-nov-read-message-id): Use it.
15904
15905         * spam-report.el (spam-report-gmane): Add interactive.
15906
15907 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15908
15909         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15910         qp-or-base64 for the application/* types.
15911
15912 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15913
15914         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15915
15916 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15917
15918         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15919         trim value.
15920
15921 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15922
15923         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15924         New macro and function.
15925         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15926
15927 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15928
15929         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15930         after-load-alist.
15931
15932 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15933
15934         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15935         update info that isn't there.
15936
15937 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15938
15939         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15940         entry.
15941
15942 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15943
15944         * mm-view.el (mm-inline-render-with-function): Use multibyte
15945         buffer; decode html source by charset.
15946
15947         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15948
15949         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15950         Mule-UCS is loaded under XEmacs.
15951         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15952
15953 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15954
15955         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15956
15957 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15958
15959         * mm-util.el (mm-coding-system-p): Return a coding-system.
15960         (mm-mime-mule-charset-alist): Use shift_jis instead of
15961         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15962         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15963         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15964         instead of japanese-shift-jis and iso-latin-1 respectively in
15965         order to share the default value with both Emacs and XEmacs-mule.
15966         (mm-mule-charset-to-mime-charset): Make
15967         mm-coding-system-priorities effective.
15968         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15969         while predicating of candidates upon the priorities.
15970
15971 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15972
15973         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15974         gnus-uu-invert-processable.
15975
15976         * gnus.el: Autoload gnus-uu-invert-processable.
15977
15978 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15979
15980         * mm-util.el (mm-with-multibyte-buffer): New macro.
15981
15982         * rfc2047.el (rfc2047-encode-string): Use it.
15983         (rfc2047-encode-region): Move point to the end of the region after
15984         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15985
15986 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15989         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15990
15991 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15992
15993         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15994         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15995         Karl Chen <quarl@nospam.quarl.org>.
15996
15997 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15998
15999         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16000         invalid addresses.
16001
16002 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16003
16004         * spam.el: Change section markers, revise TODO list.
16005         (spam-backends): Make new master list of all installed backends.
16006         (spam-summary-exit-behavior): Add new variable to determine how
16007         messages moves are done at summary exit.
16008         (spam-move-spam-nonspam-groups-only)
16009         (spam-process-ham-in-nonham-groups)
16010         (spam-process-ham-in-spam-groups): Remove variables, the
16011         spam-summary-exit-behavior variable should be used to manage this
16012         behavior.
16013         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16014         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16015         and spam-old-spam-articles.
16016         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16017         Add empty variables, placeholders for the backends they represent.
16018         (spam-set-difference): Move, unchanged.
16019         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16020         unless the user has a processor variable.
16021         (spam-classifications, spam-classification-valid-p)
16022         (spam-backend-properties, spam-backend-property-valid-p)
16023         (spam-backend-function-type-valid-p)
16024         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16025         (spam-report-articles-gmane, spam-report-articles-resend):
16026         Remove functions, they are not needed.
16027         (spam-install-backend-super, spam-backend-list)
16028         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16029         (spam-backend-function, spam-backend-ham-registration-function)
16030         (spam-backend-spam-registration-function)
16031         (spam-backend-ham-unregistration-function)
16032         (spam-backend-spam-unregistration-function)
16033         (spam-backend-statistical-p, spam-backend-mover-p)
16034         (spam-install-backend-alias, spam-install-checkonly-backend)
16035         (spam-install-mover-backend, spam-install-nocheck-backend)
16036         (spam-install-backend, spam-install-statistical-backend)
16037         (spam-install-statistical-checkonly-backend): Add backend installation
16038         support.
16039         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16040         (spam-group-processor-p): Use the new backend code and respect the
16041         summary exit behavior.
16042         (spam-mark-spam-as-expired-and-move-routine): Remove.
16043         (spam-summary-prepare): Change to use the new spam-old-articles
16044         variable.
16045         (spam-copy-or-move-routine, spam-copy-spam-routine)
16046         (spam-move-spam-routine, spam-copy-ham-routine)
16047         (spam-move-ham-routine): Add code to copy/move ham or spam.
16048         (spam-fetch-field-fast): Improve doc and code, plus allow the
16049         'number request.
16050         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16051         variables.
16052         (spam-split, spam-find-spam): Use the new backend code.
16053         (spam-registration-functions): Remove variable.
16054         (spam-unregister-routine): Add convenience wrapper.
16055         (spam-log-undo-registration, spam-register-routine)
16056         (spam-log-processing-to-registry)
16057         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16058         where possible.
16059         (spam-check-gmane-xref, spam-check-regex-headers)
16060         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16061         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16062         (spam-check-bogofilter-headers, spam-check-spamoracle)
16063         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16064         (spam-check-crm114-headers): Use the spam-split-group that
16065         spam-split prepares, no need to determine it every time.
16066
16067         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16068         to the nnheader-parse-naked-head call.
16069
16070         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16071
16072         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16073         the nnheader-nov-read-message-id call.
16074
16075 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16076
16077         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16078         gnus-activate-group twice.  Suggested by Markus Peter
16079         <warp@spin.de>.
16080
16081 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16082
16083         * gnus-art.el (gnus-article-time-format): Exchange the order of
16084         day and month in the default value; fix customization type.
16085         (article-date-ut): Use add-text-properties.
16086         (article-make-date-line): Use message-make-date instead of
16087         current-time-string.
16088
16089         * message.el (message-fetch-field): Don't use set-text-properties.
16090         (message-make-date): Simplify.
16091
16092         * messagexmas.el (message-xmas-make-date): New function.
16093         (message-xmas-redefine): Defalias message-make-date to it.
16094
16095 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16096
16097         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16098         (rfc2047-encode-region): Treat text within parentheses as special;
16099         show the original text when error has occurred.
16100
16101         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16102         already-computed method to gnus-activate-group.
16103
16104         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16105         same select-methods identical Lisp objects.
16106
16107         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16108         object when modifying the info.
16109
16110 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16111
16112         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16113         gnus-opened-servers since it has never been opened with the new
16114         configuration yet.
16115
16116 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16117
16118         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16119         arg to nnheader-generate-fake-message-id.
16120
16121 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16122
16123         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16124         number and build a fake message ID localized to a group and
16125         article number (so it's repeatable from that point on).
16126         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16127         ID format.
16128
16129         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16130         nnheader-generate-fake-message-id with the article number.
16131
16132 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16133
16134         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16135         end-of-buffer.
16136
16137 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16138
16139         * message.el (message-ignored-supersedes-headers): Add Approved.
16140
16141 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16142
16143         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16144         goto-char.
16145         (rfc2047-encode): Fold the line before encoding.
16146
16147 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16148
16149         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16150         folding -- not all headers can be folded, and this should be done
16151         by the message composition mode.  Probably.  I think.
16152
16153 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16154
16155         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16156         fast.
16157
16158         * gnus-ems.el (gnus-remove-image): Don't use
16159         message-text-with-property; remove only the image found first.
16160
16161         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16162         found first.
16163
16164 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16165
16166         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16167
16168 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16169
16170         * message.el (message-text-with-property): Make it fast and accept
16171         optional arguments.
16172         (message-strip-forbidden-properties): Use it.
16173         (message-fix-before-sending): Follow the m-t-w-p change.
16174
16175         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16176
16177 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16178
16179         * gnus-art.el (article-hide-headers): Don't change the buffer
16180         mistakenly when performing mml-preview even if
16181         gnus-single-article-buffer is nil.
16182
16183 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16184
16185         * message.el (message-expand-name-databases): New user option.
16186         (message-expand-name): Use it.
16187
16188 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16189
16190         * spam.el (spam-report-articles-resend)
16191         (spam-report-resend-register-routine): Allow ham reporting.
16192         (spam-report-resend-register-ham-routine): Add wrapper.
16193         (spam-registration-functions): Add ham resending functions.
16194         (spam-list-of-processors): Add ham resend processor.
16195
16196         * gnus.el (ham-resend-to): Add new group parameter.
16197         (spam-process): Add ham resend option.
16198
16199         * spam-report.el (spam-report-resend): Allow reporting ham.
16200         (spam-report-resend-ham): Add wrapper.
16201
16202 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16203
16204         * message.el (message-cite-articles-with-x-no-archive): New
16205         variable.
16206         (message-cite-original): Use it.
16207
16208 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16209
16210         * message.el (message-cite-original): Respect X-No-Archive.
16211
16212 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16213
16214         * gnus-art.el (article-hide-headers): Refer to the values for
16215         gnus-ignored-headers and gnus-visible-headers in the summary
16216         buffer since a user may have set them as group parameters.
16217
16218 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16219
16220         * assistant.el (assistant-node-name): Add convenience function.
16221         (assistant-render-text, assistant-render-node): Add error handling,
16222         plus handle multiple next nodes.
16223         (assistant-find-next-node): Comment out for now.
16224         (assistant-find-next-nodes): Add function, returns list of next
16225         nodes.
16226
16227 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16228
16229         * mail-source.el (mail-source-directory): Fix doc-string.
16230
16231 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16232
16233         * assistant.el (assistant-render-text, assistant-eval): Add :set
16234         widget type, which is different because it takes and returns a
16235         list.  Much hilarity ensues.
16236
16237 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16238
16239         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16240
16241         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16242         doc-string.
16243
16244         * gnus-start.el (gnus-activate-group): Added doc-string.
16245
16246 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16247
16248         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16249
16250 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16251
16252         * assistant.el (assistant-render-text): Try to add a :set
16253         widget, more to come.
16254
16255         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16256         strings.
16257         (spam-report-articles-resend)
16258         (spam-register-routine): Do registration iff any articles warrant
16259         it.
16260         (spam-summary-prepare-exit): Change log message for nil group
16261         destinations.
16262
16263 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16264
16265         * spam.el (spam-report-resend-register-routine): Allow
16266         spam-report-resend-to to be a group parameter or a global value.
16267
16268 2004-05-26  Simon Josefsson  <jas@extundo.com>
16269
16270         * starttls.el: Merge with my GNUTLS based starttls.el.
16271         (starttls-gnutls-program, starttls-use-gnutls)
16272         (starttls-extra-arguments, starttls-process-connection-type)
16273         (starttls-connect, starttls-failure, starttls-success): New
16274         variables.
16275         (starttls-program, starttls-extra-args): Doc fix.
16276         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16277         functions.
16278         (starttls-negotiate, starttls-open-stream): Check
16279         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16280         function if it is set.
16281
16282 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16283
16284         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16285         structured fields.
16286
16287 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16288
16289         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16290
16291 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16292
16293         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16294         variable.
16295         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16296         assigning the spam-mark to new messages.
16297
16298 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16299
16300         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16301
16302 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16303
16304         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16305
16306         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16307         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16308         default.
16309
16310 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16311
16312         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16313         correct data.
16314
16315 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16316
16317         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16318         (spam-group-processor-p): Fix function.
16319         (spam-group-processor-multiple-p)
16320         (spam-group-spam-processor-report-gmane-p)
16321         (spam-group-spam-processor-report-resend-p)
16322         (spam-group-spam-processor-bogofilter-p)
16323         (spam-group-spam-processor-blacklist-p)
16324         (spam-group-spam-processor-ifile-p)
16325         (spam-group-ham-processor-ifile-p)
16326         (spam-group-spam-processor-spamoracle-p)
16327         (spam-group-spam-processor-crm114-p)
16328         (spam-group-ham-processor-bogofilter-p)
16329         (spam-group-spam-processor-stat-p)
16330         (spam-group-ham-processor-stat-p)
16331         (spam-group-ham-processor-whitelist-p)
16332         (spam-group-ham-processor-BBDB-p)
16333         (spam-group-ham-processor-spamoracle-p)
16334         (spam-group-ham-processor-copy-p): Remove functions with some
16335         prejudice against unneeded code.
16336         (spam-report-articles-resend)
16337         (spam-report-resend-register-routine): Allow the group/topic
16338         spam-resend-to value to override spam-report-resend-to.
16339         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16340         properly now.
16341
16342         * gnus.el (spam-resend-to): Add group/topic parameter.
16343         (spam-process): Move the OBSOLETE processors to the end of the
16344         choices.
16345
16346 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16347
16348         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16349         with resend-to set to nil, and then ask the user if necessary.
16350         (spam-report-resend): spam-report-resend takes a list of articles, not
16351         separate article numbers.
16352
16353 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16354
16355         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16356         addition to emacs-w3m.
16357
16358 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16359
16360         * assistant.el (assistant-authinfo-data): New function.
16361         (assistant-eval): Eval for entire assistant.
16362
16363         * netrc.el (netrc-services-file): New variable.
16364         (netrc-parse-services): New function.
16365         (netrc-find-service-name): New function.
16366         (netrc-find-service-number): New function.
16367         (netrc-port-equal): New function.
16368         (netrc-machine): Use it.
16369
16370         * nnimap.el (nnimap-open-connection): Use netrc.
16371
16372         * gnus-util.el (gnus-netrc-get): Remove aliases.
16373
16374         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16375
16376         * assistant.el (wid-edit): Fix compilation.
16377
16378         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16379
16380 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16381
16382         * gnus-util.el (gnus-set-file-modes): New function.  (small
16383         patch).
16384
16385 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16386
16387         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16388
16389         * assistant.el (assistant-render-node): Fix up rendering and
16390         read-only text.
16391         (assistant-render-node): Reset.
16392         (assistant-make-read-only): Not sticky.
16393
16394 2004-05-20  Danny Siu  <dsiu@adobe.com>
16395
16396         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16397         centered even when gnus-auto-center-summary is t.
16398
16399 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16400
16401         * dns.el (dns-get-txt-answer): New function.
16402         (dns-read-txt): Ditto.
16403         (query-dns): Use it.
16404
16405 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16406
16407         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16408         active for foreign groups even if the group level is higher than
16409         the specified value.
16410
16411 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16412
16413         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16414         non-active groups.
16415
16416         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16417
16418 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16419
16420         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16421
16422 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16423
16424         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16425         (spam-crm114-header, spam-crm114-spam-switch)
16426         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16427         (spam-crm114-positive-spam-header)
16428         (spam-crm114-database-directory, spam-list-of-processors)
16429         (spam-group-spam-processor-crm114-p)
16430         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16431         (spam-generic-score, spam-list-of-checks)
16432         (spam-list-of-statistical-checks, spam-registration-functions)
16433         (spam-check-crm114-headers, spam-crm114-score)
16434         (spam-check-crm114, spam-crm114-register-with-crm114)
16435         (spam-crm114-register-spam-routine)
16436         (spam-crm114-unregister-spam-routine)
16437         (spam-crm114-register-ham-routine)
16438         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16439         asjo@koldfront.dk (Adam Sjøgren).
16440
16441         * gnus.el: Add spam-use-crm114.
16442
16443         * spam.el (spam-list-of-processors, spam-registration-functions):
16444         Add spam-use-resend.
16445         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16446         (spam-report-articles-gmane): Add doc fix.
16447         (spam-report-articles-resend, spam-report-resend-register-routine):
16448         Add wrappers around spam-report-resend-to.
16449
16450         * spam-report.el (spam-report-resend-to, spam-report-resend):
16451         Add support for resending spam.
16452         (spam-report-gmane): Fix line length >80.
16453
16454         * gnus.el (spam-process): Add spam-use-resend.
16455
16456 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16457
16458         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16459         number of processed spam messages.
16460         (spam-ham-copy-or-move-routine): Return the number of processed
16461         ham messages.
16462         (spam-summary-prepare-exit): Use the above values to decide
16463         whether status messages shouled be displayed.
16464
16465 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16466
16467         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16468         `rfc2047-encoding-function-alist' in order to avoid conflicting
16469         with the old version.
16470         (rfc2047-encode-region): Concatenate words containing non-ASCII
16471         characters in structured fields; don't encode space-delimited
16472         ASCII words even in unstructured fields; don't break words at
16473         char-category boundaries.
16474         (rfc2047-encode-1): New function.
16475         (rfc2047-encode): Use it; encode text so that it occupies the
16476         maximum width within 76-column; work correctly on Q encoding for
16477         iso-2022-* charsets.
16478         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16479         sure not to break a line just after the header name.
16480         (rfc2047-b-encode-region): Removed.
16481         (rfc2047-b-encode-string): New function.
16482         (rfc2047-q-encode-region): Removed.
16483         (rfc2047-q-encode-string): New function.
16484
16485         * mm-util.el (mm-replace-in-string): New function.
16486
16487 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16488
16489         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16490         get it right.
16491         (gnus-inews-make-draft): Really.
16492
16493 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16494
16495         * nnmh.el (nnmh-request-list-1): Don't check the link count
16496         before descending.  (small patch)
16497
16498 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16499
16500         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16501         stuff.
16502
16503         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16504         on real group name.
16505
16506         * gnus-art.el (gnus-signature-limit): Doc fix.
16507
16508         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16509
16510         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16511
16512 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16513
16514         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16515         isn't a string.
16516
16517 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16518
16519         * gnus-draft.el (gnus-draft-send): Bind
16520         rfc2047-encode-encoded-words.
16521
16522         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16523         (rfc2047-encodable-p): Say that =? needs encoding.
16524         (rfc2047-encode-encoded-words): New variable.
16525
16526         * gnus-group.el (gnus-group-select-group): Doc fix.
16527
16528         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16529
16530         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16531         to nil.
16532
16533         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16534
16535         * nnheader.el (nnheader-get-lines-and-char): New function.
16536
16537 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16538
16539         * gnus-msg.el (gnus-summary-followup-with-original): Document
16540         yanking of region when active.
16541
16542 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16543
16544         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16545         groups if the group level is higher than the specified value.
16546
16547 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16548
16549         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16550         (gnus-group-jump-to-group): Added prefix argument using
16551         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16552         non-active group.
16553
16554         * compface.el (uncompface): Be verbose when changing
16555         `uncompface-use-external'.
16556
16557         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16558         handle manual section.
16559
16560 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16561
16562         * gnus-art.el (gnus-button-alist): Revert previous change.
16563
16564 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16565
16566         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16567
16568 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16569
16570         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16571         whether backend can accept message.
16572
16573         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16574
16575 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16576
16577         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16578         Avoid creating directory when nntp-marks-is-evil is true.
16579         Reported by Reiner Steib.
16580
16581 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16582
16583         * gnus-picon.el (gnus-picon-style): New variable.
16584         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16585         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16586         Jesper Harder <harder@ifa.au.dk>.
16587
16588 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16589
16590         * message.el (message-fill-field): Return point.
16591         (message-generate-headers): Go to end of field.
16592
16593         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16594         stuff for non-living groups.
16595
16596 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16597
16598         * gnus-art.el (gnus-article-followup-with-original)
16599         (gnus-article-reply-with-original): gnus-mark-active-p ->
16600         gnus-region-active-p.
16601
16602 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16603
16604         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16605         only when there is spam or ham to be processed.
16606
16607 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16608
16609         * mail-source.el (mail-source-delete-crash-box): Refactor.
16610         (mail-source-fetch): Use it.
16611         (mail-source-fetch-file): Ditto.
16612         (mail-source-fetch-directory): Run postscript in loop.
16613         (mail-source-fetch-pop): Delete.
16614         (mail-source-fetch-maildir): Ditto.
16615         (mail-source-fetch-imap): Ditto.
16616
16617         * imap.el (imap-authenticators): Comment out sasl.
16618
16619         * message.el (message-skip-to-next-address): New function.
16620         (message-fill-header-address): Refactor.
16621         (message-fill-address): Use it.
16622         (message-delete-address): Use it.
16623         (message-fill-header-general): Refactor.
16624         (message-fill-field-address): Rename.
16625         (message-narrow-to-field): Find the start of the header.
16626         (message-header-format-alist): Don't pre-fill.
16627         (message-fill-header): Removed.
16628         (message-insert-header): New function.
16629         (message-shorten-references): Use it.
16630
16631         * rfc2047.el (rfc2047-field-value): Strip props.
16632
16633         * mail-parse.el (mail-header-make-address): New alias.
16634
16635         * ietf-drums.el (ietf-drums-make-address): New function.
16636
16637         * imap.el: Add compiler directives.
16638
16639         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16640
16641         * gnus-art.el (article-decode-idna-rhs): Don't use
16642         message-idna-inside-rhs-p.
16643
16644 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16645
16646         * message.el (message-idna-inside-rhs-p): Removed.
16647         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16648
16649         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16650         false positives.
16651
16652 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16653
16654         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16655
16656 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16657
16658         * nneething.el (nneething-file-name): Don't create spurious
16659         files.
16660
16661         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16662         (gnus-inews-do-gcc): Remove sleep.
16663
16664         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16665         part under point.
16666
16667         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16668         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16669
16670 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16671
16672         * spam.el (spam-summary-prepare-exit): Fixed (length).
16673
16674 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16675
16676         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16677         as expired without moving it" message when there are spam
16678         messages left.
16679
16680 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16681
16682         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16683         header is not nil.
16684
16685 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16686
16687         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16688         nntp-possibly-create-directory, not nntp-possibly-change-group.
16689         (nntp-marks-changed-p): New arg SERVER.
16690         (nntp-request-update-info): Adjust caller.
16691
16692 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16693
16694         * nntp.el (nntp-save-marks): Pass missing arg.
16695
16696 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16697
16698         * nntp.el: Support marks.
16699         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16700         (nntp-marks-modtime, nntp-marks-directory): New variables.
16701         (nntp-request-set-mark, nntp-request-update-info)
16702         (nntp-possibly-create-directory, nntp-marks-changed-p)
16703         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16704         functions.
16705
16706 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16707
16708         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16709         (gnus-xmas-redefine): Rename.
16710
16711         * gnus-score.el (gnus-score-insert-help): Use
16712         gnus-select-lowest-window.
16713
16714         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16715         appt-select-lowest-window and rename to gnus-select-lowest-window.
16716
16717         * gnus.el: do.
16718
16719 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16720
16721         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16722         encodings of MIME-encoded words, in order to improve
16723         interoperability with several broken MUAs.
16724
16725 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16726
16727         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16728         tags, only when charsets are not specified in headers.
16729         (mm-inline-text-html-render-with-w3m): Ditto.
16730
16731         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16732         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16733
16734 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16735
16736         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16737         instead of MIME-decoded from fields when checking
16738         `gnus-article-address-banner-alist'.
16739
16740 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16741
16742         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16743         description rather than subject.
16744
16745 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16746
16747         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16748
16749 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16750
16751         * gnus.el (gnus-version-number): Bump.
16752
16753 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16754
16755         * gnus.el: No Gnus v0.2 is released.
16756
16757 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16758
16759         * gnus-agent.el (gnus-agent-read-agentview): Inline
16760         gnus-uncompress-range.
16761
16762 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16763
16764         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16765         `exec-installed-p'.
16766
16767 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16768
16769         * gnus.el (spam-process, spam-autodetect-methods): Add
16770         bsfilter and bsfilter-headers.
16771
16772         * spam.el (spam-bsfilter): New customize group.
16773         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16774         (spam-bsfilter-header, spam-bsfilter-probability-header)
16775         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16776         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16777         (spam-bsfilter-database-directory): New options.
16778         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16779         (spam-list-of-statistical-checks, spam-registration-functions):
16780         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16781         (spam-bsfilter-score): New command.
16782         (spam-check-bsfilter-headers, spam-check-bsfilter)
16783         (spam-bsfilter-register-with-bsfilter)
16784         (spam-bsfilter-register-spam-routine)
16785         (spam-bsfilter-unregister-spam-routine)
16786         (spam-bsfilter-register-ham-routine)
16787         (spam-bsfilter-unregister-ham-routine): New functions.
16788         (spam-generic-score): Support bsfilter; Accept an optional argument
16789         to recalcurate spam score even if scoring header has already been
16790         added.
16791         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16792         optional argument to recalcurate spam score even if scoring header
16793         has already been added.
16794
16795 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16796
16797         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16798         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16799         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16800         link is missing.
16801
16802 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16803
16804         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16805         (html2text-get-attr): Rewrite.
16806
16807         * message.el (message-setup-1): Remove redundant put-text-property
16808         on mail-header-separator.
16809
16810 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16811
16812         * gnus-registry.el (gnus-registry-cache-whitespace)
16813         (gnus-registry-action, gnus-registry-spool-action)
16814         (gnus-registry-split-fancy-with-parent): Change message levels
16815         from 5 to 3 or 7, as needed.
16816
16817         * spam.el (spam-summary-prepare-exit)
16818         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16819         (spam-split, spam-find-spam, spam-log-undo-registration)
16820         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16821         level from 5 to 6.
16822
16823 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16824
16825         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16826         2004-03-04 change).
16827
16828 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16829
16830         * sieve-manage.el (sieve-manage-open):
16831         * nnweb.el (nnweb-insert-html):
16832         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16833         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16834         * nnspool.el (nnspool-request-group):
16835         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16836         * nnml.el (nnml-request-update-info):
16837         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16838         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16839         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16840         (nnimap-request-set-mark):
16841         * nnfolder.el (nnfolder-request-update-info):
16842         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16843         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16844         * gnus-uu.el (gnus-uu-find-articles-matching):
16845         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16846         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16847         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16848         * gnus-nocem.el (gnus-nocem-scan-groups):
16849         * gnus-int.el (gnus-start-news-server):
16850         * gnus-group.el (gnus-group-make-kiboze-group)
16851         (gnus-group-browse-foreign-server):
16852         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16853         Use mapc when appropriate.
16854
16855 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16856
16857         FIXME: Make separate entries for each person.
16858
16859         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16860         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16861         <shields@msrl.com>:
16862
16863         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16864         may need for spam sorting and scoring.
16865         (spam-user-format-function-S): Add user format function suitable for
16866         general use.
16867         (spam-article-sort-by-spam-status): Add sorting function for summary
16868         sorting.
16869         (spam-extra-header-to-number): Add function to get a score from a
16870         header.
16871         (spam-summary-score): Add function to get a numeric score from the
16872         headers.
16873         (spam-generic-score): Fix function doc, was in wrong place.
16874         (spam-initialize): Take symbols when it's run, and install the
16875         extra headers that spam-necessary-extra-headers thinks we need.
16876
16877 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16878
16879         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16880         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16881
16882 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16883
16884         * gnus-sum.el (gnus-set-global-variables)
16885         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16886         (gnus-article-get-xrefs, gnus-summary-best-group)
16887         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16888         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16889         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16890         Use with-current-buffer.
16891
16892 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16893
16894         * spam.el (spam-summary-prepare-exit): Simplify logic.
16895         (spam-fetch-article-header): Read the article header if it's not
16896         available.
16897         (spam-list-articles): Simplify logic.
16898         (spam-filelist-register-routine): Fix bug with unregister-list.
16899
16900         * gnus-registry.el: Fix comments at beginning.
16901
16902 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16903
16904         * message.el (message-cater-to-broken-inn): Remove.
16905         (message-shorten-references): Make sure the total folded length of
16906         References is shorter than 998 characters to cater to a bug in INN
16907         2.3.  Also, don't pretend that references aren't folded -- this
16908         hasn't worked for a while.
16909
16910 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16911
16912         * gnus-agent.el (gnus-agentize):
16913         gnus-agent-send-mail-real-function no longer set to current value
16914         of message-send-mail-function but rather a lambda that calls
16915         message-send-mail-function.  The change makes the agent real-time
16916         responsive to user changes to message-send-mail-function.
16917
16918 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16919
16920         * legacy-gnus-agent.el
16921         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16922         help from Florian Weimer <fw@deneb.enyo.de>
16923
16924 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * nnmail.el (nnmail-cache-insert): Revert last change.
16927
16928 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16929
16930         * nnmail.el (nnmail-cache-insert): Always check whether
16931         nnmail-cache-ignore-groups matches a group name.
16932
16933 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16934
16935         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16936         (spam-find-spam, spam-log-processing-to-registry)
16937         (spam-log-registered-p, spam-log-unregistration-needed-p)
16938         (spam-log-undo-registration): Use gnus-message instead of
16939         gnus-error, none of these errors are fatal.
16940
16941         * gnus-registry.el (gnus-registry-clean-empty-function)
16942         (gnus-registry-clean-empty): Remove only empty entries without
16943         extra data.
16944
16945 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16946
16947         * spam-stat.el (spam-stat-buffer-change-to-spam)
16948         (spam-stat-buffer-change-to-non-spam): Change (error) to
16949         (gnus-message 8) invocation.
16950
16951 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16952
16953         * nntp.el (nntp-via-netcat-command): New variable.
16954         (nntp-via-netcat-switches): New variable.
16955         (nntp-open-via-rlogin-and-netcat): New function.
16956         (nntp-open-connection-function): Doc fix.
16957         (nntp-telnet-command): Doc fix.
16958         (nntp-end-of-line): Doc fix.
16959         (nntp-via-rlogin-command): Doc fix.
16960         (nntp-via-user-name): Doc fix.
16961         (nntp-via-address): Doc fix.
16962
16963 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16964
16965         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16966         error in Emacs 21.1.
16967
16968 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16969
16970         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16971
16972 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16973
16974         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16975         (gnus-agent-with-refreshed-group): New macro.
16976         (gnus-agent-rename-group): New function.
16977         (gnus-agent-delete-group): New function.
16978         (gnus-agent-save-group-info): Use gnus-command-method when
16979         `method' parameter is nil.  Don't write nil entries into the
16980         active file.
16981         (gnus-agent-get-group-info): New function.
16982         (gnus-agent-fetch-articles): Use
16983         gnus-agent-update-files-total-fetched-for to increment disk space
16984         used.
16985         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16986         gnus-agent-update-view-total-fetched-for to increment disk space
16987         used.
16988         (gnus-agent-get-local): Added optional parameters to avoid calling
16989         gnus-group-real-name and gnus-find-method-for-group.
16990         (gnus-agent-set-local): Delete stored entry if either min, or max,
16991         are nil.
16992         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16993         quit, use gnus-agent-regenerate-group to record existance of any
16994         articles fetched to disk before the quit occurred.
16995         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16996         gnus-agent-update-view-total-fetched-for, and
16997         gnus-agent-update-files-total-fetched-for to decrement disk space
16998         used.
16999         (gnus-agent-retrieve-headers): Use
17000         gnus-agent-update-view-total-fetched-for to increment disk space
17001         used.
17002         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17003         with gnus-agent-update-files-total-fetched-for to decrement disk
17004         space and fresh group buffer.
17005         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17006         (gnus-agent-need-update-total-fetched-for): New variable.
17007         (gnus-agent-update-files-total-fetched-for): New function.
17008         (gnus-agent-update-view-total-fetched-for): New function.
17009         (gnus-agent-total-fetched-for): New function.
17010
17011         * gnus-cache.el (gnus-cache-save-buffers): Use
17012         gnus-cache-update-overview-total-fetched-for to change disk space
17013         used by this group.
17014         (gnus-cache-possibly-enter-article): Use
17015         gnus-cache-update-file-total-fetched-for to increment disk space
17016         used by this group.
17017         (gnus-cache-possibly-remove-article): Use
17018         gnus-cache-update-file-total-fetched-for to decrement disk space
17019         used by this group.
17020         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17021         (gnus-cache-rename-group): New function.
17022         (gnus-cache-delete-group): New function.
17023         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17024         (gnus-cache-need-update-total-fetched-for): New variable.
17025         (gnus-cache-with-refreshed-group): New macro.
17026         (gnus-cache-update-file-total-fetched-for): New function.
17027         (gnus-cache-update-overview-total-fetched-for): New function.
17028         (gnus-cache-rename-group-total-fetched-for): New function.
17029         (gnus-cache-delete-group-total-fetched-for): New function.
17030         (gnus-cache-total-fetched-for): New function.
17031
17032         * gnus-group.el: Require gnus-sum and autoload functions to
17033         resolve warnings when gnus-group.el compiled alone.
17034         (gnus-group-line-format): Documented new %F.
17035         (size of Fetched data) group line format; identifies disk space
17036         used by agent and cache.
17037         (gnus-group-line-format-alist): Defined new F format.
17038         (gnus-total-fetched-for): New function.
17039         (gnus-group-delete-group): No longer update
17040         gnus-cache-active-altered as gnus-request-delete-group now keeps
17041         the cache in sync.
17042         (gnus-group-list-active): Let the agent store a server's active
17043         list if currently plugged.
17044
17045         * gnus-int.el (gnus-request-delete-group):
17046         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17047         local disk in sync with the server.
17048         (gnus-request-rename-group):
17049         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17050         local disk in sync with the server.
17051
17052         * gnus-start.el (gnus-get-unread-articles):
17053         Cosmetic simplification to logic.
17054
17055         * gnus-util.el (gnus-rename-file): New function.
17056
17057 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17058
17059         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17060
17061 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17062
17063         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17064         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17065
17066 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17067
17068         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17069         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17070
17071 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17072
17073         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17074
17075 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17076
17077         * spam.el (spam-set-difference): Add function to replace
17078         gnus-set-difference in spam.el.
17079         (spam-summary-prepare-exit): Use spam-set-difference.
17080
17081 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17082
17083         * gnus-registry.el (gnus-registry-cache-file): Update to use
17084         gnus-dribble-directory OR gnus-home-directory OR ~.
17085         (gnus-registry-split-fancy-with-parent): Fix doc.
17086
17087 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17088
17089         * message.el (message-exchange-point-and-mark): Use
17090         message-mark-active-p.  Suggested by Jesper Harder
17091         <harder@ifa.au.dk>.
17092
17093 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17094
17095         * message.el (message-exchange-point-and-mark): Don't activate
17096         region if it was inactive.  Suggested by Hiroshi Fujishima
17097         <pooh@nature.tsukuba.ac.jp>.
17098
17099 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * gnus-art.el (article-display-face): Display Faces in the same
17102         order as X-Faces.
17103
17104 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17105
17106         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17107
17108 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17109
17110         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17111         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17112         (gnus-article-mime-hierarchy): Remove.
17113         (gnus-article-mime-hierarchy-next): Remove.
17114         (gnus-article-mode): Revert 2004-03-19 change.
17115         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17116         (gnus-insert-mime-button): Revert 2004-03-19 change.
17117         (gnus-mime-accumulate-hierarchy): Remove.
17118         (gnus-mime-enter-multipart): Remove.
17119         (gnus-mime-leave-multipart): Remove.
17120         (gnus-mime-display-part): Revert 2004-03-19 change.
17121         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17122
17123         * mml.el (mml-preview): Revert 2004-03-19 change.
17124
17125 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17126
17127         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17128
17129 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17130
17131         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17132         t while entering a file name using the mm-with-multibyte macro.
17133         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17134
17135         * mm-util.el (mm-with-multibyte): New macro.
17136
17137 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17138
17139         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17140         user option.
17141         (gnus-mime-multipart-functions): Doc and customization fix.
17142         (gnus-article-mime-hierarchy): New variable.
17143         (gnus-article-mime-hierarchy-next): New variable.
17144         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17145         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17146         gnus-article-mime-hierarchy-next to nil.
17147         (gnus-insert-mime-button): Show hierarchy numbers.
17148         (gnus-mime-accumulate-hierarchy): New function.
17149         (gnus-mime-enter-multipart): New function.
17150         (gnus-mime-leave-multipart): New function.
17151         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17152         (gnus-mime-display-alternative): Show hierarchy numbers.
17153
17154         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17155         gnus-article-mime-hierarchy-next to nil.
17156
17157 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17158
17159         * dns.el: Don't require gnus-xmas.
17160
17161 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17162
17163         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17164         inline PGP.
17165         (mml-menu): Disable mml-quote-region if mark is inactive.
17166
17167 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17168
17169         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17170         when the group's active is not available.
17171
17172 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17173
17174         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17175         error.
17176
17177 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17178
17179         * imap.el (imap-store-password): New variable.
17180         (imap-interactive-login): Use it.
17181         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17182
17183 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17184
17185         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17186         window-start and hscroll to summary window.
17187
17188 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17189
17190         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17191         conversion message to newsrc-dribble when an actual conversion is
17192         performed.
17193
17194 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17195
17196         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17197
17198 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17199
17200         * mm-decode.el (mm-complicated-handles): New function reviving
17201         former definition of mm-multiple-handles.
17202
17203         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17204         (gnus-mime-delete-part): Use it.
17205
17206 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17207
17208         * gnus-agent.el (gnus-agent-read-local): Bind
17209         nnheader-file-coding-system to gnus-agent-file-coding-system to
17210         avoid the implicit assumption that they will always be equal.
17211         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17212         coding-system-for-write, as the with-temp-file macro first prints
17213         to a buffer then saves the buffer.
17214
17215 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17216
17217         * gnus-art.el (gnus-article-edit-part): New function.
17218         (gnus-mime-save-part-and-strip): Use it; do query instead of
17219         signaling an error; don't use mm-multiple-handles.
17220         (gnus-mime-delete-part): Ditto.
17221
17222 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17223
17224         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17225         old file versions.
17226         (gnus-group-prepare-hook): Removed function that converted list
17227         form of gnus-agent-expire-days to group properties.
17228
17229         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17230         (gnus-request-accept-article): Re-indented.
17231
17232         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17233         converters to handle old agent file formats.  Added logic for a
17234         "backup before upgrading warning".
17235         (gnus-convert-mark-converter-prompt): Developers can mark
17236         functions as needing (default), or not needing,
17237         gnus-convert-old-newsrc's "backup before upgrading warning".
17238         (gnus-convert-converter-needs-prompt): Tests whether the user
17239         should be protected from potentially irreversable changes by the
17240         function.
17241
17242         * legacy-gnus-agent.el: New.  Provides converters that are only
17243         loaded when gnus-convert-old-newsrc needs to call them.
17244
17245 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17246
17247         * mail-source.el (mail-source-touch-pop): Doc fix.
17248
17249         * message.el (message-smtpmail-send-it): Doc fix.
17250
17251 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17252
17253         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17254
17255         * nnmail.el (nnmail-split-fancy): do.
17256
17257         * gnus-kill.el (gnus-kill, gnus-execute): do.
17258
17259 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17260
17261         * gnus-sum.el (gnus-widget-reversible-match)
17262         (gnus-widget-reversible-to-internal)
17263         (gnus-widget-reversible-to-external): New functions.
17264         (gnus-widget-reversible): New widget.
17265         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17266
17267 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17268
17269         * gnus-sum.el (gnus-thread-sort-functions)
17270         (gnus-article-sort-functions): Document `(not F)' items.
17271
17272 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17273
17274         * spam.el (spam-use-gmane-xref): Add new backend.
17275         (spam-gmane-xref-spam-group): Add variable to control the name of the
17276         Gmane spam group.
17277         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17278         (spam-regex-headers-spam, spam-regex-headers-ham)
17279         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17280         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17281         backends and checks.
17282         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17283
17284         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17285         an autodetect method.
17286
17287 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17288
17289         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17290         articles are being added to a group.
17291         (gnus-request-replace-article): Inform the agent that articles
17292         need to be uncached as the cached contents are no longer valid.
17293
17294 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * binhex.el: Don't autoload executable-find.
17297
17298         * canlock.el: Don't autoload mail-fetch-field.
17299
17300         * dgnushack.el: Autoload c-mode for XEmacs.
17301
17302         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17303
17304         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17305         rmail-dont-reply-to and rmail-output.
17306
17307         * gnus-score.el: Don't autoload ffap-string-at-point.
17308
17309         * gnus-setup.el: Don't autoload sc-cite-original.
17310
17311         * imap.el: Don't autoload base64-decode-string,
17312         base64-encode-string and md5.
17313
17314         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17315         and rmail-msg-restore-non-pruned-header.
17316
17317         * mm-decode.el: Don't autoload executable-find.
17318
17319         * mm-url.el: Don't autoload executable-find.
17320
17321         * mm-view.el: Don't autoload diff-mode.
17322
17323         * nndb.el: Don't autoload news-reply-mode, news-setup,
17324         cancel-timer and telnet.
17325
17326         * password.el: Don't autoload run-at-time for Emacs.
17327
17328         * sha1-el.el: Don't autoload executable-find.
17329
17330         * sieve-mode.el: Don't autoload c-mode.
17331
17332         * uudecode.el: Don't autoload executable-find.
17333
17334 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17335
17336         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17337         (gnus-agent-possibly-alter-active): Avoid null in numeric
17338         comparison.
17339         (gnus-agent-set-local): Refuse to save null in local object table.
17340         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17341         list of articles that will be marked as unread.
17342
17343 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17344
17345         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17346
17347 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17348
17349         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17350         language tags.
17351
17352 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17353
17354         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17355         Don't bind "obarray".
17356
17357         * gnus-sum.el (gnus-thread-sort-functions): Added
17358         `gnus-thread-sort-by-most-recent-number' and
17359         `gnus-thread-sort-by-most-recent-date'.
17360         Reported by Kai Grossjohann <kai@emptydomain.de>.
17361
17362 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17363
17364         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17365
17366 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17367
17368         * gnus-cus.el (gnus-agent-customize-category): Removed
17369         ignore-errors macro reference that required cl to be loaded at
17370         run-time.
17371
17372         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17373         single-interval range of the form (min . max).  Previously the
17374         range had to look like ((min . max)).  Likewise, return
17375         (min . max) rather than ((min . max)).
17376         (gnus-range-map): Use gnus-range-normalize to accept
17377         single-interval range.
17378
17379         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17380         the cache, but not the agent, now appear with their usual face.
17381
17382         * dgnushack.el (loaddir): New variable that is bound to the
17383         directory containing the dgnushack.el file. Use loaddir, rather
17384         than srcdir, to update load-path. Change lets dgnushack compile
17385         code in directories other than GNUS/lisp.
17386
17387 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17388
17389         * lpath.el: Don't bind w3m-safe-url-regexp.
17390
17391         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17392         w3m-safe-url-regexp variable buffer-local.
17393
17394         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17395
17396 2004-02-27  Simon Josefsson  <jas@extundo.com>
17397
17398         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17399         gnus-group-real-prefix.
17400         (gnus-summary-move-article): Use it, instead of
17401         gnus-group-real-prefix.
17402
17403 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17404
17405         * lpath.el: Bind w3m-safe-url-regexp.
17406
17407         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17408         w3m-safe-url-regexp variable buffer-local and set it as the value
17409         of mm-w3m-safe-url-regexp.
17410
17411         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17412
17413         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17414         parsing gnus-posting-styles when the message is not for replying.
17415
17416         * dgnushack.el: Autoload sgml-mode for XEmacs.
17417
17418         * nnrss.el (nnrss-opml-export): Use
17419         mm-set-buffer-file-coding-system instead of
17420         set-buffer-file-coding-system.
17421
17422 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17423
17424         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17425         of checkdoc.el).
17426         * nnrss.el: do.
17427         * gnus-mlspl.el: do.
17428         * gnus-ml.el: do.
17429         * gnus-srvr.el: do.
17430
17431         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17432
17433 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17434
17435         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17436         Corrections to custom-manual links.
17437
17438         * gnus-art.el (gnus-article): Ditto.
17439
17440         * mm-decode.el (mime-display, mime-security): Ditto.
17441
17442 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17443
17444         * flow-fill.el: Typo.
17445
17446 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17447
17448         * spam-wash.el: New file.
17449
17450 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17451
17452         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17453
17454 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17455
17456         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17457         to be run with new-articles as LIST1, not LIST2.
17458         (spam-registration-functions): Add spam-use-ham-copy as a nil
17459         registration backend.
17460
17461 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17462
17463         * spam-stat.el (spam-stat-washing-hook): New option.
17464         (spam-stat-buffer-words): Use it.
17465         (spam-stat-process-directory, spam-stat-test-directory): Use
17466         insert-file-contents-literally.
17467         (spam-stat-coding-system): New variable.
17468         (spam-stat-load, spam-stat-save): Use it.
17469
17470 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17471
17472         * spam-report.el (spam-report-plug-agent): Quote
17473         spam-report-url-to-file and spam-report-url-ping-plain.
17474
17475 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17476
17477         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17478         / in mailto URLs.
17479
17480 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17481
17482         * spam-report.el (spam-report-process-queue): Fix interactive use.
17483         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17484         (spam-report-unplug-agent): Doc fixes.
17485         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17486         (spam-report-agentize, spam-report-deagentize): Autoload.
17487
17488 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17489
17490         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17491
17492         * message.el (message-setup-fill-variables): Add mml tags to
17493         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17494         <ajk@iu.edu>.
17495         (message-mode): Don't modify paragraph-separate there.
17496
17497 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17498
17499         * compface.el (uncompface-use-external): Default to undecided.
17500         (uncompface-use-external-threshold): New variable.
17501         (uncompface-float-time): New macro.
17502         (uncompface): Determine whether to use the external decoder if
17503         uncompface-use-external is undecided.
17504
17505 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17506
17507         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17508         after images.
17509
17510         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17511
17512 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17513
17514         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17515
17516         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17517
17518         * gnus-sum.el (gnus-summary-limit-to-age)
17519         (gnus-summary-limit-children): do.
17520
17521         * gnus-int.el (gnus-request-scan): do.
17522
17523         * gnus-group.el (gnus-group-suspend): do.
17524
17525         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17526
17527         * gnus-cite.el (gnus-cite-parse-attributions): do.
17528
17529         * gnus-agent.el (gnus-summary-set-agent-mark)
17530         (gnus-agent-regenerate-group): do.
17531
17532         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17533
17534         * binhex.el (binhex-decode-region-internal): do.
17535
17536 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17537
17538         * gnus-fun.el (gnus-face-properties-alist): New user option.
17539         (gnus-display-x-face-in-from): Use it.
17540
17541         * gnus-art.el (article-display-face): Ditto.
17542
17543         * compface.el (uncompface-use-external): Default to nil.
17544
17545 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17546
17547         * nntp.el (nntp-erase-buffer): New function.
17548         (nntp-retrieve-data, nntp-send-command)
17549         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17550         (nntp-possibly-change-group): Use it.
17551
17552         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17553         with-current-buffer.
17554
17555 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17556
17557         * compface.el: Merge the ELisp-based uncompface program.
17558         (compface): New customization group.
17559         (uncompface-use-external): New user option.
17560         (uncompface): Call uncompface-internal if uncompface-use-external
17561         is nil.
17562         (uncompface-internal): New function.  Note that there are also
17563         some other functions and variables added for this function.
17564
17565 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17566
17567         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17568         if necessary.
17569
17570 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17571
17572         * spam-report.el (spam-report-unplug-agent)
17573         (spam-report-plug-agent, spam-report-deagentize)
17574         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17575         Add support for the Agent in spam-report: when unplugged, report to a
17576         file; when plugged, submit all the requests.
17577
17578         * spam.el (spam-register-routine): Fix message about
17579         registration.
17580
17581 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17582
17583         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17584         dependencies.
17585         (rfc2047-encode): Use it.
17586
17587         * gnus-art.el (gnus-button-marker-list): Move before first
17588         reference.
17589
17590         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17591         (imap-parse-body): Fix format string mismatch.
17592
17593         * gnus-score.el (gnus-summary-increase-score): do.
17594
17595         * nnrss.el (nnrss-close): New function.
17596
17597 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17598
17599         * nnrss.el (nnrss-make-filename): New function.
17600         (nnrss-request-delete-group, nnrss-read-server-data)
17601         (nnrss-save-server-data, nnrss-read-group-data)
17602         (nnrss-save-group-data): Use it.
17603         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17604         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17605         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17606
17607 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17608
17609         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17610
17611 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17612
17613         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17614         files.
17615
17616         * message.el (message-generate-headers-first): Don't quote nil
17617         and t in docstrings.
17618
17619         * imap.el (imap-id): do.
17620
17621         * gnus-agent.el (gnus-agent-consider-all-articles)
17622         (gnus-agent-queue-mail): do.
17623
17624 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17625
17626         * spam-report.el (spam-report-process-queue): New function.
17627         Process requests from `spam-report-requests-file'.
17628         (spam-report-process-queue): Doc fix.
17629
17630 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17631
17632         * spam.el (spam-register-routine)
17633         (spam-log-processing-to-registry, spam-log-registered-p)
17634         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17635         Change "check" to "spam-check" for semi-clarity.
17636
17637 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17638
17639         * pop3.el: Require nnheader.
17640
17641         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17642
17643         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17644
17645         * gnus-picon.el: Require cl.
17646
17647         * gnus-fun.el: Require gnus-ems and gnus-util.
17648
17649         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17650
17651         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17652
17653         * gnus-art.el (gnus-article-edit-mode): Define before first
17654         reference.
17655
17656 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17657
17658         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17659         (gnus-uu-post-encoded): Use point-at-bol.
17660
17661         * gnus-topic.el (gnus-group-active-topic-p): do.
17662
17663         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17664
17665         * gnus-group.el (gnus-group-kill-region): do.
17666
17667         * gnus-art.el (article-date-ut): do.
17668
17669         * message.el (message-fetch-field): Remove redundant
17670         case-fold-search binding.
17671         (message-narrow-to-field): Simplify.
17672
17673 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17674
17675         * spam.el (spam-directory): Derive from `gnus-directory'.
17676
17677         * spam-report.el (spam-report-url-to-file)
17678         (spam-report-requests-file): New function and variable for offline
17679         reporting.
17680         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17681         and user defined function.
17682         (spam-report-url-ping-mm-url): Remove doubled slash.
17683
17684 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17685
17686         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17687
17688 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17689
17690         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17691         format string mismatch.
17692
17693         * sieve.el (sieve-deactivate-all): do.
17694
17695         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17696
17697         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17698
17699         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17700
17701         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17702
17703 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17704
17705         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17706         the list of checks.
17707
17708 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17709
17710         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17711         padding.
17712
17713 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17714
17715         * mm-view.el (mm-fill-flowed): New variable.
17716         (mm-inline-text): Use it.
17717
17718 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17719
17720         * spam.el (spam-spamassassin-register-ham-routine)
17721         (spam-spamassassin-register-spam-routine): Fix function names.
17722
17723 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17724
17725         * gnus.el (gnus-tmp-grouplens): Remove.
17726         (gnus-summary-line-format): Remove grouplens.
17727
17728         * gnus-group.el (gnus-group-line-format): Ditto.
17729
17730         * gnus-spec.el (gnus-format-specs): Ditto.
17731         (gnus-update-format-specifications): Flush the group format spec
17732         cache if there's the grouplens stuff.
17733         (gnus-parse-simple-format): Replace %l with the empty string.
17734
17735 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17736
17737         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17738         omission.
17739
17740 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17741
17742         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17743         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17744
17745 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17746
17747         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17748         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17749         New macros and functions.
17750         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17751         Handle > NLINK_MAX messages.
17752         * nnmaildir.el (nnmaildir-request-set-mark): Use
17753         nnmaildir--emlink-p and nnmaildir--eexist-p.
17754
17755 2004-01-25  Alex Schroeder  <alex@gnu.org>
17756
17757         * spam-stat.el (spam-stat-process-directory-age): New option.
17758         (spam-stat-process-directory): Use it.
17759
17760 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17761
17762         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17763         (spam-stat-save): Accept prefix argument.
17764
17765 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17766
17767         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17768         links" error.
17769
17770 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17771
17772         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17773         the rest of the and/or forms.
17774
17775 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17776
17777         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17778         compatibility with old .newsrc.eld files.
17779
17780         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17781
17782         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17783
17784         * gnus-start.el (gnus-1): do.
17785
17786         * gnus-group.el (gnus-group-line-format-alist): do.
17787
17788         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17789
17790         * gnus-gl.el: Remove.
17791
17792 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17793
17794         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17795         marks consisting of a single range {for example, (3 . 5)} rather
17796         than a list of a single range { ((3 . 5)) }.
17797
17798 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17799
17800         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17801         with-current-buffer.
17802         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17803         avoid consing a string.
17804
17805         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17806         Remove obsolete entries for big5 and gb2312.
17807
17808 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17809
17810         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17811         uncompressed list.
17812
17813 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17814
17815         * spam-stat.el (spam-stat-strip-xref): New function.
17816         (spam-stat-process-directory): Use it.
17817
17818         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17819         here -- it's done in message-fetch-field.
17820
17821 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17822
17823         * gnus-agent.el (gnus-agent-queue-mail)
17824         (gnus-agent-prompt-send-queue): New variables.
17825         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17826         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17827         "nndraft:queue" along to gnus-draft-send.  Use
17828         gnus-agent-prompt-send-queue.
17829         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17830         is "nndraft:queue".  Suggested by Gaute Strokkenes
17831         <gs234@srcf.ucam.org>
17832
17833         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17834         (agent-enable-undownloaded-faces): Added.
17835         (gnus-agent-cat-groups): Use eval-and-compile, not
17836         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17837         method of gnus-agent-cat-groups even when the buffer has been
17838         evaled.
17839         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17840         delete gnus-agent-save-active-1.
17841         (gnus-agent-save-groups): Deleted.  Identical to
17842         gnus-agent-save-active.
17843         (gnus-agent-write-active): No longer adjust agent's copy of active
17844         file as agent's adjustments are now stored in their own
17845         file.  Removed optional parameter.
17846         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17847         servers.  Add use of min/max range limits from server's local
17848         file.
17849         (gnus-agent-save-alist): Removed unused optional argument.
17850         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17851         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17852         (gnus-agent-set-local): A per-server file that keeps min/max range
17853         limits for articles known to the agent.  Provides a fast mechanism
17854         for altering many active ranges.
17855         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17856         active file (local makes it unnecessary).
17857         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17858
17859         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17860         (agent-enable-undownloaded-faces): Added.
17861
17862         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17863         disable it when sending to "nndraft:queue".
17864         (gnus-group-send-queue): Add safety check to avoid sending queue
17865         when unplugged.
17866
17867         * gnus-group.el (gnus-group-catchup): Use new
17868         gnus-sequence-of-unread-articles, not
17869         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17870         numbers of articles.  Use gnus-range-map to avoid having to
17871         uncompress the unread list.
17872         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17873         Fixed invalid ange-ftp reference.
17874
17875         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17876         (gnus-sorted-range-intersection): Intersection of two ranges
17877         without requiring that they first be uncompressed.
17878
17879         * gnus-start.el (gnus-activate-group): Unless blocked by the
17880         caller, possibly expand the active range to include both cached
17881         and agentized articles.
17882         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17883         multiple version-dependent converters.
17884         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17885         gnus-agent-save-active.
17886         (gnus-save-newsrc-file): Save dirty agent range limits.
17887
17888         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17889         gnus-agent-possibly-alter-active.
17890         (gnus-adjust-marked-articles): Faster handling of simple lists.
17891
17892 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17893
17894         * spam-stat.el (spam-stat-test-directory): New optional argument
17895         displays a list of files detected.  Suggested by Andrew Cohen
17896         <cohen@andy.bu.edu>.
17897         (spam-stat-buffer-words-with-scores): Don't narrow and change
17898         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17899
17900 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17901
17902         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17903         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17904         (spam-spamassassin-arguments)
17905         (spam-spamassassin-spam-flag-header)
17906         (spam-spamassassin-positive-spam-flag-header)
17907         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17908         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17909         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17910         (spam-list-of-processors, spam-list-of-checks)
17911         (spam-list-of-statistical-checks, spam-registration-functions)
17912         (spam-check-spamassassin-headers, spam-check-spamassassin)
17913         (spam-spamassassin-score)
17914         (spam-spamassassin-register-with-sa-learn)
17915         (spam-spamassassin-register-spam-routine)
17916         (spam-spamassassin-register-ham-routine)
17917         (spam-assassin-register-spam-routine)
17918         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17919         (spam-bogofilter-score): Fix to show article before scoring.
17920
17921 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17922
17923         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17924         default scoring function.
17925         (spam-generic-score): Call spam-spamassassin-score if
17926         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17927         spam-bogofilter-score otherwise.
17928
17929         * gnus.el (spam-process, spam-autodetect-methods): Add
17930         spamassassin and spamassassin-headers.
17931
17932 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17933
17934         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17935         Suppress unnecessary messages.
17936
17937 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17938
17939         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17940         make-hash-table.
17941
17942 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17943
17944         * canlock.el (base64-encode-string): Don't autoload it.
17945
17946 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17947
17948         * run-at-time.el: Remove useless (require 'itimer),
17949         eval-and-compile and (featurep 'xemacs).
17950
17951 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17952
17953         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17954         GROUP is a virtual group.
17955
17956 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17957
17958         * gnus.el: Autoload `message-y-or-n-p'.
17959
17960 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17961
17962         * pgg-parse.el: Remove unnecessary (require 'custom).
17963
17964         * pgg-def.el: do.
17965
17966         * nnmail.el: do.
17967
17968         * gnus-undo.el: do.
17969
17970         * gnus-picon.el: do.
17971
17972         * gnus-util.el: do.
17973
17974 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17975
17976         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17977
17978 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17979
17980         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17981         handle, as well as a list.
17982
17983         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17984         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17985         (mm-w3m-cid-retrieve): Simplify.
17986
17987 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17988
17989         * message.el (message-kill-to-signature): Allow prefix arg to
17990         specify number of lines to keep before signature.
17991
17992 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17993
17994         * message.el (message-kill-to-signature): Change docstring.
17995
17996 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17997
17998         * canlock.el: Always require sha1-el.
17999         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18000
18001         * message.el: Autoload sha1 only when compiling.
18002
18003         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18004         eudc-expand-inline for XEmacs.
18005
18006 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18007
18008         * message.el (message-canlock-generate): Require sha1-el.
18009
18010 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18011
18012         * message.el (message-expand-name): Silence the byte compiler.
18013
18014         * lpath.el: Add detect-coding-system.
18015
18016         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18017         cus-edit.
18018
18019 2004-01-13  Simon Josefsson  <jas@extundo.com>
18020
18021         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18022         Invoke gnus-score-mode.  Reported by
18023         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18024
18025         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18026         Jim Blandy <jimb@redhat.com> (tiny change).
18027
18028 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18029
18030         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18031
18032 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18033
18034         * spam.el (spam-get-article-as-string): Update to use
18035         gnus-request-article-this-buffer, much simpler.
18036         (spam-get-article-as-buffer): Remove.
18037
18038 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18039
18040         * message.el (message-expand-name): Use EUDC if the user uses that.
18041
18042 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18043
18044         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18045         character for the encoding to avoid consing a string.
18046
18047         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18048         unnecessarily.
18049
18050         * mm-util.el (mm-replace-chars-in-string): Remove.
18051
18052         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18053         of mm-replace-chars-in-string.
18054
18055 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18056
18057         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18058
18059         * mm-util.el (mm-subst-char-in-string): Support inplace.
18060
18061         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18062         a new string in every iteration.  Use shy groups.
18063
18064 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18065
18066         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18067         * gnus-soup.el (gnus-soup-group-brew):
18068         * gnus-msg.el (gnus-put-message):
18069         * gnus-move.el (gnus-group-move-group-to-server):
18070         * gnus-kill.el (gnus-batch-score):
18071         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18072         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18073         (gnus-group-update-group, gnus-group-read-group)
18074         (gnus-group-make-group, gnus-group-make-help-group)
18075         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18076         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18077         (gnus-group-sort-by-unread, gnus-group-catchup)
18078         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18079         (gnus-group-yank-group, gnus-group-set-info)
18080         (gnus-group-list-groups):
18081         * gnus.el (gnus-generate-new-group-name):
18082         * gnus-delay.el (gnus-delay-send-queue):
18083         * nnvirtual.el (nnvirtual-catchup-group):
18084         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18085         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18086         (gnus-group-prepare-topics, gnus-topic-check-topology):
18087         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18088         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18089         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18090         (gnus-group-make-articles-read):
18091         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18092         (gnus-group-change-level, gnus-kill-newsgroup)
18093         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18094         (gnus-get-unread-articles, gnus-make-articles-unread)
18095         (gnus-make-ascending-articles-unread): Use accessor
18096         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18097         to get group information for improved readability.
18098
18099
18100 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18101
18102         * gnus-art.el (article-decode-mime-words, article-babel)
18103         (gnus-article-highlight-signature, gnus-article-add-buttons)
18104         (gnus-signature-toggle): Use gnus-with-article-buffer.
18105
18106         * gnus-art.el (gnus-article-highlight-headers)
18107         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18108
18109         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18110         (gnus-article-set-globals, gnus-request-article-this-buffer)
18111         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18112         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18113         (gnus-mime-display-alternative): Use with-current-buffer.
18114
18115 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18116
18117         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18118         also under 80 char limit, and call gnus-error if needed.
18119         (spam-fetch-article-header): Fix - it was a
18120         buffer-local variable (gnus-newsgroup-data).
18121         (spam-find-spam): Use spam-generate-fake-headers, forget about
18122         spam-insert-fake-headers.
18123         (spam-insert-fake-headers): Remove.
18124
18125 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18126
18127         * deuglify.el (gnus-article-outlook-unwrap-lines)
18128         (gnus-outlook-rearrange-article)
18129         (gnus-outlook-repair-attribution-outlook)
18130         (gnus-outlook-repair-attribution-block)
18131         (gnus-outlook-repair-attribution-other): Remove redundant
18132         save-excursion.
18133
18134 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18135
18136         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18137         (spam-fetch-field-subject-fast)
18138         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18139         (spam-fetch-article-header): Add functions to deal with Gnus
18140         internals for fast retrieval of article header data.
18141         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18142
18143 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18144
18145         * pop3.el (pop3-md5): Remove.
18146         (pop3-apop): Replace pop3-md5 with md5.
18147
18148         * mm-bodies.el: base64 is always built-in.
18149
18150         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18151         with-current-buffer.
18152
18153 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18154
18155         * canlock.el (canlock-insert-header): Remove excessive grouping in
18156         regexp.
18157
18158         * gnus-sum.el (gnus-summary-read-document): Ditto.
18159
18160         * gnus-uu.el (gnus-uu-part-number): Ditto.
18161
18162         * html2text.el (html2text-remove-tags): Ditto.
18163         (html2text-format-tags): Ditto.
18164         (html2text-format-single-elements): Ditto.
18165
18166         * mml.el (mml-parse-1): Ditto.
18167
18168 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18169
18170         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18171
18172         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18173
18174         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18175
18176         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18177
18178 2003-11-15  Simon Josefsson  <jas@extundo.com>
18179
18180         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18181         (pgg-gpg-lookup-key): Use regexp match instead of
18182         split-string (split-string is different between emacs 21.2 and
18183         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18184
18185 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18186
18187         * gnus-art.el (gnus-mime-view-all-parts)
18188         (gnus-article-part-wrapper, gnus-article-view-part): Use
18189         with-current-buffer.
18190
18191 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18192
18193         * spam.el (spam-disable-spam-split-during-ham-respool)
18194         (spam-spamoracle-database, spam-cache-lookups)
18195         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18196         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18197         (spam-group-ham-marks, spam-group-spam-marks)
18198         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18199         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18200         also add spam-use-blackholes to the statistical checks.
18201         (spam-fetch-field-fast): Add interface to fetching fields, may
18202         become a macro.
18203         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18204         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18205         (spam-insert-fake-headers): Fake an article when needed.
18206         (spam-find-spam): Fake article when possible.
18207         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18208         (spam-check-bogofilter-headers): Use message-fetch-field instead
18209         of nnmail-fetch-field.
18210
18211 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18212
18213         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18214
18215 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18216
18217         * spam.el (spam-split): Do not require spam-use-CHECK to be
18218         enabled if that check is passed to spam-split explicitly; also
18219         fix so 'spam doesn't get converted to spam-split-group when
18220         spam-split-symbolic-return is t.
18221         (spam-find-spam): Find registrations of the article and use those
18222         instead of re-running spam-split to find the spam/ham
18223         classification of the article.
18224         (spam-log-processing-to-registry, spam-log-registered-p)
18225         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18226         Use gnus-error instead of gnus-message.
18227         (spam-log-registration-type): Add function to determine the
18228         classification of a message based on registry entries; will
18229         return nil if both 'spam and 'ham are found.
18230         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18231         a reasonably fast local cache without the loading errors.
18232         (spam-cache-lookups): Set to t by default.
18233         (spam-find-spam): Don't try to guess spam-cache-lookups.
18234         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18235         spam-caches entry.
18236         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18237         caching of whitelist/blacklist entries.
18238         (spam-check-whitelist, spam-check-blacklist): Invoke
18239         spam-from-listed-p with a type, not a cache variable.
18240         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18241
18242 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18243
18244         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18245
18246         * nnmail.el (nnmail-split-fancy): do.
18247
18248         * mml.el (mml-parse): do.
18249
18250         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18251         (gnus-score-adaptive): do.
18252
18253 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18254
18255         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18256         (gnus-mime-button-map): Don't set keymap parent.
18257         (gnus-button-ctan-directory-regexp): Use shy grouping.
18258         (gnus-prev-page-map): Don't set keymap parent.
18259         (gnus-prev-page-map): Remove duplicated one.
18260         (gnus-next-page-map): Don't set keymap parent.
18261         (gnus-mime-security-button-map): Ditto.
18262
18263         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18264         version number.
18265
18266         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18267
18268 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18269
18270         * canlock.el (canlock-sha1-function): Remove.
18271         (canlock-sha1-function-for-verify): Remove.
18272         (canlock-openssl-program): Remove.
18273         (canlock-openssl-args): Remove.
18274         (canlock-ignore-errors): Remove.
18275         (canlock-sha1-with-openssl): Remove.
18276         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18277         (canlock-verify): Don't use canlock-ignore-errors.
18278
18279         * sha1-el.el (sha1-string-external): Make it can return a string
18280         in binary form.
18281         (sha1-region-external): Ditto.
18282         (sha1-string-internal): Ditto.
18283         (sha1-region-internal): Ditto.
18284         (sha1-region): Ditto.
18285         (sha1-string): Ditto.
18286         (sha1): Ditto.
18287
18288 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18289
18290         * spam.el (spam-report-articles-gmane): New command.
18291
18292 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18293
18294         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18295
18296         * run-at-time.el (run-at-time-saved): Remove.
18297         (run-at-time): Doc fix.
18298
18299 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18300
18301         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18302         (gnus-summary-limit-map): Add it.
18303         (gnus-summary-make-menu-bar): do.
18304
18305 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18306
18307         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18308         Make attempt at some caching support (done for BBDB only now).
18309         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18310         addresses to be checked.
18311         (spam-clear-cache-BBDB): Add function, to be invoked by
18312         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18313         (spam-check-BBDB): Check and use the caches, if
18314         spam-cache-lookups is on, remove superfluous (provide).
18315
18316 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18317
18318         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18319
18320 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18321
18322         * run-at-time.el (run-at-time-saved): Move to after the definition
18323         of `run-at-time'.
18324
18325         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18326
18327 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18328
18329         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18330         mm-w3m-local-map-property.
18331
18332         * mm-view.el (mm-w3m-mode-map): Remove.
18333         (mm-w3m-local-map-property): Remove.
18334         (mm-inline-text-html-render-with-w3m): Don't use
18335         mm-w3m-local-map-property.
18336
18337 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18338
18339         * run-at-time.el: New file.
18340
18341         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18342         under Emacs.
18343
18344         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18345         of gnus-set-text-properties.
18346
18347         * gnus-uu.el (gnus-uu-save-article): Ditto.
18348
18349         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18350
18351         * gnus-cite.el (gnus-cite-parse): Ditto.
18352
18353         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18354         of gnus-.
18355
18356         * gnus-xmas.el (run-at-time): Require run-at-time.
18357
18358         * gnus.el: Changed calls to nnheader-run-at-time and
18359         password-run-at-time throughout to use run-at-time directly.
18360
18361         * password.el: Removed definition of run-at-time.
18362
18363         * nnheaderxm.el: Remove definition of run-at-time.
18364
18365 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18366
18367         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18368         in prompt.
18369
18370 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18371
18372         * messagexmas.el (message-xmas-redefine): Alias
18373         `message-make-caesar-translation-table' to
18374         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18375         version.
18376
18377         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18378         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18379         `gnus-xmas-set-text-properties'.
18380         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18381         `gnus-xmas-completing-read'.
18382         (gnus-xmas-completing-read): Removed.
18383         (gnus-xmas-open-network-stream): Removed.
18384
18385         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18386         XEmacs version.
18387
18388         * dns.el (dns-make-network-process): Use `open-network-stream'
18389         instead of `gnus-xmas-open-network-stream'.
18390
18391         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18392
18393         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18394
18395 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18396
18397         * gnus-art.el (gnus-mime-display-alternative)
18398         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18399         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18400         Don't use gnus-local-map-property.
18401
18402         * gnus-util.el (gnus-local-map-property): Remove.
18403
18404         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18405         gnus-completing-read-maybe-default with completing-read.
18406
18407         * gnus-util.el (gnus-completing-read): do.
18408         (gnus-completing-read-maybe-default): Remove.
18409
18410 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18411
18412         * password.el: Only autoload `run-at-time' if not XEmacs.
18413         Only autoload the itimer functions if XEmacs.
18414
18415 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18416
18417         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18418         XEmacsen.
18419
18420         * dgnushack.el: Autoload executable-find for XEmacs.
18421
18422 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18423
18424         * gnus-art.el (gnus-read-string): Remove.
18425         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18426         read-string.
18427
18428 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18429
18430         * netrc.el: Autoload password-read.
18431         (netrc): Add configuration group.
18432         (netrc-encoding-method, netrc-openssl-path): Add
18433         variables for encoding and decoding of files with symmetric
18434         ciphers.
18435         (netrc-encode): Add assistant function to encode a file with
18436         netrc-encoding-method.
18437         (netrc-parse): Add interactive parameter, added optional
18438         decoding if netrc-encoding-method is non-nil but otherwise
18439         behavior is standard.
18440         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18441         Do s/encode/encrypt/ everywhere.
18442
18443         * spam.el: Remove executable-find autoload.
18444
18445 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18446
18447         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18448
18449         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18450
18451 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18452
18453         * gnus-art.el (gnus-treat-ansi-sequences)
18454         (article-treat-ansi-sequences): New variable and function.
18455         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18456
18457         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18458         Use it.
18459
18460 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18461
18462         * mm-util.el (mm-quote-arg): Remove.
18463
18464         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18465         shell-quote-argument.
18466
18467         * gnus-uu.el (gnus-uu-command): do.
18468
18469         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18470
18471         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18472         with make-char.
18473
18474         * mm-util.el (mm-make-char): Remove.
18475
18476         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18477         add-minor-mode.
18478
18479         * gnus-undo.el (gnus-undo-mode): do.
18480
18481         * gnus-topic.el (gnus-topic-mode): do.
18482
18483         * gnus-sum.el (gnus-dead-summary-mode): do.
18484
18485         * gnus-start.el (gnus-slave-mode): do.
18486
18487         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18488
18489         * gnus-ml.el (gnus-mailing-list-mode): do.
18490
18491         * gnus-gl.el (gnus-grouplens-mode): do.
18492
18493         * gnus-draft.el (gnus-draft-mode): do.
18494
18495         * gnus-dired.el (gnus-dired-mode): do.
18496
18497         * gnus-ems.el (gnus-add-minor-mode): Remove.
18498
18499         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18500         Replace gnus-char-width with char-width.
18501
18502         * gnus-ems.el (gnus-char-width): Remove.
18503
18504         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18505         Replace gnus-char-width with char-width.
18506
18507         * gnus-ems.el (gnus-char-width): Remove.
18508
18509         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18510         definition.
18511         Remove Emacs 20 hash table compatibility code.
18512
18513         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18514         20 compatibility code.
18515
18516         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18517
18518         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18519
18520         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18521         with point-at-{eol,bol}.
18522
18523         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18524
18525         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18526
18527         * flow-fill.el (fill-flowed-point-at-bol)
18528         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18529
18530         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18531         Replace with point-at-{eol,bol} throughout all files.
18532
18533 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18534
18535         * ntlm.el (ntlm-string-as-unibyte): New macro.
18536         (ntlm-build-auth-response): Use it.
18537
18538         Remove Emacs 20 stuff:
18539         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18540         (butlast, mapc, remove): Remove the compiler macros.
18541         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18542         of delq and copy-sequence.
18543         * gnus-art.el (popup-menu): Remove the compiler macro.
18544         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18545         Emacs 20.
18546
18547 2004-01-05  Simon Josefsson  <jas@extundo.com>
18548
18549         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18550         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18551         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18552         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18553         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18554         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18555         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18556         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18557         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18558         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18559         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18560         string-xor into ntlm-string-xor.  Suggested by
18561         Jesper Harder <harder@myrealbox.com>.
18562
18563         * ntlm.el: Don't include poem.
18564
18565         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18566         Jesper Harder <harder@myrealbox.com>.
18567
18568         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18569
18570         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18571         probably breaks emacs with DL patch, but do we care? Is anyone
18572         still using the DL stuff?)
18573
18574         * sieve-manage.el: Use the password package.
18575         (sieve-manage-read-passwd): Remove.
18576         (sieve-manage-interactive-login): Use password.  Re-add
18577         condition-case around loop.
18578
18579         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18580         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18581         the password package.
18582
18583 2003-02-19  Simon Josefsson  <jas@extundo.com>
18584
18585         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18586         token.
18587
18588 2002-08-07  Simon Josefsson  <jas@extundo.com>
18589
18590         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18591         (sieve-manage-authenticators):
18592         (sieve-manage-authenticator-alist): Add some SASL mechs.
18593         (sieve-sasl-auth): New function.
18594         (sieve-manage-cram-md5-auth):
18595         (sieve-manage-plain-auth): Rewrite using SASL library.
18596         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18597         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18598         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18599         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18600
18601 2004-01-05  Simon Josefsson  <jas@extundo.com>
18602
18603         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18604         New files.
18605
18606 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18607
18608         * gnus-group.el (gnus-no-groups-message): Update.
18609
18610         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18611
18612 2003-11-09  Simon Josefsson  <jas@extundo.com>
18613
18614         * imap.el: Support for ID IMAP extension (RFC 2971).
18615         (imap-local-variables): Add imap-id.
18616         (imap-id): New variable.
18617         (imap-id): New function.
18618         (imap-parse-response): Parse untagged ID response.
18619         * nnimap.el (nnimap-id): New variable.
18620         (nnimap-open-connection): Use it.
18621
18622 2003-12-28  Simon Josefsson  <jas@extundo.com>
18623
18624         * gnus-score.el (gnus-score-edit-all-score): New.
18625         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18626
18627 2004-01-04  Simon Josefsson  <jas@extundo.com>
18628
18629         * password.el: Add.
18630
18631 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18632
18633         * dns.el (dns-query-types): Fix typo.
18634         (dns-query-types): New function.
18635         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18636         PTR and SOA replies, see RFC 1035.
18637
18638 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18639
18640         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18641
18642         * Moved to Changelog.2.
18643
18644 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18645
18646         * gnus.el (gnus-version-number): Bump version.
18647
18648 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18649
18650         * gnus.el: No Gnus v0.1 is released.
18651
18652 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18653
18654         * gnus.el: No Gnus v0.0 is released.
18655
18656 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18657
18658         * gnus.el (gnus-version-number): Bump.
18659         (gnus-version): No.
18660
18661 See ChangeLog.2 for earlier changes.
18662
18663     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18664       Free Software Foundation, Inc.
18665
18666   This file is part of GNU Emacs.
18667
18668   GNU Emacs is free software: you can redistribute it and/or modify
18669   it under the terms of the GNU General Public License as published by
18670   the Free Software Foundation, either version 3 of the License, or
18671   (at your option) any later version.
18672
18673   GNU Emacs is distributed in the hope that it will be useful,
18674   but WITHOUT ANY WARRANTY; without even the implied warranty of
18675   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18676   GNU General Public License for more details.
18677
18678   You should have received a copy of the GNU General Public License
18679   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18680
18681 ;; Local Variables:
18682 ;; coding: utf-8
18683 ;; fill-column: 79
18684 ;; add-log-time-zone-rule: t
18685 ;; End: