(proto-stream-open-network): Fix typo in the gnutls path.
[gnus] / lisp / ChangeLog
1 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * proto-stream.el (proto-stream-always-use-starttls): New variable.
4         (proto-stream-open-starttls): De-duplicate the starttls code.
5         (proto-stream-open-starttls): Folded back into the main function.
6         (proto-stream-open-network): Fix typo in the gnutls path.
7
8         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9
10         * proto-stream.el (proto-stream-open-starttls): Actually implement the
11         starttls.el STARTTLS.
12
13         * color.el (color-lab->srgb): Fix function call name.
14
15         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
16         if we're using tls.el.
17         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
18         built in, then don't try to establish a STARTTLS connection.
19
20         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
21         servers.
22
23         * proto-stream.el (open-proto-stream): Use network, not stream.
24         (open-proto-stream): Add a way to specify what the end of a command is.
25
26         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
27         connections types.
28         (nntp-open-network-stream): Removed.
29         (nntp-open-ssl-stream): Removed.
30         (nntp-open-tls-stream): Removed.
31         (nntp-ssl-program): Removed.
32
33         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
34
35 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
36
37         * nnir.el: Fix typos.
38         (nnir-retrieve-headers-override-function): Rename variable to reflect
39         new semantics.
40         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
41         macros.
42         (nnir-request-article, nnir-request-move-article): Use them.
43         (nnir-categorize): New function.
44         (nnir-run-query): Use it.
45         (nnir-retrieve-headers): Rewrite to batch header retrieval.
46         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
47         sorted.
48         (nnir-group-full-name): Use gnus-group-full-name instead.
49         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
50         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
51
52 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
55
56         * proto-stream.el: New library to provide protocol-specific
57         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
58         protocols.
59         (open-proto-stream): Complete the documentation.
60         (proto-stream-open-network): Fix some typos.
61
62         * nnimap.el (nnimap-open-connection): Use it.
63
64 2010-11-26  Julien Danjou  <julien@danjou.info>
65
66         * color.el: Rename various rgb functions to srgb.
67
68 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
69
70         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
71         names.
72
73 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
74
75         * shr.el (shr-insert): Revert last change.
76         (shr-find-fill-point): Never leave point being at bol;
77         relax the kinsoku limitation when rendering tables.
78
79 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
80
81         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
82         results from -accept-article.
83
84         * shr-color.el: Require cl when compiling.
85
86         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
87         checkin.
88
89         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
90
91         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
92
93         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
94         'add and 'delete to set backend marks.
95
96         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
97
98         * nnheader.el (nnheader-update-marks-actions): Refactor out.
99
100         * nntp.el (nntp-request-set-mark): Use it.
101
102         * nnfolder.el (nnfolder-request-set-mark): Ditto.
103
104         * nnml.el (nnml-request-set-mark): Ditto.
105
106         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
107         introduces regressions in article selection.
108         (nnimap-find-uid-response): New function.
109         (nnimap-request-accept-article): Use the UID returned, if any.
110         (nnimap-request-move-article): Use the UID returned, if any.
111         (nnimap-get-groups): Reimplement to work with folded lines.
112         (nnimap-find-uid-response): The UID is the last element in the list.
113         (nnimap-request-set-mark): Extend syntax with 'set.
114
115         * nnml.el (nnml-request-set-mark): Ditto.
116
117         * nnfolder.el (nnfolder-request-set-mark): Ditto.
118
119         * nntp.el (nntp-request-set-mark): Ditto.
120
121 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
122
123         * message.el (message-called-interactively-p): A temporary macro.
124         (message-goto-body): Use it temporarily.
125
126 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
127
128         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
129         (nnimap-last-response-string): Unfold quoted lines, if they exist.
130         (nnimap-last-response-string): Fix last unfolding fix.
131
132 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
133
134         * shr.el (shr-insert): Fix the way to fold lines.
135
136 2010-11-25  Julien Danjou  <julien@danjou.info>
137
138         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
139
140         * color.el: Rename from color-lab.el
141         (color-rgb->hex): Add.
142         (color-complement): Add.
143         (color-complement-hex): Add.
144
145         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
146
147 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
148
149         * shr-color.el (shr-color-visible): Don't bug out if the colour names
150         don't exist.
151
152 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
153
154         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
155         assuming that article displaying or another mml-preview may be
156         interrupted for an error or for the like.
157
158         * shr.el (shr-get-background): Fix argument name.
159
160 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
161
162         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
163
164         * gnus-sum.el (gnus-summary-include-articles): New function.
165
166         * message.el (message-goto-body): called-interactively-p needs a
167         parameter, so use `any'.
168
169         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
170         clear marks before moving, since they're synced from the Gnus side
171         first.
172
173         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
174         (gnus-summary-move-article): Copy over all marks before moving, so that
175         IMAP doesn't think a new article has arrived.
176
177 2010-11-24  Julien Danjou  <julien@danjou.info>
178
179         * shr.el (shr-insert-background-overlay): Fix typo.
180         (shr-render-td): Copy the background before rendering.
181
182         * shr-color.el (shr-color-visible): Fix docstring.
183
184         * shr.el (shr-tag-table): Add bgcolor support.
185         (shr-render-td): Add bgcolor support.
186         (shr-get-background): Add.
187         (shr-insert-foreground-overlay): Use shr-get-background.
188
189         * message.el (message-goto-body): Use called-interactively-p.
190         (message-in-body-p): message-goto-body returns point.
191
192 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
193
194         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
195         Fixes something or other in Emacs 23, and is backwards compatible.
196
197         * message.el (message-goto-body): Remove the <#secure special-casing,
198         which is too special.
199
200         * shr.el (shr-parse-style): Drop !important from styles.
201
202 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
203
204         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
205         this function to return incorrect results when calling it with an
206         explicit article argument different from
207         (gnus-summary-article-number).
208
209 2010-11-24  Julien Danjou  <julien@danjou.info>
210
211         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
212         (shr-tag-body): Add background support.
213         (shr-descend): Add background support.
214         (shr-tag-title): Add.
215
216         * shr-color.el (shr-color-visible): Really return original background
217         if fixed.
218
219 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * shr.el (shr-color-check): Protect against non-existant colour names.
222
223 2010-11-24  Julien Danjou  <julien@danjou.info>
224
225         * color-lab.el: Require 'cl when compiling.
226
227         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
228
229         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
230         matched part.
231
232         * color-lab.el: Fix all expt calls to use float type.
233
234 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
235
236         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
237         expression to shr-color-check as is.
238
239         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
240
241         * color-lab.el: Add coding cookie.
242         (float-pi): Use eval-and-compile.
243
244         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
245         compiled for Emacsen having no `libxml-parse-html-region' support.
246
247 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * shr.el (shr-insert-color-overlay): Split stuff like
250         "#444444 !important" to find the real colour.
251         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
252         parse <font color="red"> entries.
253
254 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
255
256         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
257         point when parsing headers.
258
259         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
260         is positioned properly when parsing headers.
261
262 2010-11-23  Julien Danjou  <julien@danjou.info>
263
264         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
265
266         * shr-color.el (shr-color->hexadecimal): Add support for color names.
267
268         * shr.el (shr-parse-style): Replace \n with space in style parsing.
269
270         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
271         shr-color-hue-to-rgb.
272         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
273
274 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
275
276         * shr.el (shr-color->hexadecimal): Autoload.
277         (shr-descend): Add color to all tags.
278
279 2010-11-22  Julien Danjou  <julien@danjou.info>
280
281         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
282         shr-color->hexadecimal.
283
284         * shr-color.el (shr-color->hexadecimal): Add converting functions for
285         RGB() or HSL() color representation.
286
287         * shr.el (shr-tag-font): Add.
288         (shr-tag-color-check): New function to get better colors.
289         (shr-tag-insert-color-overlay): Factorize code between tag-font and
290         tag-span.
291
292         * shr-color.el: New file.
293
294         * color-lab.el: New file.
295
296         * gnus-art.el (gnus-url-mailto): Do not downcase args.
297
298 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
299
300         * nnir.el: Fix typo in comments.
301         (nnir-run-imap): Simplify code. No need to reverse artlist.
302         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
303
304 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305
306         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
307
308         * nnimap.el (nnimap-get-capabilities): Refactor out.
309         (nnimap-open-connection): Re-request capabilities after STARTTLS.
310
311 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
312
313         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
314         appearing when `mm-uu-hide-markers' is nil.
315
316 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
317
318         * nnimap.el (nnimap-unselect-group): Make into its own function.
319         (nnimap-request-rename-group): Unselect group before renaming.
320         This had gotten lost somewhere.
321         (nnimap-request-accept-article): Keep track of examined groups, and
322         unselect the group before APPENDing to read-only groups.
323         (nnimap-request-move-article): Clear flags before moving so that they
324         can be re-set later.
325
326 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
327
328         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
329         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
330
331 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
332
333         * gnus-art.el (gnus-mime-display-single)
334         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
335         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
336         parameter.
337
338 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
339
340         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
341         (shr-table-vertical-line): New variable.
342         (shr-insert-table): Use it.
343
344 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * gnus-html.el (gnus-html-wash-images): Don't display images if
347         gnus-inhibit-images is non-nil; register displayer for cid images.
348         (gnus-html-display-image): Work for cid image.
349         (gnus-html-insert-image): Allow arguments.
350         (gnus-html-put-image): Inhibit read-only.
351         (gnus-html-prefetch-images): Don't prefetch images if
352         gnus-inhibit-images is non-nil.
353
354 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * shr.el (shr-put-image): Break lines when inserting big pictures.
357
358 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
359
360         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
361         sender, thanks Katsumi Yamaoka.
362
363 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
364
365         * nnir.el (nnir-run-imap): Reverse the article list for each group
366         rather than the whole list.
367
368 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
369
370         * shr.el (shr-image-displayer): Protect function against non-existent
371         image source.
372
373         * gnus-art.el (gnus-inhibit-images): New user option.
374         (gnus-mime-display-single): Don't display image if it is non-nil.
375
376         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
377         gnus-inhibit-images.
378
379         * shr.el (shr-image-displayer): New function.
380         (shr-tag-img): Use it.
381
382 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
383
384         * mml2015.el (mml2015-epg-sign): Use From header.
385
386 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
387
388         * gnus-html.el (gnus-html-wash-images): Register a displayer.
389
390         * gnus-util.el (gnus-find-text-property-region): Return markers.
391
392         * shr.el (shr-tag-img): Put a displayer in the text property.
393
394         * gnus-util.el (gnus-find-text-property-region): New utility function.
395
396         * gnus-html.el (gnus-html-display-image): Make the alt optional.
397         (gnus-html-show-images): Remove.
398
399         * gnus-art.el (gnus-article-show-images): New, more general function.
400
401         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
402         image url text properties.
403
404         * shr.el: Ditto.
405
406         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
407         gnus-agent-auto-agentize-methods is set.  Which it isn't.
408
409 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
412         work for two or more articles.
413
414 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
417         divide an image that's in an html article to two or more when washing
418         non-ASCII characters in alt text of it.
419
420 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
421
422         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
423         smime-decrypt-region using function argument.
424         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
425
426         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
427
428         * smime.el (smime-decrypt-region): Catch it.
429
430 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
431
432         * smime.el (smime-mode-map): Move initialization into declaration.
433         (gnus-run-mode-hooks): Don't autoload.
434         (smime-mode): Use define-derived-mode.
435
436 2010-11-11  Glenn Morris  <rgm@gnu.org>
437
438         * smime.el (from): Restrict declaration to XEmacs.
439
440         * nnir.el (gnus-group-topic-name): Autoload.
441
442 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
443
444         * shr.el (shr-insert): Don't break long line if it is because of
445         kinsoku-bol characters in the line end.
446
447 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
448
449         * nnir.el (nnir-request-move-article): Fix to provide original group
450         and subject.
451         (nnir-warp-to-article): Don't fail on articles whose headers haven't
452         been retrieved.
453
454         * gnus-sum.el (gnus-summary-move-article): Use original group and
455         subject for virtual articles such as those in an nnir summary buffer.
456
457 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
458
459         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
460         least 21.5).
461
462         * smime.el (from): Declare it again for XEmacs.
463
464 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
465
466         * message.el (message-resend): Don't disable encoding unless it's
467         already encoded.
468
469         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
470         low-numbered articles.
471
472 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
473
474         * rfc2047.el (rfc2047-syntax-table): Simplify.
475
476         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
477
478         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
479         set-char-table-range for XEmacs.
480
481 2010-11-10  Glenn Morris  <rgm@gnu.org>
482
483         * time-date.el (time-to-seconds): Always an alias on Emacs,
484         never a real function.
485         (with-no-warnings): Remove compat stub, now unused.
486         (time-less-p): Doc fix.
487         (time-to-number-of-days): Simplify.
488
489         * smime.el (from): Remove unused declaration.
490
491         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
492         (gnus-float-time): On Emacs, always an alias.
493
494         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
495         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
496
497 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * dgnushack.el: Don't use ignore-errors in the top level form since it
500         is unavailable in XEmacs even if cl is loaded.
501
502         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
503
504 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
505
506         * shr.el (browse-url-mailto): Autoload.
507
508         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
509
510         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
511         regexp doesn't need quoting.
512
513 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
514
515         * message.el (message-subject-trailing-was-ask-regexp)
516         (message-subject-trailing-was-regexp): Match was: in addition to was.
517
518 2010-11-09  Glenn Morris  <rgm@gnu.org>
519
520         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
521         (nnbabyl-check-mbox): Use point-at-bol.
522
523 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524
525         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
526
527         * message.el (message-mailto): New function.
528         (message-mailto): Should accept other parameters.
529         (message-mailto): Remove since it duplicates browse-url-mailto
530         functionality.
531
532 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
533
534         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
535         methods.
536         (gnus-read-active-file): Ditto.
537
538         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
539         ": " from the prompt.
540         (gnus-group-make-group): Ditto.
541
542 2010-11-07  Glenn Morris  <rgm@gnu.org>
543
544         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
545         (gnus-bookmark-kill-line): Use point-at-eol.
546
547 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
548
549         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
550         asterisks in From header.
551
552 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
553
554         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
555         string to avoid making the From headers syntactically invalid.
556
557         * message.el (message-send-mail): Don't insert courtesy messages if the
558         message already has List-Post and List-ID messages.
559
560 2010-11-06  Glenn Morris  <rgm@gnu.org>
561
562         * gnus-art.el (gnus-treat-article): Give dynamic local variables
563         `condition', `type', `length' a prefix.
564         (gnus-treat-predicate): Update for above name changes.
565
566 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
567
568         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
569         binding.  Handled by `gnus-summary-refer-thread' instead.
570         (nnir-warp-to-article): New backend function.
571
572         * nnimap.el (nnimap-request-thread): Force dependency updating.
573
574         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
575         (gnus-summary-refer-thread): Rework to improve thread-referral.
576
577         * gnus-int.el (gnus-warp-to-article): New function.
578
579         * gnus-sum.el (gnus-summary-article-map): Bind it.
580
581 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
582
583         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
584         gnus-summary-refer-thread.
585
586         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
587         headers.
588         (gnus-summary-limit-include-thread): Prevent articles in thread from
589         being cut in gnus-cut-threads.
590         (gnus-summary-refer-thread): Limit retrieved headers to those in
591         thread.
592
593 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
594
595         * message.el (message-send-mail): Use the value of
596         message-courtesy-message from the message buffer.
597
598         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
599
600         * shr.el (shr-browse-url): Implement mailto: URLs.
601
602         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
603         "raw".
604
605         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
606         if it's already selected.
607
608         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
609
610 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
611
612         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
613         to measure the length and truncate alt text.
614
615 2010-11-03  Glenn Morris  <rgm@gnu.org>
616
617         * nndiary.el (nndiary-generate-nov-databases-1)
618         (nndiary-generate-active-info): Rename dynamic variable `files' to
619         something less generic.
620
621 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
622
623         * nnir.el (nnir-request-move-article): Call the underlying backend to
624         move articles from nnir.
625
626 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
627
628         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
629
630 2010-11-02  Julien Danjou  <julien@danjou.info>
631
632         * nnir.el: Remove wais support.
633
634 2010-11-02  Glenn Morris  <rgm@gnu.org>
635
636         * gnus-html.el: Reorder requirements to quieten compiler.
637
638 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
639
640         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
641         properly for XEmacs as well.
642         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
643         (gnus-article-natural-long-line-p): Use window-width rather than
644         frame-width.
645
646 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
647
648         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
649         (nnir-read-parms): Don't modify query.
650         (nnir-run-query): Add ability to search topic on current line.
651         (nnir-get-active): Clean up.
652
653 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
654
655         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
656         degenerate articles.
657
658         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
659         (gnus-print-buffer): Just print the buffer as is, without any copying
660         to a buffer and then re-highlighting.
661
662         * nnimap.el (nnimap-request-group): Store the new updated info.
663         (nnimap-request-group): Select the group when we don't know whether it
664         exists or not.
665
666         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
667         groups.
668
669         * gnus-group.el (gnus-group-find-new-groups): Display all the new
670         groups.
671
672         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
673         groups.
674
675         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
676         long-lines case by only filling the long lines.
677
678         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
679         (bug #7311).
680
681 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
682
683         * shr.el: No need to declare `declare-function' since shr.el is for
684         only Emacsen that provide `libxml-parse-html-region'.
685
686         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
687         effective only in a file it is referred to.
688
689 2010-11-01  Glenn Morris  <rgm@gnu.org>
690
691         * mm-util.el (gnus-completing-read): Autoload.
692         (mm-read-coding-system): Simplify Emacs definition.
693
694         * nnmail.el (gnus-activate-group):
695         * nnimap.el (gnutls-negotiate):
696         * nntp.el (netrc-parse): Fix declarations.
697
698 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
699
700         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
701         string-match-p in Emacs >=23.
702
703         * gnus-msg.el (gnus-configure-posting-styles)
704         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
705
706 2010-11-01  Glenn Morris  <rgm@gnu.org>
707
708         * nnir.el (declare-function): Add compat stub.
709         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
710         (nnir-run-gmane): Require 'mm-url.
711
712         * mm-util.el (mm-string-to-multibyte): Simplify.
713
714         * shr.el (declare-function): Add compat stub.
715         (url-cache-create-filename): Declare.
716         (mm-disable-multibyte, widget-convert-button): Autoload.
717
718         * smime.el (ldap-search): Declare.
719         (smime-cert-by-ldap-1): Require ldap on Emacs.
720
721         * nnimap.el: Require nnmail, and gnus-sum when compiling.
722         (nnimap-keepalive): Use gnus-float-time.
723
724         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
725         (mail-source-delete-crash-box): Use gnus-float-time.
726
727         * gnus-dired.el (gnus-completing-read): Autoload.
728
729         * mm-view.el (gnus-rescale-image): Autoload.
730
731         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
732
733         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
734
735         * sieve-manage.el: Require 'cl when compiling.
736
737         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
738         (gnus-iswitchb-completing-read): Require iswitchb.
739         (gnus-select-frame-set-input-focus): Silence compiler.
740
741 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
742
743         * message.el (message-subject-trailing-was-query): Change default to t,
744         since I think that's what most people want.
745
746         * nnimap.el (nnimap-request-accept-article): Erase buffer before
747         appending for easier debugging.
748         (nnimap-wait-for-connection): Take a regexp.
749         (nnimap-request-accept-article): Wait for the continuation line before
750         sending anything unless we're streaming.
751
752         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
753         leave the header washing to take place.
754
755 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
756
757         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
758         regular expression match and replace in posting styles.
759
760 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
761
762         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
763         an entire server.
764         (nnir-get-active): New function.
765         (nnir-run-imap): Use it.
766         (nnir-run-gmane): Who knew, gmane search returns an article score!
767
768         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
769         server on the current line with nnir.
770
771 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772
773         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
774         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
775         left edge.
776         (gnus-article-foldable-buffer): Skip past the prefix when determining
777         raggedness.
778
779         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
780         the raw article, and change `C-u g' to show the article without doing
781         treatments.
782
783         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
784         on to `gnus-treat-article'.
785         (gnus-inhibit-article-treatments): New variable.
786
787         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
788
789         * gnus-art.el (gnus-treatment-function-alist): Have
790         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
791         (gnus-treat-fill-long-lines): Change default to fill all text/plain
792         sections.
793
794         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
795         parameter.
796         (gnus-article-fill-cited-long-lines): New function.
797         (gnus-article-fill-cited-article): Allow filling only long sections.
798
799         * shr.el (shr-find-fill-point): Don't break lines between punctuation
800         and non-punctuation (like after the apostrophe in "'We").
801
802         * gnus-sum.el (gnus-summary-select-article): Make sure
803         gnus-original-article-buffer is alive.
804
805         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
806         reflect the order they're in in the digest.
807
808         * gnus.el (gnus-group-startup-message): Move point to the start of the
809         buffer.
810
811         * nnimap.el (nnimap-capability): New function.
812         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
813         is set.
814
815 2010-10-31  David Engster  <dengste@eml.cc>
816
817         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
818         conform with changes to gnus-completing-read.
819
820 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
821
822         * shr.el (shr-tag-img): Output "*" instead of "[img]".
823
824 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
825
826         * nnir.el: Move defvar, defcustom around to keep file organized
827         and keep byte-compiler quiet.
828         (nnir-read-parms): Accept search-engine as arg.
829         (nnir-run-query): Pass search-engine as arg.
830         (nnir-search-engine): Remove.
831
832 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * shr.el (shr-generic): The text nodes should be text, not :text.
835
836         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
837         later in the file.
838
839 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
840
841         * nnir.el: General clean up.  Allow searching with multiple engines.
842         Allow separate extra-parameters for each engine.
843         Batch queries when possible.
844         (nnir-imap-default-search-key,nnir-method-default-engines):
845         Add customize interface.
846         (nnir-run-gmane): New engine.
847         (nnir-engines): Use it.  Qualify all prompts with engine name.
848         (nnir-search-engine): Remove global variable.
849         (nnir-run-hyrex): Restore for now.
850         (nnir-extra-parms,nnir-search-history): New variables.
851         (gnus-group-make-nnir-group): Use them.
852         (nnir-group-server): Remove in favor of gnus-group-server.
853         (nnir-request-group): Avoid searching twice.
854         (nnir-sort-groups-by-server): New function.
855
856 2010-10-30  Julien Danjou  <julien@danjou.info>
857
858         * gnus-group.el: Remove gnus-group-fetch-control.
859
860         * gnus-start.el (gnus-find-new-newsgroups):
861         Remove gnus-check-first-time-used.
862
863         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
864
865 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
866
867         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
868         set on groups that don't have \* permanentflags.
869
870 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871
872         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
873         control the background color.
874         (shr-tag-img): Ignore very small web bug type images.
875         (shr-put-image): Add help-echo alt texts to the images.
876         (shr-tag-video): Show the video poster image.
877
878 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
879
880         * shr.el (shr-table-depth): New variable.
881         (shr-tag-table-1): Only insert the images after the top-level table.
882
883         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
884
885         * gnus-util.el (gnus-list-memq-of-list): New function.
886
887         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
888         selected.
889         (nnimap-unsplittable-articles): New slot.
890         (nnimap-new-articles): Use it.
891
892 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
893
894         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
895         move to the previous line on `M-g'.
896
897 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898
899         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
900         *-request-group, which seems unnecessary.
901
902         * nnimap.el (nnimap-quote-specials): Function copied over from
903         imap.el.
904         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
905         they support that.  Suggested by Tom Regner.
906
907 2010-10-29  Julien Danjou  <julien@danjou.info>
908
909         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
910         defalias.
911         (gnus-summary-delete-marked-with): Remove obsolete defalias.
912
913         * gnus.el: Remove `gnus-nntp-service' variable.
914         (gnus-secondary-servers): Make obsolete.
915         (gnus-nntp-server): Make obsolete.
916
917         * gnus-start.el (gnus-1): Remove x-splash calls.
918
919         * gnus-ems.el (gnus-x-splash): Remove.
920
921         * gnus.el (gnus-group-startup-message): Simplify/update code.
922
923         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
924         definition.
925
926         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
927         capability before doing anything.
928         (gnus-group-insert-group-line): Remove useless
929         gnus-group-remove-excess-properties.
930
931 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
932
933         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
934
935 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
936
937         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
938         config after reselecting.
939
940 2010-10-28  Julien Danjou  <julien@danjou.info>
941
942         * shr.el (shr-put-image): Use point even if only inserting text.
943         (shr-put-image): Save excursion when inserting alt text on non-graphic
944         display, so the behaviour is the same when we are on a graphic display.
945
946         * nnir.el (nnir-run-swish-e): Remove hyrex support.
947
948 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
949
950         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
951         (gnus-mime-copy-part): Check coding system, not charset.
952         (gnus-mime-view-part-externally): Never remove part.
953         (gnus-mime-view-part-internally): Don't remove part here.
954         (gnus-article-part-wrapper): Make sure MIME tag is visible.
955         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
956         multipart/alternative.
957
958         * mm-decode.el (mm-display-part): Take optional arg `force'.
959
960 2010-10-26  Julien Danjou  <julien@danjou.info>
961
962         * gnus-group.el (gnus-group-default-list-level): Add this function to
963         compute the default list level.
964         (gnus-group-default-list-level): Add possibility to use a function.
965
966 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
967
968         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
969
970         * gnus-group.el (gnus-group-completing-read)
971         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
972         gnus-replace-in-string.
973
974 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
975
976         * shr.el (shr-tag-div): Add.
977
978         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
979
980 2010-10-25  Julien Danjou  <julien@danjou.info>
981
982         * gnus-util.el: Remove `gnus-with-local-quit'.
983
984         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
985
986 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
989         the original article buffer.
990
991 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
992
993         * nnimap.el (nnimap-request-head): New function.
994         (nnimap-request-move-article): Try to be slighly faster by not
995         requesting the entire message when moving.
996         (nnimap-transform-headers): Don't bug out on bodiless articles.
997         (nnimap-send-command): Have no outstanding messages if the IMAP server
998         doesn't support streaming.
999         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1000
1001 2010-10-24  Julien Danjou  <julien@danjou.info>
1002
1003         * message.el (message-default-headers): Fix type.
1004
1005 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1006
1007         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1008         prefetching images.
1009
1010         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1011         backend for unknown groups.  This is mainly useful for nnimap groups.
1012
1013         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1014         group isn't covered by the agent.
1015
1016 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1017
1018         * nnir.el (nnir-method-default-engines): New variable.
1019         (nnir-run-query): Use it.
1020         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1021         (gnus-summary-nnir-goto-thread): Change group if needed.
1022
1023         * gnus-group.el (gnus-group-group-map): Add key binding for
1024         gnus-group-make-nnir-group.
1025
1026 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1027
1028         * shr.el (shr-tag-object): Add.
1029
1030         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1031         original article buffer live.
1032         (gnus-summary-select-article-buffer):
1033         Mention gnus-widen-article-buffer.
1034
1035 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1036
1037         * shr.el (shr-tag-strong): Add.
1038
1039 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1040
1041         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1042         group names.  They mess up the group buffer badly.
1043
1044         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1045
1046         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1047         instead of the summary one.
1048
1049 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1050
1051         * mml.el (mml-preview): Work properly when editing article.
1052
1053         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1054         gnus-have-read-active-file if it's already been in.
1055
1056 2010-10-22  Tom Tromey  <tromey@redhat.com>
1057
1058         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1059         gnus-group-completing-read.
1060
1061 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1062
1063         * message.el (message-mode-map): Don't bind M-; to comment region, to
1064         allow the global comment-dwim to work.
1065
1066 2010-10-21  Julien Danjou  <julien@danjou.info>
1067
1068         * message.el (message-setup-1): Allow message-default-headers to be a
1069         function.
1070
1071 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1072
1073         * shr.el (shr-tag-table): Simplify.
1074
1075 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076
1077         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1078         to avoid trying to snarf invalid stuff.
1079
1080         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1081
1082         * gnus.el (gnus-message-archive-group): Quote value.
1083         (gnus-message-archive-group): Mark as changed.
1084
1085         * shr.el (shr-add-font): Don't put the font properties on the newline
1086         or the indentation.
1087
1088         * message.el (message-fix-before-sending): Change options when sending
1089         non-printable characters.
1090
1091         * gnus.el (gnus-message-archive-method): Change the default to
1092         monthly outgoing groups.
1093
1094         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1095         that have gotten new numbers.
1096
1097         * nnimap.el (nnimap-request-replace-article): New function.
1098
1099 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1100
1101         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1102         (nnrss-request-article): Don't use special html washing code.
1103
1104 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1105
1106         * shr.el (shr-tag-table): Remove useless nconc.
1107
1108 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1109
1110         * gnus-art.el (article-wash-html): Simplify and remove the charset
1111         stuff.  Use the normal html rendering code instead of the special html
1112         washing code.
1113
1114         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1115         `gnus-w3m' symbols.
1116         (mm-text-html-washer-alist): Remove.
1117
1118         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1119         (mm-inline-media-tests): Remove use.
1120         (mm-text-html-renderer): Change default to the `shr' symbol.
1121
1122         * mm-view.el (mm-inline-text-html): Remove use.
1123
1124         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1125         `gnus-blocked-images' to be a function.
1126         (gnus-article-wash-function): Remove.
1127
1128 2010-10-20  Julien Danjou  <julien@danjou.info>
1129
1130         * spam.el (spam-list-of-processors): Mark as obsolete.
1131
1132         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1133         (nnimap-insert-partial-structure): Fix boundary detection.
1134
1135 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1136
1137         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1138         run file-truename on remote files.  This can be expensive and even
1139         prevent one from editing drafts if some unrelated buffer has a stale
1140         connection.
1141
1142 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1143
1144         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1145         kinsoku-eol regardless of shr-kinsoku-shorten.
1146         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1147         (shr-tag-table): Support caption, thead, and tfoot.
1148
1149 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150
1151         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1152         lines.
1153         (shr-save-contents): New command and keystroke.
1154
1155         * nndoc.el (nndoc-type-alist): Add git support.
1156         (nndoc-git-type-p): New function.
1157         (nndoc-transform-git-article): Ditto.
1158         (nndoc-transform-git-headers): Ditto.
1159         (nndoc-transform-git-headers): Generate Subject headers.
1160
1161         * shr.el (shr-parse-style): New function.
1162         (shr-tag-span): Ditto.
1163
1164         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1165         to `G G' to avoid collisions.
1166
1167 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1168
1169         * shr.el: Load kinsoku if necessary.
1170         (shr-kinsoku-shorten): New internal variable.
1171         (shr-find-fill-point): Make kinsoku shorten text line if
1172         shr-kinsoku-shorten is bound to non-nil.
1173         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1174         shr-indentation too when testing if table is wider than frame width.
1175         (shr-insert-table): Use `string-width' instead of `length' to measure
1176         text width.
1177         (shr-insert-table-ruler): Make sure indentation is done at bol.
1178
1179 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1180
1181         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1182         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1183         undecoded network data.
1184
1185 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1186
1187         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1188         name in the mode line spec so that the mode line menu works
1189         (bug #2431).
1190
1191         * message.el (message-get-reply-headers): If we're fed `to-address',
1192         then always use that.
1193
1194         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1195         aren't so wide as to need to switch off the edit menu.
1196
1197         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1198         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1199
1200         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1201         `M-g'.
1202         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1203         the permanent marks.
1204
1205 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1206
1207         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1208         Splitting according to references/in-reply-to obeys the ignore-groups
1209         variable, while splitting by sender and subject do not.
1210
1211 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1212
1213         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1214         alist, so that we can look for non-Unicode chars.
1215         (article-translate-strings): Allow both character and string maps.
1216
1217 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * shr.el (shr-insert): Don't insert space behind a wide character
1220         categorized as kinsoku-bol, or between characters both categorized as
1221         nospace.
1222
1223 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1224
1225         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1226         headers to gnus-newsgroup-headers.
1227
1228 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * shr.el (shr-tag-img): Don't align images -- since we're not
1231         rescaling, this often leads to ugly displays.
1232
1233 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1234
1235         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1236         duplicates.
1237
1238 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1239
1240         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1241         call.
1242
1243 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244
1245         * gnus.el: Autoload gnus-html-show-images.
1246
1247         * nnimap.el: Use nnheader-message throughout.
1248
1249         * shr.el (shr-tag-img): Ignore images with no data.
1250
1251 2010-10-15  Julien Danjou  <julien@danjou.info>
1252
1253         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1254         a possibility to disable format=flow encoding when using hard newlines.
1255
1256 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * shr.el (shr-insert): Remove space inserted before or after a
1259         breakable character or at the beginning or the end of a line.
1260         (shr-find-fill-point): Do kinsoku; find the second best point or give
1261         it up if there's no breakable point.
1262
1263 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * nnimap.el (nnimap-open-connection): Message when opening connection
1266         for debugging purposes.
1267
1268         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1269         on every setup buffer call to allow this to change from article to
1270         article.
1271
1272         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1273         buffers where we have a wide table.
1274
1275 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1276
1277         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1278         uses *-request-thread.
1279
1280 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1281
1282         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1283         incantation, which is no longer valid.
1284
1285 2010-10-14  Julien Danjou  <julien@danjou.info>
1286
1287         * shr.el: Fix defcustom type (char -> character).
1288
1289 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290
1291         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1292         programs.
1293
1294 2010-10-14  Julien Danjou  <julien@danjou.info>
1295
1296         * shr.el (shr-tag-a): Use url-link as widget type.
1297
1298         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1299         `gnus-group-get-icon'.
1300
1301 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1302
1303         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1304         This should make server editing work better.
1305
1306         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1307
1308         * tls.el (tls-program): Remove spurious %s from openssl.
1309
1310         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1311         (nnimap-parse-flags): Fix regexp.
1312
1313         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1314         probably work for CJVK text, too.
1315
1316         * nnimap.el (nnimap-extend-tls-programs): Remove.
1317         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1318
1319         * tls.el (tls-starttls-switches): Remove starttls hack.
1320         (open-tls-stream): Ditto.
1321         (tls-find-starttls-argument): Ditto.
1322
1323 2010-10-13  Julien Danjou  <julien@danjou.info>
1324
1325         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1326         responses.
1327
1328 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1329
1330         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1331
1332         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1333         anything in Emacs.
1334
1335         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1336
1337 2010-10-13  Julien Danjou  <julien@danjou.info>
1338
1339         * shr.el (shr-width): Make shr-width a defcustom with default to
1340         fill-column.
1341         (shr-tag-img): Use shr-width rather than fill-column.
1342
1343 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1344
1345         * dgnushack.el (byte-optimize-apply)
1346         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1347
1348         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1349         position when (X-)Faces exist.
1350         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1351         avatars when called interactively.
1352
1353 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1354
1355         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1356         gnus-article-x-face-too-ugly is bound.
1357
1358 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1359
1360         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1361
1362         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1363         mailbox that doesn't exist.
1364
1365 2010-10-12  Julien Danjou  <julien@danjou.info>
1366
1367         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1368         (shr-get-image-data): Encode URL properly when fetching from cache.
1369         (shr-tag-img): Use aligned-to spaces to align correctly images.
1370
1371         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1372         before inserting the Gravatar.
1373
1374         * shr.el (shr-tag-img): Add align attribute support for <img>.
1375
1376 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1377
1378         * gnus-gravatar.el (gnus-art): Require.
1379
1380         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1381         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1382         Remove long obsoleted functions.
1383
1384 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1387
1388         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1389
1390         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1391         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1392         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1393         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1394         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1395         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1396         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1397
1398 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1399
1400         * nnimap.el (nnimap-request-rename-group): Select group read-only
1401         before renaming it.
1402
1403         * shr.el (shr-insert): Fix up the white space only regexp.
1404
1405         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1406         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1407
1408         * shr.el (shr-current-column): New function.
1409         (shr-find-fill-point): New function.
1410
1411 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1412
1413         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1414         numbers.
1415
1416 2010-10-11  Julien Danjou  <julien@danjou.info>
1417
1418         * shr.el (shr-hr-line): Add.
1419         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1420         display hr lines.
1421         (shr-max-columns): Do not change state to nil if we just inserting
1422         spaces.
1423
1424 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1425
1426         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1427         select the last group.
1428
1429 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1430
1431         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1432
1433 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1434
1435         * dig.el (dig-mode-map): Declare and define in one step.
1436
1437 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1438
1439         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1440         for Gnus.
1441         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1442         (nnimap-update-qresync-info): Mark \Seen articles as read.
1443
1444         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1445         non-variable, too.
1446
1447         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1448         available.
1449         (nnimap-update-info): Rely more on the current active than the param
1450         active to avoid marking articles as read too much.
1451
1452         * auth-source.el (auth-source-create): Use (user-login-name) for the
1453         user name default.
1454
1455         * nnimap.el (nnimap-update-info): If the server doesn't return any
1456         useful info, just use the previous info.
1457         (nnimap-update-info): Prefer old info over start-article.
1458         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1459
1460 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1461
1462         * nnir.el (autoload): Clean up autoloads.
1463         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1464         Use key rather than value.
1465         (nnir-imap-search-other): New variable.
1466         (nnir-read-parm): Use it.
1467         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1468         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1469
1470 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1471
1472         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1473         the process, too.
1474
1475 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * spam.el (gnus-summary-mode-map): Bind to "$".
1478         Suggested by Russ Allbery.
1479
1480         * shr.el: Rework the way things are indented by <li> slightly.
1481
1482         * gnus.el (gnus-group-set-parameter): Fix typo.
1483
1484         * nnimap.el: Start implementing QRESYNC support.
1485
1486 2010-10-09  Julien Danjou  <julien@danjou.info>
1487
1488         * nnir.el (nnir-engines): Fix too many arguments.
1489
1490 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1491
1492         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1493         group is the "last", so that the backends like nnfolder actually save
1494         their folders.
1495
1496         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1497         try to use that for the tls stream.
1498         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1499         UIDVALIDITY and find out which groups are read-only and not.
1500         (nnimap-get-flags): Use the same marks parsing code as the rest of
1501         nnimap.
1502
1503 2010-10-09  Julien Danjou  <julien@danjou.info>
1504
1505         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1506
1507         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1508         retrieving gravatars.
1509
1510         * shr.el (shr-table-corner): Add.
1511         (shr-table-line): Add.
1512         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1513
1514 2010-10-08  Julien Danjou  <julien@danjou.info>
1515
1516         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1517
1518 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1519
1520         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1521
1522         * gnus-sum.el (gnus-mark-article-as-unread)
1523         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1524         (gnus-summary-set-bookmark): Use it.
1525
1526         * gnus-msg.el (gnus-setup-message): Use it.
1527
1528         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1529
1530         * gnus.el (gnus-group-remove-parameter): Use it.
1531
1532         * gnus-group.el (gnus-group-make-web-group): Use it.
1533
1534         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1535
1536         * nnregistry.el: Update docs to mention manual.
1537
1538         * gnus-registry.el: Update docs to mention nnregistry.el.
1539         (gnus-registry-initialize): Don't install nnregistry refer method
1540         automatically.
1541         (gnus-registry-install-nnregistry): Remove it.
1542
1543 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1544
1545         * shr.el (shr-insert): Don't insert double spaces.
1546
1547 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1548
1549         * gnus-gravatar.el (gnus-treat-from-gravatar)
1550         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1551         called interactively.
1552
1553         * gnus-art.el (gnus-mime-view-part-externally)
1554         (gnus-mime-view-part-internally): Make predicate function passed to
1555         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1556         of a mime type.
1557
1558         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1559
1560 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * shr.el (require): Require cl when compiling.
1563         (shr-tag-hr): New function.
1564
1565         * nnimap.el (nnimap-update-info): Remove double setting of high.
1566         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1567         This makes nnimap work properly on Courier again.
1568
1569         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1570         the variable for backwards compatability.
1571
1572         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1573         the file name before using to avoid setting mm-default-directory to
1574         nil.
1575
1576         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1577         bidning gnus-agent variables.
1578
1579         * shr.el (shr-render-td): Use a cache for the table rendering function
1580         to avoid getting an exponential rendering behaviour in nested tables.
1581         (shr-insert): Rework the line-breaking algorithm.
1582         (shr-insert): Don't leave trailing spaces.
1583         (shr-insert-table): Also insert empty TDs.
1584         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1585
1586 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1587
1588         * gnus-sum.el (gnus-number): Rename from `number'.
1589         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1590         (gnus-summary-limit-children): Update uses correspondingly.
1591
1592 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1593
1594         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1595         (gnus-gravatar-transform-address): Don't show avatars of people of
1596         which mail addresses match gnus-gravatar-too-ugly.
1597
1598 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1599
1600         * shr.el (shr-table-widths): Expand TD elements to fill available
1601         space.
1602
1603 2010-10-07  Julien Danjou  <julien@danjou.info>
1604
1605         * nnimap.el (nnimap-request-rename-group): Add this method.
1606
1607 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1608
1609         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1610         name from XEmacs' function-arglist.
1611
1612         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1613         gravatar under XEmacs.
1614
1615 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1616
1617         * auth-source.el: Update docs with TODO items.
1618
1619         * gnus-sync.el: Update docs to explain state and plans.
1620
1621         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1622         Hooks for mark updates.
1623         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1624
1625         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1626         hooks with arguments, which is needed for mark update hooks.
1627
1628 2010-10-06  Julien Danjou  <julien@danjou.info>
1629
1630         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1631         was matched.
1632
1633         * sieve-manage.el: Update example in `Commentary'.
1634
1635         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1636
1637         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1638         not 2000.
1639         (sieve-manage-authenticate): Re-add function.
1640
1641 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1642
1643         * shr.el (shr-insert): Get 'space transition right.
1644         (shr-render-td): Only delete space at the end of the TD.
1645
1646         * nnimap.el (nnimap-open-connection): Prepare to support
1647         open-gnutls-stream.
1648
1649         * shr.el: Rearrange function order to be more logical.
1650
1651 2010-10-06  Julien Danjou  <julien@danjou.info>
1652
1653         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1654         (nnrss-discover-feed): Remove 404 URL in docstring.
1655
1656         * nnir.el: Fix Swish-E URL.
1657         Fix Namazu URL.
1658
1659         * message.el (message-change-subject): Remove 404 URL in a comment.
1660
1661 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1662
1663         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1664         called interactively.
1665
1666         * gnus-util.el (gnus-remove-if): Allow hash table.
1667         (gnus-remove-if-not): New function.
1668
1669         * gnus-art.el (gnus-mime-view-part-as-type)
1670         * gnus-score.el (gnus-summary-score-effect)
1671         * gnus-sum.el (gnus-read-move-group-name):
1672         Replace remove-if-not with gnus-remove-if-not.
1673
1674         * gnus-group.el (gnus-group-completing-read):
1675         Regard collection as a hash table if it is not a list.
1676
1677 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1678
1679         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1680
1681         * shr.el: Document the table-rendering algorithm.
1682
1683 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1684
1685         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1686         for Emacsen having no `libxml-parse-html-region' support.
1687
1688 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1689
1690         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1691         invalid URLs.
1692
1693         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1694         line-broken.
1695         (shr-tag-img): Ignore image fetching errors.
1696         (shr-overlays-in-region): Compute overlay positions correctly.
1697
1698         * mm-decode.el (mm-shr): Require shr.
1699
1700         * gnus-art.el (gnus-blocked-images): Move variable here.
1701
1702         * shr.el (shr-insert-table): Bind free variable.
1703
1704         * mm-decode.el (mm-shr): Bind shr-content-function.
1705
1706         * shr.el (shr-content-function): New variable.
1707
1708         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1709         added for symmetry.
1710
1711         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1712
1713         * gnus-group.el (gnus-group-make-group): Doc fix.
1714
1715         * nnimap.el (nnimap-request-newgroups): Return success.
1716
1717         * shr.el (shr-find-elements): New function.
1718         (shr-tag-table): Put all the images after the table.
1719         (shr-tag-table): Really inhibit images inside the table.
1720         (shr-collect-overlays): Copy over overlays from the TD elements to the
1721         main document.
1722
1723         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1724         gnus-blocked-images.
1725
1726 2010-10-05  Julien Danjou  <julien@danjou.info>
1727
1728         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1729
1730         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1731         (gnus-html-maximum-image-size): Add this function.
1732         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1733
1734         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1735         server-value of the capability is nil.
1736
1737 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1738
1739         * shr.el (shr-tag-em): Add <EM> tag.
1740
1741 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1742
1743         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1744         customizable.
1745
1746         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1747         handing broken links to browse-url.
1748
1749 2010-10-05  Julien Danjou  <julien@danjou.info>
1750
1751         * gnus-util.el (gnus-emacs-completing-read)
1752         (gnus-iswitchb-completing-read): Use autoload rather than require.
1753
1754 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1755
1756         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1757         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1758         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1759         iswitchb-temp-buflist for XEmacs.
1760
1761         * gnus-util.el (gnus-completing-read-function): Exclude
1762         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1763         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1764         XEmacs.
1765
1766         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1767         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1768
1769         * gnus-html.el: Don't require help-fns under XEmacs.
1770         (gnus-html-schedule-image-fetching): Work for XEmacs.
1771
1772         * mm-decode.el (mm-shr): Decode contents by charset.
1773
1774 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1775
1776         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1777         unknown.
1778
1779         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1780         (shr-get-image-data): Ensure against the cache file missing.
1781
1782         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1783         for data.
1784
1785         * spam-report.el (spam-report-url-ping-plain): Don't query about
1786         killing the process.
1787
1788         * shr.el (shr-render-td): Protect against too-wide text.
1789
1790 2010-10-04  Julien Danjou  <julien@danjou.info>
1791
1792         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1793         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1794
1795         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1796         retrieved.
1797
1798 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1799
1800         * shr.el (browse-url): Require.
1801         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1802         lines.
1803         (shr-show-alt-text, shr-browse-image): New commands.
1804         (shr-browse-url, shr-copy-url): New commands.
1805
1806         * gnus-sum.el (gnus-widen-article-window): New variable.
1807         (gnus-summary-select-article-buffer): Use it.
1808
1809         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1810         without @ signs.
1811
1812 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1813
1814         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1815
1816 2010-10-04  Julien Danjou  <julien@danjou.info>
1817
1818         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1819         for XEmacs.
1820
1821 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1822
1823         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1824
1825         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1826         (nnimap-close-server): Implement.
1827
1828         * dgnushack.el (iswitchb): Require to shut up the compiler.
1829
1830         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1831         (shr-insert): Tweak line breaking.
1832         (shr-insert): Handle <pre> better.
1833         (shr-tag-li): Get <li> indentation right.
1834         (shr-tag-li): Get <li> indentation even righter.
1835         (shr-tag-blockquote): Ensure paragraph start.
1836         (shr-make-table): Tweak table generation.
1837         (shr-make-table): Fix typo.
1838
1839         * shr.el: Implement table rendering.
1840
1841 2010-10-04  Julien Danjou  <julien@danjou.info>
1842
1843         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1844
1845 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1846
1847         * shr.el (shr-insert): Use string anchors instead of line anchors.
1848
1849 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1850
1851         * shr.el: Add headings.
1852         (shr-ensure-paragraph): Actually work.
1853         (shr-tag-li): Make <ul> prettier.
1854         (shr-insert): Get white space at the beginning/end of elements right.
1855         (shr-tag-p): Collapse subsequent <p>s.
1856         (shr-ensure-paragraph): Don't insert double line feeds after blank
1857         lines.
1858         (shr-insert): \t is also space.
1859         (shr-tag-s): Fix "s" tag name function.
1860         (shr-tag-s): Fix face prop name.
1861
1862 2010-10-03  Julien Danjou  <julien@danjou.info>
1863
1864         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1865
1866         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1867         gnus-window-inside-pixel-edges.
1868
1869         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1870         gnus-ems.
1871
1872         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1873
1874         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1875         function.
1876
1877         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1878         resize choice.
1879
1880 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1881
1882         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1883         beginning of the buffer.
1884
1885         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1886         article buffer again.
1887
1888         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1889
1890         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1891         when it's at the start of the buffer.
1892
1893         * shr.el (shr-tag-blockquote): Convert name.
1894         (shr-rescale-image): Use the right image-size variant.
1895
1896         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1897         buffer isn't shown, then select the current article first instead of
1898         bugging out.
1899         (gnus-summary-select-article-buffer): Show both the article and summary
1900         buffers again.
1901
1902         * shr.el (shr-fontize-cont): Protect against regions with no text.
1903         Rename tag functions to shr-tag-* for enhanced security.
1904         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1905
1906 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1907
1908         * shr.el (shr-insert):
1909         * pop3.el (pop3-movemail):
1910         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1911         loaded.
1912
1913 2010-10-03  Glenn Morris  <rgm@gnu.org>
1914
1915         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1916
1917         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1918
1919         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1920
1921         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1922
1923         * gnus-util.el (gnus-make-local-hook): Simplify.
1924
1925 2010-10-02  Julien Danjou  <julien@danjou.info>
1926
1927         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1928         (gnus-ido-completing-read): New function.
1929         (gnus-emacs-completing-read): New function.
1930         (gnus-completing-read): Use gnus-completing-read-function.
1931         Add gnus-completing-read-function.
1932
1933 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1934
1935         * shr.el (shr-insert-document): Autoload.
1936         (shr-img): Be silent.
1937         (shr-insert): Add a newline after every picture before text.
1938         (shr-add-font): Use overlays for combining faces.
1939         (shr-insert): Pass upwards the text start point.
1940
1941         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1942         possible.
1943         (mm-shr): New function.
1944
1945 2010-10-02  Julien Danjou  <julien@danjou.info>
1946
1947         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1948         should go backward.
1949
1950 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1951
1952         * shr.el (shr): Fix typo in provide call.
1953
1954 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * shr.el: New file.
1957
1958         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1959
1960         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1961         completing read.
1962
1963 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1964
1965         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1966         we're being queried about.  Suggested by Dan Jacobson.
1967
1968         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1969         Suggested by Jason Eisner.
1970
1971         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1972         table, too.  Suggested by Stefan Wiens.
1973         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1974         the table unnecessary.  Suggested by Stefan Wiens.
1975
1976         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1977         longer needed, and probably doesn't work either, as pointed out by
1978         Stefan Wiens.
1979         (gnus-summary-exit): Remove call to the clearing function.
1980         (gnus-summary-exit-no-update): Ditto.
1981
1982         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1983         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1984         Reported by Stefan Monnier.
1985         (gnus-summary-save-in-rmail): Ditto.
1986
1987         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1988         article buffer, instead of both the article buffer and the summary
1989         buffer.  Sort of suggested by Dan Jacobson.
1990
1991         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1992
1993         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1994         Suggested by Dan Jacobson.
1995
1996         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1997         documentation clearer.
1998
1999         * message.el (message-shorten-references): Comment on the number "21".
2000         Suggested by Stefan Monnier.
2001
2002         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2003         Suggested by Dan Jacobson.
2004
2005         * gnus.el (gnus-large-newsgroup):
2006         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2007
2008         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2009         externalize attachments.  Bug reported by Steve Wen.
2010
2011         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2012         really message anything to the user.
2013
2014         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2015         directly.
2016
2017         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2018         messages in empty groups.
2019
2020 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2021
2022         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2023         non-UIDNEXT group.
2024
2025 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2026
2027         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2028         not the value from the collection.
2029
2030         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2031         values.  This sometimes happens on some groups that have no info.
2032         (nnimap-request-newgroups): New function.
2033
2034 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2035
2036         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2037         check into `gnus-registry-initialize'.
2038         (gnus-registry-initialize): Ditto.
2039         Fix and extend header docs.
2040
2041 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2042
2043         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2044         regexp backtrace overflows.
2045
2046         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2047         for starttls that tls.el implements; i.e. openssl.
2048
2049         * tls.el (tls-starttls-switches): Give up on using starttls with
2050         gnutls-cli.
2051         (tls-program): Add --insecure to be consistent with the defaults from
2052         openssl s_client.  Now all three commands are insecure.
2053
2054 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2055
2056         * lpath.el: Bind completion-styles-alist for XEmacs.
2057
2058         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2059         (gravatar-create-image): New function that's an alias to
2060         gnus-xmas-create-image, gnus-create-image, or create-image.
2061         (gravatar-data->image): Use it.
2062
2063 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2064
2065         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2066         install the nnregistry refer method.
2067         (gnus-registry-install-hooks): Use it.
2068         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2069         unfollowed groups.
2070
2071 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2072
2073         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2074         expanding threads.
2075
2076 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2077
2078         * nnir.el: Use the server names without suffixes (bug #7009).
2079
2080         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2081         unencrypted to STARTTLS, if possible.
2082
2083 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2084
2085         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2086         headers before superseding.
2087
2088 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2089
2090         * nnrss.el (nnrss-use-local): Add documentation.
2091
2092         * nnimap.el (nnimap-extend-tls-programs): New function.
2093         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2094         (nnimap-wait-for-connection): Accept the greeting from the stupid
2095         output from openssl s_client -starttls, too.
2096
2097         * tls.el (tls-starttls-switches): New variable.
2098         (tls-find-starttls-argument): Use it.
2099         (open-tls-stream): Ditto.
2100
2101         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2102         (netrc-machine): Ditto.
2103
2104         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2105         article number.
2106         (nnimap-split-fancy): New variable.
2107         (nnimap-split-incoming-mail): Use it.
2108
2109         * nntp.el (nntp-server-list-active-group): Document.
2110
2111         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2112         SELECT to get the message-id.
2113
2114         * mail-source.el (mail-sources): Remove webmail support.
2115         (defvar): Ditto.
2116         (mail-source-fetcher-alist): Ditto.
2117         (mail-source-fetch-webmail): Remove.
2118
2119         * webmail.el: Remove -- doesn't seem relevant any more.
2120
2121         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2122
2123         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2124         the \r.
2125
2126 2010-09-30  Julien Danjou  <julien@danjou.info>
2127
2128         * gnus-agent.el (gnus-agent-add-group): Fix call to
2129         gnus-completing-read.
2130
2131 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2132
2133         * nndoc.el (nndoc-retrieve-groups): New function.
2134
2135         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2136         `default', use nnmail-split-methods.
2137         (nnimap-request-article): Downcase the NILs so that they are nil.
2138
2139         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2140         symbol.
2141
2142         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2143         code, since if the user has requested network, that's what they ought
2144         to get.
2145         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2146         (nnimap-split-rule): Mark as obsolete.
2147
2148         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2149         New variable.
2150
2151         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2152         correct slot, too.
2153
2154 2010-09-29  Julien Danjou  <julien@danjou.info>
2155
2156         * gnus.el (gnus-local-domain): Declare variable obsolete.
2157
2158         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2159         Fix history computing.
2160         (gnus-ido-completing-read): Require ido.
2161
2162 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2165         build Gnus.
2166
2167         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2168         when interpreting the structures.
2169         (nnimap-request-accept-article): Add \r\n to the lines to make this
2170         work with Cyrus.
2171
2172         * nndraft.el (nndraft-request-expire-articles): Use the group name
2173         instead if "nndraft".  Fix found by Nils Ackermann.
2174
2175 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2176
2177         * nnregistry.el: Add.
2178
2179 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2180
2181         * nnmail.el (group, group-art-list, group-art):
2182         Remove unneeded directives.
2183
2184 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2187         (mm-mime-charset)
2188         * rfc2047.el (rfc2047-syntax-table)
2189         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2190
2191         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2192         rather than `insert-file-contents' and `eval-region'.
2193
2194         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2195         construction.
2196
2197         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2198
2199         * time-date.el: No need to require cl for Emacs 21.
2200
2201 2010-09-29  Julien Danjou  <julien@danjou.info>
2202
2203         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2204         replacement of `gnus-gravatar-relief' to mimic
2205         `gnus-faces-properties-alist'.
2206         Add :version property.
2207
2208 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2209
2210         * mail-source.el (mail-source-report-new-mail)
2211         * message.el (message-default-mail-headers)
2212         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2213
2214         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2215
2216 2010-09-28  Julien Danjou  <julien@danjou.info>
2217
2218         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2219         mail-address contains the same string as real-name.
2220
2221         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2222         non-blank in header, otherwise it'll get stripped.
2223
2224         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2225         real-name, and then for mail address rather than doing : or , search.
2226
2227 2010-09-27  Julien Danjou  <julien@danjou.info>
2228
2229         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2230         right completing-read function.
2231         (gnus-use-ido): New variable
2232         (gnus-completing-read-with-default): Remove.
2233         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2234         (gnus-agent-add-group):
2235         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2236         * mm-view.el (mm-view-pkcs7-decrypt):
2237         * mm-util.el (mm-codepage-setup):
2238         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2239         * mml-smime.el (mml-smime-openssl-sign-query):
2240         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2241         (mml-insert-multipart):
2242         * gnus-msg.el (gnus-summary-yank-message):
2243         * gnus-int.el (gnus-start-news-server):
2244         * mm-decode.el (mm-interactively-view-part):
2245         * gnus-dired.el (gnus-dired-attach):
2246         * gnus.el (gnus-read-method):
2247         * gnus-bookmark.el (gnus-bookmark-jump):
2248         * gnus-art.el (gnus-mime-view-part-as-type)
2249         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2250         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2251         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2252         * nnmairix.el (nnmairix-create-server-and-default-group)
2253         (nnmairix-update-groups, nnmairix-get-server)
2254         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2255         (nnmairix-get-group-from-file-path):
2256         * nnrss.el (nnrss-find-rss-via-syndic8):
2257         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2258         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2259         (gnus-group-browse-foreign-server):
2260         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2261         (gnus-summary-execute-command, gnus-summary-respool-article)
2262         (gnus-read-move-group-name):
2263         * gnus-score.el (gnus-summary-increase-score)
2264         (gnus-summary-score-effect):
2265         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2266
2267 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2270         x-focus-frame.
2271
2272         * nnimap.el (auth-source-forget-user-or-password)
2273         (auth-source-user-or-password): Autoload.
2274
2275         * message.el (message-from-style, message-interactive)
2276         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2277         (message-yank-prefix, message-indentation-spaces, message-signature)
2278         (message-signature-file): Add comment.
2279
2280 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2281
2282         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2283         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2284         new articles.
2285
2286         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2287         parts.
2288         (nnimap-request-article): Work with the t setting, too.
2289
2290         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2291         that you don't get flashes of other buffers.
2292         (gnus-summary-show-complete-article): Intern before setting.
2293
2294 2010-09-27  David Engster  <dengste@eml.cc>
2295
2296         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2297         well as HEADERS.
2298         (nnmairix-retrieve-headers): Provide new argument for the above.
2299
2300 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2301
2302         * gnus-sum.el (gnus-summary-move-article): Don't alter
2303         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2304         group.
2305
2306         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2307
2308         * message.el (message-cite-prefix-regexp): Revert my last edit.
2309
2310         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2311         variable instead of the Gnus variable.
2312
2313         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2314
2315         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2316
2317         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2318         since some servers don't like it.
2319         (nnimap-open-connection): Forget credentials if the server says the
2320         password was wrong.
2321         (nnimap-parse-line): Protect against invalid data.
2322
2323         * gnus-sum.el (gnus-summary-move-article): Add comment.
2324         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2325         nothing alters it while scanning for new messages.
2326
2327         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2328         which may or may not help.
2329         (nnimap-open-connection): If we're doing a stream connection, and then
2330         discover we're on a STARTTLS-capable server, then open a STARTTLS
2331         connection instead.
2332
2333 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2334
2335         * nnimap.el (utf7): Require.
2336
2337         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2338         prefix.
2339
2340 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2341
2342         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2343
2344 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * nnimap.el (nnimap-request-accept-article): Message the error on
2347         error.
2348
2349 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2352
2353 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2354
2355         * nndoc.el (nndoc-request-list): Return success always.
2356
2357         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2358         `fetch-old' -- we only want to fetch the articles we've requested.
2359         The rest are in the agent, probably.
2360         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2361         disappeared server" to something low.  It's not important.
2362
2363         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2364         arrived before the FETCH data.
2365
2366         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2367         target here, because we don't know the Gnus name of the group.
2368
2369         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2370         for the correct group.
2371
2372         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2373
2374         * gnus.el (gnus): Give a final warning after startup.
2375
2376         * gnus-util.el (gnus-action-message-log): New variable.
2377         (gnus-message): Use it.
2378         (gnus-final-warning): New function.
2379
2380         * nnimap.el (nnimap-open-connection): Record the greeting.
2381         (nnimap): Add greeting.
2382
2383 2010-09-26  Julien Danjou  <julien@danjou.info>
2384
2385         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2386         arguments.
2387         (gnus-html-wash-images): Fix spec computing to include start/end.
2388
2389         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2390
2391 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2392
2393         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2394         deletion.
2395         (nnimap-retrieve-headers): Don't select the group, because that's
2396         already done by nnimap-possibly-change-group.
2397
2398         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2399         (gnus-picon-transform-address): Use it.
2400
2401         * mail-source.el (mail-source-value): Revert previous patch.
2402
2403         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2404         on failure.
2405         (nnimap-open-connection): Look up both virtual and physical server name
2406         credentials.
2407
2408         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2409
2410 2009-02-07  Dave Love  <fx@gnu.org>
2411
2412         * tls.el (open-tls-stream): Don't query killing process.
2413
2414 2009-02-08  Dave Love  <fx@gnu.org>
2415
2416         * gnus-win.el (gnus-window-to-buffer-helper)
2417         (gnus-all-windows-visible-p): Function needn't be a symbol.
2418
2419         * mail-source.el (mail-source-value): Function needn't be a symbol.
2420
2421 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2422
2423         * message.el (message-cite-prefix-regexp): Remove } from the cite
2424         prefix.
2425
2426         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2427         highlight again, so that the highlight is correct.
2428
2429         * gnus-picon.el (gnus-picon): Remove again.
2430         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2431
2432         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2433         doing the header highlightling, so that the background colour of the
2434         picon is correct.
2435
2436         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2437         (gnus-picon): Ditto.
2438         (gnus-picon): Reinstate.  The background colour for picons is white.
2439         (gnus-picon-insert-glyph): Make the background white.
2440
2441         * nnml.el (nnml-open-nov): Don't return dead buffers.
2442
2443         * auth-source.el (auth-source-create): Query the user for whether to
2444         store the credentials.
2445
2446         * netrc.el (netrc-store-data): New function.
2447
2448         * auth-source.el (auth-source-user-or-password): Use the existing auth
2449         sources, if any, for creation.
2450
2451         * gnus.el (gnus-group-fast-parameter): Return the last matching
2452         parameter instead of the first matching parameter.
2453
2454 2010-09-26  Julien Danjou  <julien@danjou.info>
2455
2456         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2457
2458 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2459
2460         * mml2015.el (mml2015-use): Remove gpg support.
2461
2462         * mml1991.el (mml1991-function-alist): Remove gpg function.
2463         (mml1991-gpg-sign): Remove.
2464
2465 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2466
2467         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2468         (gnus-browse-unsubscribe-current-group): Document it.
2469         (gnus-browse-unsubscribe-group): Use it.
2470
2471 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472
2473         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2474         address to the To list for easier response.
2475
2476         * gnus.el (gnus-play-startup-jingle): Remove.
2477         (gnus-splash): Don't play jingle.
2478         (gnus): Silence gnus-load message.
2479
2480         * gnus-art.el (gnus-treat-play-sounds): Remove.
2481
2482         * gnus.el (gnus-play-jingle): Remove audio support.
2483
2484         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2485
2486         * earcon.el: Remove -- no users.
2487
2488         * gnus-audio.el: Remove -- no users of this package.
2489
2490         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2491
2492         * gnus-start.el (gnus-setup-news): Remove nocem support.
2493
2494         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2495
2496         * gnus.el (gnus-use-nocem): Remove.
2497
2498         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2499         Remove.
2500
2501         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2502         uses NoCeM any more.
2503
2504         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2505         (gnus-button-ctan-handler): Ditto.
2506         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2507         (gnus-button-ctan-directory-regexp): Ditto.
2508         (gnus-button-handle-ctan): Ditto.
2509         (gnus-button-tex-level): Ditto.
2510         (gnus-button-alist): Remove CTAN stuff.
2511
2512 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513
2514         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2515         nnimap-streaming test.
2516
2517         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2518         servers twice.
2519
2520         * nnimap.el (nnimap-open-connection): Add more error reporting when
2521         nnimap fails early.
2522
2523         * nnheader.el (nnheader-get-report-string): New function.
2524         (nnheader-get-report): Use it.
2525
2526         * gnus-int.el (gnus-check-server): Say what the error was when opening
2527         failed.
2528
2529         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2530         using streaming.
2531
2532 2010-09-25  Julien Danjou  <julien@danjou.info>
2533
2534         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2535         gnus-window-inside-pixel-edges.
2536
2537 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538
2539         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2540
2541         * mm-decode.el (mm-save-part): Allow saving to other directories the
2542         normal Emacs way.
2543
2544         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2545         Suggested by Jay Berkenbilt.
2546
2547         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2548         there isn't a single byte.
2549
2550         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2551         just do it.  It doesn't really seem to matter what the user responds
2552         here, I think, so it's just a confusing question.
2553
2554         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2555         non-streaming case.
2556
2557         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2558         (gnus-article-encrypt-body): Use it.
2559
2560         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2561         keystroke.
2562
2563         * nnimap.el (nnimap-find-wanted-parts-1):
2564         Use gnus-fetch-partial-articles.
2565
2566         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2567
2568         * nnimap.el (nnimap-insert-partial-structure): New function.
2569         (nnimap-get-partial-article): New function.
2570         (nnimap-request-article): Use it.
2571         (nnimap-wait-for-response): Return whether the wait was successful.
2572         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2573         retrieval wasn't successful.
2574         (nnimap-retrieve-group-data-early): Allow throttling servers.
2575         (nnimap-streaming): New variable.
2576         (nnimap-fetch-partial-articles): Remove.
2577
2578         * mm-decode.el (mm-with-part): Protect against killed buffers.
2579
2580         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2581         for prettier summary display.
2582
2583 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2584
2585         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2586
2587 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2588
2589         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2590         apparently third-party libraries depend on it.
2591
2592         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2593         before starting negotiation.
2594
2595         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2596         privacy reasons.
2597         (gnus-treat-mail-gravatar): Ditto.
2598
2599         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2600         buffer when inserting images.  Inserting text into the headers, for
2601         instance, can make them invalid.
2602
2603 2010-09-25  Julien Danjou  <julien@danjou.info>
2604
2605         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2606         variables.
2607
2608         * nnheader.el: Remove useless variables news-reply-yank-from and
2609         news-reply-yank-message-id.
2610
2611         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2612         variables.
2613
2614         * mml1991.el: Remove useless mml1991-verbose.
2615
2616         * gnus.el: Remove useless variable gnus-use-generic-from.
2617         Remove obsolete variable gnus-topic-indentation.
2618
2619         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2620
2621         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2622
2623         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2624
2625         * gnus-group.el: Remove useless gnus-group-icon-cache.
2626         Remove useless gnus-ephemeral-group-server.
2627
2628         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2629
2630         * mml2015.el: Remove useless mml2015-verbose.
2631
2632         * mml-smime.el: Remove useless mml-smime-verbose.
2633
2634         * gnus.el: Remove useless gnus-local-domain.
2635
2636         * gnus-gravatar.el (gnus-gravatar-transform-address):
2637         Use gnus-gravatar-size.
2638
2639         * gnus-art.el: Remove useless gnus-treat-translate.
2640
2641 2010-09-24  Julien Danjou  <julien@danjou.info>
2642
2643         * gnus-sum.el: Add support for Gravatars.
2644
2645         * gnus-art.el: Add support for Gravatars.
2646
2647         * gnus-gravatar.el: Add this file.
2648
2649         * gravatar.el: Add this file.
2650
2651 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2652
2653         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2654
2655         * gnus-group.el (gnus-group-fetch-faq): Remove.
2656
2657         * gnus.el (gnus-group-faq-directory): Remove.
2658
2659         * gnus-group.el (gnus-group-fetch-charter): Remove.
2660
2661         * gnus.el (gnus-group-charter-alist): Remove.
2662
2663         * gnus-group.el (gnus-group-archive-directory): Remove.
2664         (gnus-group-recent-archive-directory): Ditto.
2665         (gnus-group-make-archive-group): Remove.
2666
2667         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2668
2669         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2670         use the same article number for all the cached articles.
2671
2672         * nnimap.el (nnimap-command): Register the last command time so
2673         that we can use it for idling NOOPs.
2674         (nnimap-open-connection): Start the keeplive timer.
2675         (nnimap-make-process-buffer): Store all the process buffers.
2676         (nnimap-keepalive): New function.
2677
2678         * starttls.el (starttls-open-stream): Add autoload cookie.
2679
2680 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2681
2682         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2683         handling.
2684
2685 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2686
2687         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2688         its data structures.
2689
2690         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2691         instead of the cl.el copy-list.
2692         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2693         equalp.
2694
2695 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2696
2697         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2698         and tool-bar-local-item-from-menu.
2699
2700         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2701         mode-line-highlight face for Emacs.
2702
2703         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2704         loading gnus-sum.elc; fix comment for canlock-verify.
2705         (gnus-article-jump-to-part): Use read-number.
2706         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2707         Remove Emacs pre-21 compatible code for help-echo.
2708         (gnus-article-next-page-1): No need to adjust the number of lines.
2709         (gnus-article-describe-bindings): Always use help-buffer.
2710
2711         * gnus-audio.el (gnus-audio-inline-sound)
2712         * gnus-cus.el (gnus-custom-mode)
2713         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2714
2715         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2716
2717         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2718         compatible code.
2719
2720 2010-09-24  Glenn Morris  <rgm@gnu.org>
2721
2722         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2723         visiting the fcc file in rmail-mode.
2724
2725         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2726
2727 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2728
2729         * nnir.el: Silence the byte compiler.
2730
2731         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2732         alias to browse-url-url-encode-chars if any.
2733         (gnus-html-encode-url): Use it.
2734
2735 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736
2737         * gnus-start.el (gnus-use-backend-marks): New variable.
2738         (gnus-get-unread-articles-in-group): Use it.
2739
2740         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2741         makeover.
2742
2743 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2744
2745         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2746
2747 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2748
2749         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2750         Remove.
2751         (gnus-setup-news-hook):
2752         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2753
2754         * gnus-int.el (gnus-request-update-info): Protect against backends not
2755         having the function.
2756
2757         * nnimap.el (nnimap-stream): Mention starttls.
2758         (nnimap-open-connection): Add starttls support.
2759
2760 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2761
2762         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2763
2764 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765
2766         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2767         BODYSTRUCTUREs.
2768         (nnimap-transform-headers): Unfold quoted {42} headers.
2769
2770         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2771         the info.
2772         (gnus-get-unread-articles): Only call updatep on backends that support
2773         it.
2774
2775         * nnweb.el (nnweb-request-update-info): NOOP.
2776
2777         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2778
2779         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2780         since it only deals with marks.
2781
2782         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2783         gnus-request-marks, and make a new gnus-request-update-info.
2784
2785         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2786         the active instead of the high number, which is usually too low.
2787
2788 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2789
2790         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2791         * encrypt.el: Remove.
2792
2793 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794
2795         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2796         server in symbolic form.
2797
2798         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2799
2800 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801
2802         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2803         (nnimap-update-info): Fix up code slightly.
2804
2805         * gnus-int.el (gnus-open-server): Add tracing for performance
2806         debugging.
2807
2808         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2809         (gnus-group-insert-group-line): Pass the real group name so that it
2810         gets the right data.
2811
2812         * gnus-start.el (gnus-get-unread-articles): Don't have
2813         `gnus-get-unread-articles-in-group' update info, since that can be
2814         really slow and doesn't seem to be needed?
2815
2816 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2817
2818         * time-date.el (date-to-time): Try using parse-time-string first before
2819         using the slower timezone-make-date-arpa-standard.
2820
2821 2010-09-22  Julien Danjou  <julien@danjou.info>
2822
2823         * gnus-group.el (gnus-group-insert-group-line):
2824         Call gnus-group-highlight-line.
2825         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2826         default hook list.
2827         (gnus-group-update-eval-form): Add new function.
2828         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2829         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2830
2831 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2832
2833         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2834         immediate, then expire all articles.
2835         (nnimap-update-info): Fix off-by-one errors.
2836         (nnimap-flags-to-marks): Would return no marks lists for group with no
2837         flags.  Instead return the other data.
2838
2839 2010-09-22  Julien Danjou  <julien@danjou.info>
2840
2841         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2842         Only return an icon.
2843         (gnus-group-insert-group-line): Compute icon to return.
2844
2845         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2846         (gnus-html-image-fetched): Only cache if
2847         gnus-html-image-automatic-caching is set.
2848         (gnus-html-image-fetched): Check for errors.
2849
2850 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2851
2852         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2853         once per method on `g'.  This ensures that backends like nnfolder don't
2854         open all their folders.
2855
2856         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2857         (nnimap-request-list): Nix out group in the correct buffer.
2858         (nnimap-parse-flags): Implement by using `read' instead of
2859         hand-parsing.
2860         (nnimap-flags-to-marks): Pass on permanent-flags.
2861         (nnimap-make-process-buffer): Record the server name.
2862         (nnimap-parse-flags): Fix typo.
2863         (nnimap-request-scan): Run split on the server in general, not just a
2864         single group.
2865
2866         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2867         parameter, and propagate this downwards.
2868
2869         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2870         since EXAMINE changes it on the server.
2871
2872         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2873         this command might take a while.
2874
2875 2010-09-22  Julien Danjou  <julien@danjou.info>
2876
2877         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2878         harmful if you have 2 images side-by-side, they can't be properly
2879         update on text deletion.  Using text-property is safer here.
2880         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2881         data.
2882
2883 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2884
2885         * nnimap.el (nnimap-expunge-inbox): Remove.
2886         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2887         (nnimap-expunge): Flip default to t.
2888
2889         * gnus.el (gnus-method-to-server): Don't push things to the cache
2890         unless it's unique.
2891         (gnus-server-to-method): Ditto.
2892
2893 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2894
2895         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2896
2897 2010-09-22  Julien Danjou  <julien@danjou.info>
2898
2899         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2900         get the start of data.
2901         (gnus-html-encode-url): Add this function to encode special chars in
2902         URL.
2903         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2904         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2905
2906         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2907         default.
2908         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2909
2910         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2911         images alt-text.
2912         (gnus-html-put-image): Put alt-text as help-echo.
2913
2914 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2917         * mm-util.el (mm-decompress-buffer)
2918         * nnir.el (nnir-run-find-grep)
2919         * pop3.el (pop3-list): Use 3rd arg of split-string.
2920
2921         * time-date.el (format-seconds): Comment fix.
2922
2923         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2924         and byte-optimize-form-code-walker.
2925         (dgnushack-make-auto-load): Don't advise make-autoload.
2926
2927         * lpath.el: Remove Emacs 21 stuff.
2928
2929 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930
2931         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2932         outside the active range.  Suggested by Dan Christensen.
2933
2934         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2935         slightly later to avoid double-getting it.
2936
2937         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2938         previous patch.
2939
2940         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2941
2942 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2943
2944         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2945
2946 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2947
2948         * gnus-int.el (gnus-open-server): Give a better error message in the
2949         "go offline" case.
2950
2951         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2952         marks for nnimap, which is seldom the right thing to do.
2953
2954         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2955         (gnus-same-method-different-name): New function.
2956
2957         * nnimap.el (parse-time): Require.
2958
2959         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2960         method in the presence of many similar methods.
2961
2962         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2963
2964         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2965         nnml-inhibit-expiry.
2966
2967         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2968         find out whether methods are equal.
2969
2970         * nnimap.el (nnimap-find-expired-articles): New function.
2971         (nnimap-process-expiry-targets): New function.
2972         (nnimap-request-move-article): Request the article before looking at
2973         what the Message-ID is.  Fix found by Andrew Cohen.
2974         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2975
2976         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2977         for oldness in addition to being a predicate.
2978
2979         * nnimap.el (nnimap-request-group): When we have zero articles, return
2980         the right data to Gnus.
2981         (nnimap-request-expire-articles): Only delete articles immediately if
2982         the target is 'delete.
2983
2984         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2985         method, this would bug out.
2986
2987         * gnus-group.el (gnus-group-expunge-group): Rename from
2988         gnus-group-nnimap-expunge, and implemented as a normal interface
2989         function.
2990
2991         * gnus-int.el (gnus-request-expunge-group): New function.
2992
2993         * nnimap.el (nnimap-request-create-group): Implement.
2994         (nnimap-request-expunge-group): New function.
2995
2996 2010-09-21  Julien Danjou  <julien@danjou.info>
2997
2998         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2999         (gnus-html-cache-expired): Add new function.
3000         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3001         wethever we should display image for fetch it.
3002         Compute alt-text earlier to pass it to the fetching function too.
3003         (gnus-html-schedule-image-fetching): Change function argument to only
3004         get one image at a time, not a list.
3005         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3006         cache.
3007         (gnus-html-get-image-data): New function to retrieve image data from
3008         cache.
3009         (gnus-html-put-image): Change buffer argument to use image data rather
3010         than file, and place image above region rather than inserting a new
3011         one.  Do not take alt-text as argument, since it's useless now: we place
3012         the image above alt-text.
3013         (gnus-html-prune-cache): Remove.
3014         (gnus-html-show-images): Start to fetch image when we find one, do not
3015         push into a temporary list.
3016         (gnus-html-prefetch-images): Only fetch image if they have expired.
3017         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3018         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3019
3020 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3021
3022         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3023
3024 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3025
3026         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3027         spec inser "*" if the group isn't active instead of 0.
3028
3029         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3030         opening the server.
3031         (nnimap-request-delete-group): Implement group deletion.
3032         (nnimap-transform-headers): Return the size of the entire message in
3033         the Bytes header, not just the size of the first part.
3034         (nnimap-request-move-article): When moving an article from nnimap,
3035         request the article first so the accepting form has an article to
3036         accept.  Reported by Dan Christensen.
3037         (nnimap-command): Make sure that the error message doesn't error out.
3038
3039 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3040
3041         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3042         we haven't requested anything.
3043
3044 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3045
3046         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3047         "".  Fix found by Andrew Cohen.
3048
3049         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3050         instead of -encode-string.
3051
3052 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3053
3054         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3055
3056         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3057         by mm-subst-char-in-string.
3058
3059 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3060
3061         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3062         waiting for the connection string.
3063
3064         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3065         arriving.
3066
3067         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3068         bogus characters.  This allows selecting certain Gmail groups.
3069
3070         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3071         (nnimap-fetch-partial-articles): New variable.
3072         (nnimap-open-connection): When looking for credentials, also use the
3073         nnimap-server-port.
3074         (nnimap-request-article): Return the group/article number, so that Gnus
3075         `^' works as expected.
3076         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3077
3078         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3079         comments.
3080         (gnus-methods-sloppily-equal): New function.
3081         (gnus): When using the development version of Gnus, load the gnus-load
3082         file.
3083
3084         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3085         `gnus-open-server' on each method before trying to scan them etc.
3086         This ensures that all the backend parameters are set correctly.
3087
3088         * nnimap.el (nnimap-authenticator): New variable.
3089         (nnimap-open-connection): Allow anonymous login.
3090         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3091         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3092
3093         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3094         patch, found by Knut Anders Hatlen.
3095
3096 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3097
3098         * gnus-agent.el (gnus-agent-batch-confirmation)
3099         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3100         to gnus-message.
3101         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3102         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3103         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3104         * gnus-int.el (gnus-open-server): Likewise.
3105         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3106         (gnus-score-check-syntax): Likewise.
3107         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3108         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3109         Likewise.
3110         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3111
3112 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3113
3114         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3115         calling conventions so that prefetch doesn't bug out.
3116
3117 2010-09-19  Julien Danjou  <julien@danjou.info>
3118
3119         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3120         rather than `subst-char-in-region' in order to be able to replace ASCII
3121         char by UTF-8 ones.
3122
3123         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3124         than curl.
3125         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3126         the right URL and ALT text on images.
3127         (gnus-html-wash-tags): Fix tag case.
3128         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3129         (gnus-article-html): Add -o display_ins_del=2 option.
3130         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3131
3132 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3133
3134         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3135         the extra mail headers, which sometimes seem to happen for unknown
3136         reasons.
3137
3138         * mail-parse.el (mail-header-encode-parameter): Define as
3139         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3140         (or most, perhaps?) mail readers don't understand the latter, but do
3141         understand the former.
3142
3143         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3144         to nil, so that no methods are automatically agentized.  I think this
3145         is probably what most users want.
3146
3147         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3148         from url-retrieve, for instance about invalid URLs.
3149
3150         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3151         groups that have no articles.
3152         (nnimap-request-article): Check that we really got an article when we
3153         requested one.
3154
3155         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3156         doesn't exist.
3157
3158         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3159         nntp buffer so the agent can save it.
3160         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3161         that CRLF doesn't get translated to \n.
3162         (nnimap-open-connection): Don't make 'shell commands only send \n.
3163
3164 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3165
3166         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3167         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3168         Update var name.
3169         (nnml-generate-nov-file): Use dolist.
3170         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3171         Use with-current-buffer.
3172
3173 2010-09-18  Julien Danjou  <julien@danjou.info>
3174
3175         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3176         parallel.
3177
3178 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3181         the range update right.
3182         (nnimap-request-group): Don't make `M-g' bug out on group with no
3183         marks.
3184         (nnoo): Require, so that other packages can require nnimap.
3185         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3186         command we're looking for.  This helps when the server sends more
3187         responses after we've gotten everything we expected.
3188         (nnimap): Add a `newlinep' field to keep track of end-of-line
3189         conventions.
3190         Don't send CRLF to things that don't want it.
3191         (nnimap-request-accept-article): Ditto.
3192
3193 2010-09-18  Julien Danjou  <julien@danjou.info>
3194
3195         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3196         than curl to retrieve images.
3197
3198 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3199
3200         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3201         the marks.
3202         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3203         (nnimap-wait-for-connection): New function.
3204         (nnimap-open-connection): If we have PREAUTH, don't query for login
3205         credentials.
3206         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3207         when doing a partial update.
3208
3209 2010-09-18  Julien Danjou  <julien@danjou.info>
3210
3211         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3212         tags.
3213
3214 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3215
3216         * nnimap.el (nnimap-credentials): New function.
3217         (nnimap-open-connection): Use the new function to look for credentials
3218         also on the numeric equivalents of "imap" and "imaps".
3219
3220         * gnus-start.el (gnus-activate-group): Send the info to
3221         gnus-request-group.
3222
3223         * nnimap.el (nnimap-request-group): Have the "check" version of the
3224         function parse flags and update the info, so that a `M-g' get a total
3225         resync of all flags from the group.
3226
3227         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3228         to allow backends to alter the info on group selection.  Also alter all
3229         the backend -request-group functions to take the parameter.
3230
3231         * nnimap.el (nnimap-store-info): New function.
3232         (nnimap-update-info): Store the info for later usage.
3233         (nnimap-request-group): Use the stored info for the dont-check case, so
3234         that we don't retrieve all marks when we enter a group.
3235
3236         * nnimap.el: Use deffoo instead of defun for interface functions.
3237
3238         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3239         update the group info.  This makes the nndraft groups, for instance, go
3240         back to their old behaviour.
3241
3242         * gnus-sum.el (gnus-select-newsgroup): Indent.
3243
3244         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3245         in.
3246         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3247         nothing.
3248
3249         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3250         from methods that are denied.
3251
3252         * gnus-int.el (gnus-method-denied-p): New function.
3253
3254         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3255         store the password instead of netrc.
3256         (nnimap-open-connection): Don't error out when we can't make a
3257         connections.
3258
3259         * auth-source.el (auth-source-create): In the password prompt, say what
3260         we're querying for.  Also prompt for user name if that hasn't been
3261         given.
3262
3263         * nnimap.el (nnimap-with-process-buffer): Remove.
3264
3265 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3266
3267         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3268         method when we're reading from the agent.
3269
3270         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3271
3272         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3273         that's probably most useful for users.
3274
3275         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3276         "failed" all the time.
3277
3278         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3279         ...)) with (with-current-buffer ... ).
3280
3281         * nntp.el (nntp-open-server): Return whether the open was successful or
3282         not.
3283
3284         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3285         select an unread unseen article first.
3286
3287         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3288         /etc/services, supply some sensible port defaults.
3289
3290         * dgnushack.el: Define netrc-credentials.
3291
3292 2010-09-17  Julien Danjou  <julien@danjou.info>
3293
3294         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3295
3296 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3297
3298         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3299         doesn't have any parameters.
3300
3301 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3302
3303         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3304         only upcased checks.
3305
3306         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3307
3308         * nnimap.el (nnimap-open-shell-stream): New function.
3309         (nnimap-open-connection): Use it.
3310         (nnimap-transform-headers): Get the number of lines in each message.
3311         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3312         number of lines.
3313         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3314         problem.
3315
3316         * utf7.el (utf7-encode): Autoload.
3317
3318         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3319         to allow the mail splitting to not return a default group.  This is
3320         useful for nnimap, which will leave unmatched mail in the inbox.
3321
3322         * nnimap.el: Rewritten.
3323
3324         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3325         nnimap usage.
3326
3327         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3328         if the move is internal, so that nnimap can do fast internal moves.
3329
3330         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3331         data.
3332         (gnus-read-active-for-groups): Support finishing the early retrieval of
3333         data.
3334
3335         * gnus-range.el (gnus-range-nconcat): New function.
3336
3337         * gnus-int.el (gnus-finish-retrieve-group-infos)
3338         (gnus-retrieve-group-data-early): New functions.
3339
3340 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3341
3342         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3343         (nnrss-retrieve-groups):
3344         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3345         (pop3-quit): Use with-current-buffer.
3346
3347 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3348
3349         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3350         instead of nnheader-accept-process-output.
3351
3352         * dgnushack.el (dgnushack-compile): Add comment.
3353
3354         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3355
3356         * gnus-html.el (gnus-html-schedule-image-fetching)
3357         (gnus-html-prefetch-images): Replace process-kill-without-query by
3358         gnus-set-process-query-on-exit-flag.
3359
3360 2010-09-16  Romain Francoise  <romain@orebokech.com>
3361
3362         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3363
3364 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3365
3366         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3367         parameter to unintern is mandatory-ish in Emacs 24.
3368
3369         * gnus-html.el (gnus-html-schedule-image-fetching)
3370         (gnus-html-prefetch-images): Check for curl before using it.
3371
3372         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3373         depend on curl, which isn't essential.
3374
3375         * imap.el: Revert back to version
3376         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3377         seem problematic.
3378
3379 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3380
3381         * gnus-registry.el (gnus-registry-install-shortcuts):
3382         Explicitly pass `obarray' to `unintern' to avoid a warning.
3383
3384 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3387         change.
3388
3389         * nnrss.el (nnrss-request-list): Remove this function and related
3390         functions, including the moreover stuff.
3391
3392 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3393
3394         * nnrss.el (nnrss-retrieve-groups): New function.
3395
3396 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3397
3398         * .dir-locals.el: Add no-byte-compile cookie.
3399
3400 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * time-date.el (format-seconds): Comment fix.
3403
3404         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3405         for back end that doesn't support request-scan.
3406
3407 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3408
3409         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3410         then do request scans from the backends.
3411
3412         * netrc.el (netrc-credentials): New conveniency function.
3413
3414         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3415         avoid running a hook per line, since this takes a lot of time,
3416         profiling shows.
3417         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3418         directly if gnus-visual-p is true.
3419
3420 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3423         groups; replace mapcar with dolist which is a bit faster; pass groups
3424         info to gnus-read-active-file-1.
3425         (gnus-read-active-file-1): Scan only specified groups if the new
3426         optional arg `infos' is given.
3427
3428 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429
3430         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3431
3432         * pop3.el (pop3-movemail): Remove.
3433         (pop3-streaming-movemail): Rename to pop3-movemail.
3434
3435         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3436         don't restrict end-tag searches to the end of the line.
3437
3438 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3439
3440         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3441         articles of every unchecked group to t, which means unknown since the
3442         server has never been opened.
3443
3444 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3445
3446         * gnus-html.el (gnus-html-show-alt-text): New command.
3447         (gnus-html-browse-image): Ditto.
3448         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3449         to browse the image directly.
3450         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3451         better.
3452
3453         * gnus-async.el (gnus-async-article-callback):
3454         Call `gnus-html-prefetch-images' unconditionally.
3455
3456         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3457         before feeding URLs to curl.
3458
3459 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3460
3461         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3462         internal images as deletable by `W D D'.
3463
3464         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3465         (gnus-async-article-callback): Fix typo.
3466
3467 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3468
3469         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3470         current line to work around bugs in the output from w3m.
3471
3472         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3473         for groups that want that.
3474
3475         * nntp.el (nntp-wait-for-string): Supply a timeout for
3476         accept-process-output to ensure progress.
3477
3478         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3479         level to get unread articles from, then use that for foreign groups,
3480         too.
3481
3482         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3483         confuses the rest of the function.
3484
3485         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3486         for the methods that support -retrieve-groups, too.
3487
3488         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3489
3490 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3493         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3494
3495         * pop3.el: Require cl when compiling.
3496         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3497
3498 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3499
3500         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3501         that aren't going to be activated.
3502         (gnus-get-unread-articles): Fix up the last commit.
3503
3504         * gnus-html.el (gnus-article-html): Allow calling without specifying
3505         the handle.  In that case, dissect the buffer first.
3506
3507         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3508
3509         * nnimap.el (nnimap-open-connection): Revert the change that would look
3510         into authinfo for imaps instead of imap.
3511
3512         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3513         say that you don't want to call gnus-request-group with don-check, but
3514         do check the reponse.  This is for virtual groups only.
3515         (gnus-get-unread-articles): Count the archive groups as secondary, so
3516         that they're activated the same way as before.
3517
3518         * imap.el (imap-message-map): Removed optional buffer parameter, since
3519         no callers use it.
3520         (imap-message-get): Ditto.
3521         (imap-message-put): Ditto.
3522         (imap-mailbox-map): Ditto.
3523         (imap-mailbox-put): Ditto.
3524         (imap-mailbox-get): Ditto.
3525         (imap-mailbox-get): Revert last change for this function.
3526
3527         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3528         case-insensitively.
3529         (nnimap-debug): Remove.
3530
3531         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3532         to use `imap-fetch' instead.  According to the comments, this should be
3533         safe, since all other IMAP clients use the 1:* syntax.
3534         (imap-enable-exchange-bug-workaround): Removed.
3535         (imap-debug): Removed -- doesn't seem very useful.
3536
3537         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3538         mail from a file, and the file doesn't exist.
3539
3540         * imap.el (imap-log): New convenience function used throughout instead
3541         of repeating the same code all over the place.
3542
3543         * pop3.el (pop3-streaming-movemail): Return t for success.
3544
3545         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3546         .authinfo if we're using ssl connection.
3547
3548         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3549         already have if we're in a main Gnus `g' run.
3550
3551         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3552
3553 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3556
3557         * nnmh.el (nnmh-request-list-1): Bind `file'.
3558
3559         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3560         alias to set-process-query-on-exit-flag or process-kill-without-query.
3561         (pop3-open-server): Use it.
3562
3563 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3564
3565         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3566         box to the Incoming file.  Fixes mistake in previous checkin.
3567
3568         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3569         request loop (for debugging purposes) removed.
3570
3571         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3572         culprit is more visible.
3573         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3574         (nnml-add-incremental-nov): New functions to do "incremental" nov
3575         updates, where we just append to the end of the existing nov files
3576         without reading/writing them in full.
3577
3578         * mail-source.el (mail-source-delete-crash-box): Really only check the
3579         incoming files once in a while.
3580
3581         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3582
3583         * mail-source.el (mail-source-delete-crash-box): Only check the
3584         incoming files for deletion once per day to save a lot of file
3585         accesses.
3586
3587         * pop3.el (pop3-logon): Fix up unbound variable typo.
3588
3589         * mail-source.el (pop3-streaming-movemail): Autoload.
3590
3591         * pop3.el (pop3-streaming-movemail):
3592         Respect pop3-leave-mail-on-server.
3593
3594         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3595         retrieval.
3596
3597         * pop3.el (pop3-process-filter): Remove unused function.
3598         (pop3-streaming-movemail, pop3-send-streaming-command)
3599         (pop3-wait-for-messages, pop3-write-to-file)
3600         (pop3-number-of-responses): New functions for streaming pop3
3601         retrieval.
3602
3603         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3604         come from no known methods.
3605         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3606         list.
3607
3608         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3609         message sizes.
3610         (pop3-movemail): Use erase-buffer instead of looping and deleting
3611         regions, which seems rather odd.
3612
3613         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3614         file once per `g' run.
3615
3616         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3617         directories.  This makes the draft queue directory work.
3618
3619         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3620         data from the backends, so that we only request the list of groups from
3621         each method once.  This should speed things up considerably.
3622
3623         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3624         detect that it's not implemented.
3625
3626         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3627         we actually do recurse down into the tree, but don't stat all leaf
3628         nodes.
3629
3630         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3631         then say so instead of bugging out.
3632
3633         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3634         files exist before trying to read them.
3635
3636         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3637         around <pre_int>.
3638
3639         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3640
3641         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3642
3643 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3644
3645         * mm-util.el (mm-image-load-path): Just return the image directories,
3646         not all directories in the path in addition to the image directories.
3647         (mm-image-load-path): Maintain a cache of the image directories so that
3648         the `g' command in Gnus doesn't have to stat dozens of directories each
3649         time.
3650
3651         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3652         (gnus-html-wash-tags): Add a new `i' command to insert images.
3653         (gnus-html-insert-image): New command and keystroke.
3654         (gnus-html-redisplay-with-images): New command and keystroke.
3655         (gnus-html-show-images): Rename command.
3656         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3657         spacers.
3658         (gnus-html-wash-tags): Decode entities at the end, so that entities
3659         inside the tags don't mess up the rest of the "parsing".
3660
3661         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3662         so that nnimap methods aren't agentized by default.  There's apparently
3663         many problems related to agent/imap behaviour.
3664
3665         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3666
3667         * gnus-html.el: Doc fix.
3668
3669 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3670
3671         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3672         specifier-spec-list for Emacs 21.
3673
3674         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3675         glyph-width and glyph-height instead of display-graphic-p and
3676         image-size; make avoidance of displaying small images work for XEmacs.
3677
3678         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3679         for XEmacs.
3680
3681         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3682         of symbol that holds plist data.
3683         (gnus-process-plist): Remove plist of process after getting it.
3684
3685 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686
3687         * message.el (message-generate-hashcash): Change default to
3688         'opportunistic if hashcash is installed.
3689
3690         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3691         (gnus-html-put-image): Only call image-size once, since it's somewhat
3692         time-consuming on remote X servers.
3693
3694 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3695
3696         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3697         type on data, not a file name.
3698
3699         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3700         window-pixel-edges for Emacs 21.
3701
3702         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3703         decoded contents.
3704         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3705
3706 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3707
3708         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3709         group line format, since it isn't very interesting.
3710
3711         * gnus-agent.el (gnus-agent-short-article),
3712         (gnus-agent-long-article): Increase values for these two variables,
3713         since most people are likely to have more network connection and
3714         storage than before.
3715
3716         * gnus.el (gnus-refer-article-method): Change default to 'current.
3717         When referring an article, the common behaviour is to refer it from the
3718         current select method, not the native select method.  The chances of
3719         the native select method having the message in question is rather slim
3720         these days.
3721
3722         * gnus-sum.el (gnus-auto-select-subject): Change default to
3723         `unseen-or-unread'.  I think it's likely that most people want to
3724         select an unseen article over a previously seen, but unread one.
3725
3726         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3727         means that in the article buffer none of the minor mode elements will
3728         be shown, usually, and this is not desirable in most cases.
3729
3730         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3731         that commands like `d' (and the like) go to the next line in the
3732         buffer, instead of the next unread article.  I think this is the
3733         behaviour that is most natural for most users.
3734         (gnus-single-article-buffer): Change default to nil, so that people can
3735         have as many article buffers open as they have summary buffer.  I think
3736         this is the most natural way for the groups to behave.
3737
3738         * message.el (message-generate-new-buffers): Change default to
3739         `unsent', so that all new message buffers start their names with the
3740         string "*unsent", and it's easier to find the buffers if you move from
3741         them.
3742
3743 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3744
3745         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3746         small.  They're probably tracking images.
3747         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3748         (gnus-html-rescale-image): Yet another try at getting the image sizing
3749         right.
3750
3751         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3752         nntp-marks-file-name is nil.
3753
3754 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3755
3756         * gnus-html.el (gnus-html-wash-tags)
3757         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3758         Better logging.
3759
3760 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3761
3762         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3763
3764         * gnus-html.el (gnus-html-wash-tags): Check the value of
3765         gnus-blocked-images in the summary buffer.
3766
3767 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3768
3769         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3770
3771 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3772
3773         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3774         like "a", it seems like.
3775         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3776         since it needs to be picked from the correct buffer.
3777
3778         * nnwfm.el: Remove.
3779
3780         * nnlistserv.el: Remove.
3781
3782 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3783
3784         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3785         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3786
3787 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3788
3789         * nnkiboze.el: Remove.
3790
3791         * nndb.el: Remove.
3792
3793         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3794         alt text.
3795         (gnus-html-rescale-image): Try to get the rescaling logic right for
3796         images that are just wide and not tall.
3797
3798         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3799         overshadow variable bindings.
3800
3801 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3802
3803         * gnus-html.el (gnus-html-wash-tags)
3804         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3805         Add extra logging.
3806
3807 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3808
3809         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3810         (gnus-max-image-proportion): New variable.
3811         (gnus-html-rescale-image): New function.
3812         (gnus-html-put-image): Rescale images.
3813
3814 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3815
3816         Fix up some byte-compiler warnings.
3817         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3818         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3819         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3820         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3821         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3822         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3823         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3824
3825 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3826
3827         * gnus-html.el (gnus-article-html): Decode contents by charset.
3828
3829 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3830
3831         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3832         (gnus-html-frame-width, gnus-blocked-images)
3833         * message.el (message-prune-recipient-rules): Add custom version.
3834         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3835
3836         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3837         functions.
3838
3839         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3840         gnus-process-get.
3841
3842 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3843
3844         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3845         instead of lsub directly.
3846
3847 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3848
3849         * nnwarchive.el: Remove.
3850
3851         * gnus-soup.el: Remove.
3852
3853         * nnsoup.el: Remove.
3854
3855         * nnultimate.el: Remove.
3856
3857         * gnus-html.el (gnus-blocked-images): New variable.
3858
3859         * message.el (message-prune-recipients): New function.
3860         (message-prune-recipient-rules): New variable.
3861
3862         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3863         guess whether a long line is natural text or not.
3864
3865         * gnus-html.el (gnus-html-schedule-image-fetching):
3866         Use gnus-process-plist and friends for compatibility.
3867
3868 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3869
3870         * gnus-html.el: Require packages that define macros used in this file.
3871         (gnus-article-mouse-face): Declare to silence byte-compiler.
3872         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3873         process-get.
3874         (gnus-html-put-image): Use plist-get to avoid getf.
3875         (gnus-html-prefetch-images): Use with-current-buffer.
3876
3877 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * gnus-ems.el: Provide compatibility functions for
3880         gnus-set-process-plist.
3881
3882         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3883         header-line-format for XEmacs 21.4.
3884
3885         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3886         * gnus.el (gnus-valid-select-methods)
3887         * message.el (message-send-mail-partially-limit)
3888         * mm-decode.el (mm-text-html-renderer)
3889         * mml.el (mml-insert-mime-headers-always)
3890         * smiley.el (smiley-regexp-alist): Bump custom version.
3891
3892 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3893
3894         * gnus-html.el: require mm-url.
3895         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3896         with the url to `url'.
3897         (gnus-html-wash-tags): Support cid: URLs/images.
3898
3899 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3900
3901         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3902         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3903         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3904
3905         * gnus-move.el: Remove file, since it doesn't really work.
3906
3907         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3908         UTF-8.  This seems to fix problems with some German web feeds.
3909
3910         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3911         at the top so that the proper colours are applied.
3912
3913         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3914         don't have dots in their names.
3915
3916         * gnus-art.el (gnus-article-view-part): Doc fix.
3917
3918         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3919         XEmacs-compatible.
3920         (gnus-html-put-image): Don't do images on non-graphic displays.
3921
3922         * nnslashdot.el: Remove this unused backend.
3923
3924         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3925         actions.
3926         (gnus-undo-register-1): Revert last change.
3927
3928         * gnus-group.el (gnus-group-completing-read): Protect against not
3929         having completion-styles bound.
3930
3931         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3932         make broken recipients happier.
3933
3934         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3935
3936         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3937         point parameter.
3938
3939         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3940
3941         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3942         completion-styles for group selection.
3943
3944 2009-02-04  Andreas Schwab  <schwab@suse.de>
3945
3946         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3947         headers and regexp-quote the match if necessary.
3948
3949 2009-03-24  Miles Bader  <miles@gnu.org>
3950
3951         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3952         the blinking smiley.
3953
3954 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3955
3956         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3957         blink smiley.
3958
3959 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3960
3961         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3962         where the dribbel file lives exists.
3963
3964         * message.el (message-send-mail-partially-limit): Change the default to
3965         nil, since most people don't want this.
3966
3967         * mm-url.el (mm-url-decode-entities): Also decode entities like
3968         &#x3212.
3969
3970 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3971
3972         * gnus-sum.el (gnus-summary-idna-message):
3973         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3974         Hyperlink urls in docstrings with URL `...'.
3975
3976 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3977
3978         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3979         functions.
3980
3981 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3982
3983         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3984         say what the mouseover text should be.
3985
3986         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3987         version of the mm-w3m-safe-url-regexp variable to only download images
3988         in the groups where we want that to happen.
3989
3990         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3991
3992         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3993         easier debugging.
3994         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3995         big pictures in the article buffer.
3996
3997         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3998         gnus-article-html.
3999         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4000         w3m.
4001
4002         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4003
4004 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4005
4006         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4007         which doesn't exist.
4008
4009         * message.el (message-inhibit-ecomplete): New variable to allow some
4010         function to inhibit ecomplete address storage.
4011         (message-resend): Disable ecomplete message storage when resending
4012         messages.
4013
4014         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4015
4016 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4017
4018         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4019         Save excursion while copying, moving, and deleting articles in order to
4020         prevent the cursor from jumping to unforeseen place.
4021
4022 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * lpath.el: No need to bind bookmark-current-buffer,
4025         bookmark-yank-point and bookmark-make-record-function.
4026
4027 2010-08-17  Glenn Morris  <rgm@gnu.org>
4028
4029         * gnus-sync.el: Require gnus components whose functions are used.
4030
4031         * gnus-art.el (bookmark-make-record-function):
4032         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4033         Declare for compiler.
4034
4035         * mm-url.el (mml-compute-boundary): Autoload.
4036
4037 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4038
4039         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4040
4041 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4042
4043         Typo fix "hoo4a" -> "hook".
4044
4045         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4046
4047 2010-08-14  Glenn Morris  <rgm@gnu.org>
4048
4049         * gnus-sync.el (gnus-sync): Fix defgroup version.
4050
4051 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4052
4053         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4054
4055         * gnus-sync.el: Fix docs.
4056         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4057         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4058
4059 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4060
4061         Optimizations for gnus-sync.el.
4062
4063         * gnus-sync.el: Add docs about gnus-sync-backend
4064         possibilities.
4065         (gnus-sync-save): Remove unnecessary message.
4066         (gnus-sync-read): Optimize and show what groups were skipped.
4067
4068 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4069
4070         Minor bug fixes for gnus-sync.el.
4071
4072         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4073         Don't read the sync on get-new-news.
4074
4075         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4076         quiet.
4077
4078         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4079         (fix typo).
4080
4081 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4082
4083         Make saving and restoring of hidden threads work with overlays.
4084         Patch applied by Ted Zlatanov.
4085
4086         * gnus-sum.el (gnus-hidden-threads-configuration)
4087         (gnus-restore-hidden-threads-configuration): Update to deal with text
4088         properties, rather than searching for a magic character.
4089
4090 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4091
4092         New gnus-sync.el library for synchronization of marks.
4093
4094         * gnus-sync.el: New library for synchronization of marks.
4095
4096         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4097         renamed from `gnus-registry-grep-in-list'.
4098
4099         * gnus-registry.el (gnus-registry-follow-group-p):
4100         Use `gnus-grep-in-list'.
4101
4102         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4103
4104 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4105
4106         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4107         determining charset of text fails.
4108
4109 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4110
4111         * nnmail.el (nnmail-get-new-mail-1): Revert.
4112
4113         * nnml.el (nnml-active-number): Make sure names of newly created groups
4114         in nnml-group-alist are encoded.
4115
4116 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4117
4118         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4119         containing non-ASCII characters in active file for nnml back end.
4120
4121 2010-07-24  David Engster  <dengste@eml.cc>
4122
4123         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4124         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4125
4126 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4127
4128         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4129         tag (Bug#6654).
4130
4131 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4132
4133         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4134         the article buffer, not the summary buffer.
4135
4136 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4139         Emacs 23 as well.
4140
4141 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4144         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4145
4146 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4147
4148         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4149         Patch applied by Karl Fogel.
4150
4151         * gnus-sum.el (gnus-summary-bookmark-make-record):
4152         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4153
4154 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4155
4156         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4157         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4158         C-w still not working correctly from Article buffers; Thierry's
4159         patch to fix that will be applied after this.
4160
4161         * gnus-art.el (bookmark-make-record-function): New local variable.
4162
4163         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4164         article buffer.
4165         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4166
4167 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4168
4169         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4170         on changes in bookmark.el.
4171
4172 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4175         `no-log' instead of message not to log prompt string.
4176
4177 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4178
4179         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4180         the *other* type of HTML form submission.
4181
4182 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4183
4184         * auth-source.el (auth-source-pick): If choice does not contain a
4185         questioned keyword, set the check to t.
4186
4187 2010-06-12  Romain Francoise  <romain@orebokech.com>
4188
4189         * gnus-util.el (gnus-date-get-time): Move up before first use.
4190
4191 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4194         (gnus-article-edit-part): Bind it to make last part that is substituted
4195         or deleted visible.
4196         (gnus-mime-display-single): Buttonize part of which id equals to
4197         gnus-mime-buttonized-part-id.
4198
4199 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4200
4201         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4202         (gnus-dd-mmm): Use gnus-date-get-time.
4203         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4204         simplify logic.
4205         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4206         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4207
4208 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4209
4210         * auth-source.el (top): Autoload `secrets-list-collections',
4211         `secrets-create-item', `secrets-delete-item'.
4212         (auth-sources): Fix tag string.
4213         (auth-get-source, auth-source-retrieve, auth-source-create)
4214         (auth-source-delete): New defuns.
4215         (auth-source-pick): Rewrite in order to avoid 2 passes.
4216         (auth-source-forget-user-or-password): New parameter USERNAME.
4217         (auth-source-user-or-password): New parameters CREATE-MISSING and
4218         DELETE-EXISTING.  Retrieve password interactively, if needed.
4219
4220 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4221
4222         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4223         deleting unused directories when gnus-expert-user is t.
4224
4225 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4228         for each temp file when gnus-article-browse-delete-temp is ask.
4229
4230 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4231
4232         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4233         Lisp calls to delete-backward-char by calls to delete-char.
4234
4235 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4236
4237         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4238
4239 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4240
4241         * password-cache.el (password-cache-remove): Fix docstring.
4242
4243 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4244
4245         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4246         article unless decoding article to be saved.
4247
4248 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4251         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4252         generated within the mm-with-unibyte-current-buffer macro.
4253
4254 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4255
4256         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4257         to nil when we're in a mml-preview buffer and no group is selected.
4258
4259 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4260
4261         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4262         when catching the `C-g'.  Reported by "Leo".
4263
4264 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * message.el (message-forward-make-body-plain)
4267         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4268         multibyte-string-p.
4269
4270         * lpath.el: Revert.
4271
4272 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * message.el (message-forward-make-body-mml): Assume original message
4275         is multibyte string; error on unibyte.
4276         (message-forward-make-body-plain): Ditto; don't add excessive newline
4277         in body end.
4278
4279         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4280
4281 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4282
4283         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4284         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4285
4286 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4287
4288         * mm-extern.el (mm-extern-url): Don't use
4289         mm-with-unibyte-current-buffer.
4290         (mm-extern-cache-contents): Use with-current-buffer instead of
4291         save-excursion + set-buffer.
4292
4293 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4294
4295         * mm-util.el (mm-emacs-mule): Remove.
4296
4297 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4298
4299         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4300         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4301         change.
4302
4303 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4306         bind the default value of enable-multibyte-characters to nil.
4307
4308 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * message.el (message-forward-make-body-plain)
4311         (message-forward-make-body-mml):
4312         Don't use mm-with-unibyte-current-buffer.
4313
4314 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4315
4316         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4317
4318 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4319
4320         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4321         (Bug#5592).
4322
4323 2010-05-07  Julien Danjou  <julien@danjou.info>
4324
4325         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4326         it to mm-pipe-part.
4327
4328         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4329         it is given.
4330
4331 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * binhex.el (binhex-decode-region-internal)
4334         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4335         (dns-query)
4336         * nnweb.el (nnweb-gmane-search)
4337         * pgg-parse.el (pgg-parse-armor)
4338         * pgg.el (pgg-verify-region)
4339         * sha1.el (sha1-string-external)
4340         * uudecode.el (uudecode-decode-region-internal)
4341         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4342         XEmacs.
4343
4344         * gnus-art.el (gnus-article-browse-html-parts)
4345         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4346         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4347         make-temp-file.
4348
4349         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4350         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4351         compiling.
4352
4353         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4354         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4355         XEmacs when compiling.
4356
4357         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4358         gnus-pick-mode-off-hook for XEmacs when compiling.
4359         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4360         gnus-binary-mode-off-hook for XEmacs when compiling.
4361
4362         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4363         Return nil if char-charset is not available.
4364
4365         * imap.el (imap-disable-multibyte)
4366         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4367         macros.
4368
4369         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4370         instead of encode-coding-string.
4371
4372         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4373         'xemacs) instead of mm-emacs-mule to switch function definitions.
4374         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4375
4376         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4377         bind temporary-file-directory for XEmacs;
4378         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4379         timer-set-function for XEmacs 21.4 and SXEmacs;
4380         bind timer-list for XEmacs 21.4 and SXEmacs;
4381         fbind char-charset and find-charset-region for non-Mule XEmacs;
4382         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4383         encode-coding-region and encode-coding-string for XEmacs having no
4384         file-coding feature.
4385
4386 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4387
4388         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4389
4390 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4393         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4394
4395 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4396
4397         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4398         alias `jka-compr-delete-temp-file' no longer exists.
4399
4400 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4401
4402         Use define-minor-mode in Gnus where applicable.
4403         * mml.el (mml-mode): Use define-minor-mode.
4404         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4405         (gnus-undo-mode): Use define-minor-mode.
4406         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4407         (gnus-dead-summary-mode): Use define-minor-mode.
4408         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4409         Initialize in declaration.
4410         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4411         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4412         (gnus-mailing-list-mode): Use define-minor-mode.
4413         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4414         (gnus-draft-mode): Use define-minor-mode.
4415         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4416         (gnus-dired-mode): Use define-minor-mode.
4417
4418 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4419
4420         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4421         handles on recursive mml-to-mime translation and check them for
4422         boundary delimiter collisions.  Reported by Greg Troxel.
4423
4424 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4425
4426         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4427
4428 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4429
4430         * mm-util.el (mm-find-buffer-file-coding-system):
4431         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4432
4433 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4434
4435         * message.el (message-generate-headers): Record insertion of optional
4436         headers as well.  Otherwise the check to prevent repeated insertion of
4437         optional headers is a no-op.
4438
4439 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4440
4441         * smime.el: Don't mention CVS.
4442
4443         * nnrss.el (nnrss-fetch): Don't mention CVS.
4444
4445         * nnir.el: Don't mention CVS.
4446
4447 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4448
4449         * gnus-sum.el (gnus-summary-bookmark-make-record):
4450         Add `location' field.
4451
4452 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4453
4454         * lpath.el: Fbind bookmark-default-handler,
4455         bookmark-get-bookmark-record, bookmark-make-record-default,
4456         bookmark-prop-get for Emacs <23 and XEmacs.
4457
4458 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4459
4460         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4461         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4462         Use with-current-buffer to silence the byte-compiler.
4463         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4464         bother to require `gnus'.
4465         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4466
4467 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4468
4469         * gnus-sum.el (gnus-summary-bookmark-make-record)
4470         (gnus-summary-bookmark-jump): New functions.
4471         (gnus-summary-mode): Setup bookmark support.
4472
4473 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4474
4475         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4476         if set.
4477
4478 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4481         gnus-article-browse-html-save-cid-image; make it work recursively for
4482         forwarded messages as well.
4483         (gnus-article-browse-html-parts): Work when prefix arg is given.
4484         (gnus-article-browse-html-article): Doc fix.
4485
4486 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4487
4488         * message.el (message-default-mail-headers):
4489         (message-default-headers): Carry the value mail-default-headers over
4490         into message-default-mail-headers, rather than message-default-headers.
4491
4492 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4493
4494         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4495         charset.
4496
4497         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4498         charset into the <meta> tag when the article is encoded to utf-8.
4499
4500 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * gnus-art.el (gnus-article-browse-delete-temp-files):
4503         Delete directories as well.
4504         (gnus-article-browse-html-parts): Work for images that do not specify
4505         file names; delete temp directory when quitting; insert header at the
4506         right place; use file: scheme for image files.
4507
4508 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4509
4510         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4511         (gnus-article-browse-html-parts): Use it to make temporary cid image
4512         files in addition to html file so that browser may display them.
4513
4514 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4515
4516         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4517
4518 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4519
4520         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4521
4522 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4523
4524         * auth-source.el (auth-sources): Change default to be simpler.
4525         Explain about Secret Service API sources.  Improve Customize options.
4526         (auth-source-pick): Change to accept any number of search parameters.
4527         Implement fallbacks iteratively, not recursively.  Add scoring on the
4528         second pass and sort by score.  Call Secret Service API when needed.
4529         (auth-source-user-or-password): Use it.  Call Secret Service API
4530         directly when needed to get the user name and the password.
4531
4532 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4533
4534         * message.el (message-interactive): Doc fix.
4535         (message-qmail-inject-args): Reflow.
4536         (message-kill-to-signature): Fix typo in docstring.
4537
4538         * smiley.el (smiley-buffer): Fix typo in docstring.
4539
4540 2010-03-24  Glenn Morris  <rgm@gnu.org>
4541
4542         * mail-source.el (gnus-message): Declare.
4543         (mail-source-delete-old-incoming): Require gnus-util.
4544
4545 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4548
4549         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4550
4551         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4552         password-cache's default if it is not bound.
4553         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4554         password-cache-expiry's default if it is not bound.
4555
4556         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4557         available in Emacs 21.
4558
4559         * lpath.el: Suppress compiler warnings for:
4560         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4561         XEmacs;
4562         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4563         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4564         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4565
4566 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4567
4568         * auth-source.el (auth-sources): Fix up definition so extra parameters
4569         are always inline.
4570
4571 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4572
4573         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4574         wasn't updated after mismatch.  Clear cached mailbox info correctly
4575         when uidvalidity changes.
4576         (nnimap-group-prefixed-name): New function to avoid some code
4577         duplication.
4578         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4579         (nnimap-request-group): Use it.
4580         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4581         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4582         with many imap folders.  This is done by caching the group status from
4583         the imap server persistently in a group parameter `imap-status'.  (This
4584         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4585         but not persistently, so every Gnus startup was still very slow.)
4586
4587 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4588
4589         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4590         delete the extra newline.  Otherwise editing of :string and :number
4591         types don't work.
4592
4593 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4594
4595         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4596         secrets.el dependency.
4597         (auth-sources): Add optional user name.  Add secrets.el configuration
4598         choice (unused right now).
4599
4600 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4601
4602         * gnus-sum.el (gnus-summary-make-menu-bar):
4603         Let `gnus-registry-install-shortcuts' fill in the functions.
4604
4605         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4606         warnings.
4607         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4608         (gnus-registry-install-shortcuts): Populate and use it in a
4609         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4610
4611 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4612
4613         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4614         In-place substitutions for the group name encoding/decoding.
4615         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4616         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4617         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4618         (nnimap-update-unseen, nnimap-request-list)
4619         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4620         (nnimap-request-set-mark, nnimap-split-to-groups)
4621         (nnimap-split-articles, nnimap-request-newgroups)
4622         (nnimap-request-create-group, nnimap-request-accept-article)
4623         (nnimap-request-delete-group, nnimap-request-rename-group)
4624         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4625         `encoded-mbx' for consistency.
4626         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4627         variable `imap-current-mailbox'.
4628
4629         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4630         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4631
4632 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4633
4634         * pop3.el (pop3-display-message-size-flag): Display message size byte
4635         counts during POP3 download.
4636         (pop3-movemail): Use it.
4637         (pop3-list): Implement listing of available messages.
4638
4639 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4640
4641         * nnir.el (nnir-get-article-nov-override-function): New function to
4642         override the normal NOV retrieval.
4643         (nnir-retrieve-headers): Use it.
4644
4645 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4646
4647         * auth-source.el (netrc-machine-user-or-password): Autoload.
4648
4649 2010-03-19  Glenn Morris  <rgm@gnu.org>
4650
4651         Stop message.el from loading about 40 libraries it doesn't always need.
4652         The general approach is to autoload rather than require, and to
4653         require in the specific functions rather than the file.  (Bug#5642)
4654
4655         * gmm-utils.el: Don't require wid-edit.
4656         (widget-create-child-value, widget-convert, widget-default-get):
4657         Autoload.
4658
4659         * gnus-util.el: Don't require time-date, netrc.
4660         (message-fetch-field, gnus-group-name-decode): Declare rather than
4661         autoloading.
4662         (gnus-fetch-field): Require message.
4663         (gnus-decode-newsgroups): Require gnus-group.
4664
4665         * ietf-drums.el: Don't require time-date.
4666
4667         * message.el: Don't require hashcash, canlock, ecomplete.
4668         Do require mail-utils.  Require nnheader only when compiling.
4669         (smtpmail-default-smtp-server): Remove declaration.
4670         (message-send-mail-function): Check smtpmail-default-smtp-server
4671         is bound rather than requiring smtpmail.
4672         (message-auto-save-directory, message-insert-signature):
4673         Use expand-file-name rather than nnheader-concat.
4674         (nnheader-insert-file-contents): Autoload.
4675         (hashcash-wait-async): Declare.
4676         (message-send-mail): Only call gnus-setup-posting-charset if
4677         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4678         (message-send-mail-with-sendmail): Require sendmail.
4679         (canlock-password, canlock-password-for-verify): Declare.
4680         (message-canlock-password): Require canlock.
4681         (nnheader-get-report): Autoload.
4682         (gnus-setup-posting-charset): Declare.
4683         (message-send-news): Require gnus-msg.
4684         (message-make-references, message-make-in-reply-to): Use mail-header-id
4685         rather than the alias mail-header-message-id.
4686         (ecomplete-add-item, ecomplete-save): Declare.
4687         (message-put-addresses-in-ecomplete): Require ecomplete.
4688         (ecomplete-display-matches): Autoload.
4689
4690         * mm-decode.el: Don't require mailcap, gnus-util.
4691         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4692         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4693         Autoload.
4694         (mailcap-mime-extensions): Declare.
4695
4696         * mm-encode.el: Don't require mailcap.
4697         (mailcap-extension-to-mime): Autoload.
4698
4699         * mml-sec.el: Don't require password-cache.
4700
4701         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4702         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4703         (mml-minibuffer-read-type): Require mailcap.
4704         (mml-preview): Require gnus-msg.
4705
4706         * mml1991.el: Require password-cache.
4707         (password-cache-expiry): Remove declaration.
4708
4709         * mml2015.el: Require password-cache.
4710         (password-cache-expiry): Remove declaration.
4711
4712         * nneething.el (mailcap): Require mailcap.
4713
4714         * nnheader.el (declare-function): Add compatibility stub.
4715         (message-remove-header): Declare rather than autoload.
4716         (nnheader-replace-header): Require message.
4717
4718         * nnimap.el (declare-function): Add compatibility stub.
4719         (netrc-parse, netrc-machine-user-or-password): Declare.
4720         (nnimap-open-connection): Require netrc.
4721
4722         * nntp.el (declare-function): Add compatibility stub.
4723         (netrc-parse, netrc-machine, netrc-get): Declare.
4724         (nntp-send-authinfo): Require netrc.
4725
4726         * rfc2047.el: Don't require qp.
4727         (quoted-printable-encode-region, quoted-printable-decode-string):
4728         Autoload.
4729
4730         * sieve-mode.el: Don't require easymenu.
4731         (easy-menu-add-item): Autoload it.
4732
4733         * spam-stat.el (time-to-number-of-days): Autoload it.
4734
4735 2010-03-19  Glenn Morris  <rgm@gnu.org>
4736
4737         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4738
4739 2010-03-18  Glenn Morris  <rgm@gnu.org>
4740
4741         * hashcash.el (declare-function): Remove duplicate definition.
4742
4743 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4744
4745         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4746         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4747         value if any backslash escapes).
4748
4749 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4750
4751         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4752         if it is available.  (bug#5647)
4753
4754         * lpath.el: Suppress compiler warning for coding-system-from-name for
4755         Emacs 21 and XEmacs.
4756
4757 2010-03-14  Juri Linkov  <juri@jurta.org>
4758
4759         * hmac-def.el:
4760         * hmac-md5.el:
4761         * netrc.el: Fix keywords.
4762
4763 2010-02-26  Glenn Morris  <rgm@gnu.org>
4764
4765         * message.el (message-send-mail-function): Change the default, so that
4766         it inherits from a customized send-mail-function.  (Bug#5643)
4767
4768 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4769
4770         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4771         shell-command-to-string signals an error (bug#5299).
4772
4773 2010-02-24  Glenn Morris  <rgm@gnu.org>
4774
4775         * message.el (message-smtpmail-send-it)
4776         (message-send-mail-with-mailclient): Doc fixes.
4777
4778 2010-02-16  Glenn Morris  <rgm@gnu.org>
4779
4780         * message.el (message-default-mail-headers): Change the default value
4781         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4782
4783 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4784
4785         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4786         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4787
4788 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4789
4790         * time-date.el (date-to-time): Doc fix (Bug#5408).
4791
4792 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4793
4794         * message.el (message-mail): Just pass yank-action on to message-setup.
4795         (message-setup): Handle (FUN . ARGS) form of yank-action.
4796         (message-with-reply-buffer, message-widen-reply)
4797         (message-yank-original): Handle non-buffer values of
4798         message-reply-buffer (Bug#4080).
4799         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4800
4801 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4802
4803         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4804         Fix typo in docstring.
4805
4806 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4807
4808         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4809         response.
4810
4811 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4812
4813         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4814
4815         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4816
4817         * message.el (message-check-news-header-syntax): Protect against a
4818         string that `rfc822-addresses' returns when parsing fails.
4819
4820 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4823         (gnus-previous-char-property-change): New functions.
4824
4825         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4826
4827 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4828
4829         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4830         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4831
4832 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4833
4834         * message.el (message-exchange-point-and-mark): Rework last change to
4835         avoid using optional arg of exchange-point-and-mark, for backward
4836         compatibility.
4837
4838 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4839
4840         * message.el (message-exchange-point-and-mark):
4841         Call exchange-point-and-mark with an argument rather than setting
4842         mark-active by hand (Bug#5175).
4843
4844 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * nntp.el (nntp-service-to-port): Work for service expressed with
4847         numeric string; replace [:digit:] with [0-9] for XEmacs.
4848
4849 2009-12-17  Glenn Morris  <rgm@gnu.org>
4850
4851         * gnus-group.el (gnus-bug-group-download-format-alist):
4852         Change emacs entry to debbugs.gnu.org.  Bump :version.
4853
4854 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4855
4856         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4857
4858 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4859
4860         * message.el (message-info): Explain why we use `Info-goto-node'.
4861
4862 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4865
4866 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4867
4868         * message.el (message-completion-in-region): New compatibility function.
4869         (message-expand-group): Use it.
4870
4871 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4872
4873         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4874         with no unread article should be listed if the 2nd arg `predicate' is
4875         given.
4876
4877 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4880
4881 2009-11-29  Juri Linkov  <juri@jurta.org>
4882
4883         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4884         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4885         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4886
4887 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4888
4889         * sha1.el (sha1-string-external): default-directory "/" in case
4890         otherwise non-existent.  process-connection-type pipe for touch of
4891         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4892
4893 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4894
4895         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4896         it's comms related and sgml-mode.el has "comm" on that basis too.
4897
4898 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4899
4900         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4901         containing tspecial characters if they have been already quoted.
4902
4903 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4904
4905         * dns-mode.el (auto-mode-alist): Purecopy string.
4906
4907 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4908
4909         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4910
4911 2009-10-24  Glenn Morris  <rgm@gnu.org>
4912
4913         * gnus-art.el (help-xref-stack-item): Define for compiler.
4914
4915 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4916
4917         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4918
4919 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4920
4921         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4922
4923 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4924
4925         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4926         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4927
4928 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4929
4930         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4931         (gnus-overlays-in): New alias to overlays-in.
4932
4933         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4934         gnus-overlay-get, and gnus-delete-overlay.
4935         (gnus-summary-show-thread): Make it work as well for systems in which
4936         next-single-char-property-change is not available.
4937         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4938
4939         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4940         (gnus-overlay-get): New alias to extent-property.
4941         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4942
4943         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4944         SXEmacs.
4945
4946         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4947         SXEmacs.
4948
4949 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4950
4951         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4952
4953 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4954
4955         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4956         and XEmacs that don't have `remove-overlays'.
4957
4958 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4959
4960         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4961         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4962         selective display.  Use overlays instead.
4963
4964 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4965
4966         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4967
4968 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4969
4970         * spam-stat.el (spam-stat-load): Fix typo in message.
4971
4972 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4973
4974         * dig.el (dig-invoke): Fix typo in docstring.
4975         (query-dig): Reflow docstring.
4976
4977 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4978
4979         * gnus-art.el (gnus-article-encrypt-body):
4980         * message.el (message-check-recipients):
4981         * mm-util.el (mm-codepage-setup):
4982         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4983         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4984
4985 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4986
4987         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4988         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4989         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4990         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4991         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4992
4993 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4994
4995         * dig.el: Add "Keywords: comm", as per net-utils.el.
4996
4997 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4998
4999         * dig.el (dig-mode): Use define-derived-mode.
5000
5001 2009-09-19  Glenn Morris  <rgm@gnu.org>
5002
5003         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5004
5005 2009-09-18  Glenn Morris  <rgm@gnu.org>
5006
5007         * gnus-diary.el (gnus-diary-check-message):
5008         * message.el (message-insert-formatted-citation-line):
5009         * nnbabyl.el (top-level):
5010         * nndiary.el (nndiary-schedule):
5011         Fix typos in condition-case handlers.
5012
5013 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5016         configuration that provides the sole article window in a frame;
5017         position point correctly after deleting a part.
5018
5019 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5020
5021         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5022         (spam-resolve-registrations-routine): Use it to unregister articles
5023         that change status.
5024
5025 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5028         with XEmacs.
5029         (parse-time-string-chars): Use it.
5030
5031 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5032
5033         * imap.el (imap-interactive-login): Better messages.
5034         (imap-open): Fix bug with renamed buffer on reconnect.
5035         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5036         for easier debugging and cleaner code.  On successful (guessed based on
5037         server capabilities) secondary authentication, set imap-state
5038         correctly.
5039         (imap-last-authenticator): Define imap-last-authenticator as a variable
5040         to avoid warnings.
5041
5042 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * nnrss.el (nnrss-request-article): Remove binding of
5045         default-enable-multibyte-characters that has gotten needless by
5046         the 2007-07-13 change in rfc2047-encode-message-header.
5047
5048         * mml.el (mml-insert-multipart): Error on the message header.
5049         (mml-insert-part): Error on the message header; position point at
5050         the end of a MIME tag.
5051
5052 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5053
5054         * time-date.el (autoload): Expand define-obsolete-function-alias into
5055         defalias and make-obsolete for old Emacsen that Gnus supports.
5056         (with-no-warnings): Define it for old Emacsen.
5057         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5058         is available.
5059         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5060         float-time is available; suppress compile warning for time-to-seconds.
5061
5062         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5063         (gnus-float-time): Alias to float-time if it exists.
5064
5065         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5066         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5067         float-time is available; suppress compile warning for time-to-seconds.
5068
5069         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5070         XEmacs.
5071
5072 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5073
5074         * imap.el (imap-message-map): Docstring fix.
5075
5076 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5079         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5080         Add the optional argument `encoding' that overrides the default.
5081
5082         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5083         mm-encode-buffer.
5084
5085 2009-09-04  Glenn Morris  <rgm@gnu.org>
5086
5087         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5088         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5089         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5090         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5091         * mm-util.el (mm-with-unibyte-current-buffer)
5092         (mm-find-buffer-file-coding-system):
5093         * yenc.el (yenc-decode-region): Use default-value rather than
5094         default-enable-multibyte-characters.
5095
5096 2009-09-03  Glenn Morris  <rgm@gnu.org>
5097
5098         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5099         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5100         than default-enable-multibyte-characters.
5101
5102 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5103
5104         * gnus-art.el (gnus-article-read-summary-keys):
5105         Fix gnus-buffer-configuration's value temporarily used.
5106
5107 2009-09-02  Glenn Morris  <rgm@gnu.org>
5108
5109         * gnus-util.el (gnus-float-time): New function.
5110         * gnus-delay.el (gnus-delay-article):
5111         * gnus-sum.el (gnus-thread-latest-date):
5112         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5113         * nnspool.el (nnspool-request-newgroups):
5114         Use gnus-float-time rather than time-to-seconds.
5115         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5116
5117         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5118         (gnus-header-subject-face, gnus-header-newsgroups-face)
5119         (gnus-header-name-face, gnus-header-content-face):
5120         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5121         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5122         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5123         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5124         (gnus-cite-face-11):
5125         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5126         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5127         (gnus-server-closed-face, gnus-server-denied-face)
5128         (gnus-server-offline-face):
5129         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5130         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5131         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5132         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5133         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5134         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5135         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5136         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5137         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5138         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5139         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5140         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5141         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5142         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5143         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5144         (gnus-summary-high-undownloaded-face)
5145         (gnus-summary-low-undownloaded-face)
5146         (gnus-summary-normal-undownloaded-face)
5147         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5148         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5149         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5150         (gnus-splash-face):
5151         * message.el (message-header-to-face, message-header-cc-face)
5152         (message-header-subject-face, message-header-newsgroups-face)
5153         (message-header-other-face, message-header-name-face)
5154         (message-header-xheader-face, message-separator-face)
5155         (message-cited-text-face, message-mml-face):
5156         * sieve-mode.el (sieve-control-commands-face)
5157         (sieve-action-commands-face, sieve-test-commands-face)
5158         (sieve-tagged-arguments-face):
5159         * spam.el (spam-face):
5160         Mark face aliases with "-face" in the name as obsolete.
5161
5162 2009-09-01  Glenn Morris  <rgm@gnu.org>
5163
5164         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5165         than goto-line.
5166
5167 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5168
5169         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5170         Don't move point if the command is invoked inside the message header.
5171
5172 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5173
5174         * imap.el (imap-send-command): Simplify.
5175         (imap-wait-for-tag): point-max -> buffer-size.
5176
5177 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5178
5179         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5180         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5181         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5182         * nnir.el (nnir-swish-e-index-file):
5183         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5184         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5185         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5186         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5187         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5188         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5189
5190 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5191
5192         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5193         Don't save excursion.
5194
5195 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5196
5197         * nnheader.el (nnheader-find-file-noselect):
5198         * mm-util.el (mm-insert-file-contents):
5199         Use (default-value 'major-mode) instead of default-major-mode.
5200
5201 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5202
5203         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5204
5205 2009-08-26  Glenn Morris  <rgm@gnu.org>
5206
5207         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5208         than placing in files.el.
5209
5210 2009-08-25  Glenn Morris  <rgm@gnu.org>
5211
5212         * nnir.el (top-level): Don't require cl at run-time.
5213         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5214         Replace cl-function substitute with gnus-replace-in-string.
5215         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5216         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5217         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5218         simplified expansions.
5219
5220 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5221
5222         * dig.el (dig): Add autoload cookie.
5223
5224 2009-08-22  Glenn Morris  <rgm@gnu.org>
5225
5226         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5227         goto-line.
5228
5229 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5230
5231         * parse-time.el (parse-time-string-chars): Save match data.
5232
5233 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5234
5235         * parse-time.el (parse-time-string-chars): Compute using character
5236         classes, to handle non-ascii characters (Bug#3190).
5237
5238 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5241
5242         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5243         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5244         (gnus-mm-display-part, gnus-mime-display-single)
5245         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5246         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5247
5248         * gnus-sum.el
5249         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5250         (gnus-summary-move-article): Add expirable mark to articles copied or
5251         moved to group that has auto-expire turned on if the option is non-nil.
5252
5253 2009-07-24  Glenn Morris  <rgm@gnu.org>
5254
5255         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5256         Fix typo.  (Bug#3903)
5257
5258 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5261         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5262         that should not be used for draft articles.
5263         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5264         that has no concern in minor mode keys.
5265         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5266         Abolish.
5267
5268 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5271         article without making inquiry to a user for unknown encoding.
5272
5273         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5274         (nnmaildir--scan): Assume i-node and device number that file-attributes
5275         returns might be cons-cell.
5276
5277         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5278
5279         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5280
5281 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5282
5283         * auth-source.el: Remove docs now in auth.texi.  Don't use
5284         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5285         `auth-source-hide-passwords' and use them.
5286
5287 2009-07-15  Glenn Morris  <rgm@gnu.org>
5288
5289         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5290
5291 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5294         excessive whitespace from the default values of title and description.
5295
5296 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5299         mail-fetch-field to fetch Content-Description header in order to
5300         exclude newlines.
5301
5302 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5303
5304         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5305         format used by GnuPG 2.0.11.
5306
5307 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5308
5309         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5310         to deleted part.
5311
5312 2009-05-30  David Engster  <dengste@eml.cc>
5313
5314         * nnmairix.el: Remove old documentation in the commentary block.
5315         (nnmairix-request-group): Do not update active file for nnml back ends.
5316         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5317         end so that overview files are ignored.
5318         (nnmairix-update-groups): Make updating the groups more robust by using
5319         marks.
5320         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5321         with dollar characters in message-id.
5322
5323 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5324
5325         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5326         2008-12-25 in dns.el.
5327
5328 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5329
5330         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5331         could happen if the text is only composed of spaces and/or tabs.
5332
5333 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5334
5335         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5336         when sending a queued message to avoid extra mml tags.
5337
5338 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5341
5342 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5345         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5346         rmail-toggle-header for XEmacs;
5347         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5348
5349 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5350
5351         * gnus-dired.el: Remove autoload for gnus-setup-message.
5352         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5353         displaying Gnus logo; always use compose-mail.
5354
5355 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5356
5357         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5358
5359 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5362         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5363         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5364         available.
5365         (gnus-nocem-epg-verify): New function.
5366
5367 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5368
5369         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5370
5371 2009-02-15  Glenn Morris  <rgm@gnu.org>
5372
5373         * gnus-util.el (rmail-insert-rmail-file-header)
5374         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5375         autoloads.
5376         (rmail-default-rmail-file): Remove unnecessary declaration.
5377         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5378
5379 2009-02-14  Glenn Morris  <rgm@gnu.org>
5380
5381         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5382         variable (only used in gnus-util, which declares it anyway).
5383         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5384         which was only needed by gnus-art (changed to not use it any more).
5385         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5386         only used in gnus-util, which autoloads it itself.
5387         (rmail-update-summary): Fix autoload.
5388
5389         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5390         rather than rmail-output-to-rmail-file.
5391
5392 2009-02-07  Glenn Morris  <rgm@gnu.org>
5393
5394         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5395         autoload of function that no longer exists.
5396         (rmail-toggle-header): Declare.
5397         (message-forward-rmail-make-body): Handle mbox Rmail.
5398
5399 2009-01-31  Glenn Morris  <rgm@gnu.org>
5400
5401         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5402         2009-01-09 change.
5403
5404 2009-01-31  Dave Love  <fx@gnu.org>
5405
5406         * imap.el (imap-fetch-safe): Bind debug-on-error.
5407         (imap-debug): Add imap-fetch-safe.
5408
5409 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5410
5411         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5412         (auth-source-forget-all-cached): New convenience function.
5413         (auth-source-user-or-password): Accept list of modes or a single mode.
5414
5415         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5416         auth-source modes.
5417
5418         * netrc.el (netrc-machine-user-or-password): Use list of
5419         auth-source modes.
5420
5421         * nnimap.el (nnimap-open-connection): Use list of
5422         auth-source modes.
5423
5424         * nntp.el (nntp-send-authinfo): Use list of
5425         auth-source modes.
5426
5427 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5428
5429         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5430         now.
5431
5432 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5433
5434         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5435         coding system in XEmacs; add a workaround for XEmacs.
5436
5437         * lpath.el: Fbind coding-system-aliasee.
5438
5439 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5440
5441         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5442         of current-language-environment.
5443
5444 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5445
5446         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5447         available at runtime.
5448
5449 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5450
5451         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5452
5453 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5454
5455         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5456         the greatest positive fixnum value doesn't work under an XEmacs with
5457         bignum support; use the most-positive-fixnum constant instead,
5458         available since Emacs 21.1 with cl and XEmacs 21.1.
5459
5460 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5461
5462         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5463         XEmacs gets not to work.
5464
5465 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * mm-util.el (mm-coding-system-priorities): Allow the value like
5468         "Japanese (UTF-8)" of current-language-environment.
5469
5470 2009-01-09  Glenn Morris  <rgm@gnu.org>
5471
5472         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5473         with last-command-event.
5474
5475 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5476
5477         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5478         in the doc string.
5479
5480         * message.el (message-fix-before-sending): Amend comment.
5481
5482 2009-01-08  Dave Love  <fx@gnu.org>
5483
5484         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5485
5486 2009-01-07  David Engster  <dengste@eml.cc>
5487
5488         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5489         simplified server definitions by converting it via
5490         gnus-server-to-method.
5491
5492 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5495         parameter's operands.
5496
5497 2009-01-06  David Engster  <dengste@eml.cc>
5498
5499         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5500         primary select method (for gnus-group-mark-article-as-read).
5501
5502 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5503
5504         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5505         `(gnus)Face', not `(gnus)X-Face'.
5506
5507 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5508
5509         * mm-util.el (mm-ucs-to-char): New function.
5510
5511         * mm-url.el (mm-url-decode-entities): Use it.
5512
5513         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5514         unicode-to-char.
5515
5516 2009-01-05  Dave Love  <fx@gnu.org>
5517
5518         * time-date.el: Require cl for `declare'.
5519
5520 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5521
5522         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5523         Dave Love.
5524
5525 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5526
5527         * message.el (message-fix-before-sending): Add `eight-bit' to
5528         illegible-text check.
5529
5530 2009-01-03  Michael Olson  <mwolson@gnu.org>
5531
5532         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5533         `headers' is nil.  This can occur if the IMAP server does not have
5534         permissions to read messages from a folder, but can write new messages
5535         to the folder.
5536         (nnimap-request-article-part): Do not insert `data' if it is nil.
5537
5538         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5539         characters which will confuse `read', so skip past them.
5540
5541 2009-01-01  Dave Love  <fx@gnu.org>
5542
5543         * imap.el (imap-string-to-integer): Fix typo.
5544         (imap-fetch-safe): New function.
5545         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5546
5547         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5548
5549         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5550         (imap-parse-greeting): Fix doc strings.
5551         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5552         (imap-parse-flag-list): Make messages unique.
5553         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5554
5555         * nnimap.el: Fix author email.
5556         (nnimap-split-rule): Add FIXME comment.
5557         (nnimap-debug): Fix doc string.
5558
5559 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5560
5561         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5562
5563 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5564
5565         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5566         nslookup if resolv.conf isn't available.
5567         (dns-query): Rename from query-dns.
5568         (dns-query-cached): Rename from query-dns-cached.
5569
5570 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5571
5572         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5573         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5574         to check if those variables exist (first appeared in Emacs 18.50).
5575
5576 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * mm-util.el (mm-line-number-at-pos): New function.
5579
5580         * spam-report.el (spam-report-process-queue): Use it.
5581
5582 2008-12-24  David Engster  <dengste@eml.cc>
5583
5584         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5585         parameters that haven't existed as variables as buffer-local variables.
5586
5587 2008-12-23  Dave Love  <fx@gnu.org>
5588
5589         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5590         cadar.
5591
5592         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5593         imap-starttls-p.
5594         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5595
5596 2008-12-22  Dave Love  <fx@gnu.org>
5597
5598         * imap.el: Fix author email.  Doc fixes.
5599         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5600         reply.
5601
5602 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5603
5604         * spam-report.el (spam-report-gmane-max-requests): New constant.
5605         (spam-report-gmane-wait): New variable.
5606         (spam-report-gmane-ham, spam-report-gmane-spam)
5607         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5608         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5609         the server.
5610
5611         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5612         Add explanations.
5613
5614         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5615         nnheader-accept-process-output and nnheader-read-timeout if available.
5616         (pop3-movemail): Use it.
5617
5618         * message.el (message-check-news-body-syntax): Fix signature check if
5619         there's an attachment.
5620
5621 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5622
5623         * mm-util.el: Add comments to the mm- emulating functions.
5624
5625 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5626
5627         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5628         Reported by Stephen Berman <stephen.berman@gmx.net>.
5629
5630 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5631
5632         * mm-util.el (mm-substring-no-properties): New function.
5633         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5634         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5635         (mm-string-to-multibyte): Doc fix.
5636
5637         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5638
5639 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5640
5641         * mml.el (mml-attach-file): Strip text properties from file name.
5642         (Bug#1574)
5643
5644 2008-12-16  Glenn Morris  <rgm@gnu.org>
5645
5646         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5647
5648 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5651         knows since the charset specified might be a bogus alias that
5652         mm-charset-synonym-alist provides.
5653
5654 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5655
5656         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5657         "ISO_8859-1".
5658
5659         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5660
5661 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5662
5663         * mm-util.el (mm-charset-eval-alist):
5664         Define it before mm-charset-to-coding-system.
5665         (mm-charset-to-coding-system): Add optional argument `silent';
5666         define it before mm-charset-override-alist.
5667         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5668         default value if it can be used in Emacs currently running;
5669         silence mm-charset-to-coding-system.
5670
5671 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5674         `allow-override' which says whether to use `mm-charset-override-alist'.
5675         (rfc2047-decode-encoded-words): Use it.
5676
5677         * mm-util.el (mm-charset-override-alist): Fix custom type;
5678         add `(gb2312 . gbk)' to choices.
5679
5680 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5681
5682         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5683         fast.
5684
5685         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5686
5687         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5688
5689 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5690
5691         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5692         on links.
5693
5694         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5695
5696 2008-12-03  Lute Kamstra  <lute@gnu.org>
5697
5698         * sha1.el: Remove leading * from docstrings of defcustoms,
5699         deffaces, defconsts and defuns.
5700
5701 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5704         users' addresses that don't have domain parts.
5705         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5706         rather than message-narrow-to-head since there will be the message
5707         header separator.
5708
5709 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5710
5711         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5712         since the result is inserted in a unibyte buffer anyway.
5713         (nnimap-demule-use-string-to-multibyte): Remove.
5714         (nnimap-demule): Alias it to mm-string-to-multibyte.
5715
5716 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5717
5718         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5719         variable for debugging bug#464 and bug#1174.
5720         (nnimap-demule): Use it.
5721
5722 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5723
5724         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5725         score calculation correctly.
5726
5727 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5728
5729         * message.el (message-send-mail): Just set the buffer to unibyte
5730         rather than use mm-with-unibyte-current-buffer which does a lot more.
5731         (message-send-mail-partially): Don't bother with
5732         mm-with-unibyte-current-buffer since it's already been made unibyte by
5733         message-send-mail.
5734
5735 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5736
5737         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5738
5739 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5740
5741         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5742
5743 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5746         require itself and to remove `with-no-warnings'.
5747
5748 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5749
5750         * starttls.el (starttls-any-program-available): Get the name of the
5751         available TLS layer program.
5752         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5753         well as the host name in the "opening" message.
5754
5755         * auth-source.el (auth-source-cache, auth-source-do-cache)
5756         (auth-source-user-or-password): Cache passwords and logins by default,
5757         allow override with `auth-source-do-cache'.
5758         (auth-source-forget-user-or-password): Allow users to remove cache
5759         entries if needed.
5760
5761 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5762
5763         * md4.el (md4-buffer): Fix typo in docstring.
5764         (md4, md4-64): Doc fixes.
5765         (md4-pack-int32): Reflow docstring.
5766
5767 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5768
5769         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5770         condition-case to only the forward-sexp call.
5771
5772 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5773
5774         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5775         quotes contained.  Make it more robust regardless by an extra
5776         condition-case wrapper.
5777
5778 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5781
5782 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5783
5784         * nnml.el (nnml-request-expire-articles): Check if the function set to
5785         `nnmail-expiry-target' returns the symbol `delete'.
5786
5787         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5788
5789         * nnmail.el (nnmail-expiry-target): Fix custom type.
5790
5791 2008-10-02  Glenn Morris  <rgm@gnu.org>
5792
5793         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5794         Silence compiler warning.
5795
5796 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5797
5798         * tls.el (open-tls-stream): Show the actual command being
5799         executed, instead of the format string.
5800
5801 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5802
5803         * lpath.el: Fbind codepage-setup for Emacs 23.
5804
5805 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5806
5807         * mml.el (mml-menu): Don't assume mml2015 is bound.
5808
5809 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5812         exists.
5813
5814 2008-09-27  Glenn Morris  <rgm@gnu.org>
5815
5816         * gnus-util.el (mail-header-remove-comments): Autoload it.
5817
5818 2008-09-27  Andreas Schwab  <schwab@suse.de>
5819
5820         * gnus-util.el (gnus-split-references): Strip comments.
5821         (gnus-parent-id): Likewise.
5822
5823 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5824
5825         * message.el (message-confirm-send): Fix version.
5826
5827 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5828
5829         * message.el (message-idna-to-ascii-rhs-1): Use
5830         mail-extract-address-components rather than mail-header-parse-addresses
5831         that is an alias by default to ietf-drums-parse-addresses that does not
5832         support non-ASCII names in headers' contents.
5833
5834 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5835
5836         * message.el (message-confirm-send): Fix variable documentation to
5837         avoid the "y/n" wording.
5838
5839 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5840
5841         * message.el (message-set-auto-save-file-name): Save to a different
5842         filename so multiple messages (especially drafts) can be recovered.
5843
5844 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5845
5846         * message.el (message-confirm-send): Add appropriate version.
5847
5848 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5849
5850         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5851         defvar.
5852
5853 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5854
5855         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5856         (mm-pkcs7-enveloped-magic): Ditto.
5857
5858 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5859
5860         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5861         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5862
5863 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5864
5865         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5866         default, it's better.
5867
5868 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5869
5870         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5871         summary line gnus-number property and ignore them (with a warning
5872         message).
5873
5874 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5875
5876         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5877         macro caddr in the interactive form since it won't be expanded.
5878
5879 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5882         `charset'; fix name of function called recursively.
5883         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5884
5885 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5888         (gnus-mime-set-charset-parameters): New function.
5889         (gnus-mime-view-part-as-charset): Use it to correctly display part
5890         specifying wrong charset.
5891
5892 2008-09-08  David Engster  <dengste@eml.cc>
5893
5894         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5895         in completing-read for back end server.
5896
5897 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5898
5899         * message.el (message-confirm-send): New variable to confirm sending a
5900         message.
5901         (message-send): Use it.
5902
5903 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5904
5905         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5906
5907 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5910
5911 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5912
5913         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5914         prevent tracking too many groups.
5915         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5916         Use it.
5917
5918 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5919
5920         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5921         moving point to the bottom of the window in order to avoid recentering.
5922
5923 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5924
5925         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5926
5927         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5928         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5929         (gnus-article-beginning-of-window): Fix calculation.
5930
5931 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * gnus-msg.el (gnus-summary-supersede-article)
5934         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5935         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5936         message header.
5937
5938 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5939
5940         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5941         pending output coming after the status change.
5942
5943 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5944
5945         * message.el:
5946         * gnus-start.el:
5947         * gnus-registry.el: Remove VMS support.
5948
5949 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5950
5951         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5952         macro.
5953         (rfc2104-hash): Use it.
5954
5955 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5956
5957         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5958         (gnus-summary-sort-by-most-recent-date): New commands.
5959         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5960         and menu entries.
5961
5962 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5965         don't redisplay article for raw contents; remove plural articles stuff.
5966
5967         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5968         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5969         on gnus-summary-save-article; display results properly.
5970
5971 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * lpath.el: No need to fbind ns-focus-frame.
5974
5975 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5976
5977         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5978
5979 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * gnus-art.el (gnus-summary-save-in-pipe):
5982         Consider gnus-save-all-headers.
5983
5984 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5985
5986         * gnus-util.el (ns-focus-frame): Remove declaration.
5987         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5988         like x.
5989
5990 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5991
5992         * rfc2104.el (rfc2104-zero): Delete defconst.
5993         (rfc2104-hex-alist): Likewise.
5994         (rfc2104-hex-to-int): Delete func.
5995         (rfc2104-hexstring-to-bitstring): Likewise.
5996         (rfc2104-nybbles): New defconst.
5997         (rfc2104-hash): Rewrite for speed.
5998
5999 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6000
6001         * tls.el (open-tls-stream): Make it work with the 2nd argument
6002         BUFFER that is a string but does not exist as a buffer object, as
6003         mentioned in the doc-string.
6004
6005 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6006
6007         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6008         SXEmacs.
6009
6010 2008-07-16  Glenn Morris  <rgm@gnu.org>
6011
6012         * gnus-util.el (ns-focus-frame): Declare for compiler.
6013
6014 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6017         set as a group parameter.
6018         (gnus-summary-save-in-pipe): Work when it is called independently.
6019         (gnus-summary-pipe-to-muttprint): Don't modify
6020         gnus-summary-pipe-output-default-command.
6021
6022 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6023
6024         * message.el (message-send-mail-with-sendmail):
6025         Display the error message.
6026
6027 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * gnus-art.el (gnus-default-article-saver):
6030         Add gnus-summary-save-in-pipe to choices.
6031         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6032         gnus-summary-pipe-output-default-command as the default command.
6033         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6034         instead of gnus-last-shell-command.
6035
6036         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6037         New user option.
6038         (gnus-summary-muttprint-program): Mention the value will be changed.
6039         (gnus-summary-save-article): Force showing of all headers.
6040         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6041
6042 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6043
6044         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6045
6046 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6047
6048         * nnimap.el (nnimap-id):
6049         * sieve-manage.el (sieve-manage-open): Doc fixes.
6050
6051 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6052
6053         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6054         if available.
6055
6056 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6057
6058         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6059
6060         * nnkiboze.el (nnkiboze-generate-group):
6061         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6062
6063         * nnmairix.el: Require CL.
6064
6065 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6066
6067         * dgnushack.el: Autoload get-display-table and put-display-table for
6068         XEmacs 21.5.
6069
6070         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6071         21.4 and SXEmacs.
6072
6073 2008-06-15  David Engster  <dengste@eml.cc>
6074
6075         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6076
6077 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6078
6079         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6080         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6081         runtime choice under XEmacs.
6082
6083         * gnus-sum.el (gnus-summary-set-display-table):
6084         Use `gnus-put-display-table', `gnus-get-display-table',
6085         `gnus-set-display-table' for the display table, instead of `aset'.
6086
6087         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6088         Use `gnus-put-display-table', `gnus-get-display-table',
6089         `gnus-set-display-table' for the display table.
6090
6091 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6092
6093         * nnmairix.el: Add autoloads.
6094
6095 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6096
6097         * nnmairix.el (nnmairix-delete-recreate-group)
6098         (nnmairix-update-and-clear-marks): Fix error messages.
6099
6100 2008-06-14  David Engster  <dengste@eml.cc>
6101
6102         * nnmairix.el: Upgrade to version 0.6.
6103         (nnmairix-group-toggle-propmarks-this-group)
6104         (nnmairix-group-toggle-readmarks-this-group)
6105         (nnmairix-group-delete-recreate-this-group)
6106         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6107         (nnmairix-remove-tick-mark-original-article): New commands.
6108         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6109         (nnmairix-propagate-marks-to-nnmairix-groups)
6110         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6111         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6112         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6113         functions needed for marks propagation and manipulation of read marks.
6114         (nnmairix-update-groups): New function.
6115         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6116         (nnmairix-determine-original-group-from-registry)
6117         (nnmairix-determine-original-group-from-path)
6118         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6119         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6120         New helper functions.
6121         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6122         keystrokes for new commands.
6123         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6124         (nnmairix-request-group): Check allow-fast group parameter.
6125         (nnmairix-request-create-group): Set allow-fast group parameter if
6126         nnmairix-allowfast-default is set.
6127         (nnmairix-close-group): Propagate marks upon closing if needed.
6128         (nnmairix-group-toggle-threads-this-group): Use new.
6129         nnmairix-group-toggle-parameter helper function.
6130         (nnmairix-search): Better check for empty search result.
6131         (nnmairix-goto-original-article): Use new helper functions for
6132         determining original article.
6133         (nnmairix-show-original-article): Make sure message-id is in brackets.
6134         (nnmairix-call-mairix-binary): Change variable name.
6135         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6136         helper function.
6137         (nnmairix-widget-toggle-activate): Fix doc string.
6138
6139 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6140
6141         * nnir.el: Require edmacro when compiling with XEmacs.
6142         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6143         available in Emacs 21.
6144
6145 2008-06-11  Glenn Morris  <rgm@gnu.org>
6146
6147         * gnus-util.el (x-focus-frame):
6148         * gnus.el (image-size):
6149         * mm-decode.el (image-size): Declare.
6150
6151         * gnus-picon.el (declare-function): Add compat definition.
6152         (image-size): Declare.
6153
6154         * gnus-group.el (tool-bar-map):
6155         * gnus-sum.el (tool-bar-map): Define for compiler.
6156
6157         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6158
6159         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6160
6161         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6162         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6163         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6164         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6165         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6166         * sieve-manage.el, spam-report.el, spam.el:
6167         Remove unnecessary eval-and-compile of autoloads.
6168
6169 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6170
6171         * auth-source.el: Precise Tramp doc.
6172
6173 2008-06-07  Glenn Morris  <rgm@gnu.org>
6174
6175         * nnmairix.el: Remove unnecessary eval-when-compile.
6176
6177 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * lpath.el: Fbind propertize for XEmacs 21.4.
6180
6181 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6182
6183         * nnir.el: Move here from ../contrib.
6184
6185 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6186
6187         * gnus-util.el (gnus-read-shell-command): New function.
6188         * mm-decode.el (mm-pipe-part):
6189         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6190
6191 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6194
6195 2008-06-03  Glenn Morris  <rgm@gnu.org>
6196
6197         * pop3.el (nnheader-accept-process-output): Autoload it.
6198
6199 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6202         are not 2-digit hexadecimal characters that follow `%'s.
6203
6204 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6205
6206         * message.el (message-bogus-recipient-p): Fix type in doc string.
6207         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6208         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6209         Improve custom options.
6210         (message-bogus-recipient-p): Adjust accordingly.
6211
6212 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6213
6214         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6215         long-form month and day names.
6216
6217 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * dgnushack.el: Autoload debug, eudc-expand-inline and
6220         pgg-snarf-keys-region for XEmacs.
6221
6222         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6223
6224         * nnmairix.el: Require edmacro when compiling with XEmacs.
6225
6226 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6227
6228         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6229         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6230
6231 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6232
6233         * auth-source.el: Add more docs.
6234
6235         * netrc.el (netrc-machine): Always match if the port is not given.
6236
6237 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6238
6239         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6240         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6241         retrieval faster in some cases, but might make CPU usage larger.
6242         If this has any bad side effects, we might revert this change.
6243
6244         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6245         seems to make mail retrieval much, much faster.
6246         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6247         unconditionally.
6248
6249         * gnus-draft.el (gnus-group-send-queue):
6250         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6251
6252 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6253
6254         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6255
6256         * message.el (message-bogus-address-regexp): Fix and improve custom
6257         type.
6258         (message-setup-hook): Add message-check-recipients as custom option.
6259
6260 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6261
6262         * message.el (message-cite-function): Remove bogus autoload which crept
6263         in during merge from v5-10.
6264
6265 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6266
6267         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6268
6269         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6270
6271         * auth-source.el: Preliminary Tramp docs.
6272         (auth-sources): Change the default auth-sources to use
6273         EPA .gpg files.
6274
6275 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6276
6277         * nntp.el: Autoload `auth-source-user-or-password'.
6278         (nntp-send-authinfo): Use it.
6279
6280         * nnimap.el: Autoload `auth-source-user-or-password'.
6281         (nnimap-open-connection): Use it.
6282
6283         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6284         for the gnus-message function.
6285         (auth-source-user-or-password): Use it.
6286
6287 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6288
6289         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6290         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6291         (rfc2104-hash): Use it.
6292
6293 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6294
6295         * gnus-art.el (gnus-article-toggle-truncate-lines):
6296         Don't use `iff' in docstring.
6297
6298 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6299
6300         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6301
6302         * gnus-util.el (gnus-extract-address-component-name)
6303         (gnus-extract-address-component-email): Convenience functions around
6304         `gnus-extract-address-components'.
6305
6306         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6307         Use `gnus-extract-address-component-email' to fix bug of comparing full
6308         sender name to `user-mail-address'.
6309
6310 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6311
6312         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6313         catch/throw to optimize.
6314         (gnus-registry-find-keywords): Just use member to find a keyword.
6315
6316 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6317
6318         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6319         is current before calling gnus-server-prepare.
6320         (gnus-server-setup-buffer, gnus-server-update-server)
6321         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6322
6323 2008-05-04  Juri Linkov  <juri@jurta.org>
6324
6325         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6326         (mailcap-file-default-commands): Use mailcap-replace-in-string
6327         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6328         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6329
6330 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6331
6332         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6333
6334 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6335
6336         * gnus.el: Bump version to 0.11.
6337
6338 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6339
6340         * gnus.el: No Gnus v0.10 is released.
6341
6342 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6343
6344         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6345         hooks.
6346         (gnus-update-read-articles): Speed up non-marks-using users.
6347         (gnus-use-marks): Define gnus-use-marks.
6348         (gnus-propagate-marks): Rename variable to something more sensible.
6349
6350 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6351
6352         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6353         (gmm-image-load-path-for-library): Fix typos in docstrings.
6354         (gmm-message): Reflow docstring.
6355
6356 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6357
6358         * mail-source.el (mail-source-set-1, mail-source-bind):
6359         Move auth-source code out of the macro to clean it up and fix bugs.
6360
6361 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6362
6363         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6364         by sender if it's equal to user-mail-address, it's likely to be
6365         useless.
6366
6367         * mail-source.el (mail-source-bind): Don't use user or password if they
6368         are not bound.  Unintern them if they are nil.  Don't use server unless
6369         it's bound, and default it to empty string otherwise.
6370
6371 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6372
6373         * mail-source.el: Load auth-source.el.
6374         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6375         get user name or password, if auth-sources is set up.
6376
6377         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6378         strategy of splitting with parent.
6379         (gnus-registry-split-fancy-with-parent)
6380         (gnus-registry-post-process-groups): Use it and fix prior
6381         bug (returning a list as the split result).
6382
6383         * auth-source.el (auth-sources): Remove server parameter.
6384         (auth-source-pick, auth-source-user-or-password)
6385         (auth-source-user-or-password-imap)
6386         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6387         (auth-source-user-or-password-sftp)
6388         (auth-source-user-or-password-smtp): Remove server parameter.
6389
6390 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6391
6392         * smime.el (smime-sign-region, smime-encrypt-region)
6393         (smime-decrypt-region):
6394         Remove redundant calls to `generate-new-buffer-name'.
6395
6396 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6397
6398         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6399         Don't use QP for message/rfc822.
6400         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6401
6402 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6403
6404         * sieve-manage.el (sieve-string-bytes): Remove.
6405         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6406         correct byte-length only if the process's coding-system is the same as
6407         the one used internally by Emacs to represent strings.
6408
6409 2008-04-22  Juri Linkov  <juri@jurta.org>
6410
6411         * mailcap.el (mailcap-file-default-commands): New function.
6412
6413 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6414
6415         * message.el (message-signature-separator, message-cite-function):
6416         Change custom version.
6417
6418 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6419
6420         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6421         commands.
6422         (tls-checktrust): Ditto.
6423
6424 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6425
6426         * mm-decode.el (mm-display-external): Make temp file read-only.
6427
6428 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6429
6430         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6431         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6432         `C-c C-f d'.
6433
6434 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6435
6436         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6437
6438 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6439
6440         * gnus.el: Bump version to 0.9.
6441
6442 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6443
6444         * gnus.el: No Gnus v0.8 is released.
6445
6446 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6447
6448         * mail-source.el (mail-source-value):
6449         Prefer fboundp to functionp so it works with macros as well.
6450
6451 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6452
6453         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6454         Fix last change in case the element is not even a symbol.
6455
6456 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6457
6458         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6459         Prefer fboundp to functionp so it works with macros as well.
6460
6461 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6462
6463         * auth-source.el: Add docs.
6464         (auth-sources): Modify format to support server.
6465         (auth-source-pick, auth-source-user-or-password)
6466         (auth-source-user-or-password-imap)
6467         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6468         (auth-source-user-or-password-sftp)
6469         (auth-source-user-or-password-smtp): Add server parameter.
6470
6471 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6472
6473         * gnus-registry.el: Initialize the registry when gnus-registry-install
6474         is t.
6475
6476 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6477
6478         * compface.el (uncompface): Make buffer unibyte.
6479
6480 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6481
6482         * mail-source.el (mail-source-value):
6483         Prefer fboundp to functionp so it works with macros as well.
6484
6485 2008-04-05  Glenn Morris  <rgm@gnu.org>
6486
6487         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6488
6489 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6490
6491         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6492         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6493
6494         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6495         multibyteness after rather than before erasing it.
6496
6497         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6498         mm-with-multibyte.
6499         (gnus-request-article-this-buffer): Make sure the proper decoding is
6500         used if gnus-original-article-buffer happens to be unibyte.
6501
6502         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6503         default-enable-multibyte-characters.
6504
6505         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6506         default-enable-multibyte-characters.
6507
6508         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6509
6510         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6511
6512 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6513
6514         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6515         Fix last change in case the element is not even a symbol.
6516
6517 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6518
6519         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6520         (imap-message-copyuid-1): Use it.
6521         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6522         J. Williams in
6523         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6524
6525         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6526         imap-enable-exchange-bug-workaround.
6527         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6528
6529 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6530
6531         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6532         a 100 byte status-checks into a 2-3MB transfer for each group.
6533         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6534         to enable bug workaround or not.
6535         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6536
6537 2008-03-31  Glenn Morris  <rgm@gnu.org>
6538
6539         * message.el (mml2015-use): Declare for compiler.
6540         (message-info): Require mml2015 when appropriate.
6541
6542 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6545         whitespace.
6546
6547 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6548
6549         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6550         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6551         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6552         (nntp-service-to-port): New function.
6553         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6554         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6555         (nntp-open-netcat-stream): New function.
6556         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6557
6558 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6559
6560         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6561
6562 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6563
6564         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6565
6566 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6567
6568         * dns.el (dns-write): Use set-buffer-multibyte.
6569
6570 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6571
6572         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6573
6574 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6575
6576         * message.el (message-signature-separator): Change default.
6577         Improve custom type.
6578         (message-cite-function): Change default to
6579         message-cite-original-without-signature.
6580
6581         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6582         toggle.
6583
6584         * message.el (message-check-news-body-syntax): Fix signature check.
6585         (message-setup-1): Mark buffer as unmodified _after_ running
6586         message-setup-hook and handling message-alternative-emails.
6587         (message-shorten-references): Be more strict when building list of
6588         valid references to comply with GNKSA.
6589
6590         * gnus-group.el (gnus-read-ephemeral-bug-group)
6591         (gnus-read-ephemeral-debian-bug-group)
6592         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6593
6594         * message.el (message-info): Don't use booleanp which isn't supported
6595         in Emacs 21 and XEmacs.
6596
6597 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6598
6599         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6600         gnus-group-gmane-group-download-format.
6601         (gnus-group-read-ephemeral-gmane-group): Rename from
6602         gnus-group-read-ephemeral-gmane-group.
6603         (gnus-read-ephemeral-gmane-group-url): Rename from
6604         gnus-group-read-ephemeral-gmane-group-url.
6605         (gnus-bug-group-download-format-alist): New variable.
6606         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6607         (gnus-read-ephemeral-emacs-bug-group): New commands.
6608
6609 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6610
6611         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6612         (gnus-visible-headers): Improve custom type.
6613
6614 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6615
6616         * mml.el (mml-menu): Add workarounds for XEmacs.
6617
6618         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6619         X-Boundary header.
6620
6621         * message.el (message-simplify-recipients): Fix previous commit.
6622
6623 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6624
6625         * mm-util.el (mm-set-buffer-multibyte): New function.
6626         * mm-decode.el (mm-copy-to-buffer): Use it.
6627
6628         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6629         Prefer fboundp to functionp so it works with macros as well.
6630
6631 2008-03-19  Glenn Morris  <rgm@gnu.org>
6632
6633         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6634         Accidentally removed in the sync process with Emacs.
6635
6636 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6637
6638         * message.el (message-alter-recipients-discard-bogus-full-name):
6639         New function.
6640         (message-alter-recipients-function): New variable.
6641         (message-get-reply-headers): Use it.
6642         (message-replace-header): New helper function.
6643         (message-recipients-without-full-name): New variable.
6644         (message-simplify-recipients): New command.
6645
6646         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6647
6648         * message.el (message-info): Handle EasyPG manual.
6649
6650         * mml.el (mml-menu): Add entry for EasyPG.
6651
6652 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6653
6654         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6655         parameter.
6656
6657         * message.el (message-disassociate-draft): Specify drafts group name
6658         fully.
6659
6660 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6661
6662         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6663         Eliminate unnecessary duplicates from the match list.
6664
6665 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6668
6669         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6670
6671         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6672         args of `how-many' of which the XEmacs version doesn't take; declare
6673         Info-index-next as function.
6674
6675 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6676
6677         * gnus-score.el (gnus-score-headers): Fix handling of
6678         gnus-inhibit-slow-scoring.
6679
6680         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6681         string.
6682         (gnus-button-url-regexp): Improve handling of parenthesis.
6683         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6684         (gnus-button-handle-info-keystrokes): Handle index entries.
6685
6686 2008-03-15  Glenn Morris  <rgm@gnu.org>
6687
6688         * parse-time.el (parse-time-string): Simplify.
6689
6690 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6693         Incoming* files.
6694
6695 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6696
6697         * auth-source.el (auth-sources): Rename from auth-source-choices.
6698         (auth-source-pick): Use it.
6699
6700 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6701
6702         * binhex.el (binhex-decode-region-internal):
6703         * uudecode.el (uudecode-decode-region-internal):
6704         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6705         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6706         setting default-enable-multibyte-characters.
6707
6708 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6709
6710         * auth-source.el (auth-source-protocols)
6711         (auth-source-protocols-customize, auth-source-choices): Add and
6712         modified variable customizations and defaults.
6713         (auth-source-pick, auth-source-user-or-password)
6714         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6715         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6716         (auth-source-user-or-password-sftp)
6717         (auth-source-user-or-password-smtp): Use new variables and provide an
6718         interface to netrc.el.
6719
6720 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6721
6722         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6723         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6724         Make sure the nntp port to specify is a string.
6725
6726 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6727
6728         * nntp.el: Use with-current-buffer.
6729         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6730         dubious mm-with-unibyte-current-buffer.
6731         (nntp-with-open-group-function): New function extracted from
6732         nntp-with-open-group macro.
6733         (nntp-with-open-group): Use the function, so it's easier to debug.
6734         Add indentation and debugging info.
6735         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6736         Recommend the use of the netcat alternatives.
6737
6738         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6739         Avoid mm-string-as-multibyte as well.
6740
6741         * nnweb.el (nnweb-insert-html):
6742         Remove use of nnheader-string-as-multibyte.
6743
6744         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6745         (nnheader-string-as-multibyte): Remove.
6746
6747         * mm-view.el: Use inhibit-read-only.
6748         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6749         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6750         or unibyte-string.
6751
6752         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6753         (mm-uu-yenc-extract): Use with-current-buffer.
6754
6755         * gnus-soup.el (gnus-soup-send-packet): Don't use
6756         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6757
6758         * nnmh.el: Use with-current-buffer.
6759         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6760         mm-string-as-multibyte on the output of mm-encode-coding-string.
6761
6762         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6763         (nnimap-request-move-article): Use with-current-buffer.
6764
6765         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6766         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6767         conversion uses string-make-unibyte rather than string-as-unibyte.
6768
6769         * gnus-msg.el: Use with-current-buffer.
6770
6771         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6772
6773 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6774
6775         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6776         string for caching if it is 'PIN.
6777
6778 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * lpath.el: Consider the case without Emacs/W3.
6781
6782 2008-03-08  Glenn Morris  <rgm@gnu.org>
6783
6784         * time-date.el (date-to-time, time-subtract, time-add)
6785         (safe-date-to-time): Doc fixes.
6786
6787 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6788
6789         * mail-source.el (mail-source-delete-old-incoming-confirm):
6790         Change default to nil.
6791         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6792
6793 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6794
6795         * lpath.el: Rearrange.
6796
6797         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6798         (gnus-article-goto-prev-page): Work for articles having ^L's.
6799
6800         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6801
6802         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6803
6804 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6805
6806         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6807         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6808         (gnus-bookmark-jump): Adjust some variable names.
6809
6810 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6811
6812         * auth-source.el: New package.
6813         (auth-source-choices): Add customization entry point variable.
6814
6815         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6816         bug.
6817
6818 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6819
6820         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6821         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6822         (gnus-registry-install-shortcuts): Rename from
6823         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6824         the `gnus-registry-mark-map' keymap dynamically from
6825         `gnus-registry-marks'.  The generated functions update the summary line
6826         when a registry mark is added or deleted, and will call
6827         `gnus-registry-install-p' (see the comments in the code).
6828         (gnus-registry-user-format-function-M): Use concat intelligently.
6829
6830         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6831         the registry mark functions.
6832
6833 2008-03-05  Glenn Morris  <rgm@gnu.org>
6834
6835         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6836         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6837         gnus-art.
6838         (top-level): No need to load own source when compiling.
6839
6840 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6841
6842         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6843         Suggested by <chris.anderton@zetnet.co.uk>.
6844
6845 2008-03-04  Glenn Morris  <rgm@gnu.org>
6846
6847         * gnus-sum.el (top-level): No need to require gnus when compiling,
6848         since unconditionally required near start of file.
6849         (gnus-summary-display-while-building): Move definition before use.
6850
6851 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6852
6853         * gnus-registry.el (gnus-registry-user-format-function-M):
6854         Add formatting function.
6855
6856 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6857
6858         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6859         with plists.
6860         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6861         Use new format.
6862
6863 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6866         `where-is-internal' that returns a range of key sequences.
6867
6868 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6869
6870         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6871
6872         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6873         (gnus-summary-jump-to-group): Consider windows on other displayed
6874         frames as well.  Similar changes might be needed elsewhere, but that's
6875         the one I've bumped into during my use.
6876
6877         * nndoc.el (nndoc-oe-dbx-type-p):
6878         * gnus-msg.el (gnus-debug):
6879         * gnus-group.el (gnus-update-group-mark-positions):
6880         Use mm-string-to-multibyte.
6881
6882 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6883
6884         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6885         doesn't handle NotDashEscaped.
6886
6887         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6888         (mml-dnd-attach-options): Fix typo in custom choice.
6889
6890         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6891         Change nndoc-article-type to mbox.
6892         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6893
6894         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6895         to nil, instead of html2text.
6896
6897         * imap.el (imap-debug): Add `imap-ping-server'.
6898
6899         * gnus-bookmark.el: Add FIXMEs.
6900
6901         * message.el (message-form-letter-separator)
6902         (message-send-form-letter-delay): New variables.
6903         (message-send-form-letter): Use them.  New command to send form
6904         letters.  Requested by Uwe Siart.
6905         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6906
6907 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6908
6909         * Update copyright years.
6910
6911 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6912
6913         Sync from EMACS_22_BASE.
6914
6915         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6916
6917 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6918
6919         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6920         empty author.
6921
6922 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6923
6924         * gnus-registry.el (gnus-registry-marks): Add variable for
6925         customization of marks and their appearance.
6926         (gnus-registry-read-mark): Use it.
6927         (gnus-registry-do-marks): Add utility function to loop through
6928         `gnus-registry-marks'.
6929         (gnus-registry-install-shortcuts-and-menus): Add function to install
6930         shortcuts and menus.
6931         (gnus-registry-initialize): Use it.
6932         (gnus-registry-default-mark): Clarify documentation.
6933
6934 2008-02-29  Glenn Morris  <rgm@gnu.org>
6935
6936         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6937         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6938         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6939         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6940         Change defcustom :version from 23.0 to 23.1.
6941
6942 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6943
6944         * gnus-registry.el (gnus-registry-follow-group-p)
6945         (gnus-registry-post-process-groups): Add functions to aid registry
6946         splitting and improve logging.  Clarify behavior in function
6947         documentation.
6948         (gnus-registry-split-fancy-with-parent): Use them.
6949
6950 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6951
6952         * gnus-art.el: Use with-current-buffer.
6953
6954 2008-02-27  David Engster  <dengste@eml.cc>
6955
6956         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6957         Express real group name in the response.
6958
6959 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6962         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6963         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6964         autoload gnus-registry-fetch-group when compiling.
6965         (nnmairix-request-group-with-article-number-correction):
6966         Remove unreferenced argument passed to nnmairix-call-backend.
6967
6968 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6969
6970         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6971         (mm-uu-extract): Improve face for low color ttys.
6972         Reported by Sascha Wilde.
6973
6974 2008-02-27  Glenn Morris  <rgm@gnu.org>
6975
6976         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6977         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6978         variables to defconsts.  Convert comments to doc-strings.
6979         (nnmairix-last-server, nnmairix-current-server): Convert from free
6980         variables to defvars.  Convert comments to doc-strings.
6981         (gnus-registry-fetch-group): Autoload.
6982         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6983         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6984         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6985         caddr.
6986         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6987         nnmairix-request-group-with-article-number-correction call.
6988         (nnmairix-fast, nnmairix-group): New, less general names, for free
6989         variables passed from nnmairix-request-group to
6990         nnmairix-request-group-with-article-number-correction.  Declare.
6991         (nnmairix-request-group-with-article-number-correction):
6992         Use nnmairix-fast, nnmairix-group rather than fast, group.
6993
6994 2008-02-26  David Engster  <dengste@eml.cc>
6995
6996         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6997         version 0.5.
6998
6999 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7000
7001         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7002         instead of making an extra function call.  Don't add the current group
7003         to articles only when they have the group.  Use
7004         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7005         Reported by David <de_bb@arcor.de>.
7006
7007 2008-02-24  Miles Bader  <miles@gnu.org>
7008
7009         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7010         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7011         (mm-find-mime-charset-region):
7012         * mm-bodies.el (mm-encode-body):
7013         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7014
7015 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7016
7017         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7018         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7019
7020 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7021
7022         * mail-source.el (mail-source-delete-incoming): Change default.
7023         Supplement doc string.
7024
7025         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7026
7027 2008-02-14  Glenn Morris  <rgm@gnu.org>
7028
7029         * time-date.el (format-seconds): New function.
7030
7031 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7032
7033         * nnmail.el (nnmail-message-id-cache-file): Derive from
7034         `gnus-home-directory'.
7035
7036 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7037
7038         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7039         Document negative prefix.
7040
7041         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7042
7043 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7044
7045         * message.el (message-unsent-separator): Add the Exim bounce
7046         separator.
7047
7048 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7049
7050         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7051         list.
7052         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7053         recipient/signer list.
7054
7055 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * Makefile.in (datarootdir): Define.
7058         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7059         name that might contain whitespace.
7060
7061 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7062
7063         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7064         fbound (Emacs 23 unicode), signal an error.
7065
7066 2008-02-08  Glenn Morris  <rgm@gnu.org>
7067
7068         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7069
7070 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7071
7072         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7073         ports to the calls to `netrc-machine-user-or-password' in addition to
7074         "imap" and "imaps".
7075
7076 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7077
7078         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7079
7080         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7081
7082 2008-02-01  Kenichi Handa  <handa@m17n.org>
7083
7084         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7085         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7086         (rfc2104-hash): Convert the result of concat to unibyte string.
7087
7088 2008-02-01  Dave Love  <fx@gnu.org>
7089
7090         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7091         coding-system-for-read.
7092         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7093
7094 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7097         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7098         <hanche@math.ntnu.no>.
7099
7100 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7103
7104         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7105
7106 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7107
7108         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7109         * message.el (message-beginning-of-line): Use featurep instead of bound
7110         tests in order to resolve conditionals at compile time.
7111
7112 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7113
7114         * mail-source.el (mail-sources): Add `group' choice.
7115
7116         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7117         parameter `in-group' to control into which group the articles go.
7118         Add treatment of `group' mail-source.
7119
7120 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7123
7124         * mm-decode.el (mm-dissect-buffer): Decode description.
7125
7126         * mml.el (mml-to-mime): Encode message header first.
7127
7128 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7131         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7132
7133         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7134         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7135
7136 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7137
7138         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7139
7140 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7141
7142         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7143         prefix keys.
7144         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7145         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7146         gnus-xmas.el.
7147
7148         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7149         (gnus-xmas-article-describe-bindings): New function.
7150         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7151         gnus-xmas-article-describe-bindings.
7152
7153         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7154
7155 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7156
7157         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7158         Add new variables for article mark management.
7159         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7160         list of extra data entries which, when present, will indicate that the
7161         article ID should not be trimmed from the registry.
7162         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7163         functions.
7164         (gnus-registry-read-mark): New function to read a mark name from the
7165         user.
7166         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7167         (gnus-registry-set-article-mark-internal): New functions to add and
7168         remove marks.
7169         (gnus-registry-get-article-marks): New function to show the marks for
7170         an article, or retrieve them for further use.
7171
7172 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7175         keys when no argument is given.
7176
7177 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7178
7179         * imap.el (imap-ping-server): New variable.
7180         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7181         (imap-ping-server): Minor doc string fixes.
7182
7183 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7184
7185         * imap.el (imap-ping-server): New function.
7186         (imap-opened): Call imap-ping-server.
7187
7188 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7189
7190         * gnus-sum.el (gnus-article-sort-by-random)
7191         (gnus-thread-sort-by-random): Fix doc strings.
7192         Reported by jidanni@jidanni.org.
7193
7194 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7195
7196         * gnus-art.el (gnus-article-describe-bindings): New function.
7197         (gnus-article-read-summary-keys): Use it.
7198         (gnus-article-mode-map): Bind `C-h b' to it.
7199
7200 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7203         XEmacs.
7204         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7205         Protect against non-character events.
7206
7207         * lpath.el: Fbind map-keymap for Emacs 21.
7208
7209 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7210
7211         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7212         New command.
7213         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7214         instead of END.  Change name of the temp file.
7215         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7216         customizable.
7217
7218 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7221         bind `S W' to gnus-article-wide-reply-with-original; set default
7222         binding to gnus-article-read-summary-send-keys.
7223         (gnus-article-read-summary-keys): Fix the order of keys; display
7224         continuation keys correctly in the echo area; describe bindings
7225         correctly when keys end with `C-h'.
7226         (gnus-article-read-summary-send-keys): New function.
7227         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7228         Work for gnus-article-read-summary-send-keys; display continuation keys
7229         correctly in the echo area.
7230         (gnus-article-reply-with-original): Ignore prefix argument.
7231         (gnus-article-wide-reply-with-original): New function.
7232
7233         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7234         Emacs 21.
7235
7236 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7239         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7240
7241 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7242
7243         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7244         (gnus-group-read-ephemeral-gmane-group): New command.
7245
7246 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7247
7248         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7249
7250 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7251
7252         * message.el (message-send-mail-function): Increase custom version.
7253
7254         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7255         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7256
7257 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7258
7259         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7260         for the cases where imap-authenticate is called with a nil buffer
7261         parameter.
7262
7263 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7264
7265         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7266         html parts correctly; support forwarded messages.
7267         (gnus-article-browse-html-article): Remove work buffers.
7268
7269         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7270         compiling.
7271         (netrc-bound-and-true-p): New macro.
7272         (netrc-parse): Use it instead of bound-and-true-p that is not available
7273         in XEmacs 21.4.
7274
7275 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7276
7277         * gnus-registry.el (gnus-registry-mark-article)
7278         (gnus-registry-article-marks): Add functionality to mark articles
7279         through the Gnus registry.
7280
7281         * encrypt.el: Clarify documentation for the new pgg method.
7282         (encrypt-file-alist): Add PGG option.
7283         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7284         functionality.  Abstract password key and messaging to external
7285         functions.
7286         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7287         (encrypt-message-method-and-cipher): Add new convenience external
7288         functions.
7289         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7290         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7291
7292         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7293         (netrc-parse): Use encrypt-file-alist to determine if
7294         encrypt-find-model or encrypt-insert-file-contents should be used.
7295
7296         * encrypt.el: Clarify documentation.  Load password-cache or
7297         password, whichever one is found first, instead of autoloading.
7298
7299 2007-12-19  Glenn Morris  <rgm@gnu.org>
7300
7301         * mml.el (message-options-set, message-narrow-to-head)
7302         (message-in-body-p, message-mail-p, message-encode-message-body):
7303         Autoload.
7304         (message-remove-header, message-narrow-to-headers-or-head)
7305         (message-subscribed-p, message-make-mail-followup-to)
7306         (message-position-on-field, message-news-p)
7307         (message-options-set-recipient, message-generate-headers)
7308         (message-sort-headers): Declare as functions.
7309
7310 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7311
7312         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7313         convention in doc string.
7314
7315 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7316
7317         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7318         title to html parts.
7319         (gnus-article-browse-html-article): Pass message header to it.
7320
7321         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7322
7323 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7324
7325         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7326         or password compatible with XEmacs.
7327
7328 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7329
7330         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7331         format document.
7332         (gnus-mime-delete-part): Don't write description line if empty.
7333         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7334
7335 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7336
7337         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7338         (gnus-summary-mark-read-and-unread-as-read)
7339         (gnus-summary-mark-current-read-and-unread-as-read)
7340         (gnus-summary-mark-unread-as-ticked): Doc fix.
7341         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7342
7343 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7344
7345         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7346         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7347
7348 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7349
7350         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7351         yes-or-no-p.
7352
7353 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7354
7355         * mm-decode.el (mm-add-meta-html-tag): New function.
7356         (mm-save-part-to-file, mm-pipe-part): Use it.
7357
7358         * gnus-art.el (gnus-article-browse-delete-temp-files):
7359         Use gnus-y-or-n-p instead of y-or-n-p.
7360         (gnus-article-browse-html-parts): Work with message/external-body; use
7361         mm-add-meta-html-tag.
7362
7363 2007-12-11  Glenn Morris  <rgm@gnu.org>
7364
7365         * gnus-cache.el: Require gnus-sum not just when compiling.
7366
7367         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7368
7369         * gnus-int.el (gnus-server-opened, gnus-status-message):
7370         Move definitions before use.
7371
7372         * mm-decode.el: Require gnus-util.
7373         (mm-remove-part): Only call delete-annotation on XEmacs.
7374
7375         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7376
7377         * nnmail.el: Require gnus-int.
7378
7379         * spam.el: Move `require's before `eval-when-compile's.
7380
7381         * gnus-ems.el (gnus-alive-p):
7382         * gnus-fun.el (message-goto-eoh):
7383         * gnus-util.el (gnus-group-name-decode):
7384         * mail-source.el (gnus-compress-sequence):
7385         * message.el (Info-goto-node, format-spec):
7386         * mm-bodies.el (message-options-get):
7387         * mm-decode.el (mm-view-pkcs7):
7388         * mm-util.el (gmm-write-region):
7389         * mml-smime.el (mml-compute-boundary)
7390         (gnus-completing-read-with-default):
7391         * mml.el (widget-button-press, gnus-make-hashtable):
7392         * mml1991.el (mm-decode-content-transfer-encoding)
7393         (mm-encode-content-transfer-encoding)
7394         (message-options-get, message-options-set):
7395         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7396         * nnfolder.el (gnus-request-group):
7397         * nnheader.el (ietf-drums-unfold-fws):
7398         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7399         * smime.el (gnus-run-mode-hooks):
7400         * spam-stat.el (gnus-message): Autoload.
7401
7402         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7403         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7404         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7405         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7406         Add declare-function compatibility definition.
7407
7408         * gnus-cache.el (nnvirtual-find-group-art):
7409         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7410         (gnus-add-image, gnus-add-wash-type):
7411         * gnus-group.el (nnkiboze-score-file):
7412         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7413         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7414         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7415         (message-tokenize-header, gnus-get-buffer-create)
7416         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7417         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7418         * gnus.el (gnus-group-decoded-name):
7419         * mail-source.el (imap-capability):
7420         * mm-bodies.el (message-options-set):
7421         * mm-decode.el (gnus-configure-windows):
7422         * mm-extern.el (message-goto-body):
7423         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7424         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7425         (epg-sub-key-validity, message-options-set):
7426         * mml.el (widget-event-point, gnus-configure-windows):
7427         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7428         * mml2015.el (epg-check-configuration, epg-configuration)
7429         (message-options-set):
7430         * nndb.el (nndb-request-article):
7431         * nnfolder.el (gnus-request-create-group):
7432         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7433         * nnmaildir.el (gnus-group-mark-article-read):
7434         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7435         * rfc1843.el (message-fetch-field):
7436         * spam.el (gnus-extract-address-components):
7437         Declare as functions.
7438
7439 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7442
7443         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7444
7445         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7446         bind show-trailing-whitespace for XEmacs.
7447
7448 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7449
7450         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7451         new no-op macro for backward compatibility.
7452
7453         * imap.el (imap-string-to-integer): New function.
7454
7455 2007-12-09  Glenn Morris  <rgm@gnu.org>
7456
7457         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7458
7459         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7460         * message.el, mm-view.el, sieve-manage.el, smime.el:
7461         Add declare-function compatibility definition.
7462
7463         * gnus-art.el (w3-region, w3m-region, Info-menu):
7464         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7465         * gnus-sum.el (gnus-get-predicate):
7466         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7467         * message.el (mail-abbrev-in-expansion-header-p):
7468         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7469         (w3m-detect-meta-charset, w3m-region):
7470         * sieve-manage.el (password-read, password-cache-add)
7471         (password-cache-remove):
7472         * smime.el (password-read-and-add): Declare as functions.
7473
7474 2007-12-08  David Kastrup  <dak@gnu.org>
7475
7476         * gnus-sum.el (gnus-summary-simplify-subject-query):
7477         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7478         `message'.
7479
7480 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7483         it to bind idna-program, installation-directory, defined-colors, and
7484         face-attribute for XEmacs of the version that compiles defcustom forms.
7485
7486 2007-12-07  Glenn Morris  <rgm@gnu.org>
7487
7488         * gnus-art.el (article-make-date-line): Revert previous change.
7489
7490 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7491
7492         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7493
7494 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7495
7496         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7497         Call gnus-add-to-range ranges only once with a prepared article-list.
7498
7499 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7500
7501         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7502         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7503         group names with backslashes.
7504         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7505
7506 2007-12-06  Deepak Goel  <deego3@gmail.com>
7507
7508         * gnus-art.el (article-make-date-line):
7509         * gnus-start.el (gnus-load):
7510         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7511
7512 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * gnus-art.el (gnus-use-idna)
7515         * gnus-start.el (gnus-site-init-file)
7516         * message.el (message-use-idna)
7517         * mm-uu.el (mm-uu-hide-markers)
7518         * smiley.el (smiley-style): Revert changes that suppress warnings.
7519
7520 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7523         specify charset to html source.
7524         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7525
7526 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7529         idna-program in order to suppress byte compile warning issued by XEmacs
7530         that came to byte compile the default value section of defcustom forms
7531         recently.
7532
7533         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7534         value of installation-directory.
7535
7536         * message.el (message-use-idna): Don't directly refer to the value of
7537         idna-program.
7538
7539         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7540
7541         * smiley.el (smiley-style): Don't directly call face-attribute.
7542
7543 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7544
7545         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7546
7547         * gnus-dired.el: Reduce Gnus dependencies.
7548         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7549         Don't require.  Use autoloads instead.
7550         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7551         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7552         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7553         (gnus-dired-mode): Adjust doc string.
7554         (gnus-dired-mail-mode): New variable.
7555         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7556         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7557         (gnus-dired-mail-buffers): New function.  Return mail or message
7558         composition buffers.
7559         (gnus-dired-attach): Use it.
7560         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7561         NO-DECODE.
7562         (gnus-dired-print): Use `gnus-print-buffer' depending on
7563         `gnus-dired-mail-mode'.
7564
7565 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * rfc2047.el (rfc2047-encoded-word-regexp)
7568         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7569         explaining what regexp patterns are for.
7570
7571 2007-12-04  Glenn Morris  <rgm@gnu.org>
7572
7573         * password.el: Move to password-cache.el.
7574
7575         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7576         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7577         * mml-smime.el (password-read, password-cache-add)
7578         (password-cache-remove):
7579         No need to autoload, since mml-sec requires password.
7580
7581         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7582         * message.el (gnus-extract-address-components):
7583         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7584
7585         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7586         password.
7587
7588 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7589
7590         * mailcap.el: Reduce dependencies.
7591         (mail-header-parse-content-type): Autoload.
7592         (mailcap-delete-duplicates): New alias.
7593         (mailcap-mime-info): Add optional argument NO-DECODE.
7594         (mailcap-mime-types): Use mailcap-delete-duplicates.
7595
7596         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7597
7598 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7599
7600         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7601         (imap-parse-status): Upcase status-att for servers that sends them
7602         lower-case (e.g., MS Exchange 2007).
7603
7604 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7605
7606         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7607         function.
7608
7609         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7610         (gnus-uu-yenc-article): New function.
7611
7612         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7613
7614         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7615
7616 2007-12-02  Glenn Morris  <rgm@gnu.org>
7617
7618         * binhex.el (binhex): New custom group.
7619         (binhex-decoder-program, binhex-decoder-switches)
7620         (binhex-use-external): Move to the binhex custom group.
7621
7622         * uudecode.el (uudecode): New custom group.
7623         (uudecode-decoder-program, uudecode-decoder-switches)
7624         (uudecode-use-external): Move to the uudecode custom group.
7625
7626         * netrc.el (top-level): Don't load `encrypt' features.
7627         (netrc-parse): Don't use encrypt.
7628         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7629
7630         * encrypt.el: Remove file.
7631
7632 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7633
7634         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7635         matches on patches.
7636
7637         * gnus-art.el (gnus-article-browse-html-article):
7638         Mention `mm-text-html-renderer' in the doc string.
7639
7640         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7641         string.  Add comments.
7642
7643         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7644         if rhs is ASCII.
7645
7646 2007-12-01  Glenn Morris  <rgm@gnu.org>
7647
7648         * mail-source.el (top-level): Require format-spec before
7649         eval-when-compile.
7650
7651 2007-11-30  Glenn Morris  <rgm@gnu.org>
7652
7653         * encrypt.el: Require password, rather than autoloading password-read.
7654
7655 2007-11-29  Glenn Morris  <rgm@gnu.org>
7656
7657         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7658         (sasl-make-client, sasl-next-step, sasl-step-data)
7659         (sasl-step-set-data): Declare as functions.
7660
7661 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7662
7663         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7664
7665 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7666
7667         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7668         certs should be verified and what is to be done in the event of a
7669         verification failure.
7670
7671         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7672         caller can indicate whether the cache should be disregarded for this
7673         call.  This way the result of the call is reproducible at all times and
7674         can be considered a canonical server name for the supplied method.
7675         (gnus-agent-method-p): Canonicalize server names by pushing their
7676         method through `gnus-method-to-server' using the no-cache argument.
7677
7678         * gnus-srvr.el (gnus-server-insert-server-line):
7679         Call `gnus-method-to-server' with `no-cache' argument.
7680
7681         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7682         gnus-agent-possibly-synchronize-flags as this should be called when the
7683         server is actually being opened.
7684         (gnus-agent-possibly-synchronize-flags)
7685         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7686         flags file of an agentized server to the latter function.
7687
7688         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7689         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7690         after a connection has been established successfully.
7691
7692 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7693
7694         * gnus-art.el (article-display-face): Force to display face if called
7695         interactively; check if gnus-article-x-face-too-ugly matches author.
7696         (article-display-x-face): Display face even if From header is missing
7697         as article-display-face does.
7698
7699 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7700
7701         * hashcash.el (message-narrow-to-headers-or-head)
7702         (message-fetch-field, message-goto-eoh)
7703         (message-narrow-to-headers): Declare as functions.
7704
7705 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7706
7707         * mail-source.el (mail-sources): Default to fetch from file for
7708         compatibility with default of nnmail-spool-file.
7709
7710 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7711
7712         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7713         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7714         to look for encoded word that should be encoded again.
7715         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7716         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7717         encoding pattern.
7718         (rfc2047-decode-region): Switch strict regexp and loose one according
7719         to rfc2047-allow-irregular-q-encoded-words.
7720
7721 2007-11-25  Romain Francoise  <romain@orebokech.com>
7722
7723         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7724
7725 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7726
7727         * tls.el (tls-program): Provide more custom choices from
7728         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7729         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7730
7731 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7732
7733         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7734         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7735
7736         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7737         `nnmail-spool-file'.
7738
7739         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7740         `nnmail-spool-file'.
7741
7742         * gnus-move.el (gnus-change-server): Ditto.
7743
7744         * gnus-kill.el (gnus-batch-score): Ditto.
7745
7746         * gnus-cache.el (gnus-jog-cache): Ditto.
7747
7748         * gnus-msg.el (gnus-summary-reply):
7749         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7750
7751 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7752
7753         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7754         version.  Minor improvement to doc strings.
7755         (tls-program): Add comment.
7756
7757 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7758
7759         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7760         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7761         mismatch between the hostname provided in the certificate and the name
7762         of the host connnecting to.
7763         (open-tls-stream): Use them.  Check certificates against trusted root
7764         certificates.
7765
7766 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7767
7768         * gnus-cache.el (gnus-cache-generate-nov-databases):
7769         Use nnml-generate-nov-databases-directory instead of
7770         nnml-generate-nov-databases-1.
7771
7772 2007-11-24  Glenn Morris  <rgm@gnu.org>
7773
7774         * message.el (message-tool-bar-retro): Update for rename
7775         mail_send.xpm->mail-send.xpm.
7776
7777 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7778
7779         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7780         `smime-ldap-search' for Emacs 22 and up.
7781
7782 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7783
7784         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7785
7786         * message.el (message-send-mail-function): Fix error convention.
7787         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7788         (message-widen-reply, message-send-mail, message-talkative-question)
7789         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7790         (message-clone-locals, message-send-news): Use with-current-buffer.
7791         (message-insert-or-toggle-importance): Remove unused var `valid'.
7792         (message-make-references): Remove unused var `new-references'.
7793         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7794
7795 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7796
7797         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7798         (spam-split-symbolic-return-positive): Reflow docstring.
7799         (spam-backends, spam-summary-exit-behavior)
7800         (spam-mark-ham-unread-before-move-from-spam-group)
7801         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7802         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7803         (spam-clear-cache, spam-backend-check, spam-install-backend)
7804         (spam-install-statistical-backend, spam-list-of-processors)
7805         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7806         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7807         (spam-check-crm114, spam-initialize, spam-unload-hook):
7808         Fix typos in docstrings.
7809
7810 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7813         been checked if they have never been read and those group levels are
7814         higher than the one that a user specified.
7815
7816 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7817
7818         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7819         foreign groups unless a group level is specified by a user.
7820         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7821
7822 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7823
7824         * message.el (message-send-mail-function): Require sendmail.
7825
7826 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7827
7828         * message.el (message-send-mail-function): Check for smtpmail too.
7829
7830         * utf7.el (utf7-encode, utf7-decode): Use coding system
7831         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7832
7833         * message.el (message-send-mail-function): New function.
7834         (message-send-mail-function): Set default using
7835         message-send-mail-function.  Adjust doc string.
7836         (message-send-mail-with-mailclient): New function.
7837
7838 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7839
7840         * smime.el (from):
7841         * rfc2047.el (message-posting-charset):
7842         * qp.el (mm-use-ultra-safe-encoding):
7843         * pop3.el (parse-time-months):
7844         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7845         * nnml.el (files):
7846         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7847         (jka-compr-compression-info-list, ange-ftp-path-format)
7848         (efs-path-regexp):
7849         * nndiary.el (files):
7850         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7851         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7852         (epg-digest-algorithm-alist, inhibit-redisplay)
7853         (password-cache-expiry):
7854         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7855         (pgg-output-buffer, password-cache-expiry):
7856         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7857         (efs-path-regexp):
7858         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7859         (inhibit-redisplay):
7860         * mm-uu.el (file-name, start-point, end-point, entry)
7861         (gnus-newsgroup-name, gnus-newsgroup-charset):
7862         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7863         (latin-unity-ucs-list):
7864         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7865         (mm-uu-binhex-decode-function):
7866         * message.el (gnus-message-group-art, gnus-list-identifiers)
7867         (rmail-enable-mime-composing, gnus-local-organization)
7868         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7869         (gnus-read-active-file, facemenu-add-face-function)
7870         (facemenu-remove-face-function, gnus-article-decoded-p)
7871         (tool-bar-mode):
7872         * mail-source.el (display-time-mail-function):
7873         * gnus-util.el (nnmail-pathname-coding-system)
7874         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7875         (gnus-original-article-buffer, gnus-user-agent)
7876         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7877         (xemacs-codename, sxemacs-codename, emacs-program-version):
7878         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7879         * gnus-start.el (gnus-agent-covered-methods)
7880         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7881         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7882         (gnus-newsgroup-headers, gnus-group-list-mode)
7883         (gnus-group-mark-positions, gnus-newsgroup-data)
7884         (gnus-newsgroup-unreads, nnoo-state-alist)
7885         (gnus-current-select-method, mail-sources)
7886         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7887         (nnmail-spool-file, gnus-cache-active-hashtb):
7888         * gnus-mh.el (mh-lib-progs):
7889         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7890         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7891         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7892         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7893         (gnus-group-buffer):
7894         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7895         (font-lock-set-defaults):
7896         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7897         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7898         (gnus-summary-post-menu, total-parts, type, condition, length):
7899         * gnus-agent.el (gnus-agent-read-agentview):
7900         * flow-fill.el (show-trailing-whitespace):
7901         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7902         eval-and-compile wrappers for byte compiler pacifiers.
7903
7904         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7905         (mm-display-inline-fontify): Check for featurep 'xemacs not
7906         extent-list.
7907
7908         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7909         itimer-list.
7910         (mm-create-image-xemacs): Only do something for XEmacs.
7911         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7912
7913         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7914
7915         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7916         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7917
7918 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7919
7920         * nnimap.el (nnimap-split-download-body):
7921         * gnus-demon.el (gnus-demon):
7922         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7923
7924 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7927         New macros.
7928         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7929         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7930         copy data from unibyte buffer to multibyte current buffer.
7931         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7932         to copy data from unibyte current buffer to multibyte buffer.
7933         (nntp-make-process-buffer): Make process buffer unibyte.
7934
7935         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7936
7937 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7938
7939         * pop3.el (pop3-open-server): Accept and process data more robustly at
7940         connexion start to avoid spurious "POP SSL connexion failed" errors.
7941
7942 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7945         read group names.
7946
7947 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7948
7949         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7950
7951 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7954         (nnmail-save-active): Use a unibyte buffer when saving active file,
7955         which may contain non-ASCII group names.
7956
7957         * nnml.el (nnml-request-group): Decode group names in messages.
7958
7959 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7960
7961         * message.el (message-citation-line-function)
7962         (message-insert-formatted-citation-line): Fix spelling of
7963         `message-insert-formated-citation-line'.
7964
7965 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7966
7967         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7968
7969 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7972         nnmail-pathname-coding-system.
7973
7974         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7975         that a user enters; decode group names in messages.
7976
7977         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7978
7979 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7980
7981         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7982
7983         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7984
7985         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7986         risky local variable.
7987
7988         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7989
7990 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7991
7992         * encrypt.el: Improve documentation to fix function name typo.
7993         Reported by Daiki Ueno <ueno@unixuser.org>.
7994
7995 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7998         even if the point is not in the last page of an article.
7999         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8000         back to the previous page.
8001
8002 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8003
8004         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8005
8006 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8009
8010 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8011
8012         * message.el (message-check-news-body-syntax):
8013         Avoid mm-string-as-multibyte.
8014         (message-hide-headers): Don't assume (point-min)==1.
8015
8016 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8017
8018         * message.el (message-remove-blank-cited-lines): Fix if remove is
8019         given.
8020         (message-bogus-address-regexp): New variable.
8021         (message-bogus-recipient-p): New function.
8022         (message-check-recipients): New command.
8023         (message-syntax-checks): Add `bogus-recipient'.
8024         (message-fix-before-sending): Add `bogus-recipient'.
8025
8026         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8027         (gnus-treat-body-boundary): Don't test window-system.
8028
8029 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8030
8031         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8032
8033 2007-10-28  Miles Bader  <miles@gnu.org>
8034
8035         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8036         at compile-time too.
8037
8038 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8039
8040         * gnus-msg.el (gnus-message-setup-hook):
8041         Add `message-remove-blank-cited-lines' to options.
8042
8043 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8044
8045         * message.el (message-remove-blank-cited-lines): New function.
8046         Suggested by Karl Plästerer.
8047
8048 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8051         mapc.
8052
8053         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8054         (top-level): Use mapc to set functions to be traced for debugging.
8055
8056         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8057         called for effect with while loop.
8058
8059         * message.el (message-talkative-question): Replace mapcar called for
8060         effect with mapc.
8061
8062         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8063         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8064         called for effect with dolist.
8065
8066         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8067
8068         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8069         gnus-extra-headers and nnmail-extra-headers.
8070
8071         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8072         called for effect with dolist.
8073         (top-level): Use mapc to set functions to be traced for debugging.
8074
8075         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8076         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8077         dolist.
8078
8079         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8080         Replace mapcar called for effect with mapc.
8081         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8082         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8083         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8084         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8085
8086         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8087         remove-if that's a cl function.
8088
8089         * webmail.el (webmail-debug): Replace mapcar called for effect with
8090         dolist.
8091
8092         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8093         with mapc.
8094
8095 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8096
8097         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8098         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8099         with while loop.
8100
8101         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8102         functions from article-* functions.
8103         (gnus-multi-decode-header): Replace mapcar called for effect with
8104         dolist.
8105
8106         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8107         (gnus-bookmark-show-details): Replace mapcar called for effect with
8108         while loop.
8109
8110         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8111         called for effect with while loop.
8112
8113         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8114         with dolist.
8115
8116         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8117         Replace mapcar called for effect with dolist.
8118
8119         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8120
8121         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8122         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8123         Replace mapcar called for effect with dolist.
8124         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8125         mapc.
8126
8127         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8128         Replace mapcar called for effect with dolist.
8129         (gnus-topic-list): Replace mapcar called for effect with mapc.
8130
8131         * gnus.el: Use mapc instead of mapcar to add autoloads.
8132
8133 2007-10-23  Richard Stallman  <rms@gnu.org>
8134
8135         * gnus-group.el (gnus-group-highlight): Mark as risky.
8136
8137 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * gnus.el (gnus-server-to-method): Return method found first in
8140         gnus-newsrc-alist.
8141
8142         * gnus-art.el (gnus-article-highlight-signature)
8143         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8144         button overlay without the front stickiness.
8145
8146 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8147
8148         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8149         overview buffer needed a catch to receive its throw.
8150         (gnus-agent-flush-cache): Declare as interactive to make this function
8151         easier to use.
8152
8153 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8154
8155         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8156         `next-line'.
8157
8158 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8161         exclude address matching message-dont-reply-to-names.
8162
8163 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * gnus-util.el (gnus-string<): New function.
8166
8167         * gnus-sum.el (gnus-article-sort-by-author)
8168         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8169
8170 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8173         the frame-focus tag is set in gnus-buffer-configuration.
8174
8175 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8178         the front stickiness.
8179
8180 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8181
8182         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8183         url pattern; remove duplicate one.
8184         (gnus-article-extend-url-button): New function.
8185         (gnus-article-add-buttons): Use it.
8186         (gnus-button-push): Use concatenated url that it makes.
8187
8188 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8189
8190         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8191
8192 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8193
8194         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8195         Don't hardcode point-min==1.
8196
8197 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8198
8199         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8200         Fix comment about "iso8859-1".
8201
8202 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8203
8204         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8205         ones returned from the verify-function.
8206
8207         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8208         Call mml2015-extract-cleartext-signature if extraction failed.
8209
8210 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8211
8212         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8213         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8214         failed.
8215
8216 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8217
8218         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8219
8220 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8221
8222         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8223         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8224         recommends to use EasyPG instead of PGG.
8225
8226         * pgg.el: Revert to revision 6.23.2.16.
8227
8228         * pgg-def.el: Revert to revision 6.6.2.14.
8229
8230         * pgg-gpg.el: Revert to revision 6.23.2.34.
8231
8232 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8233
8234         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8235         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8236         thread for both the null and zero (kill/expire thread) universal prefix
8237         cases.
8238         (gnus-summary-expire-thread): Add new function to expire a thread,
8239         using gnus-summary-kill-thread.
8240         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8241         shortcuts for gnus-summary-expire-thread.
8242         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8243         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8244
8245 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8246
8247         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8248         extras value, so an extras entry can be deleted.
8249         (gnus-registry-delete-extra-entry): Use it.
8250         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8251         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8252         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8253         storage through the gnus-registry, and provide an appropriate API for
8254         it.
8255
8256 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8259         Suggested by Leo <sdl.web@gmail.com>.
8260
8261         * gnus.el: Do.
8262
8263 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8266         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8267
8268         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8269
8270         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8271         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8272
8273 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8274
8275         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8276         newline.
8277         (nnmbox-request-accept-article): Don't change article in source buffer;
8278         narrow to header to use message-fetch-field rather than
8279         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8280         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8281         as delimiters; make sure article ends with newline.
8282         (nnmbox-delete-mail): Correct last position of article to be deleted;
8283         ignore X-Gnus-Newsgroup header in article body.
8284         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8285         positions; make sure article ends with newline.
8286
8287         * message.el (message-display-abbrev): Don't infloop when a user
8288         inserts SPC in the beginning of header.
8289
8290         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8291         coding-system-for-read and coding-system-for-write for XEmacs having no
8292         file-coding feature.
8293
8294         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8295
8296 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8297
8298         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8299         list of groups not followed by default.  Fix type to be regexp.
8300         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8301
8302 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8303
8304         * hmac-def.el (define-hmac-function): Switch from old-style to
8305         new-style backquotes.
8306
8307         * md4.el (md4-make-step): Likewise.
8308
8309 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8312         raw-text coding system when saving .newsrc file, which may contain
8313         non-ASCII group names.
8314
8315 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-cus.el (gnus-score-extra): New widget.
8318         (gnus-score-extra-convert): New function.
8319         (gnus-score-customize): Use it for Extra.
8320
8321 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8322
8323         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8324         (mml2015-mailcrypt-clear-verify): Use it.
8325         (mml2015-gpg-clear-verify): Use it.
8326         (mml2015-pgg-clear-verify): Use it.
8327         (mml2015-epg-clear-verify): Replace the current part with the output
8328         from GnuPG; don't extract the plaintext by itself.
8329
8330         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8331         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8332         mml2015-clear-verify-function; don't touch the armor headers or
8333         dash-escaped text here.
8334
8335 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8338         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8339         parts, or application/octet-stream as a last resort.
8340         (gnus-mime-view-part-as-type): Don't toggle display.
8341         (gnus-mime-view-part-as-charset): Don't turn off display before
8342         querying charset.
8343
8344         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8345         stuff to undisplayer function in Emacs.
8346         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8347
8348         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8349         text/calendar parts.
8350
8351 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8354         decoding text/calendar parts.
8355
8356         * message.el (message-forward-make-body-mime): Always mark body as
8357         having no illegible text; remove signed-or-encrypted argument.
8358         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8359
8360         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8361         (mml-generate-mime-1): Don't encode body if it is specified to be in
8362         raw form; don't make buffer be unibyte when inserting multibyte string.
8363
8364 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8365
8366         * sha1.el: Fix up comment style.
8367         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8368         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8369
8370         * hex-util.el: Fix up comment style.
8371         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8372
8373         * gnus-salt.el: Use with-current-buffer.
8374         (gnus-pick-setup-message): Fix long-standing typo.
8375
8376 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8377
8378         * imap.el (imap-logout-timeout): New variable.
8379         (imap-logout, imap-logout-wait): New functions.
8380         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8381
8382         * nnimap.el (nnimap-logout-timeout): New server variable.
8383         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8384         nnimap-logout-timeout.
8385
8386         * gnus-art.el (gnus-article-summary-command-nosave)
8387         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8388
8389 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * gnus.el (gnus-maximum-newsgroup): New variable.
8392
8393         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8394         according to gnus-maximum-newsgroup.
8395
8396         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8397         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8398         Limit the range of articles according to gnus-maximum-newsgroup.
8399
8400 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8401
8402         * gnus-art.el (gnus-sticky-article): Fix problems described in
8403         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8404         Don't perform gnus-configure-windows here; reuse existing sticky
8405         article buffer.
8406
8407         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8408         it doesn't exist in gnus-article-mode.
8409
8410 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8413         (gnus-agent-decoded-group-name): New function.
8414         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8415         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8416
8417 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8418
8419         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8420         Add binding for gnus-sticky-article.
8421         (gnus-summary-exit): Don't kill sticky article buffers.
8422
8423         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8424         article buffer.
8425         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8426         (gnus-kill-sticky-article-buffers): New commands.
8427
8428 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * nntp.el (nntp-xref-number-is-evil): New server variable.
8431         (nntp-find-group-and-number): If it is non-nil, don't trust article
8432         numbers in the Xref header.
8433
8434 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * gnus-agent.el (gnus-agent-read-group): New function.
8437         (gnus-agent-flush-group, gnus-agent-expire-group)
8438         (gnus-agent-regenerate-group): Use it.
8439         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8440         nnmail-pathname-coding-system.
8441
8442 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8443
8444         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8445
8446         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8447         that are unread as unread, and also as selected so that information of
8448         marks having been changed by a user may be updated when exiting group.
8449
8450 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8451
8452         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8453
8454 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8457         calculated ignoring signature parts to gnus-treat-article.
8458
8459 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8462         a point here in order to keep the window start.
8463         (gnus-insert-mime-security-button): Make a button overlay without the
8464         front stickiness.
8465         (gnus-mime-display-security): Goto the end of a button.
8466
8467         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8468
8469 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8470
8471         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8472         group-name-at-point.
8473         (gnus-group-completing-read): New function that offers decoded
8474         non-ASCII group names for completion.
8475         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8476         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8477         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8478         (gnus-group-fetch-control): Use it.
8479         (gnus-fetch-group): Use group-name-at-point for the initial value
8480         rather than the default value; use gnus-alive-p.
8481
8482         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8483         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8484         (gnus-summary-post-news): Use gnus-group-completing-read.
8485
8486         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8487         (gnus-read-move-group-name): Decode group name for completion.
8488
8489 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8490
8491         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8492         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8493         Yamaoka slightly modified the code).
8494
8495 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8496
8497         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8498         (nnmail-split-incoming): Bind it.
8499
8500         * nnml.el (nnml-group-name-charset): New function.
8501         (nnml-decoded-group-name): Use it; don't decode group name if
8502         nnmail-group-names-not-encoded-p is non-nil.
8503         (nnml-encoded-group-name): New function.
8504         (nnml-group-pathname): Inline nnml-decoded-group-name.
8505         (nnml-request-expire-articles): Decode group name in message.
8506         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8507         nnmail-pathname-coding-system.
8508         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8509         not decoded ones according to nnmail-group-names-not-encoded-p.
8510         (nnml-generate-active-info): Use nnml-encoded-group-name.
8511
8512 2007-08-08  Glenn Morris  <rgm@gnu.org>
8513
8514         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8515         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8516         doc-strings and comments.
8517
8518 2007-07-25  Glenn Morris  <rgm@gnu.org>
8519
8520         * Relicense all FSF files to GPLv3 or later.
8521
8522 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8523
8524         * gnus-sum.el (gnus-summary-move-article):
8525         Make gnus-summary-respool-article work.
8526
8527 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8528
8529         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8530         string.
8531
8532 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8533
8534         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8535         that should be ignored when comparing distant RSS articles with local
8536         ones.
8537         (nnrss-make-hash-index): New function.  Create a hash index according
8538         to the ignored fields.
8539         (nnrss-check-group): Use it.
8540
8541 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8542
8543         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8544
8545         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8546
8547         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8548         the new optional argument ENCODED is non-nil.
8549         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8550         coding system for encoding group name.
8551         (gnus-group-make-rss-group): Pass un-encoded group name to
8552         gnus-group-make-group.
8553         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8554         encoded.
8555
8556         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8557         Encode group name to which articles are moved or copied.
8558         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8559         coding system for encoding Newsgroup, Followup-To and Xref headers.
8560
8561         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8562         marks; use nnheader-file-coding-system to write a file.
8563         (nnagent-retrieve-headers): Bind file-name-coding-system to
8564         nnmail-pathname-coding-system.
8565
8566         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8567
8568         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8569         (nnml-request-article, nnml-request-create-group)
8570         (nnml-request-rename-group, nnml-find-id)
8571         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8572         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8573         (nnml-save-marks): Use nnml-group-pathname instead of
8574         nnmail-group-pathname.
8575
8576         (nnml-request-create-group, nnml-request-expire-articles)
8577         (nnml-request-move-article, nnml-request-delete-group)
8578         (nnml-deletable-article-p, nnml-possibly-create-directory)
8579         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8580         (nnml-open-marks): Bind file-name-coding-system to
8581         nnmail-pathname-coding-system.
8582
8583         (nnml-request-article): Pass server argument to nnml-find-group-number.
8584         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8585         Pass server argument to nnml-possibly-create-directory.
8586         (nnml-request-accept-article): Pass server argument to
8587         nnml-active-number and nnml-save-mail.
8588         (nnml-find-group-number): Pass server argument to nnml-find-id.
8589         (nnml-request-update-info): Pass server argument to
8590         nnml-marks-changed-p.
8591
8592         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8593         (nnml-save-mail, nnml-active-number): Add server argument.
8594
8595         (nnml-request-delete-group): Warn if group is missing.
8596         (nnml-get-nov-buffer): Decode group name.
8597         (nnml-generate-active-info): Encode group name.
8598         (nnml-open-marks): Decode group name in messages.
8599
8600 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8603         if it is not specified.
8604         (gnus-article-pipe-part, gnus-article-save-part)
8605         (gnus-article-interactively-view-part, gnus-article-copy-part)
8606         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8607         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8608         (gnus-article-replace-part, gnus-article-delete-part)
8609         (gnus-article-view-part-as-type): Pass raw prefix argument to
8610         gnus-article-part-wrapper.
8611
8612 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8613
8614         * gnus-agent.el (gnus-agent-save-active):
8615         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8616
8617         * gnus-cache.el (gnus-cache-save-buffers)
8618         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8619         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8620         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8621         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8622         (gnus-cache-generate-active, gnus-cache-rename-group)
8623         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8624         (gnus-cache-update-overview-total-fetched-for):
8625         Bind file-name-coding-system to nnmail-pathname-coding-system.
8626         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8627         New variables.
8628         (gnus-cache-decoded-group-name): New function.
8629         (gnus-cache-file-name): Use it.
8630         (gnus-cache-generate-active): Use non-decoded group name for active.
8631
8632         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8633         right place.
8634         (gnus-write-active-file): Don't break non-ASCII group names.
8635
8636         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8637         nnmail-pathname-coding-system.
8638
8639         * lpath.el: Bind default-file-name-coding-system,
8640         file-name-coding-system and language-info-alist for XEmacs.
8641
8642         * gnus-uu.el (gnus-uu-decode-save): Typo.
8643
8644 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8645
8646         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8647
8648 2007-07-14  David Kastrup  <dak@gnu.org>
8649
8650         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8651         finishing actions if we did not edit the article.
8652
8653 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8656         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8657         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8658         (gnus-agent-flush-group, gnus-agent-flush-cache)
8659         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8660         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8661         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8662         (gnus-agent-regenerate-group)
8663         (gnus-agent-update-files-total-fetched-for)
8664         (gnus-agent-update-view-total-fetched-for):
8665         Bind file-name-coding-system to nnmail-pathname-coding-system.
8666         (gnus-agent-group-pathname): Don't encode file names by
8667         nnmail-pathname-coding-system.
8668         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8669         coding-system-for-write instead of buffer-file-coding-system to
8670         gnus-agent-file-coding-system.
8671
8672         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8673         Decode group name.
8674
8675         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8676
8677         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8678         (gnus-read-newsrc-el-file): Make group names unibyte.
8679
8680         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8681         nnmail-pathname-coding-system.
8682
8683         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8684         (nnrss-request-delete-group): Bind file-name-coding-system to
8685         nnmail-pathname-coding-system.
8686         (nnrss-read-server-data, nnrss-read-group-data):
8687         Bind file-name-coding-system correctly.
8688         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8689
8690         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8691         (nntp-server-to-method-cache): New variable.
8692         (nntp-group-pathname): New function that decodes non-ASCII group names.
8693         (nntp-possibly-create-directory, nntp-marks-changed-p)
8694         (nntp-save-marks, nntp-open-marks): Use it.
8695         (nntp-possibly-create-directory, nntp-open-marks):
8696         Bind file-name-coding-system to nnmail-pathname-coding-system.
8697         (nntp-open-marks): Decode group names when bootstrapping marks.
8698
8699         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8700         Newsgroups and Folowup-To headers.
8701
8702 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8705         (gnus-server-closed-face, gnus-server-denied-face)
8706         (gnus-server-offline-face): Remove variable.
8707         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8708
8709         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8710         of modifying message-stack directly for XEmacs.
8711
8712         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8713         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8714         if the coding-system argument is nil for XEmacs.
8715
8716         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8717         mm-charset-override-alist.
8718
8719         * rfc2047.el: Don't require base64; require rfc2045 for the function
8720         rfc2045-encode-string.
8721         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8722         to quote the parameter value.
8723
8724 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8727         form in gnus-group-name-charset-method-alist.
8728
8729         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8730         overrides the default layout edit-form.
8731
8732         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8733
8734         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8735
8736 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8737
8738         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8739         as unfetched articles.
8740
8741 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8742
8743         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8744
8745 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8748         original back end that keeps marks in the local system.
8749
8750 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8753         arg of pop-to-buffer for XEmacs.
8754         (gnus-article-read-summary-keys): Ditto; don't restore window
8755         configuration if summary command ends up with neither article buffer
8756         nor summary buffer; describe bindings if summary keys end with C-h.
8757
8758 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * message.el (message-fix-before-sending): Skip raw message part to be
8761         forwarded while checking illegible text.
8762         (message-forward-make-body-mime, message-forward-make-body):
8763         Mark signed or encrypted raw message as having no illegible text.
8764
8765 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8768         (gnus-message-with-timestamp-1): New macro.
8769         (gnus-message-with-timestamp): New function.
8770         (gnus-message): Use them.
8771
8772         * nnheader.el (nnheader-message): Use them.
8773
8774 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8775
8776         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8777         .newsrc.eld file.
8778
8779 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * gnus-agent.el (gnus-agent-fetch-headers)
8782         (gnus-agent-retrieve-headers):
8783         Bind gnus-decode-encoded-address-function to identity.
8784
8785         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8786         available also when the server returns simply a dot.
8787
8788         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8789
8790 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8791
8792         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8793
8794 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * gnus-ems.el (gnus-x-splash): Make it work.
8797
8798         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8799         from being used.
8800
8801         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8802
8803 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8806         4th and the 5th arguments.
8807
8808         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8809         the front stickiness.
8810         (gnus-article-summary-command-nosave): Correct the order of the
8811         arguments passed to pop-to-buffer.
8812         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8813         summary command ends up with the article buffer.
8814
8815         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8816         the same faces.
8817
8818 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8819
8820         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8821
8822 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8823
8824         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8825         * gnus-sum.el (gnus-summary-highlight):
8826         * pgg.el (pgg-sign-region, pgg-sign):
8827         * mail-source.el (mail-source-delete-old-incoming-confirm):
8828         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8829
8830 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * gnus-art.el (gnus-mime-view-part-externally)
8833         (gnus-mime-view-part-internally): Fix predicate function passed to
8834         completing-read.
8835
8836         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8837
8838         * gnus.el (gnus-update-message-archive-method): Add :version.
8839
8840 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * gnus.el (gnus-update-message-archive-method): New variable.
8843
8844         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8845         according to gnus-message-archive-method if
8846         gnus-update-message-archive-method is non-nil.
8847
8848 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8851         Suggested by Loic Dachary <loic@dachary.org>.
8852         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8853
8854 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8855
8856         * message.el (message-pop-to-buffer): Add switch-function argument.
8857         (message-mail): Pass switch-function argument to it.
8858
8859 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8860
8861         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8862         Improve doc string.
8863
8864 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8867         (gnus-header-content)
8868         * gnus-cite.el (gnus-cite-10)
8869         * gnus-srvr.el (gnus-server-closed)
8870         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8871         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8872         (gnus-group-mail-3-empty, gnus-group-mail-low)
8873         (gnus-group-mail-low-empty, gnus-splash)
8874         * message.el (message-header-to, message-header-cc)
8875         (message-header-subject, message-header-other, message-header-name)
8876         (message-header-xheader, message-separator, message-cited-text)
8877         (message-mml): Lighten colors of faces used for dark background.
8878
8879 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8880
8881         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8882         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8883
8884 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * message.el (message-narrow-to-headers-or-head):
8887         Ignore mail-header-separator in the body.
8888
8889 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8892         same as window size.
8893
8894 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8895
8896         * message.el (message-font-lock-keywords): Use message-header-xheader
8897         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8898         ahead of the anything pattern, to get it recognised.
8899
8900 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8901
8902         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8903         spam.el loads uses it in the compiled defadvice form.
8904
8905 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8906
8907         * gnus-sum.el (gnus-articles-to-read)
8908         (gnus-summary-insert-old-articles): Don't truncate group name for
8909         `read-string'.
8910
8911         * gnus-util.el (gnus-limit-string): Delete this function.
8912
8913         * gnus-sum.el (gnus-simplify-subject-fully):
8914         Use `truncate-string-to-width' instead.
8915
8916 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8917
8918         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8919         Tell if, on summary exit, the next group has to be selected.
8920         (gnus-summary-exit): Use it.
8921
8922 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8923
8924         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8925         non-break space.
8926
8927 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8930         Check if group is not a directory.
8931         (nnfolder-request-expire-articles): Don't delete articles if the target
8932         group is not available.
8933
8934         * nnml.el (nnml-request-create-group): Properly check if group is not a
8935         file.
8936         (nnml-request-expire-articles): Don't delete articles if the target
8937         group is not available.
8938
8939         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8940         Don't quote characters that are within parentheses.
8941
8942 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8943
8944         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8945         (gnus-handle-ephemeral-exit): Select article according to it.
8946
8947 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8948
8949         * message.el (message-insert-formated-citation-line): Remove newline.
8950         (message-citation-line-format): Add final \n here so that the user can
8951         avoid a blank line.
8952
8953 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8954
8955         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8956         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8957         Update lanl/arXiv support.
8958
8959 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8960
8961         * gnus.el: Bump version number.
8962
8963 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8964
8965         * gnus.el (gnus-version-number): Bump version.
8966
8967 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8968
8969         * gnus.el: No Gnus v0.6 is released.
8970
8971 2007-04-27  Didier Verna  <didier@xemacs.org>
8972
8973         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8974         * gmm-utils.el (gmm-regexp-concat): ... here.
8975         * message.el: Don't require 'gnus-util.
8976         (message-dont-reply-to-names): Handle name change above.
8977         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8978
8979 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8982         since the initial value varies according to the system.
8983
8984 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8987
8988 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8989
8990         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8991
8992 2007-04-24  Didier Verna  <didier@xemacs.org>
8993
8994         Improve the type of gnus-ignored-from-addresses.
8995         * gnus-util.el (gnus-orify-regexp): New function.
8996         * message.el (gnus-util): Require it.
8997         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8998         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8999         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9000
9001 2007-04-24  Didier Verna  <didier@xemacs.org>
9002
9003         * gnus-sum.el:
9004         * gnus-utils.el: Fix some trailing whitespaces.
9005
9006 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9009         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9010         article's Message-ID; refer parent article in summary buffer.
9011
9012         * message.el (message-bounce): Call mime-to-mml.
9013
9014         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9015         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9016         optimize and/or forms properly.
9017
9018 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9019
9020         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9021         URL.
9022
9023 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9024
9025         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9026
9027 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9030         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9031         displayed of multipart/alternative part if it is invoked from summary
9032         buffer.
9033
9034         * mm-view.el (mm-inline-text-html-render-with-w3m)
9035         (mm-inline-text-html-render-with-w3m-standalone)
9036         (mm-inline-render-with-function): Use mail-parse-charset by default.
9037
9038 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9039
9040         * parse-time.el (parse-time-string-chars): Check if CHAR
9041         is less than the length of parse-time-syntax.
9042
9043 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9044
9045         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9046         from gnus-newsgroup-processable.
9047
9048 2007-04-16  Didier Verna  <didier@xemacs.org>
9049
9050         * gnus-msg.el (gnus-configure-posting-styles):
9051         Handle message-signature-directory properly with :file syntax.
9052         Reported by "Leo".
9053
9054 2007-04-11  Didier Verna  <didier@xemacs.org>
9055
9056         New user option: message-signature-directory.
9057         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9058         * message.el (message-insert-signature): Ditto.
9059         * message.el (message-signature-file): Doc update.
9060         * message.el (message-signature-directory): New.
9061
9062 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * gnus-msg.el (gnus-inews-yank-articles):
9065         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9066
9067 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * message.el (message-yank-original): Make sure cited text ends with
9070         newline; don't exchange point and mark.
9071
9072 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9073
9074         * tls.el (open-tls-stream): Properly handle case where there
9075         is no associated buffer.
9076
9077 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9078
9079         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9080         message-yank-original, make sure (< mark TEXT point).
9081
9082 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9083
9084         * message.el (message-fill-column): New variable.
9085         (message-mode): Use it.  Add comment on a possible new hook.
9086
9087         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9088         (nnmail-get-new-mail): Reformat.
9089
9090         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9091
9092         * gmm-utils.el: Fix Commentary.
9093         (gmm-tool-bar-from-list): Fix typo in doc string.
9094
9095 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9096
9097         * message.el (message-yank-original): Don't switch point and mark
9098         unnecessarily to put point and mark as documented.
9099
9100 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9101
9102         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9103         from the message heads.
9104
9105 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9106
9107         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9108         article buffer does not have a window.  This may not be the best
9109         solution but is certainly better than setting the start of the null,
9110         that is the current, window.
9111
9112 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9113
9114         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9115         (gnus-draft-setup): Run it.
9116
9117         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9118         gnus-score-fast-scoring.  Allow regexp.
9119         (gnus-score-headers): Use it.
9120
9121         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9122         XEmacs.
9123
9124         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9125         string.
9126         (gnus-button-alist): Also catch `<f1> k ...'.
9127         (gnus-treat-display-x-face): Fix doc string.
9128
9129 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9130
9131         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9132         evaluation of gnus-extended-version to ensure correct generation of the
9133         User-Agent header when message-generate-headers-first is used.
9134
9135 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9136
9137         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9138         hashcash-path is nil.  Don't call callback with incorrect number of
9139         parameters if val is 0.
9140
9141 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9142
9143         * message.el (message-required-news-headers):
9144         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9145
9146 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9147
9148         * tls.el (open-tls-stream): In handshake-waiting loop,
9149         don't wait more if there is output available to process.
9150
9151 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9152
9153         * tls.el (tls-program): Doc fix.
9154
9155 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * message.el (message-generate-new-buffers): Change the meaning of the
9158         nil value; add `standard' to the choices; treat t as `unique'; improve
9159         doc string.
9160         (gnus-select-frame-set-input-focus): Autoload.
9161         (message-buffer-name): Search for the existing message buffer if
9162         message-generate-new-buffers is nil or `standard'; treat the value t of
9163         message-generate-new-buffers as `unique'.
9164         (message-pop-to-buffer): Raise the frame already displaying the message
9165         buffer; clear the echo area after querying.
9166         (message-setup): Pass the `continue' argument to compose-mail.
9167         (message-mail): Prefer `switch-function' if it is given; search for the
9168         existing message buffer if the `continue' argument is non-nil; pass
9169         continue and switch-function arguments to compose-mail by way of
9170         message-setup.
9171         (message-mail-other-window): Adjust argument of message-setup.
9172         (message-mail-other-frame): Ditto.
9173
9174 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9177         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9178         to turn font-lock on when turning gnus-message-citation-mode on.
9179
9180 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9181
9182         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9183         (mml-smime-function-alist): New variable; add epg as the backend.
9184         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9185         mml-smime- functions instead.
9186         * mm-view.el: Require smime.
9187
9188 2007-03-05  Didier Verna  <didier@xemacs.org>
9189
9190         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9191         instead of just inheritance for posting styles.
9192         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9193
9194 2007-02-24  Chris Moore  <dooglus@gmail.com>
9195
9196         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9197         * pgg-pgp.el (pgg-pgp-encrypt-region):
9198         * pgg-gpg.el (pgg-gpg-encrypt-region):
9199         Check pgg-encrypt-for-me if no other recipients.
9200
9201 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9202
9203         * tls.el (tls-certtool-program): Fix custom type.
9204
9205 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9206
9207         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9208         and point-at-eol instead of line-(beginning|end)-position.
9209
9210         * assistant.el (assistant-parse-buffer): Ditto.
9211
9212         * netrc.el (netrc-parse-services): Ditto.
9213
9214 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9215
9216         * mml2015.el (mml2015-epg-find-usable-key): New function.
9217         (mml2015-epg-sign): Use it.
9218         (mml2015-epg-encrypt): Use it.
9219
9220 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * message.el (message-make-in-reply-to): Quote name containing
9223         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9224         if there are special characters.  Reported by NAKAJI Hiroyuki
9225         <nakaji@jp.freebsd.org>.
9226
9227 2007-02-27  Didier Verna  <didier@xemacs.org>
9228
9229         Include the group parameters as well as the topic ones in the
9230         inheritance filter process.
9231         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9232         argument GROUP-PARAMS-LIST.
9233         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9234
9235 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * nntp.el (nntp-never-echoes-commands)
9238         (nntp-open-connection-functions-never-echo-commands): New variables.
9239         (nntp-send-command): Use them.
9240
9241 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9242
9243         * mml2015.el (mml2015-epg-verify): Simplify.
9244
9245 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9246
9247         * mml.el (mml-content-disposition-alist): New user option.
9248         (mml-content-disposition): New function.
9249         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9250         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9251
9252 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9253
9254         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9255         verification.
9256
9257 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9258
9259         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9260         articles posted in the last 24 hours.
9261
9262 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9263
9264         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9265
9266 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9267
9268         * nntp.el (nntp-send-command): Don't wait for echoes when
9269         nntp-open-ssl-stream is used.
9270
9271 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9274         (gnus-message-add-citation-keywords)
9275         (gnus-message-remove-citation-keywords): Remove.
9276         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9277         directly, make the variables in font-lock-defaults buffer-local, add
9278         gnus-message-citation-keywords to them and then update the value of
9279         font-lock-keywords.
9280
9281 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * message.el (message-cite-original-1): Don't call
9284         gnus-article-highlight-citation.
9285
9286         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9287         citations; fix line count.
9288
9289 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9290
9291         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9292         (gnus-message-add-citation-keywords)
9293         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9294         versions of font-lock-add-keywords and font-lock-remove-keywords to
9295         work with XEmacs correctly.
9296
9297 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9298
9299         * gnus-cite.el (gnus-cite-face-list): Set the values of
9300         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9301         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9302         (gnus-message-cite-prefix-regexp): New variable.
9303         (gnus-message-search-citation-line): Use it; protect against long
9304         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9305         the 0th match data for Emacs.
9306         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9307         (gnus-message-add-citation-keywords): Append keywords rather than
9308         prepending; emulate font-lock-add-keywords if it is not available.
9309         (gnus-message-remove-citation-keywords):
9310         Emulate font-lock-remove-keywords if it is not available.
9311
9312         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9313
9314         * message.el (message-cite-prefix-regexp): Set the value of
9315         gnus-message-cite-prefix-regexp.
9316
9317 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9318
9319         * nnweb.el (nnweb-google-parse-1): Update parser.
9320
9321 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9322
9323         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9324
9325 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9326
9327         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9328         regexp.
9329
9330 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9333         string-to-multibyte.
9334         (uudecode-decode-region-internal): Use it.
9335
9336         * lpath.el: Fbind string-as-multibyte for XEmacs.
9337
9338 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9339
9340         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9341         Fix custom choice.
9342
9343         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9344
9345 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9346
9347         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9348
9349         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9350         `write-region' to respect `mm-inhibit-file-name-handlers'.
9351
9352 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9353
9354         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9355         Use gnus-home-directory instead of "~/" or "$HOME".
9356
9357 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9358
9359         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9360         to mention filename.
9361         Add comments at beginning regarding usage.
9362         (encrypt-write-file-contents): Change interactive so a string is
9363         acceptable.  If the file has no associated model, show an error instead
9364         of a nonsense prompt.
9365
9366 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9367
9368         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9369         Thanks to Yoshihiko Yamada for kind notification of this typo.
9370
9371 2007-01-12  Kenichi Handa  <handa@m17n.org>
9372
9373         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9374         multibyte buffer.
9375
9376 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9377
9378         * gnus-score.el (gnus-score-fast-scoring): New variable.
9379         (gnus-score-headers): Use it.
9380
9381         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9382
9383         * message.el (message-cite-original-1):
9384         Call gnus-article-highlight-citation if requested.
9385         (message-make-from): Allow name and address as optional arguments.
9386
9387         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9388
9389         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9390         bugs to doc string.
9391         (gnus-button-alist): Add mid\\|message-id.
9392         (gnus-button-fetch-group): Extend for use in
9393         `browse-url-browser-function'.
9394         (gnus-button-url-regexp): Try to catch paired parentheses like in
9395         Wikipedia URLs.
9396
9397         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9398         Suggested by Simon Krahnke <overlord@gmx.li>.
9399
9400 2007-01-13  Romain Francoise  <romain@orebokech.com>
9401
9402         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9403         Update copyright.
9404
9405 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9406
9407         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9408
9409 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9410
9411         * gnus-registry.el (gnus-registry-unfollowed-groups)
9412         (gnus-registry-split-fancy-with-parent): Fix documentation.
9413
9414 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9415
9416         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9417         from nnweb groups.
9418
9419 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9420
9421         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9422         Xref urls.  Erase buffer before requesting head.
9423
9424         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9425
9426 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9427
9428         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9429         customizable.
9430
9431 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9432
9433         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9434         no signing key is found.
9435         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9436         no encrypting and/or signing key is found.
9437
9438 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9439
9440         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9441
9442 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9443
9444         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9445         headers read from disk with the ones newly found in the current search.
9446         This should no longer cause problems, because the article numbers in
9447         Gmane's `nov.php' output are ignored since the previous change.
9448
9449 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9450
9451         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9452
9453 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9456         replace-regexp-in-string; bind url-version; fbind display-images-p and
9457         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9458         find-face and set-itimer-function for Emacs; bind itimer-list for
9459         Emacs.
9460
9461         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9462
9463 2007-01-01  Romain Francoise  <romain@orebokech.com>
9464
9465         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9466
9467 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9468
9469         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9470         `define-minor-mode' macro definition expanded properly.
9471         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9472         exclude it there.
9473
9474         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9475         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9476         `fboundp' test.
9477         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9478         This is OK to autoload in (S)XEmacs now.
9479
9480 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9481
9482         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9483         keystroke.
9484         (gnus-summary-limit-to-singletons): Fix typo.
9485
9486         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9487         else fails.
9488
9489 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9490
9491         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9492         docstring.
9493
9494         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9495         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9496         (gnus-summary-insert-dormant-articles): Fix typo in message.
9497
9498 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9499
9500         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9501         nil for XEmacs.
9502         (gnus-message-citation-mode): Don't autoload in XEmacs.
9503
9504         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9505
9506 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9507
9508         * nnimap.el (nnimap-expunge-search-string):
9509         Mention nnimap-search-uids-not-since-is-evil in docstring.
9510
9511 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9512
9513         * spam.el: Revert to make-obsolete-variable because
9514         define-obsolete-variable-alias is not supported in Emacs 21.
9515
9516         * spam.el (spam-ifile-path, spam-ifile-database-path)
9517         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9518         make-obsolete-variable.
9519         (spam-bsfilter-path, spam-bsfilter-program)
9520         (spam-spamassassin-path, spam-spamassassin-program)
9521         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9522         Don't use "path" inappropriately.
9523         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9524         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9525         variable names.
9526
9527 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9528
9529         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9530         summary buffer.
9531
9532         * password.el (password-cache-remove): Use clear-string to burn
9533         password, if available.
9534
9535 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9536
9537         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9538
9539         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9540
9541         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9542         (gnus-message-highlight-citation): Move defcustom here from
9543         gnus-cite.el.
9544         (gnus-message-citation-mode): Autoload.
9545
9546         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9547         checks to make it compile with XEmacs.
9548         (gnus-message-citation-mode): New minor mode.
9549         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9550         (gnus-message-highlight-citation): New variables.
9551         (gnus-message-search-citation-line)
9552         (gnus-message-add-citation-keywords)
9553         (gnus-message-remove-citation-keywords)
9554         (turn-on-gnus-message-citation-mode)
9555         (turn-off-gnus-message-citation-mode): New functions.
9556
9557 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9558
9559         * gnus-cite.el: Enable highlighting of different citation levels in
9560         message-mode.
9561
9562 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9563
9564         * message.el (message-make-fqdn): Fix comment.
9565         (message-bogus-system-names): Add ".local".
9566
9567         * spam.el (spam-ifile-path, spam-ifile-program)
9568         (spam-ifile-database-path, spam-ifile-database)
9569         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9570         Don't use "path" inappropriately.
9571         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9572         strings.
9573         (spam-check-ifile, spam-ifile-register-with-ifile)
9574         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9575         Use new variable names.
9576
9577         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9578         (gnus-treat-display-smileys): Simplify using
9579         gnus-image-type-available-p.
9580
9581         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9582         available.
9583
9584         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9585         Use `display-images-p' if available.
9586
9587 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9588
9589         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9590         one after turning on the buffer's multibyteness instead of decoding
9591         them directly in the unibyte buffer that causes unexpected conversion
9592         in Emacs 23 (unicode).
9593
9594 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9595
9596         * message.el (message-generate-hashcash): Fix custom type.
9597
9598 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9599
9600         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9601
9602 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9603
9604         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9605         disconnect icons.  Add help text.
9606
9607 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9608
9609         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9610         negated to be consistent with the others we handle.
9611
9612 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9613
9614         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9615         version of gnus-summary-buffer to something, so that we can use two
9616         article buffers at the same time.
9617
9618 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9619
9620         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9621         trigger all the extra headers.
9622         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9623         sorting.
9624
9625 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9626
9627         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9628         solid groups.
9629
9630 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9631
9632         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9633
9634 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9635
9636         * legacy-gnus-agent.el: Add Copyright notice.
9637
9638 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9639
9640         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9641
9642 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9643
9644         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9645
9646         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9647         to make it work reliably in CVS Emacs.
9648         (gnus-summary-limit-strange-charsets-predicate)
9649         (gnus-summary-limit-to-predicate): New functions.
9650
9651 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9652
9653         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9654         specifying array size.
9655         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9656         array if it is too small.
9657         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9658         (gnus-sort-threads-loop): New function.
9659
9660 2006-12-06  Chris Moore  <dooglus@gmail.com>
9661
9662         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9663         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9664
9665 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9666
9667         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9668         options.
9669
9670 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9671
9672         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9673         DOS-ing the recipient.
9674
9675         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9676         the headers when creating the mapping to avoid mismappings.
9677         (nnweb-gmane-create-mapping): Always nix out old mapping.
9678
9679 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9680
9681         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9682         and mm-verify-option to never.
9683
9684 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * message.el (message-signed-or-encrypted-p): New function.
9687         (message-forward-make-body): Use it.
9688
9689         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9690         Replace encode-coding-string with mm-encode-coding-string.
9691
9692 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9693
9694         * nneething.el (nneething-decode-file-name):
9695         Replace decode-coding-string with mm-decode-coding-string.
9696
9697         * gnus-int.el (gnus-open-server): Say failed server's name.
9698
9699 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9700
9701         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9702         strings to a single string.  Quote `errors-file-name'.
9703         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9704         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9705         Adjust calls.  Use `shell-quote-argument'.
9706
9707 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9708
9709         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9710         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9711
9712         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9713         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9714         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9715         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9716         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9717         (gnus-subscribe-newsgroup, gnus-1):
9718         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9719         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9720         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9721         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9722
9723 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9724
9725         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9726         keystroke.
9727         (gnus-summary-limit-to-bodies): Implement headersp.
9728
9729 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9730
9731         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9732
9733 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9734
9735         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9736
9737 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9738
9739         * message.el (message-generate-hashcash): Expand range of values to
9740         include `opportunistic'.
9741         (message-send-mail): Use it.
9742
9743 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9744
9745         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9746         and comment it.
9747
9748         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9749
9750 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9751
9752         * gnus-util.el (gnus-extract-address-components): Improve comment.
9753
9754 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * gnus-util.el (gnus-extract-address-components): Work with address in
9757         which the name portion contains @.
9758
9759         * lpath.el: Fbind custom-autoload.
9760
9761 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9762
9763         * gnus.el (gnus-start): Move custom group up.
9764         (gnus-select-method): Don't autoload, but make it available for
9765         `customize-variable'.
9766         (gnus-getenv-nntpserver): Don't autoload.
9767
9768 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9769
9770         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9771
9772 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9773
9774         * message.el (message-sendmail-extra-arguments): New variable.
9775         (message-send-mail-with-sendmail): Use it.
9776
9777 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9780         mm-with-unibyte-current-buffer to make string unibyte.
9781
9782         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9783         mm-string-as-multibyte.
9784
9785 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9786
9787         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9788         Reported by Werner Koch <wk@gnupg.org>.
9789
9790 2006-11-14  Daiki Ueno  <ueno@p360>
9791
9792         * mml2015.el: Autoload epa-select-keys when compiling.
9793
9794 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9795
9796         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9797         message-options.
9798         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9799
9800 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9801
9802         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9803         EasyPG (< 0.0.6).
9804         (mml2015-always-trust): New user option.
9805         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9806         prompt.
9807
9808 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9809
9810         * nntp.el (nntp-authinfo-force): New variable.
9811         (nntp-send-authinfo): Use it.
9812
9813 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9814
9815         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9816         decode encoded words.  Improve prompt.  Add comment about forwarding.
9817         (message-replacement-char): Move up.
9818
9819 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9820
9821         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9822         instead of gnus-intersection because arguments of gnus-sorted-nunion
9823         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9824
9825 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9826
9827         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9828         (message-simplify-subject-functions):
9829         Enable message-strip-subject-encoded-words by default.
9830
9831 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9832
9833         * message.el (message-strip-subject-encoded-words): New function.
9834         (message-simplify-subject-functions): New variable.
9835         (message-simplify-subject): Use it.  Fix typo in doc string.
9836         Support message-strip-subject-encoded-words.
9837
9838 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9839
9840         * gnus-diary.el (gnus-diary-delay-format-function):
9841         * nndiary.el (nndiary-reminders):
9842         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9843
9844 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9845
9846         * gnus-art.el (article-hide-boring-headers): Fetch date from
9847         gnus-original-article-buffer to avoid problems with localized date
9848         strings.
9849
9850 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9851
9852         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9853
9854 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9855
9856         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9857         New variables.
9858         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9859         (mm-charset-synonym-alist): Move some entries to
9860         mm-codepage-iso-8859-list.
9861         (mm-charset-synonym-alist, mm-charset-override-alist):
9862         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9863
9864 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9865
9866         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9867
9868 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9869
9870         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9871         with Emacs 21 and XEmacs.
9872
9873 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9874
9875         * spam.el (spam-parse-address): New function for better parsing,
9876         catching errors, etc.
9877         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9878
9879 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9880
9881         * mm-view.el: Add interactive arg to html2text autoload.
9882
9883 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9886
9887 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9888
9889         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9890         New variables.
9891         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9892         (mm-charset-synonym-alist): Move some entries to
9893         mm-codepage-iso-8859-list.
9894
9895         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9896
9897 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9898
9899         * message.el (message-citation-line-format)
9900         (message-insert-formated-citation-line): Fix implementation of %E, %N
9901         and %n according to the doc string.
9902
9903 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9904
9905         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9906         Use car-safe to avoid bad parses.
9907
9908 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9911         names.
9912
9913         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9914
9915 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9916
9917         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9918         header.
9919
9920         * message.el (message-draft-headers): Add Date.
9921         (message-headers-to-generate): Fix typo in docstring.
9922
9923         * nndraft.el (nndraft-required-headers): New variable.
9924         (nndraft-generate-headers): Use it.
9925
9926         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9927
9928 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9929
9930         * gnus-registry.el (gnus-registry-wash-for-keywords)
9931         (gnus-registry-find-keywords): New functions to allow easy searching of
9932         articles that are in the registry.
9933
9934 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9935
9936         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9937         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9938         Reported by Damien Elmes <damien@repose.cx>.
9939
9940 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9941
9942         * gnus.el (gnus-mime): Remove unused custom group.
9943
9944 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9945
9946         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9947         "blank line" when searching for end of armor headers.
9948
9949 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * gmm-utils.el (gmm-write-region): Fix variable name.
9952
9953 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9954
9955         * gmm-utils.el (gmm-write-region): New function based on compatibility
9956         code from `mm-make-temp-file'.
9957
9958         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9959
9960         * nnmaildir.el (nnmaildir--update-nov)
9961         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9962         Use `gmm-write-region'.
9963
9964 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9965
9966         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9967         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9968
9969         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9970
9971         * message.el (message-replacement-char): New variable.
9972         (message-fix-before-sending): Use it.
9973         (message-simplify-subject): New function to remove duplicate code.
9974         (message-reply, message-followup): Use it.
9975
9976         * gnus-sum.el (gnus-summary-make-menu-bar):
9977         Clarify gnus-summary-limit-to-articles.
9978
9979 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9980
9981         * gnus-util.el (gnus-with-local-quit): New macro.
9982
9983         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9984
9985 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9986
9987         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9988         ignore non-string data.
9989
9990 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9991
9992         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9993         non-string data (needs to be done in the registry too).
9994
9995 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9996
9997         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9998         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9999         (gnus-registry-split-fancy-with-parent)
10000         (gnus-registry-fetch-simplified-message-subject-fast)
10001         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10002         Remove text properties on ingress into the registry and when it's saved.
10003         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10004         registry from entries with no groups.
10005
10006 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10007
10008         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10009         function to remove string properties.
10010
10011 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10012
10013         * gmm-utils.el (gmm): Adjust custom version.
10014
10015         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10016         Adjust custom version.
10017
10018         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10019
10020 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10021
10022         * gnus-art.el (gnus-insert-prev-page-button)
10023         (gnus-insert-next-page-button): Simplify.  Reformat.
10024
10025 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10026
10027         * gnus-art.el (gnus-insert-prev-page-button)
10028         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10029
10030 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10031
10032         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10033
10034 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10035
10036         * gnus-art.el (gnus-insert-mime-button)
10037         (gnus-insert-mime-security-button):
10038         Apply gnus-article-button-face to MIME and security buttons.
10039
10040 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10041
10042         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10043         readable.
10044
10045 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10048
10049 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10050
10051         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10052         `browse-url-of-file' instead of `browse-url'.
10053
10054 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10055
10056         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10057         regexp.  Articles containing quotation were cut prematurely.
10058
10059 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * message.el (message-cite-original-1): Use nobody by default for the
10062         value of From header.
10063         (message-reply): Ditto.
10064
10065 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10066
10067         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10068         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10069         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10070
10071 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10072
10073         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10074         mails in the doc string.  Add some URLs in comment.
10075         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10076
10077 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10078
10079         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10080         backslashes handling and the way to find boundaries of quoted strings.
10081
10082 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10083
10084         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10085         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10086         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10087         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10088
10089 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10090
10091         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10092         doc string.
10093         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10094
10095 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * lpath.el: Fbind epg-check-configuration.
10098
10099 2006-09-06  Simon Josefsson  <jas@extundo.com>
10100
10101         * mml2015.el (mml2015-use): Doc fix, mention epg.
10102
10103 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10104
10105         * mml2015.el (mml2015-use): Default to epg, if available.
10106
10107 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10108
10109         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10110         message-sender.
10111         (mml1991-epg-encrypt): Ditto.
10112         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10113         message-sender.
10114         (mml2015-epg-encrypt): Ditto.
10115
10116 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10117
10118         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10119         several common directories.
10120
10121 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10122
10123         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10124         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10125
10126 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * gnus-art.el (article-decode-encoded-words): Make it fast.
10129
10130 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10131
10132         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10133
10134         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10135         in quoted string into `\'.
10136
10137 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10140         Use standard-syntax-table.
10141
10142 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * gnus-art.el (gnus-decode-address-function): New variable.
10145         (article-decode-encoded-words): Use it to decode headers which are
10146         assumed to contain addresses.
10147         (gnus-mime-delete-part): Remove useless `or'.
10148
10149         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10150         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10151         (gnus-nov-parse-line): Use it to decode From header.
10152         (gnus-get-newsgroup-headers): Ditto.
10153         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10154
10155         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10156         (mail-decode-encoded-address-string): New alias.
10157
10158         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10159         New function.
10160         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10161         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10162         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10163         (rfc2047-decode-string): Ditto.
10164         (rfc2047-decode-address-region): New function.
10165         (rfc2047-decode-address-string): New function.
10166
10167 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10168
10169         * message.el (message-caesar-buffer-body): Allow rotating headers.
10170
10171         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10172
10173         * message.el (message-insert-formated-citation-line): Fix %f.
10174         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10175
10176 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10179         (gnus-bookmark-mouse-available-p): New macro.
10180         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10181         (gnus-bookmark-bmenu-show-infos): Use it.
10182         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10183         (gnus-bookmark-bmenu-hide-infos): Ditto.
10184         (gnus-bookmark-remove-properties): New function.
10185         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10186         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10187         (gnus-bookmark-write-file): Bind coding-system-for-write.
10188         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10189         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10190         group before selecting it.
10191         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10192         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10193         quit-window if it is not available; use gnus-mouse-2 and bind it to
10194         gnus-bookmark-bmenu-select-by-mouse.
10195         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10196         (gnus-bookmark-bmenu-select-by-mouse): New function.
10197
10198 2006-08-13  Romain Francoise  <romain@orebokech.com>
10199
10200         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10201         space.
10202
10203 2006-08-10  Romain Francoise  <romain@orebokech.com>
10204
10205         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10206         (dns-mode-soa-auto-increment-serial): New user option.
10207         (dns-mode-soa-maybe-increment-serial): New function.
10208         (dns-mode): Add the latter to `write-contents-functions'.
10209
10210 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * compface.el (uncompface): Use binary rather than raw-text-unix.
10213
10214 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10215
10216         * compface.el (uncompface): Make sure the eol conversion doesn't take
10217         place when communicating with the external programs.
10218         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10219
10220 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10223
10224 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10225
10226         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10227         Make it more robust by parsing author and date independently.
10228
10229 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10230
10231         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10232
10233 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10234
10235         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10236         first matching secret key.
10237         (mml2015-epg-encrypt): Ditto.
10238
10239         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10240         first matching secret key.
10241         (mml1991-epg-encrypt): Ditto.
10242
10243         * mml2015.el (mml2015-encrypt-to-self): New user option.
10244         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10245         mml2015-epg-encrypt-to-self is set.
10246
10247         * mml1991.el (mml1991-encrypt-to-self): New variable.
10248         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10249         mml1991-epg-encrypt-to-self is set.
10250
10251         * mml2015.el (mml2015-signers): New user option.
10252         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10253         (mml2015-epg-encrypt): Allow to select signing keys.
10254
10255         * mml1991.el (mml1991-signers): New variable.
10256         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10257         (mml1991-epg-encrypt): Allow to select signing keys.
10258
10259 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * nnheader.el (nnheader-insert-head): Make it work even if the file
10262         uses CRLF for the line-break code.
10263
10264 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10265
10266         * mml2015.el: Require mml-sec instead of password.
10267         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10268         (mml2015-cache-passphrase): Inherit the default value from
10269         mml-secure-cache-passphrase.
10270         (mml2015-passphrase-cache-expiry): Inherit the default value from
10271         mml-secure-passphrase-cache-expiry.
10272
10273         * mml1991.el: Require mml-sec instead of password.
10274         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10275         (mml1991-cache-passphrase): Inherit the default value from
10276         mml-secure-cache-passphrase.
10277         (mml1991-passphrase-cache-expiry): Inherit the default value from
10278         mml-secure-passphrase-cache-expiry.
10279
10280         * mml-sec.el: Require password.
10281         (mml-secure-verbose): New user option.
10282         (mml-secure-cache-passphrase): New user option.
10283         (mml-secure-passphrase-cache-expiry): New user option.
10284
10285 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10286
10287         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10288         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10289         andreas@altroot.de (Andreas Vögele).
10290
10291         FIXME: Use `tiny change'?
10292
10293 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10294
10295         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10296         workaround for the url package included with Emacs.
10297
10298         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10299
10300 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10301
10302         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10303         correctly.  This fixes a bug caused by the 2006-05-12 change.
10304
10305 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10306
10307         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10308         some information about the error when saying that the `bogus' mail
10309         group will be used.
10310
10311 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10312
10313         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10314         string.
10315
10316 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10317
10318         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10319
10320 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10321
10322         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10323
10324 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10325
10326         * mml1991.el (mml1991-function-alist): Add epg.
10327         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10328         (mml1991-epg-encrypt): New functions.
10329
10330 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10331
10332         * mml2015.el (mml2015-verbose): New variable.
10333         (mml2015-cache-passphrase): Ditto.
10334         (mml2015-passphrase-cache-expiry): Ditto.
10335         (mml2015-function-alist): Add epg.
10336         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10337         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10338         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10339         New functions.
10340
10341 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10342
10343         * message.el (message-cite-original-1): Preserve region when removing
10344         quoted text due to X-No-Archive in order to avoid bogus attribution
10345         when citing multiple messages.
10346
10347 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10348
10349         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10350         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10351
10352 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10353
10354         * gnus-diary.el (gnus-user-format-function-d)
10355         (gnus-user-format-function-D): Autoload.
10356
10357         * imap.el (Commentary): Fix typo.
10358
10359         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10360         2006-04-22 contribution.
10361
10362 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10363
10364         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10365         It didn't really fix the bogosity I'm seeing with solid web groups.
10366
10367 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10368
10369         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10370         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10371         created using server names.  If we use the feature without declaring
10372         it, Gnus does not properly manage server and group state.
10373
10374         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10375         bound.
10376
10377 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10378
10379         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10380         looking up the method using GROUP's prefix before inventing a new one.
10381         It is used on killed/unknown groups in various places where returning
10382         an all-new method isn't expected by the caller.
10383
10384         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10385         and match semantics of gnus-group-real-prefix.
10386
10387 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10388
10389         * nnmail.el (nnmail-broken-references-mailers): New variable.
10390         (nnmail-ignore-broken-references): New function generalizing
10391         nnmail-fix-eudora-headers.
10392         (nnmail-fix-eudora-headers): Now obsolete.
10393
10394         * gnus-art.el (gnus-button-handle-custom):
10395         Support `customize-apropos*'.
10396
10397 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10398
10399         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10400
10401         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10402         articles.
10403
10404 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10405
10406         * message.el (message-cite-reply-above): New variable.
10407         (message-yank-original): Use it.
10408
10409 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10410
10411         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10412
10413 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10414
10415         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10416         as read.
10417
10418         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10419
10420 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10421
10422         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10423         (gnus-bookmark-default-file): Use gnus-directory.
10424         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10425         Remove "*" in doc string.
10426         (gnus-bookmark-write-file): Simplify.
10427         (gnus-bookmark-maybe-sort-alist): Use `when'.
10428         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10429         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10430         Add FIXME about Emacs 21 and XEmacs compatibility.
10431         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10432         compatibility.
10433         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10434         compatibility.
10435         (gnus-bookmark-menu-heading): Fix version.
10436
10437 2006-06-19  Bastien Guerry  <bzg@altern.org>
10438
10439         * gnus-bookmark.el: New file.
10440
10441 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * message.el (message-syntax-checks): Doc fix.
10444
10445 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10446
10447         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10448         unsubscribed groups as if they were killed ones.  It causes duplicate
10449         entries in gnus-newsrc-alist.
10450
10451 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * message.el (message-syntax-checks): Doc fix.
10454         (message-send-mail): Add check for continuation headers.
10455         (message-check-news-header-syntax): Fix regexp used to check for
10456         continuation headers.
10457
10458 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10461
10462 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10463
10464         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10465
10466 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10469         default-truncate-lines.
10470
10471 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10472
10473         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10474         to fill the utf-8 entry.
10475
10476         * lpath.el: Fbind unicode-precedence-list.
10477
10478 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10479
10480         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10481
10482 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10483
10484         * gnus-agent.el (directory-files-and-attributes): Move all the way
10485         forward (the third and final move).
10486         (gnus-agent-read-agentview): Trap reconstruction errors due to
10487         nonexistent directory.  Handle by returning nil.
10488
10489 2006-05-30  Didier Verna  <didier@xemacs.org>
10490
10491         * message.el (message-dont-reply-to-names): Update the custom type.
10492         * message.el (message-dont-reply-to-names): New defsubst: potentially
10493         convert a list of regexps into a single one.
10494         * message.el (message-get-reply-headers): Use it.
10495         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10496
10497 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10498
10499         * gnus-agent.el (directory-files-and-attributes): Move forward.
10500
10501 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10502
10503         * gnus-ml.el (gnus-mailing-list-subscribe)
10504         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10505         (gnus-mailing-list-message): Fix doc strings.
10506
10507 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10508
10509         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10510         of doing it manually.
10511
10512 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10513
10514         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10515         comment.
10516
10517 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10518
10519         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10520         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10521         (gnus-agent-read-local): All symbols allocated in my-obarray.
10522         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10523         (gnus-agent-regenerate-group): Check numeric names to see if they are
10524         messages or groups.
10525         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10526         better way of do this...)
10527
10528         * gnus-cache.el (gnus-agent-total-fetched-for):
10529         Ignore 'dummy.group' (there should be a better way of do this...)
10530
10531 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10534         (gnus-saved-headers): Ditto.
10535         (gnus-default-article-saver): Mention functions may have properties.
10536         (gnus-article-save): Override gnus-save-all-headers and
10537         gnus-saved-headers by :headers property which saver function may have.
10538         (gnus-summary-save-in-file): Add :headers property.
10539         (gnus-summary-write-to-file): Ditto.
10540
10541         * gnus-sum.el (gnus-summary-save-article): Bind
10542         gnus-prompt-before-saving to t when saving many articles in a file;
10543         always show all headers.
10544
10545         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10546
10547 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10548
10549         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10550         marks.
10551
10552         * message.el (message-indent-citation): Add optional arguments to allow
10553         using it outside of message buffers.
10554
10555         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10556         (gnus-article-treat-unfold-headers): Use it.
10557         (gnus-article-truncate-lines): New variable.
10558         (gnus-article-mode): Use it.
10559         (gnus-article-toggle-truncate-lines): New function.
10560
10561         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10562         Add gnus-article-toggle-truncate-lines.
10563
10564         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10565         coding system in XEmacs, use binary.
10566
10567 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10570         after-load-alist.
10571
10572         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10573         this function should save decoded articles.
10574         (gnus-summary-write-to-file): Use property to specify this function
10575         should save decoded articles and specify gnus-summary-save-in-file
10576         should be used to save articles other than the first one when saving
10577         many articles.
10578         (gnus-summary-save-body-in-file): Use property to specify this
10579         function should save decoded articles.
10580         (gnus-summary-write-body-to-file): Use property to specify this
10581         function should save decoded articles and specify
10582         gnus-summary-save-body-in-file should be used to save articles other
10583         than the first one when saving many articles.
10584
10585         * gnus-sum.el (gnus-summary-save-article): Simplify.
10586
10587 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * gnus-art.el (gnus-default-article-saver):
10590         Add gnus-summary-write-body-to-file.
10591         (gnus-article-save-coding-system): Don't use coding system object
10592         in XEmacs.
10593         (gnus-read-save-file-name): Add optional `dir-var' argument which
10594         specifies directory in which files are saved; work even if optional
10595         `variable' argument is not specified.
10596         (gnus-summary-write-to-file): Read file name.
10597         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10598         (gnus-summary-write-body-to-file): New function.
10599
10600         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10601         (gnus-summary-local-variables): Add it.
10602         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10603         (gnus-summary-save-article): Remove optional `decode' argument;
10604         determine whether to decode articles by the value of
10605         gnus-default-article-saver; when saving many files using
10606         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10607         it first and use gnus-summary-save-in-file or
10608         gnus-summary-save-body-in-file thereafter unless
10609         gnus-prompt-before-saving is always; move point to article which
10610         will be saved.
10611         (gnus-summary-save-article-file): Revert.
10612         (gnus-summary-write-article-file): Revert.
10613         (gnus-summary-save-article-body-file): Revert.
10614         (gnus-summary-write-article-body-file): New function.
10615
10616 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10617
10618         * gnus-art.el (gnus-default-article-saver): Doc fix.
10619         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10620         from gnus-summary-save-article-coding-system, and default to a
10621         certain coding system.
10622         (gnus-output-to-file): Add coding cookie and encode text according
10623         to gnus-article-save-coding-system; don't use mm-append-to-file.
10624
10625         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10626         gnus-art.el and rename to gnus-article-save-coding-system.
10627         (gnus-summary-save-article): Require gnus-art; don't show all
10628         headers if it decodes articles; don't add coding cookie here;
10629         don't bind mm-text-coding-system-for-write.
10630         (gnus-summary-save-article-file): Save decoded articles.
10631         (gnus-summary-write-article-file): When saving many files, use
10632         gnus-summary-write-to-file first and gnus-summary-save-in-file
10633         thereafter unless gnus-prompt-before-saving is always.
10634         (gnus-summary-save-article-body-file): Save decoded articles.
10635
10636         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10637
10638 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10639
10640         * nnrss.el (nnrss-check-group): Bind hash-index.
10641
10642 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10643
10644         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10645         its hash index.  Store this hash in `nnrss-group-data'.
10646         (nnrss-read-group-data): Update accordingly.
10647
10648 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10649
10650         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10651         entry.
10652
10653         * gnus-sum.el (gnus-summary-make-menu-bar):
10654         Add gnus-article-browse-html-article.
10655
10656 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10657
10658         * gnus-sum.el (gnus-summary-mime-map):
10659         Add gnus-article-browse-html-article.
10660
10661         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10662
10663 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10664
10665         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10666         suitable coding systems in customize.
10667
10668 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10669
10670         * mail-source.el (mail-sources): Fix custom type.
10671
10672 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10673
10674         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10675         (gnus-summary-expire-articles-now): Shorten prompt.
10676
10677         * gmm-utils.el (wid-edit): Require.
10678         (defun-gmm): Rename from `gmm-defun-compat'.
10679         (gmm-image-search-load-path): Use it.
10680         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10681
10682 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * gnus-sum.el (gnus-summary-save-article-coding-system):
10685         New variable.
10686         (gnus-summary-save-article): Add optional `decode' argument.
10687         If it is set and gnus-summary-save-article-coding-system is non-nil,
10688         save decoded article.
10689         (gnus-summary-write-article-file): Save decoded article if
10690         gnus-summary-save-article-coding-system is non-nil.
10691
10692         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10693         type.
10694
10695 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10696
10697         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10698
10699 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10702         first to test gnus-single-article-buffer which may be buffer-local.
10703
10704         * gnus-sum.el (gnus-summary-setup-buffer):
10705         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10706         group; make gnus-article-buffer, gnus-article-current, and
10707         gnus-original-article-buffer always buffer-local.
10708         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10709         group.
10710         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10711
10712 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10713
10714         * nnml.el (nnml-request-compact-group): Compressed files might not
10715         have .gz extension.
10716
10717 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10718
10719         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10720         (mm-copy-to-buffer): Use with-current-buffer.
10721         (mm-display-part): Simplify.
10722         (mm-inlinable-p): Add optional arg `type'.
10723
10724 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10725
10726         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10727         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10728         Try harder to show the attachment internally or externally using
10729         gnus-mime-view-part-as-type.
10730
10731 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10732
10733         * message.el (message-from-style, message-signature-separator)
10734         (message-user-organization-file, message-send-mail-function)
10735         (message-citation-line-function, message-yank-prefix)
10736         (message-indent-citation-function, message-signature)
10737         (message-signature-file, message-signature-insert-empty-line):
10738         Remove autoloads.
10739
10740         * gnus-art.el (gnus-buttonized-mime-types):
10741         Remove "multipart/signed".  Revert 2006-04-26 change.
10742
10743 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10744
10745         * gnus.el (gnus-version-number): Bump version.
10746
10747 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10748
10749         * gnus.el: No Gnus v0.5 is released.
10750
10751 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10752
10753         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10754         fetching articles by message-id.
10755
10756 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10757
10758         * message.el (hashcash): Require hashcash as normal.
10759
10760         * ecomplete.el (ecomplete-highlight-match-line):
10761         Use point-at-eol.
10762         (ecomplete-highlight-match-line): Use `highlight', because that
10763         face exists in both Emacs and XEmacs.
10764
10765         * message.el (message-display-abbrev): Use point-at-bol.
10766
10767         * mail-source.el: Don't require timer/timer-funcs.
10768
10769         * gnus-async.el: Ditto.
10770
10771         * password.el: Ditto.
10772
10773         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10774
10775         * mm-url.el: Ditto.
10776
10777         * gnus-xmas.el: Don't require timer-funcs.
10778
10779         * mm-util.el: Require timer/timer-funcs.
10780
10781 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10782
10783         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10784         Close.
10785
10786 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10789         unibyte after clear-decrypt function runs.
10790
10791         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10792         returns as a unibyte string.
10793
10794 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10795
10796         * lpath.el: Revert.
10797
10798         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10799         (pgg-gpg-process-sentinel): Revert.
10800
10801         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10802         (pgg-pgp-lookup-key): Revert.
10803
10804         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10805         (pgg-pgp5-lookup-key): Revert.
10806
10807         * pgg.el (pgg-fetch-key): Revert.
10808
10809 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * lpath.el: Fbind string-as-multibyte for XEmacs.
10812
10813         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10814         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10815         (mml1991-pgg-encrypt): Ditto.
10816
10817         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10818         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10819         a multibyte buffer.
10820
10821         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10822         (pgg-pgp-lookup-key): Ditto.
10823
10824         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10825         (pgg-pgp5-lookup-key): Ditto.
10826
10827         * pgg.el (pgg-fetch-key): Ditto.
10828
10829 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10830
10831         * message.el (message-user-organization-file): Check several
10832         locations of the organization file.
10833
10834         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10835         Add gnus-article-view-part-as-type.
10836
10837         * gnus-art.el (gnus-article-view-part-as-type): New function.
10838
10839         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10840         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10841
10842         * mml.el: Simplify autoload.
10843         (mml-mode): defvar dnd-protocol-alist instead of using
10844         symbol-value.
10845         (mml-default-directory): New variable.
10846         (mml-minibuffer-read-file): Use it.
10847         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10848
10849         * message.el (message-citation-line-format): New variable.
10850         (message-insert-formated-citation-line): New function.
10851         (message-citation-line-function):
10852         Add `message-insert-formated-citation-line' to custom type.
10853
10854         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10855         to doc string.
10856
10857         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10858         depending on mm-verify-option.
10859
10860 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10863         binding pgg-* variables; reimplement the section which prevents
10864         MIME header from being signed.
10865         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10866         pgg-text-mode; remove a blank line at the top of body.
10867
10868         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10869         lines at the top of body; use gnus-newsgroup-charset if there's no
10870         Charset header.
10871
10872 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10873
10874         * message.el (message-self-insert-commands): Doc fix.
10875
10876         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10877         (mm-uu-pgp-encrypted-test): Ditto.
10878         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10879         between header and body; return application/pgp-encrypted handle
10880         if decryption failed; decode decrypted body by charset.
10881
10882         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10883         element match to application/pgp-*.
10884
10885 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10886
10887         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10888         HTML.
10889
10890 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10891
10892         * mail-source.el (mail-source-call-script): Message the error
10893         string.
10894
10895 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10896
10897         * gnus-util.el (gnus-byte-compile): Use it.
10898
10899 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10900
10901         * gnus-util.el (kill-empty-logs): New function.
10902
10903 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10904
10905         * message.el (message-mail-alias-type): Doc fix.
10906         (message-mail-alias-type-p): New function.
10907         (message-send): Use it.
10908         (message-mode): Ditto.
10909         (message-strip-forbidden-properties): Ditto.
10910
10911         * ecomplete.el (ecomplete-database-file-coding-system):
10912         New variable.
10913         (ecomplete-save): Use it.
10914         (ecomplete-setup): Use it.
10915
10916 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10917
10918         * message.el (message-self-insert-commands): New variable.
10919         (message-strip-forbidden-properties): Use it.
10920
10921 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10922
10923         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10924         that doesn't make XEmacs choke.
10925
10926 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10927
10928         * gnus-util.el (gnus-replace-in-string):
10929         Prefer replace-regexp-in-string over of replace-in-string.
10930
10931 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * gnus-util.el (gnus-select-frame-set-input-focus):
10934         Use select-frame-set-input-focus if it is available in XEmacs; use
10935         definition defined in Emacs 22 for old Emacsen.
10936
10937         * dgnushack.el: Autoload unmorse-region for XEmacs.
10938
10939         * lpath.el: Bind cursor-in-non-selected-windows and
10940         select-frame-set-input-focus for XEmacs.
10941
10942 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10943
10944         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10945
10946 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10947
10948         * gnus-registry.el (gnus-registry-cache-save): Remove text
10949         properties when saving via the temp buffer.
10950
10951 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10952
10953         * message.el (message-generate-hashcash): Honor custom type.
10954
10955 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10956
10957         * message.el (message-generate-hashcash): Default to non-nil when
10958         hashcash is found.
10959
10960         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10961         (gnus-refer-thread-limit): Increase default to 500.
10962
10963         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10964
10965         * flow-fill.el (fill-flowed): Allow delete-space.
10966
10967 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10968
10969         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10970         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10971         Remove autoloads.
10972
10973 2006-04-18  Simon Josefsson  <jas@extundo.com>
10974
10975         * message.el (message-generate-hashcash): Default to.
10976
10977 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10980         concatenating segments rather than before concatenating them.
10981
10982 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10983
10984         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10985
10986 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10987
10988         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10989
10990         * message.el (message-forward-make-body-plain):
10991         Allow message-forward-ignored-headers to be a list.
10992         (message-remove-ignored-headers): Factor out into function.
10993         (message-forward-make-body-mml): Use it.
10994
10995         * imap.el (imap-quote-specials): New function.
10996         (imap-login-auth): Quote specials.
10997
10998         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10999         (rfc2231-parse-string): Allow concatanation of parameters that
11000         aren't contiguous.  The test case is
11001           (mail-header-parse-content-type "message/external-body;
11002             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11003             access-type=LOCAL-FILE;
11004             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11005
11006 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11007
11008         * nntp.el (nntp-accept-process-output): Return the value of
11009         `nnheader-accept-process-output'.
11010
11011 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11012
11013         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11014         (gnus-button-alist): Recognize more diff formats.
11015         (gnus-button-patch): Strip directory.
11016
11017 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11018
11019         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11020         Emacs 22 when setting focus.
11021
11022 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11023
11024         * gnus-art.el (gnus-article-treat-types): Do treatment of
11025         text/x-verbatim parts.
11026         (gnus-button-patch): New command.
11027
11028         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11029         addresses that contain invalid characters.
11030
11031 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11032
11033         * message.el (message-put-addresses-in-ecomplete):
11034         Use gnus-replace-in-string.
11035         (message-is-yours-p): Use the more correct
11036         mail-header-parse-address instead of
11037         mail-extract-address-components.
11038         (message-put-addresses-in-ecomplete): Fix typo.
11039
11040         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11041         keystroke.
11042
11043         * gnus-art.el (gnus-treatment-function-alist): Change order of
11044         newsgroups/generic header folding to avoid double-folding.
11045
11046         * message.el (message-hidden-headers): Add X-Draft-From.
11047
11048         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11049         New command.
11050         (gnus-summary-repeat-search-article-backward): New command.
11051
11052         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11053         groups in the parent topic.
11054
11055 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11056
11057         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11058         (spam-extra-header-to-number): Return the CRM114 number as a
11059         number instead of a string.
11060
11061 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11062
11063         * gnus-art.el (gnus-face-properties-alist): Move here from
11064         gnus-fun.
11065
11066         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11067
11068 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11069
11070         * message.el (message-strip-forbidden-properties): Only display on
11071         self-insert-command.
11072
11073         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11074         reindent.
11075         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11076
11077 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11078
11079         * smiley.el (smiley-style): Fix typo.
11080
11081 2006-03-23  Kenichi Handa  <handa@m17n.org>
11082
11083         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11084         instead of set-buffer-multibyte.
11085
11086 2006-03-23  Kenichi Handa  <handa@m17n.org>
11087
11088         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11089         buffer and then decode the buffer text if necessary.
11090         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11091         first, and after mm-encode-body, change the buffer to unibyte.
11092
11093 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11094
11095         * hashcash.el (hashcash-insert-payment-async-2):
11096         Use message-goto-eoh instead of doing it manually.
11097         (mail-add-payment): Use message-narrow-to-header instead of trying
11098         to do the same itself.
11099
11100         * message.el (message-hidden-headers): Add Face.
11101
11102         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11103         reparenting code.
11104         (gnus-summary-reparent-children): Refactored out code.
11105         (gnus-summary-thread-map): New keystroke.
11106         (gnus-summary-reparent-children): Make into command.
11107
11108         * smiley.el (smiley-style): Default to `medium' if using a large
11109         font.
11110
11111         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11112         does it itself.
11113
11114         * message.el (message-point-in-header-p): Simplify definition.
11115
11116 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11117
11118         * nnagent.el (nnagent-request-set-mark): Silence log file
11119         writing.
11120         (nnagent-request-set-mark): Use write-region instead of
11121         append-to-file.
11122
11123         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11124         strange select method.
11125
11126         * ecomplete.el (ecomplete-display-matches): Get highlightling
11127         right.
11128         (ecomplete-display-matches): Use literals.
11129         (ecomplete-display-matches): Disable message logging.
11130
11131         * message.el (message-display-abbrev): Small optimization.
11132
11133         * ecomplete.el (ecomplete-display-matches): Allow automatic
11134         display.
11135
11136         * message.el (message-strip-forbidden-properties):
11137         Display abbrevs.
11138         (message-display-abbrev): Get automatic display right.
11139
11140         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11141         keystrokes.
11142
11143 2006-04-13  Romain Francoise  <romain@orebokech.com>
11144
11145         TODO: Backport to v5-10!
11146
11147         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11148         Move here (and rename) from gnus-registry.el.
11149
11150         * gnus-registry.el: Require gnus-util.
11151         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11152
11153 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11154
11155         * gnus-group.el (gnus-group-catchup-current):
11156         Change if-then-else-if-then-else into cond.
11157         (gnus-group-catchup): Indent.
11158         (group-name-at-point): New function.
11159         (gnus-fetch-group): Provide default from thing at point.
11160
11161 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11162
11163         * message.el (message-display-abbrev): Fix regexp.
11164
11165         * ecomplete.el (ecomplete-highlight-match-line):
11166         Reimplement choosing.
11167         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11168         dead variables.
11169
11170         * message.el (message-newline-and-indent): Remove debugging.
11171         (message-display-abbrev): Use new implementation.
11172
11173 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11174
11175         * gnus-art.el (gnus-article-mode):
11176         Set cursor-in-non-selected-windows to nil.
11177
11178         * smiley.el: Revert previous change.
11179         (smiley-data-directory): defvar it before using it in the
11180         defcustom of `smiley-style'.
11181
11182 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11183
11184         * message.el (message-newline-and-indent): New function.
11185
11186         * ecomplete.el: Implement more bits.
11187
11188         * message.el (message-put-addresses-in-ecomplete): Clean up the
11189         string.
11190
11191         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11192
11193         * gnus-sum.el (gnus-summary-save-parts):
11194         Bind gnus-summary-save-parts-counter and use it to make unique file
11195         names.
11196
11197         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11198
11199         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11200         parameter to say whether to actually parse the individual
11201         addresses.
11202
11203         * message.el (message-put-addresses-in-ecomplete): New function.
11204         (ecomplete): Require.
11205         (message-mail-alias-type): Add ecomplete as an option.
11206
11207 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11208
11209         * flow-fill.el (fill-flowed): Remove trailing space from blank
11210         quoted lines.
11211
11212 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11213
11214         * smiley.el (smiley-style): Move definition later to avoid a
11215         compilation warning.
11216
11217 2006-04-12  Kenichi Handa  <handa@m17n.org>
11218
11219         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11220         buffer and then decode the buffer text if necessary.
11221         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11222         first, and after mm-encode-body, change the buffer to unibyte.
11223         Use mm-disable-multibyte instead of set-buffer-multibyte.
11224
11225 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11228         Content-Type header instead of Content-Disposition header.
11229         (gnus-mime-inline-part): Ditto.
11230         (gnus-mime-view-part-as-charset): Ignore charset that the part
11231         specifies.
11232
11233         * mm-decode.el (mm-display-part): Work with external parts and
11234         usual parts similarly.
11235
11236         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11237         instead of gnus-display-mime.
11238
11239         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11240         instead of with-temp-buffer.
11241
11242         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11243         tag to summarized topics part in order to encode non-ASCII text.
11244
11245 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11246
11247         * smiley.el (smiley-style): New variable.
11248         (smiley-directory): New function.
11249         (smiley-data-directory): Derive from `smiley-style' using
11250         `smiley-directory'.
11251         (smiley-regexp-alist): Add new entries.
11252
11253         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11254         (gnus-article-browse-delete-temp): Add :version.
11255
11256 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11257
11258         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11259         the sieve region.
11260
11261 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11262
11263         * gnus.el (gnus-version-number): Bump version.
11264
11265 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11266
11267         * gnus.el: No Gnus v0.4 is released.
11268
11269 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11270
11271         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11272         layout.
11273
11274         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11275         unknown charset.
11276
11277         * message.el (message-header-synonyms): Add Original-To to the
11278         default.
11279
11280         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11281         optional parameter.
11282
11283 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11284
11285         * gnus-fun.el (gnus): Require it for gnus-directory.
11286
11287 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11290
11291 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11292
11293         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11294
11295 2006-04-05  Simon Josefsson  <jas@extundo.com>
11296
11297         * password.el (password-reset): New function.
11298
11299 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11300
11301         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11302         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11303
11304 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11305
11306         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11307         Some whitespace was matched into the url, which broke browsing hits
11308         > 100 when mm-url-use-external was nil.
11309
11310 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11311
11312         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11313         Check gnus-extra-headers for 'Newsgroups.
11314
11315         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11316         bound.
11317
11318 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11319
11320         * pgg-gpg.el: Clean up process buffers every time gpg processes
11321         complete.
11322
11323 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11324
11325         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11326         doc string.
11327
11328 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11329
11330         * pgg-gpg.el (pgg-gpg-process-filter)
11331         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11332
11333         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11334         lines, temporary fix.
11335
11336 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11337
11338         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11339
11340 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11341
11342         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11343         default-enable-multibyte-characters.  This reverts the change from
11344         revision 6.17 which is no longer necessary because the passphrase
11345         is sent separately now.  GnuPG messages are unreadable under
11346         multibyte locales with default-enable-multibyte-characters set to
11347         nil.
11348
11349 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11350
11351         * message.el (message-tool-bar-gnome): Move "spell".
11352
11353 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11354
11355         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11356         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11357         instead.
11358
11359 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11360
11361         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11362         Improve newsgroups handling for NNTP overviews which don't include
11363         Newsgroups.
11364
11365 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11366
11367         * message.el (message-resend): Bind message-generate-hashcash to nil.
11368
11369 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11370
11371         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11372         when searching for already-paid recipients.
11373
11374 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11375
11376         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11377         passphrases when it is not needed.
11378         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11379         passphrase stuff from gpg, should only be necessary when you use
11380         gpg with a smartcard.
11381
11382 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11383
11384         * mml.el (mml-insert-mime): Ignore cached contents of
11385         message/external-body part.
11386
11387         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11388         (mm-insert-part): Ditto.
11389
11390 2006-03-23  Simon Josefsson  <jas@extundo.com>
11391
11392         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11393         Reiner.
11394         (pgg-gpg-use-agent-p): Use it again.
11395
11396 2006-03-23  Simon Josefsson  <jas@extundo.com>
11397
11398         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11399         older emacsen.
11400         (pgg-gpg-use-agent-p): Don't use it.
11401
11402 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11403
11404         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11405         if we can.
11406
11407 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11408
11409         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11410         (pgg-gpg-update-agent): New function.
11411         (pgg-gpg-use-agent-p): New function.
11412         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11413         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11414         (pgg-gpg-sign-region): Use it.
11415
11416 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11417
11418         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11419         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11420
11421 2006-03-21  Simon Josefsson  <jas@extundo.com>
11422
11423         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11424         <wilde@sha-bang.de>.
11425         (pgg-gpg-use-agent): New variable.
11426         (pgg-gpg-process-region): Use it.
11427         (pgg-gpg-encrypt-region): Likewise.
11428         (pgg-gpg-encrypt-symmetric-region): Likewise.
11429         (pgg-gpg-decrypt-region): Likewise.
11430         (pgg-gpg-sign-region): Likewise.
11431         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11432
11433 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11434
11435         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11436
11437         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11438         Add comment on version.
11439
11440 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11441
11442         * smiley.el: Add missing test smiley.
11443
11444 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * mm-decode.el (mm-with-part): New macro.
11447         (mm-get-part): Use it; work with message/external-body as well.
11448         (mm-save-part): Treat name and filename equally.
11449
11450         * mm-extern.el (mm-extern-cache-contents): New function.
11451         (mm-inline-external-body): Use it; force the part to be displayed;
11452         move undisplayer added to the cached handle to the parent.
11453
11454         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11455         (gnus-mime-view-part-as-type): Work with message/external-body.
11456
11457         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11458
11459 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11460
11461         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11462         images in image-load-path.  [Sync with image.el, revision 1.60, in
11463         Emacs.]
11464
11465 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11466
11467         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11468         path rather than symbol.  Always return list of directories.
11469         Guarantee that image directory comes first.  [Sync with image.el,
11470         revision 1.59, in Emacs.]
11471
11472         * message.el (message-make-tool-bar): Adjust to new API of
11473         `gmm-image-load-path-for-library'.
11474
11475         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11476
11477         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11478
11479 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11480
11481         * gnus-art.el (gnus-article-only-boring-p):
11482         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11483         intangible text.
11484         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11485
11486 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11487
11488         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11489         Use `defun' instead of `gmm-defun-compat'.
11490
11491 2006-03-14  Simon Josefsson  <jas@extundo.com>
11492
11493         * message.el (message-unique-id): Don't use message-number-base36
11494         if (user-uid) is a float.
11495         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11496
11497 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11500
11501         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11502         empty line between a part and a message part.
11503
11504 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11505
11506         * smiley.el: Add more test smileys.
11507         (smiley-data-directory, smiley-regexp-alist)
11508         (gnus-smiley-file-types): Fix doc strings.
11509         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11510         adding new elements.
11511         (smiley-mouse-map): Unused code.  Make it a comment.
11512
11513 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11516         scan latest NoCeM messages instead of old ones.
11517         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11518         delimiters that are recently used.
11519         (gnus-nocem-load-cache): Add autoload cookie.
11520
11521         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11522
11523         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11524         level which is larger than gnus-use-nocem is specified.
11525
11526         * gnus-group.el (gnus-group-get-new-news): Ditto.
11527
11528 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11529
11530         * gnus-util.el (gnus-tool-bar-update): New function.
11531
11532         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11533         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11534
11535         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11536
11537         * gnus-group.el (gnus-group-redraw-when-idle)
11538         (gnus-group-redraw-check): Remove.
11539         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11540
11541 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11542
11543         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11544         if optional last element is specified in splits (FIELD VALUE...).
11545
11546 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11547
11548         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11549         to gmm-image-load-path-for-library.  Call with no-error argument.
11550         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11551
11552         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11553
11554         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11555
11556         * gmm-utils.el (gmm-image-load-path): Remove alias.
11557
11558 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11559
11560         * gmm-utils.el (gmm-image-load-path): Add alias.
11561
11562         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11563         nnml-generate-nov-databases-1.
11564         (nnml-generate-nov-databases): Use it.
11565         (nnml-generate-nov-databases-directory): Document no-active
11566         argument.
11567
11568         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11569         directory if path is t.  Add no-error.
11570
11571         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11572         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11573
11574         * gnus-art.el (gnus-article-browse-delete-temp-files):
11575         Simplify resetting gnus-article-browse-html-temp-list.
11576
11577         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11578         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11579         Add example to docstring.  Rename local variables.  Move error
11580         checks to default case in cond and simplify.
11581
11582 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11583
11584         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11585         handle is multipart when calling it recursively.
11586         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11587
11588 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11589
11590         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11591         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11592
11593 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11594
11595         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11596         is loaded.
11597
11598         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11599         loaded.
11600
11601 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11602
11603         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11604         to "Emacs 23 (unicode)" in doc string.
11605
11606         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11607         "Emacs 23 (unicode)" in comment.
11608
11609 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11610
11611         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11612
11613         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11614         characters 160 through 255 in Emacs 23.
11615
11616 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11617
11618         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11619         gnus-article-browse-html-temp.
11620         (gnus-article-browse-delete-temp): Make it customizable.
11621         Add `file'.  Adjust doc string.
11622         (gnus-article-browse-delete-temp-files): Add argument.
11623         Allow query for each file.  Adjust doc string.
11624         (gnus-article-browse-html-parts):
11625         Add `gnus-article-browse-delete-temp-files' to
11626         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11627
11628 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11629
11630         * gnus-art.el (gnus-article-browse-html-temp)
11631         (gnus-article-browse-delete-temp): New variables.
11632         (gnus-article-browse-delete-temp-files): New function.
11633         (gnus-article-browse-html-parts): Use it.
11634
11635 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11636
11637         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11638
11639         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11640         string.
11641
11642         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11643         gnus-summary-insert-new-articles when unplugged.
11644         Remove gnus-summary-search-article-forward.
11645
11646         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11647         display-visual-class instead of display-color-cells.
11648
11649 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * dgnushack.el: Autoload customize-group for XEmacs.
11652
11653         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11654         message/* containing non-ASCII text properly.
11655
11656 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11657
11658         * message.el: Require gmm-utils, remove autoloads.
11659         (message-tool-bar): Set default based on
11660         gmm-tool-bar-style.
11661         (message-tool-bar-gnome): Add gmm-customize-mode.
11662
11663         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11664         gmm-tool-bar-style.
11665         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11666
11667         * gnus-group.el (gnus-group-tool-bar): Set default based on
11668         gmm-tool-bar-style.
11669         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11670
11671         * gmm-utils.el (gmm-image-directory): Rename variable from
11672         gmm-image-load-path.
11673         (gmm-image-load-path): Use gmm-image-directory.
11674         (gmm-customize-mode): New function.
11675         (gmm-tool-bar-style): New variable.
11676
11677         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11678         gnus-group-redraw-line-number.
11679         (gnus-group-redraw-check): Simplify.
11680         (gnus-group-tool-bar-update): Remove redraw check.
11681         (gnus-group-make-tool-bar): Add redraw check.
11682
11683 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11684
11685         * gnus-art.el (gnus-button): Add missing parentheses.
11686
11687 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * lpath.el: Fbind line-number-at-pos.
11690
11691 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11694
11695 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11696
11697         * gnus-art.el (gnus-button): New face.
11698         (gnus-article-button-face): Use it.
11699
11700         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11701         Add gnus-summary-next-page.  Re-order.
11702
11703         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11704         next-node are now included.
11705         (gnus-group-redraw-line-number): New internal variable.
11706         (gnus-group-redraw-check): Helper function for updating the tool
11707         bar.
11708         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11709
11710         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11711
11712         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11713         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11714         Use it to match format of Spamassassin 3.0 and later.
11715         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11716         (spam-check-bogofilter)
11717         (spam-bogofilter-register-with-bogofilter): Fix args of
11718         `gnus-error' calls.
11719
11720 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11721
11722         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11723         unnecessary interaction when sending queued mails.
11724         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11725
11726 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11727
11728         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11729         first or last are nil.
11730
11731 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11732
11733         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11734
11735 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11736
11737         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11738
11739 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11740
11741         * dns.el (query-dns): Protect more against buggy tcp output.
11742
11743 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11744
11745         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11746         nov.php.
11747
11748 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11749
11750         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11751         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11752         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11753         output on the server side.
11754         (nnweb-google-create-mapping): Update regexps and add some
11755         progress indication.
11756
11757 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11758
11759         * gnus-group.el (gnus-group-tool-bar-gnome):
11760         Fix gnus-agent-toggle-plugged.  Re-order icons.
11761         (gnus-group-tool-bar-gnome):
11762         Add gnus-group-{prev,next}-unread-group.
11763         (gnus-group-tool-bar-gnome): Re-order icons.
11764
11765         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11766         Move gnus-summary-insert-new-articles.
11767
11768         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11769         Fix comments.
11770
11771         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11772         also available in Emacs 21.3.
11773
11774         * message.el (message-fix-before-sending): Change "Emacs 22" to
11775         "Emacs 23 (unicode)" in comment.
11776
11777         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11778         "Emacs 23 (unicode)" in comment.
11779
11780         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11781         comment.
11782         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11783
11784         * mm-view.el (mm-fill-flowed): Add :version.
11785
11786 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11787
11788         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11789         and load-path.
11790
11791 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11792
11793         * message.el: Autoload gmm-image-load-path.
11794         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11795         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11796         consitency.
11797
11798         * gmm-utils.el (gmm-image-load-path): Also search in
11799         "../etc/images".  Don't set gmm-image-load-path if we don't find
11800         the image.
11801
11802 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11803
11804         * gmm-utils.el (gmm-image-load-path): Don't make
11805         `gmm-image-load-path' include subdirectories which the second arg
11806         `image' might specify.
11807
11808         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11809         subdirectory to icon file names.
11810
11811         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11812
11813 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11814
11815         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11816         gmm-image-load-path calls.
11817
11818         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11819
11820         * message.el (message-make-tool-bar): Ditto.
11821
11822         * mml.el (mml-preview): Add comment concerning tool bar icons.
11823
11824         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11825         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11826
11827         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11828         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11829
11830         * message.el (message-tool-bar-gnome): Use new icon names.
11831         (message-make-tool-bar): Use `gmm-image-load-path'.
11832
11833         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11834         New functions from MH-E.
11835         (gmm-image-load-path): New variable from MH-E.
11836         (gmm-image-load-path): New function from MH-E.  Add arguments
11837         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11838         *-image-load-path-called-flag.
11839
11840 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11841
11842         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11843
11844 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11845
11846         * nnimap.el (nnimap-request-move-article): Change folder back to
11847         source group before deleting.
11848
11849 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11850
11851         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11852
11853         * gnus-art.el (mm-url-insert-file-contents-external):
11854         Autoload mm-url.
11855
11856         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11857
11858 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11859
11860         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11861         coding system which mm-charset-to-coding-system returns for a
11862         given charset is valid.
11863
11864 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11865
11866         * html2text.el (html2text-remove-tag-list):
11867         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11868
11869 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11870
11871         * gnus-cus.el: Revert 2005-10-17 change.
11872
11873 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * gnus-art.el (article-strip-banner):
11876         Call article-really-strip-banner only when the regexp match is made.
11877
11878 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * gnus-art.el (article-strip-banner):
11881         Use gnus-extract-address-components instead of
11882         mail-header-parse-addresses to make it work with non-ASCII text;
11883         remove mail-encode-encoded-word-string.
11884
11885         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11886         values which are surrounded with \"...\"; make it never cause a
11887         Lisp error; give up parsing of parameters if it failed in
11888         extracting type.
11889
11890 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11891
11892         * smime.el (smime-cert-by-ldap-1): Fix bug where
11893         `smime-ldap-search' returns results without userCertificates.
11894
11895 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11896
11897         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11898
11899 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11900
11901         * spam.el (spam-check-spamassassin-headers): Adapt format for
11902         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11903         <ari@mbf.ocn.ne.jp>.
11904         (spam-list-of-processors): Add spam-use-gmane.
11905
11906 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11907
11908         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11909         make-temp-file; make it work with XEmacs as well.
11910
11911         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11912         mm-make-temp-file.
11913
11914         * mm-decode.el (mm-display-external): Use the 3rd arg of
11915         mm-make-temp-file.
11916         (mm-create-image-xemacs): Ditto.
11917
11918 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11919
11920         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11921         with message-narrow-to-headers.
11922         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11923         (gnus-draft-check-draft-articles): New function.
11924         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11925
11926 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11927
11928         * gnus-art.el (gnus-article-browse-html-parts):
11929         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11930         Don't use suffix argument for mm-make-temp-file for Emacs 21
11931         compatibility.  Remove useless `format'.
11932
11933 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11934
11935         * nnweb.el (nnweb-google-wash-article): Update regexps.
11936         (nnweb-group-alist): Use defvoo instead of defvar.
11937
11938 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11939
11940         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11941         re-loading nn* modules.
11942
11943 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11944
11945         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11946         for `tool-bar-mode' and don't check it's default-value.
11947
11948         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11949
11950         * message.el (message-make-tool-bar): Ditto.
11951
11952         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11953         `substring'.  Shorten tmp-file name.
11954
11955         * gnus.el: Remove bogus comment.
11956
11957 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11958
11959         * gnus-art.el (gnus-article-browse-html-parts): New function.
11960         (gnus-article-browse-html-article): New function for viewing html
11961         articles with a browser.
11962
11963 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11964
11965         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11966         in elisp.
11967         (pgg-gpg-encrypt-symmetric-region): Ditto.
11968         (pgg-gpg-sign-region): Ditto.
11969
11970         * pgg-def.el (pgg-text-mode): New variable.
11971
11972         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11973         (mml2015-pgg-encrypt): Ditto.
11974
11975         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11976         (mml1991-pgg-encrypt): Ditto.
11977
11978 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * nnfolder.el (nnfolder-insert-newsgroup-line):
11981         Use message-make-date instead of current-time-string.
11982
11983         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11984         to gnus-decoded which mm-uu might set.
11985
11986 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11989         don't decode quoted parameters; remove misimported Emacs code.
11990         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11991         (rfc2231-decode-encoded-string): Don't use split-string which
11992         behaves differently according to Emacs version; use
11993         mm-decode-coding-region to convert charset to coding-system.
11994         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11995         (rfc2231-encode-string): Remove misimported Emacs code.
11996
11997 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11998
11999         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12000         when calling mail-header-parse-content-type.
12001         (article-de-quoted-unreadable): Ditto.
12002         (article-de-base64-unreadable): Ditto.
12003         (article-wash-html): Ditto.
12004
12005         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12006         calling mail-header-parse-content-type and
12007         mail-header-parse-content-disposition.
12008         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12009         mail-header-parse-content-type.
12010
12011         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12012         insert charset and format parameters; encode description after
12013         inserting it to buffer.
12014         (mml-insert-parameter): Fold lines properly even if a parameter is
12015         segmented into two or more lines; change the max column to 76.
12016
12017         * rfc1843.el (rfc1843-decode-article-body): Don't use
12018         ignore-errors when calling mail-header-parse-content-type.
12019
12020         * rfc2231.el (rfc2231-parse-string): Return at least type if
12021         possible; don't cause an error even if it fails in parsing of
12022         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12023         (rfc2231-encode-string): Don't break lines at the beginning, leave
12024         it to mml-insert-parameter.
12025
12026         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12027         calling mail-header-parse-content-type.
12028
12029 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12030
12031         * spam-report.el (spam-report-gmane-use-article-number):
12032         Improve doc string.
12033         (spam-report-gmane-internal): Check if a suitable header was found
12034         in the article.
12035
12036 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12039         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12040
12041 2006-02-05  Romain Francoise  <romain@orebokech.com>
12042
12043         Update copyright notices of all files in the gnus directory.
12044
12045 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12046
12047         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12048
12049 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12050
12051         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12052         segmented lines of parameter value to cope with Thunderbird 1.5
12053         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12054         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12055         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12056
12057 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12058
12059         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12060         parts.
12061
12062 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12063
12064         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12065         there's only one active file for all servers.
12066         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12067         solid groups.  Gnus might have used a FAST request to select the group.
12068         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12069         and nnweb-search redundantly in the active file.
12070         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12071         (nnweb-request-create-group): Don't use ARGS.
12072         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12073         initialisations.  Let nnoo do the work.
12074
12075 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12078         Say the part has been decoded.
12079
12080         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12081
12082 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12083
12084         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12085         mailcap-viewer-test-cache when there's no 'test clause, since that
12086         will invert the meaning of a "nil" test previously determined by
12087         mailcap-mailcap-entry-passes-test.
12088
12089 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12092         compiling.
12093
12094         * gnus-sum.el: Ditto.
12095
12096         * message.el: Don't bind tool-bar-map when compiling.
12097
12098 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12099
12100         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12101
12102 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12103
12104         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12105         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12106         current Google Groups.
12107
12108 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12109
12110         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12111         and tool-bar-mode.
12112
12113         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12114         and tool-bar-mode.
12115
12116         * message.el (message-tool-bar-update): Simplify.
12117         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12118
12119         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12120         gnus-summary-buffer.
12121         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12122         gnus-summary-reply.
12123
12124         * gmm-utils.el (gmm): Add :version.
12125
12126 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12127
12128         * Makefile.in (clean): New rule.
12129         (distclean): Use it.
12130
12131 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12132
12133         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12134         Don't autoload.
12135
12136 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12137
12138         * gmm-utils.el (gmm-verbose): Add :group.
12139
12140 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12141
12142         * message.el: Change some comments WRT tool-bars.
12143
12144         * gnus-sum.el (gnus-summary-tool-bar)
12145         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12146         (gnus-summary-tool-bar-zap-list): New variables.
12147         (gnus-summary-make-tool-bar): Complete rewrite using
12148         `gmm-tool-bar-from-list'.
12149
12150         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12151         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12152         New variables.
12153         (gnus-group-make-tool-bar): Complete rewrite using
12154         `gmm-tool-bar-from-list'.
12155         (gnus-group-tool-bar-update): New function.
12156
12157         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12158
12159 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12160
12161         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12162         is dissected into a single part of which the type is the same as
12163         the given one; decode charset.
12164
12165 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12166
12167         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12168         into alists as symbol not string, since that's what
12169         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12170         look for.
12171
12172 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12173
12174         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12175         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12176
12177         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12178
12179 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12180
12181         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12182         (gnus-xmas-mime-security-button-menu): New function.
12183
12184         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12185         (gnus-mime-security-button-menu): New definition.
12186         (gnus-mime-security-button-map): Use them.
12187         (gnus-mime-security-button-menu): New function.
12188         (gnus-insert-mime-security-button): Addition to help echo.
12189         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12190         (gnus-mime-security-pipe-part): New functions.
12191
12192         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12193         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12194
12195         * mm-decode.el (mm-handle-set-disposition): Remove.
12196         (mm-handle-set-description): Remove.
12197
12198 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12199
12200         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12201         (mm-w3m-standalone-supports-m17n-p): New function.
12202         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12203         w3m usage.
12204
12205         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12206         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12207
12208 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12209
12210         * message.el (message-tool-bar-zap-list):
12211         Use gmm-tool-bar-zap-list as custom type.
12212         (message-tool-bar-update): New function.
12213         (message-tool-bar, message-tool-bar-gnome)
12214         (message-tool-bar-retro): Add message-tool-bar-update.
12215         (message-tool-bar-gnome): Add flyspell-buffer.
12216
12217         * gnus-util.el (gnus-error): Describe `args'.
12218
12219         * gmm-utils.el (gmm-error): Describe `args'.
12220         (gmm-tool-bar-zap-list): New widget.
12221         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12222
12223 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12224
12225         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12226         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12227         the number of recursive calls.
12228
12229         * mm-decode.el (mm-handle-set-disposition): New macro.
12230         (mm-handle-set-description): New macro.
12231
12232 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12233
12234         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12235         encoding.
12236
12237 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12238
12239         * message.el (message-tool-bar-zap-list, message-tool-bar)
12240         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12241         (message-tool-bar-local-item-from-menu): Remove.
12242         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12243         (message-make-tool-bar): New function.
12244         (message-mode): Use `message-make-tool-bar'.
12245
12246         * gmm-utils.el: New file.
12247         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12248         (gmm-lazy): New widget copied from `nnmail.el'.
12249         (gmm-tool-bar-from-list): New function for creating customizable
12250         tool bars.
12251         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12252         output.
12253         (gmm): Add :prefix to defgroup.
12254
12255 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12256
12257         * gmm-utils.el (gmm-widget-p): New function.
12258
12259 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12260
12261         * mml.el (mml-attach-file): Describe `description' in doc string.
12262         (mml-menu): Add Emacs MIME manual and PGG manual.
12263
12264 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12265
12266         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12267
12268 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12269
12270         * nntp.el (nntp-end-of-line): Doc fix.
12271
12272 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12273
12274         * imap.el (imap-open): Handle case where buffer is a buffer
12275         object.
12276
12277 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12278
12279         * gnus-delay.el (gnus-delay): Don't autoload.
12280         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12281         to be re-loaded when customizing the `gnus-delay' group.
12282
12283 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12284
12285         * message.el (message-insert-citation-line): Use newlines.
12286
12287 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12288
12289         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12290         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12291         these routines, so the passphrase can be managed externally and
12292         passed in to the system.
12293         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12294         pgg-add-passphrase-to-cache function.
12295
12296         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12297         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12298         these routines, so the passphrase can be managed externally and
12299         passed in to the system.
12300         (pgg-pgp5-sign-region): Use new name of
12301         pgg-add-passphrase-to-cache function.
12302
12303 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12304
12305         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12306         part of the decoded armor to find the key-identifier.
12307         (pgg-gpg-lookup-key-owner): New function to return the
12308         human-readable identifier of a key owner.
12309         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12310         itself.
12311         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12312         the key value) if we have a key and can match it against a secret
12313         key.  Also, added a note pointing out fact that the prompt only
12314         indicates the first matching key.
12315
12316         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12317         pgg-decrypt-region.
12318         (pgg-add-passphrase-to-cache): Rename from
12319         `pgg-add-passphrase-cache' to reduce confusion (all callers
12320         changed).
12321         (pgg-remove-passphrase-from-cache): Rename from
12322         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12323         changed).
12324         (pgg-read-passphrase, pgg-add-passphrase-cache)
12325         (pgg-remove-passphrase-cache): Add informative docstrings.
12326         (pgg-decrypt): Convey provided passphrase in subordinate call to
12327         pgg-decrypt-region.
12328
12329 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12330
12331         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12332         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12333         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12334         'passphrase' argument, so the passphrase can be managed externally
12335         and then passed in to the system.
12336
12337         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12338         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12339         so the passphrase cache can be used reliably with identifiers
12340         besides a pgp packet's key id.
12341
12342         * pgg-gpg.el (pgg-gpg-encrypt-region)
12343         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12344         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12345         these routines, so the passphrase can be managed externally and
12346         passed in to the system.
12347
12348         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12349         'notruncate' argument, so the passphrase cache can be used
12350         reliably with identifiers besides a pgp packet's key id.
12351
12352 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12353
12354         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12355         symmetric encryption.
12356         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12357         encrypted session key.
12358         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12359         message ask for the passphrase in a proper way.
12360
12361         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12362         New user commands for symmetric encryption.
12363
12364 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12365
12366         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12367
12368         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12369
12370 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12371
12372         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12373
12374 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * mm-decode.el (mm-inlined-types): Add application/pgp.
12377         (mm-automatic-display): Ditto.
12378
12379         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12380         part as text.
12381
12382 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12383
12384         * nnrss.el: Update copyright.
12385         (nnrss-opml-import): Query whether to subscribe to each entry.
12386
12387         * gnus-art.el:
12388         * gnus-sum.el:
12389         * gnus-xmas.el:
12390         * messagexmas.el:
12391         * mm-uu.el:
12392         * mm-view.el: Update copyright.
12393
12394 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12395
12396         * message.el (message-info): New function.
12397         (message-mode-menu): Add it.
12398         Update copyright.
12399
12400         * ChangeLog: Fix and update copyright.
12401
12402 2006-01-13  Romain Francoise  <romain@orebokech.com>
12403
12404         * message.el (message-forward-subject-name-subject): Prefer the
12405         address to 'nowhere' if the sender has no name.
12406         Fix typo.  Update copyright year.
12407
12408 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * gnus-art.el (article-wash-html):
12411         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12412         (gnus-article-wash-html-with-w3m-standalone): New function.
12413
12414         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12415         mm-inline-text-html-render-with-w3m-standalone.
12416         (mm-text-html-washer-alist): Map w3m-standalone to
12417         gnus-article-wash-html-with-w3m-standalone.
12418         (mm-inline-text-html-render-with-w3m-standalone): New function.
12419
12420 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12421
12422         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12423         Improve LaTeX.
12424
12425 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12428         (nnrss-request-article): Render text/plain parts as HTML.
12429
12430         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12431         the buffer.
12432
12433 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12434
12435         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12436         custom definition of `gnus-posting-styles'.
12437
12438         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12439         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12440
12441 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12442
12443         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12444         Use nntp for bug archive.
12445
12446 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12449         parts.
12450         (nnrss-normalize-date): New function converts ISO 8601 date into
12451         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12452         (nnrss-check-group): Use it.
12453
12454 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12457
12458         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12459         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12460         (nnrss-insert-w3): Ditto.
12461
12462 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12463
12464         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12465         the articles to be forwarded including the case where neither a
12466         number of articles nor a region is specified.
12467
12468 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * nnrss.el (nnrss-request-article): Fix last change; fill
12471         text/plain parts.
12472
12473 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12476         in text/plain part.
12477         (nnrss-check-group): Don't add excessive newline to dc:subject.
12478
12479 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12480
12481         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12482         article.
12483
12484 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12485
12486         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12487         (nnml-use-compressed-files, nnml-save-mail): Support other
12488         comression programs such as bzip2.
12489
12490 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12491
12492         * dns.el (query-dns): Make sure we check the buffer size before
12493         removing tcp headers.
12494
12495 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12496
12497         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12498         remove MIME buttons associated with multipart/alternative parts.
12499         (gnus-mime-display-alternative): Tag buttons using `article-type'
12500         text property.
12501
12502         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12503         associated with multipart/alternative parts.
12504
12505         * gnus-art.el (gnus-signature-separator): Fix custom type.
12506
12507         * mm-decode.el (mm-inlined-types): Fix custom type.
12508         (mm-keep-viewer-alive-types): Ditto.
12509         (mm-automatic-display): Ditto.
12510         (mm-attachment-override-types): Ditto.
12511         (mm-inline-override-types): Ditto.
12512         (mm-automatic-external-display): Ditto.
12513
12514 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12515
12516         * spam-report.el (spam-report-user-mail-address)
12517         (spam-report-user-agent): New variables.
12518         (spam-report-url-ping-plain): Use spam-report-user-agent.
12519
12520 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12521
12522         * gnus-art.el (gnus-button-handle-custom): Do not just use
12523         `customize-apropos' for any "M-x customize-*" button but the
12524         function called for.  Accept both the function name and its
12525         argument in order to achieve this.
12526         (gnus-button-alist): Remove support for "custom:" URL's.
12527         Pass function name to `gnus-button-handle-custom' in case of "M-x
12528         customize-*" buttons.
12529
12530 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12531
12532         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12533         multipart/alternative and add xref to mm-discouraged-alternatives
12534         in doc string.
12535
12536         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12537         gnus-buttonized-mime-types in doc string.
12538
12539 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12540
12541         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12542         Suggest image/.* in the doc string.
12543
12544 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12545
12546         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12547         message-marks (Debian bug #342521).
12548
12549 2005-12-12  Simon Josefsson  <jas@extundo.com>
12550
12551         * password.el (password-read-from-cache): Add.
12552         (password-read): Use it.
12553
12554 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * rfc2047.el (rfc2047-charset-to-coding-system):
12557         Recognize us-ascii as a MIME charset.
12558
12559         * mm-bodies.el (mm-decode-content-transfer-encoding):
12560         Protect against the case where the 2nd arg TYPE is nil.
12561
12562 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12563
12564         * pop3.el (pop3-stream-type): Fix custom version.
12565
12566         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12567
12568 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12569
12570         * mm-decode.el (mm-display-external): Add missing cdr.
12571
12572 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12573
12574         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12575         RFC1524) if it is in mailcap or add a suffix according to
12576         mailcap-mime-extensions when generating a temp filename; postpone
12577         deleting a temp file for 2 seconds for some wrappers, shell
12578         scripts, and so on, which might exit right after having started a
12579         viewer command as a background job.
12580
12581 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12582
12583         * nntp.el (nntp-marks-directory): Fix custom group.
12584
12585         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12586         steps when < 10.
12587
12588         * gnus-start.el (gnus-no-server-1):
12589         Mention `gnus-level-default-subscribed' in doc string.
12590
12591 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12592
12593         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12594         parens.
12595
12596 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * gnus-xmas.el (gnus-use-toolbar): Revert.
12599         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12600         gnus-use-toolbar is default.
12601
12602         * messagexmas.el (message-use-toolbar): Revert.
12603         (message-setup-toolbar): Use global default-toolbar if
12604         message-use-toolbar is default.
12605
12606 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12607
12608         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12609         according to default-toolbar-visible-p.
12610
12611         * messagexmas.el (message-use-toolbar): Ditto.
12612
12613 2005-11-26  Dave Love  <fx@gnu.org>
12614
12615         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12616         (tls-program, tls-success): Provide openssl alternative.
12617
12618         * starttls.el: Doc fixes.
12619         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12620         SERVICE to PORT.
12621
12622         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12623         port null or service name.
12624         (starttls-negotiate): Autoload.
12625
12626 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12627
12628         * message.el (message-kill-to-signature): Fix interactive spec.
12629
12630 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12631
12632         * pop3.el (pop3-open-server): Recognize a string as a service name.
12633
12634 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12635
12636         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12637
12638 2005-11-23  Dave Love  <fx@gnu.org>
12639
12640         Add pop3s, pop3/starttls.
12641
12642         * pop3.el (pop3-authentication-scheme): Clarify doc.
12643         (open-tls-stream, starttls-open-stream): Autoload.
12644         (pop3-stream-type): New.
12645         (pop3-open-server): Use it.
12646
12647         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12648         for POP.
12649         (mail-source-keyword-map): Add :stream for POP.
12650         (mail-source-fetch-pop): Use pop3-stream-type.
12651
12652 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12655         of current-time-string.
12656
12657 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12658
12659         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12660         date header.
12661
12662 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12663
12664         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12665         it can seriously impact performance as it bypasses the agent's
12666         local caches.
12667
12668 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12669
12670         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12671         must be explicitly online rather than "not explicitly offline" for
12672         its flags to be synchronized.
12673
12674         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12675         that gnus-uu-unmark-thread will function correctly.
12676
12677         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12678         1024K is instead displayed as 1M.
12679
12680 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12681
12682         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12683
12684 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12685
12686         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12687
12688 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12689
12690         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12691         error message to display actual error condition.
12692         (gnus-agent-save-local): Avoid saving symbols that are bound to
12693         nil as they simply result in a warning message in
12694         gnus-agent-read-local.
12695
12696 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12699         rather than make-variable-buffer-local for file-precious-flag.
12700
12701 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12702
12703         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12704         for duplicates which are removed.  The invalid sort check then
12705         triggers a rescan after the sort as sorting may have moved
12706         duplicate entries such that they can be cheaply detected.
12707
12708 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12711
12712 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12713
12714         * gnus-agent.el (gnus-agent-article-alist-save-format):
12715         Change internal variable to a custom variable.  Change default value
12716         from compressed(2) to uncompressed(1).
12717         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12718         support for uncompressed agentview files.  Taken together, reading
12719         the agentview file should now be 6-7 times faster.
12720
12721 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12722
12723         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12724         as a buffer-local variable.  This avoids creating truncated
12725         dribble files as a result of a hang up, eg.
12726
12727 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12728
12729         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12730         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12731         XEmacs.
12732
12733 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12734
12735         * gnus-start.el (gnus-start-draft-setup):
12736         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12737
12738         * gnus.el (gnus-splash): Change custom group.
12739         (gnus-group-get-parameter, gnus-group-parameter-value):
12740         Describe allow-list argument.
12741
12742         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12743         string.
12744
12745 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12746
12747         * gnus-art.el (gnus-default-article-saver): Add user-defined
12748         `function' to custom type.
12749
12750 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12751
12752         * imap.el (imap-open): Handle case where buffer is a buffer
12753         object.
12754
12755 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12756
12757         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12758         long lines.
12759         (gnus-cache-delete-group): Wrap doc strings.
12760
12761         * gnus-agent.el (gnus-agent-rename-group)
12762         (gnus-agent-delete-group): Wrap doc strings.
12763
12764 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * messagexmas.el (message-use-toolbar): Change the valid values
12767         into default, top, bottom, left, and right.
12768         (message-toolbar-thickness): New variable.
12769         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12770         well.
12771         (message-setup-toolbar): Make it work.
12772
12773         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12774         (gnus-use-toolbar): Change the valid values into default, top,
12775         bottom, left, and right.
12776         (gnus-toolbar-thickness): New variable.
12777         (gnus-xmas-setup-toolbar): New function.
12778         (gnus-xmas-setup-group-toolbar): Use it.
12779         (gnus-xmas-setup-summary-toolbar): Use it.
12780
12781 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12782
12783         * gnus-start.el (gnus-1): Add "native" to
12784         gnus-predefined-server-alist.
12785
12786         * gnus.el (gnus-method-to-server): Don't add "native" to the
12787         lists here, because that leads to problems when
12788         gnus-select-method is bound.
12789
12790 2005-11-09  Simon Josefsson  <jas@extundo.com>
12791
12792         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12793         use (not sort-by-date) instead.
12794
12795 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12796
12797         * gnus-delay.el (gnus-delay-group): Don't autoload.
12798         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12799         to be re-loaded when customizing the `gnus-delay' group.
12800
12801 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12802
12803         * message.el: Revert last changes.
12804         (message-insert-citation-line): Use newlines.
12805
12806 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12807
12808         * message.el (message-courtesy-message)
12809         (message-mark-insert-begin, message-mark-insert-end)
12810         (message-elide-ellipsis, message-cancel-message)
12811         (message-add-header, message-change-subject)
12812         (message-cross-post-followup-to-header)
12813         (message-cross-post-insert-note, message-reduce-to-to-cc)
12814         (message-widen-reply, message-delete-not-region)
12815         (message-kill-to-signature, message-insert-signature)
12816         (message-insert-importance-high, message-insert-importance-low)
12817         (message-insert-or-toggle-importance)
12818         (message-insert-disposition-notification-to)
12819         (message-indent-citation, message-yank-original)
12820         (message-cite-original-without-signature, message-cite-original)
12821         (message-insert-citation-line, message-position-on-field)
12822         (message-fix-before-sending, message-send-mail-partially)
12823         (message-send-mail, message-send-mail-with-sendmail)
12824         (message-send-mail-with-qmail, message-send-news)
12825         (message-check-news-header-syntax, message-generate-headers)
12826         (message-insert-courtesy-copy, message-fill-address)
12827         (message-fill-header, message-shorten-references)
12828         (message-setup-1, message-cancel-news)
12829         (message-forward-make-body-plain, message-forward-make-body-mime)
12830         (message-forward-make-body-mml, message-encode-message-body)
12831         (message-forward-make-body-digest-plain)
12832         (message-forward-make-body-digest-mime)
12833         (message-use-alternative-email-as-from): Insert `hard-newline'
12834         instead of ordinary newlines.
12835
12836 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12837
12838         * message.el (message-generate-headers): Downcase the argument
12839         given to message-check-element.
12840
12841 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12842
12843         * nntp.el (nntp-authinfo-rejected): New error condition.
12844         (nntp-wait-for): Use new error condition to signal authentication
12845         error.
12846         (nntp-retrieve-data): Rethrow new error condition to break out of
12847         recursive call to nntp-send-authinfo.
12848
12849 2005-11-08  Romain Francoise  <romain@orebokech.com>
12850
12851         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12852         (gnus-summary-exit-map): Bind to `Z p'.
12853         (gnus-summary-make-menu-bar): Add menu item.
12854
12855 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12856
12857         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12858         (gnus-treat-*): Add `first' in all doc strings.
12859
12860         * gnus-group.el (gnus-group-compact-group): Fix typo.
12861
12862 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * gnus.el (gnus-parameters-case-fold-search): New variable.
12865         (gnus-parameters-get-parameter): Use it.
12866
12867         * gnus-score.el (gnus-home-score-file): Doc fix.
12868
12869 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12870
12871         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12872
12873 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12874
12875         * mm-util.el (mm-special-display-p): New function.
12876
12877         * mml.el (mml-preview): Use it; doc fix.
12878
12879 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12880
12881         * imap.el (imap-open): Handle case where buffer is a buffer object.
12882
12883 2005-10-29  Romain Francoise  <romain@orebokech.com>
12884
12885         * message.el (message-fix-before-sending): Fix comment.
12886
12887 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12888
12889         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12890
12891 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12892
12893         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12894         Used in gnus-score.el.
12895
12896 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12897
12898         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12899
12900 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12901
12902         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12903         whitespace removed in revision 7.8.  Use concatenated string to
12904         protect trailing whitespace.
12905
12906 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12907
12908         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12909         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12910         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12911         Courier IMAP ("some version from 2004").  Mostly based on similar
12912         code in the same function.
12913
12914 2005-10-26  Didier Verna  <didier@xemacs.org>
12915
12916         * gnus-group.el (gnus-group-compact-group): Invalidate original
12917         article buffer.
12918         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12919         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12920         NOV database and in article itself.
12921         Invalidate article backlog.
12922
12923 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12924
12925         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12926
12927 2005-10-26  Simon Josefsson  <jas@extundo.com>
12928
12929         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12930         part of 2004-07-25 change.
12931
12932 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12933
12934         * message.el (message-display-completion-list): New function.
12935         (message-expand-group): Use it; make sure the Completions buffer
12936         is modifiable.
12937 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12938
12939         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12940         user-mail-name is an empty string.
12941
12942 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12943
12944         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12945         depending on gnus-score-decay-constant.
12946
12947         * encrypt.el (encrypt-insert-file-contents)
12948         (encrypt-write-file-contents): Don't use `gnus-message'.
12949
12950         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12951         arguments.
12952         (mm-uu-type-alist): Add message-marks and insert-marks.
12953         Pass arguments to mm-uu-verbatim-marks-extract.
12954         (mm-uu-hide-markers): New variable.
12955         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12956
12957         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12958         (gnus-convert-image-to-face-command): Use "convert" by default to
12959         allow other input image formats.
12960         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12961         accordingly.
12962
12963 2005-10-23  Simon Josefsson  <jas@extundo.com>
12964
12965         * imap.el (imap-gssapi-program): Align command line parameters
12966         with latest GNU SASL.
12967         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12968
12969 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12970
12971         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12972         HTML.
12973         (nnslashdot-request-article): Ditto.
12974
12975         * lpath.el (featurep): Add nobreak-char-display.
12976
12977 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12978
12979         * mail-source.el (mail-source-fetch-pop): Require pop3.
12980         (mail-source-check-pop): Ditto.
12981
12982 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12983
12984         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12985         errors.
12986
12987 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12988
12989         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12990         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12991
12992         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12993
12994         * mm-bodies.el (mm-decode-string):
12995         Call `mm-charset-to-coding-system' with allow-override argument.
12996
12997 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12998
12999         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13000         (rfc2047-charset-to-coding-system): New function.
13001         (rfc2047-decode-encoded-words): New function.
13002         (rfc2047-decode-region): Use them.
13003         (rfc2047-decode-cte): Remove.
13004         (rfc2047-parse-and-decode): Remove.
13005         (rfc2047-decode): Remove.
13006
13007 2005-10-15  Kenichi Handa  <handa@m17n.org>
13008
13009         * rfc2047.el (rfc2047-decode-cte): New function.
13010         (rfc2047-decode-region): Change the way to decode successive
13011         encoded-words: decode B- or Q-encoding in each encoded-word,
13012         concatenate them, and decode it as charset.
13013
13014 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13015
13016         * lpath.el: Fbind codepage-setup for XEmacs.
13017
13018 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13019
13020         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13021         widget-move-and-invoke.
13022         (gnus-custom-mode): Use gnus-custom-map.
13023
13024 2005-10-15  Bill Wohler  <wohler@newt.com>
13025
13026         * message.el (message-tool-bar-map): Rename image file from
13027         mail_send to mail/send.
13028
13029 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13030
13031         * message.el (message-expand-group): Pass the common
13032         prefix substring of completion to `display-completion-list'.
13033
13034 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13035
13036         * mml-sec.el (mml-secure-method): New internal variable.
13037         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13038         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13039         New functions using mml-secure-method.
13040
13041         * mml.el (mml-mode-map): Add key bindings for those functions.
13042         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13043         Harder <harder@myrealbox.com>.
13044         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13045         Goto end of message if point is the headers of the message.
13046
13047         * message.el (message-in-body-p): New function.
13048
13049         * assistant.el: Autoload gnus-util and netrc.
13050
13051         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13052         Use `mm-charset-override-alist' only when decoding.
13053
13054         * mm-bodies.el (mm-decode-body):
13055         Call `mm-charset-to-coding-system' with allow-override argument.
13056
13057         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13058         `filename' from Content-Disposition if Content-Type doesn't
13059         provide `name'.
13060         (gnus-mime-view-part-as-type): Set default instead of
13061         initial-input.
13062
13063 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13064
13065         * format-spec.el (format-spec): Propagate text properties of % spec.
13066
13067 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13068
13069         * gnus-art.el (gnus-treat-predicate): Add `first'.
13070
13071 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13072
13073         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13074         (mm-charset-override-alist): New variable.
13075         (mm-charset-to-coding-system): Use it.
13076         (mm-codepage-setup): New helper function.
13077         (mm-charset-eval-alist): New variable.
13078         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13079         Warn about unknown charsets.
13080
13081         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13082
13083 2005-10-04  David Hansen  <david.hansen@gmx.net>
13084
13085         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13086         (nnrss-check-group): Ditto.
13087
13088 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13089
13090         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13091         Rename x-gnus-verbatim to x-verbatim.
13092         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13093
13094         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13095         x-verbatim.
13096
13097         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13098
13099         * gnus-util.el (gnus-remove-duplicates): Remove.
13100
13101         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13102         instead of gnus-remove-duplicates.
13103
13104         * message.el (message-remove-duplicates): Remove.
13105         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13106         message-remove-duplicates.
13107
13108         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13109         available, else use implementation from `delete-dups'.
13110
13111         * message.el (message-insert-expires): New function.
13112         (message-mode-map): Add key binding.
13113         (message-mode-field-menu): Add menu entry.
13114         (message-mode): Document it.
13115         (message-make-expires-date): Use `message-make-date'.
13116
13117 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13118
13119         * message.el (message-make-expires-date): New function.
13120
13121 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13122
13123         * Makefile.in (list-installed-shadows): New entry.
13124         (install): Use it.
13125         (remove-installed-shadows): New entry.
13126
13127         * dgnushack.el (dgnushack-default-load-path): New variable.
13128         (dgnushack-find-lisp-shadows): New function.
13129         (dgnushack-remove-lisp-shadows): New function.
13130
13131 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * Makefile.in (install-el-elc): New entry.
13134         (install): Use it so that .el files are necessarily installed.
13135
13136 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13137
13138         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13139
13140 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13141
13142         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13143         function rather than the diff-mode.el package.
13144         (mm-display-external): Use with-current-buffer.
13145         (mm-viewer-completion-map, mm-viewer-completion-map):
13146         Move initialization inside declaration.
13147
13148 2005-09-29  Simon Josefsson  <jas@extundo.com>
13149
13150         * spam.el: Load hashcash when compiling, to avoid warnings.
13151         Don't autoload mail-check-payment.
13152         (spam-check-hashcash): Define unconditionally, since hashcash.el
13153         is part of Gnus now.  Ignore errors from payment checking.
13154
13155 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13156
13157         * message.el (message-bold-region, message-unbold-region):
13158         Rename from `bold-region' and `unbold-region'.
13159
13160         * message.el: Remove useless autoloads.
13161
13162 2005-09-28  Simon Josefsson  <jas@extundo.com>
13163
13164         * message.el (message-use-idna): Default to t.
13165         (message-use-idna): Test whether encoding works too.  Doc fix.
13166
13167 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13168
13169         * nntp.el (nntp-warn-about-losing-connection): Remove.
13170
13171 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13172
13173         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13174         customizable.  Change default value.
13175         (mm-uu-diff-groups-regexp): Change default value.
13176         (mm-uu-type-alist): Add doc string.
13177         (mm-uu-configure): Add doc string.  Make it interactive.
13178         (mm-uu-tex-groups-regexp): New variable.
13179         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13180         (mm-uu-type-alist): Add LaTeX documents.
13181         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13182         of "text/verbatim".
13183         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13184
13185         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13186         instead of "text/verbatim".
13187
13188         * message.el (message-mark-inserted-region)
13189         (message-mark-insert-file): Use slrn style marks when called with
13190         prefix argument.
13191
13192 2005-09-27  Simon Josefsson  <jas@extundo.com>
13193
13194         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13195
13196 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13197
13198         * message.el (message-remove-duplicates): New function.
13199         Implementation borrowed from `gnus-remove-duplicates'.
13200         (message-idna-to-ascii-rhs): Also encode idna addresses in
13201         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13202         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13203         only ask about the same idna domain once per header and also tell
13204         in what header to replace the idna domain.
13205
13206         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13207         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13208         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13209         a header is decoded and not just the last one.
13210
13211 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13214         has been decoded.
13215
13216         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13217         (mm-insert-part): Don't modify text if it has been decoded.
13218
13219         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13220         decoded.
13221
13222         * mm-view.el (mm-inline-text): Don't strip text props unless
13223         decoding enriched or richtext parts.
13224
13225 2005-09-25  Romain Francoise  <romain@orebokech.com>
13226
13227         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13228         * gnus-start.el (gnus-subscribe-interactively):
13229         * gnus-uu.el (gnus-uu-grab-articles):
13230         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13231         space.
13232
13233 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13234
13235         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13236         * mm-view.el (mm-view-pkcs7-decrypt):
13237         * gnus-sum.el (gnus-summary-limit-to-extra)
13238         (gnus-summary-respool-article, gnus-read-move-group-name):
13239         * gnus-score.el (gnus-summary-increase-score):
13240         * gnus-util.el (gnus-completing-read-with-default):
13241         * gnus-art.el (gnus-read-save-file-name)
13242         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13243         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13244         * message.el (message-check-news-header-syntax):
13245         Follow convention for reading with the minibuffer.
13246
13247 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13248
13249         * spam-report.el (spam-report-url-ping-plain):
13250         Use gnus-extended-version as User-Agent.
13251
13252         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13253         default value is nil.
13254
13255         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13256         (mm-uu-verbatim-marks-extract): New function.
13257         (mm-uu-extract): New face.
13258         (mm-uu-copy-to-buffer): Use it.
13259
13260         * spam-report.el (spam-report-gmane-ham): Rename from
13261         `spam-report-gmane-unspam'.
13262         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13263         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13264
13265         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13266         Autoload.
13267         (spam-report-gmane-unregister-routine):
13268         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13269
13270 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13271
13272         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13273         (spam-report-gmane-unregister-routine): Add support for gmane
13274         unregistration.
13275
13276         * spam-report.el (spam-report-gmane-unspam)
13277         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13278         (spam-report-gmane): Change to take a single article and do unspam
13279         registration.
13280
13281 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13282
13283         * mm-url.el (mm-url-decode-entities): Fix regexp.
13284
13285 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13286
13287         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13288         default to nil, to be able to use Gnus at all.  If the default
13289         switches to something else, then the function should be fixed not
13290         be exceedingly slow.
13291
13292 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13293
13294         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13295         fail hard.
13296
13297         * spam-report.el: Add better Keywords line.
13298
13299         * spam.el: Add Maintainer and better Keywords line.
13300
13301 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13302
13303         * gnus-art.el (gnus-article-replace-part)
13304         (gnus-mime-replace-part): New functions.
13305         (gnus-mime-action-alist, gnus-mime-button-commands)
13306         (gnus-mime-save-part-and-strip): Add file argument.
13307         (gnus-article-part-wrapper): Add interactive argument.
13308
13309         * gnus-sum.el (gnus-summary-mime-map):
13310         Add `gnus-article-replace-part'.
13311
13312 2005-09-19  Didier Verna  <didier@xemacs.org>
13313
13314         The nnml compaction feature:
13315         * nnml.el (nnml-request-compact-group): New function.
13316         * nnml.el (nnml-request-compact): New function.
13317         * gnus-int.el (gnus-request-compact-group): New function.
13318         * gnus-int.el (gnus-request-compact): New function.
13319         * gnus-group.el (gnus-group-compact-group): New function.
13320         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13321         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13322         * gnus-srvr.el (gnus-server-compact-server): New function.
13323         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13324         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13325
13326 2005-09-18  Deepak Goel  <deego@gnufans.org>
13327
13328         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13329         format spec.
13330
13331 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13334
13335 2005-09-15  Romain Francoise  <romain@orebokech.com>
13336
13337         * message.el (message-fill-paragraph): Clarify docstring.
13338
13339 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13340
13341         * gnus-art.el (gnus-mime-display-part): Protect against broken
13342         MIME messages.
13343
13344 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13347         before parsing header.
13348
13349 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13350
13351         * html2text.el (html2text-replace-list): Add new entities.
13352
13353 2005-09-11  Romain Francoise  <romain@orebokech.com>
13354
13355         * message.el (message-alternative-emails): Improve docstring.
13356         (message-setup-1): Call `message-use-alternative-email-as-from'
13357         after `message-setup-hook' to give it precedence over posting
13358         styles, etc.
13359         (message-use-alternative-email-as-from): Add docstring.
13360         Remove the original From header if present.
13361
13362         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13363         (nnml-save-mail): Use it.
13364
13365         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13366         articles.  Add new argument `silent'.
13367         (gnus-uu-mark-all): Report the total number of marked articles.
13368
13369 2005-09-10  Romain Francoise  <romain@orebokech.com>
13370
13371         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13372         (gnus-uu-mark-series): Likewise.
13373
13374 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13375
13376         * spam-report.el (spam-report-gmane): Fix generation of spam
13377         report URL.
13378
13379 2005-09-10  Simon Josefsson  <jas@extundo.com>
13380
13381         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13382         t, based on discussion on the ding list with Robert Epprecht
13383         <epprecht@solnet.ch>.
13384
13385 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13386
13387         * spam-report.el (spam-report-gmane): Make it work without
13388         X-Report-Spam header.  Gmane now only provides Archived-At.
13389         This is only used if `spam-report-gmane-use-article-number' is nil.
13390         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13391
13392         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13393         make `gnus-summary-sort-by-recipient' work with threading.
13394
13395         * nnweb.el (nnweb-google-wash-article): Print a message if article
13396         is not available.
13397
13398 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13399
13400         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13401         change.  Decode text/* parts content before displaying.
13402
13403 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13404
13405         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13406
13407 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13408
13409         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13410
13411         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13412         url-package-name, url-package-version,
13413         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13414         w3m-display-inline-images, and w3m-minor-mode-map.
13415
13416 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13417
13418         * message.el (message-tab-body-function): Fix mismatched custom type.
13419
13420         * gnus.el (gnus-group-change-level-function): Ditto.
13421
13422         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13423
13424         * gnus-art.el (gnus-signature-limit)
13425         (gnus-article-mime-part-function): Ditto.
13426
13427 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13428
13429         * mml.el (mml-mode): Silence the byte compiler.
13430
13431         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13432         using `(sit-for 0)' before moving the point to the specified part;
13433         skip unbuttonized parts.
13434         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13435         return to the summary window if gnus-auto-select-part is non-nil.
13436
13437 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13440         New variables.
13441         (mml-dnd-attach-file, mml-mode): Use them.
13442
13443         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13444         Make fetching article by MID work again for Google Groups.
13445         Add FIXME concerning gnus-group-make-web-group.
13446
13447         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13448         Don't depend on Gnus by using mail-extract-address-components if
13449         gnus-extract-address-components is not bound.
13450
13451 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13452
13453         * gnus-art.el (gnus-mime-display-security): Don't display the
13454         signature, but only the signed part.
13455
13456 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13459
13460         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13461         list, not listp.
13462
13463 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13464
13465         * mm-encode.el (mm-encode-content-transfer-encoding):
13466         Likewise when encoding.
13467
13468         * mm-bodies.el (mm-decode-content-transfer-encoding):
13469         De-canonicalize CRLF for all text content types, not just
13470         text/plain.
13471
13472 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13473
13474         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13475         valid article; point arrow and cursor at the MIME button.
13476
13477 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13478
13479         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13480         Suggested by Dan Christensen <jdc@uwo.ca>.
13481
13482         * mm-decode.el (mm-save-part): Enable change of prompt.
13483
13484 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13485
13486         * gnus-msg.el (gnus-inews-add-send-actions):
13487         Make `message-post-method' lambda parameter ARG `&optional'.
13488
13489 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13490
13491         * gnus-sum.el (gnus-summary-mime-map):
13492         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13493         gnus-article-jump-to-part.
13494
13495         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13496         (gnus-article-edit-part): Use it.
13497         (gnus-article-part-wrapper): Add no-handle argument.
13498         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13499         New functions.
13500
13501 2005-08-29  Romain Francoise  <romain@orebokech.com>
13502
13503         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13504         docstring.
13505         (gnus-face-from-file): Likewise.
13506
13507 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13508
13509         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13510         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13511         non-nil.
13512         (gnus-auto-select-part): New variable.
13513         (gnus-article-jump-to-part): New function.
13514         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13515         (gnus-mime-delete-part): Allow selecting specified part after
13516         deleting or stripping parts.
13517         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13518         part if argument is bogus.
13519
13520 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13521
13522         * gnus-art.el (w3m-minor-mode-map):
13523         * gnus-spec.el (gnus-newsrc-file-version):
13524         * gnus-util.el (nnmail-active-file-coding-system)
13525         (gnus-original-article-buffer, gnus-user-agent):
13526         * gnus.el (gnus-ham-process-destinations)
13527         (gnus-parameter-ham-marks-alist)
13528         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13529         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13530         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13531         * mm-decode.el (gnus-current-window-configuration):
13532         * mm-extern.el (gnus-article-mime-handles):
13533         * mm-url.el (url-current-object, url-package-name)
13534         (url-package-version):
13535         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13536         (smime-keys, w3m-cid-retrieve-function-alist)
13537         (w3m-current-buffer, w3m-display-inline-images)
13538         (w3m-minor-mode-map):
13539         * mml-smime.el (gnus-extract-address-components):
13540         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13541         (gnus-newsrc-hashtb, message-default-charset)
13542         (message-deletable-headers, message-options)
13543         (message-posting-charset, message-required-mail-headers)
13544         (message-required-news-headers):
13545         * mml1991.el (mc-pgp-always-sign):
13546         * mml2015.el (mc-pgp-always-sign):
13547         * nnheader.el (nnmail-extra-headers):
13548         * rfc1843.el (gnus-decode-encoded-word-function)
13549         (gnus-decode-header-function, gnus-newsgroup-name):
13550         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13551
13552 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13553
13554         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13555         the end of the date treatments.
13556
13557 2005-08-15  Simon Josefsson  <jas@extundo.com>
13558
13559         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13560         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13561         Capello and Romain Francoise.
13562         (pgg-fetch-key-function): Remove, not used?
13563         (pgg-insert-url-with-w3): Require url, to get
13564         url-insert-file-contents regardless of where it is defined.
13565
13566 2005-08-13  Romain Francoise  <romain@orebokech.com>
13567
13568         * message.el (message-cite-original-1): New function.
13569         (message-cite-original): Use it.
13570         (message-cite-original-without-signature): Ditto.
13571
13572 2005-08-08  Romain Francoise  <romain@orebokech.com>
13573
13574         * message.el (message-yank-empty-prefix): New variable.
13575         (message-indent-citation): Use it.
13576         (message-cite-original-without-signature): Respect X-No-Archive.
13577
13578 2005-08-08  Simon Josefsson  <jas@extundo.com>
13579
13580         * pgg.el: Autoload url-insert-file-contents instead of loading
13581         w3/url.
13582         (pgg-insert-url-with-w3): Don't load url here.
13583
13584 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13585
13586         * message.el (message-kill-to-signature): Don't insert newline at
13587         bol.
13588         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13589
13590 2005-08-06  Romain Francoise  <romain@orebokech.com>
13591
13592         * message.el (message-user-fqdn): Fix typo in docstring.
13593
13594 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13595
13596         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13597
13598         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13599
13600 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * mm-bodies.el (mm-encode-body): Use coding system rather than
13603         charset to encode text.
13604
13605         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13606         number of charsets if utf-8 is available (XEmacs).
13607
13608 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13609
13610         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13611         taken from `gnus-button-mid-or-mail-regexp'.
13612         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13613         (gnus-button-alist): Improve regexp for domain part of the MIDs
13614         for news:localpart@domain buttons.
13615         (gnus-button-ctan-directory-regexp): Update.
13616
13617 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * sieve-manage.el (sieve-manage-interactive-login):
13620         Use make-local-variable rather than make-variable-buffer-local.
13621         (sieve-manage-open): Ditto.
13622         (sieve-manage-authenticate): Ditto.
13623
13624         * mml.el (mml-generate-mime-1): Make the content type default to
13625         text/plain if the filename is not specified.
13626
13627 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13628
13629         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13630         instead of insert-buffer.
13631
13632         * message.el (message-yank-original): Ditto; set the mark at the
13633         end of the yanked message.
13634
13635 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13636
13637         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13638         lines to scroll rather than to stop it.
13639
13640         * mml.el (mml-generate-default-type): Add doc string.
13641         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13642         default to application/octet-stream when determining the content
13643         type if it is not specified for the part or the mml contents; add
13644         a comment about mml-generate-default-type.
13645
13646 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13647
13648         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13649         make it default to application/octet-stream when determining the
13650         content type if it is not specified for the external contents.
13651
13652 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13653
13654         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13655         segmented parameter but also other parameters might be there.
13656
13657 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13658
13659         * mm-decode.el (mm-display-external): Delete temp file, directory
13660         and buffer immediately if the external process is exited.
13661
13662 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13663
13664         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13665         fewer lines than that of scroll-margin.
13666         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13667
13668 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13669
13670         * gnus-art.el (gnus-article-next-page): Revert.
13671         (gnus-article-beginning-of-window): New macro.
13672         (gnus-article-next-page-1): Use it.
13673         (gnus-article-prev-page): Ditto.
13674         (gnus-article-edit-part): Use insert-buffer-substring instead of
13675         insert-buffer.
13676         (gnus-article-edit-exit): Ditto.
13677
13678         * gnus-util.el (gnus-beginning-of-window): Remove.
13679         (gnus-end-of-window): Remove.
13680
13681         * lpath.el: Don't bind header-line-format and scroll-margin.
13682
13683 2005-07-25  Simon Josefsson  <jas@extundo.com>
13684
13685         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13686         to have the url package without w3.  Reported by Daiki Ueno
13687         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13688
13689 2005-07-20  Didier Verna  <didier@xemacs.org>
13690
13691         * gnus-diary.el: Remove the description comment (nndiary is now
13692         properly documented in the Gnus manual).
13693         Fix the spelling of "Back End".
13694         * nndiary.el: Ditto.
13695         Fix the copyright notice.
13696
13697 2005-07-18  Romain Francoise  <romain@orebokech.com>
13698
13699         * gnus-sum.el (gnus-summary-to-prefix)
13700         (gnus-summary-newsgroup-prefix): New variables.
13701         (gnus-summary-from-or-to-or-newsgroups): Use them.
13702
13703 2005-07-17  Romain Francoise  <romain@orebokech.com>
13704
13705         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13706         space as it's generally not especially interesting to the user.
13707
13708 2005-07-16  Romain Francoise  <romain@orebokech.com>
13709
13710         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13711         nil to avoid prompting and file modification if one of the
13712         messages at the top of the nnfolder file contains a copyright
13713         notice.
13714         Update copyright notice.
13715
13716         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13717         instead of `current-time-string' as the latter creates a time
13718         string that is not RFC 2822 compliant (it lacks the zone).
13719         Update copyright notice.
13720
13721 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13722
13723         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13724         for text/rtf.  Display default in prompt.  Pass default for M-n.
13725
13726         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13727
13728 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13729
13730         * gnus-msg.el (gnus-button-mailto):
13731         Remove save-selected-window-window hackery because it relies on
13732         save-selected-window internals.
13733
13734 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13735
13736         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13737         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13738         (gnus-article-prev-page): Ditto.
13739
13740         * gnus-util.el (gnus-beginning-of-window): New function.
13741         (gnus-end-of-window): New function.
13742
13743         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13744
13745 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13746
13747         * gnus-score.el (gnus-score-edit-all-score):
13748         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13749         gnus-message.
13750
13751 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13752
13753         * gnus-msg.el (gnus-button-mailto):
13754         Remove save-selected-window-window hackery because it relies on
13755         save-selected-window internals.
13756
13757 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13758
13759         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13760         add-minor-mode.
13761         (gnus-binary-mode): Ditto.
13762
13763         * gnus-topic.el (gnus-topic-mode): Ditto.
13764
13765 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13766
13767         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13768         (gnus-article-prev-page): Take scroll-margin into consideration.
13769
13770 2005-07-04  Lute Kamstra  <lute@gnu.org>
13771
13772         Update FSF's address in GPL notices.
13773
13774 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13775
13776         * gnus.el (gnus-exit):
13777         * gnus-group.el (gnus-group-icons):
13778         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13779
13780         * gnus-nocem.el (gnus-nocem):
13781         * message.el (message-various, message-buffers, message-sending)
13782         (message-interface, message-forwarding, message-insertion)
13783         (message-headers, message-news, message-mail):
13784         * pgg-gpg.el (pgg-gpg):
13785         * pgg-parse.el (pgg-parse):
13786         * pgg-pgp.el (pgg-pgp):
13787         * pgg-pgp5.el (pgg-pgp5):
13788         * pop3.el (pop3): Finish `defgroup' description with period.
13789
13790 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * gnus-art.el (article-display-face): Improve the efficiency.
13793         (article-display-x-face): Ditto; remove grey x-face stuff.
13794
13795 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * gnus-art.el (article-display-face): Correct the position in
13798         which Faces are inserted.
13799
13800 2005-06-29  Didier Verna  <didier@xemacs.org>
13801
13802         * gnus-art.el (article-display-face): Display faces in correct
13803         order.
13804
13805 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13808         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13809         (gnus-nocem-check-article): Fetch the Type header.
13810         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13811         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13812         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13813         make sure gnus-nocem-hashtb is initialized.
13814         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13815         (gnus-nocem-unwanted-article-p): Ditto.
13816
13817         * pgg.el (pgg-verify): Return the verification result.
13818
13819 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13820
13821         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13822         is ascii.
13823
13824 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13825
13826         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13827         `show-nonbreak-escape'.
13828
13829 2005-06-23  Lute Kamstra  <lute@gnu.org>
13830
13831         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13832
13833         * dig.el (dig-mode):
13834         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13835
13836 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13837
13838         * nnimap.el (nnimap-split-download-body): Fix spellings.
13839
13840 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13841
13842         * gnus-art.el (gnus-article-encrypt-body):
13843         * gnus-cus.el (gnus-score-customize):
13844         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13845         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13846
13847 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13848
13849         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13850         header by looking for magic "MII" at the beginnig.
13851
13852 2005-06-16  Miles Bader  <miles@gnu.org>
13853
13854         * gnus-xmas.el (gnus-xmas-group-startup-message):
13855         Use renamed gnus-splash face.
13856
13857         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13858         (assistant-field-face): New backward-compatibility alias for renamed
13859         face.
13860         (assistant-render-text): Use renamed assistant-field face.
13861
13862         * spam.el (spam): Remove "-face" suffix from face name.
13863         (spam-face): New backward-compatibility alias for renamed face.
13864         (spam-face, spam-initialize): Use renamed spam face.
13865
13866         * message.el (message-header-to, message-header-cc)
13867         (message-header-subject, message-header-newsgroups)
13868         (message-header-other, message-header-name)
13869         (message-header-xheader, message-separator, message-cited-text)
13870         (message-mml): Remove "-face" suffix from face names.
13871         (message-header-to-face, message-header-cc-face)
13872         (message-header-subject-face, message-header-newsgroups-face)
13873         (message-header-other-face, message-header-name-face)
13874         (message-header-xheader-face, message-separator-face)
13875         (message-cited-text-face, message-mml-face):
13876         New backward-compatibility aliases for renamed faces.
13877         (message-font-lock-keywords): Use renamed message faces.
13878
13879         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13880         (sieve-test-commands, sieve-tagged-arguments):
13881         Remove "-face" suffix from face names.
13882         (sieve-control-commands-face, sieve-action-commands-face)
13883         (sieve-test-commands-face, sieve-tagged-arguments-face):
13884         New backward-compatibility aliases for renamed faces.
13885         (sieve-control-commands-face, sieve-action-commands-face)
13886         (sieve-test-commands-face, sieve-tagged-arguments-face):
13887         Use renamed sieve faces.
13888
13889         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13890         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13891         (gnus-group-news-3-empty, gnus-group-news-4)
13892         (gnus-group-news-4-empty, gnus-group-news-5)
13893         (gnus-group-news-5-empty, gnus-group-news-6)
13894         (gnus-group-news-6-empty, gnus-group-news-low)
13895         (gnus-group-news-low-empty, gnus-group-mail-1)
13896         (gnus-group-mail-1-empty, gnus-group-mail-2)
13897         (gnus-group-mail-2-empty, gnus-group-mail-3)
13898         (gnus-group-mail-3-empty, gnus-group-mail-low)
13899         (gnus-group-mail-low-empty, gnus-summary-selected)
13900         (gnus-summary-cancelled, gnus-summary-high-ticked)
13901         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13902         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13903         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13904         (gnus-summary-low-undownloaded)
13905         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13906         (gnus-summary-low-unread, gnus-summary-normal-unread)
13907         (gnus-summary-high-read, gnus-summary-low-read)
13908         (gnus-summary-normal-read, gnus-splash):
13909         Remove "-face" suffix from face names.
13910         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13911         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13912         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13913         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13914         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13915         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13916         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13917         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13918         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13919         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13920         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13921         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13922         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13923         (gnus-summary-normal-ticked-face)
13924         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13925         (gnus-summary-normal-ancient-face)
13926         (gnus-summary-high-undownloaded-face)
13927         (gnus-summary-low-undownloaded-face)
13928         (gnus-summary-normal-undownloaded-face)
13929         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13930         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13931         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13932         (gnus-splash-face):
13933         New backward-compatibility aliases for renamed faces.
13934         (gnus-group-startup-message): Use renamed gnus faces.
13935
13936         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13937         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13938         (gnus-server-agent): Remove "-face" suffix from face names.
13939         (gnus-server-agent-face, gnus-server-opened-face)
13940         (gnus-server-closed-face, gnus-server-denied-face)
13941         (gnus-server-offline-face):
13942         New backward-compatibility aliases for renamed faces.
13943         (gnus-server-agent-face, gnus-server-opened-face)
13944         (gnus-server-closed-face, gnus-server-denied-face)
13945         (gnus-server-offline-face): Use renamed gnus faces.
13946
13947         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13948         Remove "-face" suffix from face names.
13949         (gnus-picon-xbm-face, gnus-picon-face):
13950         New backward-compatibility aliases for renamed faces.
13951
13952         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13953         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13954         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13955         (gnus-cite-11): Remove "-face" suffix from face names.
13956         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13957         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13958         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13959         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13960         New backward-compatibility aliases for renamed faces.
13961         (gnus-cite-attribution-face, gnus-cite-face-list)
13962         (gnus-article-boring-faces): Use renamed gnus faces.
13963
13964         * gnus-art.el (gnus-signature, gnus-header-from)
13965         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13966         (gnus-header-content): Remove "-face" suffix from face names.
13967         (gnus-signature-face, gnus-header-from-face)
13968         (gnus-header-subject-face, gnus-header-newsgroups-face)
13969         (gnus-header-name-face, gnus-header-content-face):
13970         New backward-compatibility aliases for renamed faces.
13971         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13972
13973         * gnus-sum.el (gnus-summary-selected-face)
13974         (gnus-summary-highlight): Use renamed gnus faces.
13975         * gnus-group.el (gnus-group-highlight): Likewise.
13976
13977 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13978
13979         * gnus-sieve.el (gnus-sieve-article-add-rule):
13980         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13981         * spam-stat.el (spam-stat-buffer-change-to-spam)
13982         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13983
13984         * message.el (message-is-yours-p):
13985         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13986
13987 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13988
13989         * mm-view.el (mm-inline-text): Withdraw the last change.
13990
13991 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13992
13993         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13994         executing enriched-decode.
13995
13996 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13999         charset of tar files.
14000
14001 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14002
14003         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14004
14005 2005-06-04  Lute Kamstra  <lute@gnu.org>
14006
14007         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14008         information is never recorded.
14009
14010 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14011
14012         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14013
14014 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * pop3.el (pop3-apop): Run md5 in the binary mode.
14017
14018         * starttls.el (starttls-set-process-query-on-exit-flag):
14019         Use eval-and-compile.
14020
14021 2005-05-31  Simon Josefsson  <jas@extundo.com>
14022
14023         * smime.el (smime-replace-in-string): Define.
14024         (smime-cert-by-ldap-1): Use it.
14025
14026 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * gnus-art.el (article-display-x-face): Replace
14029         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14030
14031         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14032         set-process-query-on-exit-flag or process-kill-without-query.
14033
14034         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14035         loop instead of replace-regexp.
14036
14037         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14038         instead of process-kill-without-query if it is available.
14039
14040         * lpath.el: Fbind ldap-search-entries.
14041
14042         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14043         instead of find-file-hooks if it is available.
14044
14045         * mml1991.el: Bind pgg-default-user-id when compiling.
14046
14047         * mml2015.el: Bind pgg-default-user-id when compiling.
14048
14049         * nndraft.el (nndraft-request-associate-buffer):
14050         Use write-contents-functions instead of write-contents-hooks if it is
14051         available.
14052
14053         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14054         instead of find-file-hooks if it is available.
14055
14056         * nntp.el (nntp-open-connection): Replace
14057         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14058         (nntp-open-ssl-stream): Ditto.
14059         (nntp-open-tls-stream): Ditto.
14060
14061         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14062         set-process-query-on-exit-flag or process-kill-without-query.
14063         (starttls-open-stream-gnutls): Use it instead of
14064         process-kill-without-query.
14065         (starttls-open-stream): Ditto.
14066
14067 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14068
14069         * smime.el (smime-cert-by-ldap-1): Don't use
14070         replace-regexp-in-string.
14071
14072 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14073
14074         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14075
14076         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14077         in PEM format.  Adjust to the XEmacs compability.
14078
14079 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14080
14081         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14082         by `string-to-number'.
14083         * gnus-agent.el (gnus-agent-regenerate-group)
14084         (gnus-agent-fetch-articles): Ditto.
14085         * gnus-art.el (gnus-button-fetch-group): Ditto.
14086         * gnus-cache.el (gnus-cache-generate-active)
14087         (gnus-cache-articles-in-group): Ditto.
14088         * gnus-group.el (gnus-group-set-current-level)
14089         (gnus-group-insert-group-line): Ditto.
14090         * gnus-score.el (gnus-score-set-expunge-below)
14091         (gnus-score-set-mark-below, gnus-summary-score-effect)
14092         (gnus-summary-score-entry): Ditto.
14093         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14094         (gnus-soup-pack): Ditto.
14095         * gnus-spec.el (gnus-xmas-format): Ditto.
14096         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14097         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14098         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14099         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14100         * nndb.el (nndb-get-remote-expire-response): Ditto.
14101         * nndiary.el (nndiary-parse-schedule-value)
14102         (nndiary-string-to-number, nndiary-request-replace-article)
14103         (nndiary-request-article): Ditto.
14104         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14105         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14106         * nneething.el (nneething-make-head): Ditto.
14107         * nnfolder.el (nnfolder-request-article)
14108         (nnfolder-retrieve-headers): Ditto.
14109         * nnheader.el (nnheader-file-to-number): Ditto.
14110         * nnkiboze.el (nnkiboze-request-article): Ditto.
14111         * nnmail.el (nnmail-process-unix-mail-format)
14112         (nnmail-process-babyl-mail-format): Ditto.
14113         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14114         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14115         (nnmh-request-create-group, nnmh-request-list-1)
14116         (nnmh-request-group, nnmh-request-article): Ditto.
14117         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14118         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14119         * nnsoup.el (nnsoup-make-active): Ditto.
14120         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14121         * nntp.el (nntp-find-group-and-number)
14122         (nntp-retrieve-headers-with-xover): Ditto.
14123         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14124         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14125         (pgg-format-key-identifier): Ditto.
14126         * pop3.el (pop3-last, pop3-stat): Ditto.
14127         * qp.el (quoted-printable-decode-region): Ditto.
14128
14129         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14130         of concat.
14131
14132 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14133
14134         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14135
14136         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14137
14138         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14139
14140         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14141
14142         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14143
14144         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14145
14146         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14147         (gnus-carpal-mode): Ditto.
14148
14149         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14150         (gnus-browse-mode): Ditto.
14151
14152         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14153
14154         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14155
14156 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14157
14158         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14159
14160 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14161
14162         * gnus-util.el (gnus-run-mode-hooks): New function.
14163
14164         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14165
14166         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14167         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14168
14169 2005-05-27  Lute Kamstra  <lute@gnu.org>
14170
14171         * dns-mode.el (dns-mode): Specify customization group.
14172
14173 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14174
14175         * gnus-agent.el (gnus-agent-make-mode-line-string):
14176         Use mode-line-highlight as mouse-face.
14177
14178 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * canlock.el (canlock): Change the parent group to news.
14181
14182         * deuglify.el (gnus-outlook-deuglify): Add :group.
14183
14184         * dig.el (dig): Add :group.
14185
14186         * dns-mode.el (dns-mode): Add :group.
14187
14188         * encrypt.el (encrypt): Add :group.
14189
14190         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14191         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14192         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14193         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14194         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14195
14196         * gnus-diary.el (gnus-diary): Add :group.
14197
14198         * gnus.el (gnus-group-news-1-face): Add :group.
14199         (gnus-group-news-1-empty-face): Ditto.
14200         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14201         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14202         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14203         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14204         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14205         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14206         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14207         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14208         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14209         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14210         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14211         (gnus-summary-high-ticked-face): Ditto.
14212         (gnus-summary-low-ticked-face): Ditto.
14213         (gnus-summary-normal-ticked-face): Ditto.
14214         (gnus-summary-high-ancient-face): Ditto.
14215         (gnus-summary-low-ancient-face): Ditto.
14216         (gnus-summary-normal-ancient-face): Ditto.
14217         (gnus-summary-high-undownloaded-face): Ditto.
14218         (gnus-summary-low-undownloaded-face): Ditto.
14219         (gnus-summary-normal-undownloaded-face): Ditto.
14220         (gnus-summary-high-unread-face): Ditto.
14221         (gnus-summary-low-unread-face): Ditto.
14222         (gnus-summary-normal-unread-face): Ditto.
14223         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14224         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14225
14226         * hashcash.el (hashcash): New custom group.
14227         (hashcash-default-payment): Add :group.
14228         (hashcash-payment-alist): Ditto.
14229         (hashcash-default-accept-payment): Ditto.
14230         (hashcash-accept-resources): Ditto.
14231         (hashcash-path): Ditto.
14232         (hashcash-extra-generate-parameters): Ditto.
14233         (hashcash-double-spend-database): Ditto.
14234         (hashcash-in-news): Ditto.
14235
14236         * message.el (message-minibuffer-local-map): Add :group.
14237
14238         * netrc.el (netrc): Add :group.
14239
14240         * sieve-manage.el (sieve-manage-log): Add :group.
14241         (sieve-manage-default-user): Diito.
14242         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14243         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14244         (sieve-manage-authenticators): Ditto.
14245         (sieve-manage-authenticator-alist): Ditto.
14246         (sieve-manage-default-port): Ditto.
14247
14248         * sieve-mode.el (sieve-control-commands-face): Add :group.
14249         (sieve-action-commands-face): Ditto.
14250         (sieve-test-commands-face): Ditto.
14251         (sieve-tagged-arguments-face): Ditto.
14252
14253         * smime.el (smime): Add :group.
14254
14255         * spam-report.el (spam-report): Add :group.
14256
14257         * spam.el (spam, spam-face): Add :group.
14258
14259 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14260
14261         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14262         return \n.\n.\n at the end of articles.  Protect against that.
14263         (nntp-with-open-group): Allow debugging.
14264
14265         * nnheader.el (mail-header-set-extra): Make into a function
14266         because I just could't understand how to quote the list properly.
14267
14268         * dns.el (query-dns-cached): New function.
14269
14270 2005-05-26  Lute Kamstra  <lute@gnu.org>
14271
14272         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14273
14274 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14277
14278         * gnus-art.el: Don't autoload mail-extract-address-components.
14279
14280         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14281         eval-and-compile to evaluate it.
14282
14283         * hashcash.el: Don't autoload executable-find.
14284
14285         * nndb.el: Don't declare the nndb back end two or more times; don't
14286         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14287
14288         * nntp.el: Autoload format-spec instead of format; use
14289         eval-and-compile to evaluate autoload forms.
14290
14291 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14292
14293         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14294
14295 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14296
14297         * gnus.el (gnus-version-number): Bump version.
14298
14299 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14300
14301         * gnus.el: No Gnus v0.3 is released.
14302
14303 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14304
14305         * lpath.el (featurep): Bind show-nonbreak-escape.
14306
14307 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * gnus-art.el (gnus-article-edit-part): Disable undo.
14310
14311 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14312
14313         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14314         gnus-article-date-lapsed-new-header is t if date timer is active;
14315         skip headers in which the original date value is empty.
14316         (gnus-article-save-original-date): Redefine it as a macro.
14317         (gnus-display-mime): Use it.
14318
14319 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * gnus-art.el (article-date-ut): Support converting date in
14322         forwarded parts as well.
14323         (gnus-article-save-original-date): New function.
14324         (gnus-display-mime): Use it.
14325
14326 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14327
14328         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14329         enclosure element of <item>.
14330
14331 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14332
14333         * message.el (message-kill-buffer-query): Rename from
14334         `message-kill-buffer-query-if-modified'.  Add :version.
14335
14336 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14339         window layout.
14340
14341 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * mml.el: Autoload dnd when compiling.
14344
14345 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14346
14347         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14348         x-dnd-*.
14349
14350 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * qp.el (quoted-printable-encode-region): Save excursion.
14353
14354 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14355
14356         * message.el (message-kill-buffer-query-if-modified): Add new variable
14357         so the user can kill a modified message buffer quickly.
14358         (message-kill-buffer): Use it.
14359
14360 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14361
14362         * lpath.el: Fbind display-time-event-handler; don't fbind
14363         string-to-multibyte.
14364
14365         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14366
14367 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14368
14369         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14370         contained in text because xml.el decodes entities) with LFs.
14371
14372 2005-04-11  Lute Kamstra  <lute@gnu.org>
14373
14374         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14375         differently.
14376
14377 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14378
14379         * mm-util.el (mm-detect-coding-region): Typo.
14380
14381 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14384
14385 2005-04-06  Deepak Goel  <deego@gnufans.org>
14386
14387         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14388         user-function allow user modifications of the scores.
14389         (spam-stat-score-buffer-user): New function, to allow
14390         user-computed modifications to the score.
14391         (spam-stat-score-buffer-user-functions): List of additional
14392         scoring functions.
14393         (spam-stat-error-holder): Global temporary error holder.
14394         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14395         variable.
14396
14397 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14398
14399         * gnus-registry.el (gnus-registry-clean-empty-function)
14400         (gnus-registry-trim, gnus-registry-fetch-groups)
14401         (gnus-registry-delete-group): Groups that match
14402         `gnus-registry-ignored-groups' are removed from the registry
14403         entries, not just ignored for splitting.  This helps clean up the
14404         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14405         to get all the groups a message ID is in.
14406
14407         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14408         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14409         (spam-stat-score-buffer-user-functions): Add :number custom type.
14410
14411 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14414         argument in XEmacs.
14415
14416         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14417         (nnrss-request-group): Decode group name first.
14418         (nnrss-request-article): Make a text/plain article if mml-to-mime
14419         failed.
14420         (nnrss-get-encoding): Return a compatible encoding according to
14421         nnrss-compatible-encoding-alist.
14422         (nnrss-find-el): Use consp instead of listp.
14423         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14424
14425 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14426
14427         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14428         which Emacs 20 doesn't support.
14429         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14430
14431 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14432
14433         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14434         silence the byte compiler inside the defun.
14435
14436         * gnus-demon.el (parse-time-string): Add autoload.
14437
14438         * gnus-delay.el (parse-time-string): Add autoload.
14439
14440         * gnus-art.el (parse-time-string): Add autoload.
14441
14442         * nnultimate.el (parse-time): Require for `parse-time-string'.
14443
14444 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14445
14446         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14447
14448         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14449
14450         * smime.el (smime-ldap-host-list): Add :version.
14451
14452 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14453
14454         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14455         pass it to `gnus-browse-read-group'.
14456         (gnus-browse-read-group): Add NUMBER argument and pass it to
14457         `gnus-group-read-ephemeral-group'.
14458
14459         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14460         argument and pass it to `gnus-group-read-group'.
14461
14462 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14463
14464         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14465         mm-xemacs-find-mime-charset-1 if we have the mule feature
14466         available at runtime.
14467
14468 2005-03-25  Werner Lemberg  <wl@gnu.org>
14469
14470         * nnmaildir.el: Replace `illegal' with `invalid'.
14471
14472 2005-03-23  Lute Kamstra  <lute@gnu.org>
14473
14474         * time-date.el: Add comment on time value formats.
14475         Don't require parse-time.
14476         (with-decoded-time-value): New macro.
14477         (encode-time-value): New function.
14478         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14479         (days-to-time): Return a valid time value when arg is huge.
14480         (time-since): Use time-subtract.
14481         (time-to-number-of-days): Use time-to-seconds.
14482
14483 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14484
14485         * gnus-start.el (gnus-display-time-event-handler):
14486         Check display-time-timer at runtime rather than only at load time
14487         in case display-time-mode is turned off in the mean time.
14488
14489 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14490
14491         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14492         used.
14493
14494         * nneething.el (nneething-map-file-directory): Derive from
14495         `gnus-directory'.
14496
14497         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14498         the To/Cc button.
14499
14500 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14501
14502         * nnmaildir.el (nnmaildir-request-accept-article):
14503         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14504
14505 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14506
14507         * gnus-async.el: Require timer-funcs at compile time when in
14508         XEmacs for `run-with-idle-timer'.
14509
14510 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14511
14512         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14513         autoloaded function.
14514
14515 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14516
14517         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14518
14519 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14520
14521         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14522
14523 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14524
14525         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14526         Add gnus-expert-user to default.
14527
14528 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14529
14530         * nnimap.el (nnimap-open-server): Ditto.
14531
14532         * imap.el (imap-authenticate): Fix typo.
14533
14534 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14535
14536         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14537         buffer (since IMAP server might return FETCH response out of
14538         order, and the nntp buffer must be sorted).
14539
14540 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14541
14542         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14543         comparison on string.
14544
14545         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14546         (gnus-agent-score): Rename category keywords to match gnus-cus.
14547         (gnus-agent-summary-fetch-series): Modify to protect against
14548         gnus-agent-summary-fetch-group clearing processable flags.
14549         (gnus-agent-synchronize-group-flags): Update live group buffer as
14550         synchronization may occur due to the user toggle the plugged
14551         status.
14552         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14553         successfully downloaded.
14554         (gnus-agent-expire-group-1): Avoid using markers when the overview
14555         is in ascending order; greatly improves performance.
14556         (gnus-agent-regenerate-group):
14557         Use gnus-agent-synchronize-group-flags to reset read status in both
14558         gnus and server.
14559         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14560
14561 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14562
14563         * message.el: Don't autoload former message-utils variables.
14564         (message-strip-subject-trailing-was): Change doc string.
14565
14566         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14567         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14568         (nnweb-google-search): Add "hl=en" here.
14569         (nnweb-google-parse-1, nnweb-google-create-mapping):
14570         Don't hardcode URL.
14571
14572 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14573
14574         * message.el (message-get-reply-headers, message-followup):
14575         Mention related variables `message-use-followup-to' and
14576         `message-use-mail-followup-to', in the information buffer.
14577
14578         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14579         of broken groups(-beta).google.com.
14580
14581 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14582
14583         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14584         parameter to invoked gnus-request-move-article; remove the
14585         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14586         all at once instead of once per article.
14587         (gnus-summary-remove-process-mark): Accept a list of articles as
14588         well as a single article for processing.
14589
14590         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14591         parameter.
14592
14593         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14594
14595         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14596
14597         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14598         parameter.
14599
14600         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14601         parameter.
14602
14603         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14604         parameter and remove the gnus-sum-hint-move-is-internal variable.
14605
14606         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14607         parameter.
14608
14609         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14610         parameter.
14611
14612         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14613         parameter.
14614
14615         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14616
14617         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14618         parameter.
14619
14620         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14621         parameter.
14622
14623 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14624
14625         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14626         a more conservative way.
14627
14628 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14629
14630         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14631         buffer, so it moves the window's cursor.
14632
14633 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14634
14635         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14636         `mm-dissect-multipart' and receive the from field as an (optional)
14637         argument from `mm-dissect-multipart'.
14638         (mm-dissect-multipart): Receive the from field as an argument and
14639         pass it on when we call `mm-dissect-buffer' on MIME parts.
14640         Fixes verification/decryption of signed/encrypted MIME parts.
14641
14642 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14643
14644         * gnus-sum.el (gnus-summary-move-article):
14645         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14646         whatever it calls (right now, only nnimap-request-move article
14647         respects it).
14648
14649         * nnimap.el (nnimap-request-move-article):
14650         When gnus-sum-hint-move-is-internal is set, don't do the extra
14651         nnimap-request-article.
14652
14653 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14654
14655         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14656
14657         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14658         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14659
14660         * gnus-sum.el (gnus-summary-caesar-message):
14661         Apply `gnus-treat-article' after rotation.
14662
14663         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14664         doc string.
14665
14666 2005-02-22  Simon Josefsson  <jas@extundo.com>
14667
14668         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14669         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14670         <arne@arnested.dk>.
14671         (encrypt): Add password-cache and password-cache-expiry as group
14672         members.
14673
14674 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14675
14676         * smime.el (smime-ldap-host-list): Doc fix.
14677         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14678         cache) password.
14679         (smime-sign-region): Use it.
14680         (smime-decrypt-region): Use it.
14681         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14682         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14683         fails.
14684         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14685         certificate from DER to PEM format rather than calling openssl.
14686
14687         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14688
14689         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14690         for signing/encryption.
14691
14692         * mml.el (mml-parse-1): Use them.
14693
14694 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14695
14696         * nnrss.el (nnrss-verbose): Remove.
14697         (nnrss-request-group): Use `nnheader-message' instead.
14698
14699 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14700
14701         * nnrss.el (nnrss-verbose): New variable.
14702         (nnrss-request-group): Make it say nnrss is requesting a group.
14703
14704 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14705
14706         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14707         Handle news URL with given port correctly.
14708
14709 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14710
14711         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14712         containing special characters.
14713
14714         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14715
14716         * mml.el (mime-to-mml): Ditto.
14717
14718         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14719         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14720         (rfc2047-decode-region): Quote decoded words containing special
14721         characters when rfc2047-quote-decoded-words-containing-tspecials
14722         is non-nil.
14723
14724 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14725
14726         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14727
14728         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14729
14730 2005-02-15  Simon Josefsson  <jas@extundo.com>
14731
14732         * nnimap.el (nnimap-debug): Doc fix.
14733
14734         * imap.el (imap-debug): Doc fix.
14735
14736 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14737
14738         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14739
14740 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14741
14742         * gnus.el (spam-contents): Improve docs for spam-contents
14743         parameter in its variable incarnation.
14744
14745 2005-02-14  Simon Josefsson  <jas@extundo.com>
14746
14747         * smime-ldap.el: Use require instead of load-library for ldap.
14748         (smime-ldap-search): Indent.
14749         (smime-ldap-search-internal): Shorten line.
14750
14751         * smime.el (smime-cert-by-dns): Add doc-string.
14752         (smime-cert-by-ldap-1): Indent.
14753
14754         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14755         mml-smime-get-dns-ldap.
14756         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14757
14758 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14759
14760         * smime.el: Require smime-ldap.
14761         (smime-ldap-host-list): New variable.
14762         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14763
14764         * mml-smime.el (mml-smime-encrypt-query): New function.
14765         (mml-smime-encrypt-query): Use it.
14766
14767         * smime-ldap.el: New file.
14768
14769 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14770
14771         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14772
14773 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14774
14775         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14776         argument in doc string.  Make query for type more clear.
14777
14778 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14779
14780         * gnus.el (gnus-group-startup-message): Search for gnus images in
14781         etc/images/gnus.
14782         * mm-util.el (mm-image-load-path): Likewise.
14783         * smiley.el (smiley-data-directory): Search for smilies in
14784         etc/images/smilies.
14785
14786 2005-02-09  Kim F. Storm  <storm@cua.dk>
14787
14788         Change Emacs release version from 21.4 to 22.1 throughout.
14789         Change Emacs development version from 21.3.50 to 22.0.50.
14790
14791 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14792
14793         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14794
14795         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14796         non-Mule XEmacs as well.
14797         (mm-decompress-buffer): Signal an error intentionally if it does
14798         not decompress compressed data because auto-compression-mode is
14799         disabled.
14800
14801 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14802
14803         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14804         an ID in the registry even if it has no groups.
14805
14806 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14807
14808         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14809         merge it into mm-decompress-buffer.
14810         (gnus-mime-copy-part): Use the MIME part charset, the value which
14811         a user specified or gnus-newsgroup-charset for decoding, like
14812         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14813         save-buffer what was used.  Suggested by Kevin Ryde
14814         <user42@zip.com.au>.
14815         (gnus-mime-inline-part): Allow the name parameter as well as the
14816         filename parameter; force decompressing of compressed data; always
14817         display contents being not decoded as unibyte.
14818
14819         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14820         as well as the filename parameter.
14821
14822         * mm-util.el (mm-decompress-buffer):
14823         Merge gnus-mime-jka-compr-maybe-uncompress.
14824         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14825         of compressed data.
14826
14827 2005-02-08  Simon Josefsson  <jas@extundo.com>
14828
14829         * imap.el (imap-log): Doc fix.
14830
14831 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14834         the coding cookies; decompress compressed parts.
14835
14836         * mml.el (mml-generate-mime-1): Add the charset parameter according
14837         to the value which a user specified manually or the coding cookie.
14838
14839         * mm-util.el (mm-string-to-multibyte): New function.
14840         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14841         (mm-coding-system-to-mime-charset): New function.
14842         (mm-decompress-buffer): New function.
14843         (mm-find-buffer-file-coding-system): New function.
14844
14845         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14846         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14847         parts.
14848
14849 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14850
14851         * mm-view.el (mm-display-inline-fontify): Decode a part according
14852         to the charset parameter.
14853
14854 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14855
14856         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14857         prefix arg is neither nil nor a number, as info specifies.
14858
14859 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14862         timestamps.
14863
14864 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14865
14866         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14867         groups error checking and notify user.
14868
14869 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14870
14871         * message.el (message-send-mail-function): Check existence of
14872         sendmail-program first before using default value
14873         `message-send-mail-with-sendmail'.  Otherwise use more generic
14874         `smtpmail-send-it'.
14875
14876 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * nntp.el (nntp-request-update-info): Always return nil.
14879
14880 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14881
14882         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14883
14884 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14885
14886         * message.el (message-beginning-of-line): Change the behavior when
14887         invoked between BOL and : so that it first moves backward.
14888
14889 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14890
14891         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14892         article buffer when editing of the article is discarded.
14893         (gnus-article-prepare): Revert.
14894
14895 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * gnus-art.el (gnus-article-prepare):
14898         Remove message-strip-forbidden-properties from the local hook.
14899
14900 2005-01-27  Simon Josefsson  <jas@extundo.com>
14901
14902         * password.el (password-cache-add): Only start one timer per key.
14903         Reported by Derek Atkins <warlord@MIT.EDU>.
14904
14905 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14906
14907         * run-at-time.el: Remove.  It is no longer needed as
14908         timer-funcs.el in the xemacs-base package has a working version of
14909         `run-at-time'.
14910
14911         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14912
14913         * password.el: Require timer-funcs instead of run-at-time in
14914         XEmacs.
14915         Remove `password-run-at-time' macro.
14916         (password-cache-add): Use `run-at-time' instead of
14917         `password-run-at-time'.
14918
14919         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14920         Remove `nnheader-cancel-function-timers' alias,
14921         `cancel-function-timers' exists in XEmacs in timer-funcs.
14922
14923         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14924         for `run-with-idle-timer'.
14925
14926         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14927         for `run-at-time'.
14928
14929         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14930         for `with-timeout'.
14931
14932         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14933         the same as for XEmacs 21.4.
14934         No need to ignore `run-with-idle-timer', this function exists in
14935         XEmacs now in timer-funcs.el in the xemacs-base package.
14936         (dgnushack-compile): No need to delete
14937         run-at-time.el from the list of files to compile because it
14938         doesn't exist anymore.
14939
14940 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14943         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14944
14945 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14946
14947         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14948         sensitively.
14949
14950 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14951
14952         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14953
14954 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14955
14956         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14957         which will be inserted according to the multibyteness of a buffer
14958         rather than the type of contents.  Suggested by ARISAWA Akihiro
14959         <ari@mbf.ocn.ne.jp>.
14960
14961         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14962         of string which old xml.el may return rather than a string.
14963
14964 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14965
14966         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14967
14968 2005-01-16  Simon Josefsson  <jas@extundo.com>
14969
14970         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14971         idn/idna.el isn't available.
14972         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14973         <michael@waxrat.com>.
14974
14975         * hashcash.el: Remove non-FSF copyright header.
14976
14977         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14978         (hashcash-generate-payment): Use it.
14979         (hashcash-generate-payment-async): Use it.
14980
14981 2005-01-15  Simon Josefsson  <jas@extundo.com>
14982
14983         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14984         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14985
14986         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14987         gnus-summary-idna-message.
14988         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14989         (gnus-summary-idna-message): New function.
14990
14991 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14992
14993         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14994         gnus-novice-user.
14995
14996 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14997
14998         * nnrss.el (nnrss-request-delete-group): Delete entries in
14999         nnrss-group-alist as well.
15000         (nnrss-save-server-data): Insert newline.
15001
15002 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15003
15004         * gnus.el (gnus-user-agent): Use list of symbols instead of
15005         symbols.  Display full version number for (S)XEmacs.
15006         Optionally display (S)XEmacs codename.
15007
15008         * gnus-util.el (gnus-emacs-version): Update for new
15009         `gnus-user-agent'.
15010
15011         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15012         Gnus version.
15013
15014 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15015
15016         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15017         which is unreadable in some setups.
15018
15019 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15020
15021         * gnus-spec.el (gnus-update-format-specifications): Flush the
15022         group format spec cache if it doesn't support decoded group names.
15023
15024 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15025
15026         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15027         Allow to apply decay on score files matching a regexp.
15028
15029 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15030
15031         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15032         compatibility in %g and %c.
15033
15034 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15035
15036         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15037         name for only %g and %c.
15038         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15039         of gnus-tmp-group to decoded group name.
15040         (gnus-group-make-rss-group): Exclude `/'s from group names.
15041
15042 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15043
15044         * nnrss.el (nnrss-get-encoding): Fix regexp.
15045
15046 2004-12-27  Simon Josefsson  <jas@extundo.com>
15047
15048         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15049         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15050         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15051
15052 2004-12-17  Kim F. Storm  <storm@cua.dk>
15053
15054         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15055
15056         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15057
15058 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15059
15060         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15061
15062 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * nnrss.el: Require rfc2047 and mml.
15065         (nnrss-file-coding-system): New variable.
15066         (nnrss-format-string): Redefine it as an inline function.
15067         (nnrss-decode-group-name): New function.
15068         (nnrss-string-as-multibyte): Remove.
15069         (nnrss-retrieve-headers): Decode group name; don't use
15070         nnrss-format-string.
15071         (nnrss-request-group): Decode group name.
15072         (nnrss-request-article): Decode group name; allow a Message-ID as
15073         well as an article number; don't use nnrss-format-string; encode a
15074         Message-ID string which may contain non-ASCII characters; use
15075         mml-to-mime to compose a MIME article.
15076         (nnrss-request-expire-articles): Decode group name.
15077         (nnrss-request-delete-group): Decode group name.
15078         (nnrss-fetch): Clarify error message.
15079         (nnrss-read-server-data): Use insert-file-contents instead of load;
15080         bind file-name-coding-system; use multibyte buffer.
15081         (nnrss-save-server-data): Bind coding-system-for-write to the
15082         value of nnrss-file-coding-system; bind file-name-coding-system;
15083         add coding cookie.
15084         (nnrss-read-group-data): Use insert-file-contents instead of load;
15085         bind file-name-coding-system; use multibyte buffer.
15086         (nnrss-save-group-data): Bind coding-system-for-write to the
15087         value of nnrss-file-coding-system; bind file-name-coding-system.
15088         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15089         make it work with non-ASCII text.
15090         (nnrss-find-el): Make it work with old xml.el as well.
15091
15092 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15093
15094         * nnrss.el (nnrss-get-encoding): New function.
15095         (nnrss-fetch): Use unibyte buffer initially; bind
15096         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15097         decode contents according to the encoding attribute.
15098         (nnrss-save-group-data): Add coding cookie.
15099         (nnrss-mime-encode-string): New function.
15100         (nnrss-check-group): Use it to encode subject and author.
15101
15102 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15103
15104         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15105         imaginary variable.
15106
15107 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15108
15109         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15110         correctly even if there are wide characters.
15111
15112 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15113
15114         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15115         downcased symbol names; make a new cache instead of reusing
15116         bbdb-hashtable.
15117
15118 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15119
15120         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15121         concatenating segments rather than before concatenating them.
15122         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15123
15124         * message.el (message-get-reply-headers): Bind `extra'.
15125
15126 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15127
15128         * message.el (message-extra-wide-headers): New variable.
15129         (message-get-reply-headers): Use it.
15130
15131 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15134         (gnus-agent-group-pathname): Ditto.
15135
15136         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15137
15138         * gnus-group.el (gnus-group-make-group): Decode group name.
15139         (gnus-group-make-rss-group): Register the group data after opening
15140         the nnrss group.
15141
15142 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15143
15144         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15145         by expiry now get marked as read.
15146
15147 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15148
15149         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15150
15151 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15152
15153         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15154         unify Latin characters in XEmacs.
15155         (mm-find-mime-charset-region): Use it.
15156
15157 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * gnus-util.el (gnus-delete-directory): New function.
15160
15161         * gnus-agent.el (gnus-agent-delete-group): Use it.
15162
15163         * gnus-cache.el (gnus-cache-delete-group): Use it.
15164
15165 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15166
15167         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15168         names.
15169
15170 2004-12-16  Simon Josefsson  <jas@extundo.com>
15171
15172         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15173
15174 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15177
15178         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15179         (gnus-group-set-current-level): Decode group name.
15180
15181 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15182
15183         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15184         failed.
15185
15186 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * gnus-group.el (gnus-group-delete-group): Decode group name.
15189         (gnus-group-make-rss-group): Encode group name.
15190         (gnus-group-catchup-current): Decode group name.
15191         (gnus-group-kill-group): Decode group name.
15192
15193 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15194
15195         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15196
15197 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15198
15199         * gnus-group.el (gnus-group-make-rss-group):
15200         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15201
15202         * gnus-start.el (gnus-setup-news): Honor user's setting to
15203         gnus-message-archive-method.  Suggested by Lute Kamstra
15204         <lute@gnu.org>.
15205
15206 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15207
15208         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15209         global counterparts of the buffer-local variables.
15210
15211 2004-11-16  Romain Francoise  <romain@orebokech.com>
15212
15213         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15214         counterparts of the buffer-local variables.
15215
15216 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15217
15218         * message.el (message-forbidden-properties): Fix typo in doc
15219         string.
15220
15221 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15222
15223         * gnus-util.el (gnus-replace-in-string): Add doc string.
15224
15225         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15226         to avoid problems when splitting mails with many recipients.
15227
15228 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15229
15230         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15231         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15232
15233 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15234
15235         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15236         if there is no hashtable in memory or file modification time is
15237         newer than cached timestamp.
15238
15239 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15240
15241         * gnus-sum.el (gnus-summary-limit-to-recipient):
15242         Implement not-matching option.
15243
15244 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15245
15246         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15247         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15248         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15249         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15250         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15251         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15252
15253 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * message.el (message-forward-make-body-mml): Remove headers
15256         according to message-forward-ignored-headers if a message is decoded.
15257
15258 2004-12-02  Romain Francoise  <romain@orebokech.com>
15259
15260         * message.el (message-forward-make-body-plain): Always remove
15261         headers according to message-forward-ignored-headers.
15262
15263 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15264
15265         * spam.el (spam-summary-prepare-exit): Remove the
15266         gnus-summary-limit pop for now, it has problems with ham marks for
15267         me.
15268
15269 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15270
15271         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15272         correctly.
15273
15274 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15275
15276         * format-spec.el (format-spec): Message the char.
15277
15278 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15279
15280         * gnus-art.el (gnus-split-methods): Reformat comments.
15281
15282         * spam.el (spam-summary-prepare-exit): Remove article limits
15283         before exiting the summary buffer.
15284
15285 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15288         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15289
15290         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15291         order to silence the byte compiler.
15292
15293         * spam.el: Fix the way to silence the byte compiler, which
15294         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15295         bbdb-search-simple, spam-BBDB-register-routine,
15296         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15297         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15298         spam-stat-buffer-is-spam, spam-stat-load,
15299         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15300         spam-stat-save and spam-stat-split-fancy.
15301
15302 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15305         which may confuse users.
15306         (canlock-password-for-verify): Ditto.
15307
15308         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15309
15310         * gnus-art.el (gnus-emphasis-alist): Ditto.
15311
15312         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15313
15314         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15315
15316         * gnus-start.el (gnus-save-killed-list): Ditto.
15317
15318         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15319         (gnus-sum-thread-tree-root): Ditto.
15320         (gnus-sum-thread-tree-false-root): Ditto.
15321         (gnus-sum-thread-tree-single-indent): Ditto.
15322
15323         * message.el (message-courtesy-message): Ditto.
15324         (message-archive-note): Ditto.
15325         (message-subscribed-address-file): Ditto.
15326         (message-user-fqdn): Ditto.
15327
15328         * spam-report.el (spam-report-gmane-regex): Ditto.
15329
15330         * spam.el (spam-blackhole-good-server-regex): Ditto.
15331
15332 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15333
15334         * mml.el (mml-preview): Widen the message buffer before copying
15335         the contents to the preview buffer; sort headers before previewing.
15336
15337         * message.el (message-hidden-headers): Fix the way to avoid a bug
15338         in the `repeat' widget in Emacs 21.3 or earlier.
15339
15340 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15341
15342         * message.el (message-hidden-headers): Default to "^References:".
15343         Improve customization type.  Suggested by Reiner Steib
15344         <Reiner.Steib@gmx.de>.
15345
15346 2004-11-25  Romain Francoise  <romain@orebokech.com>
15347
15348         * message.el (message-strip-forbidden-properties): Remove check for
15349         obsolete `message-hidden' text property, hidden headers are not
15350         accessible in the buffer anymore.
15351
15352 2004-11-22  Romain Francoise  <romain@orebokech.com>
15353
15354         * message.el (message-header-format-alist): Add `From' in list
15355         so that it can be sorted.
15356         (message-fix-before-sending): Widen and sort headers before
15357         sending.
15358         (message-hide-headers): Use narrowing to hide headers by moving
15359         them to the top of the buffer and narrowing to the region
15360         underneath.
15361
15362 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15363
15364         * message.el (message-strip-forbidden-properties):
15365         Bind buffer-read-only (etc) to nil.
15366
15367 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15368
15369         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15370         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15371
15372 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15373
15374         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15375
15376 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15377
15378         * dns.el (query-dns): Use sit-for to time instead of
15379         accept-process-output, since that doesn't seem to work on udp
15380         sockets.
15381
15382 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15385
15386 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15387
15388         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15389         doc string.  Improve doc string.
15390
15391 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * nntp.el (nntp-request-update-info): Return nil if
15394         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15395         may not call gnus-activate-group which uselessly issues the GROUP
15396         commands for all nntp groups and wastes time.  Reported by Romain
15397         Francoise <romain@orebokech.com>.
15398
15399         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15400
15401 2004-11-15  Simon Josefsson  <jas@extundo.com>
15402
15403         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15404         headers separately.
15405         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15406         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15407
15408 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15409
15410         * gnus-start.el (gnus-convert-old-newsrc):
15411         Assign legacy-gnus-agent to 5.10.7.
15412
15413 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15414
15415         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15416         start of the lines.
15417
15418 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15419
15420         * hashcash.el (hashcash-default-payment): Change default to 20.
15421         (hashcash-default-accept-payment): Change default to 20.
15422         (hashcash-process-alist): New variable.
15423         (hashcash-generate-payment-async): Add.
15424         (hashcash-already-paid-p): Add.
15425         (hashcash-insert-payment): Don't generate payments twice.
15426         (hashcash-insert-payment-async): Add.
15427         (hashcash-insert-payment-async-2): Add.
15428         (hashcash-cancel-async): Add.
15429         (hashcash-wait-async): Add.
15430         (hashcash-processes-running-p): Add.
15431         (hashcash-wait-or-cancel): Add.
15432         (mail-add-payment): New optional argument.  Conditionally start
15433         asynchronous calculation.
15434         (mail-add-payment-async): Add.
15435
15436         * message.el (message-send-mail): Wait for asynchronous hashcash
15437         results.  Don't clobber existing X-Hashcash headers.
15438         (message-setup-1): Call mail-add-payment-async when
15439         message-generate-hashcash is non-nil.
15440
15441 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15442
15443         * message.el (message-use-alternative-email-as-from): Examine the
15444         From header as well; use message-make-from in order to include a
15445         user's full name.
15446
15447 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15448
15449         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15450         default; improve customization type.
15451         (gnus-emphasis-custom-with-format): New macro.
15452         (gnus-emphasis-custom-value-to-external): New function.
15453         (gnus-emphasis-custom-value-to-internal): New function.
15454
15455 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15456
15457         * dns.el (query-dns): Resolve reverse addresses.
15458
15459 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15460
15461         * gnus-group.el (gnus-group-get-new-news): Use it.
15462
15463         * gnus-start.el (gnus-check-reasonable-setup): New function.
15464
15465 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15466
15467         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15468         "Args out of range" error.  Reported by Arnaud Giersch
15469         <arnaud.giersch@free.fr>.
15470
15471 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15472
15473         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15474
15475 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15476
15477         * spam.el (spam group): Add :version.
15478
15479         * pgg-def.el (pgg group): Add :version.
15480
15481 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15482
15483         * gnus-art.el (gnus-article-edit-article): Don't associate the
15484         article buffer with a draft file.  This is a temporary measure
15485         against the 2004-08-22 change to gnus-article-edit-mode.
15486
15487 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15488
15489         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15490         (html2text-format-tags): Remove unused variable `attr'.
15491
15492 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15493
15494         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15495
15496         * tls.el (tls-process-connection-type, tls-success)
15497         (tls-certtool-program): Add :version.
15498
15499         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15500         (starttls-extra-arguments, starttls-process-connection-type)
15501         (starttls-connect, starttls-failure, starttls-success): Add :version.
15502
15503         * spam-stat.el (spam-stat): Add :version.
15504
15505         * sieve.el (sieve): Add :version.
15506
15507         * sha1.el (sha1): Add :version.
15508         (sha1-use-external): Remove redundant version.
15509
15510         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15511         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15512         (nnmail-split-fancy-match-partial-words)
15513         (nnmail-split-lowercase-expanded): Add :version.
15514
15515         * nndiary.el (nndiary): Add :version.
15516
15517         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15518
15519         * mml-sec.el (mml-default-sign-method)
15520         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15521         Add :version.
15522
15523         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15524
15525         * mm-url.el (mm-url-use-external, mm-url-program)
15526         (mm-url-arguments): Add :version.
15527
15528         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15529         (mm-attachment-file-modes, mm-decrypt-option)
15530         (mm-w3m-safe-url-regexp): Add :version.
15531
15532         * message.el (message-cite-prefix-regexp)
15533         (message-sendmail-envelope-from, message-minibuffer-local-map)
15534         (message-user-fqdn, message-completion-alist): Add :version.
15535
15536         * gnus-win.el (gnus-configure-windows-hook)
15537         (gnus-use-frames-on-any-display): Add :version.
15538
15539         * gnus-art.el (gnus-article-address-banner-alist)
15540         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15541         (gnus-treat-from-picon, gnus-treat-mail-picon)
15542         (gnus-treat-x-pgp-sig): Add :version.
15543
15544         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15545         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15546         (gnus-summary-article-delete-hook)
15547         (gnus-summary-display-while-building): Add :version.
15548
15549         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15550         (gnus-get-top-new-news-hook): Add :version.
15551
15552         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15553         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15554
15555         * gnus-registry.el (gnus-registry): Add :version.
15556
15557         * gnus-spec.el (gnus-use-correct-string-widths)
15558         (gnus-make-format-preserve-properties): Add :version.
15559
15560         * gnus.el (gnus-group-charter-alist)
15561         (gnus-group-fetch-control-use-browse-url)
15562         (gnus-install-group-spam-parameters): Add :version.
15563
15564         * gnus-diary.el (gnus-diary): Add :version.
15565
15566         * gnus-delay.el (gnus-delay): Add :version.
15567
15568         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15569         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15570         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15571         Add :version.
15572
15573         * gnus-agent.el (gnus-agent-max-fetch-size)
15574         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15575         (gnus-agent-prompt-send-queue): Add :version.
15576
15577         * deuglify.el (gnus-outlook-deuglify): Add :version.
15578
15579         * html2text.el: Beautify code.  Improve doc strings.
15580         Some checkdoc cleanup.
15581         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15582
15583 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15584
15585         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15586
15587 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15588
15589         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15590         when package is loaded.
15591
15592         * spam.el (spam-summary-score-preferred-header): Add global preference
15593         for people who want to override the default SpamAssassin over
15594         Bogofilter preference (when both are set).
15595         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15596         (spam-user-format-function-S):
15597         Check spam-summary-score-preferred-header.
15598         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15599         (spam-user-format-function-S): Format the score correctly.
15600
15601 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15604         signature file.  Suggested by Manoj Srivastava
15605         <srivasta@golden-gryphon.com>.
15606
15607         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15608         iso-2022-jp even in the Japanese language environment.
15609         Suggested by Jason Rumney <jasonr@gnu.org>.
15610
15611 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15612
15613         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15614         use the same characters as the dummy marks; make it free from
15615         getting affected by the language environment.
15616         (gnus-summary-read-group-1): Update mark positions only when the
15617         format spec is updated.
15618
15619         * gnus-spec.el (gnus-update-format-specifications): Return a list
15620         of updated types.
15621
15622 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15623
15624         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15625         of boundp to check if display-warning is available.
15626
15627 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15628
15629         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15630
15631 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15632
15633         * nnspool.el (nnspool-spool-directory): Use news-path if the
15634         news-directory variable is not bound.
15635
15636         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15637         function instead of display-warning if it is not available.
15638
15639 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15640
15641         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15642         v5-10: Use `point-at-bol'.
15643
15644 2004-10-26  Simon Josefsson  <jas@extundo.com>
15645
15646         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15647         <chenggao@gmail.com>.
15648
15649 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15650
15651         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15652         instead.
15653
15654 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15655
15656         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15657         to remove a server from the nnimap-server-buffer-alist.
15658         (nnimap-open-connection, nnimap-close-server): Use it.
15659
15660         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15661
15662 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15663
15664         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15665         running the major-mode function.
15666
15667 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15668
15669         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15670         dummy marks in the right way.
15671
15672 2004-10-18  David Edmondson  <dme@dme.org>
15673
15674         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15675         excessively.
15676
15677 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15678
15679         * gnus-util.el (gnus-split-references): Accept a nil references
15680         string and go on blissfully.
15681
15682         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15683         cases where the references string is non-nil but has no references.
15684
15685         * encrypt.el: Add autoload tags.
15686
15687         * spam.el (spam-resolve-registrations-routine): Remove article
15688         from unregistration list too.  Reported by David Hanak
15689         <dhanak@isis.vanderbilt.edu>
15690
15691 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15692
15693         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15694         nil.  Change custom type.
15695
15696 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15697
15698         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15699
15700         * gnus-sum.el (gnus-summary-move-article): Use it.
15701
15702 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15703
15704         * encrypt.el: Add autoload cookies.
15705
15706         * spam.el (spam-backend-article-list-property)
15707         (spam-backend-get-article-todo-list)
15708         (spam-backend-put-article-todo-list)
15709         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15710         Resolve registrations separately.
15711         (spam-register-routine): Format comments.
15712         (spam-unregister-routine, spam-register-routine): Always call with
15713         specific-articles, no default list.
15714         (spam-summary-prepare-exit): Use the spam-classifications function.
15715
15716         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15717         gnus-encrypt.el.
15718
15719         * encrypt.el: Copied from gnus-encrypt.el.
15720
15721         * gnus-encrypt.el: Commented that it's obsolete.
15722
15723 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15724
15725         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15726         (gnus-score-save): Use it.
15727
15728         * message.el (message-bury): Use `window-dedicated-p'.
15729
15730 2004-10-15  Simon Josefsson  <jas@extundo.com>
15731
15732         * pop3.el (top-level): Don't require nnheader.
15733         (pop3-read-timeout): Add.
15734         (pop3-accept-process-output): Add.
15735         (pop3-read-response, pop3-retr): Use it.
15736
15737 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15738
15739         * spam.el (spam-register-routine): Move comment.
15740         (spam-verify-bogofilter): Use 'unknown for the initial
15741         spam-bogofilter-valid state, not 'never.
15742
15743         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15744         for netrc-machine.
15745
15746         * nnimap.el (nnimap-open-connection):
15747         Use netrc-machine-user-or-password.
15748
15749 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15750
15751         * gnus-registry.el (gnus-registry-unload-hook):
15752         Set as a variable with add-hook.
15753
15754         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15755         of news-path.
15756
15757         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15758
15759         * spam.el: Delete duplicate `provide'.
15760         (spam-unload-hook): Set as a variable with add-hook.
15761
15762 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15763
15764         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15765         in the doc string.
15766
15767         * message.el (message-ignored-news-headers)
15768         (message-ignored-supersedes-headers)
15769         (message-ignored-resent-headers)
15770         (message-forward-ignored-headers): Improve custom type.
15771
15772 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15773
15774         * message.el (message-tokenize-header): Fix 2004-09-06 change
15775         which used point-min in the wrong place.
15776
15777 2004-10-12  Simon Josefsson  <jas@extundo.com>
15778
15779         * tls.el (tls-certtool-program): New variable.
15780         (tls-certificate-information): New function, based on
15781         ssl-certificate-information.
15782
15783 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15784
15785         * compface.el: Move the version of ELisp-based uncompface program
15786         to the contrib directory because of the copyright problem.
15787
15788 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15789
15790         * message.el (message-kill-buffer): Raise the current frame.
15791
15792 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15793
15794         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15795
15796         * gnus.el (message-y-or-n-p): Autoload.
15797
15798         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15799         (pop3-password-required, pop3-authentication-scheme)
15800         (pop3-leave-mail-on-server): Make customizable.
15801         (pop3): New custom group.
15802         (pop3-retr): Remove `sleep-for' statements.
15803         Suggested by Dave Love <fx@gnu.org>.
15804
15805         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15806         Windows/DOS.
15807
15808         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15809         (imap-parse-body): Fix incorrect use of `assert'.
15810         Suggested by Dave Love <fx@gnu.org>.
15811
15812         * mml.el (mml-minibuffer-read-disposition): Require match.
15813         Suggested by Dave Love <fx@gnu.org>.
15814
15815 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15816
15817         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15818         doc string.
15819
15820 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15823
15824 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15825
15826         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15827         instead of calling `mm-insert-inline', to decode text/* parts
15828         before displaying them.
15829
15830 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15831
15832         * mm-uu.el (mm-uu-text-plain-type): New variable.
15833         (mm-uu-pgp-signed-extract-1): Use it.
15834         (mm-uu-pgp-encrypted-extract-1): Use it.
15835         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15836         bind mm-uu-text-plain-type with that value.
15837         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15838         mm-uu-dissect.
15839
15840 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15841
15842         * gnus-group.el (gnus-update-group-mark-positions):
15843         * gnus-sum.el (gnus-update-summary-mark-positions):
15844         * message.el (message-check-news-body-syntax):
15845         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15846         of string-as-multibyte.
15847
15848 2004-10-05  Juri Linkov  <juri@jurta.org>
15849
15850         * gnus-group.el (gnus-update-group-mark-positions):
15851         * gnus-sum.el (gnus-update-summary-mark-positions):
15852         * message.el (message-check-news-body-syntax):
15853         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15854         8-bit unibyte values to a multibyte string for search functions.
15855
15856 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15857
15858         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15859         (mm-uu-dissect-text-parts): New function.
15860
15861         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15862         dissect text parts.
15863
15864         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15865         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15866
15867         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15868
15869         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15870         Use gnus-current-topics instead of gnus-current-topic.
15871
15872 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15873
15874         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15875
15876 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15877
15878         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15879         where approriate.
15880
15881         * nnml.el (nnml-generate-active-info): do.
15882
15883         * nndiary.el (nndiary-generate-active-info): do.
15884
15885         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15886         (gnus-topic-move): do.
15887
15888         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15889         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15890
15891         * gnus-srvr.el (gnus-server-prepare)
15892         (gnus-server-open-all-servers): do.
15893
15894         * gnus-msg.el (gnus-summary-cancel-article)
15895         (gnus-summary-resend-message)
15896         (gnus-summary-mail-crosspost-complaint): do.
15897
15898         * gnus-move.el (gnus-change-server): do.
15899
15900         * gnus-group.el (gnus-group-unmark-all-groups)
15901         (gnus-group-set-current-level): do.
15902
15903 2004-10-04  Simon Josefsson  <jas@extundo.com>
15904
15905         * message.el (message-generate-hashcash): Doc fix.
15906
15907 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15908
15909         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15910         avoid infinite recursion via gnus-get-function.
15911
15912 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15913
15914         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15915
15916         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15917
15918         * nnmail.el (nnmail-split-history): do.
15919
15920         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15921         (nnml-request-delete-group): do.
15922
15923         * nnslashdot.el (nnslashdot-read-groups): do.
15924
15925         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15926         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15927
15928         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15929         (nnspool-sift-nov-with-sed): Use last.
15930         (nnspool-retrieve-headers-with-nov): Use mapc.
15931         (nnspool-request-newgroups): Use dolist.
15932         (nnspool-request-group): Use last.
15933
15934         * nntp.el (nntp-read-server-type): Use dolist.
15935
15936         * nnvirtual.el (nnvirtual-create-mapping)
15937         (nnvirtual-update-read-and-marked): Use dolist.
15938         (nnvirtual-convert-headers): Simplify.
15939
15940 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15941
15942         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15943         Add support for sync'ing tick marks.
15944
15945 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15946
15947         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15948         there's no visible header.
15949
15950 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15951
15952         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15953         When necessary, pass full group name to gnus-request-set-marks.
15954
15955 2004-10-01  Simon Josefsson  <jas@extundo.com>
15956
15957         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15958         acroread.
15959
15960 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15961
15962         * spam-report.el (spam-report-gmane): Fix interactive.
15963
15964         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15965
15966         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15967         when writing file.
15968         (gnus-agent-synchronize-flags): Don't default to being
15969         interactive.
15970
15971 2004-09-30  Simon Josefsson  <jas@extundo.com>
15972
15973         * message.el (message-generate-hashcash): Add.
15974         (message-send-mail): Use it, call mail-add-payment.
15975
15976 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15977
15978         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15979
15980 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15981
15982         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15983         gnus-requst-update-info with explicit code to sync the in-memory
15984         info read flags with the marks being sync'd to the backend.
15985
15986         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15987
15988 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15989
15990         * spam.el (spam-verify-bogofilter): Add new function.
15991         (spam-check-bogofilter)
15992         (spam-bogofilter-register-with-bogofilter): Use it.
15993         (spam-verify-bogofilter): Add small fixes.
15994
15995 2004-09-28  Simon Josefsson  <jas@extundo.com>
15996
15997         * hashcash.el (hashcash-generate-payment): Revert.
15998
15999 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16000
16001         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16002         Use gnus-extract-references instead of gnus-split-references.
16003
16004         * gnus-util.el (gnus-extract-references): Add new function, analogous
16005         to gnus-split-references but extracts only the message-ID without
16006         anything extra.
16007
16008         * hashcash.el (hashcash-generate-payment)
16009         (hashcash-check-payment): Do the right thing if hashcash-path is
16010         nil (because the hashcash program could not be found).
16011
16012         * spam.el (spam-use-hashcash): Remove comment.
16013
16014 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16015
16016         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16017         (gnus-cache-enter-article, gnus-cache-remove-article)
16018         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16019
16020         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16021
16022         * gnus-art.el (article-hide-boring-headers)
16023         (article-translate-strings, article-display-face)
16024         (gnus-article-mime-match-handle-first)
16025         (gnus-article-highlight-headers)
16026         (gnus-article-add-buttons-to-head): do.
16027
16028 2004-09-27  Simon Josefsson  <jas@extundo.com>
16029
16030         * hashcash.el: New version, from
16031         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16032         ../contrib/.
16033
16034 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16035
16036         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16037
16038 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16039
16040         * gnus-dup.el (gnus-dup-open): Use mapc.
16041         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16042
16043         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16044         Reported by Stefan Wiens <s.wi@gmx.net>.
16045
16046         * gnus.el (gnus-shutdown): Use dolist.
16047
16048         * gnus-undo.el (gnus-undo): Use mapc.
16049
16050         * nnrss.el (nnrss-generate-active): do.
16051
16052         * message.el (message-cite-original-without-signature)
16053         (message-cite-original): Use mapc.
16054         (message-do-actions, message-make-forward-subject): Use dolist.
16055
16056 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16057
16058         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16059         deletion to remove entire duplicate line.  Fixes merged article
16060         number bug.
16061
16062 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16063
16064         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16065         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16066         first ask if you want to open a server and then, even when you
16067         responded with no, asking if you want to synchronize the server's
16068         flags.
16069         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16070         multi-line expressions.
16071         (gnus-agent-synchronize-group-flags): New internal function.
16072         Updates marks in memory (in the info structure) AND in the
16073         backend.
16074
16075         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16076
16077         * nnagent.el (nnagent-request-set-mark):
16078         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16079         method, to ensure that synchronization updates marks in the
16080         backend and in the info (in memory) structure.
16081
16082 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16083
16084         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16085         convention fully; don't miss the root article of a thread; make
16086         the X-Draft-From header with correct article numbers.
16087
16088 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16089
16090         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16091         unless plugged.  Disable the agent so that an open failure causes
16092         an error.
16093
16094         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16095         Revert 2004-09-21 change.  The backend must be opened while
16096         synchronizing flags even when the backend stores the flags
16097         locally.
16098
16099 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16100
16101         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16102         in `header' match.  Reported by Svend Tollak Munkejord.
16103
16104         * message.el (message-cite-original): Fix use of
16105         `message-cite-articles-with-x-no-archive'.
16106
16107 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16108
16109         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16110         (gnus-window-to-buffer): Ditto.
16111
16112         * mml.el (mml-preview-buffer): New variable.
16113         (mml-preview): Manage window layout with gnus-buffer-configuration.
16114
16115         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16116         X-Draft-From header even if those articles aren't quoted.
16117
16118 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16119
16120         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16121         (gnus-request-set-mark, gnus-request-update-mark): Use new
16122         g-s-t-u-l-m to decide to use backend even when unplugged.
16123
16124 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16125
16126         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16127         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16128
16129 2004-09-20  Simon Josefsson  <jas@extundo.com>
16130
16131         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16132         "utf-16-le".
16133
16134 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16135
16136         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16137
16138 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16139
16140         * uudecode.el (uudecode-use-external): Add :version.
16141
16142         * smime.el (smime-CA-file, smime-encrypt-cipher)
16143         (smime-dns-server): Add :version.
16144
16145         * smiley.el (gnus-smiley-file-types): Add :version.
16146
16147         * sha1.el (sha1-use-external): Add :version.
16148
16149         * pgg-def.el (pgg-query-keyserver): Add :version.
16150
16151         * nnmail.el (nnmail-fancy-expiry-targets)
16152         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16153         Add :version.
16154
16155         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16156         (nnimap-retrieve-groups-asynchronous): Add :version.
16157         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16158
16159         * mml.el (mml-content-disposition-parameters)
16160         (mml-insert-mime-headers-always): Add :version.
16161
16162         * mm-util.el (mm-coding-system-priorities): Add :version.
16163
16164         * mm-decode.el (mm-inline-text-html-with-images)
16165         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16166         (mm-verify-option): Add :version.
16167         (mm-text-html-renderer): Change :version.
16168
16169         * message.el (message-fcc-externalize-attachments)
16170         (message-required-headers, message-draft-headers)
16171         (message-subject-trailing-was-query)
16172         (message-subject-trailing-was-ask-regexp)
16173         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16174         (message-mark-insert-end, message-archive-header)
16175         (message-archive-note, message-cross-post-default)
16176         (message-cross-post-note, message-followup-to-note)
16177         (message-cross-post-note-function, message-use-mail-followup-to)
16178         (message-subscribed-address-functions)
16179         (message-subscribed-address-file, message-subscribed-addresses)
16180         (message-subscribed-regexps, message-allow-no-recipients)
16181         (message-yank-cited-prefix, message-signature-insert-empty-line)
16182         (message-hidden-headers, message-hierarchical-addresses)
16183         (message-mail-user-agent, message-use-idna)
16184         (message-valid-fqdn-regexp)
16185         (message-strip-special-text-properties, message-header-synonyms)
16186         (message-beginning-of-line, message-tab-body-function): Add :version.
16187         (message-insert-canlock, message-wide-reply-confirm-recipients):
16188         Change :version.
16189
16190         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16191         and :version.
16192         (mail-source-delete-old-incoming-confirm)
16193         (mail-source-movemail-program): Add :version.
16194
16195         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16196         (gnus-agent-cache, gnus-agent): Change :version.
16197
16198         * gnus-util.el (gnus-use-byte-compile): Change :version.
16199
16200         * gnus-sum.el (gnus-summary-make-false-root-always)
16201         (gnus-summary-default-high-score)
16202         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16203         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16204         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16205         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16206         (gnus-sum-thread-tree-single-indent)
16207         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16208         (gnus-sum-thread-tree-leaf-with-other)
16209         (gnus-sum-thread-tree-single-leaf): Add :version.
16210         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16211         (gnus-article-loose-mime): Change :version.
16212
16213         * gnus-start.el (gnus-backup-startup-file)
16214         (gnus-save-startup-file-via-temp-buffer): Add :version.
16215
16216         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16217         (gnus-server-offline-face): Add :version.
16218
16219         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16220
16221         * gnus-msg.el (gnus-gcc-externalize-attachments)
16222         (gnus-debug-files, gnus-debug-exclude-variables)
16223         (gnus-discouraged-post-methods): Change :version.
16224         (gnus-confirm-mail-reply-to-news)
16225         (gnus-confirm-treat-mail-like-news): Add :version.
16226
16227         * gnus-int.el (gnus-server-unopen-status): Add :version.
16228
16229         * gnus-group.el (gnus-group-jump-to-group-prompt)
16230         (gnus-large-ephemeral-newsgroup)
16231         (gnus-fetch-old-ephemeral-headers): Add :version.
16232
16233         * gnus-fun.el (gnus-x-face-directory)
16234         (gnus-convert-pbm-to-x-face-command)
16235         (gnus-convert-image-to-x-face-command)
16236         (gnus-convert-image-to-face-command): Add :version.
16237
16238         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16239
16240         * gnus-cite.el (gnus-cite-blank-line-after-header)
16241         (gnus-article-boring-faces): Add :version.
16242
16243         * gnus-art.el (gnus-buttonized-mime-types)
16244         (gnus-inhibit-mime-unbuttonizing)
16245         (gnus-treat-display-face)
16246         (gnus-treat-body-boundary): Change :version.
16247         (gnus-body-boundary-delimiter, gnus-picon-databases)
16248         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16249         (gnus-treat-date-english, gnus-treat-fold-headers)
16250         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16251         (gnus-treat-mail-picon, gnus-treat-wash-html)
16252         (gnus-article-encrypt-protocol)
16253         (gnus-use-idna, gnus-article-over-scroll)
16254         (gnus-mime-display-multipart-alternative-as-mixed)
16255         (gnus-mime-display-multipart-related-as-mixed)
16256         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16257         (gnus-ctan-url, gnus-button-ctan-handler)
16258         (gnus-button-handle-ctan-bogus-regexp)
16259         (gnus-button-ctan-directory-regexp)
16260         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16261         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16262         (gnus-button-man-level, gnus-button-emacs-level)
16263         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16264
16265         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16266         (gnus-agent-go-online): Change :version.
16267         (gnus-agent-expire-unagentized-dirs)
16268         (gnus-agent-auto-agentize-methods): Add :version.
16269
16270         * flow-fill.el (fill-flowed-display-column)
16271         (fill-flowed-encode-column): Add :version.
16272
16273         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16274         (gnus-outlook-deuglify-unwrap-max)
16275         (gnus-outlook-deuglify-cite-marks)
16276         (gnus-outlook-deuglify-unwrap-stop-chars)
16277         (gnus-outlook-deuglify-no-wrap-chars)
16278         (gnus-outlook-deuglify-attrib-cut-regexp)
16279         (gnus-outlook-deuglify-attrib-verb-regexp)
16280         (gnus-outlook-deuglify-attrib-end-regexp)
16281         (gnus-outlook-display-hook): Add :version.
16282
16283         * binhex.el (binhex-use-external): Add :version.
16284
16285 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16286
16287         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16288         and `invisible'.
16289
16290 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16291
16292         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16293         in gnus-registry-trim.
16294
16295 2004-09-13  Simon Josefsson  <jas@extundo.com>
16296
16297         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16298
16299         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16300
16301         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16302         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16303         <yamaoka@jpl.org>.
16304         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16305         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16306         <yamaoka@jpl.org>.
16307
16308         * sieve.el (sieve-manage-mode): Ditto.
16309
16310 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16311
16312         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16313
16314 2004-09-11  Simon Josefsson  <jas@extundo.com>
16315
16316         * dns-mode.el: Add.
16317
16318         * mm-view.el (mm-display-dns-inline): Add.
16319
16320         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16321         (mm-automatic-display): Ditto.
16322
16323         * mailcap.el (mailcap-mime-data): Add text/dns.
16324         (mailcap-mime-extensions): Map .soa to text/dns.
16325
16326 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16327
16328         * gnus-art.el (article-decode-mime-words, article-babel)
16329         (gnus-article-highlight-signature, gnus-article-add-buttons)
16330         (gnus-signature-toggle): Remove unnecessary bindings of
16331         `inhibit-read-only' inherited from v5.10 merge.
16332
16333 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16334
16335         * nntp.el (nntp): New customization group.
16336         (nntp-authinfo-file): Add customization group.
16337
16338         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16339
16340         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16341
16342         * gnus.el (to-address, to-list, subscribed)
16343         (large-newsgroup-initial): Ditto.
16344
16345         * flow-fill.el (fill-flowed-display-column)
16346         (fill-flowed-encode-column): Ditto.
16347
16348 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16349
16350         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16351         Use point-min rather than 1.
16352         (message-send-mail): Use buffer-size rather than point-max.
16353
16354         * gnus-sum.el (gnus-summary-search-article-forward):
16355         Signal a specific `search-failed' rather than a generic `error'.
16356
16357         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16358         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16359         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16360
16361 2004-09-10  Simon Josefsson  <jas@extundo.com>
16362
16363         * nndb.el (require): Remove tcp and duplicate cl.
16364
16365 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16366
16367         * gnus-agent.el (directory-files-and-attributes): Move forward.
16368
16369 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16370
16371         * gnus-agent.el (directory-files-and-attributes):
16372         Optionally defined to support XEmacs.
16373
16374 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16375
16376         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16377         to avoid run-time CL dependencies.
16378         (gnus-agent-unfetch-articles): New function.
16379         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16380         article numbers even when local .overview file is missing.
16381         (gnus-agent-read-article-number): New function.  Only accepts
16382         27-bit article numbers.
16383         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16384         Use gnus-agent-read-article-number.
16385         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16386         from backend while recognizing that article numbers in .overview
16387         must be valid.
16388         (gnus-agent-update-files-total-fetched-for):
16389         Use directory-files-and-attributes to improve performance.
16390         * gnus-int.el (gnus-request-move-article):
16391         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16392         improve performance.
16393
16394         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16395         some users confused by references to .newsrc when they only have a
16396         .newsrc.eld file.
16397         (gnus-convert-mark-converter-prompt)
16398         (gnus-convert-converter-needs-prompt): Fix use of property list.
16399         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16400         New function.  Used internally to only display 'gnus converting
16401         files' message when actually necessary.
16402
16403         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16404         methods now autoloaded.
16405
16406 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16407
16408         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16409         identifiers.
16410
16411 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16412
16413         * gnus-picon.el: Fix indentation and closing parenthesis.
16414
16415 2004-09-01  Simon Josefsson  <jas@extundo.com>
16416
16417         * message.el (message-canlock-generate): Require sha1, not
16418         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16419         to require within a function.  Sadly, if sha1.el isn't loaded, the
16420         let binding in m-c-g will hide the defcustom definition, which is
16421         bad.)
16422
16423         * canlock.el: Require sha1, not sha1-el.
16424
16425         * message.el: Don't autoload sha1 (there is a autoload cookie in
16426         sha1.el).
16427
16428         * sha1-el.el: Rename to sha1.el.
16429
16430 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16431
16432         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16433
16434 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16435
16436         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16437
16438 2004-08-30  Kim F. Storm  <storm@cua.dk>
16439
16440         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16441
16442         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16443         Add :group 'nnimap.
16444
16445 2004-08-30  Andreas Schwab  <schwab@suse.de>
16446
16447         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16448         ?* and ?\;.
16449
16450         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16451         and ?\' to symbol instead of whitespace.
16452
16453 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16454
16455         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16456
16457         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16458         instead of re-search-forward.
16459
16460         * gnus-uu.el (gnus-uu-save-article): Ditto.
16461         (gnus-uu-post-encode-uuencode): Ditto.
16462
16463         * html2text.el (html2text-clean-list-items): Ditto.
16464         (html2text-clean-dtdd): Ditto.
16465         (html2text-format-tags): Ditto.
16466
16467         * message.el (message-send-mail-with-sendmail): Fix regexp.
16468         (message-fill-field-general): Use search-forward instead of
16469         re-search-forward.
16470         (unbold-region): Ditto.
16471
16472         * nnrss.el (nnrss-request-article): Ditto.
16473
16474         * nnslashdot.el (nnslashdot-request-article): Ditto.
16475
16476         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16477
16478         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16479         "Unrecognized menu descriptor" error in XEmacs.
16480
16481 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16482
16483         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16484         parent article of a sparse article in the thread hashtb.
16485
16486 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16487
16488         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16489         (nnmail-expand-newtext): Lowercase expanded entries if
16490         nnmail-split-lowercase-expanded is non-nil.
16491
16492 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16495
16496         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16497         of gnus-tmp-news-method into string under XEmacs.  It will be
16498         passed to gnus-correct-length which takes only a string argument.
16499
16500 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16501
16502         * gnus-util.el (gnus-bind-print-variables): New macro.
16503         (gnus-prin1): Use it.
16504         (gnus-prin1-to-string): Use it.
16505         (gnus-pp): New function.
16506         (gnus-pp-to-string): New function.
16507
16508         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16509         Replace pp-to-string with gnus-pp-to-string.
16510         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16511         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16512         * gnus-msg.el (gnus-debug): Ditto.
16513         * gnus-score.el (gnus-score-save): Ditto.
16514         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16515         gnus-pp-to-string.
16516         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16517         with gnus-pp.
16518         * score-mode.el (gnus-score-pretty-print): Ditto.
16519         * webmail.el (webmail-debug): Ditto.
16520
16521 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16522
16523         * gnus-art.el (article-display-face, article-display-x-face):
16524         Use buffer-read-only.
16525
16526 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16527
16528         * gnus-art.el (article-hide-list-identifiers):
16529         Bind inhibit-read-only as t.
16530
16531 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16532
16533         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16534
16535 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16536
16537         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16538         (gnus-narrow-to-page): Don't assume point-min == 1.
16539         (gnus-article-edit-mode): Derive from message-mode.
16540
16541         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16542         point-min == 1.
16543
16544         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16545         Disable incorrect use of `assert'.
16546
16547         * message.el (message-mode): Set comment-start-skip.
16548
16549
16550 2004-08-22  Sam Steingold  <sds@gnu.org>
16551
16552         * pop3.el (pop3-leave-mail-on-server): New user variable.
16553         (pop3-movemail): Delete mail only when it is nil.
16554
16555 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16556
16557         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16558
16559         * mml.el (mml-preview): Use `pop-to-buffer'.
16560
16561         * message.el (message-goto-mail-followup-to): Insert after "To".
16562         (message-carefully-insert-headers): Add comment.
16563
16564         * gnus.el: Remove unused variable `gnus-article-check-size'.
16565
16566         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16567
16568         * gnus-art.el (gnus-button-alist):
16569         Improve `gnus-button-handle-library' entry.
16570
16571 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16572
16573         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16574         Use downcase, since XEmacs capitalizes error messages differently.
16575
16576 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16577
16578         * nntp.el: Add (require 'gnus) due to reference to
16579         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16580
16581 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16582
16583         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16584         Bind `mm-fill-flowed'.
16585
16586         * mm-decode.el (mm-dissect-singlepart): Check it.
16587
16588 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16589
16590         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16591         'imap' for netrc parsing.
16592
16593 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16594
16595         * mailcap.el (mailcap-mime-data): Mark as risky.
16596
16597 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16598
16599         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16600         may be included in the encoded word.
16601         (rfc2047-encode): Don't append a space if the encoded word
16602         includes close parenthesis.
16603
16604 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16607         of text within parentheses.
16608
16609 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16610
16611         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16612         (gnus-encrypt-write-file-contents): Make the password key the file
16613         name PLUS the cipher, not just the cipher.  Also remove failed
16614         passwords from the cache.
16615
16616 2004-08-06  Simon Josefsson  <jas@extundo.com>
16617
16618         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16619         Doc fix.
16620
16621 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16622
16623         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16624         LWSP.
16625
16626 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16627
16628         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16629         Try to append in-reply-to: data to the references: header.
16630
16631         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16632         (netrc-parse): Use gnus-encrypt.el functions.
16633
16634         * gnus-encrypt.el: Add new file for encryption support; currently
16635         does only a few GPG ciphers and an internal XOR cipher.
16636
16637         * password.el: Add comments on using password-read-and-add.
16638         (password-read-and-add): Add function to read and add the
16639         password to the cache at once.
16640
16641 2004-07-28  Simon Josefsson  <jas@extundo.com>
16642
16643         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16644         parameter (but don't use it, for now).
16645
16646         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16647         instead of hard coding to nil.
16648
16649 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16652         as mm-inline-image-xemacs does.
16653
16654 2004-07-26  Simon Josefsson  <jas@extundo.com>
16655
16656         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16657         Revert part of 2004-07-17 change below.
16658
16659 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16660
16661         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16662         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16663
16664 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16665
16666         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16667         quotes that actually start with ">" at the beginning of the
16668         lines.
16669
16670 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * rfc2047.el (rfc2047-encode-region): Fix last change.
16673         (rfc2047-encode-parameter): Remove useless concat.
16674
16675 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16678         encode special characters; fix some kind of misconfigured headers;
16679         signal a real error if debug-on-quit or debug-on-error is non-nil.
16680         (rfc2047-encode-max-chars): New variable.
16681         (rfc2047-encode-1): Use it.
16682         (rfc2047-encode-parameter): New function.
16683
16684         * mml.el (mml-insert-parameter): Remove an excessive space.
16685
16686 2004-07-17  Simon Josefsson  <jas@extundo.com>
16687
16688         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16689         Kai Grossjohann <kai@emptydomain.de>.
16690         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16691         (gnus-group-make-menu-bar): Ditto.
16692
16693         * gnus-util.el (gnus-group-server): Add.
16694
16695 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16696
16697         * message.el (message-clone-locals): Clone sendmail and smtp
16698         variables.
16699
16700 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16701
16702         * rfc2047.el (rfc2047-encode-region): Fix last change.
16703
16704 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16705
16706         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16707         characters as non-special.
16708
16709 2004-07-09  Simon Josefsson  <jas@extundo.com>
16710
16711         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16712         Users will lose all flag changes made while unplugged with
16713         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16714         good default.  See numerous reports on ding mailing list.
16715
16716 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16719         add generate-head-function and generate-article-function to the
16720         rfc822-forward entry.
16721         (nndoc-rfc822-forward-generate-article): New function.
16722         (nndoc-rfc822-forward-generate-head): New function.
16723
16724         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16725
16726 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16727
16728         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16729         respect display group parameter and gnus-summary-expunge-below.
16730         (gnus-articles-to-read): Remove unused reference to display group
16731         parameter.
16732
16733 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16734
16735         * nnheader.el (nnheader-uniquify-message-id): New experimental
16736         variable.
16737         (nnheader-nov-read-message-id): Use it.
16738
16739         * spam-report.el (spam-report-gmane): Add interactive.
16740
16741 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16742
16743         * mm-encode.el (mm-content-transfer-encoding-defaults):
16744         Use qp-or-base64 for the application/* types.
16745
16746 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16747
16748         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16749
16750 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16751
16752         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16753         trim value.
16754
16755 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16756
16757         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16758         New macro and function.
16759         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16760
16761 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16764         after-load-alist.
16765
16766 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16767
16768         * gnus-group.el (gnus-group-get-new-news-this-group):
16769         Don't update info that isn't there.
16770
16771 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16772
16773         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16774         entry.
16775
16776 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16777
16778         * mm-view.el (mm-inline-render-with-function): Use multibyte
16779         buffer; decode html source by charset.
16780
16781         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16782
16783         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16784         Mule-UCS is loaded under XEmacs.
16785         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16786
16787 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16788
16789         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16790
16791 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16792
16793         * mm-util.el (mm-coding-system-p): Return a coding-system.
16794         (mm-mime-mule-charset-alist): Use shift_jis instead of
16795         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16796         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16797         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16798         instead of japanese-shift-jis and iso-latin-1 respectively in
16799         order to share the default value with both Emacs and XEmacs-mule.
16800         (mm-mule-charset-to-mime-charset):
16801         Make mm-coding-system-priorities effective.
16802         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16803         while predicating of candidates upon the priorities.
16804
16805 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16806
16807         * gnus-sum.el (gnus-summary-make-menu-bar):
16808         Add gnus-uu-invert-processable.
16809
16810         * gnus.el: Autoload gnus-uu-invert-processable.
16811
16812 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16813
16814         * mm-util.el (mm-with-multibyte-buffer): New macro.
16815
16816         * rfc2047.el (rfc2047-encode-string): Use it.
16817         (rfc2047-encode-region): Move point to the end of the region after
16818         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16819
16820 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16821
16822         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16823         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16824
16825 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16826
16827         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16828         (gnus-cite-parse): Ignore quoted envelope From_.
16829         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16830
16831 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16832
16833         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16834         invalid addresses.
16835
16836 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16837
16838         * spam.el: Change section markers, revise TODO list.
16839         (spam-backends): Make new master list of all installed backends.
16840         (spam-summary-exit-behavior): Add new variable to determine how
16841         messages moves are done at summary exit.
16842         (spam-move-spam-nonspam-groups-only)
16843         (spam-process-ham-in-nonham-groups)
16844         (spam-process-ham-in-spam-groups): Remove variables, the
16845         spam-summary-exit-behavior variable should be used to manage this
16846         behavior.
16847         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16848         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16849         and spam-old-spam-articles.
16850         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16851         Add empty variables, placeholders for the backends they represent.
16852         (spam-set-difference): Move, unchanged.
16853         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16854         unless the user has a processor variable.
16855         (spam-classifications, spam-classification-valid-p)
16856         (spam-backend-properties, spam-backend-property-valid-p)
16857         (spam-backend-function-type-valid-p)
16858         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16859         (spam-report-articles-gmane, spam-report-articles-resend):
16860         Remove functions, they are not needed.
16861         (spam-install-backend-super, spam-backend-list)
16862         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16863         (spam-backend-function, spam-backend-ham-registration-function)
16864         (spam-backend-spam-registration-function)
16865         (spam-backend-ham-unregistration-function)
16866         (spam-backend-spam-unregistration-function)
16867         (spam-backend-statistical-p, spam-backend-mover-p)
16868         (spam-install-backend-alias, spam-install-checkonly-backend)
16869         (spam-install-mover-backend, spam-install-nocheck-backend)
16870         (spam-install-backend, spam-install-statistical-backend)
16871         (spam-install-statistical-checkonly-backend): Add backend installation
16872         support.
16873         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16874         (spam-group-processor-p): Use the new backend code and respect the
16875         summary exit behavior.
16876         (spam-mark-spam-as-expired-and-move-routine): Remove.
16877         (spam-summary-prepare): Change to use the new spam-old-articles
16878         variable.
16879         (spam-copy-or-move-routine, spam-copy-spam-routine)
16880         (spam-move-spam-routine, spam-copy-ham-routine)
16881         (spam-move-ham-routine): Add code to copy/move ham or spam.
16882         (spam-fetch-field-fast): Improve doc and code, plus allow the
16883         'number request.
16884         (spam-list-of-checks, spam-list-of-statistical-checks):
16885         Remove variables.
16886         (spam-split, spam-find-spam): Use the new backend code.
16887         (spam-registration-functions): Remove variable.
16888         (spam-unregister-routine): Add convenience wrapper.
16889         (spam-log-undo-registration, spam-register-routine)
16890         (spam-log-processing-to-registry)
16891         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16892         where possible.
16893         (spam-check-gmane-xref, spam-check-regex-headers)
16894         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16895         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16896         (spam-check-bogofilter-headers, spam-check-spamoracle)
16897         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16898         (spam-check-crm114-headers): Use the spam-split-group that
16899         spam-split prepares, no need to determine it every time.
16900
16901         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16902         to the nnheader-parse-naked-head call.
16903
16904         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16905
16906         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16907         the nnheader-nov-read-message-id call.
16908
16909 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16910
16911         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16912         gnus-activate-group twice.  Suggested by Markus Peter
16913         <warp@spin.de>.
16914
16915 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16916
16917         * gnus-art.el (gnus-article-time-format): Exchange the order of
16918         day and month in the default value; fix customization type.
16919         (article-date-ut): Use add-text-properties.
16920         (article-make-date-line): Use message-make-date instead of
16921         current-time-string.
16922
16923         * message.el (message-fetch-field): Don't use set-text-properties.
16924         (message-make-date): Simplify.
16925
16926         * messagexmas.el (message-xmas-make-date): New function.
16927         (message-xmas-redefine): Defalias message-make-date to it.
16928
16929 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16930
16931         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16932         (rfc2047-encode-region): Treat text within parentheses as special;
16933         show the original text when error has occurred.
16934
16935         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16936         already-computed method to gnus-activate-group.
16937
16938         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16939         same select-methods identical Lisp objects.
16940
16941         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16942         object when modifying the info.
16943
16944 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16945
16946         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16947         gnus-opened-servers since it has never been opened with the new
16948         configuration yet.
16949
16950 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16951
16952         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16953         arg to nnheader-generate-fake-message-id.
16954
16955 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16956
16957         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16958         number and build a fake message ID localized to a group and
16959         article number (so it's repeatable from that point on).
16960         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16961         ID format.
16962
16963         * gnus-sum.el (gnus-get-newsgroup-headers):
16964         Call nnheader-generate-fake-message-id with the article number.
16965
16966 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16967
16968         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16969         end-of-buffer.
16970
16971 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16972
16973         * message.el (message-ignored-supersedes-headers): Add Approved.
16974
16975 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16976
16977         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16978         goto-char.
16979         (rfc2047-encode): Fold the line before encoding.
16980
16981 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16982
16983         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16984         folding -- not all headers can be folded, and this should be done
16985         by the message composition mode.  Probably.  I think.
16986
16987 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16988
16989         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16990         fast.
16991
16992         * gnus-ems.el (gnus-remove-image): Don't use
16993         message-text-with-property; remove only the image found first.
16994
16995         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16996         found first.
16997
16998 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16999
17000         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17001
17002 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17003
17004         * message.el (message-text-with-property): Make it fast and accept
17005         optional arguments.
17006         (message-strip-forbidden-properties): Use it.
17007         (message-fix-before-sending): Follow the m-t-w-p change.
17008
17009         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17010
17011 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17012
17013         * gnus-art.el (article-hide-headers): Don't change the buffer
17014         mistakenly when performing mml-preview even if
17015         gnus-single-article-buffer is nil.
17016
17017 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17018
17019         * message.el (message-expand-name-databases): New user option.
17020         (message-expand-name): Use it.
17021
17022 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17023
17024         * spam.el (spam-report-articles-resend)
17025         (spam-report-resend-register-routine): Allow ham reporting.
17026         (spam-report-resend-register-ham-routine): Add wrapper.
17027         (spam-registration-functions): Add ham resending functions.
17028         (spam-list-of-processors): Add ham resend processor.
17029
17030         * gnus.el (ham-resend-to): Add new group parameter.
17031         (spam-process): Add ham resend option.
17032
17033         * spam-report.el (spam-report-resend): Allow reporting ham.
17034         (spam-report-resend-ham): Add wrapper.
17035
17036 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17037
17038         * message.el (message-cite-articles-with-x-no-archive):
17039         New variable.
17040         (message-cite-original): Use it.
17041
17042 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17043
17044         * message.el (message-cite-original): Respect X-No-Archive.
17045
17046 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17047
17048         * gnus-art.el (article-hide-headers): Refer to the values for
17049         gnus-ignored-headers and gnus-visible-headers in the summary
17050         buffer since a user may have set them as group parameters.
17051
17052 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17053
17054         * assistant.el (assistant-node-name): Add convenience function.
17055         (assistant-render-text, assistant-render-node): Add error handling,
17056         plus handle multiple next nodes.
17057         (assistant-find-next-node): Comment out for now.
17058         (assistant-find-next-nodes): Add function, returns list of next
17059         nodes.
17060
17061 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17062
17063         * mail-source.el (mail-source-directory): Fix doc-string.
17064
17065 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17066
17067         * assistant.el (assistant-render-text, assistant-eval): Add :set
17068         widget type, which is different because it takes and returns a
17069         list.  Much hilarity ensues.
17070
17071 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17072
17073         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17074
17075         * gnus-group.el (gnus-group-get-new-news-this-group):
17076         Add doc-string.
17077
17078         * gnus-start.el (gnus-activate-group): Add doc-string.
17079
17080 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17081
17082         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17083
17084 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17085
17086         * assistant.el (assistant-render-text): Try to add a :set
17087         widget, more to come.
17088
17089         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17090         strings.
17091         (spam-report-articles-resend)
17092         (spam-register-routine): Do registration iff any articles warrant
17093         it.
17094         (spam-summary-prepare-exit): Change log message for nil group
17095         destinations.
17096
17097 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17098
17099         * spam.el (spam-report-resend-register-routine):
17100         Allow spam-report-resend-to to be a group parameter or a global value.
17101
17102 2004-05-26  Simon Josefsson  <jas@extundo.com>
17103
17104         * starttls.el: Merge with my GNUTLS based starttls.el.
17105         (starttls-gnutls-program, starttls-use-gnutls)
17106         (starttls-extra-arguments, starttls-process-connection-type)
17107         (starttls-connect, starttls-failure, starttls-success):
17108         New variables.
17109         (starttls-program, starttls-extra-args): Doc fix.
17110         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17111         New functions.
17112         (starttls-negotiate, starttls-open-stream):
17113         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17114         function if it is set.
17115
17116 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17117
17118         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17119         structured fields.
17120
17121 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17122
17123         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17124
17125 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17126
17127         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17128         Add variable.
17129         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17130         assigning the spam-mark to new messages.
17131
17132 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17133
17134         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17135
17136 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17137
17138         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17139
17140         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17141         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17142         default.
17143
17144 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17145
17146         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17147         correct data.
17148
17149 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17150
17151         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17152         (spam-group-processor-p): Fix function.
17153         (spam-group-processor-multiple-p)
17154         (spam-group-spam-processor-report-gmane-p)
17155         (spam-group-spam-processor-report-resend-p)
17156         (spam-group-spam-processor-bogofilter-p)
17157         (spam-group-spam-processor-blacklist-p)
17158         (spam-group-spam-processor-ifile-p)
17159         (spam-group-ham-processor-ifile-p)
17160         (spam-group-spam-processor-spamoracle-p)
17161         (spam-group-spam-processor-crm114-p)
17162         (spam-group-ham-processor-bogofilter-p)
17163         (spam-group-spam-processor-stat-p)
17164         (spam-group-ham-processor-stat-p)
17165         (spam-group-ham-processor-whitelist-p)
17166         (spam-group-ham-processor-BBDB-p)
17167         (spam-group-ham-processor-spamoracle-p)
17168         (spam-group-ham-processor-copy-p): Remove functions with some
17169         prejudice against unneeded code.
17170         (spam-report-articles-resend)
17171         (spam-report-resend-register-routine): Allow the group/topic
17172         spam-resend-to value to override spam-report-resend-to.
17173         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17174         properly now.
17175
17176         * gnus.el (spam-resend-to): Add group/topic parameter.
17177         (spam-process): Move the OBSOLETE processors to the end of the
17178         choices.
17179
17180 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17181
17182         * spam-report.el (spam-report-resend-to, spam-report-resend):
17183         Start with resend-to set to nil, and then ask the user if necessary.
17184         (spam-report-resend): spam-report-resend takes a list of articles, not
17185         separate article numbers.
17186
17187 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17188
17189         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17190         addition to emacs-w3m.
17191
17192 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17193
17194         * assistant.el (assistant-authinfo-data): New function.
17195         (assistant-eval): Eval for entire assistant.
17196
17197         * netrc.el (netrc-services-file): New variable.
17198         (netrc-parse-services): New function.
17199         (netrc-find-service-name): New function.
17200         (netrc-find-service-number): New function.
17201         (netrc-port-equal): New function.
17202         (netrc-machine): Use it.
17203
17204         * nnimap.el (nnimap-open-connection): Use netrc.
17205
17206         * gnus-util.el (gnus-netrc-get): Remove aliases.
17207
17208         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17209
17210         * assistant.el (wid-edit): Fix compilation.
17211
17212         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17213
17214 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17215
17216         * gnus-util.el (gnus-set-file-modes): New function.  (small
17217         patch).
17218
17219 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17220
17221         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17222
17223         * assistant.el (assistant-render-node): Fix up rendering and
17224         read-only text.
17225         (assistant-render-node): Reset.
17226         (assistant-make-read-only): Not sticky.
17227
17228 2004-05-20  Danny Siu  <dsiu@adobe.com>
17229
17230         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17231         centered even when gnus-auto-center-summary is t.
17232
17233 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17234
17235         * dns.el (dns-get-txt-answer): New function.
17236         (dns-read-txt): Ditto.
17237         (query-dns): Use it.
17238
17239 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17240
17241         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17242         active for foreign groups even if the group level is higher than
17243         the specified value.
17244
17245 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17246
17247         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17248         non-active groups.
17249
17250         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17251
17252 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17253
17254         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17255
17256 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17257
17258         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17259         (spam-crm114-header, spam-crm114-spam-switch)
17260         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17261         (spam-crm114-positive-spam-header)
17262         (spam-crm114-database-directory, spam-list-of-processors)
17263         (spam-group-spam-processor-crm114-p)
17264         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17265         (spam-generic-score, spam-list-of-checks)
17266         (spam-list-of-statistical-checks, spam-registration-functions)
17267         (spam-check-crm114-headers, spam-crm114-score)
17268         (spam-check-crm114, spam-crm114-register-with-crm114)
17269         (spam-crm114-register-spam-routine)
17270         (spam-crm114-unregister-spam-routine)
17271         (spam-crm114-register-ham-routine)
17272         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17273         From asjo@koldfront.dk (Adam Sjøgren).
17274
17275         * gnus.el: Add spam-use-crm114.
17276
17277         * spam.el (spam-list-of-processors, spam-registration-functions):
17278         Add spam-use-resend.
17279         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17280         (spam-report-articles-gmane): Add doc fix.
17281         (spam-report-articles-resend, spam-report-resend-register-routine):
17282         Add wrappers around spam-report-resend-to.
17283
17284         * spam-report.el (spam-report-resend-to, spam-report-resend):
17285         Add support for resending spam.
17286         (spam-report-gmane): Fix line length >80.
17287
17288         * gnus.el (spam-process): Add spam-use-resend.
17289
17290 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17291
17292         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17293         number of processed spam messages.
17294         (spam-ham-copy-or-move-routine): Return the number of processed
17295         ham messages.
17296         (spam-summary-prepare-exit): Use the above values to decide
17297         whether status messages shouled be displayed.
17298
17299 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17300
17301         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17302         `rfc2047-encoding-function-alist' in order to avoid conflicting
17303         with the old version.
17304         (rfc2047-encode-region): Concatenate words containing non-ASCII
17305         characters in structured fields; don't encode space-delimited
17306         ASCII words even in unstructured fields; don't break words at
17307         char-category boundaries.
17308         (rfc2047-encode-1): New function.
17309         (rfc2047-encode): Use it; encode text so that it occupies the
17310         maximum width within 76-column; work correctly on Q encoding for
17311         iso-2022-* charsets.
17312         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17313         sure not to break a line just after the header name.
17314         (rfc2047-b-encode-region): Remove.
17315         (rfc2047-b-encode-string): New function.
17316         (rfc2047-q-encode-region): Remove.
17317         (rfc2047-q-encode-string): New function.
17318
17319         * mm-util.el (mm-replace-in-string): New function.
17320
17321 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17322
17323         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17324         Really get it right.
17325         (gnus-inews-make-draft): Really.
17326
17327 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17328
17329         * nnmh.el (nnmh-request-list-1): Don't check the link count
17330         before descending.  (small patch)
17331
17332 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17333
17334         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17335         stuff.
17336
17337         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17338         Match on real group name.
17339
17340         * gnus-art.el (gnus-signature-limit): Doc fix.
17341
17342         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17343
17344         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17345
17346 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17347
17348         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17349         isn't a string.
17350
17351 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17352
17353         * gnus-draft.el (gnus-draft-send):
17354         Bind rfc2047-encode-encoded-words.
17355
17356         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17357         (rfc2047-encodable-p): Say that =? needs encoding.
17358         (rfc2047-encode-encoded-words): New variable.
17359
17360         * gnus-group.el (gnus-group-select-group): Doc fix.
17361
17362         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17363
17364         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17365         to nil.
17366
17367         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17368
17369         * nnheader.el (nnheader-get-lines-and-char): New function.
17370
17371 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17372
17373         * gnus-msg.el (gnus-summary-followup-with-original):
17374         Document yanking of region when active.
17375
17376 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17377
17378         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17379         groups if the group level is higher than the specified value.
17380
17381 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17382
17383         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17384         (gnus-group-jump-to-group): Add prefix argument using
17385         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17386         non-active group.
17387
17388         * compface.el (uncompface): Be verbose when changing
17389         `uncompface-use-external'.
17390
17391         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17392         handle manual section.
17393
17394 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17395
17396         * gnus-art.el (gnus-button-alist): Revert previous change.
17397
17398 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17399
17400         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17401
17402 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17403
17404         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17405         whether backend can accept message.
17406
17407         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17408
17409 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17410
17411         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17412         Avoid creating directory when nntp-marks-is-evil is true.
17413         Reported by Reiner Steib.
17414
17415 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17416
17417         * gnus-picon.el (gnus-picon-style): New variable.
17418         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17419         (gnus-picon-transform-address): Support `gnus-picon-style'.
17420         From Jesper Harder <harder@ifa.au.dk>.
17421
17422 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17423
17424         * message.el (message-fill-field): Return point.
17425         (message-generate-headers): Go to end of field.
17426
17427         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17428         stuff for non-living groups.
17429
17430 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17431
17432         * gnus-art.el (gnus-article-followup-with-original)
17433         (gnus-article-reply-with-original): gnus-mark-active-p ->
17434         gnus-region-active-p.
17435
17436 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17437
17438         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17439         only when there is spam or ham to be processed.
17440
17441 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17442
17443         * mail-source.el (mail-source-delete-crash-box): Refactor.
17444         (mail-source-fetch): Use it.
17445         (mail-source-fetch-file): Ditto.
17446         (mail-source-fetch-directory): Run postscript in loop.
17447         (mail-source-fetch-pop): Delete.
17448         (mail-source-fetch-maildir): Ditto.
17449         (mail-source-fetch-imap): Ditto.
17450
17451         * imap.el (imap-authenticators): Comment out sasl.
17452
17453         * message.el (message-skip-to-next-address): New function.
17454         (message-fill-header-address): Refactor.
17455         (message-fill-address): Use it.
17456         (message-delete-address): Use it.
17457         (message-fill-header-general): Refactor.
17458         (message-fill-field-address): Rename.
17459         (message-narrow-to-field): Find the start of the header.
17460         (message-header-format-alist): Don't pre-fill.
17461         (message-fill-header): Remove.
17462         (message-insert-header): New function.
17463         (message-shorten-references): Use it.
17464
17465         * rfc2047.el (rfc2047-field-value): Strip props.
17466
17467         * mail-parse.el (mail-header-make-address): New alias.
17468
17469         * ietf-drums.el (ietf-drums-make-address): New function.
17470
17471         * imap.el: Add compiler directives.
17472
17473         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17474
17475         * gnus-art.el (article-decode-idna-rhs): Don't use
17476         message-idna-inside-rhs-p.
17477
17478 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17479
17480         * message.el (message-idna-inside-rhs-p): Remove.
17481         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17482
17483         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17484         false positives.
17485
17486 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17487
17488         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17489
17490 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17491
17492         * nneething.el (nneething-file-name): Don't create spurious
17493         files.
17494
17495         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17496         (gnus-inews-do-gcc): Remove sleep.
17497
17498         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17499         part under point.
17500
17501         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17502         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17503
17504 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17505
17506         * spam.el (spam-summary-prepare-exit): Fix (length).
17507
17508 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17509
17510         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17511         as expired without moving it" message when there are spam
17512         messages left.
17513
17514 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17515
17516         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17517         header is not nil.
17518
17519 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17520
17521         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17522         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17523         (nntp-marks-changed-p): New arg SERVER.
17524         (nntp-request-update-info): Adjust caller.
17525
17526 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17527
17528         * nntp.el (nntp-save-marks): Pass missing arg.
17529
17530 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17531
17532         * nntp.el: Support marks.
17533         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17534         (nntp-marks-modtime, nntp-marks-directory): New variables.
17535         (nntp-request-set-mark, nntp-request-update-info)
17536         (nntp-possibly-create-directory, nntp-marks-changed-p)
17537         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17538         New functions.
17539
17540 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17541
17542         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17543         (gnus-xmas-redefine): Rename.
17544
17545         * gnus-score.el (gnus-score-insert-help):
17546         Use gnus-select-lowest-window.
17547
17548         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17549         appt-select-lowest-window and rename to gnus-select-lowest-window.
17550
17551         * gnus.el: do.
17552
17553 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17554
17555         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17556         encodings of MIME-encoded words, in order to improve
17557         interoperability with several broken MUAs.
17558
17559 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17560
17561         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17562         tags, only when charsets are not specified in headers.
17563         (mm-inline-text-html-render-with-w3m): Ditto.
17564
17565         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17566         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17567
17568 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17569
17570         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17571         instead of MIME-decoded from fields when checking
17572         `gnus-article-address-banner-alist'.
17573
17574 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17575
17576         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17577         description rather than subject.
17578
17579 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17580
17581         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17582
17583 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17584
17585         * gnus.el (gnus-version-number): Bump.
17586
17587 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17588
17589         * gnus.el: No Gnus v0.2 is released.
17590
17591 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17592
17593         * gnus-agent.el (gnus-agent-read-agentview):
17594         Inline gnus-uncompress-range.
17595
17596 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17597
17598         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17599         `exec-installed-p'.
17600
17601 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17602
17603         * gnus.el (spam-process, spam-autodetect-methods):
17604         Add bsfilter and bsfilter-headers.
17605
17606         * spam.el (spam-bsfilter): New customize group.
17607         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17608         (spam-bsfilter-header, spam-bsfilter-probability-header)
17609         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17610         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17611         (spam-bsfilter-database-directory): New options.
17612         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17613         (spam-list-of-statistical-checks, spam-registration-functions):
17614         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17615         (spam-bsfilter-score): New command.
17616         (spam-check-bsfilter-headers, spam-check-bsfilter)
17617         (spam-bsfilter-register-with-bsfilter)
17618         (spam-bsfilter-register-spam-routine)
17619         (spam-bsfilter-unregister-spam-routine)
17620         (spam-bsfilter-register-ham-routine)
17621         (spam-bsfilter-unregister-ham-routine): New functions.
17622         (spam-generic-score): Support bsfilter; Accept an optional argument
17623         to recalcurate spam score even if scoring header has already been
17624         added.
17625         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17626         optional argument to recalcurate spam score even if scoring header
17627         has already been added.
17628
17629 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17630
17631         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17632         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17633         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17634         link is missing.
17635
17636 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17637
17638         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17639         (html2text-get-attr): Rewrite.
17640
17641         * message.el (message-setup-1): Remove redundant put-text-property
17642         on mail-header-separator.
17643
17644 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17645
17646         * gnus-registry.el (gnus-registry-cache-whitespace)
17647         (gnus-registry-action, gnus-registry-spool-action)
17648         (gnus-registry-split-fancy-with-parent): Change message levels
17649         from 5 to 3 or 7, as needed.
17650
17651         * spam.el (spam-summary-prepare-exit)
17652         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17653         (spam-split, spam-find-spam, spam-log-undo-registration)
17654         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17655         level from 5 to 6.
17656
17657 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17658
17659         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17660         2004-03-04 change).
17661
17662 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17663
17664         * sieve-manage.el (sieve-manage-open):
17665         * nnweb.el (nnweb-insert-html):
17666         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17667         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17668         * nnspool.el (nnspool-request-group):
17669         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17670         * nnml.el (nnml-request-update-info):
17671         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17672         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17673         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17674         (nnimap-request-set-mark):
17675         * nnfolder.el (nnfolder-request-update-info):
17676         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17677         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17678         * gnus-uu.el (gnus-uu-find-articles-matching):
17679         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17680         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17681         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17682         * gnus-nocem.el (gnus-nocem-scan-groups):
17683         * gnus-int.el (gnus-start-news-server):
17684         * gnus-group.el (gnus-group-make-kiboze-group)
17685         (gnus-group-browse-foreign-server):
17686         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17687         Use mapc when appropriate.
17688
17689 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17690
17691         FIXME: Make separate entries for each person.
17692
17693         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17694         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17695         <shields@msrl.com>:
17696
17697         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17698         may need for spam sorting and scoring.
17699         (spam-user-format-function-S): Add user format function suitable for
17700         general use.
17701         (spam-article-sort-by-spam-status): Add sorting function for summary
17702         sorting.
17703         (spam-extra-header-to-number): Add function to get a score from a
17704         header.
17705         (spam-summary-score): Add function to get a numeric score from the
17706         headers.
17707         (spam-generic-score): Fix function doc, was in wrong place.
17708         (spam-initialize): Take symbols when it's run, and install the
17709         extra headers that spam-necessary-extra-headers thinks we need.
17710
17711 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17712
17713         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17714         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17715
17716 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17717
17718         * gnus-sum.el (gnus-set-global-variables)
17719         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17720         (gnus-article-get-xrefs, gnus-summary-best-group)
17721         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17722         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17723         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17724         Use with-current-buffer.
17725
17726 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17727
17728         * spam.el (spam-summary-prepare-exit): Simplify logic.
17729         (spam-fetch-article-header): Read the article header if it's not
17730         available.
17731         (spam-list-articles): Simplify logic.
17732         (spam-filelist-register-routine): Fix bug with unregister-list.
17733
17734         * gnus-registry.el: Fix comments at beginning.
17735
17736 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17737
17738         * message.el (message-cater-to-broken-inn): Remove.
17739         (message-shorten-references): Make sure the total folded length of
17740         References is shorter than 998 characters to cater to a bug in INN
17741         2.3.  Also, don't pretend that references aren't folded -- this
17742         hasn't worked for a while.
17743
17744 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17745
17746         * gnus-agent.el (gnus-agentize):
17747         gnus-agent-send-mail-real-function no longer set to current value
17748         of message-send-mail-function but rather a lambda that calls
17749         message-send-mail-function.  The change makes the agent real-time
17750         responsive to user changes to message-send-mail-function.
17751
17752 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17753
17754         * legacy-gnus-agent.el
17755         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17756         help from Florian Weimer <fw@deneb.enyo.de>
17757
17758 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17759
17760         * nnmail.el (nnmail-cache-insert): Revert last change.
17761
17762 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17763
17764         * nnmail.el (nnmail-cache-insert): Always check whether
17765         nnmail-cache-ignore-groups matches a group name.
17766
17767 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17768
17769         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17770         (spam-find-spam, spam-log-processing-to-registry)
17771         (spam-log-registered-p, spam-log-unregistration-needed-p)
17772         (spam-log-undo-registration): Use gnus-message instead of
17773         gnus-error, none of these errors are fatal.
17774
17775         * gnus-registry.el (gnus-registry-clean-empty-function)
17776         (gnus-registry-clean-empty): Remove only empty entries without
17777         extra data.
17778
17779 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17780
17781         * spam-stat.el (spam-stat-buffer-change-to-spam)
17782         (spam-stat-buffer-change-to-non-spam): Change (error) to
17783         (gnus-message 8) invocation.
17784
17785 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17786
17787         * nntp.el (nntp-via-netcat-command): New variable.
17788         (nntp-via-netcat-switches): New variable.
17789         (nntp-open-via-rlogin-and-netcat): New function.
17790         (nntp-open-connection-function): Doc fix.
17791         (nntp-telnet-command): Doc fix.
17792         (nntp-end-of-line): Doc fix.
17793         (nntp-via-rlogin-command): Doc fix.
17794         (nntp-via-user-name): Doc fix.
17795         (nntp-via-address): Doc fix.
17796
17797 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17798
17799         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17800         error in Emacs 21.1.
17801
17802 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17803
17804         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17805
17806 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17807
17808         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17809         (gnus-agent-with-refreshed-group): New macro.
17810         (gnus-agent-rename-group): New function.
17811         (gnus-agent-delete-group): New function.
17812         (gnus-agent-save-group-info): Use gnus-command-method when
17813         `method' parameter is nil.  Don't write nil entries into the
17814         active file.
17815         (gnus-agent-get-group-info): New function.
17816         (gnus-agent-fetch-articles):
17817         Use gnus-agent-update-files-total-fetched-for to increment disk space
17818         used.
17819         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17820         Use gnus-agent-update-view-total-fetched-for to increment disk space
17821         used.
17822         (gnus-agent-get-local): Add optional parameters to avoid calling
17823         gnus-group-real-name and gnus-find-method-for-group.
17824         (gnus-agent-set-local): Delete stored entry if either min, or max,
17825         are nil.
17826         (gnus-agent-fetch-session): Reworded error/quit messages.
17827         On quit, use gnus-agent-regenerate-group to record existance of any
17828         articles fetched to disk before the quit occurred.
17829         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17830         gnus-agent-update-view-total-fetched-for, and
17831         gnus-agent-update-files-total-fetched-for to decrement disk space
17832         used.
17833         (gnus-agent-retrieve-headers):
17834         Use gnus-agent-update-view-total-fetched-for to increment disk space
17835         used.
17836         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17837         with gnus-agent-update-files-total-fetched-for to decrement disk
17838         space and fresh group buffer.
17839         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17840         (gnus-agent-need-update-total-fetched-for): New variable.
17841         (gnus-agent-update-files-total-fetched-for): New function.
17842         (gnus-agent-update-view-total-fetched-for): New function.
17843         (gnus-agent-total-fetched-for): New function.
17844
17845         * gnus-cache.el (gnus-cache-save-buffers):
17846         Use gnus-cache-update-overview-total-fetched-for to change disk space
17847         used by this group.
17848         (gnus-cache-possibly-enter-article):
17849         Use gnus-cache-update-file-total-fetched-for to increment disk space
17850         used by this group.
17851         (gnus-cache-possibly-remove-article):
17852         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17853         used by this group.
17854         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17855         (gnus-cache-rename-group): New function.
17856         (gnus-cache-delete-group): New function.
17857         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17858         (gnus-cache-need-update-total-fetched-for): New variable.
17859         (gnus-cache-with-refreshed-group): New macro.
17860         (gnus-cache-update-file-total-fetched-for): New function.
17861         (gnus-cache-update-overview-total-fetched-for): New function.
17862         (gnus-cache-rename-group-total-fetched-for): New function.
17863         (gnus-cache-delete-group-total-fetched-for): New function.
17864         (gnus-cache-total-fetched-for): New function.
17865
17866         * gnus-group.el: Require gnus-sum and autoload functions to
17867         resolve warnings when gnus-group.el compiled alone.
17868         (gnus-group-line-format): Documented new %F.
17869         (size of Fetched data) group line format; identifies disk space
17870         used by agent and cache.
17871         (gnus-group-line-format-alist): Defined new F format.
17872         (gnus-total-fetched-for): New function.
17873         (gnus-group-delete-group): No longer update
17874         gnus-cache-active-altered as gnus-request-delete-group now keeps
17875         the cache in sync.
17876         (gnus-group-list-active): Let the agent store a server's active
17877         list if currently plugged.
17878
17879         * gnus-int.el (gnus-request-delete-group):
17880         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17881         local disk in sync with the server.
17882         (gnus-request-rename-group):
17883         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17884         local disk in sync with the server.
17885
17886         * gnus-start.el (gnus-get-unread-articles):
17887         Cosmetic simplification to logic.
17888
17889         * gnus-util.el (gnus-rename-file): New function.
17890
17891 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17892
17893         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17894
17895 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17896
17897         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17898         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17899
17900 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17901
17902         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17903         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17904
17905 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17906
17907         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17908
17909 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17910
17911         * spam.el (spam-set-difference): Add function to replace
17912         gnus-set-difference in spam.el.
17913         (spam-summary-prepare-exit): Use spam-set-difference.
17914
17915 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17916
17917         * gnus-registry.el (gnus-registry-cache-file): Update to use
17918         gnus-dribble-directory OR gnus-home-directory OR ~.
17919         (gnus-registry-split-fancy-with-parent): Fix doc.
17920
17921 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * message.el (message-exchange-point-and-mark):
17924         Use message-mark-active-p.  Suggested by Jesper Harder
17925         <harder@ifa.au.dk>.
17926
17927 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17928
17929         * message.el (message-exchange-point-and-mark): Don't activate
17930         region if it was inactive.  Suggested by Hiroshi Fujishima
17931         <pooh@nature.tsukuba.ac.jp>.
17932
17933 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17934
17935         * gnus-art.el (article-display-face): Display Faces in the same
17936         order as X-Faces.
17937
17938 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17939
17940         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17941
17942 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17943
17944         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17945         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17946         (gnus-article-mime-hierarchy): Remove.
17947         (gnus-article-mime-hierarchy-next): Remove.
17948         (gnus-article-mode): Revert 2004-03-19 change.
17949         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17950         (gnus-insert-mime-button): Revert 2004-03-19 change.
17951         (gnus-mime-accumulate-hierarchy): Remove.
17952         (gnus-mime-enter-multipart): Remove.
17953         (gnus-mime-leave-multipart): Remove.
17954         (gnus-mime-display-part): Revert 2004-03-19 change.
17955         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17956
17957         * mml.el (mml-preview): Revert 2004-03-19 change.
17958
17959 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17960
17961         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17962
17963 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17966         t while entering a file name using the mm-with-multibyte macro.
17967         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17968
17969         * mm-util.el (mm-with-multibyte): New macro.
17970
17971 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17972
17973         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17974         New user option.
17975         (gnus-mime-multipart-functions): Doc and customization fix.
17976         (gnus-article-mime-hierarchy): New variable.
17977         (gnus-article-mime-hierarchy-next): New variable.
17978         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17979         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17980         gnus-article-mime-hierarchy-next to nil.
17981         (gnus-insert-mime-button): Show hierarchy numbers.
17982         (gnus-mime-accumulate-hierarchy): New function.
17983         (gnus-mime-enter-multipart): New function.
17984         (gnus-mime-leave-multipart): New function.
17985         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17986         (gnus-mime-display-alternative): Show hierarchy numbers.
17987
17988         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17989         gnus-article-mime-hierarchy-next to nil.
17990
17991 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17992
17993         * dns.el: Don't require gnus-xmas.
17994
17995 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17996
17997         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17998         inline PGP.
17999         (mml-menu): Disable mml-quote-region if mark is inactive.
18000
18001 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18002
18003         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18004         when the group's active is not available.
18005
18006 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18007
18008         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18009         error.
18010
18011 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18012
18013         * imap.el (imap-store-password): New variable.
18014         (imap-interactive-login): Use it.
18015         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18016
18017 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18018
18019         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18020         window-start and hscroll to summary window.
18021
18022 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18023
18024         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18025         conversion message to newsrc-dribble when an actual conversion is
18026         performed.
18027
18028 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18029
18030         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18031
18032 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18033
18034         * mm-decode.el (mm-complicated-handles): New function reviving
18035         former definition of mm-multiple-handles.
18036
18037         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18038         (gnus-mime-delete-part): Use it.
18039
18040 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18041
18042         * gnus-agent.el (gnus-agent-read-local):
18043         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18044         avoid the implicit assumption that they will always be equal.
18045         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18046         coding-system-for-write, as the with-temp-file macro first prints
18047         to a buffer then saves the buffer.
18048
18049 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18050
18051         * gnus-art.el (gnus-article-edit-part): New function.
18052         (gnus-mime-save-part-and-strip): Use it; do query instead of
18053         signaling an error; don't use mm-multiple-handles.
18054         (gnus-mime-delete-part): Ditto.
18055
18056 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18057
18058         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18059         old file versions.
18060         (gnus-group-prepare-hook): Remove function that converted list
18061         form of gnus-agent-expire-days to group properties.
18062
18063         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18064         (gnus-request-accept-article): Re-indented.
18065
18066         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18067         converters to handle old agent file formats.  Add logic for a
18068         "backup before upgrading warning".
18069         (gnus-convert-mark-converter-prompt): Developers can mark
18070         functions as needing (default), or not needing,
18071         gnus-convert-old-newsrc's "backup before upgrading warning".
18072         (gnus-convert-converter-needs-prompt): Tests whether the user
18073         should be protected from potentially irreversable changes by the
18074         function.
18075
18076         * legacy-gnus-agent.el: New.  Provides converters that are only
18077         loaded when gnus-convert-old-newsrc needs to call them.
18078
18079 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18080
18081         * mail-source.el (mail-source-touch-pop): Doc fix.
18082
18083         * message.el (message-smtpmail-send-it): Doc fix.
18084
18085 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18086
18087         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18088
18089         * nnmail.el (nnmail-split-fancy): do.
18090
18091         * gnus-kill.el (gnus-kill, gnus-execute): do.
18092
18093 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18094
18095         * gnus-sum.el (gnus-widget-reversible-match)
18096         (gnus-widget-reversible-to-internal)
18097         (gnus-widget-reversible-to-external): New functions.
18098         (gnus-widget-reversible): New widget.
18099         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18100
18101 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18102
18103         * gnus-sum.el (gnus-thread-sort-functions)
18104         (gnus-article-sort-functions): Document `(not F)' items.
18105
18106 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18107
18108         * spam.el (spam-use-gmane-xref): Add new backend.
18109         (spam-gmane-xref-spam-group): Add variable to control the name of the
18110         Gmane spam group.
18111         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18112         (spam-regex-headers-spam, spam-regex-headers-ham)
18113         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18114         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18115         backends and checks.
18116         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18117
18118         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18119         an autodetect method.
18120
18121 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18122
18123         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18124         articles are being added to a group.
18125         (gnus-request-replace-article): Inform the agent that articles
18126         need to be uncached as the cached contents are no longer valid.
18127
18128 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18129
18130         * binhex.el: Don't autoload executable-find.
18131
18132         * canlock.el: Don't autoload mail-fetch-field.
18133
18134         * dgnushack.el: Autoload c-mode for XEmacs.
18135
18136         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18137
18138         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18139         rmail-dont-reply-to and rmail-output.
18140
18141         * gnus-score.el: Don't autoload ffap-string-at-point.
18142
18143         * gnus-setup.el: Don't autoload sc-cite-original.
18144
18145         * imap.el: Don't autoload base64-decode-string,
18146         base64-encode-string and md5.
18147
18148         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18149         and rmail-msg-restore-non-pruned-header.
18150
18151         * mm-decode.el: Don't autoload executable-find.
18152
18153         * mm-url.el: Don't autoload executable-find.
18154
18155         * mm-view.el: Don't autoload diff-mode.
18156
18157         * nndb.el: Don't autoload news-reply-mode, news-setup,
18158         cancel-timer and telnet.
18159
18160         * password.el: Don't autoload run-at-time for Emacs.
18161
18162         * sha1-el.el: Don't autoload executable-find.
18163
18164         * sieve-mode.el: Don't autoload c-mode.
18165
18166         * uudecode.el: Don't autoload executable-find.
18167
18168 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18169
18170         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18171         (gnus-agent-possibly-alter-active): Avoid null in numeric
18172         comparison.
18173         (gnus-agent-set-local): Refuse to save null in local object table.
18174         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18175         list of articles that will be marked as unread.
18176
18177 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18178
18179         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18180
18181 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18182
18183         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18184         language tags.
18185
18186 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18187
18188         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18189         Don't bind "obarray".
18190
18191         * gnus-sum.el (gnus-thread-sort-functions):
18192         Add `gnus-thread-sort-by-most-recent-number' and
18193         `gnus-thread-sort-by-most-recent-date'.
18194         Reported by Kai Grossjohann <kai@emptydomain.de>.
18195
18196 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18197
18198         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18199
18200 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18201
18202         * gnus-cus.el (gnus-agent-customize-category):
18203         Remove ignore-errors macro reference that required cl to be loaded at
18204         run-time.
18205
18206         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18207         single-interval range of the form (min . max).  Previously the
18208         range had to look like ((min . max)).  Likewise, return
18209         (min . max) rather than ((min . max)).
18210         (gnus-range-map): Use gnus-range-normalize to accept
18211         single-interval range.
18212
18213         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18214         the cache, but not the agent, now appear with their usual face.
18215
18216         * dgnushack.el (loaddir): New variable that is bound to the
18217         directory containing the dgnushack.el file. Use loaddir, rather
18218         than srcdir, to update load-path. Change lets dgnushack compile
18219         code in directories other than GNUS/lisp.
18220
18221 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18222
18223         * lpath.el: Don't bind w3m-safe-url-regexp.
18224
18225         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18226         w3m-safe-url-regexp variable buffer-local.
18227
18228         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18229
18230 2004-02-27  Simon Josefsson  <jas@extundo.com>
18231
18232         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18233         gnus-group-real-prefix.
18234         (gnus-summary-move-article): Use it, instead of
18235         gnus-group-real-prefix.
18236
18237 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18238
18239         * lpath.el: Bind w3m-safe-url-regexp.
18240
18241         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18242         w3m-safe-url-regexp variable buffer-local and set it as the value
18243         of mm-w3m-safe-url-regexp.
18244
18245         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18246
18247         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18248         parsing gnus-posting-styles when the message is not for replying.
18249
18250         * dgnushack.el: Autoload sgml-mode for XEmacs.
18251
18252         * nnrss.el (nnrss-opml-export):
18253         Use mm-set-buffer-file-coding-system instead of
18254         set-buffer-file-coding-system.
18255
18256 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18257
18258         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18259         of checkdoc.el).
18260         * nnrss.el: do.
18261         * gnus-mlspl.el: do.
18262         * gnus-ml.el: do.
18263         * gnus-srvr.el: do.
18264
18265         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18266
18267 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18268
18269         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18270         Corrections to custom-manual links.
18271
18272         * gnus-art.el (gnus-article): Ditto.
18273
18274         * mm-decode.el (mime-display, mime-security): Ditto.
18275
18276 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18277
18278         * flow-fill.el: Typo.
18279
18280 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18281
18282         * spam-wash.el: New file.
18283
18284 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18285
18286         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18287
18288 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18289
18290         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18291         to be run with new-articles as LIST1, not LIST2.
18292         (spam-registration-functions): Add spam-use-ham-copy as a nil
18293         registration backend.
18294
18295 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18296
18297         * spam-stat.el (spam-stat-washing-hook): New option.
18298         (spam-stat-buffer-words): Use it.
18299         (spam-stat-process-directory, spam-stat-test-directory):
18300         Use insert-file-contents-literally.
18301         (spam-stat-coding-system): New variable.
18302         (spam-stat-load, spam-stat-save): Use it.
18303
18304 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18305
18306         * spam-report.el (spam-report-plug-agent):
18307         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18308
18309 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18310
18311         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18312         Allow / in mailto URLs.
18313
18314 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18315
18316         * spam-report.el (spam-report-process-queue): Fix interactive use.
18317         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18318         (spam-report-unplug-agent): Doc fixes.
18319         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18320         (spam-report-agentize, spam-report-deagentize): Autoload.
18321
18322 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18323
18324         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18325
18326         * message.el (message-setup-fill-variables): Add mml tags to
18327         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18328         <ajk@iu.edu>.
18329         (message-mode): Don't modify paragraph-separate there.
18330
18331 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18332
18333         * compface.el (uncompface-use-external): Default to undecided.
18334         (uncompface-use-external-threshold): New variable.
18335         (uncompface-float-time): New macro.
18336         (uncompface): Determine whether to use the external decoder if
18337         uncompface-use-external is undecided.
18338
18339 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18340
18341         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18342         after images.
18343
18344         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18345
18346 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18347
18348         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18349
18350         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18351
18352         * gnus-sum.el (gnus-summary-limit-to-age)
18353         (gnus-summary-limit-children): do.
18354
18355         * gnus-int.el (gnus-request-scan): do.
18356
18357         * gnus-group.el (gnus-group-suspend): do.
18358
18359         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18360
18361         * gnus-cite.el (gnus-cite-parse-attributions): do.
18362
18363         * gnus-agent.el (gnus-summary-set-agent-mark)
18364         (gnus-agent-regenerate-group): do.
18365
18366         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18367
18368         * binhex.el (binhex-decode-region-internal): do.
18369
18370 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18371
18372         * gnus-fun.el (gnus-face-properties-alist): New user option.
18373         (gnus-display-x-face-in-from): Use it.
18374
18375         * gnus-art.el (article-display-face): Ditto.
18376
18377         * compface.el (uncompface-use-external): Default to nil.
18378
18379 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18380
18381         * nntp.el (nntp-erase-buffer): New function.
18382         (nntp-retrieve-data, nntp-send-command)
18383         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18384         (nntp-possibly-change-group): Use it.
18385
18386         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18387         Use with-current-buffer.
18388
18389 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18390
18391         * compface.el: Merge the ELisp-based uncompface program.
18392         (compface): New customization group.
18393         (uncompface-use-external): New user option.
18394         (uncompface): Call uncompface-internal if uncompface-use-external
18395         is nil.
18396         (uncompface-internal): New function.  Note that there are also
18397         some other functions and variables added for this function.
18398
18399 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18400
18401         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18402         if necessary.
18403
18404 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18405
18406         * spam-report.el (spam-report-unplug-agent)
18407         (spam-report-plug-agent, spam-report-deagentize)
18408         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18409         Add support for the Agent in spam-report: when unplugged, report to a
18410         file; when plugged, submit all the requests.
18411
18412         * spam.el (spam-register-routine): Fix message about
18413         registration.
18414
18415 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18416
18417         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18418         dependencies.
18419         (rfc2047-encode): Use it.
18420
18421         * gnus-art.el (gnus-button-marker-list): Move before first
18422         reference.
18423
18424         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18425         (imap-parse-body): Fix format string mismatch.
18426
18427         * gnus-score.el (gnus-summary-increase-score): do.
18428
18429         * nnrss.el (nnrss-close): New function.
18430
18431 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18432
18433         * nnrss.el (nnrss-make-filename): New function.
18434         (nnrss-request-delete-group, nnrss-read-server-data)
18435         (nnrss-save-server-data, nnrss-read-group-data)
18436         (nnrss-save-group-data): Use it.
18437         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18438         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18439         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18440
18441 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18442
18443         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18444
18445 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18446
18447         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18448         files.
18449
18450         * message.el (message-generate-headers-first): Don't quote nil
18451         and t in docstrings.
18452
18453         * imap.el (imap-id): do.
18454
18455         * gnus-agent.el (gnus-agent-consider-all-articles)
18456         (gnus-agent-queue-mail): do.
18457
18458 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18459
18460         * spam-report.el (spam-report-process-queue): New function.
18461         Process requests from `spam-report-requests-file'.
18462         (spam-report-process-queue): Doc fix.
18463
18464 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18465
18466         * spam.el (spam-register-routine)
18467         (spam-log-processing-to-registry, spam-log-registered-p)
18468         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18469         Change "check" to "spam-check" for semi-clarity.
18470
18471 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18472
18473         * pop3.el: Require nnheader.
18474
18475         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18476
18477         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18478
18479         * gnus-picon.el: Require cl.
18480
18481         * gnus-fun.el: Require gnus-ems and gnus-util.
18482
18483         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18484
18485         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18486
18487         * gnus-art.el (gnus-article-edit-mode): Define before first
18488         reference.
18489
18490 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18491
18492         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18493         (gnus-uu-post-encoded): Use point-at-bol.
18494
18495         * gnus-topic.el (gnus-group-active-topic-p): do.
18496
18497         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18498
18499         * gnus-group.el (gnus-group-kill-region): do.
18500
18501         * gnus-art.el (article-date-ut): do.
18502
18503         * message.el (message-fetch-field): Remove redundant
18504         case-fold-search binding.
18505         (message-narrow-to-field): Simplify.
18506
18507 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18508
18509         * spam.el (spam-directory): Derive from `gnus-directory'.
18510
18511         * spam-report.el (spam-report-url-to-file)
18512         (spam-report-requests-file): New function and variable for offline
18513         reporting.
18514         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18515         and user defined function.
18516         (spam-report-url-ping-mm-url): Remove doubled slash.
18517
18518 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18519
18520         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18521
18522 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18523
18524         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18525         Fix format string mismatch.
18526
18527         * sieve.el (sieve-deactivate-all): do.
18528
18529         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18530
18531         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18532
18533         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18534
18535         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18536
18537 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18538
18539         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18540         the list of checks.
18541
18542 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18543
18544         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18545         padding.
18546
18547 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18548
18549         * mm-view.el (mm-fill-flowed): New variable.
18550         (mm-inline-text): Use it.
18551
18552 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18553
18554         * spam.el (spam-spamassassin-register-ham-routine)
18555         (spam-spamassassin-register-spam-routine): Fix function names.
18556
18557 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18558
18559         * gnus.el (gnus-tmp-grouplens): Remove.
18560         (gnus-summary-line-format): Remove grouplens.
18561
18562         * gnus-group.el (gnus-group-line-format): Ditto.
18563
18564         * gnus-spec.el (gnus-format-specs): Ditto.
18565         (gnus-update-format-specifications): Flush the group format spec
18566         cache if there's the grouplens stuff.
18567         (gnus-parse-simple-format): Replace %l with the empty string.
18568
18569 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18570
18571         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18572         omission.
18573
18574 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18575
18576         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18577         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18578
18579 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18580
18581         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18582         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18583         New macros and functions.
18584         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18585         Handle > NLINK_MAX messages.
18586         * nnmaildir.el (nnmaildir-request-set-mark):
18587         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18588
18589 2004-01-25  Alex Schroeder  <alex@gnu.org>
18590
18591         * spam-stat.el (spam-stat-process-directory-age): New option.
18592         (spam-stat-process-directory): Use it.
18593
18594 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18595
18596         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18597         (spam-stat-save): Accept prefix argument.
18598
18599 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18600
18601         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18602         links" error.
18603
18604 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18605
18606         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18607         the rest of the and/or forms.
18608
18609 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18610
18611         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18612         compatibility with old .newsrc.eld files.
18613
18614         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18615
18616         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18617
18618         * gnus-start.el (gnus-1): do.
18619
18620         * gnus-group.el (gnus-group-line-format-alist): do.
18621
18622         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18623
18624         * gnus-gl.el: Remove.
18625
18626 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18627
18628         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18629         marks consisting of a single range {for example, (3 . 5)} rather
18630         than a list of a single range { ((3 . 5)) }.
18631
18632 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18633
18634         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18635         Use with-current-buffer.
18636         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18637         avoid consing a string.
18638
18639         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18640         Remove obsolete entries for big5 and gb2312.
18641
18642 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18643
18644         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18645         uncompressed list.
18646
18647 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18648
18649         * spam-stat.el (spam-stat-strip-xref): New function.
18650         (spam-stat-process-directory): Use it.
18651
18652         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18653         here -- it's done in message-fetch-field.
18654
18655 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18656
18657         * gnus-agent.el (gnus-agent-queue-mail)
18658         (gnus-agent-prompt-send-queue): New variables.
18659         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18660         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18661         "nndraft:queue" along to gnus-draft-send.
18662         Use gnus-agent-prompt-send-queue.
18663         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18664         is "nndraft:queue".  Suggested by Gaute Strokkenes
18665         <gs234@srcf.ucam.org>
18666
18667         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18668         (agent-enable-undownloaded-faces): Add.
18669         (gnus-agent-cat-groups): Use eval-and-compile, not
18670         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18671         method of gnus-agent-cat-groups even when the buffer has been
18672         evaled.
18673         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18674         delete gnus-agent-save-active-1.
18675         (gnus-agent-save-groups): Delete.  Identical to
18676         gnus-agent-save-active.
18677         (gnus-agent-write-active): No longer adjust agent's copy of active
18678         file as agent's adjustments are now stored in their own
18679         file.  Remove optional parameter.
18680         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18681         servers.  Add use of min/max range limits from server's local
18682         file.
18683         (gnus-agent-save-alist): Remove unused optional argument.
18684         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18685         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18686         (gnus-agent-set-local): A per-server file that keeps min/max range
18687         limits for articles known to the agent.  Provides a fast mechanism
18688         for altering many active ranges.
18689         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18690         active file (local makes it unnecessary).
18691         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18692
18693         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18694         (agent-enable-undownloaded-faces): Add.
18695
18696         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18697         disable it when sending to "nndraft:queue".
18698         (gnus-group-send-queue): Add safety check to avoid sending queue
18699         when unplugged.
18700
18701         * gnus-group.el (gnus-group-catchup): Use new
18702         gnus-sequence-of-unread-articles, not
18703         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18704         numbers of articles.  Use gnus-range-map to avoid having to
18705         uncompress the unread list.
18706         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18707         Fix invalid ange-ftp reference.
18708
18709         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18710         (gnus-sorted-range-intersection): Intersection of two ranges
18711         without requiring that they first be uncompressed.
18712
18713         * gnus-start.el (gnus-activate-group): Unless blocked by the
18714         caller, possibly expand the active range to include both cached
18715         and agentized articles.
18716         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18717         multiple version-dependent converters.
18718         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18719         gnus-agent-save-active.
18720         (gnus-save-newsrc-file): Save dirty agent range limits.
18721
18722         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18723         gnus-agent-possibly-alter-active.
18724         (gnus-adjust-marked-articles): Faster handling of simple lists.
18725
18726 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18727
18728         * spam-stat.el (spam-stat-test-directory): New optional argument
18729         displays a list of files detected.  Suggested by Andrew Cohen
18730         <cohen@andy.bu.edu>.
18731         (spam-stat-buffer-words-with-scores): Don't narrow and change
18732         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18733
18734 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18735
18736         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18737         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18738         (spam-spamassassin-arguments)
18739         (spam-spamassassin-spam-flag-header)
18740         (spam-spamassassin-positive-spam-flag-header)
18741         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18742         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18743         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18744         (spam-list-of-processors, spam-list-of-checks)
18745         (spam-list-of-statistical-checks, spam-registration-functions)
18746         (spam-check-spamassassin-headers, spam-check-spamassassin)
18747         (spam-spamassassin-score)
18748         (spam-spamassassin-register-with-sa-learn)
18749         (spam-spamassassin-register-spam-routine)
18750         (spam-spamassassin-register-ham-routine)
18751         (spam-assassin-register-spam-routine)
18752         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18753         (spam-bogofilter-score): Fix to show article before scoring.
18754
18755 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18756
18757         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18758         default scoring function.
18759         (spam-generic-score): Call spam-spamassassin-score if
18760         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18761         spam-bogofilter-score otherwise.
18762
18763         * gnus.el (spam-process, spam-autodetect-methods):
18764         Add spamassassin and spamassassin-headers.
18765
18766 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18767
18768         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18769         Suppress unnecessary messages.
18770
18771 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18772
18773         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18774         make-hash-table.
18775
18776 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18777
18778         * canlock.el (base64-encode-string): Don't autoload it.
18779
18780 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18781
18782         * run-at-time.el: Remove useless (require 'itimer),
18783         eval-and-compile and (featurep 'xemacs).
18784
18785 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18786
18787         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18788         GROUP is a virtual group.
18789
18790 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18791
18792         * gnus.el: Autoload `message-y-or-n-p'.
18793
18794 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18795
18796         * pgg-parse.el: Remove unnecessary (require 'custom).
18797
18798         * pgg-def.el: do.
18799
18800         * nnmail.el: do.
18801
18802         * gnus-undo.el: do.
18803
18804         * gnus-picon.el: do.
18805
18806         * gnus-util.el: do.
18807
18808 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18809
18810         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18811
18812 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18813
18814         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18815         handle, as well as a list.
18816
18817         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18818         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18819         (mm-w3m-cid-retrieve): Simplify.
18820
18821 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18822
18823         * message.el (message-kill-to-signature): Allow prefix arg to
18824         specify number of lines to keep before signature.
18825
18826 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18827
18828         * message.el (message-kill-to-signature): Change docstring.
18829
18830 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18831
18832         * canlock.el: Always require sha1-el.
18833         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18834
18835         * message.el: Autoload sha1 only when compiling.
18836
18837         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18838         eudc-expand-inline for XEmacs.
18839
18840 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18841
18842         * message.el (message-canlock-generate): Require sha1-el.
18843
18844 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18845
18846         * message.el (message-expand-name): Silence the byte compiler.
18847
18848         * lpath.el: Add detect-coding-system.
18849
18850         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18851         cus-edit.
18852
18853 2004-01-13  Simon Josefsson  <jas@extundo.com>
18854
18855         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18856         Invoke gnus-score-mode.
18857         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18858
18859         * gnus-range.el (gnus-compress-sequence): Doc fix.
18860         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18861
18862 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18863
18864         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18865
18866 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18867
18868         * spam.el (spam-get-article-as-string): Update to use
18869         gnus-request-article-this-buffer, much simpler.
18870         (spam-get-article-as-buffer): Remove.
18871
18872 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18873
18874         * message.el (message-expand-name): Use EUDC if the user uses that.
18875
18876 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18877
18878         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18879         character for the encoding to avoid consing a string.
18880
18881         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18882         unnecessarily.
18883
18884         * mm-util.el (mm-replace-chars-in-string): Remove.
18885
18886         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18887         of mm-replace-chars-in-string.
18888
18889 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18890
18891         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18892
18893         * mm-util.el (mm-subst-char-in-string): Support inplace.
18894
18895         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18896         a new string in every iteration.  Use shy groups.
18897
18898 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18899
18900         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18901         * gnus-soup.el (gnus-soup-group-brew):
18902         * gnus-msg.el (gnus-put-message):
18903         * gnus-move.el (gnus-group-move-group-to-server):
18904         * gnus-kill.el (gnus-batch-score):
18905         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18906         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18907         (gnus-group-update-group, gnus-group-read-group)
18908         (gnus-group-make-group, gnus-group-make-help-group)
18909         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18910         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18911         (gnus-group-sort-by-unread, gnus-group-catchup)
18912         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18913         (gnus-group-yank-group, gnus-group-set-info)
18914         (gnus-group-list-groups):
18915         * gnus.el (gnus-generate-new-group-name):
18916         * gnus-delay.el (gnus-delay-send-queue):
18917         * nnvirtual.el (nnvirtual-catchup-group):
18918         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18919         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18920         (gnus-group-prepare-topics, gnus-topic-check-topology):
18921         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18922         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18923         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18924         (gnus-group-make-articles-read):
18925         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18926         (gnus-group-change-level, gnus-kill-newsgroup)
18927         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18928         (gnus-get-unread-articles, gnus-make-articles-unread)
18929         (gnus-make-ascending-articles-unread): Use accessor
18930         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18931         to get group information for improved readability.
18932
18933
18934 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18935
18936         * gnus-art.el (article-decode-mime-words, article-babel)
18937         (gnus-article-highlight-signature, gnus-article-add-buttons)
18938         (gnus-signature-toggle): Use gnus-with-article-buffer.
18939
18940         * gnus-art.el (gnus-article-highlight-headers)
18941         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18942
18943         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18944         (gnus-article-set-globals, gnus-request-article-this-buffer)
18945         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18946         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18947         (gnus-mime-display-alternative): Use with-current-buffer.
18948
18949 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18950
18951         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18952         also under 80 char limit, and call gnus-error if needed.
18953         (spam-fetch-article-header): Fix - it was a
18954         buffer-local variable (gnus-newsgroup-data).
18955         (spam-find-spam): Use spam-generate-fake-headers, forget about
18956         spam-insert-fake-headers.
18957         (spam-insert-fake-headers): Remove.
18958
18959 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18960
18961         * deuglify.el (gnus-article-outlook-unwrap-lines)
18962         (gnus-outlook-rearrange-article)
18963         (gnus-outlook-repair-attribution-outlook)
18964         (gnus-outlook-repair-attribution-block)
18965         (gnus-outlook-repair-attribution-other): Remove redundant
18966         save-excursion.
18967
18968 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18969
18970         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18971         (spam-fetch-field-subject-fast)
18972         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18973         (spam-fetch-article-header): Add functions to deal with Gnus
18974         internals for fast retrieval of article header data.
18975         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18976
18977 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18978
18979         * pop3.el (pop3-md5): Remove.
18980         (pop3-apop): Replace pop3-md5 with md5.
18981
18982         * mm-bodies.el: base64 is always built-in.
18983
18984         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18985         Use with-current-buffer.
18986
18987 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18988
18989         * canlock.el (canlock-insert-header): Remove excessive grouping in
18990         regexp.
18991
18992         * gnus-sum.el (gnus-summary-read-document): Ditto.
18993
18994         * gnus-uu.el (gnus-uu-part-number): Ditto.
18995
18996         * html2text.el (html2text-remove-tags): Ditto.
18997         (html2text-format-tags): Ditto.
18998         (html2text-format-single-elements): Ditto.
18999
19000         * mml.el (mml-parse-1): Ditto.
19001
19002 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19003
19004         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19005
19006         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19007
19008         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19009
19010         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19011
19012 2003-11-15  Simon Josefsson  <jas@extundo.com>
19013
19014         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19015         (pgg-gpg-lookup-key): Use regexp match instead of
19016         split-string (split-string is different between emacs 21.2 and
19017         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19018
19019 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19020
19021         * gnus-art.el (gnus-mime-view-all-parts)
19022         (gnus-article-part-wrapper, gnus-article-view-part):
19023         Use with-current-buffer.
19024
19025 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19026
19027         * spam.el (spam-disable-spam-split-during-ham-respool)
19028         (spam-spamoracle-database, spam-cache-lookups)
19029         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19030         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19031         (spam-group-ham-marks, spam-group-spam-marks)
19032         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19033         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19034         also add spam-use-blackholes to the statistical checks.
19035         (spam-fetch-field-fast): Add interface to fetching fields, may
19036         become a macro.
19037         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19038         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19039         (spam-insert-fake-headers): Fake an article when needed.
19040         (spam-find-spam): Fake article when possible.
19041         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19042         (spam-check-bogofilter-headers): Use message-fetch-field instead
19043         of nnmail-fetch-field.
19044
19045 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19046
19047         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19048
19049 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19050
19051         * spam.el (spam-split): Do not require spam-use-CHECK to be
19052         enabled if that check is passed to spam-split explicitly; also
19053         fix so 'spam doesn't get converted to spam-split-group when
19054         spam-split-symbolic-return is t.
19055         (spam-find-spam): Find registrations of the article and use those
19056         instead of re-running spam-split to find the spam/ham
19057         classification of the article.
19058         (spam-log-processing-to-registry, spam-log-registered-p)
19059         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19060         Use gnus-error instead of gnus-message.
19061         (spam-log-registration-type): Add function to determine the
19062         classification of a message based on registry entries; will
19063         return nil if both 'spam and 'ham are found.
19064         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19065         a reasonably fast local cache without the loading errors.
19066         (spam-cache-lookups): Set to t by default.
19067         (spam-find-spam): Don't try to guess spam-cache-lookups.
19068         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19069         spam-caches entry.
19070         (spam-filelist-build-cache, spam-filelist-check-cache):
19071         Fix caching of whitelist/blacklist entries.
19072         (spam-check-whitelist, spam-check-blacklist):
19073         Invoke spam-from-listed-p with a type, not a cache variable.
19074         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19075
19076 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19077
19078         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19079
19080         * nnmail.el (nnmail-split-fancy): do.
19081
19082         * mml.el (mml-parse): do.
19083
19084         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19085         (gnus-score-adaptive): do.
19086
19087 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19088
19089         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19090         (gnus-mime-button-map): Don't set keymap parent.
19091         (gnus-button-ctan-directory-regexp): Use shy grouping.
19092         (gnus-prev-page-map): Don't set keymap parent.
19093         (gnus-prev-page-map): Remove duplicated one.
19094         (gnus-next-page-map): Don't set keymap parent.
19095         (gnus-mime-security-button-map): Ditto.
19096
19097         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19098         version number.
19099
19100         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19101
19102 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19103
19104         * canlock.el (canlock-sha1-function): Remove.
19105         (canlock-sha1-function-for-verify): Remove.
19106         (canlock-openssl-program): Remove.
19107         (canlock-openssl-args): Remove.
19108         (canlock-ignore-errors): Remove.
19109         (canlock-sha1-with-openssl): Remove.
19110         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19111         (canlock-verify): Don't use canlock-ignore-errors.
19112
19113         * sha1-el.el (sha1-string-external): Make it can return a string
19114         in binary form.
19115         (sha1-region-external): Ditto.
19116         (sha1-string-internal): Ditto.
19117         (sha1-region-internal): Ditto.
19118         (sha1-region): Ditto.
19119         (sha1-string): Ditto.
19120         (sha1): Ditto.
19121
19122 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19123
19124         * spam.el (spam-report-articles-gmane): New command.
19125
19126 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19127
19128         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19129
19130         * run-at-time.el (run-at-time-saved): Remove.
19131         (run-at-time): Doc fix.
19132
19133 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19134
19135         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19136         (gnus-summary-limit-map): Add it.
19137         (gnus-summary-make-menu-bar): do.
19138
19139 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19140
19141         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19142         Make attempt at some caching support (done for BBDB only now).
19143         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19144         addresses to be checked.
19145         (spam-clear-cache-BBDB): Add function, to be invoked by
19146         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19147         (spam-check-BBDB): Check and use the caches, if
19148         spam-cache-lookups is on, remove superfluous (provide).
19149
19150 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19151
19152         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19153
19154 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19155
19156         * run-at-time.el (run-at-time-saved): Move to after the definition
19157         of `run-at-time'.
19158
19159         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19160
19161 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19162
19163         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19164         mm-w3m-local-map-property.
19165
19166         * mm-view.el (mm-w3m-mode-map): Remove.
19167         (mm-w3m-local-map-property): Remove.
19168         (mm-inline-text-html-render-with-w3m): Don't use
19169         mm-w3m-local-map-property.
19170
19171 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19172
19173         * run-at-time.el: New file.
19174
19175         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19176         under Emacs.
19177
19178         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19179         of gnus-set-text-properties.
19180
19181         * gnus-uu.el (gnus-uu-save-article): Ditto.
19182
19183         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19184
19185         * gnus-cite.el (gnus-cite-parse): Ditto.
19186
19187         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19188         of gnus-.
19189
19190         * gnus-xmas.el (run-at-time): Require run-at-time.
19191
19192         * gnus.el: Change calls to nnheader-run-at-time and
19193         password-run-at-time throughout to use run-at-time directly.
19194
19195         * password.el: Remove definition of run-at-time.
19196
19197         * nnheaderxm.el: Remove definition of run-at-time.
19198
19199 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19200
19201         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19202         in prompt.
19203
19204 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19205
19206         * messagexmas.el (message-xmas-redefine): Alias
19207         `message-make-caesar-translation-table' to
19208         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19209         version.
19210
19211         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19212         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19213         `gnus-xmas-set-text-properties'.
19214         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19215         `gnus-xmas-completing-read'.
19216         (gnus-xmas-completing-read): Removed.
19217         (gnus-xmas-open-network-stream): Removed.
19218
19219         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19220         XEmacs version.
19221
19222         * dns.el (dns-make-network-process): Use `open-network-stream'
19223         instead of `gnus-xmas-open-network-stream'.
19224
19225         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19226
19227         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19228
19229 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19230
19231         * gnus-art.el (gnus-mime-display-alternative)
19232         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19233         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19234         Don't use gnus-local-map-property.
19235
19236         * gnus-util.el (gnus-local-map-property): Remove.
19237
19238         * mm-view.el (mm-view-pkcs7-decrypt):
19239         Replace gnus-completing-read-maybe-default with completing-read.
19240
19241         * gnus-util.el (gnus-completing-read): do.
19242         (gnus-completing-read-maybe-default): Remove.
19243
19244 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19245
19246         * password.el: Only autoload `run-at-time' if not XEmacs.
19247         Only autoload the itimer functions if XEmacs.
19248
19249 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19250
19251         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19252         XEmacsen.
19253
19254         * dgnushack.el: Autoload executable-find for XEmacs.
19255
19256 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19257
19258         * gnus-art.el (gnus-read-string): Remove.
19259         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19260         read-string.
19261
19262 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19263
19264         * netrc.el: Autoload password-read.
19265         (netrc): Add configuration group.
19266         (netrc-encoding-method, netrc-openssl-path):
19267         Add variables for encoding and decoding of files with symmetric
19268         ciphers.
19269         (netrc-encode): Add assistant function to encode a file with
19270         netrc-encoding-method.
19271         (netrc-parse): Add interactive parameter, added optional
19272         decoding if netrc-encoding-method is non-nil but otherwise
19273         behavior is standard.
19274         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19275         Do s/encode/encrypt/ everywhere.
19276
19277         * spam.el: Remove executable-find autoload.
19278
19279 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19280
19281         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19282
19283         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19284
19285 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19286
19287         * gnus-art.el (gnus-treat-ansi-sequences)
19288         (article-treat-ansi-sequences): New variable and function.
19289         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19290
19291         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19292         Use it.
19293
19294 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19295
19296         * mm-util.el (mm-quote-arg): Remove.
19297
19298         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19299         shell-quote-argument.
19300
19301         * gnus-uu.el (gnus-uu-command): do.
19302
19303         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19304
19305         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19306         with make-char.
19307
19308         * mm-util.el (mm-make-char): Remove.
19309
19310         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19311         add-minor-mode.
19312
19313         * gnus-undo.el (gnus-undo-mode): do.
19314
19315         * gnus-topic.el (gnus-topic-mode): do.
19316
19317         * gnus-sum.el (gnus-dead-summary-mode): do.
19318
19319         * gnus-start.el (gnus-slave-mode): do.
19320
19321         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19322
19323         * gnus-ml.el (gnus-mailing-list-mode): do.
19324
19325         * gnus-gl.el (gnus-grouplens-mode): do.
19326
19327         * gnus-draft.el (gnus-draft-mode): do.
19328
19329         * gnus-dired.el (gnus-dired-mode): do.
19330
19331         * gnus-ems.el (gnus-add-minor-mode): Remove.
19332
19333         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19334         Replace gnus-char-width with char-width.
19335
19336         * gnus-ems.el (gnus-char-width): Remove.
19337
19338         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19339         Replace gnus-char-width with char-width.
19340
19341         * gnus-ems.el (gnus-char-width): Remove.
19342
19343         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19344         definition.
19345         Remove Emacs 20 hash table compatibility code.
19346
19347         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19348         20 compatibility code.
19349
19350         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19351
19352         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19353
19354         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19355         Replace with point-at-{eol,bol}.
19356
19357         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19358
19359         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19360
19361         * flow-fill.el (fill-flowed-point-at-bol)
19362         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19363
19364         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19365         Replace with point-at-{eol,bol} throughout all files.
19366
19367 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19368
19369         * ntlm.el (ntlm-string-as-unibyte): New macro.
19370         (ntlm-build-auth-response): Use it.
19371
19372         Remove Emacs 20 stuff:
19373         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19374         (butlast, mapc, remove): Remove the compiler macros.
19375         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19376         of delq and copy-sequence.
19377         * gnus-art.el (popup-menu): Remove the compiler macro.
19378         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19379         Emacs 20.
19380
19381 2004-01-05  Simon Josefsson  <jas@extundo.com>
19382
19383         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19384         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19385         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19386         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19387         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19388         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19389         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19390         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19391         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19392         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19393         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19394         string-xor into ntlm-string-xor.
19395         Suggested by Jesper Harder <harder@myrealbox.com>.
19396
19397         * ntlm.el: Don't include poem.
19398
19399         * md4.el (print-int32, print-string-hexa): Remove.
19400         Suggested by Jesper Harder <harder@myrealbox.com>.
19401
19402         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19403
19404         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19405         probably breaks emacs with DL patch, but do we care? Is anyone
19406         still using the DL stuff?)
19407
19408         * sieve-manage.el: Use the password package.
19409         (sieve-manage-read-passwd): Remove.
19410         (sieve-manage-interactive-login): Use password.  Re-add
19411         condition-case around loop.
19412
19413         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19414         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19415         Use the password package.
19416
19417 2003-02-19  Simon Josefsson  <jas@extundo.com>
19418
19419         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19420         token.
19421
19422 2002-08-07  Simon Josefsson  <jas@extundo.com>
19423
19424         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19425         (sieve-manage-authenticators):
19426         (sieve-manage-authenticator-alist): Add some SASL mechs.
19427         (sieve-sasl-auth): New function.
19428         (sieve-manage-cram-md5-auth):
19429         (sieve-manage-plain-auth): Rewrite using SASL library.
19430         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19431         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19432         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19433         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19434
19435 2004-01-05  Simon Josefsson  <jas@extundo.com>
19436
19437         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19438         New files.
19439
19440 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19441
19442         * gnus-group.el (gnus-no-groups-message): Update.
19443
19444         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19445
19446 2003-11-09  Simon Josefsson  <jas@extundo.com>
19447
19448         * imap.el: Support for ID IMAP extension (RFC 2971).
19449         (imap-local-variables): Add imap-id.
19450         (imap-id): New variable.
19451         (imap-id): New function.
19452         (imap-parse-response): Parse untagged ID response.
19453         * nnimap.el (nnimap-id): New variable.
19454         (nnimap-open-connection): Use it.
19455
19456 2003-12-28  Simon Josefsson  <jas@extundo.com>
19457
19458         * gnus-score.el (gnus-score-edit-all-score): New.
19459         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19460
19461 2004-01-04  Simon Josefsson  <jas@extundo.com>
19462
19463         * password.el: Add.
19464
19465 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19466
19467         * dns.el (dns-query-types): Fix typo.
19468         (dns-query-types): New function.
19469         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19470         PTR and SOA replies, see RFC 1035.
19471
19472 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19473
19474         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19475
19476         * Move to Changelog.2.
19477
19478 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19479
19480         * gnus.el (gnus-version-number): Bump version.
19481
19482 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19483
19484         * gnus.el: No Gnus v0.1 is released.
19485
19486 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19487
19488         * gnus.el: No Gnus v0.0 is released.
19489
19490 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19491
19492         * gnus.el (gnus-version-number): Bump.
19493         (gnus-version): No.
19494
19495 See ChangeLog.2 for earlier changes.
19496
19497     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19498       Free Software Foundation, Inc.
19499
19500   This file is part of GNU Emacs.
19501
19502   GNU Emacs is free software: you can redistribute it and/or modify
19503   it under the terms of the GNU General Public License as published by
19504   the Free Software Foundation, either version 3 of the License, or
19505   (at your option) any later version.
19506
19507   GNU Emacs is distributed in the hope that it will be useful,
19508   but WITHOUT ANY WARRANTY; without even the implied warranty of
19509   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19510   GNU General Public License for more details.
19511
19512   You should have received a copy of the GNU General Public License
19513   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19514
19515 ;; Local Variables:
19516 ;; coding: utf-8
19517 ;; fill-column: 79
19518 ;; add-log-time-zone-rule: t
19519 ;; End: