gnus-demon-init: Fix time computing when time is nil
[gnus] / lisp / ChangeLog
1 2010-12-03  Julien Danjou  <julien@danjou.info>
2
3         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
4
5 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8         allow optional argument `environment'.
9
10 2010-12-03  Glenn Morris  <rgm@gnu.org>
11
12         * mm-extern.el (message-goto-body): Update declaration.
13
14 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15
16         * gnus-util.el (gnus-macroexpand-all): New function.
17
18         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
19         instead of macroexpand-all that is unavailable in XEmacs.
20
21 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
22
23         * nnir.el (nnir-summary-line-format): New variable.
24         (nnir-mode): Use it.
25         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
26         (nnir-article-ids): Reimplement as defsubst.
27         (nnir-retrieve-headers): Don't mangle the subject header.
28         (nnir-run-imap): Use 100 as RSV score.
29         (nnir-run-find-grep): Fix for full server searching.
30         (nnir-run-gmane): Better restriction to gmane groups.
31
32         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
33         summary buffers.
34
35 2010-12-02  Julien Danjou  <julien@danjou.info>
36
37         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
38
39         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
40
41         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
42         support.
43
44 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
45
46         * nnir.el: Update to handle the registry better.
47         (autoload): Silence byte-compiler.
48         (nnir-open-server): Add a hook for nnir groups.
49         (nnir-request-move-article): Don't mangle the header. Better to use
50         formating variables (which will be added in the future).
51         (nnir-registry-action): Update the registry using the original article
52         group name.
53         (nnir-mode): Install nnir-specific hooks for updating the registry.
54
55         * gnus-sum.el
56         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
57         obsolete variables.
58         (gnus-summary-move-article): Remove use of obsolete variables.
59         (gnus-summary-local-variables): Make move and delete hooks local to
60         summary buffers.
61
62 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * rtree.el: New file.
65
66 2010-12-01  Julien Danjou  <julien@danjou.info>
67
68         * message.el (message-user-organization): Do not use
69         gnus-local-organization.
70
71         * gnus.el: Remove gnus-local-organization.
72
73         * gnus-msg.el: Remove nastygram thing.
74
75 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
76
77         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
78         funcall.
79
80 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
81
82         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
83         names.
84
85         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
86         characters.
87
88         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
89         to t of inhibit-read-only since it is inside gnus-with-article-headers.
90         Suggested by Štěpán Němec <stepnem@gmail.com>.
91         (gnus-gravatar-transform-address): Use mail-extract-address-components
92         that supports non-ASCII names rather than mail-header-parse-addresses.
93
94 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
95
96         * proto-stream.el (open-protocol-stream): All starttls connections are
97         handled by the network handler.
98
99 2010-11-30  Julien Danjou  <julien@danjou.info>
100
101         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
102         (nnimap-open-connection-1): Fix PREAUTH.
103
104         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
105
106 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
107
108         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
109         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
110         (shr-insert): Use them.
111         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
112
113 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
114
115         * nnir.el (nnir-request-move-article): Bail out if original group
116         doesn't support article moves.
117         (nnir-get-active): Improve active list retrieval.
118
119 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * shr.el (shr-find-fill-point): Don't break before apostrophes.
122
123 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
124
125         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
126         seem to accept strings-with-numbers as port numbers,
127
128 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
129
130         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
131         change the registry.
132
133 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
134
135         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
136         delete-dups that is not available in XEmacs 21.4.
137
138         * mm-util.el (mm-delete-duplicates): Add comment.
139
140 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
141
142         * nnir.el (nnir-ignored-newsgroups): New variable.
143         (nnir-get-active): Use it.
144
145 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
146
147         * proto-stream.el (proto-stream-open-network): Add some comments.
148
149         * nntp.el (nntp-open-connection): Provide a :success condition.
150
151         * nnimap.el (nnimap-open-connection-1): Ditto.
152
153         * proto-stream.el (proto-stream-open-network): See what the response to
154         the STARTTLS command is.
155
156         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
157         backwards compatibility).
158         (nnimap-open-connection-1): Really respect nnimap-server-port.
159
160         * proto-stream.el (proto-stream-open-network): When doing opportunistic
161         TLS upgrades we don't really care about the identity of the peer.
162         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
163         that what we've checked for.
164         (proto-stream-always-use-starttls): Only default to t if
165         open-gnutls-stream exists.
166         (proto-stream-open-network): If STARTTLS failed, then just open a
167         normal connection.
168         (proto-stream-open-network): Wait until the greeting before doing
169         STARTTLS.
170
171         * nntp.el (nntp-open-connection): Report what the connection error is.
172
173         * proto-stream.el (open-protocol-stream): Renamed from
174         open-proto-stream.
175
176 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177
178         * nnimap.el (nnimap-stream): Change default to `undecided'.
179         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
180         first, and then network.
181         (nnimap-open-connection-1): Respect nnimap-server-port.
182         (nnimap-open-connection): Be more backwards-compatible.
183
184         * proto-stream.el (proto-stream-always-use-starttls): New variable.
185         (proto-stream-open-starttls): De-duplicate the starttls code.
186         (proto-stream-open-starttls): Folded back into the main function.
187         (proto-stream-open-network): Fix typo in the gnutls path.
188         (proto-stream-command): Refactor out.
189
190         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
191
192         * proto-stream.el (proto-stream-open-starttls): Actually implement the
193         starttls.el STARTTLS.
194
195         * color.el (color-lab->srgb): Fix function call name.
196
197         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
198         if we're using tls.el.
199         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
200         built in, then don't try to establish a STARTTLS connection.
201
202         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
203         servers.
204
205         * proto-stream.el (open-proto-stream): Use network, not stream.
206         (open-proto-stream): Add a way to specify what the end of a command is.
207
208         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
209         connections types.
210         (nntp-open-network-stream): Remove.
211         (nntp-open-ssl-stream): Remove.
212         (nntp-open-tls-stream): Remove.
213         (nntp-ssl-program): Remove.
214
215         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
216
217 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
218
219         * nnir.el: Fix typos.
220         (nnir-retrieve-headers-override-function): Rename variable to reflect
221         new semantics.
222         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
223         macros.
224         (nnir-request-article, nnir-request-move-article): Use them.
225         (nnir-categorize): New function.
226         (nnir-run-query): Use it.
227         (nnir-retrieve-headers): Rewrite to batch header retrieval.
228         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
229         sorted.
230         (nnir-group-full-name): Use gnus-group-full-name instead.
231         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
232         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
233
234 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
235
236         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
237
238         * proto-stream.el: New library to provide protocol-specific
239         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
240         protocols.
241         (open-proto-stream): Complete the documentation.
242         (proto-stream-open-network): Fix some typos.
243
244         * nnimap.el (nnimap-open-connection): Use it.
245
246 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
247
248         * pop3.el (pop3-open-server): Read server greeting before starting TLS
249         negotiation.
250
251 2010-11-26  Julien Danjou  <julien@danjou.info>
252
253         * color.el: Rename various rgb functions to srgb.
254
255 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256
257         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
258         names.
259
260 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
261
262         * shr.el (shr-insert): Revert last change.
263         (shr-find-fill-point): Never leave point being at bol;
264         relax the kinsoku limitation when rendering tables.
265
266 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
267
268         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
269         results from -accept-article.
270
271         * shr-color.el: Require cl when compiling.
272
273         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
274         checkin.
275
276         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
277
278         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
279
280         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
281         'add and 'delete to set backend marks.
282
283         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
284
285         * nnheader.el (nnheader-update-marks-actions): Refactor out.
286
287         * nntp.el (nntp-request-set-mark): Use it.
288
289         * nnfolder.el (nnfolder-request-set-mark): Ditto.
290
291         * nnml.el (nnml-request-set-mark): Ditto.
292
293         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
294         introduces regressions in article selection.
295         (nnimap-find-uid-response): New function.
296         (nnimap-request-accept-article): Use the UID returned, if any.
297         (nnimap-request-move-article): Use the UID returned, if any.
298         (nnimap-get-groups): Reimplement to work with folded lines.
299         (nnimap-find-uid-response): The UID is the last element in the list.
300         (nnimap-request-set-mark): Extend syntax with 'set.
301
302         * nnml.el (nnml-request-set-mark): Ditto.
303
304         * nnfolder.el (nnfolder-request-set-mark): Ditto.
305
306         * nntp.el (nntp-request-set-mark): Ditto.
307
308 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * message.el (message-called-interactively-p): A temporary macro.
311         (message-goto-body): Use it temporarily.
312
313 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314
315         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
316         (nnimap-last-response-string): Unfold quoted lines, if they exist.
317         (nnimap-last-response-string): Fix last unfolding fix.
318
319 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * shr.el (shr-insert): Fix the way to fold lines.
322
323 2010-11-25  Julien Danjou  <julien@danjou.info>
324
325         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
326
327         * color.el: Rename from color-lab.el
328         (color-rgb->hex): Add.
329         (color-complement): Add.
330         (color-complement-hex): Add.
331
332         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
333
334 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
335
336         * shr-color.el (shr-color-visible): Don't bug out if the colour names
337         don't exist.
338
339 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
340
341         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
342         assuming that article displaying or another mml-preview may be
343         interrupted for an error or for the like.
344
345         * shr.el (shr-get-background): Fix argument name.
346
347 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
348
349         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
350
351         * gnus-sum.el (gnus-summary-include-articles): New function.
352
353         * message.el (message-goto-body): called-interactively-p needs a
354         parameter, so use `any'.
355
356         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
357         clear marks before moving, since they're synced from the Gnus side
358         first.
359
360         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
361         (gnus-summary-move-article): Copy over all marks before moving, so that
362         IMAP doesn't think a new article has arrived.
363
364 2010-11-24  Julien Danjou  <julien@danjou.info>
365
366         * shr.el (shr-insert-background-overlay): Fix typo.
367         (shr-render-td): Copy the background before rendering.
368
369         * shr-color.el (shr-color-visible): Fix docstring.
370
371         * shr.el (shr-tag-table): Add bgcolor support.
372         (shr-render-td): Add bgcolor support.
373         (shr-get-background): Add.
374         (shr-insert-foreground-overlay): Use shr-get-background.
375
376         * message.el (message-goto-body): Use called-interactively-p.
377         (message-in-body-p): message-goto-body returns point.
378
379 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380
381         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
382         Fixes something or other in Emacs 23, and is backwards compatible.
383
384         * message.el (message-goto-body): Remove the <#secure special-casing,
385         which is too special.
386
387         * shr.el (shr-parse-style): Drop !important from styles.
388
389 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
390
391         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
392         this function to return incorrect results when calling it with an
393         explicit article argument different from
394         (gnus-summary-article-number).
395
396 2010-11-24  Julien Danjou  <julien@danjou.info>
397
398         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
399         (shr-tag-body): Add background support.
400         (shr-descend): Add background support.
401         (shr-tag-title): Add.
402
403         * shr-color.el (shr-color-visible): Really return original background
404         if fixed.
405
406 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407
408         * shr.el (shr-color-check): Protect against non-existant colour names.
409
410 2010-11-24  Julien Danjou  <julien@danjou.info>
411
412         * color-lab.el: Require 'cl when compiling.
413
414         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
415
416         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
417         matched part.
418
419         * color-lab.el: Fix all expt calls to use float type.
420
421 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
422
423         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
424         expression to shr-color-check as is.
425
426         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
427
428         * color-lab.el: Add coding cookie.
429         (float-pi): Use eval-and-compile.
430
431         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
432         compiled for Emacsen having no `libxml-parse-html-region' support.
433
434 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
435
436         * shr.el (shr-insert-color-overlay): Split stuff like
437         "#444444 !important" to find the real colour.
438         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
439         parse <font color="red"> entries.
440
441 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
442
443         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
444         point when parsing headers.
445
446         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
447         is positioned properly when parsing headers.
448
449 2010-11-23  Julien Danjou  <julien@danjou.info>
450
451         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
452
453         * shr-color.el (shr-color->hexadecimal): Add support for color names.
454
455         * shr.el (shr-parse-style): Replace \n with space in style parsing.
456
457         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
458         shr-color-hue-to-rgb.
459         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
460
461 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462
463         * shr.el (shr-color->hexadecimal): Autoload.
464         (shr-descend): Add color to all tags.
465
466 2010-11-22  Julien Danjou  <julien@danjou.info>
467
468         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
469         shr-color->hexadecimal.
470
471         * shr-color.el (shr-color->hexadecimal): Add converting functions for
472         RGB() or HSL() color representation.
473
474         * shr.el (shr-tag-font): Add.
475         (shr-tag-color-check): New function to get better colors.
476         (shr-tag-insert-color-overlay): Factorize code between tag-font and
477         tag-span.
478
479         * shr-color.el: New file.
480
481         * color-lab.el: New file.
482
483         * gnus-art.el (gnus-url-mailto): Do not downcase args.
484
485 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
486
487         * nnir.el: Fix typo in comments.
488         (nnir-run-imap): Simplify code. No need to reverse artlist.
489         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
490
491 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
492
493         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
494
495         * nnimap.el (nnimap-get-capabilities): Refactor out.
496         (nnimap-open-connection): Re-request capabilities after STARTTLS.
497
498 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
499
500         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
501         appearing when `mm-uu-hide-markers' is nil.
502
503 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
504
505         * nnimap.el (nnimap-unselect-group): Make into its own function.
506         (nnimap-request-rename-group): Unselect group before renaming.
507         This had gotten lost somewhere.
508         (nnimap-request-accept-article): Keep track of examined groups, and
509         unselect the group before APPENDing to read-only groups.
510         (nnimap-request-move-article): Clear flags before moving so that they
511         can be re-set later.
512
513 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
514
515         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
516         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
517
518 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
519
520         * gnus-art.el (gnus-mime-display-single)
521         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
522         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
523         parameter.
524
525 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
528         (shr-table-vertical-line): New variable.
529         (shr-insert-table): Use it.
530
531 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
532
533         * gnus-html.el (gnus-html-wash-images): Don't display images if
534         gnus-inhibit-images is non-nil; register displayer for cid images.
535         (gnus-html-display-image): Work for cid image.
536         (gnus-html-insert-image): Allow arguments.
537         (gnus-html-put-image): Inhibit read-only.
538         (gnus-html-prefetch-images): Don't prefetch images if
539         gnus-inhibit-images is non-nil.
540
541 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
542
543         * shr.el (shr-put-image): Break lines when inserting big pictures.
544
545 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
546
547         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
548         sender, thanks Katsumi Yamaoka.
549
550 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
551
552         * nnir.el (nnir-run-imap): Reverse the article list for each group
553         rather than the whole list.
554
555 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
556
557         * shr.el (shr-image-displayer): Protect function against non-existent
558         image source.
559
560         * gnus-art.el (gnus-inhibit-images): New user option.
561         (gnus-mime-display-single): Don't display image if it is non-nil.
562
563         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
564         gnus-inhibit-images.
565
566         * shr.el (shr-image-displayer): New function.
567         (shr-tag-img): Use it.
568
569 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
570
571         * mml2015.el (mml2015-epg-sign): Use From header.
572
573 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
574
575         * gnus-html.el (gnus-html-wash-images): Register a displayer.
576
577         * gnus-util.el (gnus-find-text-property-region): Return markers.
578
579         * shr.el (shr-tag-img): Put a displayer in the text property.
580
581         * gnus-util.el (gnus-find-text-property-region): New utility function.
582
583         * gnus-html.el (gnus-html-display-image): Make the alt optional.
584         (gnus-html-show-images): Remove.
585
586         * gnus-art.el (gnus-article-show-images): New, more general function.
587
588         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
589         image url text properties.
590
591         * shr.el: Ditto.
592
593         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
594         gnus-agent-auto-agentize-methods is set.  Which it isn't.
595
596 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
597
598         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
599         work for two or more articles.
600
601 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
602
603         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
604         divide an image that's in an html article to two or more when washing
605         non-ASCII characters in alt text of it.
606
607 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
608
609         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
610         smime-decrypt-region using function argument.
611         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
612
613         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
614
615         * smime.el (smime-decrypt-region): Catch it.
616
617 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
618
619         * smime.el (smime-mode-map): Move initialization into declaration.
620         (gnus-run-mode-hooks): Don't autoload.
621         (smime-mode): Use define-derived-mode.
622
623 2010-11-11  Glenn Morris  <rgm@gnu.org>
624
625         * smime.el (from): Restrict declaration to XEmacs.
626
627         * nnir.el (gnus-group-topic-name): Autoload.
628
629 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
630
631         * shr.el (shr-insert): Don't break long line if it is because of
632         kinsoku-bol characters in the line end.
633
634 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
635
636         * nnir.el (nnir-request-move-article): Fix to provide original group
637         and subject.
638         (nnir-warp-to-article): Don't fail on articles whose headers haven't
639         been retrieved.
640
641         * gnus-sum.el (gnus-summary-move-article): Use original group and
642         subject for virtual articles such as those in an nnir summary buffer.
643
644 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
645
646         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
647         least 21.5).
648
649         * smime.el (from): Declare it again for XEmacs.
650
651 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
652
653         * message.el (message-resend): Don't disable encoding unless it's
654         already encoded.
655
656         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
657         low-numbered articles.
658
659 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
660
661         * rfc2047.el (rfc2047-syntax-table): Simplify.
662
663         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
664
665         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
666         set-char-table-range for XEmacs.
667
668 2010-11-10  Glenn Morris  <rgm@gnu.org>
669
670         * time-date.el (time-to-seconds): Always an alias on Emacs,
671         never a real function.
672         (with-no-warnings): Remove compat stub, now unused.
673         (time-less-p): Doc fix.
674         (time-to-number-of-days): Simplify.
675
676         * smime.el (from): Remove unused declaration.
677
678         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
679         (gnus-float-time): On Emacs, always an alias.
680
681         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
682         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
683
684 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
685
686         * dgnushack.el: Don't use ignore-errors in the top level form since it
687         is unavailable in XEmacs even if cl is loaded.
688
689         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
690
691 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
692
693         * shr.el (browse-url-mailto): Autoload.
694
695         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
696
697         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
698         regexp doesn't need quoting.
699
700 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
701
702         * message.el (message-subject-trailing-was-ask-regexp)
703         (message-subject-trailing-was-regexp): Match was: in addition to was.
704
705 2010-11-09  Glenn Morris  <rgm@gnu.org>
706
707         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
708         (nnbabyl-check-mbox): Use point-at-bol.
709
710 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
711
712         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
713
714         * message.el (message-mailto): New function.
715         (message-mailto): Should accept other parameters.
716         (message-mailto): Remove since it duplicates browse-url-mailto
717         functionality.
718
719 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
720
721         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
722         methods.
723         (gnus-read-active-file): Ditto.
724
725         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
726         ": " from the prompt.
727         (gnus-group-make-group): Ditto.
728
729 2010-11-07  Glenn Morris  <rgm@gnu.org>
730
731         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
732         (gnus-bookmark-kill-line): Use point-at-eol.
733
734 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
737         asterisks in From header.
738
739 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
740
741         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
742         string to avoid making the From headers syntactically invalid.
743
744         * message.el (message-send-mail): Don't insert courtesy messages if the
745         message already has List-Post and List-ID messages.
746
747 2010-11-06  Glenn Morris  <rgm@gnu.org>
748
749         * gnus-art.el (gnus-treat-article): Give dynamic local variables
750         `condition', `type', `length' a prefix.
751         (gnus-treat-predicate): Update for above name changes.
752
753 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
754
755         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
756         binding.  Handled by `gnus-summary-refer-thread' instead.
757         (nnir-warp-to-article): New backend function.
758
759         * nnimap.el (nnimap-request-thread): Force dependency updating.
760
761         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
762         (gnus-summary-refer-thread): Rework to improve thread-referral.
763
764         * gnus-int.el (gnus-warp-to-article): New function.
765
766         * gnus-sum.el (gnus-summary-article-map): Bind it.
767
768 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
769
770         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
771         gnus-summary-refer-thread.
772
773         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
774         headers.
775         (gnus-summary-limit-include-thread): Prevent articles in thread from
776         being cut in gnus-cut-threads.
777         (gnus-summary-refer-thread): Limit retrieved headers to those in
778         thread.
779
780 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
781
782         * message.el (message-send-mail): Use the value of
783         message-courtesy-message from the message buffer.
784
785         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
786
787         * shr.el (shr-browse-url): Implement mailto: URLs.
788
789         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
790         "raw".
791
792         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
793         if it's already selected.
794
795         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
796
797 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
798
799         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
800         to measure the length and truncate alt text.
801
802 2010-11-03  Glenn Morris  <rgm@gnu.org>
803
804         * nndiary.el (nndiary-generate-nov-databases-1)
805         (nndiary-generate-active-info): Rename dynamic variable `files' to
806         something less generic.
807
808 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
809
810         * nnir.el (nnir-request-move-article): Call the underlying backend to
811         move articles from nnir.
812
813 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
814
815         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
816
817 2010-11-02  Julien Danjou  <julien@danjou.info>
818
819         * nnir.el: Remove wais support.
820
821 2010-11-02  Glenn Morris  <rgm@gnu.org>
822
823         * gnus-html.el: Reorder requirements to quieten compiler.
824
825 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
828         properly for XEmacs as well.
829         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
830         (gnus-article-natural-long-line-p): Use window-width rather than
831         frame-width.
832
833 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
834
835         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
836         (nnir-read-parms): Don't modify query.
837         (nnir-run-query): Add ability to search topic on current line.
838         (nnir-get-active): Clean up.
839
840 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
841
842         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
843         degenerate articles.
844
845         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
846         (gnus-print-buffer): Just print the buffer as is, without any copying
847         to a buffer and then re-highlighting.
848
849         * nnimap.el (nnimap-request-group): Store the new updated info.
850         (nnimap-request-group): Select the group when we don't know whether it
851         exists or not.
852
853         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
854         groups.
855
856         * gnus-group.el (gnus-group-find-new-groups): Display all the new
857         groups.
858
859         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
860         groups.
861
862         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
863         long-lines case by only filling the long lines.
864
865         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
866         (bug #7311).
867
868 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
869
870         * shr.el: No need to declare `declare-function' since shr.el is for
871         only Emacsen that provide `libxml-parse-html-region'.
872
873         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
874         effective only in a file it is referred to.
875
876 2010-11-01  Glenn Morris  <rgm@gnu.org>
877
878         * mm-util.el (gnus-completing-read): Autoload.
879         (mm-read-coding-system): Simplify Emacs definition.
880
881         * nnmail.el (gnus-activate-group):
882         * nnimap.el (gnutls-negotiate):
883         * nntp.el (netrc-parse): Fix declarations.
884
885 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
888         string-match-p in Emacs >=23.
889
890         * gnus-msg.el (gnus-configure-posting-styles)
891         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
892
893 2010-11-01  Glenn Morris  <rgm@gnu.org>
894
895         * nnir.el (declare-function): Add compat stub.
896         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
897         (nnir-run-gmane): Require 'mm-url.
898
899         * mm-util.el (mm-string-to-multibyte): Simplify.
900
901         * shr.el (declare-function): Add compat stub.
902         (url-cache-create-filename): Declare.
903         (mm-disable-multibyte, widget-convert-button): Autoload.
904
905         * smime.el (ldap-search): Declare.
906         (smime-cert-by-ldap-1): Require ldap on Emacs.
907
908         * nnimap.el: Require nnmail, and gnus-sum when compiling.
909         (nnimap-keepalive): Use gnus-float-time.
910
911         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
912         (mail-source-delete-crash-box): Use gnus-float-time.
913
914         * gnus-dired.el (gnus-completing-read): Autoload.
915
916         * mm-view.el (gnus-rescale-image): Autoload.
917
918         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
919
920         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
921
922         * sieve-manage.el: Require 'cl when compiling.
923
924         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
925         (gnus-iswitchb-completing-read): Require iswitchb.
926         (gnus-select-frame-set-input-focus): Silence compiler.
927
928 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * message.el (message-subject-trailing-was-query): Change default to t,
931         since I think that's what most people want.
932
933         * nnimap.el (nnimap-request-accept-article): Erase buffer before
934         appending for easier debugging.
935         (nnimap-wait-for-connection): Take a regexp.
936         (nnimap-request-accept-article): Wait for the continuation line before
937         sending anything unless we're streaming.
938
939         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
940         leave the header washing to take place.
941
942 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
943
944         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
945         regular expression match and replace in posting styles.
946
947 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
948
949         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
950         an entire server.
951         (nnir-get-active): New function.
952         (nnir-run-imap): Use it.
953         (nnir-run-gmane): Who knew, gmane search returns an article score!
954
955         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
956         server on the current line with nnir.
957
958 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
959
960         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
961         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
962         left edge.
963         (gnus-article-foldable-buffer): Skip past the prefix when determining
964         raggedness.
965
966         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
967         the raw article, and change `C-u g' to show the article without doing
968         treatments.
969
970         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
971         on to `gnus-treat-article'.
972         (gnus-inhibit-article-treatments): New variable.
973
974         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
975
976         * gnus-art.el (gnus-treatment-function-alist): Have
977         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
978         (gnus-treat-fill-long-lines): Change default to fill all text/plain
979         sections.
980
981         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
982         parameter.
983         (gnus-article-fill-cited-long-lines): New function.
984         (gnus-article-fill-cited-article): Allow filling only long sections.
985
986         * shr.el (shr-find-fill-point): Don't break lines between punctuation
987         and non-punctuation (like after the apostrophe in "'We").
988
989         * gnus-sum.el (gnus-summary-select-article): Make sure
990         gnus-original-article-buffer is alive.
991
992         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
993         reflect the order they're in in the digest.
994
995         * gnus.el (gnus-group-startup-message): Move point to the start of the
996         buffer.
997
998         * nnimap.el (nnimap-capability): New function.
999         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1000         is set.
1001
1002 2010-10-31  David Engster  <dengste@eml.cc>
1003
1004         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1005         conform with changes to gnus-completing-read.
1006
1007 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1008
1009         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1010
1011 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1012
1013         * nnir.el: Move defvar, defcustom around to keep file organized
1014         and keep byte-compiler quiet.
1015         (nnir-read-parms): Accept search-engine as arg.
1016         (nnir-run-query): Pass search-engine as arg.
1017         (nnir-search-engine): Remove.
1018
1019 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020
1021         * shr.el (shr-generic): The text nodes should be text, not :text.
1022
1023         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1024         later in the file.
1025
1026 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1027
1028         * nnir.el: General clean up.  Allow searching with multiple engines.
1029         Allow separate extra-parameters for each engine.
1030         Batch queries when possible.
1031         (nnir-imap-default-search-key,nnir-method-default-engines):
1032         Add customize interface.
1033         (nnir-run-gmane): New engine.
1034         (nnir-engines): Use it.  Qualify all prompts with engine name.
1035         (nnir-search-engine): Remove global variable.
1036         (nnir-run-hyrex): Restore for now.
1037         (nnir-extra-parms,nnir-search-history): New variables.
1038         (gnus-group-make-nnir-group): Use them.
1039         (nnir-group-server): Remove in favor of gnus-group-server.
1040         (nnir-request-group): Avoid searching twice.
1041         (nnir-sort-groups-by-server): New function.
1042
1043 2010-10-30  Julien Danjou  <julien@danjou.info>
1044
1045         * gnus-group.el: Remove gnus-group-fetch-control.
1046
1047         * gnus-start.el (gnus-find-new-newsgroups):
1048         Remove gnus-check-first-time-used.
1049
1050         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1051
1052 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1053
1054         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1055         set on groups that don't have \* permanentflags.
1056
1057 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1058
1059         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1060         control the background color.
1061         (shr-tag-img): Ignore very small web bug type images.
1062         (shr-put-image): Add help-echo alt texts to the images.
1063         (shr-tag-video): Show the video poster image.
1064
1065 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1066
1067         * shr.el (shr-table-depth): New variable.
1068         (shr-tag-table-1): Only insert the images after the top-level table.
1069
1070         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1071
1072         * gnus-util.el (gnus-list-memq-of-list): New function.
1073
1074         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1075         selected.
1076         (nnimap-unsplittable-articles): New slot.
1077         (nnimap-new-articles): Use it.
1078
1079 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1080
1081         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1082         move to the previous line on `M-g'.
1083
1084 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1085
1086         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1087         *-request-group, which seems unnecessary.
1088
1089         * nnimap.el (nnimap-quote-specials): Function copied over from
1090         imap.el.
1091         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1092         they support that.  Suggested by Tom Regner.
1093
1094 2010-10-29  Julien Danjou  <julien@danjou.info>
1095
1096         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1097         defalias.
1098         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1099
1100         * gnus.el: Remove `gnus-nntp-service' variable.
1101         (gnus-secondary-servers): Make obsolete.
1102         (gnus-nntp-server): Make obsolete.
1103
1104         * gnus-start.el (gnus-1): Remove x-splash calls.
1105
1106         * gnus-ems.el (gnus-x-splash): Remove.
1107
1108         * gnus.el (gnus-group-startup-message): Simplify/update code.
1109
1110         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1111         definition.
1112
1113         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1114         capability before doing anything.
1115         (gnus-group-insert-group-line): Remove useless
1116         gnus-group-remove-excess-properties.
1117
1118 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1119
1120         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1121
1122 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1125         config after reselecting.
1126
1127 2010-10-28  Julien Danjou  <julien@danjou.info>
1128
1129         * shr.el (shr-put-image): Use point even if only inserting text.
1130         (shr-put-image): Save excursion when inserting alt text on non-graphic
1131         display, so the behaviour is the same when we are on a graphic display.
1132
1133         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1134
1135 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1136
1137         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1138         (gnus-mime-copy-part): Check coding system, not charset.
1139         (gnus-mime-view-part-externally): Never remove part.
1140         (gnus-mime-view-part-internally): Don't remove part here.
1141         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1142         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1143         multipart/alternative.
1144
1145         * mm-decode.el (mm-display-part): Take optional arg `force'.
1146
1147 2010-10-26  Julien Danjou  <julien@danjou.info>
1148
1149         * gnus-group.el (gnus-group-default-list-level): Add this function to
1150         compute the default list level.
1151         (gnus-group-default-list-level): Add possibility to use a function.
1152
1153 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1154
1155         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1156
1157         * gnus-group.el (gnus-group-completing-read)
1158         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1159         gnus-replace-in-string.
1160
1161 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1162
1163         * shr.el (shr-tag-div): Add.
1164
1165         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1166
1167 2010-10-25  Julien Danjou  <julien@danjou.info>
1168
1169         * gnus-util.el: Remove `gnus-with-local-quit'.
1170
1171         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1172
1173 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1174
1175         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1176         the original article buffer.
1177
1178 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1179
1180         * nnimap.el (nnimap-request-head): New function.
1181         (nnimap-request-move-article): Try to be slighly faster by not
1182         requesting the entire message when moving.
1183         (nnimap-transform-headers): Don't bug out on bodiless articles.
1184         (nnimap-send-command): Have no outstanding messages if the IMAP server
1185         doesn't support streaming.
1186         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1187
1188 2010-10-24  Julien Danjou  <julien@danjou.info>
1189
1190         * message.el (message-default-headers): Fix type.
1191
1192 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1195         prefetching images.
1196
1197         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1198         backend for unknown groups.  This is mainly useful for nnimap groups.
1199
1200         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1201         group isn't covered by the agent.
1202
1203 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1204
1205         * nnir.el (nnir-method-default-engines): New variable.
1206         (nnir-run-query): Use it.
1207         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1208         (gnus-summary-nnir-goto-thread): Change group if needed.
1209
1210         * gnus-group.el (gnus-group-group-map): Add key binding for
1211         gnus-group-make-nnir-group.
1212
1213 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1214
1215         * shr.el (shr-tag-object): Add.
1216
1217         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1218         original article buffer live.
1219         (gnus-summary-select-article-buffer):
1220         Mention gnus-widen-article-buffer.
1221
1222 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223
1224         * shr.el (shr-tag-strong): Add.
1225
1226 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1227
1228         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1229         group names.  They mess up the group buffer badly.
1230
1231         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1232
1233         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1234         instead of the summary one.
1235
1236 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1237
1238         * mml.el (mml-preview): Work properly when editing article.
1239
1240         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1241         gnus-have-read-active-file if it's already been in.
1242
1243 2010-10-22  Tom Tromey  <tromey@redhat.com>
1244
1245         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1246         gnus-group-completing-read.
1247
1248 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1249
1250         * message.el (message-mode-map): Don't bind M-; to comment region, to
1251         allow the global comment-dwim to work.
1252
1253 2010-10-21  Julien Danjou  <julien@danjou.info>
1254
1255         * message.el (message-setup-1): Allow message-default-headers to be a
1256         function.
1257
1258 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1259
1260         * shr.el (shr-tag-table): Simplify.
1261
1262 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1265         to avoid trying to snarf invalid stuff.
1266
1267         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1268
1269         * gnus.el (gnus-message-archive-group): Quote value.
1270         (gnus-message-archive-group): Mark as changed.
1271
1272         * shr.el (shr-add-font): Don't put the font properties on the newline
1273         or the indentation.
1274
1275         * message.el (message-fix-before-sending): Change options when sending
1276         non-printable characters.
1277
1278         * gnus.el (gnus-message-archive-method): Change the default to
1279         monthly outgoing groups.
1280
1281         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1282         that have gotten new numbers.
1283
1284         * nnimap.el (nnimap-request-replace-article): New function.
1285
1286 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1287
1288         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1289         (nnrss-request-article): Don't use special html washing code.
1290
1291 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1292
1293         * shr.el (shr-tag-table): Remove useless nconc.
1294
1295 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * gnus-art.el (article-wash-html): Simplify and remove the charset
1298         stuff.  Use the normal html rendering code instead of the special html
1299         washing code.
1300
1301         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1302         `gnus-w3m' symbols.
1303         (mm-text-html-washer-alist): Remove.
1304
1305         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1306         (mm-inline-media-tests): Remove use.
1307         (mm-text-html-renderer): Change default to the `shr' symbol.
1308
1309         * mm-view.el (mm-inline-text-html): Remove use.
1310
1311         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1312         `gnus-blocked-images' to be a function.
1313         (gnus-article-wash-function): Remove.
1314
1315 2010-10-20  Julien Danjou  <julien@danjou.info>
1316
1317         * spam.el (spam-list-of-processors): Mark as obsolete.
1318
1319         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1320         (nnimap-insert-partial-structure): Fix boundary detection.
1321
1322 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1323
1324         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1325         run file-truename on remote files.  This can be expensive and even
1326         prevent one from editing drafts if some unrelated buffer has a stale
1327         connection.
1328
1329 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1332         kinsoku-eol regardless of shr-kinsoku-shorten.
1333         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1334         (shr-tag-table): Support caption, thead, and tfoot.
1335
1336 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1337
1338         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1339         lines.
1340         (shr-save-contents): New command and keystroke.
1341
1342         * nndoc.el (nndoc-type-alist): Add git support.
1343         (nndoc-git-type-p): New function.
1344         (nndoc-transform-git-article): Ditto.
1345         (nndoc-transform-git-headers): Ditto.
1346         (nndoc-transform-git-headers): Generate Subject headers.
1347
1348         * shr.el (shr-parse-style): New function.
1349         (shr-tag-span): Ditto.
1350
1351         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1352         to `G G' to avoid collisions.
1353
1354 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1355
1356         * shr.el: Load kinsoku if necessary.
1357         (shr-kinsoku-shorten): New internal variable.
1358         (shr-find-fill-point): Make kinsoku shorten text line if
1359         shr-kinsoku-shorten is bound to non-nil.
1360         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1361         shr-indentation too when testing if table is wider than frame width.
1362         (shr-insert-table): Use `string-width' instead of `length' to measure
1363         text width.
1364         (shr-insert-table-ruler): Make sure indentation is done at bol.
1365
1366 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1367
1368         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1369         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1370         undecoded network data.
1371
1372 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1375         name in the mode line spec so that the mode line menu works
1376         (bug #2431).
1377
1378         * message.el (message-get-reply-headers): If we're fed `to-address',
1379         then always use that.
1380
1381         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1382         aren't so wide as to need to switch off the edit menu.
1383
1384         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1385         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1386
1387         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1388         `M-g'.
1389         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1390         the permanent marks.
1391
1392 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1393
1394         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1395         Splitting according to references/in-reply-to obeys the ignore-groups
1396         variable, while splitting by sender and subject do not.
1397
1398 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1399
1400         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1401         alist, so that we can look for non-Unicode chars.
1402         (article-translate-strings): Allow both character and string maps.
1403
1404 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1405
1406         * shr.el (shr-insert): Don't insert space behind a wide character
1407         categorized as kinsoku-bol, or between characters both categorized as
1408         nospace.
1409
1410 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1411
1412         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1413         headers to gnus-newsgroup-headers.
1414
1415 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416
1417         * shr.el (shr-tag-img): Don't align images -- since we're not
1418         rescaling, this often leads to ugly displays.
1419
1420 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1421
1422         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1423         duplicates.
1424
1425 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1426
1427         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1428         call.
1429
1430 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1431
1432         * gnus.el: Autoload gnus-html-show-images.
1433
1434         * nnimap.el: Use nnheader-message throughout.
1435
1436         * shr.el (shr-tag-img): Ignore images with no data.
1437
1438 2010-10-15  Julien Danjou  <julien@danjou.info>
1439
1440         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1441         a possibility to disable format=flow encoding when using hard newlines.
1442
1443 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         * shr.el (shr-insert): Remove space inserted before or after a
1446         breakable character or at the beginning or the end of a line.
1447         (shr-find-fill-point): Do kinsoku; find the second best point or give
1448         it up if there's no breakable point.
1449
1450 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1451
1452         * nnimap.el (nnimap-open-connection): Message when opening connection
1453         for debugging purposes.
1454
1455         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1456         on every setup buffer call to allow this to change from article to
1457         article.
1458
1459         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1460         buffers where we have a wide table.
1461
1462 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1463
1464         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1465         uses *-request-thread.
1466
1467 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1470         incantation, which is no longer valid.
1471
1472 2010-10-14  Julien Danjou  <julien@danjou.info>
1473
1474         * shr.el: Fix defcustom type (char -> character).
1475
1476 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1477
1478         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1479         programs.
1480
1481 2010-10-14  Julien Danjou  <julien@danjou.info>
1482
1483         * shr.el (shr-tag-a): Use url-link as widget type.
1484
1485         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1486         `gnus-group-get-icon'.
1487
1488 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1489
1490         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1491         This should make server editing work better.
1492
1493         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1494
1495         * tls.el (tls-program): Remove spurious %s from openssl.
1496
1497         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1498         (nnimap-parse-flags): Fix regexp.
1499
1500         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1501         probably work for CJVK text, too.
1502
1503         * nnimap.el (nnimap-extend-tls-programs): Remove.
1504         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1505
1506         * tls.el (tls-starttls-switches): Remove starttls hack.
1507         (open-tls-stream): Ditto.
1508         (tls-find-starttls-argument): Ditto.
1509
1510 2010-10-13  Julien Danjou  <julien@danjou.info>
1511
1512         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1513         responses.
1514
1515 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516
1517         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1518
1519         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1520         anything in Emacs.
1521
1522         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1523
1524 2010-10-13  Julien Danjou  <julien@danjou.info>
1525
1526         * shr.el (shr-width): Make shr-width a defcustom with default to
1527         fill-column.
1528         (shr-tag-img): Use shr-width rather than fill-column.
1529
1530 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1531
1532         * dgnushack.el (byte-optimize-apply)
1533         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1534
1535         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1536         position when (X-)Faces exist.
1537         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1538         avatars when called interactively.
1539
1540 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1541
1542         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1543         gnus-article-x-face-too-ugly is bound.
1544
1545 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546
1547         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1548
1549         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1550         mailbox that doesn't exist.
1551
1552 2010-10-12  Julien Danjou  <julien@danjou.info>
1553
1554         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1555         (shr-get-image-data): Encode URL properly when fetching from cache.
1556         (shr-tag-img): Use aligned-to spaces to align correctly images.
1557
1558         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1559         before inserting the Gravatar.
1560
1561         * shr.el (shr-tag-img): Add align attribute support for <img>.
1562
1563 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1564
1565         * gnus-gravatar.el (gnus-art): Require.
1566
1567         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1568         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1569         Remove long obsoleted functions.
1570
1571 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1574
1575         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1576
1577         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1578         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1579         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1580         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1581         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1582         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1583         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1584
1585 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1586
1587         * nnimap.el (nnimap-request-rename-group): Select group read-only
1588         before renaming it.
1589
1590         * shr.el (shr-insert): Fix up the white space only regexp.
1591
1592         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1593         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1594
1595         * shr.el (shr-current-column): New function.
1596         (shr-find-fill-point): New function.
1597
1598 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1599
1600         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1601         numbers.
1602
1603 2010-10-11  Julien Danjou  <julien@danjou.info>
1604
1605         * shr.el (shr-hr-line): Add.
1606         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1607         display hr lines.
1608         (shr-max-columns): Do not change state to nil if we just inserting
1609         spaces.
1610
1611 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1614         select the last group.
1615
1616 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1617
1618         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1619
1620 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1621
1622         * dig.el (dig-mode-map): Declare and define in one step.
1623
1624 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1625
1626         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1627         for Gnus.
1628         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1629         (nnimap-update-qresync-info): Mark \Seen articles as read.
1630
1631         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1632         non-variable, too.
1633
1634         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1635         available.
1636         (nnimap-update-info): Rely more on the current active than the param
1637         active to avoid marking articles as read too much.
1638
1639         * auth-source.el (auth-source-create): Use (user-login-name) for the
1640         user name default.
1641
1642         * nnimap.el (nnimap-update-info): If the server doesn't return any
1643         useful info, just use the previous info.
1644         (nnimap-update-info): Prefer old info over start-article.
1645         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1646
1647 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1648
1649         * nnir.el (autoload): Clean up autoloads.
1650         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1651         Use key rather than value.
1652         (nnir-imap-search-other): New variable.
1653         (nnir-read-parm): Use it.
1654         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1655         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1656
1657 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1658
1659         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1660         the process, too.
1661
1662 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1663
1664         * spam.el (gnus-summary-mode-map): Bind to "$".
1665         Suggested by Russ Allbery.
1666
1667         * shr.el: Rework the way things are indented by <li> slightly.
1668
1669         * gnus.el (gnus-group-set-parameter): Fix typo.
1670
1671         * nnimap.el: Start implementing QRESYNC support.
1672
1673 2010-10-09  Julien Danjou  <julien@danjou.info>
1674
1675         * nnir.el (nnir-engines): Fix too many arguments.
1676
1677 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1678
1679         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1680         group is the "last", so that the backends like nnfolder actually save
1681         their folders.
1682
1683         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1684         try to use that for the tls stream.
1685         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1686         UIDVALIDITY and find out which groups are read-only and not.
1687         (nnimap-get-flags): Use the same marks parsing code as the rest of
1688         nnimap.
1689
1690 2010-10-09  Julien Danjou  <julien@danjou.info>
1691
1692         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1693
1694         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1695         retrieving gravatars.
1696
1697         * shr.el (shr-table-corner): Add.
1698         (shr-table-line): Add.
1699         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1700
1701 2010-10-08  Julien Danjou  <julien@danjou.info>
1702
1703         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1704
1705 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1706
1707         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1708
1709         * gnus-sum.el (gnus-mark-article-as-unread)
1710         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1711         (gnus-summary-set-bookmark): Use it.
1712
1713         * gnus-msg.el (gnus-setup-message): Use it.
1714
1715         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1716
1717         * gnus.el (gnus-group-remove-parameter): Use it.
1718
1719         * gnus-group.el (gnus-group-make-web-group): Use it.
1720
1721         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1722
1723         * nnregistry.el: Update docs to mention manual.
1724
1725         * gnus-registry.el: Update docs to mention nnregistry.el.
1726         (gnus-registry-initialize): Don't install nnregistry refer method
1727         automatically.
1728         (gnus-registry-install-nnregistry): Remove it.
1729
1730 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * shr.el (shr-insert): Don't insert double spaces.
1733
1734 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1735
1736         * gnus-gravatar.el (gnus-treat-from-gravatar)
1737         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1738         called interactively.
1739
1740         * gnus-art.el (gnus-mime-view-part-externally)
1741         (gnus-mime-view-part-internally): Make predicate function passed to
1742         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1743         of a mime type.
1744
1745         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1746
1747 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1748
1749         * shr.el (require): Require cl when compiling.
1750         (shr-tag-hr): New function.
1751
1752         * nnimap.el (nnimap-update-info): Remove double setting of high.
1753         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1754         This makes nnimap work properly on Courier again.
1755
1756         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1757         the variable for backwards compatability.
1758
1759         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1760         the file name before using to avoid setting mm-default-directory to
1761         nil.
1762
1763         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1764         bidning gnus-agent variables.
1765
1766         * shr.el (shr-render-td): Use a cache for the table rendering function
1767         to avoid getting an exponential rendering behaviour in nested tables.
1768         (shr-insert): Rework the line-breaking algorithm.
1769         (shr-insert): Don't leave trailing spaces.
1770         (shr-insert-table): Also insert empty TDs.
1771         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1772
1773 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1774
1775         * gnus-sum.el (gnus-number): Rename from `number'.
1776         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1777         (gnus-summary-limit-children): Update uses correspondingly.
1778
1779 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1780
1781         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1782         (gnus-gravatar-transform-address): Don't show avatars of people of
1783         which mail addresses match gnus-gravatar-too-ugly.
1784
1785 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1786
1787         * shr.el (shr-table-widths): Expand TD elements to fill available
1788         space.
1789
1790 2010-10-07  Julien Danjou  <julien@danjou.info>
1791
1792         * nnimap.el (nnimap-request-rename-group): Add this method.
1793
1794 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1795
1796         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1797         name from XEmacs' function-arglist.
1798
1799         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1800         gravatar under XEmacs.
1801
1802 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1803
1804         * auth-source.el: Update docs with TODO items.
1805
1806         * gnus-sync.el: Update docs to explain state and plans.
1807
1808         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1809         Hooks for mark updates.
1810         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1811
1812         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1813         hooks with arguments, which is needed for mark update hooks.
1814
1815 2010-10-06  Julien Danjou  <julien@danjou.info>
1816
1817         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1818         was matched.
1819
1820         * sieve-manage.el: Update example in `Commentary'.
1821
1822         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1823
1824         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1825         not 2000.
1826         (sieve-manage-authenticate): Re-add function.
1827
1828 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1829
1830         * shr.el (shr-insert): Get 'space transition right.
1831         (shr-render-td): Only delete space at the end of the TD.
1832
1833         * nnimap.el (nnimap-open-connection): Prepare to support
1834         open-gnutls-stream.
1835
1836         * shr.el: Rearrange function order to be more logical.
1837
1838 2010-10-06  Julien Danjou  <julien@danjou.info>
1839
1840         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1841         (nnrss-discover-feed): Remove 404 URL in docstring.
1842
1843         * nnir.el: Fix Swish-E URL.
1844         Fix Namazu URL.
1845
1846         * message.el (message-change-subject): Remove 404 URL in a comment.
1847
1848 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1851         called interactively.
1852
1853         * gnus-util.el (gnus-remove-if): Allow hash table.
1854         (gnus-remove-if-not): New function.
1855
1856         * gnus-art.el (gnus-mime-view-part-as-type)
1857         * gnus-score.el (gnus-summary-score-effect)
1858         * gnus-sum.el (gnus-read-move-group-name):
1859         Replace remove-if-not with gnus-remove-if-not.
1860
1861         * gnus-group.el (gnus-group-completing-read):
1862         Regard collection as a hash table if it is not a list.
1863
1864 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1865
1866         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1867
1868         * shr.el: Document the table-rendering algorithm.
1869
1870 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1871
1872         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1873         for Emacsen having no `libxml-parse-html-region' support.
1874
1875 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876
1877         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1878         invalid URLs.
1879
1880         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1881         line-broken.
1882         (shr-tag-img): Ignore image fetching errors.
1883         (shr-overlays-in-region): Compute overlay positions correctly.
1884
1885         * mm-decode.el (mm-shr): Require shr.
1886
1887         * gnus-art.el (gnus-blocked-images): Move variable here.
1888
1889         * shr.el (shr-insert-table): Bind free variable.
1890
1891         * mm-decode.el (mm-shr): Bind shr-content-function.
1892
1893         * shr.el (shr-content-function): New variable.
1894
1895         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1896         added for symmetry.
1897
1898         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1899
1900         * gnus-group.el (gnus-group-make-group): Doc fix.
1901
1902         * nnimap.el (nnimap-request-newgroups): Return success.
1903
1904         * shr.el (shr-find-elements): New function.
1905         (shr-tag-table): Put all the images after the table.
1906         (shr-tag-table): Really inhibit images inside the table.
1907         (shr-collect-overlays): Copy over overlays from the TD elements to the
1908         main document.
1909
1910         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1911         gnus-blocked-images.
1912
1913 2010-10-05  Julien Danjou  <julien@danjou.info>
1914
1915         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1916
1917         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1918         (gnus-html-maximum-image-size): Add this function.
1919         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1920
1921         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1922         server-value of the capability is nil.
1923
1924 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1925
1926         * shr.el (shr-tag-em): Add <EM> tag.
1927
1928 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1929
1930         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1931         customizable.
1932
1933         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1934         handing broken links to browse-url.
1935
1936 2010-10-05  Julien Danjou  <julien@danjou.info>
1937
1938         * gnus-util.el (gnus-emacs-completing-read)
1939         (gnus-iswitchb-completing-read): Use autoload rather than require.
1940
1941 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1942
1943         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1944         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1945         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1946         iswitchb-temp-buflist for XEmacs.
1947
1948         * gnus-util.el (gnus-completing-read-function): Exclude
1949         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1950         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1951         XEmacs.
1952
1953         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1954         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1955
1956         * gnus-html.el: Don't require help-fns under XEmacs.
1957         (gnus-html-schedule-image-fetching): Work for XEmacs.
1958
1959         * mm-decode.el (mm-shr): Decode contents by charset.
1960
1961 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962
1963         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1964         unknown.
1965
1966         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1967         (shr-get-image-data): Ensure against the cache file missing.
1968
1969         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1970         for data.
1971
1972         * spam-report.el (spam-report-url-ping-plain): Don't query about
1973         killing the process.
1974
1975         * shr.el (shr-render-td): Protect against too-wide text.
1976
1977 2010-10-04  Julien Danjou  <julien@danjou.info>
1978
1979         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1980         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1981
1982         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1983         retrieved.
1984
1985 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986
1987         * shr.el (browse-url): Require.
1988         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1989         lines.
1990         (shr-show-alt-text, shr-browse-image): New commands.
1991         (shr-browse-url, shr-copy-url): New commands.
1992
1993         * gnus-sum.el (gnus-widen-article-window): New variable.
1994         (gnus-summary-select-article-buffer): Use it.
1995
1996         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1997         without @ signs.
1998
1999 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2000
2001         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2002
2003 2010-10-04  Julien Danjou  <julien@danjou.info>
2004
2005         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2006         for XEmacs.
2007
2008 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2009
2010         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2011
2012         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2013         (nnimap-close-server): Implement.
2014
2015         * dgnushack.el (iswitchb): Require to shut up the compiler.
2016
2017         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2018         (shr-insert): Tweak line breaking.
2019         (shr-insert): Handle <pre> better.
2020         (shr-tag-li): Get <li> indentation right.
2021         (shr-tag-li): Get <li> indentation even righter.
2022         (shr-tag-blockquote): Ensure paragraph start.
2023         (shr-make-table): Tweak table generation.
2024         (shr-make-table): Fix typo.
2025
2026         * shr.el: Implement table rendering.
2027
2028 2010-10-04  Julien Danjou  <julien@danjou.info>
2029
2030         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2031
2032 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2033
2034         * shr.el (shr-insert): Use string anchors instead of line anchors.
2035
2036 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2037
2038         * shr.el: Add headings.
2039         (shr-ensure-paragraph): Actually work.
2040         (shr-tag-li): Make <ul> prettier.
2041         (shr-insert): Get white space at the beginning/end of elements right.
2042         (shr-tag-p): Collapse subsequent <p>s.
2043         (shr-ensure-paragraph): Don't insert double line feeds after blank
2044         lines.
2045         (shr-insert): \t is also space.
2046         (shr-tag-s): Fix "s" tag name function.
2047         (shr-tag-s): Fix face prop name.
2048
2049 2010-10-03  Julien Danjou  <julien@danjou.info>
2050
2051         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2052
2053         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2054         gnus-window-inside-pixel-edges.
2055
2056         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2057         gnus-ems.
2058
2059         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2060
2061         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2062         function.
2063
2064         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2065         resize choice.
2066
2067 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2070         beginning of the buffer.
2071
2072         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2073         article buffer again.
2074
2075         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2076
2077         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2078         when it's at the start of the buffer.
2079
2080         * shr.el (shr-tag-blockquote): Convert name.
2081         (shr-rescale-image): Use the right image-size variant.
2082
2083         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2084         buffer isn't shown, then select the current article first instead of
2085         bugging out.
2086         (gnus-summary-select-article-buffer): Show both the article and summary
2087         buffers again.
2088
2089         * shr.el (shr-fontize-cont): Protect against regions with no text.
2090         Rename tag functions to shr-tag-* for enhanced security.
2091         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2092
2093 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2094
2095         * shr.el (shr-insert):
2096         * pop3.el (pop3-movemail):
2097         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2098         loaded.
2099
2100 2010-10-03  Glenn Morris  <rgm@gnu.org>
2101
2102         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2103
2104         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2105
2106         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2107
2108         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2109
2110         * gnus-util.el (gnus-make-local-hook): Simplify.
2111
2112 2010-10-02  Julien Danjou  <julien@danjou.info>
2113
2114         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2115         (gnus-ido-completing-read): New function.
2116         (gnus-emacs-completing-read): New function.
2117         (gnus-completing-read): Use gnus-completing-read-function.
2118         Add gnus-completing-read-function.
2119
2120 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2121
2122         * shr.el (shr-insert-document): Autoload.
2123         (shr-img): Be silent.
2124         (shr-insert): Add a newline after every picture before text.
2125         (shr-add-font): Use overlays for combining faces.
2126         (shr-insert): Pass upwards the text start point.
2127
2128         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2129         possible.
2130         (mm-shr): New function.
2131
2132 2010-10-02  Julien Danjou  <julien@danjou.info>
2133
2134         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2135         should go backward.
2136
2137 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2138
2139         * shr.el (shr): Fix typo in provide call.
2140
2141 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2142
2143         * shr.el: New file.
2144
2145         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2146
2147         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2148         completing read.
2149
2150 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2151
2152         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2153         we're being queried about.  Suggested by Dan Jacobson.
2154
2155         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2156         Suggested by Jason Eisner.
2157
2158         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2159         table, too.  Suggested by Stefan Wiens.
2160         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2161         the table unnecessary.  Suggested by Stefan Wiens.
2162
2163         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2164         longer needed, and probably doesn't work either, as pointed out by
2165         Stefan Wiens.
2166         (gnus-summary-exit): Remove call to the clearing function.
2167         (gnus-summary-exit-no-update): Ditto.
2168
2169         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2170         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2171         Reported by Stefan Monnier.
2172         (gnus-summary-save-in-rmail): Ditto.
2173
2174         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2175         article buffer, instead of both the article buffer and the summary
2176         buffer.  Sort of suggested by Dan Jacobson.
2177
2178         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2179
2180         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2181         Suggested by Dan Jacobson.
2182
2183         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2184         documentation clearer.
2185
2186         * message.el (message-shorten-references): Comment on the number "21".
2187         Suggested by Stefan Monnier.
2188
2189         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2190         Suggested by Dan Jacobson.
2191
2192         * gnus.el (gnus-large-newsgroup):
2193         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2194
2195         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2196         externalize attachments.  Bug reported by Steve Wen.
2197
2198         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2199         really message anything to the user.
2200
2201         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2202         directly.
2203
2204         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2205         messages in empty groups.
2206
2207 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2208
2209         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2210         non-UIDNEXT group.
2211
2212 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213
2214         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2215         not the value from the collection.
2216
2217         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2218         values.  This sometimes happens on some groups that have no info.
2219         (nnimap-request-newgroups): New function.
2220
2221 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2222
2223         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2224         check into `gnus-registry-initialize'.
2225         (gnus-registry-initialize): Ditto.
2226         Fix and extend header docs.
2227
2228 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2229
2230         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2231         regexp backtrace overflows.
2232
2233         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2234         for starttls that tls.el implements; i.e. openssl.
2235
2236         * tls.el (tls-starttls-switches): Give up on using starttls with
2237         gnutls-cli.
2238         (tls-program): Add --insecure to be consistent with the defaults from
2239         openssl s_client.  Now all three commands are insecure.
2240
2241 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2242
2243         * lpath.el: Bind completion-styles-alist for XEmacs.
2244
2245         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2246         (gravatar-create-image): New function that's an alias to
2247         gnus-xmas-create-image, gnus-create-image, or create-image.
2248         (gravatar-data->image): Use it.
2249
2250 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2251
2252         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2253         install the nnregistry refer method.
2254         (gnus-registry-install-hooks): Use it.
2255         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2256         unfollowed groups.
2257
2258 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2259
2260         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2261         expanding threads.
2262
2263 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264
2265         * nnir.el: Use the server names without suffixes (bug #7009).
2266
2267         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2268         unencrypted to STARTTLS, if possible.
2269
2270 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2271
2272         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2273         headers before superseding.
2274
2275 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2276
2277         * nnrss.el (nnrss-use-local): Add documentation.
2278
2279         * nnimap.el (nnimap-extend-tls-programs): New function.
2280         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2281         (nnimap-wait-for-connection): Accept the greeting from the stupid
2282         output from openssl s_client -starttls, too.
2283
2284         * tls.el (tls-starttls-switches): New variable.
2285         (tls-find-starttls-argument): Use it.
2286         (open-tls-stream): Ditto.
2287
2288         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2289         (netrc-machine): Ditto.
2290
2291         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2292         article number.
2293         (nnimap-split-fancy): New variable.
2294         (nnimap-split-incoming-mail): Use it.
2295
2296         * nntp.el (nntp-server-list-active-group): Document.
2297
2298         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2299         SELECT to get the message-id.
2300
2301         * mail-source.el (mail-sources): Remove webmail support.
2302         (defvar): Ditto.
2303         (mail-source-fetcher-alist): Ditto.
2304         (mail-source-fetch-webmail): Remove.
2305
2306         * webmail.el: Remove -- doesn't seem relevant any more.
2307
2308         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2309
2310         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2311         the \r.
2312
2313 2010-09-30  Julien Danjou  <julien@danjou.info>
2314
2315         * gnus-agent.el (gnus-agent-add-group): Fix call to
2316         gnus-completing-read.
2317
2318 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319
2320         * nndoc.el (nndoc-retrieve-groups): New function.
2321
2322         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2323         `default', use nnmail-split-methods.
2324         (nnimap-request-article): Downcase the NILs so that they are nil.
2325
2326         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2327         symbol.
2328
2329         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2330         code, since if the user has requested network, that's what they ought
2331         to get.
2332         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2333         (nnimap-split-rule): Mark as obsolete.
2334
2335         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2336         New variable.
2337
2338         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2339         correct slot, too.
2340
2341 2010-09-29  Julien Danjou  <julien@danjou.info>
2342
2343         * gnus.el (gnus-local-domain): Declare variable obsolete.
2344
2345         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2346         Fix history computing.
2347         (gnus-ido-completing-read): Require ido.
2348
2349 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350
2351         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2352         build Gnus.
2353
2354         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2355         when interpreting the structures.
2356         (nnimap-request-accept-article): Add \r\n to the lines to make this
2357         work with Cyrus.
2358
2359         * nndraft.el (nndraft-request-expire-articles): Use the group name
2360         instead if "nndraft".  Fix found by Nils Ackermann.
2361
2362 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2363
2364         * nnregistry.el: Add.
2365
2366 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2367
2368         * nnmail.el (group, group-art-list, group-art):
2369         Remove unneeded directives.
2370
2371 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2374         (mm-mime-charset)
2375         * rfc2047.el (rfc2047-syntax-table)
2376         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2377
2378         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2379         rather than `insert-file-contents' and `eval-region'.
2380
2381         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2382         construction.
2383
2384         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2385
2386         * time-date.el: No need to require cl for Emacs 21.
2387
2388 2010-09-29  Julien Danjou  <julien@danjou.info>
2389
2390         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2391         replacement of `gnus-gravatar-relief' to mimic
2392         `gnus-faces-properties-alist'.
2393         Add :version property.
2394
2395 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2396
2397         * mail-source.el (mail-source-report-new-mail)
2398         * message.el (message-default-mail-headers)
2399         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2400
2401         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2402
2403 2010-09-28  Julien Danjou  <julien@danjou.info>
2404
2405         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2406         mail-address contains the same string as real-name.
2407
2408         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2409         non-blank in header, otherwise it'll get stripped.
2410
2411         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2412         real-name, and then for mail address rather than doing : or , search.
2413
2414 2010-09-27  Julien Danjou  <julien@danjou.info>
2415
2416         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2417         right completing-read function.
2418         (gnus-use-ido): New variable
2419         (gnus-completing-read-with-default): Remove.
2420         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2421         (gnus-agent-add-group):
2422         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2423         * mm-view.el (mm-view-pkcs7-decrypt):
2424         * mm-util.el (mm-codepage-setup):
2425         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2426         * mml-smime.el (mml-smime-openssl-sign-query):
2427         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2428         (mml-insert-multipart):
2429         * gnus-msg.el (gnus-summary-yank-message):
2430         * gnus-int.el (gnus-start-news-server):
2431         * mm-decode.el (mm-interactively-view-part):
2432         * gnus-dired.el (gnus-dired-attach):
2433         * gnus.el (gnus-read-method):
2434         * gnus-bookmark.el (gnus-bookmark-jump):
2435         * gnus-art.el (gnus-mime-view-part-as-type)
2436         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2437         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2438         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2439         * nnmairix.el (nnmairix-create-server-and-default-group)
2440         (nnmairix-update-groups, nnmairix-get-server)
2441         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2442         (nnmairix-get-group-from-file-path):
2443         * nnrss.el (nnrss-find-rss-via-syndic8):
2444         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2445         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2446         (gnus-group-browse-foreign-server):
2447         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2448         (gnus-summary-execute-command, gnus-summary-respool-article)
2449         (gnus-read-move-group-name):
2450         * gnus-score.el (gnus-summary-increase-score)
2451         (gnus-summary-score-effect):
2452         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2453
2454 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2455
2456         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2457         x-focus-frame.
2458
2459         * nnimap.el (auth-source-forget-user-or-password)
2460         (auth-source-user-or-password): Autoload.
2461
2462         * message.el (message-from-style, message-interactive)
2463         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2464         (message-yank-prefix, message-indentation-spaces, message-signature)
2465         (message-signature-file): Add comment.
2466
2467 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2468
2469         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2470         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2471         new articles.
2472
2473         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2474         parts.
2475         (nnimap-request-article): Work with the t setting, too.
2476
2477         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2478         that you don't get flashes of other buffers.
2479         (gnus-summary-show-complete-article): Intern before setting.
2480
2481 2010-09-27  David Engster  <dengste@eml.cc>
2482
2483         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2484         well as HEADERS.
2485         (nnmairix-retrieve-headers): Provide new argument for the above.
2486
2487 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2488
2489         * gnus-sum.el (gnus-summary-move-article): Don't alter
2490         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2491         group.
2492
2493         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2494
2495         * message.el (message-cite-prefix-regexp): Revert my last edit.
2496
2497         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2498         variable instead of the Gnus variable.
2499
2500         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2501
2502         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2503
2504         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2505         since some servers don't like it.
2506         (nnimap-open-connection): Forget credentials if the server says the
2507         password was wrong.
2508         (nnimap-parse-line): Protect against invalid data.
2509
2510         * gnus-sum.el (gnus-summary-move-article): Add comment.
2511         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2512         nothing alters it while scanning for new messages.
2513
2514         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2515         which may or may not help.
2516         (nnimap-open-connection): If we're doing a stream connection, and then
2517         discover we're on a STARTTLS-capable server, then open a STARTTLS
2518         connection instead.
2519
2520 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2521
2522         * nnimap.el (utf7): Require.
2523
2524         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2525         prefix.
2526
2527 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2528
2529         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2530
2531 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2532
2533         * nnimap.el (nnimap-request-accept-article): Message the error on
2534         error.
2535
2536 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2537
2538         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2539
2540 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * nndoc.el (nndoc-request-list): Return success always.
2543
2544         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2545         `fetch-old' -- we only want to fetch the articles we've requested.
2546         The rest are in the agent, probably.
2547         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2548         disappeared server" to something low.  It's not important.
2549
2550         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2551         arrived before the FETCH data.
2552
2553         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2554         target here, because we don't know the Gnus name of the group.
2555
2556         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2557         for the correct group.
2558
2559         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2560
2561         * gnus.el (gnus): Give a final warning after startup.
2562
2563         * gnus-util.el (gnus-action-message-log): New variable.
2564         (gnus-message): Use it.
2565         (gnus-final-warning): New function.
2566
2567         * nnimap.el (nnimap-open-connection): Record the greeting.
2568         (nnimap): Add greeting.
2569
2570 2010-09-26  Julien Danjou  <julien@danjou.info>
2571
2572         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2573         arguments.
2574         (gnus-html-wash-images): Fix spec computing to include start/end.
2575
2576         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2577
2578 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2579
2580         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2581         deletion.
2582         (nnimap-retrieve-headers): Don't select the group, because that's
2583         already done by nnimap-possibly-change-group.
2584
2585         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2586         (gnus-picon-transform-address): Use it.
2587
2588         * mail-source.el (mail-source-value): Revert previous patch.
2589
2590         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2591         on failure.
2592         (nnimap-open-connection): Look up both virtual and physical server name
2593         credentials.
2594
2595         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2596
2597 2009-02-07  Dave Love  <fx@gnu.org>
2598
2599         * tls.el (open-tls-stream): Don't query killing process.
2600
2601 2009-02-08  Dave Love  <fx@gnu.org>
2602
2603         * gnus-win.el (gnus-window-to-buffer-helper)
2604         (gnus-all-windows-visible-p): Function needn't be a symbol.
2605
2606         * mail-source.el (mail-source-value): Function needn't be a symbol.
2607
2608 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609
2610         * message.el (message-cite-prefix-regexp): Remove } from the cite
2611         prefix.
2612
2613         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2614         highlight again, so that the highlight is correct.
2615
2616         * gnus-picon.el (gnus-picon): Remove again.
2617         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2618
2619         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2620         doing the header highlightling, so that the background colour of the
2621         picon is correct.
2622
2623         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2624         (gnus-picon): Ditto.
2625         (gnus-picon): Reinstate.  The background colour for picons is white.
2626         (gnus-picon-insert-glyph): Make the background white.
2627
2628         * nnml.el (nnml-open-nov): Don't return dead buffers.
2629
2630         * auth-source.el (auth-source-create): Query the user for whether to
2631         store the credentials.
2632
2633         * netrc.el (netrc-store-data): New function.
2634
2635         * auth-source.el (auth-source-user-or-password): Use the existing auth
2636         sources, if any, for creation.
2637
2638         * gnus.el (gnus-group-fast-parameter): Return the last matching
2639         parameter instead of the first matching parameter.
2640
2641 2010-09-26  Julien Danjou  <julien@danjou.info>
2642
2643         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2644
2645 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2646
2647         * mml2015.el (mml2015-use): Remove gpg support.
2648
2649         * mml1991.el (mml1991-function-alist): Remove gpg function.
2650         (mml1991-gpg-sign): Remove.
2651
2652 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2653
2654         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2655         (gnus-browse-unsubscribe-current-group): Document it.
2656         (gnus-browse-unsubscribe-group): Use it.
2657
2658 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2659
2660         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2661         address to the To list for easier response.
2662
2663         * gnus.el (gnus-play-startup-jingle): Remove.
2664         (gnus-splash): Don't play jingle.
2665         (gnus): Silence gnus-load message.
2666
2667         * gnus-art.el (gnus-treat-play-sounds): Remove.
2668
2669         * gnus.el (gnus-play-jingle): Remove audio support.
2670
2671         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2672
2673         * earcon.el: Remove -- no users.
2674
2675         * gnus-audio.el: Remove -- no users of this package.
2676
2677         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2678
2679         * gnus-start.el (gnus-setup-news): Remove nocem support.
2680
2681         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2682
2683         * gnus.el (gnus-use-nocem): Remove.
2684
2685         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2686         Remove.
2687
2688         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2689         uses NoCeM any more.
2690
2691         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2692         (gnus-button-ctan-handler): Ditto.
2693         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2694         (gnus-button-ctan-directory-regexp): Ditto.
2695         (gnus-button-handle-ctan): Ditto.
2696         (gnus-button-tex-level): Ditto.
2697         (gnus-button-alist): Remove CTAN stuff.
2698
2699 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2700
2701         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2702         nnimap-streaming test.
2703
2704         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2705         servers twice.
2706
2707         * nnimap.el (nnimap-open-connection): Add more error reporting when
2708         nnimap fails early.
2709
2710         * nnheader.el (nnheader-get-report-string): New function.
2711         (nnheader-get-report): Use it.
2712
2713         * gnus-int.el (gnus-check-server): Say what the error was when opening
2714         failed.
2715
2716         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2717         using streaming.
2718
2719 2010-09-25  Julien Danjou  <julien@danjou.info>
2720
2721         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2722         gnus-window-inside-pixel-edges.
2723
2724 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2725
2726         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2727
2728         * mm-decode.el (mm-save-part): Allow saving to other directories the
2729         normal Emacs way.
2730
2731         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2732         Suggested by Jay Berkenbilt.
2733
2734         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2735         there isn't a single byte.
2736
2737         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2738         just do it.  It doesn't really seem to matter what the user responds
2739         here, I think, so it's just a confusing question.
2740
2741         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2742         non-streaming case.
2743
2744         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2745         (gnus-article-encrypt-body): Use it.
2746
2747         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2748         keystroke.
2749
2750         * nnimap.el (nnimap-find-wanted-parts-1):
2751         Use gnus-fetch-partial-articles.
2752
2753         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2754
2755         * nnimap.el (nnimap-insert-partial-structure): New function.
2756         (nnimap-get-partial-article): New function.
2757         (nnimap-request-article): Use it.
2758         (nnimap-wait-for-response): Return whether the wait was successful.
2759         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2760         retrieval wasn't successful.
2761         (nnimap-retrieve-group-data-early): Allow throttling servers.
2762         (nnimap-streaming): New variable.
2763         (nnimap-fetch-partial-articles): Remove.
2764
2765         * mm-decode.el (mm-with-part): Protect against killed buffers.
2766
2767         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2768         for prettier summary display.
2769
2770 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2771
2772         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2773
2774 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2775
2776         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2777         apparently third-party libraries depend on it.
2778
2779         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2780         before starting negotiation.
2781
2782         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2783         privacy reasons.
2784         (gnus-treat-mail-gravatar): Ditto.
2785
2786         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2787         buffer when inserting images.  Inserting text into the headers, for
2788         instance, can make them invalid.
2789
2790 2010-09-25  Julien Danjou  <julien@danjou.info>
2791
2792         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2793         variables.
2794
2795         * nnheader.el: Remove useless variables news-reply-yank-from and
2796         news-reply-yank-message-id.
2797
2798         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2799         variables.
2800
2801         * mml1991.el: Remove useless mml1991-verbose.
2802
2803         * gnus.el: Remove useless variable gnus-use-generic-from.
2804         Remove obsolete variable gnus-topic-indentation.
2805
2806         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2807
2808         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2809
2810         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2811
2812         * gnus-group.el: Remove useless gnus-group-icon-cache.
2813         Remove useless gnus-ephemeral-group-server.
2814
2815         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2816
2817         * mml2015.el: Remove useless mml2015-verbose.
2818
2819         * mml-smime.el: Remove useless mml-smime-verbose.
2820
2821         * gnus.el: Remove useless gnus-local-domain.
2822
2823         * gnus-gravatar.el (gnus-gravatar-transform-address):
2824         Use gnus-gravatar-size.
2825
2826         * gnus-art.el: Remove useless gnus-treat-translate.
2827
2828 2010-09-24  Julien Danjou  <julien@danjou.info>
2829
2830         * gnus-sum.el: Add support for Gravatars.
2831
2832         * gnus-art.el: Add support for Gravatars.
2833
2834         * gnus-gravatar.el: Add this file.
2835
2836         * gravatar.el: Add this file.
2837
2838 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2839
2840         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2841
2842         * gnus-group.el (gnus-group-fetch-faq): Remove.
2843
2844         * gnus.el (gnus-group-faq-directory): Remove.
2845
2846         * gnus-group.el (gnus-group-fetch-charter): Remove.
2847
2848         * gnus.el (gnus-group-charter-alist): Remove.
2849
2850         * gnus-group.el (gnus-group-archive-directory): Remove.
2851         (gnus-group-recent-archive-directory): Ditto.
2852         (gnus-group-make-archive-group): Remove.
2853
2854         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2855
2856         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2857         use the same article number for all the cached articles.
2858
2859         * nnimap.el (nnimap-command): Register the last command time so
2860         that we can use it for idling NOOPs.
2861         (nnimap-open-connection): Start the keeplive timer.
2862         (nnimap-make-process-buffer): Store all the process buffers.
2863         (nnimap-keepalive): New function.
2864
2865         * starttls.el (starttls-open-stream): Add autoload cookie.
2866
2867 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2868
2869         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2870         handling.
2871
2872 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2873
2874         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2875         its data structures.
2876
2877         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2878         instead of the cl.el copy-list.
2879         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2880         equalp.
2881
2882 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2883
2884         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2885         and tool-bar-local-item-from-menu.
2886
2887         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2888         mode-line-highlight face for Emacs.
2889
2890         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2891         loading gnus-sum.elc; fix comment for canlock-verify.
2892         (gnus-article-jump-to-part): Use read-number.
2893         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2894         Remove Emacs pre-21 compatible code for help-echo.
2895         (gnus-article-next-page-1): No need to adjust the number of lines.
2896         (gnus-article-describe-bindings): Always use help-buffer.
2897
2898         * gnus-audio.el (gnus-audio-inline-sound)
2899         * gnus-cus.el (gnus-custom-mode)
2900         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2901
2902         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2903
2904         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2905         compatible code.
2906
2907 2010-09-24  Glenn Morris  <rgm@gnu.org>
2908
2909         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2910         visiting the fcc file in rmail-mode.
2911
2912         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2913
2914 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * nnir.el: Silence the byte compiler.
2917
2918         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2919         alias to browse-url-url-encode-chars if any.
2920         (gnus-html-encode-url): Use it.
2921
2922 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2923
2924         * gnus-start.el (gnus-use-backend-marks): New variable.
2925         (gnus-get-unread-articles-in-group): Use it.
2926
2927         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2928         makeover.
2929
2930 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2931
2932         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2933
2934 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2935
2936         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2937         Remove.
2938         (gnus-setup-news-hook):
2939         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2940
2941         * gnus-int.el (gnus-request-update-info): Protect against backends not
2942         having the function.
2943
2944         * nnimap.el (nnimap-stream): Mention starttls.
2945         (nnimap-open-connection): Add starttls support.
2946
2947 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2948
2949         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2950
2951 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952
2953         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2954         BODYSTRUCTUREs.
2955         (nnimap-transform-headers): Unfold quoted {42} headers.
2956
2957         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2958         the info.
2959         (gnus-get-unread-articles): Only call updatep on backends that support
2960         it.
2961
2962         * nnweb.el (nnweb-request-update-info): NOOP.
2963
2964         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2965
2966         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2967         since it only deals with marks.
2968
2969         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2970         gnus-request-marks, and make a new gnus-request-update-info.
2971
2972         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2973         the active instead of the high number, which is usually too low.
2974
2975 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2976
2977         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2978         * encrypt.el: Remove.
2979
2980 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2981
2982         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2983         server in symbolic form.
2984
2985         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2986
2987 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2988
2989         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2990         (nnimap-update-info): Fix up code slightly.
2991
2992         * gnus-int.el (gnus-open-server): Add tracing for performance
2993         debugging.
2994
2995         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2996         (gnus-group-insert-group-line): Pass the real group name so that it
2997         gets the right data.
2998
2999         * gnus-start.el (gnus-get-unread-articles): Don't have
3000         `gnus-get-unread-articles-in-group' update info, since that can be
3001         really slow and doesn't seem to be needed?
3002
3003 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3004
3005         * time-date.el (date-to-time): Try using parse-time-string first before
3006         using the slower timezone-make-date-arpa-standard.
3007
3008 2010-09-22  Julien Danjou  <julien@danjou.info>
3009
3010         * gnus-group.el (gnus-group-insert-group-line):
3011         Call gnus-group-highlight-line.
3012         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3013         default hook list.
3014         (gnus-group-update-eval-form): Add new function.
3015         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3016         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3017
3018 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3019
3020         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3021         immediate, then expire all articles.
3022         (nnimap-update-info): Fix off-by-one errors.
3023         (nnimap-flags-to-marks): Would return no marks lists for group with no
3024         flags.  Instead return the other data.
3025
3026 2010-09-22  Julien Danjou  <julien@danjou.info>
3027
3028         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3029         Only return an icon.
3030         (gnus-group-insert-group-line): Compute icon to return.
3031
3032         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3033         (gnus-html-image-fetched): Only cache if
3034         gnus-html-image-automatic-caching is set.
3035         (gnus-html-image-fetched): Check for errors.
3036
3037 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3038
3039         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3040         once per method on `g'.  This ensures that backends like nnfolder don't
3041         open all their folders.
3042
3043         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3044         (nnimap-request-list): Nix out group in the correct buffer.
3045         (nnimap-parse-flags): Implement by using `read' instead of
3046         hand-parsing.
3047         (nnimap-flags-to-marks): Pass on permanent-flags.
3048         (nnimap-make-process-buffer): Record the server name.
3049         (nnimap-parse-flags): Fix typo.
3050         (nnimap-request-scan): Run split on the server in general, not just a
3051         single group.
3052
3053         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3054         parameter, and propagate this downwards.
3055
3056         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3057         since EXAMINE changes it on the server.
3058
3059         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3060         this command might take a while.
3061
3062 2010-09-22  Julien Danjou  <julien@danjou.info>
3063
3064         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3065         harmful if you have 2 images side-by-side, they can't be properly
3066         update on text deletion.  Using text-property is safer here.
3067         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3068         data.
3069
3070 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3071
3072         * nnimap.el (nnimap-expunge-inbox): Remove.
3073         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3074         (nnimap-expunge): Flip default to t.
3075
3076         * gnus.el (gnus-method-to-server): Don't push things to the cache
3077         unless it's unique.
3078         (gnus-server-to-method): Ditto.
3079
3080 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3081
3082         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3083
3084 2010-09-22  Julien Danjou  <julien@danjou.info>
3085
3086         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3087         get the start of data.
3088         (gnus-html-encode-url): Add this function to encode special chars in
3089         URL.
3090         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3091         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3092
3093         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3094         default.
3095         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3096
3097         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3098         images alt-text.
3099         (gnus-html-put-image): Put alt-text as help-echo.
3100
3101 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3102
3103         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3104         * mm-util.el (mm-decompress-buffer)
3105         * nnir.el (nnir-run-find-grep)
3106         * pop3.el (pop3-list): Use 3rd arg of split-string.
3107
3108         * time-date.el (format-seconds): Comment fix.
3109
3110         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3111         and byte-optimize-form-code-walker.
3112         (dgnushack-make-auto-load): Don't advise make-autoload.
3113
3114         * lpath.el: Remove Emacs 21 stuff.
3115
3116 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3117
3118         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3119         outside the active range.  Suggested by Dan Christensen.
3120
3121         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3122         slightly later to avoid double-getting it.
3123
3124         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3125         previous patch.
3126
3127         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3128
3129 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3130
3131         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3132
3133 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3134
3135         * gnus-int.el (gnus-open-server): Give a better error message in the
3136         "go offline" case.
3137
3138         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3139         marks for nnimap, which is seldom the right thing to do.
3140
3141         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3142         (gnus-same-method-different-name): New function.
3143
3144         * nnimap.el (parse-time): Require.
3145
3146         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3147         method in the presence of many similar methods.
3148
3149         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3150
3151         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3152         nnml-inhibit-expiry.
3153
3154         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3155         find out whether methods are equal.
3156
3157         * nnimap.el (nnimap-find-expired-articles): New function.
3158         (nnimap-process-expiry-targets): New function.
3159         (nnimap-request-move-article): Request the article before looking at
3160         what the Message-ID is.  Fix found by Andrew Cohen.
3161         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3162
3163         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3164         for oldness in addition to being a predicate.
3165
3166         * nnimap.el (nnimap-request-group): When we have zero articles, return
3167         the right data to Gnus.
3168         (nnimap-request-expire-articles): Only delete articles immediately if
3169         the target is 'delete.
3170
3171         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3172         method, this would bug out.
3173
3174         * gnus-group.el (gnus-group-expunge-group): Rename from
3175         gnus-group-nnimap-expunge, and implemented as a normal interface
3176         function.
3177
3178         * gnus-int.el (gnus-request-expunge-group): New function.
3179
3180         * nnimap.el (nnimap-request-create-group): Implement.
3181         (nnimap-request-expunge-group): New function.
3182
3183 2010-09-21  Julien Danjou  <julien@danjou.info>
3184
3185         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3186         (gnus-html-cache-expired): Add new function.
3187         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3188         wethever we should display image for fetch it.
3189         Compute alt-text earlier to pass it to the fetching function too.
3190         (gnus-html-schedule-image-fetching): Change function argument to only
3191         get one image at a time, not a list.
3192         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3193         cache.
3194         (gnus-html-get-image-data): New function to retrieve image data from
3195         cache.
3196         (gnus-html-put-image): Change buffer argument to use image data rather
3197         than file, and place image above region rather than inserting a new
3198         one.  Do not take alt-text as argument, since it's useless now: we place
3199         the image above alt-text.
3200         (gnus-html-prune-cache): Remove.
3201         (gnus-html-show-images): Start to fetch image when we find one, do not
3202         push into a temporary list.
3203         (gnus-html-prefetch-images): Only fetch image if they have expired.
3204         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3205         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3206
3207 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3208
3209         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3210
3211 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3212
3213         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3214         spec inser "*" if the group isn't active instead of 0.
3215
3216         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3217         opening the server.
3218         (nnimap-request-delete-group): Implement group deletion.
3219         (nnimap-transform-headers): Return the size of the entire message in
3220         the Bytes header, not just the size of the first part.
3221         (nnimap-request-move-article): When moving an article from nnimap,
3222         request the article first so the accepting form has an article to
3223         accept.  Reported by Dan Christensen.
3224         (nnimap-command): Make sure that the error message doesn't error out.
3225
3226 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3227
3228         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3229         we haven't requested anything.
3230
3231 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3232
3233         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3234         "".  Fix found by Andrew Cohen.
3235
3236         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3237         instead of -encode-string.
3238
3239 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3240
3241         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3242
3243         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3244         by mm-subst-char-in-string.
3245
3246 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3247
3248         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3249         waiting for the connection string.
3250
3251         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3252         arriving.
3253
3254         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3255         bogus characters.  This allows selecting certain Gmail groups.
3256
3257         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3258         (nnimap-fetch-partial-articles): New variable.
3259         (nnimap-open-connection): When looking for credentials, also use the
3260         nnimap-server-port.
3261         (nnimap-request-article): Return the group/article number, so that Gnus
3262         `^' works as expected.
3263         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3264
3265         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3266         comments.
3267         (gnus-methods-sloppily-equal): New function.
3268         (gnus): When using the development version of Gnus, load the gnus-load
3269         file.
3270
3271         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3272         `gnus-open-server' on each method before trying to scan them etc.
3273         This ensures that all the backend parameters are set correctly.
3274
3275         * nnimap.el (nnimap-authenticator): New variable.
3276         (nnimap-open-connection): Allow anonymous login.
3277         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3278         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3279
3280         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3281         patch, found by Knut Anders Hatlen.
3282
3283 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3284
3285         * gnus-agent.el (gnus-agent-batch-confirmation)
3286         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3287         to gnus-message.
3288         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3289         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3290         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3291         * gnus-int.el (gnus-open-server): Likewise.
3292         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3293         (gnus-score-check-syntax): Likewise.
3294         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3295         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3296         Likewise.
3297         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3298
3299 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3300
3301         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3302         calling conventions so that prefetch doesn't bug out.
3303
3304 2010-09-19  Julien Danjou  <julien@danjou.info>
3305
3306         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3307         rather than `subst-char-in-region' in order to be able to replace ASCII
3308         char by UTF-8 ones.
3309
3310         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3311         than curl.
3312         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3313         the right URL and ALT text on images.
3314         (gnus-html-wash-tags): Fix tag case.
3315         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3316         (gnus-article-html): Add -o display_ins_del=2 option.
3317         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3318
3319 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3320
3321         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3322         the extra mail headers, which sometimes seem to happen for unknown
3323         reasons.
3324
3325         * mail-parse.el (mail-header-encode-parameter): Define as
3326         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3327         (or most, perhaps?) mail readers don't understand the latter, but do
3328         understand the former.
3329
3330         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3331         to nil, so that no methods are automatically agentized.  I think this
3332         is probably what most users want.
3333
3334         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3335         from url-retrieve, for instance about invalid URLs.
3336
3337         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3338         groups that have no articles.
3339         (nnimap-request-article): Check that we really got an article when we
3340         requested one.
3341
3342         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3343         doesn't exist.
3344
3345         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3346         nntp buffer so the agent can save it.
3347         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3348         that CRLF doesn't get translated to \n.
3349         (nnimap-open-connection): Don't make 'shell commands only send \n.
3350
3351 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3352
3353         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3354         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3355         Update var name.
3356         (nnml-generate-nov-file): Use dolist.
3357         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3358         Use with-current-buffer.
3359
3360 2010-09-18  Julien Danjou  <julien@danjou.info>
3361
3362         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3363         parallel.
3364
3365 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3366
3367         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3368         the range update right.
3369         (nnimap-request-group): Don't make `M-g' bug out on group with no
3370         marks.
3371         (nnoo): Require, so that other packages can require nnimap.
3372         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3373         command we're looking for.  This helps when the server sends more
3374         responses after we've gotten everything we expected.
3375         (nnimap): Add a `newlinep' field to keep track of end-of-line
3376         conventions.
3377         Don't send CRLF to things that don't want it.
3378         (nnimap-request-accept-article): Ditto.
3379
3380 2010-09-18  Julien Danjou  <julien@danjou.info>
3381
3382         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3383         than curl to retrieve images.
3384
3385 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3386
3387         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3388         the marks.
3389         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3390         (nnimap-wait-for-connection): New function.
3391         (nnimap-open-connection): If we have PREAUTH, don't query for login
3392         credentials.
3393         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3394         when doing a partial update.
3395
3396 2010-09-18  Julien Danjou  <julien@danjou.info>
3397
3398         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3399         tags.
3400
3401 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3402
3403         * nnimap.el (nnimap-credentials): New function.
3404         (nnimap-open-connection): Use the new function to look for credentials
3405         also on the numeric equivalents of "imap" and "imaps".
3406
3407         * gnus-start.el (gnus-activate-group): Send the info to
3408         gnus-request-group.
3409
3410         * nnimap.el (nnimap-request-group): Have the "check" version of the
3411         function parse flags and update the info, so that a `M-g' get a total
3412         resync of all flags from the group.
3413
3414         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3415         to allow backends to alter the info on group selection.  Also alter all
3416         the backend -request-group functions to take the parameter.
3417
3418         * nnimap.el (nnimap-store-info): New function.
3419         (nnimap-update-info): Store the info for later usage.
3420         (nnimap-request-group): Use the stored info for the dont-check case, so
3421         that we don't retrieve all marks when we enter a group.
3422
3423         * nnimap.el: Use deffoo instead of defun for interface functions.
3424
3425         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3426         update the group info.  This makes the nndraft groups, for instance, go
3427         back to their old behaviour.
3428
3429         * gnus-sum.el (gnus-select-newsgroup): Indent.
3430
3431         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3432         in.
3433         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3434         nothing.
3435
3436         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3437         from methods that are denied.
3438
3439         * gnus-int.el (gnus-method-denied-p): New function.
3440
3441         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3442         store the password instead of netrc.
3443         (nnimap-open-connection): Don't error out when we can't make a
3444         connections.
3445
3446         * auth-source.el (auth-source-create): In the password prompt, say what
3447         we're querying for.  Also prompt for user name if that hasn't been
3448         given.
3449
3450         * nnimap.el (nnimap-with-process-buffer): Remove.
3451
3452 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3453
3454         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3455         method when we're reading from the agent.
3456
3457         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3458
3459         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3460         that's probably most useful for users.
3461
3462         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3463         "failed" all the time.
3464
3465         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3466         ...)) with (with-current-buffer ... ).
3467
3468         * nntp.el (nntp-open-server): Return whether the open was successful or
3469         not.
3470
3471         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3472         select an unread unseen article first.
3473
3474         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3475         /etc/services, supply some sensible port defaults.
3476
3477         * dgnushack.el: Define netrc-credentials.
3478
3479 2010-09-17  Julien Danjou  <julien@danjou.info>
3480
3481         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3482
3483 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3484
3485         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3486         doesn't have any parameters.
3487
3488 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3489
3490         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3491         only upcased checks.
3492
3493         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3494
3495         * nnimap.el (nnimap-open-shell-stream): New function.
3496         (nnimap-open-connection): Use it.
3497         (nnimap-transform-headers): Get the number of lines in each message.
3498         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3499         number of lines.
3500         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3501         problem.
3502
3503         * utf7.el (utf7-encode): Autoload.
3504
3505         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3506         to allow the mail splitting to not return a default group.  This is
3507         useful for nnimap, which will leave unmatched mail in the inbox.
3508
3509         * nnimap.el: Rewritten.
3510
3511         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3512         nnimap usage.
3513
3514         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3515         if the move is internal, so that nnimap can do fast internal moves.
3516
3517         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3518         data.
3519         (gnus-read-active-for-groups): Support finishing the early retrieval of
3520         data.
3521
3522         * gnus-range.el (gnus-range-nconcat): New function.
3523
3524         * gnus-int.el (gnus-finish-retrieve-group-infos)
3525         (gnus-retrieve-group-data-early): New functions.
3526
3527 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3528
3529         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3530         (nnrss-retrieve-groups):
3531         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3532         (pop3-quit): Use with-current-buffer.
3533
3534 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3537         instead of nnheader-accept-process-output.
3538
3539         * dgnushack.el (dgnushack-compile): Add comment.
3540
3541         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3542
3543         * gnus-html.el (gnus-html-schedule-image-fetching)
3544         (gnus-html-prefetch-images): Replace process-kill-without-query by
3545         gnus-set-process-query-on-exit-flag.
3546
3547 2010-09-16  Romain Francoise  <romain@orebokech.com>
3548
3549         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3550
3551 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3552
3553         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3554         parameter to unintern is mandatory-ish in Emacs 24.
3555
3556         * gnus-html.el (gnus-html-schedule-image-fetching)
3557         (gnus-html-prefetch-images): Check for curl before using it.
3558
3559         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3560         depend on curl, which isn't essential.
3561
3562         * imap.el: Revert back to version
3563         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3564         seem problematic.
3565
3566 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3567
3568         * gnus-registry.el (gnus-registry-install-shortcuts):
3569         Explicitly pass `obarray' to `unintern' to avoid a warning.
3570
3571 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3572
3573         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3574         change.
3575
3576         * nnrss.el (nnrss-request-list): Remove this function and related
3577         functions, including the moreover stuff.
3578
3579 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3580
3581         * nnrss.el (nnrss-retrieve-groups): New function.
3582
3583 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3584
3585         * .dir-locals.el: Add no-byte-compile cookie.
3586
3587 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3588
3589         * time-date.el (format-seconds): Comment fix.
3590
3591         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3592         for back end that doesn't support request-scan.
3593
3594 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3595
3596         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3597         then do request scans from the backends.
3598
3599         * netrc.el (netrc-credentials): New conveniency function.
3600
3601         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3602         avoid running a hook per line, since this takes a lot of time,
3603         profiling shows.
3604         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3605         directly if gnus-visual-p is true.
3606
3607 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3608
3609         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3610         groups; replace mapcar with dolist which is a bit faster; pass groups
3611         info to gnus-read-active-file-1.
3612         (gnus-read-active-file-1): Scan only specified groups if the new
3613         optional arg `infos' is given.
3614
3615 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3616
3617         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3618
3619         * pop3.el (pop3-movemail): Remove.
3620         (pop3-streaming-movemail): Rename to pop3-movemail.
3621
3622         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3623         don't restrict end-tag searches to the end of the line.
3624
3625 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3628         articles of every unchecked group to t, which means unknown since the
3629         server has never been opened.
3630
3631 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632
3633         * gnus-html.el (gnus-html-show-alt-text): New command.
3634         (gnus-html-browse-image): Ditto.
3635         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3636         to browse the image directly.
3637         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3638         better.
3639
3640         * gnus-async.el (gnus-async-article-callback):
3641         Call `gnus-html-prefetch-images' unconditionally.
3642
3643         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3644         before feeding URLs to curl.
3645
3646 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3647
3648         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3649         internal images as deletable by `W D D'.
3650
3651         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3652         (gnus-async-article-callback): Fix typo.
3653
3654 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3655
3656         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3657         current line to work around bugs in the output from w3m.
3658
3659         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3660         for groups that want that.
3661
3662         * nntp.el (nntp-wait-for-string): Supply a timeout for
3663         accept-process-output to ensure progress.
3664
3665         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3666         level to get unread articles from, then use that for foreign groups,
3667         too.
3668
3669         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3670         confuses the rest of the function.
3671
3672         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3673         for the methods that support -retrieve-groups, too.
3674
3675         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3676
3677 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3680         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3681
3682         * pop3.el: Require cl when compiling.
3683         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3684
3685 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686
3687         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3688         that aren't going to be activated.
3689         (gnus-get-unread-articles): Fix up the last commit.
3690
3691         * gnus-html.el (gnus-article-html): Allow calling without specifying
3692         the handle.  In that case, dissect the buffer first.
3693
3694         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3695
3696         * nnimap.el (nnimap-open-connection): Revert the change that would look
3697         into authinfo for imaps instead of imap.
3698
3699         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3700         say that you don't want to call gnus-request-group with don-check, but
3701         do check the reponse.  This is for virtual groups only.
3702         (gnus-get-unread-articles): Count the archive groups as secondary, so
3703         that they're activated the same way as before.
3704
3705         * imap.el (imap-message-map): Removed optional buffer parameter, since
3706         no callers use it.
3707         (imap-message-get): Ditto.
3708         (imap-message-put): Ditto.
3709         (imap-mailbox-map): Ditto.
3710         (imap-mailbox-put): Ditto.
3711         (imap-mailbox-get): Ditto.
3712         (imap-mailbox-get): Revert last change for this function.
3713
3714         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3715         case-insensitively.
3716         (nnimap-debug): Remove.
3717
3718         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3719         to use `imap-fetch' instead.  According to the comments, this should be
3720         safe, since all other IMAP clients use the 1:* syntax.
3721         (imap-enable-exchange-bug-workaround): Removed.
3722         (imap-debug): Removed -- doesn't seem very useful.
3723
3724         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3725         mail from a file, and the file doesn't exist.
3726
3727         * imap.el (imap-log): New convenience function used throughout instead
3728         of repeating the same code all over the place.
3729
3730         * pop3.el (pop3-streaming-movemail): Return t for success.
3731
3732         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3733         .authinfo if we're using ssl connection.
3734
3735         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3736         already have if we're in a main Gnus `g' run.
3737
3738         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3739
3740 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3741
3742         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3743
3744         * nnmh.el (nnmh-request-list-1): Bind `file'.
3745
3746         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3747         alias to set-process-query-on-exit-flag or process-kill-without-query.
3748         (pop3-open-server): Use it.
3749
3750 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3751
3752         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3753         box to the Incoming file.  Fixes mistake in previous checkin.
3754
3755         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3756         request loop (for debugging purposes) removed.
3757
3758         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3759         culprit is more visible.
3760         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3761         (nnml-add-incremental-nov): New functions to do "incremental" nov
3762         updates, where we just append to the end of the existing nov files
3763         without reading/writing them in full.
3764
3765         * mail-source.el (mail-source-delete-crash-box): Really only check the
3766         incoming files once in a while.
3767
3768         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3769
3770         * mail-source.el (mail-source-delete-crash-box): Only check the
3771         incoming files for deletion once per day to save a lot of file
3772         accesses.
3773
3774         * pop3.el (pop3-logon): Fix up unbound variable typo.
3775
3776         * mail-source.el (pop3-streaming-movemail): Autoload.
3777
3778         * pop3.el (pop3-streaming-movemail):
3779         Respect pop3-leave-mail-on-server.
3780
3781         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3782         retrieval.
3783
3784         * pop3.el (pop3-process-filter): Remove unused function.
3785         (pop3-streaming-movemail, pop3-send-streaming-command)
3786         (pop3-wait-for-messages, pop3-write-to-file)
3787         (pop3-number-of-responses): New functions for streaming pop3
3788         retrieval.
3789
3790         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3791         come from no known methods.
3792         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3793         list.
3794
3795         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3796         message sizes.
3797         (pop3-movemail): Use erase-buffer instead of looping and deleting
3798         regions, which seems rather odd.
3799
3800         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3801         file once per `g' run.
3802
3803         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3804         directories.  This makes the draft queue directory work.
3805
3806         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3807         data from the backends, so that we only request the list of groups from
3808         each method once.  This should speed things up considerably.
3809
3810         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3811         detect that it's not implemented.
3812
3813         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3814         we actually do recurse down into the tree, but don't stat all leaf
3815         nodes.
3816
3817         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3818         then say so instead of bugging out.
3819
3820         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3821         files exist before trying to read them.
3822
3823         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3824         around <pre_int>.
3825
3826         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3827
3828         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3829
3830 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3831
3832         * mm-util.el (mm-image-load-path): Just return the image directories,
3833         not all directories in the path in addition to the image directories.
3834         (mm-image-load-path): Maintain a cache of the image directories so that
3835         the `g' command in Gnus doesn't have to stat dozens of directories each
3836         time.
3837
3838         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3839         (gnus-html-wash-tags): Add a new `i' command to insert images.
3840         (gnus-html-insert-image): New command and keystroke.
3841         (gnus-html-redisplay-with-images): New command and keystroke.
3842         (gnus-html-show-images): Rename command.
3843         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3844         spacers.
3845         (gnus-html-wash-tags): Decode entities at the end, so that entities
3846         inside the tags don't mess up the rest of the "parsing".
3847
3848         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3849         so that nnimap methods aren't agentized by default.  There's apparently
3850         many problems related to agent/imap behaviour.
3851
3852         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3853
3854         * gnus-html.el: Doc fix.
3855
3856 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3859         specifier-spec-list for Emacs 21.
3860
3861         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3862         glyph-width and glyph-height instead of display-graphic-p and
3863         image-size; make avoidance of displaying small images work for XEmacs.
3864
3865         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3866         for XEmacs.
3867
3868         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3869         of symbol that holds plist data.
3870         (gnus-process-plist): Remove plist of process after getting it.
3871
3872 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3873
3874         * message.el (message-generate-hashcash): Change default to
3875         'opportunistic if hashcash is installed.
3876
3877         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3878         (gnus-html-put-image): Only call image-size once, since it's somewhat
3879         time-consuming on remote X servers.
3880
3881 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3882
3883         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3884         type on data, not a file name.
3885
3886         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3887         window-pixel-edges for Emacs 21.
3888
3889         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3890         decoded contents.
3891         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3892
3893 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3894
3895         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3896         group line format, since it isn't very interesting.
3897
3898         * gnus-agent.el (gnus-agent-short-article),
3899         (gnus-agent-long-article): Increase values for these two variables,
3900         since most people are likely to have more network connection and
3901         storage than before.
3902
3903         * gnus.el (gnus-refer-article-method): Change default to 'current.
3904         When referring an article, the common behaviour is to refer it from the
3905         current select method, not the native select method.  The chances of
3906         the native select method having the message in question is rather slim
3907         these days.
3908
3909         * gnus-sum.el (gnus-auto-select-subject): Change default to
3910         `unseen-or-unread'.  I think it's likely that most people want to
3911         select an unseen article over a previously seen, but unread one.
3912
3913         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3914         means that in the article buffer none of the minor mode elements will
3915         be shown, usually, and this is not desirable in most cases.
3916
3917         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3918         that commands like `d' (and the like) go to the next line in the
3919         buffer, instead of the next unread article.  I think this is the
3920         behaviour that is most natural for most users.
3921         (gnus-single-article-buffer): Change default to nil, so that people can
3922         have as many article buffers open as they have summary buffer.  I think
3923         this is the most natural way for the groups to behave.
3924
3925         * message.el (message-generate-new-buffers): Change default to
3926         `unsent', so that all new message buffers start their names with the
3927         string "*unsent", and it's easier to find the buffers if you move from
3928         them.
3929
3930 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3931
3932         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3933         small.  They're probably tracking images.
3934         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3935         (gnus-html-rescale-image): Yet another try at getting the image sizing
3936         right.
3937
3938         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3939         nntp-marks-file-name is nil.
3940
3941 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3942
3943         * gnus-html.el (gnus-html-wash-tags)
3944         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3945         Better logging.
3946
3947 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3948
3949         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3950
3951         * gnus-html.el (gnus-html-wash-tags): Check the value of
3952         gnus-blocked-images in the summary buffer.
3953
3954 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3955
3956         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3957
3958 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959
3960         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3961         like "a", it seems like.
3962         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3963         since it needs to be picked from the correct buffer.
3964
3965         * nnwfm.el: Remove.
3966
3967         * nnlistserv.el: Remove.
3968
3969 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3970
3971         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3972         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3973
3974 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3975
3976         * nnkiboze.el: Remove.
3977
3978         * nndb.el: Remove.
3979
3980         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3981         alt text.
3982         (gnus-html-rescale-image): Try to get the rescaling logic right for
3983         images that are just wide and not tall.
3984
3985         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3986         overshadow variable bindings.
3987
3988 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3989
3990         * gnus-html.el (gnus-html-wash-tags)
3991         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3992         Add extra logging.
3993
3994 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3995
3996         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3997         (gnus-max-image-proportion): New variable.
3998         (gnus-html-rescale-image): New function.
3999         (gnus-html-put-image): Rescale images.
4000
4001 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4002
4003         Fix up some byte-compiler warnings.
4004         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4005         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4006         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4007         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4008         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4009         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4010         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4011
4012 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * gnus-html.el (gnus-article-html): Decode contents by charset.
4015
4016 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4017
4018         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4019         (gnus-html-frame-width, gnus-blocked-images)
4020         * message.el (message-prune-recipient-rules): Add custom version.
4021         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4022
4023         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4024         functions.
4025
4026         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4027         gnus-process-get.
4028
4029 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4030
4031         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4032         instead of lsub directly.
4033
4034 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4035
4036         * nnwarchive.el: Remove.
4037
4038         * gnus-soup.el: Remove.
4039
4040         * nnsoup.el: Remove.
4041
4042         * nnultimate.el: Remove.
4043
4044         * gnus-html.el (gnus-blocked-images): New variable.
4045
4046         * message.el (message-prune-recipients): New function.
4047         (message-prune-recipient-rules): New variable.
4048
4049         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4050         guess whether a long line is natural text or not.
4051
4052         * gnus-html.el (gnus-html-schedule-image-fetching):
4053         Use gnus-process-plist and friends for compatibility.
4054
4055 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4056
4057         * gnus-html.el: Require packages that define macros used in this file.
4058         (gnus-article-mouse-face): Declare to silence byte-compiler.
4059         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4060         process-get.
4061         (gnus-html-put-image): Use plist-get to avoid getf.
4062         (gnus-html-prefetch-images): Use with-current-buffer.
4063
4064 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4065
4066         * gnus-ems.el: Provide compatibility functions for
4067         gnus-set-process-plist.
4068
4069         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4070         header-line-format for XEmacs 21.4.
4071
4072         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4073         * gnus.el (gnus-valid-select-methods)
4074         * message.el (message-send-mail-partially-limit)
4075         * mm-decode.el (mm-text-html-renderer)
4076         * mml.el (mml-insert-mime-headers-always)
4077         * smiley.el (smiley-regexp-alist): Bump custom version.
4078
4079 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4080
4081         * gnus-html.el: require mm-url.
4082         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4083         with the url to `url'.
4084         (gnus-html-wash-tags): Support cid: URLs/images.
4085
4086 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4087
4088         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4089         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4090         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4091
4092         * gnus-move.el: Remove file, since it doesn't really work.
4093
4094         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4095         UTF-8.  This seems to fix problems with some German web feeds.
4096
4097         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4098         at the top so that the proper colours are applied.
4099
4100         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4101         don't have dots in their names.
4102
4103         * gnus-art.el (gnus-article-view-part): Doc fix.
4104
4105         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4106         XEmacs-compatible.
4107         (gnus-html-put-image): Don't do images on non-graphic displays.
4108
4109         * nnslashdot.el: Remove this unused backend.
4110
4111         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4112         actions.
4113         (gnus-undo-register-1): Revert last change.
4114
4115         * gnus-group.el (gnus-group-completing-read): Protect against not
4116         having completion-styles bound.
4117
4118         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4119         make broken recipients happier.
4120
4121         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4122
4123         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4124         point parameter.
4125
4126         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4127
4128         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4129         completion-styles for group selection.
4130
4131 2009-02-04  Andreas Schwab  <schwab@suse.de>
4132
4133         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4134         headers and regexp-quote the match if necessary.
4135
4136 2009-03-24  Miles Bader  <miles@gnu.org>
4137
4138         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4139         the blinking smiley.
4140
4141 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4142
4143         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4144         blink smiley.
4145
4146 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4147
4148         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4149         where the dribbel file lives exists.
4150
4151         * message.el (message-send-mail-partially-limit): Change the default to
4152         nil, since most people don't want this.
4153
4154         * mm-url.el (mm-url-decode-entities): Also decode entities like
4155         &#x3212.
4156
4157 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4158
4159         * gnus-sum.el (gnus-summary-idna-message):
4160         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4161         Hyperlink urls in docstrings with URL `...'.
4162
4163 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4164
4165         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4166         functions.
4167
4168 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4169
4170         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4171         say what the mouseover text should be.
4172
4173         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4174         version of the mm-w3m-safe-url-regexp variable to only download images
4175         in the groups where we want that to happen.
4176
4177         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4178
4179         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4180         easier debugging.
4181         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4182         big pictures in the article buffer.
4183
4184         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4185         gnus-article-html.
4186         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4187         w3m.
4188
4189         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4190
4191 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4192
4193         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4194         which doesn't exist.
4195
4196         * message.el (message-inhibit-ecomplete): New variable to allow some
4197         function to inhibit ecomplete address storage.
4198         (message-resend): Disable ecomplete message storage when resending
4199         messages.
4200
4201         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4202
4203 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4206         Save excursion while copying, moving, and deleting articles in order to
4207         prevent the cursor from jumping to unforeseen place.
4208
4209 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * lpath.el: No need to bind bookmark-current-buffer,
4212         bookmark-yank-point and bookmark-make-record-function.
4213
4214 2010-08-17  Glenn Morris  <rgm@gnu.org>
4215
4216         * gnus-sync.el: Require gnus components whose functions are used.
4217
4218         * gnus-art.el (bookmark-make-record-function):
4219         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4220         Declare for compiler.
4221
4222         * mm-url.el (mml-compute-boundary): Autoload.
4223
4224 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4225
4226         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4227
4228 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4229
4230         Typo fix "hoo4a" -> "hook".
4231
4232         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4233
4234 2010-08-14  Glenn Morris  <rgm@gnu.org>
4235
4236         * gnus-sync.el (gnus-sync): Fix defgroup version.
4237
4238 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4239
4240         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4241
4242         * gnus-sync.el: Fix docs.
4243         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4244         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4245
4246 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4247
4248         Optimizations for gnus-sync.el.
4249
4250         * gnus-sync.el: Add docs about gnus-sync-backend
4251         possibilities.
4252         (gnus-sync-save): Remove unnecessary message.
4253         (gnus-sync-read): Optimize and show what groups were skipped.
4254
4255 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4256
4257         Minor bug fixes for gnus-sync.el.
4258
4259         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4260         Don't read the sync on get-new-news.
4261
4262         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4263         quiet.
4264
4265         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4266         (fix typo).
4267
4268 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4269
4270         Make saving and restoring of hidden threads work with overlays.
4271         Patch applied by Ted Zlatanov.
4272
4273         * gnus-sum.el (gnus-hidden-threads-configuration)
4274         (gnus-restore-hidden-threads-configuration): Update to deal with text
4275         properties, rather than searching for a magic character.
4276
4277 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4278
4279         New gnus-sync.el library for synchronization of marks.
4280
4281         * gnus-sync.el: New library for synchronization of marks.
4282
4283         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4284         renamed from `gnus-registry-grep-in-list'.
4285
4286         * gnus-registry.el (gnus-registry-follow-group-p):
4287         Use `gnus-grep-in-list'.
4288
4289         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4290
4291 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4292
4293         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4294         determining charset of text fails.
4295
4296 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4297
4298         * nnmail.el (nnmail-get-new-mail-1): Revert.
4299
4300         * nnml.el (nnml-active-number): Make sure names of newly created groups
4301         in nnml-group-alist are encoded.
4302
4303 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4306         containing non-ASCII characters in active file for nnml back end.
4307
4308 2010-07-24  David Engster  <dengste@eml.cc>
4309
4310         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4311         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4312
4313 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4314
4315         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4316         tag (Bug#6654).
4317
4318 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4321         the article buffer, not the summary buffer.
4322
4323 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4324
4325         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4326         Emacs 23 as well.
4327
4328 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4329
4330         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4331         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4332
4333 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4334
4335         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4336         Patch applied by Karl Fogel.
4337
4338         * gnus-sum.el (gnus-summary-bookmark-make-record):
4339         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4340
4341 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4342
4343         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4344         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4345         C-w still not working correctly from Article buffers; Thierry's
4346         patch to fix that will be applied after this.
4347
4348         * gnus-art.el (bookmark-make-record-function): New local variable.
4349
4350         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4351         article buffer.
4352         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4353
4354 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4355
4356         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4357         on changes in bookmark.el.
4358
4359 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4362         `no-log' instead of message not to log prompt string.
4363
4364 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4365
4366         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4367         the *other* type of HTML form submission.
4368
4369 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4370
4371         * auth-source.el (auth-source-pick): If choice does not contain a
4372         questioned keyword, set the check to t.
4373
4374 2010-06-12  Romain Francoise  <romain@orebokech.com>
4375
4376         * gnus-util.el (gnus-date-get-time): Move up before first use.
4377
4378 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4381         (gnus-article-edit-part): Bind it to make last part that is substituted
4382         or deleted visible.
4383         (gnus-mime-display-single): Buttonize part of which id equals to
4384         gnus-mime-buttonized-part-id.
4385
4386 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4387
4388         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4389         (gnus-dd-mmm): Use gnus-date-get-time.
4390         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4391         simplify logic.
4392         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4393         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4394
4395 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4396
4397         * auth-source.el (top): Autoload `secrets-list-collections',
4398         `secrets-create-item', `secrets-delete-item'.
4399         (auth-sources): Fix tag string.
4400         (auth-get-source, auth-source-retrieve, auth-source-create)
4401         (auth-source-delete): New defuns.
4402         (auth-source-pick): Rewrite in order to avoid 2 passes.
4403         (auth-source-forget-user-or-password): New parameter USERNAME.
4404         (auth-source-user-or-password): New parameters CREATE-MISSING and
4405         DELETE-EXISTING.  Retrieve password interactively, if needed.
4406
4407 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4408
4409         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4410         deleting unused directories when gnus-expert-user is t.
4411
4412 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4413
4414         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4415         for each temp file when gnus-article-browse-delete-temp is ask.
4416
4417 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4418
4419         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4420         Lisp calls to delete-backward-char by calls to delete-char.
4421
4422 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4423
4424         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4425
4426 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4427
4428         * password-cache.el (password-cache-remove): Fix docstring.
4429
4430 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4431
4432         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4433         article unless decoding article to be saved.
4434
4435 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4436
4437         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4438         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4439         generated within the mm-with-unibyte-current-buffer macro.
4440
4441 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4442
4443         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4444         to nil when we're in a mml-preview buffer and no group is selected.
4445
4446 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4447
4448         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4449         when catching the `C-g'.  Reported by "Leo".
4450
4451 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * message.el (message-forward-make-body-plain)
4454         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4455         multibyte-string-p.
4456
4457         * lpath.el: Revert.
4458
4459 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4460
4461         * message.el (message-forward-make-body-mml): Assume original message
4462         is multibyte string; error on unibyte.
4463         (message-forward-make-body-plain): Ditto; don't add excessive newline
4464         in body end.
4465
4466         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4467
4468 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4469
4470         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4471         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4472
4473 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4474
4475         * mm-extern.el (mm-extern-url): Don't use
4476         mm-with-unibyte-current-buffer.
4477         (mm-extern-cache-contents): Use with-current-buffer instead of
4478         save-excursion + set-buffer.
4479
4480 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * mm-util.el (mm-emacs-mule): Remove.
4483
4484 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4485
4486         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4487         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4488         change.
4489
4490 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4491
4492         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4493         bind the default value of enable-multibyte-characters to nil.
4494
4495 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * message.el (message-forward-make-body-plain)
4498         (message-forward-make-body-mml):
4499         Don't use mm-with-unibyte-current-buffer.
4500
4501 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4502
4503         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4504
4505 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4506
4507         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4508         (Bug#5592).
4509
4510 2010-05-07  Julien Danjou  <julien@danjou.info>
4511
4512         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4513         it to mm-pipe-part.
4514
4515         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4516         it is given.
4517
4518 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4519
4520         * binhex.el (binhex-decode-region-internal)
4521         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4522         (dns-query)
4523         * nnweb.el (nnweb-gmane-search)
4524         * pgg-parse.el (pgg-parse-armor)
4525         * pgg.el (pgg-verify-region)
4526         * sha1.el (sha1-string-external)
4527         * uudecode.el (uudecode-decode-region-internal)
4528         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4529         XEmacs.
4530
4531         * gnus-art.el (gnus-article-browse-html-parts)
4532         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4533         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4534         make-temp-file.
4535
4536         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4537         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4538         compiling.
4539
4540         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4541         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4542         XEmacs when compiling.
4543
4544         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4545         gnus-pick-mode-off-hook for XEmacs when compiling.
4546         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4547         gnus-binary-mode-off-hook for XEmacs when compiling.
4548
4549         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4550         Return nil if char-charset is not available.
4551
4552         * imap.el (imap-disable-multibyte)
4553         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4554         macros.
4555
4556         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4557         instead of encode-coding-string.
4558
4559         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4560         'xemacs) instead of mm-emacs-mule to switch function definitions.
4561         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4562
4563         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4564         bind temporary-file-directory for XEmacs;
4565         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4566         timer-set-function for XEmacs 21.4 and SXEmacs;
4567         bind timer-list for XEmacs 21.4 and SXEmacs;
4568         fbind char-charset and find-charset-region for non-Mule XEmacs;
4569         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4570         encode-coding-region and encode-coding-string for XEmacs having no
4571         file-coding feature.
4572
4573 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4574
4575         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4576
4577 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4580         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4581
4582 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4583
4584         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4585         alias `jka-compr-delete-temp-file' no longer exists.
4586
4587 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4588
4589         Use define-minor-mode in Gnus where applicable.
4590         * mml.el (mml-mode): Use define-minor-mode.
4591         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4592         (gnus-undo-mode): Use define-minor-mode.
4593         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4594         (gnus-dead-summary-mode): Use define-minor-mode.
4595         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4596         Initialize in declaration.
4597         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4598         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4599         (gnus-mailing-list-mode): Use define-minor-mode.
4600         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4601         (gnus-draft-mode): Use define-minor-mode.
4602         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4603         (gnus-dired-mode): Use define-minor-mode.
4604
4605 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4606
4607         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4608         handles on recursive mml-to-mime translation and check them for
4609         boundary delimiter collisions.  Reported by Greg Troxel.
4610
4611 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4614
4615 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4616
4617         * mm-util.el (mm-find-buffer-file-coding-system):
4618         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4619
4620 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4621
4622         * message.el (message-generate-headers): Record insertion of optional
4623         headers as well.  Otherwise the check to prevent repeated insertion of
4624         optional headers is a no-op.
4625
4626 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4627
4628         * smime.el: Don't mention CVS.
4629
4630         * nnrss.el (nnrss-fetch): Don't mention CVS.
4631
4632         * nnir.el: Don't mention CVS.
4633
4634 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4635
4636         * gnus-sum.el (gnus-summary-bookmark-make-record):
4637         Add `location' field.
4638
4639 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4640
4641         * lpath.el: Fbind bookmark-default-handler,
4642         bookmark-get-bookmark-record, bookmark-make-record-default,
4643         bookmark-prop-get for Emacs <23 and XEmacs.
4644
4645 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4646
4647         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4648         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4649         Use with-current-buffer to silence the byte-compiler.
4650         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4651         bother to require `gnus'.
4652         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4653
4654 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4655
4656         * gnus-sum.el (gnus-summary-bookmark-make-record)
4657         (gnus-summary-bookmark-jump): New functions.
4658         (gnus-summary-mode): Setup bookmark support.
4659
4660 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4661
4662         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4663         if set.
4664
4665 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4668         gnus-article-browse-html-save-cid-image; make it work recursively for
4669         forwarded messages as well.
4670         (gnus-article-browse-html-parts): Work when prefix arg is given.
4671         (gnus-article-browse-html-article): Doc fix.
4672
4673 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4674
4675         * message.el (message-default-mail-headers):
4676         (message-default-headers): Carry the value mail-default-headers over
4677         into message-default-mail-headers, rather than message-default-headers.
4678
4679 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4680
4681         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4682         charset.
4683
4684         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4685         charset into the <meta> tag when the article is encoded to utf-8.
4686
4687 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4688
4689         * gnus-art.el (gnus-article-browse-delete-temp-files):
4690         Delete directories as well.
4691         (gnus-article-browse-html-parts): Work for images that do not specify
4692         file names; delete temp directory when quitting; insert header at the
4693         right place; use file: scheme for image files.
4694
4695 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4696
4697         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4698         (gnus-article-browse-html-parts): Use it to make temporary cid image
4699         files in addition to html file so that browser may display them.
4700
4701 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4702
4703         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4704
4705 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4706
4707         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4708
4709 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4710
4711         * auth-source.el (auth-sources): Change default to be simpler.
4712         Explain about Secret Service API sources.  Improve Customize options.
4713         (auth-source-pick): Change to accept any number of search parameters.
4714         Implement fallbacks iteratively, not recursively.  Add scoring on the
4715         second pass and sort by score.  Call Secret Service API when needed.
4716         (auth-source-user-or-password): Use it.  Call Secret Service API
4717         directly when needed to get the user name and the password.
4718
4719 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4720
4721         * message.el (message-interactive): Doc fix.
4722         (message-qmail-inject-args): Reflow.
4723         (message-kill-to-signature): Fix typo in docstring.
4724
4725         * smiley.el (smiley-buffer): Fix typo in docstring.
4726
4727 2010-03-24  Glenn Morris  <rgm@gnu.org>
4728
4729         * mail-source.el (gnus-message): Declare.
4730         (mail-source-delete-old-incoming): Require gnus-util.
4731
4732 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4733
4734         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4735
4736         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4737
4738         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4739         password-cache's default if it is not bound.
4740         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4741         password-cache-expiry's default if it is not bound.
4742
4743         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4744         available in Emacs 21.
4745
4746         * lpath.el: Suppress compiler warnings for:
4747         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4748         XEmacs;
4749         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4750         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4751         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4752
4753 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4754
4755         * auth-source.el (auth-sources): Fix up definition so extra parameters
4756         are always inline.
4757
4758 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4759
4760         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4761         wasn't updated after mismatch.  Clear cached mailbox info correctly
4762         when uidvalidity changes.
4763         (nnimap-group-prefixed-name): New function to avoid some code
4764         duplication.
4765         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4766         (nnimap-request-group): Use it.
4767         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4768         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4769         with many imap folders.  This is done by caching the group status from
4770         the imap server persistently in a group parameter `imap-status'.  (This
4771         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4772         but not persistently, so every Gnus startup was still very slow.)
4773
4774 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4775
4776         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4777         delete the extra newline.  Otherwise editing of :string and :number
4778         types don't work.
4779
4780 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4781
4782         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4783         secrets.el dependency.
4784         (auth-sources): Add optional user name.  Add secrets.el configuration
4785         choice (unused right now).
4786
4787 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4788
4789         * gnus-sum.el (gnus-summary-make-menu-bar):
4790         Let `gnus-registry-install-shortcuts' fill in the functions.
4791
4792         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4793         warnings.
4794         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4795         (gnus-registry-install-shortcuts): Populate and use it in a
4796         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4797
4798 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4799
4800         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4801         In-place substitutions for the group name encoding/decoding.
4802         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4803         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4804         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4805         (nnimap-update-unseen, nnimap-request-list)
4806         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4807         (nnimap-request-set-mark, nnimap-split-to-groups)
4808         (nnimap-split-articles, nnimap-request-newgroups)
4809         (nnimap-request-create-group, nnimap-request-accept-article)
4810         (nnimap-request-delete-group, nnimap-request-rename-group)
4811         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4812         `encoded-mbx' for consistency.
4813         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4814         variable `imap-current-mailbox'.
4815
4816         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4817         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4818
4819 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4820
4821         * pop3.el (pop3-display-message-size-flag): Display message size byte
4822         counts during POP3 download.
4823         (pop3-movemail): Use it.
4824         (pop3-list): Implement listing of available messages.
4825
4826 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4827
4828         * nnir.el (nnir-get-article-nov-override-function): New function to
4829         override the normal NOV retrieval.
4830         (nnir-retrieve-headers): Use it.
4831
4832 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4833
4834         * auth-source.el (netrc-machine-user-or-password): Autoload.
4835
4836 2010-03-19  Glenn Morris  <rgm@gnu.org>
4837
4838         Stop message.el from loading about 40 libraries it doesn't always need.
4839         The general approach is to autoload rather than require, and to
4840         require in the specific functions rather than the file.  (Bug#5642)
4841
4842         * gmm-utils.el: Don't require wid-edit.
4843         (widget-create-child-value, widget-convert, widget-default-get):
4844         Autoload.
4845
4846         * gnus-util.el: Don't require time-date, netrc.
4847         (message-fetch-field, gnus-group-name-decode): Declare rather than
4848         autoloading.
4849         (gnus-fetch-field): Require message.
4850         (gnus-decode-newsgroups): Require gnus-group.
4851
4852         * ietf-drums.el: Don't require time-date.
4853
4854         * message.el: Don't require hashcash, canlock, ecomplete.
4855         Do require mail-utils.  Require nnheader only when compiling.
4856         (smtpmail-default-smtp-server): Remove declaration.
4857         (message-send-mail-function): Check smtpmail-default-smtp-server
4858         is bound rather than requiring smtpmail.
4859         (message-auto-save-directory, message-insert-signature):
4860         Use expand-file-name rather than nnheader-concat.
4861         (nnheader-insert-file-contents): Autoload.
4862         (hashcash-wait-async): Declare.
4863         (message-send-mail): Only call gnus-setup-posting-charset if
4864         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4865         (message-send-mail-with-sendmail): Require sendmail.
4866         (canlock-password, canlock-password-for-verify): Declare.
4867         (message-canlock-password): Require canlock.
4868         (nnheader-get-report): Autoload.
4869         (gnus-setup-posting-charset): Declare.
4870         (message-send-news): Require gnus-msg.
4871         (message-make-references, message-make-in-reply-to): Use mail-header-id
4872         rather than the alias mail-header-message-id.
4873         (ecomplete-add-item, ecomplete-save): Declare.
4874         (message-put-addresses-in-ecomplete): Require ecomplete.
4875         (ecomplete-display-matches): Autoload.
4876
4877         * mm-decode.el: Don't require mailcap, gnus-util.
4878         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4879         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4880         Autoload.
4881         (mailcap-mime-extensions): Declare.
4882
4883         * mm-encode.el: Don't require mailcap.
4884         (mailcap-extension-to-mime): Autoload.
4885
4886         * mml-sec.el: Don't require password-cache.
4887
4888         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4889         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4890         (mml-minibuffer-read-type): Require mailcap.
4891         (mml-preview): Require gnus-msg.
4892
4893         * mml1991.el: Require password-cache.
4894         (password-cache-expiry): Remove declaration.
4895
4896         * mml2015.el: Require password-cache.
4897         (password-cache-expiry): Remove declaration.
4898
4899         * nneething.el (mailcap): Require mailcap.
4900
4901         * nnheader.el (declare-function): Add compatibility stub.
4902         (message-remove-header): Declare rather than autoload.
4903         (nnheader-replace-header): Require message.
4904
4905         * nnimap.el (declare-function): Add compatibility stub.
4906         (netrc-parse, netrc-machine-user-or-password): Declare.
4907         (nnimap-open-connection): Require netrc.
4908
4909         * nntp.el (declare-function): Add compatibility stub.
4910         (netrc-parse, netrc-machine, netrc-get): Declare.
4911         (nntp-send-authinfo): Require netrc.
4912
4913         * rfc2047.el: Don't require qp.
4914         (quoted-printable-encode-region, quoted-printable-decode-string):
4915         Autoload.
4916
4917         * sieve-mode.el: Don't require easymenu.
4918         (easy-menu-add-item): Autoload it.
4919
4920         * spam-stat.el (time-to-number-of-days): Autoload it.
4921
4922 2010-03-19  Glenn Morris  <rgm@gnu.org>
4923
4924         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4925
4926 2010-03-18  Glenn Morris  <rgm@gnu.org>
4927
4928         * hashcash.el (declare-function): Remove duplicate definition.
4929
4930 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4931
4932         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4933         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4934         value if any backslash escapes).
4935
4936 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4937
4938         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4939         if it is available.  (bug#5647)
4940
4941         * lpath.el: Suppress compiler warning for coding-system-from-name for
4942         Emacs 21 and XEmacs.
4943
4944 2010-03-14  Juri Linkov  <juri@jurta.org>
4945
4946         * hmac-def.el:
4947         * hmac-md5.el:
4948         * netrc.el: Fix keywords.
4949
4950 2010-02-26  Glenn Morris  <rgm@gnu.org>
4951
4952         * message.el (message-send-mail-function): Change the default, so that
4953         it inherits from a customized send-mail-function.  (Bug#5643)
4954
4955 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4956
4957         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4958         shell-command-to-string signals an error (bug#5299).
4959
4960 2010-02-24  Glenn Morris  <rgm@gnu.org>
4961
4962         * message.el (message-smtpmail-send-it)
4963         (message-send-mail-with-mailclient): Doc fixes.
4964
4965 2010-02-16  Glenn Morris  <rgm@gnu.org>
4966
4967         * message.el (message-default-mail-headers): Change the default value
4968         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4969
4970 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4971
4972         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4973         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4974
4975 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4976
4977         * time-date.el (date-to-time): Doc fix (Bug#5408).
4978
4979 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4980
4981         * message.el (message-mail): Just pass yank-action on to message-setup.
4982         (message-setup): Handle (FUN . ARGS) form of yank-action.
4983         (message-with-reply-buffer, message-widen-reply)
4984         (message-yank-original): Handle non-buffer values of
4985         message-reply-buffer (Bug#4080).
4986         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4987
4988 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4989
4990         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4991         Fix typo in docstring.
4992
4993 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4994
4995         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4996         response.
4997
4998 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5001
5002         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5003
5004         * message.el (message-check-news-header-syntax): Protect against a
5005         string that `rfc822-addresses' returns when parsing fails.
5006
5007 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5010         (gnus-previous-char-property-change): New functions.
5011
5012         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5013
5014 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5015
5016         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5017         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5018
5019 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5020
5021         * message.el (message-exchange-point-and-mark): Rework last change to
5022         avoid using optional arg of exchange-point-and-mark, for backward
5023         compatibility.
5024
5025 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5026
5027         * message.el (message-exchange-point-and-mark):
5028         Call exchange-point-and-mark with an argument rather than setting
5029         mark-active by hand (Bug#5175).
5030
5031 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5032
5033         * nntp.el (nntp-service-to-port): Work for service expressed with
5034         numeric string; replace [:digit:] with [0-9] for XEmacs.
5035
5036 2009-12-17  Glenn Morris  <rgm@gnu.org>
5037
5038         * gnus-group.el (gnus-bug-group-download-format-alist):
5039         Change emacs entry to debbugs.gnu.org.  Bump :version.
5040
5041 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5042
5043         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5044
5045 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5046
5047         * message.el (message-info): Explain why we use `Info-goto-node'.
5048
5049 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5052
5053 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5054
5055         * message.el (message-completion-in-region): New compatibility function.
5056         (message-expand-group): Use it.
5057
5058 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5059
5060         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5061         with no unread article should be listed if the 2nd arg `predicate' is
5062         given.
5063
5064 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5065
5066         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5067
5068 2009-11-29  Juri Linkov  <juri@jurta.org>
5069
5070         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5071         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5072         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5073
5074 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5075
5076         * sha1.el (sha1-string-external): default-directory "/" in case
5077         otherwise non-existent.  process-connection-type pipe for touch of
5078         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5079
5080 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5081
5082         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5083         it's comms related and sgml-mode.el has "comm" on that basis too.
5084
5085 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5086
5087         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5088         containing tspecial characters if they have been already quoted.
5089
5090 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5091
5092         * dns-mode.el (auto-mode-alist): Purecopy string.
5093
5094 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5095
5096         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5097
5098 2009-10-24  Glenn Morris  <rgm@gnu.org>
5099
5100         * gnus-art.el (help-xref-stack-item): Define for compiler.
5101
5102 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5103
5104         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5105
5106 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5107
5108         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5109
5110 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5111
5112         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5113         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5114
5115 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5116
5117         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5118         (gnus-overlays-in): New alias to overlays-in.
5119
5120         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5121         gnus-overlay-get, and gnus-delete-overlay.
5122         (gnus-summary-show-thread): Make it work as well for systems in which
5123         next-single-char-property-change is not available.
5124         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5125
5126         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5127         (gnus-overlay-get): New alias to extent-property.
5128         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5129
5130         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5131         SXEmacs.
5132
5133         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5134         SXEmacs.
5135
5136 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5137
5138         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5139
5140 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5141
5142         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5143         and XEmacs that don't have `remove-overlays'.
5144
5145 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5146
5147         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5148         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5149         selective display.  Use overlays instead.
5150
5151 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5152
5153         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5154
5155 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5156
5157         * spam-stat.el (spam-stat-load): Fix typo in message.
5158
5159 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5160
5161         * dig.el (dig-invoke): Fix typo in docstring.
5162         (query-dig): Reflow docstring.
5163
5164 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5165
5166         * gnus-art.el (gnus-article-encrypt-body):
5167         * message.el (message-check-recipients):
5168         * mm-util.el (mm-codepage-setup):
5169         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5170         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5171
5172 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5173
5174         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5175         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5176         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5177         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5178         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5179
5180 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5181
5182         * dig.el: Add "Keywords: comm", as per net-utils.el.
5183
5184 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5185
5186         * dig.el (dig-mode): Use define-derived-mode.
5187
5188 2009-09-19  Glenn Morris  <rgm@gnu.org>
5189
5190         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5191
5192 2009-09-18  Glenn Morris  <rgm@gnu.org>
5193
5194         * gnus-diary.el (gnus-diary-check-message):
5195         * message.el (message-insert-formatted-citation-line):
5196         * nnbabyl.el (top-level):
5197         * nndiary.el (nndiary-schedule):
5198         Fix typos in condition-case handlers.
5199
5200 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5201
5202         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5203         configuration that provides the sole article window in a frame;
5204         position point correctly after deleting a part.
5205
5206 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5207
5208         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5209         (spam-resolve-registrations-routine): Use it to unregister articles
5210         that change status.
5211
5212 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5215         with XEmacs.
5216         (parse-time-string-chars): Use it.
5217
5218 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5219
5220         * imap.el (imap-interactive-login): Better messages.
5221         (imap-open): Fix bug with renamed buffer on reconnect.
5222         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5223         for easier debugging and cleaner code.  On successful (guessed based on
5224         server capabilities) secondary authentication, set imap-state
5225         correctly.
5226         (imap-last-authenticator): Define imap-last-authenticator as a variable
5227         to avoid warnings.
5228
5229 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * nnrss.el (nnrss-request-article): Remove binding of
5232         default-enable-multibyte-characters that has gotten needless by
5233         the 2007-07-13 change in rfc2047-encode-message-header.
5234
5235         * mml.el (mml-insert-multipart): Error on the message header.
5236         (mml-insert-part): Error on the message header; position point at
5237         the end of a MIME tag.
5238
5239 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5240
5241         * time-date.el (autoload): Expand define-obsolete-function-alias into
5242         defalias and make-obsolete for old Emacsen that Gnus supports.
5243         (with-no-warnings): Define it for old Emacsen.
5244         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5245         is available.
5246         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5247         float-time is available; suppress compile warning for time-to-seconds.
5248
5249         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5250         (gnus-float-time): Alias to float-time if it exists.
5251
5252         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5253         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5254         float-time is available; suppress compile warning for time-to-seconds.
5255
5256         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5257         XEmacs.
5258
5259 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5260
5261         * imap.el (imap-message-map): Docstring fix.
5262
5263 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5266         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5267         Add the optional argument `encoding' that overrides the default.
5268
5269         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5270         mm-encode-buffer.
5271
5272 2009-09-04  Glenn Morris  <rgm@gnu.org>
5273
5274         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5275         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5276         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5277         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5278         * mm-util.el (mm-with-unibyte-current-buffer)
5279         (mm-find-buffer-file-coding-system):
5280         * yenc.el (yenc-decode-region): Use default-value rather than
5281         default-enable-multibyte-characters.
5282
5283 2009-09-03  Glenn Morris  <rgm@gnu.org>
5284
5285         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5286         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5287         than default-enable-multibyte-characters.
5288
5289 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5290
5291         * gnus-art.el (gnus-article-read-summary-keys):
5292         Fix gnus-buffer-configuration's value temporarily used.
5293
5294 2009-09-02  Glenn Morris  <rgm@gnu.org>
5295
5296         * gnus-util.el (gnus-float-time): New function.
5297         * gnus-delay.el (gnus-delay-article):
5298         * gnus-sum.el (gnus-thread-latest-date):
5299         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5300         * nnspool.el (nnspool-request-newgroups):
5301         Use gnus-float-time rather than time-to-seconds.
5302         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5303
5304         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5305         (gnus-header-subject-face, gnus-header-newsgroups-face)
5306         (gnus-header-name-face, gnus-header-content-face):
5307         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5308         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5309         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5310         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5311         (gnus-cite-face-11):
5312         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5313         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5314         (gnus-server-closed-face, gnus-server-denied-face)
5315         (gnus-server-offline-face):
5316         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5317         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5318         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5319         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5320         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5321         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5322         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5323         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5324         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5325         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5326         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5327         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5328         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5329         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5330         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5331         (gnus-summary-high-undownloaded-face)
5332         (gnus-summary-low-undownloaded-face)
5333         (gnus-summary-normal-undownloaded-face)
5334         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5335         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5336         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5337         (gnus-splash-face):
5338         * message.el (message-header-to-face, message-header-cc-face)
5339         (message-header-subject-face, message-header-newsgroups-face)
5340         (message-header-other-face, message-header-name-face)
5341         (message-header-xheader-face, message-separator-face)
5342         (message-cited-text-face, message-mml-face):
5343         * sieve-mode.el (sieve-control-commands-face)
5344         (sieve-action-commands-face, sieve-test-commands-face)
5345         (sieve-tagged-arguments-face):
5346         * spam.el (spam-face):
5347         Mark face aliases with "-face" in the name as obsolete.
5348
5349 2009-09-01  Glenn Morris  <rgm@gnu.org>
5350
5351         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5352         than goto-line.
5353
5354 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5357         Don't move point if the command is invoked inside the message header.
5358
5359 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5360
5361         * imap.el (imap-send-command): Simplify.
5362         (imap-wait-for-tag): point-max -> buffer-size.
5363
5364 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5365
5366         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5367         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5368         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5369         * nnir.el (nnir-swish-e-index-file):
5370         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5371         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5372         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5373         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5374         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5375         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5376
5377 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5380         Don't save excursion.
5381
5382 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5383
5384         * nnheader.el (nnheader-find-file-noselect):
5385         * mm-util.el (mm-insert-file-contents):
5386         Use (default-value 'major-mode) instead of default-major-mode.
5387
5388 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5389
5390         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5391
5392 2009-08-26  Glenn Morris  <rgm@gnu.org>
5393
5394         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5395         than placing in files.el.
5396
5397 2009-08-25  Glenn Morris  <rgm@gnu.org>
5398
5399         * nnir.el (top-level): Don't require cl at run-time.
5400         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5401         Replace cl-function substitute with gnus-replace-in-string.
5402         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5403         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5404         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5405         simplified expansions.
5406
5407 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5408
5409         * dig.el (dig): Add autoload cookie.
5410
5411 2009-08-22  Glenn Morris  <rgm@gnu.org>
5412
5413         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5414         goto-line.
5415
5416 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5417
5418         * parse-time.el (parse-time-string-chars): Save match data.
5419
5420 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5421
5422         * parse-time.el (parse-time-string-chars): Compute using character
5423         classes, to handle non-ascii characters (Bug#3190).
5424
5425 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5426
5427         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5428
5429         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5430         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5431         (gnus-mm-display-part, gnus-mime-display-single)
5432         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5433         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5434
5435         * gnus-sum.el
5436         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5437         (gnus-summary-move-article): Add expirable mark to articles copied or
5438         moved to group that has auto-expire turned on if the option is non-nil.
5439
5440 2009-07-24  Glenn Morris  <rgm@gnu.org>
5441
5442         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5443         Fix typo.  (Bug#3903)
5444
5445 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5446
5447         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5448         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5449         that should not be used for draft articles.
5450         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5451         that has no concern in minor mode keys.
5452         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5453         Abolish.
5454
5455 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5458         article without making inquiry to a user for unknown encoding.
5459
5460         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5461         (nnmaildir--scan): Assume i-node and device number that file-attributes
5462         returns might be cons-cell.
5463
5464         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5465
5466         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5467
5468 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5469
5470         * auth-source.el: Remove docs now in auth.texi.  Don't use
5471         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5472         `auth-source-hide-passwords' and use them.
5473
5474 2009-07-15  Glenn Morris  <rgm@gnu.org>
5475
5476         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5477
5478 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5479
5480         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5481         excessive whitespace from the default values of title and description.
5482
5483 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5484
5485         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5486         mail-fetch-field to fetch Content-Description header in order to
5487         exclude newlines.
5488
5489 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5490
5491         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5492         format used by GnuPG 2.0.11.
5493
5494 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5497         to deleted part.
5498
5499 2009-05-30  David Engster  <dengste@eml.cc>
5500
5501         * nnmairix.el: Remove old documentation in the commentary block.
5502         (nnmairix-request-group): Do not update active file for nnml back ends.
5503         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5504         end so that overview files are ignored.
5505         (nnmairix-update-groups): Make updating the groups more robust by using
5506         marks.
5507         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5508         with dollar characters in message-id.
5509
5510 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5511
5512         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5513         2008-12-25 in dns.el.
5514
5515 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5516
5517         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5518         could happen if the text is only composed of spaces and/or tabs.
5519
5520 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5521
5522         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5523         when sending a queued message to avoid extra mml tags.
5524
5525 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5526
5527         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5528
5529 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5532         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5533         rmail-toggle-header for XEmacs;
5534         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5535
5536 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * gnus-dired.el: Remove autoload for gnus-setup-message.
5539         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5540         displaying Gnus logo; always use compose-mail.
5541
5542 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5545
5546 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5547
5548         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5549         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5550         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5551         available.
5552         (gnus-nocem-epg-verify): New function.
5553
5554 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5555
5556         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5557
5558 2009-02-15  Glenn Morris  <rgm@gnu.org>
5559
5560         * gnus-util.el (rmail-insert-rmail-file-header)
5561         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5562         autoloads.
5563         (rmail-default-rmail-file): Remove unnecessary declaration.
5564         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5565
5566 2009-02-14  Glenn Morris  <rgm@gnu.org>
5567
5568         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5569         variable (only used in gnus-util, which declares it anyway).
5570         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5571         which was only needed by gnus-art (changed to not use it any more).
5572         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5573         only used in gnus-util, which autoloads it itself.
5574         (rmail-update-summary): Fix autoload.
5575
5576         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5577         rather than rmail-output-to-rmail-file.
5578
5579 2009-02-07  Glenn Morris  <rgm@gnu.org>
5580
5581         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5582         autoload of function that no longer exists.
5583         (rmail-toggle-header): Declare.
5584         (message-forward-rmail-make-body): Handle mbox Rmail.
5585
5586 2009-01-31  Glenn Morris  <rgm@gnu.org>
5587
5588         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5589         2009-01-09 change.
5590
5591 2009-01-31  Dave Love  <fx@gnu.org>
5592
5593         * imap.el (imap-fetch-safe): Bind debug-on-error.
5594         (imap-debug): Add imap-fetch-safe.
5595
5596 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5597
5598         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5599         (auth-source-forget-all-cached): New convenience function.
5600         (auth-source-user-or-password): Accept list of modes or a single mode.
5601
5602         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5603         auth-source modes.
5604
5605         * netrc.el (netrc-machine-user-or-password): Use list of
5606         auth-source modes.
5607
5608         * nnimap.el (nnimap-open-connection): Use list of
5609         auth-source modes.
5610
5611         * nntp.el (nntp-send-authinfo): Use list of
5612         auth-source modes.
5613
5614 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5615
5616         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5617         now.
5618
5619 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5622         coding system in XEmacs; add a workaround for XEmacs.
5623
5624         * lpath.el: Fbind coding-system-aliasee.
5625
5626 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5629         of current-language-environment.
5630
5631 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5632
5633         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5634         available at runtime.
5635
5636 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5637
5638         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5639
5640 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5641
5642         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5643         the greatest positive fixnum value doesn't work under an XEmacs with
5644         bignum support; use the most-positive-fixnum constant instead,
5645         available since Emacs 21.1 with cl and XEmacs 21.1.
5646
5647 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5650         XEmacs gets not to work.
5651
5652 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * mm-util.el (mm-coding-system-priorities): Allow the value like
5655         "Japanese (UTF-8)" of current-language-environment.
5656
5657 2009-01-09  Glenn Morris  <rgm@gnu.org>
5658
5659         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5660         with last-command-event.
5661
5662 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5663
5664         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5665         in the doc string.
5666
5667         * message.el (message-fix-before-sending): Amend comment.
5668
5669 2009-01-08  Dave Love  <fx@gnu.org>
5670
5671         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5672
5673 2009-01-07  David Engster  <dengste@eml.cc>
5674
5675         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5676         simplified server definitions by converting it via
5677         gnus-server-to-method.
5678
5679 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5682         parameter's operands.
5683
5684 2009-01-06  David Engster  <dengste@eml.cc>
5685
5686         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5687         primary select method (for gnus-group-mark-article-as-read).
5688
5689 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5690
5691         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5692         `(gnus)Face', not `(gnus)X-Face'.
5693
5694 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5695
5696         * mm-util.el (mm-ucs-to-char): New function.
5697
5698         * mm-url.el (mm-url-decode-entities): Use it.
5699
5700         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5701         unicode-to-char.
5702
5703 2009-01-05  Dave Love  <fx@gnu.org>
5704
5705         * time-date.el: Require cl for `declare'.
5706
5707 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5708
5709         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5710         Dave Love.
5711
5712 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5713
5714         * message.el (message-fix-before-sending): Add `eight-bit' to
5715         illegible-text check.
5716
5717 2009-01-03  Michael Olson  <mwolson@gnu.org>
5718
5719         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5720         `headers' is nil.  This can occur if the IMAP server does not have
5721         permissions to read messages from a folder, but can write new messages
5722         to the folder.
5723         (nnimap-request-article-part): Do not insert `data' if it is nil.
5724
5725         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5726         characters which will confuse `read', so skip past them.
5727
5728 2009-01-01  Dave Love  <fx@gnu.org>
5729
5730         * imap.el (imap-string-to-integer): Fix typo.
5731         (imap-fetch-safe): New function.
5732         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5733
5734         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5735
5736         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5737         (imap-parse-greeting): Fix doc strings.
5738         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5739         (imap-parse-flag-list): Make messages unique.
5740         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5741
5742         * nnimap.el: Fix author email.
5743         (nnimap-split-rule): Add FIXME comment.
5744         (nnimap-debug): Fix doc string.
5745
5746 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5747
5748         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5749
5750 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5751
5752         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5753         nslookup if resolv.conf isn't available.
5754         (dns-query): Rename from query-dns.
5755         (dns-query-cached): Rename from query-dns-cached.
5756
5757 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5758
5759         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5760         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5761         to check if those variables exist (first appeared in Emacs 18.50).
5762
5763 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * mm-util.el (mm-line-number-at-pos): New function.
5766
5767         * spam-report.el (spam-report-process-queue): Use it.
5768
5769 2008-12-24  David Engster  <dengste@eml.cc>
5770
5771         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5772         parameters that haven't existed as variables as buffer-local variables.
5773
5774 2008-12-23  Dave Love  <fx@gnu.org>
5775
5776         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5777         cadar.
5778
5779         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5780         imap-starttls-p.
5781         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5782
5783 2008-12-22  Dave Love  <fx@gnu.org>
5784
5785         * imap.el: Fix author email.  Doc fixes.
5786         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5787         reply.
5788
5789 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5790
5791         * spam-report.el (spam-report-gmane-max-requests): New constant.
5792         (spam-report-gmane-wait): New variable.
5793         (spam-report-gmane-ham, spam-report-gmane-spam)
5794         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5795         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5796         the server.
5797
5798         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5799         Add explanations.
5800
5801         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5802         nnheader-accept-process-output and nnheader-read-timeout if available.
5803         (pop3-movemail): Use it.
5804
5805         * message.el (message-check-news-body-syntax): Fix signature check if
5806         there's an attachment.
5807
5808 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * mm-util.el: Add comments to the mm- emulating functions.
5811
5812 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5813
5814         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5815         Reported by Stephen Berman <stephen.berman@gmx.net>.
5816
5817 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * mm-util.el (mm-substring-no-properties): New function.
5820         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5821         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5822         (mm-string-to-multibyte): Doc fix.
5823
5824         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5825
5826 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5827
5828         * mml.el (mml-attach-file): Strip text properties from file name.
5829         (Bug#1574)
5830
5831 2008-12-16  Glenn Morris  <rgm@gnu.org>
5832
5833         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5834
5835 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5838         knows since the charset specified might be a bogus alias that
5839         mm-charset-synonym-alist provides.
5840
5841 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5842
5843         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5844         "ISO_8859-1".
5845
5846         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5847
5848 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * mm-util.el (mm-charset-eval-alist):
5851         Define it before mm-charset-to-coding-system.
5852         (mm-charset-to-coding-system): Add optional argument `silent';
5853         define it before mm-charset-override-alist.
5854         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5855         default value if it can be used in Emacs currently running;
5856         silence mm-charset-to-coding-system.
5857
5858 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5861         `allow-override' which says whether to use `mm-charset-override-alist'.
5862         (rfc2047-decode-encoded-words): Use it.
5863
5864         * mm-util.el (mm-charset-override-alist): Fix custom type;
5865         add `(gb2312 . gbk)' to choices.
5866
5867 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5870         fast.
5871
5872         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5873
5874         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5875
5876 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5877
5878         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5879         on links.
5880
5881         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5882
5883 2008-12-03  Lute Kamstra  <lute@gnu.org>
5884
5885         * sha1.el: Remove leading * from docstrings of defcustoms,
5886         deffaces, defconsts and defuns.
5887
5888 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5891         users' addresses that don't have domain parts.
5892         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5893         rather than message-narrow-to-head since there will be the message
5894         header separator.
5895
5896 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5897
5898         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5899         since the result is inserted in a unibyte buffer anyway.
5900         (nnimap-demule-use-string-to-multibyte): Remove.
5901         (nnimap-demule): Alias it to mm-string-to-multibyte.
5902
5903 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5904
5905         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5906         variable for debugging bug#464 and bug#1174.
5907         (nnimap-demule): Use it.
5908
5909 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5910
5911         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5912         score calculation correctly.
5913
5914 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5915
5916         * message.el (message-send-mail): Just set the buffer to unibyte
5917         rather than use mm-with-unibyte-current-buffer which does a lot more.
5918         (message-send-mail-partially): Don't bother with
5919         mm-with-unibyte-current-buffer since it's already been made unibyte by
5920         message-send-mail.
5921
5922 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5923
5924         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5925
5926 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5927
5928         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5929
5930 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5931
5932         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5933         require itself and to remove `with-no-warnings'.
5934
5935 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5936
5937         * starttls.el (starttls-any-program-available): Get the name of the
5938         available TLS layer program.
5939         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5940         well as the host name in the "opening" message.
5941
5942         * auth-source.el (auth-source-cache, auth-source-do-cache)
5943         (auth-source-user-or-password): Cache passwords and logins by default,
5944         allow override with `auth-source-do-cache'.
5945         (auth-source-forget-user-or-password): Allow users to remove cache
5946         entries if needed.
5947
5948 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5949
5950         * md4.el (md4-buffer): Fix typo in docstring.
5951         (md4, md4-64): Doc fixes.
5952         (md4-pack-int32): Reflow docstring.
5953
5954 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5955
5956         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5957         condition-case to only the forward-sexp call.
5958
5959 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5960
5961         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5962         quotes contained.  Make it more robust regardless by an extra
5963         condition-case wrapper.
5964
5965 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5966
5967         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5968
5969 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * nnml.el (nnml-request-expire-articles): Check if the function set to
5972         `nnmail-expiry-target' returns the symbol `delete'.
5973
5974         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5975
5976         * nnmail.el (nnmail-expiry-target): Fix custom type.
5977
5978 2008-10-02  Glenn Morris  <rgm@gnu.org>
5979
5980         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5981         Silence compiler warning.
5982
5983 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5984
5985         * tls.el (open-tls-stream): Show the actual command being
5986         executed, instead of the format string.
5987
5988 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * lpath.el: Fbind codepage-setup for Emacs 23.
5991
5992 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5993
5994         * mml.el (mml-menu): Don't assume mml2015 is bound.
5995
5996 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5999         exists.
6000
6001 2008-09-27  Glenn Morris  <rgm@gnu.org>
6002
6003         * gnus-util.el (mail-header-remove-comments): Autoload it.
6004
6005 2008-09-27  Andreas Schwab  <schwab@suse.de>
6006
6007         * gnus-util.el (gnus-split-references): Strip comments.
6008         (gnus-parent-id): Likewise.
6009
6010 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6011
6012         * message.el (message-confirm-send): Fix version.
6013
6014 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * message.el (message-idna-to-ascii-rhs-1): Use
6017         mail-extract-address-components rather than mail-header-parse-addresses
6018         that is an alias by default to ietf-drums-parse-addresses that does not
6019         support non-ASCII names in headers' contents.
6020
6021 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6022
6023         * message.el (message-confirm-send): Fix variable documentation to
6024         avoid the "y/n" wording.
6025
6026 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6027
6028         * message.el (message-set-auto-save-file-name): Save to a different
6029         filename so multiple messages (especially drafts) can be recovered.
6030
6031 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6032
6033         * message.el (message-confirm-send): Add appropriate version.
6034
6035 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6036
6037         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6038         defvar.
6039
6040 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6041
6042         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6043         (mm-pkcs7-enveloped-magic): Ditto.
6044
6045 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6046
6047         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6048         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6049
6050 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6051
6052         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6053         default, it's better.
6054
6055 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6056
6057         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6058         summary line gnus-number property and ignore them (with a warning
6059         message).
6060
6061 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6064         macro caddr in the interactive form since it won't be expanded.
6065
6066 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6069         `charset'; fix name of function called recursively.
6070         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6071
6072 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6075         (gnus-mime-set-charset-parameters): New function.
6076         (gnus-mime-view-part-as-charset): Use it to correctly display part
6077         specifying wrong charset.
6078
6079 2008-09-08  David Engster  <dengste@eml.cc>
6080
6081         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6082         in completing-read for back end server.
6083
6084 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6085
6086         * message.el (message-confirm-send): New variable to confirm sending a
6087         message.
6088         (message-send): Use it.
6089
6090 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6091
6092         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6093
6094 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6097
6098 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6099
6100         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6101         prevent tracking too many groups.
6102         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6103         Use it.
6104
6105 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6106
6107         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6108         moving point to the bottom of the window in order to avoid recentering.
6109
6110 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6113
6114         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6115         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6116         (gnus-article-beginning-of-window): Fix calculation.
6117
6118 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * gnus-msg.el (gnus-summary-supersede-article)
6121         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6122         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6123         message header.
6124
6125 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6126
6127         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6128         pending output coming after the status change.
6129
6130 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6131
6132         * message.el:
6133         * gnus-start.el:
6134         * gnus-registry.el: Remove VMS support.
6135
6136 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6139         macro.
6140         (rfc2104-hash): Use it.
6141
6142 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6143
6144         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6145         (gnus-summary-sort-by-most-recent-date): New commands.
6146         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6147         and menu entries.
6148
6149 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6152         don't redisplay article for raw contents; remove plural articles stuff.
6153
6154         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6155         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6156         on gnus-summary-save-article; display results properly.
6157
6158 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * lpath.el: No need to fbind ns-focus-frame.
6161
6162 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6163
6164         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6165
6166 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * gnus-art.el (gnus-summary-save-in-pipe):
6169         Consider gnus-save-all-headers.
6170
6171 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6172
6173         * gnus-util.el (ns-focus-frame): Remove declaration.
6174         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6175         like x.
6176
6177 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6178
6179         * rfc2104.el (rfc2104-zero): Delete defconst.
6180         (rfc2104-hex-alist): Likewise.
6181         (rfc2104-hex-to-int): Delete func.
6182         (rfc2104-hexstring-to-bitstring): Likewise.
6183         (rfc2104-nybbles): New defconst.
6184         (rfc2104-hash): Rewrite for speed.
6185
6186 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * tls.el (open-tls-stream): Make it work with the 2nd argument
6189         BUFFER that is a string but does not exist as a buffer object, as
6190         mentioned in the doc-string.
6191
6192 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6195         SXEmacs.
6196
6197 2008-07-16  Glenn Morris  <rgm@gnu.org>
6198
6199         * gnus-util.el (ns-focus-frame): Declare for compiler.
6200
6201 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6202
6203         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6204         set as a group parameter.
6205         (gnus-summary-save-in-pipe): Work when it is called independently.
6206         (gnus-summary-pipe-to-muttprint): Don't modify
6207         gnus-summary-pipe-output-default-command.
6208
6209 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6210
6211         * message.el (message-send-mail-with-sendmail):
6212         Display the error message.
6213
6214 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * gnus-art.el (gnus-default-article-saver):
6217         Add gnus-summary-save-in-pipe to choices.
6218         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6219         gnus-summary-pipe-output-default-command as the default command.
6220         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6221         instead of gnus-last-shell-command.
6222
6223         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6224         New user option.
6225         (gnus-summary-muttprint-program): Mention the value will be changed.
6226         (gnus-summary-save-article): Force showing of all headers.
6227         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6228
6229 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6230
6231         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6232
6233 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6234
6235         * nnimap.el (nnimap-id):
6236         * sieve-manage.el (sieve-manage-open): Doc fixes.
6237
6238 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6239
6240         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6241         if available.
6242
6243 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6244
6245         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6246
6247         * nnkiboze.el (nnkiboze-generate-group):
6248         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6249
6250         * nnmairix.el: Require CL.
6251
6252 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6253
6254         * dgnushack.el: Autoload get-display-table and put-display-table for
6255         XEmacs 21.5.
6256
6257         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6258         21.4 and SXEmacs.
6259
6260 2008-06-15  David Engster  <dengste@eml.cc>
6261
6262         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6263
6264 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6265
6266         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6267         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6268         runtime choice under XEmacs.
6269
6270         * gnus-sum.el (gnus-summary-set-display-table):
6271         Use `gnus-put-display-table', `gnus-get-display-table',
6272         `gnus-set-display-table' for the display table, instead of `aset'.
6273
6274         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6275         Use `gnus-put-display-table', `gnus-get-display-table',
6276         `gnus-set-display-table' for the display table.
6277
6278 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6279
6280         * nnmairix.el: Add autoloads.
6281
6282 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6283
6284         * nnmairix.el (nnmairix-delete-recreate-group)
6285         (nnmairix-update-and-clear-marks): Fix error messages.
6286
6287 2008-06-14  David Engster  <dengste@eml.cc>
6288
6289         * nnmairix.el: Upgrade to version 0.6.
6290         (nnmairix-group-toggle-propmarks-this-group)
6291         (nnmairix-group-toggle-readmarks-this-group)
6292         (nnmairix-group-delete-recreate-this-group)
6293         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6294         (nnmairix-remove-tick-mark-original-article): New commands.
6295         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6296         (nnmairix-propagate-marks-to-nnmairix-groups)
6297         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6298         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6299         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6300         functions needed for marks propagation and manipulation of read marks.
6301         (nnmairix-update-groups): New function.
6302         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6303         (nnmairix-determine-original-group-from-registry)
6304         (nnmairix-determine-original-group-from-path)
6305         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6306         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6307         New helper functions.
6308         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6309         keystrokes for new commands.
6310         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6311         (nnmairix-request-group): Check allow-fast group parameter.
6312         (nnmairix-request-create-group): Set allow-fast group parameter if
6313         nnmairix-allowfast-default is set.
6314         (nnmairix-close-group): Propagate marks upon closing if needed.
6315         (nnmairix-group-toggle-threads-this-group): Use new.
6316         nnmairix-group-toggle-parameter helper function.
6317         (nnmairix-search): Better check for empty search result.
6318         (nnmairix-goto-original-article): Use new helper functions for
6319         determining original article.
6320         (nnmairix-show-original-article): Make sure message-id is in brackets.
6321         (nnmairix-call-mairix-binary): Change variable name.
6322         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6323         helper function.
6324         (nnmairix-widget-toggle-activate): Fix doc string.
6325
6326 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6327
6328         * nnir.el: Require edmacro when compiling with XEmacs.
6329         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6330         available in Emacs 21.
6331
6332 2008-06-11  Glenn Morris  <rgm@gnu.org>
6333
6334         * gnus-util.el (x-focus-frame):
6335         * gnus.el (image-size):
6336         * mm-decode.el (image-size): Declare.
6337
6338         * gnus-picon.el (declare-function): Add compat definition.
6339         (image-size): Declare.
6340
6341         * gnus-group.el (tool-bar-map):
6342         * gnus-sum.el (tool-bar-map): Define for compiler.
6343
6344         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6345
6346         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6347
6348         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6349         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6350         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6351         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6352         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6353         * sieve-manage.el, spam-report.el, spam.el:
6354         Remove unnecessary eval-and-compile of autoloads.
6355
6356 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6357
6358         * auth-source.el: Precise Tramp doc.
6359
6360 2008-06-07  Glenn Morris  <rgm@gnu.org>
6361
6362         * nnmairix.el: Remove unnecessary eval-when-compile.
6363
6364 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * lpath.el: Fbind propertize for XEmacs 21.4.
6367
6368 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6369
6370         * nnir.el: Move here from ../contrib.
6371
6372 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6373
6374         * gnus-util.el (gnus-read-shell-command): New function.
6375         * mm-decode.el (mm-pipe-part):
6376         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6377
6378 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6379
6380         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6381
6382 2008-06-03  Glenn Morris  <rgm@gnu.org>
6383
6384         * pop3.el (nnheader-accept-process-output): Autoload it.
6385
6386 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6389         are not 2-digit hexadecimal characters that follow `%'s.
6390
6391 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6392
6393         * message.el (message-bogus-recipient-p): Fix type in doc string.
6394         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6395         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6396         Improve custom options.
6397         (message-bogus-recipient-p): Adjust accordingly.
6398
6399 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6400
6401         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6402         long-form month and day names.
6403
6404 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * dgnushack.el: Autoload debug, eudc-expand-inline and
6407         pgg-snarf-keys-region for XEmacs.
6408
6409         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6410
6411         * nnmairix.el: Require edmacro when compiling with XEmacs.
6412
6413 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6414
6415         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6416         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6417
6418 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6419
6420         * auth-source.el: Add more docs.
6421
6422         * netrc.el (netrc-machine): Always match if the port is not given.
6423
6424 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6425
6426         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6427         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6428         retrieval faster in some cases, but might make CPU usage larger.
6429         If this has any bad side effects, we might revert this change.
6430
6431         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6432         seems to make mail retrieval much, much faster.
6433         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6434         unconditionally.
6435
6436         * gnus-draft.el (gnus-group-send-queue):
6437         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6438
6439 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6440
6441         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6442
6443         * message.el (message-bogus-address-regexp): Fix and improve custom
6444         type.
6445         (message-setup-hook): Add message-check-recipients as custom option.
6446
6447 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6448
6449         * message.el (message-cite-function): Remove bogus autoload which crept
6450         in during merge from v5-10.
6451
6452 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6453
6454         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6455
6456         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6457
6458         * auth-source.el: Preliminary Tramp docs.
6459         (auth-sources): Change the default auth-sources to use
6460         EPA .gpg files.
6461
6462 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6463
6464         * nntp.el: Autoload `auth-source-user-or-password'.
6465         (nntp-send-authinfo): Use it.
6466
6467         * nnimap.el: Autoload `auth-source-user-or-password'.
6468         (nnimap-open-connection): Use it.
6469
6470         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6471         for the gnus-message function.
6472         (auth-source-user-or-password): Use it.
6473
6474 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6475
6476         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6477         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6478         (rfc2104-hash): Use it.
6479
6480 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6481
6482         * gnus-art.el (gnus-article-toggle-truncate-lines):
6483         Don't use `iff' in docstring.
6484
6485 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6486
6487         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6488
6489         * gnus-util.el (gnus-extract-address-component-name)
6490         (gnus-extract-address-component-email): Convenience functions around
6491         `gnus-extract-address-components'.
6492
6493         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6494         Use `gnus-extract-address-component-email' to fix bug of comparing full
6495         sender name to `user-mail-address'.
6496
6497 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6498
6499         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6500         catch/throw to optimize.
6501         (gnus-registry-find-keywords): Just use member to find a keyword.
6502
6503 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6504
6505         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6506         is current before calling gnus-server-prepare.
6507         (gnus-server-setup-buffer, gnus-server-update-server)
6508         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6509
6510 2008-05-04  Juri Linkov  <juri@jurta.org>
6511
6512         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6513         (mailcap-file-default-commands): Use mailcap-replace-in-string
6514         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6515         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6516
6517 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6518
6519         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6520
6521 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6522
6523         * gnus.el: Bump version to 0.11.
6524
6525 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6526
6527         * gnus.el: No Gnus v0.10 is released.
6528
6529 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6530
6531         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6532         hooks.
6533         (gnus-update-read-articles): Speed up non-marks-using users.
6534         (gnus-use-marks): Define gnus-use-marks.
6535         (gnus-propagate-marks): Rename variable to something more sensible.
6536
6537 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6538
6539         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6540         (gmm-image-load-path-for-library): Fix typos in docstrings.
6541         (gmm-message): Reflow docstring.
6542
6543 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6544
6545         * mail-source.el (mail-source-set-1, mail-source-bind):
6546         Move auth-source code out of the macro to clean it up and fix bugs.
6547
6548 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6549
6550         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6551         by sender if it's equal to user-mail-address, it's likely to be
6552         useless.
6553
6554         * mail-source.el (mail-source-bind): Don't use user or password if they
6555         are not bound.  Unintern them if they are nil.  Don't use server unless
6556         it's bound, and default it to empty string otherwise.
6557
6558 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6559
6560         * mail-source.el: Load auth-source.el.
6561         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6562         get user name or password, if auth-sources is set up.
6563
6564         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6565         strategy of splitting with parent.
6566         (gnus-registry-split-fancy-with-parent)
6567         (gnus-registry-post-process-groups): Use it and fix prior
6568         bug (returning a list as the split result).
6569
6570         * auth-source.el (auth-sources): Remove server parameter.
6571         (auth-source-pick, auth-source-user-or-password)
6572         (auth-source-user-or-password-imap)
6573         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6574         (auth-source-user-or-password-sftp)
6575         (auth-source-user-or-password-smtp): Remove server parameter.
6576
6577 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6578
6579         * smime.el (smime-sign-region, smime-encrypt-region)
6580         (smime-decrypt-region):
6581         Remove redundant calls to `generate-new-buffer-name'.
6582
6583 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6584
6585         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6586         Don't use QP for message/rfc822.
6587         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6588
6589 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6590
6591         * sieve-manage.el (sieve-string-bytes): Remove.
6592         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6593         correct byte-length only if the process's coding-system is the same as
6594         the one used internally by Emacs to represent strings.
6595
6596 2008-04-22  Juri Linkov  <juri@jurta.org>
6597
6598         * mailcap.el (mailcap-file-default-commands): New function.
6599
6600 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6601
6602         * message.el (message-signature-separator, message-cite-function):
6603         Change custom version.
6604
6605 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6606
6607         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6608         commands.
6609         (tls-checktrust): Ditto.
6610
6611 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6612
6613         * mm-decode.el (mm-display-external): Make temp file read-only.
6614
6615 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6616
6617         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6618         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6619         `C-c C-f d'.
6620
6621 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6622
6623         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6624
6625 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6626
6627         * gnus.el: Bump version to 0.9.
6628
6629 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6630
6631         * gnus.el: No Gnus v0.8 is released.
6632
6633 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6634
6635         * mail-source.el (mail-source-value):
6636         Prefer fboundp to functionp so it works with macros as well.
6637
6638 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6639
6640         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6641         Fix last change in case the element is not even a symbol.
6642
6643 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6644
6645         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6646         Prefer fboundp to functionp so it works with macros as well.
6647
6648 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6649
6650         * auth-source.el: Add docs.
6651         (auth-sources): Modify format to support server.
6652         (auth-source-pick, auth-source-user-or-password)
6653         (auth-source-user-or-password-imap)
6654         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6655         (auth-source-user-or-password-sftp)
6656         (auth-source-user-or-password-smtp): Add server parameter.
6657
6658 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6659
6660         * gnus-registry.el: Initialize the registry when gnus-registry-install
6661         is t.
6662
6663 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * compface.el (uncompface): Make buffer unibyte.
6666
6667 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6668
6669         * mail-source.el (mail-source-value):
6670         Prefer fboundp to functionp so it works with macros as well.
6671
6672 2008-04-05  Glenn Morris  <rgm@gnu.org>
6673
6674         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6675
6676 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6677
6678         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6679         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6680
6681         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6682         multibyteness after rather than before erasing it.
6683
6684         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6685         mm-with-multibyte.
6686         (gnus-request-article-this-buffer): Make sure the proper decoding is
6687         used if gnus-original-article-buffer happens to be unibyte.
6688
6689         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6690         default-enable-multibyte-characters.
6691
6692         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6693         default-enable-multibyte-characters.
6694
6695         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6696
6697         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6698
6699 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6700
6701         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6702         Fix last change in case the element is not even a symbol.
6703
6704 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6705
6706         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6707         (imap-message-copyuid-1): Use it.
6708         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6709         J. Williams in
6710         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6711
6712         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6713         imap-enable-exchange-bug-workaround.
6714         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6715
6716 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6717
6718         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6719         a 100 byte status-checks into a 2-3MB transfer for each group.
6720         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6721         to enable bug workaround or not.
6722         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6723
6724 2008-03-31  Glenn Morris  <rgm@gnu.org>
6725
6726         * message.el (mml2015-use): Declare for compiler.
6727         (message-info): Require mml2015 when appropriate.
6728
6729 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6732         whitespace.
6733
6734 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6735
6736         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6737         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6738         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6739         (nntp-service-to-port): New function.
6740         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6741         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6742         (nntp-open-netcat-stream): New function.
6743         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6744
6745 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6746
6747         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6748
6749 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6750
6751         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6752
6753 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6754
6755         * dns.el (dns-write): Use set-buffer-multibyte.
6756
6757 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6758
6759         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6760
6761 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6762
6763         * message.el (message-signature-separator): Change default.
6764         Improve custom type.
6765         (message-cite-function): Change default to
6766         message-cite-original-without-signature.
6767
6768         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6769         toggle.
6770
6771         * message.el (message-check-news-body-syntax): Fix signature check.
6772         (message-setup-1): Mark buffer as unmodified _after_ running
6773         message-setup-hook and handling message-alternative-emails.
6774         (message-shorten-references): Be more strict when building list of
6775         valid references to comply with GNKSA.
6776
6777         * gnus-group.el (gnus-read-ephemeral-bug-group)
6778         (gnus-read-ephemeral-debian-bug-group)
6779         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6780
6781         * message.el (message-info): Don't use booleanp which isn't supported
6782         in Emacs 21 and XEmacs.
6783
6784 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6785
6786         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6787         gnus-group-gmane-group-download-format.
6788         (gnus-group-read-ephemeral-gmane-group): Rename from
6789         gnus-group-read-ephemeral-gmane-group.
6790         (gnus-read-ephemeral-gmane-group-url): Rename from
6791         gnus-group-read-ephemeral-gmane-group-url.
6792         (gnus-bug-group-download-format-alist): New variable.
6793         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6794         (gnus-read-ephemeral-emacs-bug-group): New commands.
6795
6796 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6797
6798         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6799         (gnus-visible-headers): Improve custom type.
6800
6801 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6802
6803         * mml.el (mml-menu): Add workarounds for XEmacs.
6804
6805         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6806         X-Boundary header.
6807
6808         * message.el (message-simplify-recipients): Fix previous commit.
6809
6810 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6811
6812         * mm-util.el (mm-set-buffer-multibyte): New function.
6813         * mm-decode.el (mm-copy-to-buffer): Use it.
6814
6815         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6816         Prefer fboundp to functionp so it works with macros as well.
6817
6818 2008-03-19  Glenn Morris  <rgm@gnu.org>
6819
6820         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6821         Accidentally removed in the sync process with Emacs.
6822
6823 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6824
6825         * message.el (message-alter-recipients-discard-bogus-full-name):
6826         New function.
6827         (message-alter-recipients-function): New variable.
6828         (message-get-reply-headers): Use it.
6829         (message-replace-header): New helper function.
6830         (message-recipients-without-full-name): New variable.
6831         (message-simplify-recipients): New command.
6832
6833         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6834
6835         * message.el (message-info): Handle EasyPG manual.
6836
6837         * mml.el (mml-menu): Add entry for EasyPG.
6838
6839 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6840
6841         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6842         parameter.
6843
6844         * message.el (message-disassociate-draft): Specify drafts group name
6845         fully.
6846
6847 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6848
6849         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6850         Eliminate unnecessary duplicates from the match list.
6851
6852 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6853
6854         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6855
6856         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6857
6858         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6859         args of `how-many' of which the XEmacs version doesn't take; declare
6860         Info-index-next as function.
6861
6862 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6863
6864         * gnus-score.el (gnus-score-headers): Fix handling of
6865         gnus-inhibit-slow-scoring.
6866
6867         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6868         string.
6869         (gnus-button-url-regexp): Improve handling of parenthesis.
6870         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6871         (gnus-button-handle-info-keystrokes): Handle index entries.
6872
6873 2008-03-15  Glenn Morris  <rgm@gnu.org>
6874
6875         * parse-time.el (parse-time-string): Simplify.
6876
6877 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6880         Incoming* files.
6881
6882 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6883
6884         * auth-source.el (auth-sources): Rename from auth-source-choices.
6885         (auth-source-pick): Use it.
6886
6887 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6888
6889         * binhex.el (binhex-decode-region-internal):
6890         * uudecode.el (uudecode-decode-region-internal):
6891         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6892         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6893         setting default-enable-multibyte-characters.
6894
6895 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6896
6897         * auth-source.el (auth-source-protocols)
6898         (auth-source-protocols-customize, auth-source-choices): Add and
6899         modified variable customizations and defaults.
6900         (auth-source-pick, auth-source-user-or-password)
6901         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6902         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6903         (auth-source-user-or-password-sftp)
6904         (auth-source-user-or-password-smtp): Use new variables and provide an
6905         interface to netrc.el.
6906
6907 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6910         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6911         Make sure the nntp port to specify is a string.
6912
6913 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6914
6915         * nntp.el: Use with-current-buffer.
6916         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6917         dubious mm-with-unibyte-current-buffer.
6918         (nntp-with-open-group-function): New function extracted from
6919         nntp-with-open-group macro.
6920         (nntp-with-open-group): Use the function, so it's easier to debug.
6921         Add indentation and debugging info.
6922         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6923         Recommend the use of the netcat alternatives.
6924
6925         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6926         Avoid mm-string-as-multibyte as well.
6927
6928         * nnweb.el (nnweb-insert-html):
6929         Remove use of nnheader-string-as-multibyte.
6930
6931         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6932         (nnheader-string-as-multibyte): Remove.
6933
6934         * mm-view.el: Use inhibit-read-only.
6935         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6936         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6937         or unibyte-string.
6938
6939         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6940         (mm-uu-yenc-extract): Use with-current-buffer.
6941
6942         * gnus-soup.el (gnus-soup-send-packet): Don't use
6943         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6944
6945         * nnmh.el: Use with-current-buffer.
6946         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6947         mm-string-as-multibyte on the output of mm-encode-coding-string.
6948
6949         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6950         (nnimap-request-move-article): Use with-current-buffer.
6951
6952         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6953         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6954         conversion uses string-make-unibyte rather than string-as-unibyte.
6955
6956         * gnus-msg.el: Use with-current-buffer.
6957
6958         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6959
6960 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6961
6962         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6963         string for caching if it is 'PIN.
6964
6965 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * lpath.el: Consider the case without Emacs/W3.
6968
6969 2008-03-08  Glenn Morris  <rgm@gnu.org>
6970
6971         * time-date.el (date-to-time, time-subtract, time-add)
6972         (safe-date-to-time): Doc fixes.
6973
6974 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6975
6976         * mail-source.el (mail-source-delete-old-incoming-confirm):
6977         Change default to nil.
6978         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6979
6980 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * lpath.el: Rearrange.
6983
6984         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6985         (gnus-article-goto-prev-page): Work for articles having ^L's.
6986
6987         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6988
6989         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6990
6991 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6992
6993         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6994         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6995         (gnus-bookmark-jump): Adjust some variable names.
6996
6997 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6998
6999         * auth-source.el: New package.
7000         (auth-source-choices): Add customization entry point variable.
7001
7002         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7003         bug.
7004
7005 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7006
7007         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7008         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7009         (gnus-registry-install-shortcuts): Rename from
7010         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7011         the `gnus-registry-mark-map' keymap dynamically from
7012         `gnus-registry-marks'.  The generated functions update the summary line
7013         when a registry mark is added or deleted, and will call
7014         `gnus-registry-install-p' (see the comments in the code).
7015         (gnus-registry-user-format-function-M): Use concat intelligently.
7016
7017         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7018         the registry mark functions.
7019
7020 2008-03-05  Glenn Morris  <rgm@gnu.org>
7021
7022         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7023         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7024         gnus-art.
7025         (top-level): No need to load own source when compiling.
7026
7027 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7028
7029         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7030         Suggested by <chris.anderton@zetnet.co.uk>.
7031
7032 2008-03-04  Glenn Morris  <rgm@gnu.org>
7033
7034         * gnus-sum.el (top-level): No need to require gnus when compiling,
7035         since unconditionally required near start of file.
7036         (gnus-summary-display-while-building): Move definition before use.
7037
7038 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7039
7040         * gnus-registry.el (gnus-registry-user-format-function-M):
7041         Add formatting function.
7042
7043 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7044
7045         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7046         with plists.
7047         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7048         Use new format.
7049
7050 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7053         `where-is-internal' that returns a range of key sequences.
7054
7055 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7056
7057         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7058
7059         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7060         (gnus-summary-jump-to-group): Consider windows on other displayed
7061         frames as well.  Similar changes might be needed elsewhere, but that's
7062         the one I've bumped into during my use.
7063
7064         * nndoc.el (nndoc-oe-dbx-type-p):
7065         * gnus-msg.el (gnus-debug):
7066         * gnus-group.el (gnus-update-group-mark-positions):
7067         Use mm-string-to-multibyte.
7068
7069 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7070
7071         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7072         doesn't handle NotDashEscaped.
7073
7074         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7075         (mml-dnd-attach-options): Fix typo in custom choice.
7076
7077         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7078         Change nndoc-article-type to mbox.
7079         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7080
7081         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7082         to nil, instead of html2text.
7083
7084         * imap.el (imap-debug): Add `imap-ping-server'.
7085
7086         * gnus-bookmark.el: Add FIXMEs.
7087
7088         * message.el (message-form-letter-separator)
7089         (message-send-form-letter-delay): New variables.
7090         (message-send-form-letter): Use them.  New command to send form
7091         letters.  Requested by Uwe Siart.
7092         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7093
7094 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         * Update copyright years.
7097
7098 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7099
7100         Sync from EMACS_22_BASE.
7101
7102         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7103
7104 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7105
7106         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7107         empty author.
7108
7109 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7110
7111         * gnus-registry.el (gnus-registry-marks): Add variable for
7112         customization of marks and their appearance.
7113         (gnus-registry-read-mark): Use it.
7114         (gnus-registry-do-marks): Add utility function to loop through
7115         `gnus-registry-marks'.
7116         (gnus-registry-install-shortcuts-and-menus): Add function to install
7117         shortcuts and menus.
7118         (gnus-registry-initialize): Use it.
7119         (gnus-registry-default-mark): Clarify documentation.
7120
7121 2008-02-29  Glenn Morris  <rgm@gnu.org>
7122
7123         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7124         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7125         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7126         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7127         Change defcustom :version from 23.0 to 23.1.
7128
7129 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7130
7131         * gnus-registry.el (gnus-registry-follow-group-p)
7132         (gnus-registry-post-process-groups): Add functions to aid registry
7133         splitting and improve logging.  Clarify behavior in function
7134         documentation.
7135         (gnus-registry-split-fancy-with-parent): Use them.
7136
7137 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7138
7139         * gnus-art.el: Use with-current-buffer.
7140
7141 2008-02-27  David Engster  <dengste@eml.cc>
7142
7143         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7144         Express real group name in the response.
7145
7146 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7147
7148         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7149         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7150         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7151         autoload gnus-registry-fetch-group when compiling.
7152         (nnmairix-request-group-with-article-number-correction):
7153         Remove unreferenced argument passed to nnmairix-call-backend.
7154
7155 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7156
7157         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7158         (mm-uu-extract): Improve face for low color ttys.
7159         Reported by Sascha Wilde.
7160
7161 2008-02-27  Glenn Morris  <rgm@gnu.org>
7162
7163         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7164         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7165         variables to defconsts.  Convert comments to doc-strings.
7166         (nnmairix-last-server, nnmairix-current-server): Convert from free
7167         variables to defvars.  Convert comments to doc-strings.
7168         (gnus-registry-fetch-group): Autoload.
7169         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7170         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7171         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7172         caddr.
7173         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7174         nnmairix-request-group-with-article-number-correction call.
7175         (nnmairix-fast, nnmairix-group): New, less general names, for free
7176         variables passed from nnmairix-request-group to
7177         nnmairix-request-group-with-article-number-correction.  Declare.
7178         (nnmairix-request-group-with-article-number-correction):
7179         Use nnmairix-fast, nnmairix-group rather than fast, group.
7180
7181 2008-02-26  David Engster  <dengste@eml.cc>
7182
7183         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7184         version 0.5.
7185
7186 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7187
7188         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7189         instead of making an extra function call.  Don't add the current group
7190         to articles only when they have the group.  Use
7191         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7192         Reported by David <de_bb@arcor.de>.
7193
7194 2008-02-24  Miles Bader  <miles@gnu.org>
7195
7196         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7197         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7198         (mm-find-mime-charset-region):
7199         * mm-bodies.el (mm-encode-body):
7200         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7201
7202 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7205         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7206
7207 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7208
7209         * mail-source.el (mail-source-delete-incoming): Change default.
7210         Supplement doc string.
7211
7212         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7213
7214 2008-02-14  Glenn Morris  <rgm@gnu.org>
7215
7216         * time-date.el (format-seconds): New function.
7217
7218 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7219
7220         * nnmail.el (nnmail-message-id-cache-file): Derive from
7221         `gnus-home-directory'.
7222
7223 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7224
7225         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7226         Document negative prefix.
7227
7228         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7229
7230 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7231
7232         * message.el (message-unsent-separator): Add the Exim bounce
7233         separator.
7234
7235 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7236
7237         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7238         list.
7239         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7240         recipient/signer list.
7241
7242 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7243
7244         * Makefile.in (datarootdir): Define.
7245         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7246         name that might contain whitespace.
7247
7248 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7249
7250         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7251         fbound (Emacs 23 unicode), signal an error.
7252
7253 2008-02-08  Glenn Morris  <rgm@gnu.org>
7254
7255         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7256
7257 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7258
7259         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7260         ports to the calls to `netrc-machine-user-or-password' in addition to
7261         "imap" and "imaps".
7262
7263 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7264
7265         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7266
7267         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7268
7269 2008-02-01  Kenichi Handa  <handa@m17n.org>
7270
7271         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7272         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7273         (rfc2104-hash): Convert the result of concat to unibyte string.
7274
7275 2008-02-01  Dave Love  <fx@gnu.org>
7276
7277         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7278         coding-system-for-read.
7279         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7280
7281 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7282
7283         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7284         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7285         <hanche@math.ntnu.no>.
7286
7287 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7290
7291         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7292
7293 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7294
7295         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7296         * message.el (message-beginning-of-line): Use featurep instead of bound
7297         tests in order to resolve conditionals at compile time.
7298
7299 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7300
7301         * mail-source.el (mail-sources): Add `group' choice.
7302
7303         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7304         parameter `in-group' to control into which group the articles go.
7305         Add treatment of `group' mail-source.
7306
7307 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7310
7311         * mm-decode.el (mm-dissect-buffer): Decode description.
7312
7313         * mml.el (mml-to-mime): Encode message header first.
7314
7315 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7316
7317         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7318         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7319
7320         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7321         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7322
7323 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7324
7325         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7326
7327 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7328
7329         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7330         prefix keys.
7331         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7332         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7333         gnus-xmas.el.
7334
7335         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7336         (gnus-xmas-article-describe-bindings): New function.
7337         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7338         gnus-xmas-article-describe-bindings.
7339
7340         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7341
7342 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7343
7344         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7345         Add new variables for article mark management.
7346         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7347         list of extra data entries which, when present, will indicate that the
7348         article ID should not be trimmed from the registry.
7349         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7350         functions.
7351         (gnus-registry-read-mark): New function to read a mark name from the
7352         user.
7353         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7354         (gnus-registry-set-article-mark-internal): New functions to add and
7355         remove marks.
7356         (gnus-registry-get-article-marks): New function to show the marks for
7357         an article, or retrieve them for further use.
7358
7359 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7362         keys when no argument is given.
7363
7364 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7365
7366         * imap.el (imap-ping-server): New variable.
7367         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7368         (imap-ping-server): Minor doc string fixes.
7369
7370 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7371
7372         * imap.el (imap-ping-server): New function.
7373         (imap-opened): Call imap-ping-server.
7374
7375 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7376
7377         * gnus-sum.el (gnus-article-sort-by-random)
7378         (gnus-thread-sort-by-random): Fix doc strings.
7379         Reported by jidanni@jidanni.org.
7380
7381 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * gnus-art.el (gnus-article-describe-bindings): New function.
7384         (gnus-article-read-summary-keys): Use it.
7385         (gnus-article-mode-map): Bind `C-h b' to it.
7386
7387 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7390         XEmacs.
7391         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7392         Protect against non-character events.
7393
7394         * lpath.el: Fbind map-keymap for Emacs 21.
7395
7396 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7397
7398         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7399         New command.
7400         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7401         instead of END.  Change name of the temp file.
7402         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7403         customizable.
7404
7405 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7408         bind `S W' to gnus-article-wide-reply-with-original; set default
7409         binding to gnus-article-read-summary-send-keys.
7410         (gnus-article-read-summary-keys): Fix the order of keys; display
7411         continuation keys correctly in the echo area; describe bindings
7412         correctly when keys end with `C-h'.
7413         (gnus-article-read-summary-send-keys): New function.
7414         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7415         Work for gnus-article-read-summary-send-keys; display continuation keys
7416         correctly in the echo area.
7417         (gnus-article-reply-with-original): Ignore prefix argument.
7418         (gnus-article-wide-reply-with-original): New function.
7419
7420         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7421         Emacs 21.
7422
7423 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7426         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7427
7428 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7429
7430         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7431         (gnus-group-read-ephemeral-gmane-group): New command.
7432
7433 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7434
7435         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7436
7437 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7438
7439         * message.el (message-send-mail-function): Increase custom version.
7440
7441         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7442         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7443
7444 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7445
7446         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7447         for the cases where imap-authenticate is called with a nil buffer
7448         parameter.
7449
7450 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7453         html parts correctly; support forwarded messages.
7454         (gnus-article-browse-html-article): Remove work buffers.
7455
7456         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7457         compiling.
7458         (netrc-bound-and-true-p): New macro.
7459         (netrc-parse): Use it instead of bound-and-true-p that is not available
7460         in XEmacs 21.4.
7461
7462 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7463
7464         * gnus-registry.el (gnus-registry-mark-article)
7465         (gnus-registry-article-marks): Add functionality to mark articles
7466         through the Gnus registry.
7467
7468         * encrypt.el: Clarify documentation for the new pgg method.
7469         (encrypt-file-alist): Add PGG option.
7470         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7471         functionality.  Abstract password key and messaging to external
7472         functions.
7473         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7474         (encrypt-message-method-and-cipher): Add new convenience external
7475         functions.
7476         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7477         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7478
7479         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7480         (netrc-parse): Use encrypt-file-alist to determine if
7481         encrypt-find-model or encrypt-insert-file-contents should be used.
7482
7483         * encrypt.el: Clarify documentation.  Load password-cache or
7484         password, whichever one is found first, instead of autoloading.
7485
7486 2007-12-19  Glenn Morris  <rgm@gnu.org>
7487
7488         * mml.el (message-options-set, message-narrow-to-head)
7489         (message-in-body-p, message-mail-p, message-encode-message-body):
7490         Autoload.
7491         (message-remove-header, message-narrow-to-headers-or-head)
7492         (message-subscribed-p, message-make-mail-followup-to)
7493         (message-position-on-field, message-news-p)
7494         (message-options-set-recipient, message-generate-headers)
7495         (message-sort-headers): Declare as functions.
7496
7497 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7498
7499         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7500         convention in doc string.
7501
7502 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7505         title to html parts.
7506         (gnus-article-browse-html-article): Pass message header to it.
7507
7508         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7509
7510 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7511
7512         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7513         or password compatible with XEmacs.
7514
7515 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7516
7517         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7518         format document.
7519         (gnus-mime-delete-part): Don't write description line if empty.
7520         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7521
7522 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7523
7524         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7525         (gnus-summary-mark-read-and-unread-as-read)
7526         (gnus-summary-mark-current-read-and-unread-as-read)
7527         (gnus-summary-mark-unread-as-ticked): Doc fix.
7528         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7529
7530 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7531
7532         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7533         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7534
7535 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7536
7537         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7538         yes-or-no-p.
7539
7540 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * mm-decode.el (mm-add-meta-html-tag): New function.
7543         (mm-save-part-to-file, mm-pipe-part): Use it.
7544
7545         * gnus-art.el (gnus-article-browse-delete-temp-files):
7546         Use gnus-y-or-n-p instead of y-or-n-p.
7547         (gnus-article-browse-html-parts): Work with message/external-body; use
7548         mm-add-meta-html-tag.
7549
7550 2007-12-11  Glenn Morris  <rgm@gnu.org>
7551
7552         * gnus-cache.el: Require gnus-sum not just when compiling.
7553
7554         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7555
7556         * gnus-int.el (gnus-server-opened, gnus-status-message):
7557         Move definitions before use.
7558
7559         * mm-decode.el: Require gnus-util.
7560         (mm-remove-part): Only call delete-annotation on XEmacs.
7561
7562         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7563
7564         * nnmail.el: Require gnus-int.
7565
7566         * spam.el: Move `require's before `eval-when-compile's.
7567
7568         * gnus-ems.el (gnus-alive-p):
7569         * gnus-fun.el (message-goto-eoh):
7570         * gnus-util.el (gnus-group-name-decode):
7571         * mail-source.el (gnus-compress-sequence):
7572         * message.el (Info-goto-node, format-spec):
7573         * mm-bodies.el (message-options-get):
7574         * mm-decode.el (mm-view-pkcs7):
7575         * mm-util.el (gmm-write-region):
7576         * mml-smime.el (mml-compute-boundary)
7577         (gnus-completing-read-with-default):
7578         * mml.el (widget-button-press, gnus-make-hashtable):
7579         * mml1991.el (mm-decode-content-transfer-encoding)
7580         (mm-encode-content-transfer-encoding)
7581         (message-options-get, message-options-set):
7582         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7583         * nnfolder.el (gnus-request-group):
7584         * nnheader.el (ietf-drums-unfold-fws):
7585         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7586         * smime.el (gnus-run-mode-hooks):
7587         * spam-stat.el (gnus-message): Autoload.
7588
7589         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7590         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7591         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7592         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7593         Add declare-function compatibility definition.
7594
7595         * gnus-cache.el (nnvirtual-find-group-art):
7596         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7597         (gnus-add-image, gnus-add-wash-type):
7598         * gnus-group.el (nnkiboze-score-file):
7599         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7600         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7601         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7602         (message-tokenize-header, gnus-get-buffer-create)
7603         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7604         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7605         * gnus.el (gnus-group-decoded-name):
7606         * mail-source.el (imap-capability):
7607         * mm-bodies.el (message-options-set):
7608         * mm-decode.el (gnus-configure-windows):
7609         * mm-extern.el (message-goto-body):
7610         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7611         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7612         (epg-sub-key-validity, message-options-set):
7613         * mml.el (widget-event-point, gnus-configure-windows):
7614         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7615         * mml2015.el (epg-check-configuration, epg-configuration)
7616         (message-options-set):
7617         * nndb.el (nndb-request-article):
7618         * nnfolder.el (gnus-request-create-group):
7619         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7620         * nnmaildir.el (gnus-group-mark-article-read):
7621         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7622         * rfc1843.el (message-fetch-field):
7623         * spam.el (gnus-extract-address-components):
7624         Declare as functions.
7625
7626 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7629
7630         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7631
7632         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7633         bind show-trailing-whitespace for XEmacs.
7634
7635 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7636
7637         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7638         new no-op macro for backward compatibility.
7639
7640         * imap.el (imap-string-to-integer): New function.
7641
7642 2007-12-09  Glenn Morris  <rgm@gnu.org>
7643
7644         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7645
7646         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7647         * message.el, mm-view.el, sieve-manage.el, smime.el:
7648         Add declare-function compatibility definition.
7649
7650         * gnus-art.el (w3-region, w3m-region, Info-menu):
7651         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7652         * gnus-sum.el (gnus-get-predicate):
7653         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7654         * message.el (mail-abbrev-in-expansion-header-p):
7655         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7656         (w3m-detect-meta-charset, w3m-region):
7657         * sieve-manage.el (password-read, password-cache-add)
7658         (password-cache-remove):
7659         * smime.el (password-read-and-add): Declare as functions.
7660
7661 2007-12-08  David Kastrup  <dak@gnu.org>
7662
7663         * gnus-sum.el (gnus-summary-simplify-subject-query):
7664         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7665         `message'.
7666
7667 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7668
7669         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7670         it to bind idna-program, installation-directory, defined-colors, and
7671         face-attribute for XEmacs of the version that compiles defcustom forms.
7672
7673 2007-12-07  Glenn Morris  <rgm@gnu.org>
7674
7675         * gnus-art.el (article-make-date-line): Revert previous change.
7676
7677 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7678
7679         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7680
7681 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7682
7683         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7684         Call gnus-add-to-range ranges only once with a prepared article-list.
7685
7686 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7687
7688         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7689         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7690         group names with backslashes.
7691         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7692
7693 2007-12-06  Deepak Goel  <deego3@gmail.com>
7694
7695         * gnus-art.el (article-make-date-line):
7696         * gnus-start.el (gnus-load):
7697         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7698
7699 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7700
7701         * gnus-art.el (gnus-use-idna)
7702         * gnus-start.el (gnus-site-init-file)
7703         * message.el (message-use-idna)
7704         * mm-uu.el (mm-uu-hide-markers)
7705         * smiley.el (smiley-style): Revert changes that suppress warnings.
7706
7707 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7708
7709         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7710         specify charset to html source.
7711         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7712
7713 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7716         idna-program in order to suppress byte compile warning issued by XEmacs
7717         that came to byte compile the default value section of defcustom forms
7718         recently.
7719
7720         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7721         value of installation-directory.
7722
7723         * message.el (message-use-idna): Don't directly refer to the value of
7724         idna-program.
7725
7726         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7727
7728         * smiley.el (smiley-style): Don't directly call face-attribute.
7729
7730 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7731
7732         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7733
7734         * gnus-dired.el: Reduce Gnus dependencies.
7735         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7736         Don't require.  Use autoloads instead.
7737         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7738         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7739         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7740         (gnus-dired-mode): Adjust doc string.
7741         (gnus-dired-mail-mode): New variable.
7742         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7743         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7744         (gnus-dired-mail-buffers): New function.  Return mail or message
7745         composition buffers.
7746         (gnus-dired-attach): Use it.
7747         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7748         NO-DECODE.
7749         (gnus-dired-print): Use `gnus-print-buffer' depending on
7750         `gnus-dired-mail-mode'.
7751
7752 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * rfc2047.el (rfc2047-encoded-word-regexp)
7755         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7756         explaining what regexp patterns are for.
7757
7758 2007-12-04  Glenn Morris  <rgm@gnu.org>
7759
7760         * password.el: Move to password-cache.el.
7761
7762         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7763         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7764         * mml-smime.el (password-read, password-cache-add)
7765         (password-cache-remove):
7766         No need to autoload, since mml-sec requires password.
7767
7768         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7769         * message.el (gnus-extract-address-components):
7770         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7771
7772         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7773         password.
7774
7775 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7776
7777         * mailcap.el: Reduce dependencies.
7778         (mail-header-parse-content-type): Autoload.
7779         (mailcap-delete-duplicates): New alias.
7780         (mailcap-mime-info): Add optional argument NO-DECODE.
7781         (mailcap-mime-types): Use mailcap-delete-duplicates.
7782
7783         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7784
7785 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7786
7787         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7788         (imap-parse-status): Upcase status-att for servers that sends them
7789         lower-case (e.g., MS Exchange 2007).
7790
7791 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7792
7793         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7794         function.
7795
7796         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7797         (gnus-uu-yenc-article): New function.
7798
7799         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7800
7801         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7802
7803 2007-12-02  Glenn Morris  <rgm@gnu.org>
7804
7805         * binhex.el (binhex): New custom group.
7806         (binhex-decoder-program, binhex-decoder-switches)
7807         (binhex-use-external): Move to the binhex custom group.
7808
7809         * uudecode.el (uudecode): New custom group.
7810         (uudecode-decoder-program, uudecode-decoder-switches)
7811         (uudecode-use-external): Move to the uudecode custom group.
7812
7813         * netrc.el (top-level): Don't load `encrypt' features.
7814         (netrc-parse): Don't use encrypt.
7815         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7816
7817         * encrypt.el: Remove file.
7818
7819 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7820
7821         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7822         matches on patches.
7823
7824         * gnus-art.el (gnus-article-browse-html-article):
7825         Mention `mm-text-html-renderer' in the doc string.
7826
7827         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7828         string.  Add comments.
7829
7830         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7831         if rhs is ASCII.
7832
7833 2007-12-01  Glenn Morris  <rgm@gnu.org>
7834
7835         * mail-source.el (top-level): Require format-spec before
7836         eval-when-compile.
7837
7838 2007-11-30  Glenn Morris  <rgm@gnu.org>
7839
7840         * encrypt.el: Require password, rather than autoloading password-read.
7841
7842 2007-11-29  Glenn Morris  <rgm@gnu.org>
7843
7844         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7845         (sasl-make-client, sasl-next-step, sasl-step-data)
7846         (sasl-step-set-data): Declare as functions.
7847
7848 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7849
7850         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7851
7852 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7853
7854         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7855         certs should be verified and what is to be done in the event of a
7856         verification failure.
7857
7858         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7859         caller can indicate whether the cache should be disregarded for this
7860         call.  This way the result of the call is reproducible at all times and
7861         can be considered a canonical server name for the supplied method.
7862         (gnus-agent-method-p): Canonicalize server names by pushing their
7863         method through `gnus-method-to-server' using the no-cache argument.
7864
7865         * gnus-srvr.el (gnus-server-insert-server-line):
7866         Call `gnus-method-to-server' with `no-cache' argument.
7867
7868         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7869         gnus-agent-possibly-synchronize-flags as this should be called when the
7870         server is actually being opened.
7871         (gnus-agent-possibly-synchronize-flags)
7872         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7873         flags file of an agentized server to the latter function.
7874
7875         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7876         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7877         after a connection has been established successfully.
7878
7879 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus-art.el (article-display-face): Force to display face if called
7882         interactively; check if gnus-article-x-face-too-ugly matches author.
7883         (article-display-x-face): Display face even if From header is missing
7884         as article-display-face does.
7885
7886 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7887
7888         * hashcash.el (message-narrow-to-headers-or-head)
7889         (message-fetch-field, message-goto-eoh)
7890         (message-narrow-to-headers): Declare as functions.
7891
7892 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7893
7894         * mail-source.el (mail-sources): Default to fetch from file for
7895         compatibility with default of nnmail-spool-file.
7896
7897 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7898
7899         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7900         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7901         to look for encoded word that should be encoded again.
7902         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7903         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7904         encoding pattern.
7905         (rfc2047-decode-region): Switch strict regexp and loose one according
7906         to rfc2047-allow-irregular-q-encoded-words.
7907
7908 2007-11-25  Romain Francoise  <romain@orebokech.com>
7909
7910         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7911
7912 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7913
7914         * tls.el (tls-program): Provide more custom choices from
7915         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7916         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7917
7918 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7919
7920         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7921         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7922
7923         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7924         `nnmail-spool-file'.
7925
7926         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7927         `nnmail-spool-file'.
7928
7929         * gnus-move.el (gnus-change-server): Ditto.
7930
7931         * gnus-kill.el (gnus-batch-score): Ditto.
7932
7933         * gnus-cache.el (gnus-jog-cache): Ditto.
7934
7935         * gnus-msg.el (gnus-summary-reply):
7936         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7937
7938 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7939
7940         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7941         version.  Minor improvement to doc strings.
7942         (tls-program): Add comment.
7943
7944 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7945
7946         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7947         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7948         mismatch between the hostname provided in the certificate and the name
7949         of the host connnecting to.
7950         (open-tls-stream): Use them.  Check certificates against trusted root
7951         certificates.
7952
7953 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7954
7955         * gnus-cache.el (gnus-cache-generate-nov-databases):
7956         Use nnml-generate-nov-databases-directory instead of
7957         nnml-generate-nov-databases-1.
7958
7959 2007-11-24  Glenn Morris  <rgm@gnu.org>
7960
7961         * message.el (message-tool-bar-retro): Update for rename
7962         mail_send.xpm->mail-send.xpm.
7963
7964 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7965
7966         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7967         `smime-ldap-search' for Emacs 22 and up.
7968
7969 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7970
7971         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7972
7973         * message.el (message-send-mail-function): Fix error convention.
7974         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7975         (message-widen-reply, message-send-mail, message-talkative-question)
7976         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7977         (message-clone-locals, message-send-news): Use with-current-buffer.
7978         (message-insert-or-toggle-importance): Remove unused var `valid'.
7979         (message-make-references): Remove unused var `new-references'.
7980         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7981
7982 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7983
7984         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7985         (spam-split-symbolic-return-positive): Reflow docstring.
7986         (spam-backends, spam-summary-exit-behavior)
7987         (spam-mark-ham-unread-before-move-from-spam-group)
7988         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7989         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7990         (spam-clear-cache, spam-backend-check, spam-install-backend)
7991         (spam-install-statistical-backend, spam-list-of-processors)
7992         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7993         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7994         (spam-check-crm114, spam-initialize, spam-unload-hook):
7995         Fix typos in docstrings.
7996
7997 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7998
7999         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8000         been checked if they have never been read and those group levels are
8001         higher than the one that a user specified.
8002
8003 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8006         foreign groups unless a group level is specified by a user.
8007         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8008
8009 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8010
8011         * message.el (message-send-mail-function): Require sendmail.
8012
8013 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8014
8015         * message.el (message-send-mail-function): Check for smtpmail too.
8016
8017         * utf7.el (utf7-encode, utf7-decode): Use coding system
8018         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8019
8020         * message.el (message-send-mail-function): New function.
8021         (message-send-mail-function): Set default using
8022         message-send-mail-function.  Adjust doc string.
8023         (message-send-mail-with-mailclient): New function.
8024
8025 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8026
8027         * smime.el (from):
8028         * rfc2047.el (message-posting-charset):
8029         * qp.el (mm-use-ultra-safe-encoding):
8030         * pop3.el (parse-time-months):
8031         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8032         * nnml.el (files):
8033         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8034         (jka-compr-compression-info-list, ange-ftp-path-format)
8035         (efs-path-regexp):
8036         * nndiary.el (files):
8037         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8038         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8039         (epg-digest-algorithm-alist, inhibit-redisplay)
8040         (password-cache-expiry):
8041         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8042         (pgg-output-buffer, password-cache-expiry):
8043         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8044         (efs-path-regexp):
8045         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8046         (inhibit-redisplay):
8047         * mm-uu.el (file-name, start-point, end-point, entry)
8048         (gnus-newsgroup-name, gnus-newsgroup-charset):
8049         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8050         (latin-unity-ucs-list):
8051         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8052         (mm-uu-binhex-decode-function):
8053         * message.el (gnus-message-group-art, gnus-list-identifiers)
8054         (rmail-enable-mime-composing, gnus-local-organization)
8055         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8056         (gnus-read-active-file, facemenu-add-face-function)
8057         (facemenu-remove-face-function, gnus-article-decoded-p)
8058         (tool-bar-mode):
8059         * mail-source.el (display-time-mail-function):
8060         * gnus-util.el (nnmail-pathname-coding-system)
8061         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8062         (gnus-original-article-buffer, gnus-user-agent)
8063         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8064         (xemacs-codename, sxemacs-codename, emacs-program-version):
8065         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8066         * gnus-start.el (gnus-agent-covered-methods)
8067         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8068         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8069         (gnus-newsgroup-headers, gnus-group-list-mode)
8070         (gnus-group-mark-positions, gnus-newsgroup-data)
8071         (gnus-newsgroup-unreads, nnoo-state-alist)
8072         (gnus-current-select-method, mail-sources)
8073         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8074         (nnmail-spool-file, gnus-cache-active-hashtb):
8075         * gnus-mh.el (mh-lib-progs):
8076         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8077         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8078         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8079         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8080         (gnus-group-buffer):
8081         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8082         (font-lock-set-defaults):
8083         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8084         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8085         (gnus-summary-post-menu, total-parts, type, condition, length):
8086         * gnus-agent.el (gnus-agent-read-agentview):
8087         * flow-fill.el (show-trailing-whitespace):
8088         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8089         eval-and-compile wrappers for byte compiler pacifiers.
8090
8091         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8092         (mm-display-inline-fontify): Check for featurep 'xemacs not
8093         extent-list.
8094
8095         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8096         itimer-list.
8097         (mm-create-image-xemacs): Only do something for XEmacs.
8098         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8099
8100         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8101
8102         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8103         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8104
8105 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8106
8107         * nnimap.el (nnimap-split-download-body):
8108         * gnus-demon.el (gnus-demon):
8109         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8110
8111 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8114         New macros.
8115         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8116         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8117         copy data from unibyte buffer to multibyte current buffer.
8118         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8119         to copy data from unibyte current buffer to multibyte buffer.
8120         (nntp-make-process-buffer): Make process buffer unibyte.
8121
8122         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8123
8124 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8125
8126         * pop3.el (pop3-open-server): Accept and process data more robustly at
8127         connexion start to avoid spurious "POP SSL connexion failed" errors.
8128
8129 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8132         read group names.
8133
8134 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8135
8136         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8137
8138 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8139
8140         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8141         (nnmail-save-active): Use a unibyte buffer when saving active file,
8142         which may contain non-ASCII group names.
8143
8144         * nnml.el (nnml-request-group): Decode group names in messages.
8145
8146 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8147
8148         * message.el (message-citation-line-function)
8149         (message-insert-formatted-citation-line): Fix spelling of
8150         `message-insert-formated-citation-line'.
8151
8152 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8153
8154         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8155
8156 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8159         nnmail-pathname-coding-system.
8160
8161         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8162         that a user enters; decode group names in messages.
8163
8164         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8165
8166 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8167
8168         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8169
8170         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8171
8172         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8173         risky local variable.
8174
8175         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8176
8177 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8178
8179         * encrypt.el: Improve documentation to fix function name typo.
8180         Reported by Daiki Ueno <ueno@unixuser.org>.
8181
8182 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8183
8184         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8185         even if the point is not in the last page of an article.
8186         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8187         back to the previous page.
8188
8189 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8190
8191         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8192
8193 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8196
8197 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8198
8199         * message.el (message-check-news-body-syntax):
8200         Avoid mm-string-as-multibyte.
8201         (message-hide-headers): Don't assume (point-min)==1.
8202
8203 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8204
8205         * message.el (message-remove-blank-cited-lines): Fix if remove is
8206         given.
8207         (message-bogus-address-regexp): New variable.
8208         (message-bogus-recipient-p): New function.
8209         (message-check-recipients): New command.
8210         (message-syntax-checks): Add `bogus-recipient'.
8211         (message-fix-before-sending): Add `bogus-recipient'.
8212
8213         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8214         (gnus-treat-body-boundary): Don't test window-system.
8215
8216 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8217
8218         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8219
8220 2007-10-28  Miles Bader  <miles@gnu.org>
8221
8222         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8223         at compile-time too.
8224
8225 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8226
8227         * gnus-msg.el (gnus-message-setup-hook):
8228         Add `message-remove-blank-cited-lines' to options.
8229
8230 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8231
8232         * message.el (message-remove-blank-cited-lines): New function.
8233         Suggested by Karl Plästerer.
8234
8235 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8236
8237         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8238         mapc.
8239
8240         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8241         (top-level): Use mapc to set functions to be traced for debugging.
8242
8243         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8244         called for effect with while loop.
8245
8246         * message.el (message-talkative-question): Replace mapcar called for
8247         effect with mapc.
8248
8249         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8250         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8251         called for effect with dolist.
8252
8253         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8254
8255         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8256         gnus-extra-headers and nnmail-extra-headers.
8257
8258         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8259         called for effect with dolist.
8260         (top-level): Use mapc to set functions to be traced for debugging.
8261
8262         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8263         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8264         dolist.
8265
8266         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8267         Replace mapcar called for effect with mapc.
8268         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8269         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8270         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8271         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8272
8273         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8274         remove-if that's a cl function.
8275
8276         * webmail.el (webmail-debug): Replace mapcar called for effect with
8277         dolist.
8278
8279         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8280         with mapc.
8281
8282 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8283
8284         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8285         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8286         with while loop.
8287
8288         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8289         functions from article-* functions.
8290         (gnus-multi-decode-header): Replace mapcar called for effect with
8291         dolist.
8292
8293         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8294         (gnus-bookmark-show-details): Replace mapcar called for effect with
8295         while loop.
8296
8297         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8298         called for effect with while loop.
8299
8300         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8301         with dolist.
8302
8303         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8304         Replace mapcar called for effect with dolist.
8305
8306         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8307
8308         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8309         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8310         Replace mapcar called for effect with dolist.
8311         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8312         mapc.
8313
8314         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8315         Replace mapcar called for effect with dolist.
8316         (gnus-topic-list): Replace mapcar called for effect with mapc.
8317
8318         * gnus.el: Use mapc instead of mapcar to add autoloads.
8319
8320 2007-10-23  Richard Stallman  <rms@gnu.org>
8321
8322         * gnus-group.el (gnus-group-highlight): Mark as risky.
8323
8324 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8325
8326         * gnus.el (gnus-server-to-method): Return method found first in
8327         gnus-newsrc-alist.
8328
8329         * gnus-art.el (gnus-article-highlight-signature)
8330         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8331         button overlay without the front stickiness.
8332
8333 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8334
8335         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8336         overview buffer needed a catch to receive its throw.
8337         (gnus-agent-flush-cache): Declare as interactive to make this function
8338         easier to use.
8339
8340 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8341
8342         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8343         `next-line'.
8344
8345 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8348         exclude address matching message-dont-reply-to-names.
8349
8350 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * gnus-util.el (gnus-string<): New function.
8353
8354         * gnus-sum.el (gnus-article-sort-by-author)
8355         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8356
8357 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8358
8359         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8360         the frame-focus tag is set in gnus-buffer-configuration.
8361
8362 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8365         the front stickiness.
8366
8367 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8370         url pattern; remove duplicate one.
8371         (gnus-article-extend-url-button): New function.
8372         (gnus-article-add-buttons): Use it.
8373         (gnus-button-push): Use concatenated url that it makes.
8374
8375 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8376
8377         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8378
8379 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8380
8381         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8382         Don't hardcode point-min==1.
8383
8384 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8385
8386         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8387         Fix comment about "iso8859-1".
8388
8389 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8390
8391         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8392         ones returned from the verify-function.
8393
8394         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8395         Call mml2015-extract-cleartext-signature if extraction failed.
8396
8397 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8398
8399         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8400         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8401         failed.
8402
8403 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8404
8405         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8406
8407 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8408
8409         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8410         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8411         recommends to use EasyPG instead of PGG.
8412
8413         * pgg.el: Revert to revision 6.23.2.16.
8414
8415         * pgg-def.el: Revert to revision 6.6.2.14.
8416
8417         * pgg-gpg.el: Revert to revision 6.23.2.34.
8418
8419 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8420
8421         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8422         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8423         thread for both the null and zero (kill/expire thread) universal prefix
8424         cases.
8425         (gnus-summary-expire-thread): Add new function to expire a thread,
8426         using gnus-summary-kill-thread.
8427         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8428         shortcuts for gnus-summary-expire-thread.
8429         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8430         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8431
8432 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8433
8434         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8435         extras value, so an extras entry can be deleted.
8436         (gnus-registry-delete-extra-entry): Use it.
8437         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8438         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8439         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8440         storage through the gnus-registry, and provide an appropriate API for
8441         it.
8442
8443 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8446         Suggested by Leo <sdl.web@gmail.com>.
8447
8448         * gnus.el: Do.
8449
8450 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8453         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8454
8455         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8456
8457         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8458         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8459
8460 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8463         newline.
8464         (nnmbox-request-accept-article): Don't change article in source buffer;
8465         narrow to header to use message-fetch-field rather than
8466         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8467         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8468         as delimiters; make sure article ends with newline.
8469         (nnmbox-delete-mail): Correct last position of article to be deleted;
8470         ignore X-Gnus-Newsgroup header in article body.
8471         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8472         positions; make sure article ends with newline.
8473
8474         * message.el (message-display-abbrev): Don't infloop when a user
8475         inserts SPC in the beginning of header.
8476
8477         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8478         coding-system-for-read and coding-system-for-write for XEmacs having no
8479         file-coding feature.
8480
8481         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8482
8483 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8484
8485         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8486         list of groups not followed by default.  Fix type to be regexp.
8487         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8488
8489 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8490
8491         * hmac-def.el (define-hmac-function): Switch from old-style to
8492         new-style backquotes.
8493
8494         * md4.el (md4-make-step): Likewise.
8495
8496 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8497
8498         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8499         raw-text coding system when saving .newsrc file, which may contain
8500         non-ASCII group names.
8501
8502 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * gnus-cus.el (gnus-score-extra): New widget.
8505         (gnus-score-extra-convert): New function.
8506         (gnus-score-customize): Use it for Extra.
8507
8508 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8509
8510         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8511         (mml2015-mailcrypt-clear-verify): Use it.
8512         (mml2015-gpg-clear-verify): Use it.
8513         (mml2015-pgg-clear-verify): Use it.
8514         (mml2015-epg-clear-verify): Replace the current part with the output
8515         from GnuPG; don't extract the plaintext by itself.
8516
8517         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8518         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8519         mml2015-clear-verify-function; don't touch the armor headers or
8520         dash-escaped text here.
8521
8522 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8523
8524         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8525         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8526         parts, or application/octet-stream as a last resort.
8527         (gnus-mime-view-part-as-type): Don't toggle display.
8528         (gnus-mime-view-part-as-charset): Don't turn off display before
8529         querying charset.
8530
8531         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8532         stuff to undisplayer function in Emacs.
8533         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8534
8535         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8536         text/calendar parts.
8537
8538 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8539
8540         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8541         decoding text/calendar parts.
8542
8543         * message.el (message-forward-make-body-mime): Always mark body as
8544         having no illegible text; remove signed-or-encrypted argument.
8545         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8546
8547         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8548         (mml-generate-mime-1): Don't encode body if it is specified to be in
8549         raw form; don't make buffer be unibyte when inserting multibyte string.
8550
8551 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8552
8553         * sha1.el: Fix up comment style.
8554         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8555         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8556
8557         * hex-util.el: Fix up comment style.
8558         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8559
8560         * gnus-salt.el: Use with-current-buffer.
8561         (gnus-pick-setup-message): Fix long-standing typo.
8562
8563 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * imap.el (imap-logout-timeout): New variable.
8566         (imap-logout, imap-logout-wait): New functions.
8567         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8568
8569         * nnimap.el (nnimap-logout-timeout): New server variable.
8570         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8571         nnimap-logout-timeout.
8572
8573         * gnus-art.el (gnus-article-summary-command-nosave)
8574         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8575
8576 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8577
8578         * gnus.el (gnus-maximum-newsgroup): New variable.
8579
8580         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8581         according to gnus-maximum-newsgroup.
8582
8583         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8584         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8585         Limit the range of articles according to gnus-maximum-newsgroup.
8586
8587 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8588
8589         * gnus-art.el (gnus-sticky-article): Fix problems described in
8590         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8591         Don't perform gnus-configure-windows here; reuse existing sticky
8592         article buffer.
8593
8594         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8595         it doesn't exist in gnus-article-mode.
8596
8597 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8598
8599         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8600         (gnus-agent-decoded-group-name): New function.
8601         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8602         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8603
8604 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8605
8606         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8607         Add binding for gnus-sticky-article.
8608         (gnus-summary-exit): Don't kill sticky article buffers.
8609
8610         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8611         article buffer.
8612         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8613         (gnus-kill-sticky-article-buffers): New commands.
8614
8615 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * nntp.el (nntp-xref-number-is-evil): New server variable.
8618         (nntp-find-group-and-number): If it is non-nil, don't trust article
8619         numbers in the Xref header.
8620
8621 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * gnus-agent.el (gnus-agent-read-group): New function.
8624         (gnus-agent-flush-group, gnus-agent-expire-group)
8625         (gnus-agent-regenerate-group): Use it.
8626         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8627         nnmail-pathname-coding-system.
8628
8629 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8632
8633         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8634         that are unread as unread, and also as selected so that information of
8635         marks having been changed by a user may be updated when exiting group.
8636
8637 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8638
8639         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8640
8641 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8644         calculated ignoring signature parts to gnus-treat-article.
8645
8646 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8649         a point here in order to keep the window start.
8650         (gnus-insert-mime-security-button): Make a button overlay without the
8651         front stickiness.
8652         (gnus-mime-display-security): Goto the end of a button.
8653
8654         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8655
8656 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8657
8658         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8659         group-name-at-point.
8660         (gnus-group-completing-read): New function that offers decoded
8661         non-ASCII group names for completion.
8662         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8663         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8664         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8665         (gnus-group-fetch-control): Use it.
8666         (gnus-fetch-group): Use group-name-at-point for the initial value
8667         rather than the default value; use gnus-alive-p.
8668
8669         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8670         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8671         (gnus-summary-post-news): Use gnus-group-completing-read.
8672
8673         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8674         (gnus-read-move-group-name): Decode group name for completion.
8675
8676 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8677
8678         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8679         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8680         Yamaoka slightly modified the code).
8681
8682 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8685         (nnmail-split-incoming): Bind it.
8686
8687         * nnml.el (nnml-group-name-charset): New function.
8688         (nnml-decoded-group-name): Use it; don't decode group name if
8689         nnmail-group-names-not-encoded-p is non-nil.
8690         (nnml-encoded-group-name): New function.
8691         (nnml-group-pathname): Inline nnml-decoded-group-name.
8692         (nnml-request-expire-articles): Decode group name in message.
8693         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8694         nnmail-pathname-coding-system.
8695         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8696         not decoded ones according to nnmail-group-names-not-encoded-p.
8697         (nnml-generate-active-info): Use nnml-encoded-group-name.
8698
8699 2007-08-08  Glenn Morris  <rgm@gnu.org>
8700
8701         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8702         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8703         doc-strings and comments.
8704
8705 2007-07-25  Glenn Morris  <rgm@gnu.org>
8706
8707         * Relicense all FSF files to GPLv3 or later.
8708
8709 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * gnus-sum.el (gnus-summary-move-article):
8712         Make gnus-summary-respool-article work.
8713
8714 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8715
8716         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8717         string.
8718
8719 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8720
8721         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8722         that should be ignored when comparing distant RSS articles with local
8723         ones.
8724         (nnrss-make-hash-index): New function.  Create a hash index according
8725         to the ignored fields.
8726         (nnrss-check-group): Use it.
8727
8728 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8731
8732         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8733
8734         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8735         the new optional argument ENCODED is non-nil.
8736         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8737         coding system for encoding group name.
8738         (gnus-group-make-rss-group): Pass un-encoded group name to
8739         gnus-group-make-group.
8740         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8741         encoded.
8742
8743         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8744         Encode group name to which articles are moved or copied.
8745         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8746         coding system for encoding Newsgroup, Followup-To and Xref headers.
8747
8748         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8749         marks; use nnheader-file-coding-system to write a file.
8750         (nnagent-retrieve-headers): Bind file-name-coding-system to
8751         nnmail-pathname-coding-system.
8752
8753         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8754
8755         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8756         (nnml-request-article, nnml-request-create-group)
8757         (nnml-request-rename-group, nnml-find-id)
8758         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8759         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8760         (nnml-save-marks): Use nnml-group-pathname instead of
8761         nnmail-group-pathname.
8762
8763         (nnml-request-create-group, nnml-request-expire-articles)
8764         (nnml-request-move-article, nnml-request-delete-group)
8765         (nnml-deletable-article-p, nnml-possibly-create-directory)
8766         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8767         (nnml-open-marks): Bind file-name-coding-system to
8768         nnmail-pathname-coding-system.
8769
8770         (nnml-request-article): Pass server argument to nnml-find-group-number.
8771         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8772         Pass server argument to nnml-possibly-create-directory.
8773         (nnml-request-accept-article): Pass server argument to
8774         nnml-active-number and nnml-save-mail.
8775         (nnml-find-group-number): Pass server argument to nnml-find-id.
8776         (nnml-request-update-info): Pass server argument to
8777         nnml-marks-changed-p.
8778
8779         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8780         (nnml-save-mail, nnml-active-number): Add server argument.
8781
8782         (nnml-request-delete-group): Warn if group is missing.
8783         (nnml-get-nov-buffer): Decode group name.
8784         (nnml-generate-active-info): Encode group name.
8785         (nnml-open-marks): Decode group name in messages.
8786
8787 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8790         if it is not specified.
8791         (gnus-article-pipe-part, gnus-article-save-part)
8792         (gnus-article-interactively-view-part, gnus-article-copy-part)
8793         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8794         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8795         (gnus-article-replace-part, gnus-article-delete-part)
8796         (gnus-article-view-part-as-type): Pass raw prefix argument to
8797         gnus-article-part-wrapper.
8798
8799 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * gnus-agent.el (gnus-agent-save-active):
8802         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8803
8804         * gnus-cache.el (gnus-cache-save-buffers)
8805         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8806         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8807         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8808         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8809         (gnus-cache-generate-active, gnus-cache-rename-group)
8810         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8811         (gnus-cache-update-overview-total-fetched-for):
8812         Bind file-name-coding-system to nnmail-pathname-coding-system.
8813         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8814         New variables.
8815         (gnus-cache-decoded-group-name): New function.
8816         (gnus-cache-file-name): Use it.
8817         (gnus-cache-generate-active): Use non-decoded group name for active.
8818
8819         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8820         right place.
8821         (gnus-write-active-file): Don't break non-ASCII group names.
8822
8823         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8824         nnmail-pathname-coding-system.
8825
8826         * lpath.el: Bind default-file-name-coding-system,
8827         file-name-coding-system and language-info-alist for XEmacs.
8828
8829         * gnus-uu.el (gnus-uu-decode-save): Typo.
8830
8831 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8832
8833         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8834
8835 2007-07-14  David Kastrup  <dak@gnu.org>
8836
8837         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8838         finishing actions if we did not edit the article.
8839
8840 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8843         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8844         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8845         (gnus-agent-flush-group, gnus-agent-flush-cache)
8846         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8847         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8848         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8849         (gnus-agent-regenerate-group)
8850         (gnus-agent-update-files-total-fetched-for)
8851         (gnus-agent-update-view-total-fetched-for):
8852         Bind file-name-coding-system to nnmail-pathname-coding-system.
8853         (gnus-agent-group-pathname): Don't encode file names by
8854         nnmail-pathname-coding-system.
8855         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8856         coding-system-for-write instead of buffer-file-coding-system to
8857         gnus-agent-file-coding-system.
8858
8859         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8860         Decode group name.
8861
8862         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8863
8864         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8865         (gnus-read-newsrc-el-file): Make group names unibyte.
8866
8867         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8868         nnmail-pathname-coding-system.
8869
8870         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8871         (nnrss-request-delete-group): Bind file-name-coding-system to
8872         nnmail-pathname-coding-system.
8873         (nnrss-read-server-data, nnrss-read-group-data):
8874         Bind file-name-coding-system correctly.
8875         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8876
8877         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8878         (nntp-server-to-method-cache): New variable.
8879         (nntp-group-pathname): New function that decodes non-ASCII group names.
8880         (nntp-possibly-create-directory, nntp-marks-changed-p)
8881         (nntp-save-marks, nntp-open-marks): Use it.
8882         (nntp-possibly-create-directory, nntp-open-marks):
8883         Bind file-name-coding-system to nnmail-pathname-coding-system.
8884         (nntp-open-marks): Decode group names when bootstrapping marks.
8885
8886         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8887         Newsgroups and Folowup-To headers.
8888
8889 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8892         (gnus-server-closed-face, gnus-server-denied-face)
8893         (gnus-server-offline-face): Remove variable.
8894         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8895
8896         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8897         of modifying message-stack directly for XEmacs.
8898
8899         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8900         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8901         if the coding-system argument is nil for XEmacs.
8902
8903         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8904         mm-charset-override-alist.
8905
8906         * rfc2047.el: Don't require base64; require rfc2045 for the function
8907         rfc2045-encode-string.
8908         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8909         to quote the parameter value.
8910
8911 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8914         form in gnus-group-name-charset-method-alist.
8915
8916         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8917         overrides the default layout edit-form.
8918
8919         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8920
8921         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8922
8923 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8924
8925         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8926         as unfetched articles.
8927
8928 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8929
8930         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8931
8932 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8933
8934         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8935         original back end that keeps marks in the local system.
8936
8937 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8940         arg of pop-to-buffer for XEmacs.
8941         (gnus-article-read-summary-keys): Ditto; don't restore window
8942         configuration if summary command ends up with neither article buffer
8943         nor summary buffer; describe bindings if summary keys end with C-h.
8944
8945 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * message.el (message-fix-before-sending): Skip raw message part to be
8948         forwarded while checking illegible text.
8949         (message-forward-make-body-mime, message-forward-make-body):
8950         Mark signed or encrypted raw message as having no illegible text.
8951
8952 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8953
8954         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8955         (gnus-message-with-timestamp-1): New macro.
8956         (gnus-message-with-timestamp): New function.
8957         (gnus-message): Use them.
8958
8959         * nnheader.el (nnheader-message): Use them.
8960
8961 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8962
8963         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8964         .newsrc.eld file.
8965
8966 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * gnus-agent.el (gnus-agent-fetch-headers)
8969         (gnus-agent-retrieve-headers):
8970         Bind gnus-decode-encoded-address-function to identity.
8971
8972         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8973         available also when the server returns simply a dot.
8974
8975         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8976
8977 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8980
8981 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * gnus-ems.el (gnus-x-splash): Make it work.
8984
8985         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8986         from being used.
8987
8988         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8989
8990 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8991
8992         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8993         4th and the 5th arguments.
8994
8995         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8996         the front stickiness.
8997         (gnus-article-summary-command-nosave): Correct the order of the
8998         arguments passed to pop-to-buffer.
8999         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9000         summary command ends up with the article buffer.
9001
9002         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9003         the same faces.
9004
9005 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9006
9007         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9008
9009 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9010
9011         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9012         * gnus-sum.el (gnus-summary-highlight):
9013         * pgg.el (pgg-sign-region, pgg-sign):
9014         * mail-source.el (mail-source-delete-old-incoming-confirm):
9015         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9016
9017 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * gnus-art.el (gnus-mime-view-part-externally)
9020         (gnus-mime-view-part-internally): Fix predicate function passed to
9021         completing-read.
9022
9023         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9024
9025         * gnus.el (gnus-update-message-archive-method): Add :version.
9026
9027 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * gnus.el (gnus-update-message-archive-method): New variable.
9030
9031         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9032         according to gnus-message-archive-method if
9033         gnus-update-message-archive-method is non-nil.
9034
9035 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9038         Suggested by Loic Dachary <loic@dachary.org>.
9039         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9040
9041 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * message.el (message-pop-to-buffer): Add switch-function argument.
9044         (message-mail): Pass switch-function argument to it.
9045
9046 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9047
9048         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9049         Improve doc string.
9050
9051 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9052
9053         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9054         (gnus-header-content)
9055         * gnus-cite.el (gnus-cite-10)
9056         * gnus-srvr.el (gnus-server-closed)
9057         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9058         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9059         (gnus-group-mail-3-empty, gnus-group-mail-low)
9060         (gnus-group-mail-low-empty, gnus-splash)
9061         * message.el (message-header-to, message-header-cc)
9062         (message-header-subject, message-header-other, message-header-name)
9063         (message-header-xheader, message-separator, message-cited-text)
9064         (message-mml): Lighten colors of faces used for dark background.
9065
9066 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9067
9068         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9069         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9070
9071 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * message.el (message-narrow-to-headers-or-head):
9074         Ignore mail-header-separator in the body.
9075
9076 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9079         same as window size.
9080
9081 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9082
9083         * message.el (message-font-lock-keywords): Use message-header-xheader
9084         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9085         ahead of the anything pattern, to get it recognised.
9086
9087 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9090         spam.el loads uses it in the compiled defadvice form.
9091
9092 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9093
9094         * gnus-sum.el (gnus-articles-to-read)
9095         (gnus-summary-insert-old-articles): Don't truncate group name for
9096         `read-string'.
9097
9098         * gnus-util.el (gnus-limit-string): Delete this function.
9099
9100         * gnus-sum.el (gnus-simplify-subject-fully):
9101         Use `truncate-string-to-width' instead.
9102
9103 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9104
9105         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9106         Tell if, on summary exit, the next group has to be selected.
9107         (gnus-summary-exit): Use it.
9108
9109 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9110
9111         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9112         non-break space.
9113
9114 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9117         Check if group is not a directory.
9118         (nnfolder-request-expire-articles): Don't delete articles if the target
9119         group is not available.
9120
9121         * nnml.el (nnml-request-create-group): Properly check if group is not a
9122         file.
9123         (nnml-request-expire-articles): Don't delete articles if the target
9124         group is not available.
9125
9126         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9127         Don't quote characters that are within parentheses.
9128
9129 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9130
9131         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9132         (gnus-handle-ephemeral-exit): Select article according to it.
9133
9134 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9135
9136         * message.el (message-insert-formated-citation-line): Remove newline.
9137         (message-citation-line-format): Add final \n here so that the user can
9138         avoid a blank line.
9139
9140 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9141
9142         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9143         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9144         Update lanl/arXiv support.
9145
9146 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9147
9148         * gnus.el: Bump version number.
9149
9150 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9151
9152         * gnus.el (gnus-version-number): Bump version.
9153
9154 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9155
9156         * gnus.el: No Gnus v0.6 is released.
9157
9158 2007-04-27  Didier Verna  <didier@xemacs.org>
9159
9160         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9161         * gmm-utils.el (gmm-regexp-concat): ... here.
9162         * message.el: Don't require 'gnus-util.
9163         (message-dont-reply-to-names): Handle name change above.
9164         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9165
9166 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9167
9168         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9169         since the initial value varies according to the system.
9170
9171 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9174
9175 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9176
9177         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9178
9179 2007-04-24  Didier Verna  <didier@xemacs.org>
9180
9181         Improve the type of gnus-ignored-from-addresses.
9182         * gnus-util.el (gnus-orify-regexp): New function.
9183         * message.el (gnus-util): Require it.
9184         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9185         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9186         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9187
9188 2007-04-24  Didier Verna  <didier@xemacs.org>
9189
9190         * gnus-sum.el:
9191         * gnus-utils.el: Fix some trailing whitespaces.
9192
9193 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9194
9195         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9196         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9197         article's Message-ID; refer parent article in summary buffer.
9198
9199         * message.el (message-bounce): Call mime-to-mml.
9200
9201         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9202         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9203         optimize and/or forms properly.
9204
9205 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9206
9207         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9208         URL.
9209
9210 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9211
9212         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9213
9214 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9217         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9218         displayed of multipart/alternative part if it is invoked from summary
9219         buffer.
9220
9221         * mm-view.el (mm-inline-text-html-render-with-w3m)
9222         (mm-inline-text-html-render-with-w3m-standalone)
9223         (mm-inline-render-with-function): Use mail-parse-charset by default.
9224
9225 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9226
9227         * parse-time.el (parse-time-string-chars): Check if CHAR
9228         is less than the length of parse-time-syntax.
9229
9230 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9233         from gnus-newsgroup-processable.
9234
9235 2007-04-16  Didier Verna  <didier@xemacs.org>
9236
9237         * gnus-msg.el (gnus-configure-posting-styles):
9238         Handle message-signature-directory properly with :file syntax.
9239         Reported by "Leo".
9240
9241 2007-04-11  Didier Verna  <didier@xemacs.org>
9242
9243         New user option: message-signature-directory.
9244         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9245         * message.el (message-insert-signature): Ditto.
9246         * message.el (message-signature-file): Doc update.
9247         * message.el (message-signature-directory): New.
9248
9249 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * gnus-msg.el (gnus-inews-yank-articles):
9252         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9253
9254 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9255
9256         * message.el (message-yank-original): Make sure cited text ends with
9257         newline; don't exchange point and mark.
9258
9259 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9260
9261         * tls.el (open-tls-stream): Properly handle case where there
9262         is no associated buffer.
9263
9264 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9265
9266         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9267         message-yank-original, make sure (< mark TEXT point).
9268
9269 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9270
9271         * message.el (message-fill-column): New variable.
9272         (message-mode): Use it.  Add comment on a possible new hook.
9273
9274         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9275         (nnmail-get-new-mail): Reformat.
9276
9277         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9278
9279         * gmm-utils.el: Fix Commentary.
9280         (gmm-tool-bar-from-list): Fix typo in doc string.
9281
9282 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9283
9284         * message.el (message-yank-original): Don't switch point and mark
9285         unnecessarily to put point and mark as documented.
9286
9287 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9288
9289         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9290         from the message heads.
9291
9292 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9293
9294         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9295         article buffer does not have a window.  This may not be the best
9296         solution but is certainly better than setting the start of the null,
9297         that is the current, window.
9298
9299 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9300
9301         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9302         (gnus-draft-setup): Run it.
9303
9304         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9305         gnus-score-fast-scoring.  Allow regexp.
9306         (gnus-score-headers): Use it.
9307
9308         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9309         XEmacs.
9310
9311         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9312         string.
9313         (gnus-button-alist): Also catch `<f1> k ...'.
9314         (gnus-treat-display-x-face): Fix doc string.
9315
9316 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9317
9318         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9319         evaluation of gnus-extended-version to ensure correct generation of the
9320         User-Agent header when message-generate-headers-first is used.
9321
9322 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9323
9324         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9325         hashcash-path is nil.  Don't call callback with incorrect number of
9326         parameters if val is 0.
9327
9328 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9329
9330         * message.el (message-required-news-headers):
9331         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9332
9333 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9334
9335         * tls.el (open-tls-stream): In handshake-waiting loop,
9336         don't wait more if there is output available to process.
9337
9338 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9339
9340         * tls.el (tls-program): Doc fix.
9341
9342 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9343
9344         * message.el (message-generate-new-buffers): Change the meaning of the
9345         nil value; add `standard' to the choices; treat t as `unique'; improve
9346         doc string.
9347         (gnus-select-frame-set-input-focus): Autoload.
9348         (message-buffer-name): Search for the existing message buffer if
9349         message-generate-new-buffers is nil or `standard'; treat the value t of
9350         message-generate-new-buffers as `unique'.
9351         (message-pop-to-buffer): Raise the frame already displaying the message
9352         buffer; clear the echo area after querying.
9353         (message-setup): Pass the `continue' argument to compose-mail.
9354         (message-mail): Prefer `switch-function' if it is given; search for the
9355         existing message buffer if the `continue' argument is non-nil; pass
9356         continue and switch-function arguments to compose-mail by way of
9357         message-setup.
9358         (message-mail-other-window): Adjust argument of message-setup.
9359         (message-mail-other-frame): Ditto.
9360
9361 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9364         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9365         to turn font-lock on when turning gnus-message-citation-mode on.
9366
9367 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9368
9369         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9370         (mml-smime-function-alist): New variable; add epg as the backend.
9371         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9372         mml-smime- functions instead.
9373         * mm-view.el: Require smime.
9374
9375 2007-03-05  Didier Verna  <didier@xemacs.org>
9376
9377         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9378         instead of just inheritance for posting styles.
9379         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9380
9381 2007-02-24  Chris Moore  <dooglus@gmail.com>
9382
9383         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9384         * pgg-pgp.el (pgg-pgp-encrypt-region):
9385         * pgg-gpg.el (pgg-gpg-encrypt-region):
9386         Check pgg-encrypt-for-me if no other recipients.
9387
9388 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9389
9390         * tls.el (tls-certtool-program): Fix custom type.
9391
9392 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9395         and point-at-eol instead of line-(beginning|end)-position.
9396
9397         * assistant.el (assistant-parse-buffer): Ditto.
9398
9399         * netrc.el (netrc-parse-services): Ditto.
9400
9401 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9402
9403         * mml2015.el (mml2015-epg-find-usable-key): New function.
9404         (mml2015-epg-sign): Use it.
9405         (mml2015-epg-encrypt): Use it.
9406
9407 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9408
9409         * message.el (message-make-in-reply-to): Quote name containing
9410         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9411         if there are special characters.  Reported by NAKAJI Hiroyuki
9412         <nakaji@jp.freebsd.org>.
9413
9414 2007-02-27  Didier Verna  <didier@xemacs.org>
9415
9416         Include the group parameters as well as the topic ones in the
9417         inheritance filter process.
9418         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9419         argument GROUP-PARAMS-LIST.
9420         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9421
9422 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * nntp.el (nntp-never-echoes-commands)
9425         (nntp-open-connection-functions-never-echo-commands): New variables.
9426         (nntp-send-command): Use them.
9427
9428 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9429
9430         * mml2015.el (mml2015-epg-verify): Simplify.
9431
9432 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9433
9434         * mml.el (mml-content-disposition-alist): New user option.
9435         (mml-content-disposition): New function.
9436         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9437         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9438
9439 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9440
9441         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9442         verification.
9443
9444 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9445
9446         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9447         articles posted in the last 24 hours.
9448
9449 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9450
9451         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9452
9453 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9454
9455         * nntp.el (nntp-send-command): Don't wait for echoes when
9456         nntp-open-ssl-stream is used.
9457
9458 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9461         (gnus-message-add-citation-keywords)
9462         (gnus-message-remove-citation-keywords): Remove.
9463         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9464         directly, make the variables in font-lock-defaults buffer-local, add
9465         gnus-message-citation-keywords to them and then update the value of
9466         font-lock-keywords.
9467
9468 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9469
9470         * message.el (message-cite-original-1): Don't call
9471         gnus-article-highlight-citation.
9472
9473         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9474         citations; fix line count.
9475
9476 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9477
9478         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9479         (gnus-message-add-citation-keywords)
9480         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9481         versions of font-lock-add-keywords and font-lock-remove-keywords to
9482         work with XEmacs correctly.
9483
9484 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * gnus-cite.el (gnus-cite-face-list): Set the values of
9487         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9488         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9489         (gnus-message-cite-prefix-regexp): New variable.
9490         (gnus-message-search-citation-line): Use it; protect against long
9491         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9492         the 0th match data for Emacs.
9493         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9494         (gnus-message-add-citation-keywords): Append keywords rather than
9495         prepending; emulate font-lock-add-keywords if it is not available.
9496         (gnus-message-remove-citation-keywords):
9497         Emulate font-lock-remove-keywords if it is not available.
9498
9499         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9500
9501         * message.el (message-cite-prefix-regexp): Set the value of
9502         gnus-message-cite-prefix-regexp.
9503
9504 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9505
9506         * nnweb.el (nnweb-google-parse-1): Update parser.
9507
9508 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9509
9510         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9511
9512 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9513
9514         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9515         regexp.
9516
9517 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9520         string-to-multibyte.
9521         (uudecode-decode-region-internal): Use it.
9522
9523         * lpath.el: Fbind string-as-multibyte for XEmacs.
9524
9525 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9526
9527         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9528         Fix custom choice.
9529
9530         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9531
9532 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9533
9534         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9535
9536         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9537         `write-region' to respect `mm-inhibit-file-name-handlers'.
9538
9539 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9540
9541         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9542         Use gnus-home-directory instead of "~/" or "$HOME".
9543
9544 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9545
9546         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9547         to mention filename.
9548         Add comments at beginning regarding usage.
9549         (encrypt-write-file-contents): Change interactive so a string is
9550         acceptable.  If the file has no associated model, show an error instead
9551         of a nonsense prompt.
9552
9553 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9554
9555         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9556         Thanks to Yoshihiko Yamada for kind notification of this typo.
9557
9558 2007-01-12  Kenichi Handa  <handa@m17n.org>
9559
9560         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9561         multibyte buffer.
9562
9563 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9564
9565         * gnus-score.el (gnus-score-fast-scoring): New variable.
9566         (gnus-score-headers): Use it.
9567
9568         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9569
9570         * message.el (message-cite-original-1):
9571         Call gnus-article-highlight-citation if requested.
9572         (message-make-from): Allow name and address as optional arguments.
9573
9574         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9575
9576         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9577         bugs to doc string.
9578         (gnus-button-alist): Add mid\\|message-id.
9579         (gnus-button-fetch-group): Extend for use in
9580         `browse-url-browser-function'.
9581         (gnus-button-url-regexp): Try to catch paired parentheses like in
9582         Wikipedia URLs.
9583
9584         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9585         Suggested by Simon Krahnke <overlord@gmx.li>.
9586
9587 2007-01-13  Romain Francoise  <romain@orebokech.com>
9588
9589         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9590         Update copyright.
9591
9592 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9593
9594         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9595
9596 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9597
9598         * gnus-registry.el (gnus-registry-unfollowed-groups)
9599         (gnus-registry-split-fancy-with-parent): Fix documentation.
9600
9601 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9602
9603         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9604         from nnweb groups.
9605
9606 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9607
9608         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9609         Xref urls.  Erase buffer before requesting head.
9610
9611         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9612
9613 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9614
9615         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9616         customizable.
9617
9618 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9619
9620         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9621         no signing key is found.
9622         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9623         no encrypting and/or signing key is found.
9624
9625 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9626
9627         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9628
9629 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9630
9631         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9632         headers read from disk with the ones newly found in the current search.
9633         This should no longer cause problems, because the article numbers in
9634         Gmane's `nov.php' output are ignored since the previous change.
9635
9636 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9637
9638         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9639
9640 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9641
9642         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9643         replace-regexp-in-string; bind url-version; fbind display-images-p and
9644         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9645         find-face and set-itimer-function for Emacs; bind itimer-list for
9646         Emacs.
9647
9648         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9649
9650 2007-01-01  Romain Francoise  <romain@orebokech.com>
9651
9652         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9653
9654 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9655
9656         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9657         `define-minor-mode' macro definition expanded properly.
9658         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9659         exclude it there.
9660
9661         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9662         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9663         `fboundp' test.
9664         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9665         This is OK to autoload in (S)XEmacs now.
9666
9667 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9668
9669         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9670         keystroke.
9671         (gnus-summary-limit-to-singletons): Fix typo.
9672
9673         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9674         else fails.
9675
9676 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9677
9678         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9679         docstring.
9680
9681         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9682         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9683         (gnus-summary-insert-dormant-articles): Fix typo in message.
9684
9685 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9686
9687         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9688         nil for XEmacs.
9689         (gnus-message-citation-mode): Don't autoload in XEmacs.
9690
9691         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9692
9693 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9694
9695         * nnimap.el (nnimap-expunge-search-string):
9696         Mention nnimap-search-uids-not-since-is-evil in docstring.
9697
9698 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9699
9700         * spam.el: Revert to make-obsolete-variable because
9701         define-obsolete-variable-alias is not supported in Emacs 21.
9702
9703         * spam.el (spam-ifile-path, spam-ifile-database-path)
9704         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9705         make-obsolete-variable.
9706         (spam-bsfilter-path, spam-bsfilter-program)
9707         (spam-spamassassin-path, spam-spamassassin-program)
9708         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9709         Don't use "path" inappropriately.
9710         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9711         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9712         variable names.
9713
9714 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9715
9716         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9717         summary buffer.
9718
9719         * password.el (password-cache-remove): Use clear-string to burn
9720         password, if available.
9721
9722 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9723
9724         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9725
9726         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9727
9728         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9729         (gnus-message-highlight-citation): Move defcustom here from
9730         gnus-cite.el.
9731         (gnus-message-citation-mode): Autoload.
9732
9733         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9734         checks to make it compile with XEmacs.
9735         (gnus-message-citation-mode): New minor mode.
9736         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9737         (gnus-message-highlight-citation): New variables.
9738         (gnus-message-search-citation-line)
9739         (gnus-message-add-citation-keywords)
9740         (gnus-message-remove-citation-keywords)
9741         (turn-on-gnus-message-citation-mode)
9742         (turn-off-gnus-message-citation-mode): New functions.
9743
9744 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9745
9746         * gnus-cite.el: Enable highlighting of different citation levels in
9747         message-mode.
9748
9749 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9750
9751         * message.el (message-make-fqdn): Fix comment.
9752         (message-bogus-system-names): Add ".local".
9753
9754         * spam.el (spam-ifile-path, spam-ifile-program)
9755         (spam-ifile-database-path, spam-ifile-database)
9756         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9757         Don't use "path" inappropriately.
9758         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9759         strings.
9760         (spam-check-ifile, spam-ifile-register-with-ifile)
9761         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9762         Use new variable names.
9763
9764         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9765         (gnus-treat-display-smileys): Simplify using
9766         gnus-image-type-available-p.
9767
9768         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9769         available.
9770
9771         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9772         Use `display-images-p' if available.
9773
9774 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9777         one after turning on the buffer's multibyteness instead of decoding
9778         them directly in the unibyte buffer that causes unexpected conversion
9779         in Emacs 23 (unicode).
9780
9781 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9782
9783         * message.el (message-generate-hashcash): Fix custom type.
9784
9785 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9786
9787         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9788
9789 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9790
9791         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9792         disconnect icons.  Add help text.
9793
9794 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9795
9796         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9797         negated to be consistent with the others we handle.
9798
9799 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9800
9801         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9802         version of gnus-summary-buffer to something, so that we can use two
9803         article buffers at the same time.
9804
9805 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9806
9807         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9808         trigger all the extra headers.
9809         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9810         sorting.
9811
9812 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9813
9814         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9815         solid groups.
9816
9817 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9818
9819         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9820
9821 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9822
9823         * legacy-gnus-agent.el: Add Copyright notice.
9824
9825 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9826
9827         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9828
9829 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9830
9831         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9832
9833         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9834         to make it work reliably in CVS Emacs.
9835         (gnus-summary-limit-strange-charsets-predicate)
9836         (gnus-summary-limit-to-predicate): New functions.
9837
9838 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9839
9840         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9841         specifying array size.
9842         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9843         array if it is too small.
9844         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9845         (gnus-sort-threads-loop): New function.
9846
9847 2006-12-06  Chris Moore  <dooglus@gmail.com>
9848
9849         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9850         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9851
9852 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9853
9854         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9855         options.
9856
9857 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9858
9859         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9860         DOS-ing the recipient.
9861
9862         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9863         the headers when creating the mapping to avoid mismappings.
9864         (nnweb-gmane-create-mapping): Always nix out old mapping.
9865
9866 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9869         and mm-verify-option to never.
9870
9871 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9872
9873         * message.el (message-signed-or-encrypted-p): New function.
9874         (message-forward-make-body): Use it.
9875
9876         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9877         Replace encode-coding-string with mm-encode-coding-string.
9878
9879 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * nneething.el (nneething-decode-file-name):
9882         Replace decode-coding-string with mm-decode-coding-string.
9883
9884         * gnus-int.el (gnus-open-server): Say failed server's name.
9885
9886 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9887
9888         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9889         strings to a single string.  Quote `errors-file-name'.
9890         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9891         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9892         Adjust calls.  Use `shell-quote-argument'.
9893
9894 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9895
9896         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9897         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9898
9899         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9900         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9901         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9902         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9903         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9904         (gnus-subscribe-newsgroup, gnus-1):
9905         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9906         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9907         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9908         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9909
9910 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9911
9912         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9913         keystroke.
9914         (gnus-summary-limit-to-bodies): Implement headersp.
9915
9916 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9917
9918         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9919
9920 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9921
9922         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9923
9924 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9925
9926         * message.el (message-generate-hashcash): Expand range of values to
9927         include `opportunistic'.
9928         (message-send-mail): Use it.
9929
9930 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9931
9932         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9933         and comment it.
9934
9935         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9936
9937 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9938
9939         * gnus-util.el (gnus-extract-address-components): Improve comment.
9940
9941 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * gnus-util.el (gnus-extract-address-components): Work with address in
9944         which the name portion contains @.
9945
9946         * lpath.el: Fbind custom-autoload.
9947
9948 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9949
9950         * gnus.el (gnus-start): Move custom group up.
9951         (gnus-select-method): Don't autoload, but make it available for
9952         `customize-variable'.
9953         (gnus-getenv-nntpserver): Don't autoload.
9954
9955 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9956
9957         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9958
9959 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9960
9961         * message.el (message-sendmail-extra-arguments): New variable.
9962         (message-send-mail-with-sendmail): Use it.
9963
9964 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9967         mm-with-unibyte-current-buffer to make string unibyte.
9968
9969         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9970         mm-string-as-multibyte.
9971
9972 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9973
9974         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9975         Reported by Werner Koch <wk@gnupg.org>.
9976
9977 2006-11-14  Daiki Ueno  <ueno@p360>
9978
9979         * mml2015.el: Autoload epa-select-keys when compiling.
9980
9981 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9982
9983         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9984         message-options.
9985         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9986
9987 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9988
9989         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9990         EasyPG (< 0.0.6).
9991         (mml2015-always-trust): New user option.
9992         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9993         prompt.
9994
9995 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9996
9997         * nntp.el (nntp-authinfo-force): New variable.
9998         (nntp-send-authinfo): Use it.
9999
10000 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10001
10002         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10003         decode encoded words.  Improve prompt.  Add comment about forwarding.
10004         (message-replacement-char): Move up.
10005
10006 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10007
10008         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10009         instead of gnus-intersection because arguments of gnus-sorted-nunion
10010         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10011
10012 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10013
10014         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10015         (message-simplify-subject-functions):
10016         Enable message-strip-subject-encoded-words by default.
10017
10018 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10019
10020         * message.el (message-strip-subject-encoded-words): New function.
10021         (message-simplify-subject-functions): New variable.
10022         (message-simplify-subject): Use it.  Fix typo in doc string.
10023         Support message-strip-subject-encoded-words.
10024
10025 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10026
10027         * gnus-diary.el (gnus-diary-delay-format-function):
10028         * nndiary.el (nndiary-reminders):
10029         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10030
10031 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10032
10033         * gnus-art.el (article-hide-boring-headers): Fetch date from
10034         gnus-original-article-buffer to avoid problems with localized date
10035         strings.
10036
10037 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10038
10039         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10040
10041 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10042
10043         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10044         New variables.
10045         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10046         (mm-charset-synonym-alist): Move some entries to
10047         mm-codepage-iso-8859-list.
10048         (mm-charset-synonym-alist, mm-charset-override-alist):
10049         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10050
10051 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10054
10055 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10056
10057         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10058         with Emacs 21 and XEmacs.
10059
10060 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10061
10062         * spam.el (spam-parse-address): New function for better parsing,
10063         catching errors, etc.
10064         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10065
10066 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10067
10068         * mm-view.el: Add interactive arg to html2text autoload.
10069
10070 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10071
10072         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10073
10074 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10075
10076         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10077         New variables.
10078         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10079         (mm-charset-synonym-alist): Move some entries to
10080         mm-codepage-iso-8859-list.
10081
10082         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10083
10084 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10085
10086         * message.el (message-citation-line-format)
10087         (message-insert-formated-citation-line): Fix implementation of %E, %N
10088         and %n according to the doc string.
10089
10090 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10091
10092         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10093         Use car-safe to avoid bad parses.
10094
10095 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10098         names.
10099
10100         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10101
10102 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10103
10104         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10105         header.
10106
10107         * message.el (message-draft-headers): Add Date.
10108         (message-headers-to-generate): Fix typo in docstring.
10109
10110         * nndraft.el (nndraft-required-headers): New variable.
10111         (nndraft-generate-headers): Use it.
10112
10113         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10114
10115 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10116
10117         * gnus-registry.el (gnus-registry-wash-for-keywords)
10118         (gnus-registry-find-keywords): New functions to allow easy searching of
10119         articles that are in the registry.
10120
10121 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10122
10123         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10124         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10125         Reported by Damien Elmes <damien@repose.cx>.
10126
10127 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10128
10129         * gnus.el (gnus-mime): Remove unused custom group.
10130
10131 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10132
10133         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10134         "blank line" when searching for end of armor headers.
10135
10136 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * gmm-utils.el (gmm-write-region): Fix variable name.
10139
10140 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10141
10142         * gmm-utils.el (gmm-write-region): New function based on compatibility
10143         code from `mm-make-temp-file'.
10144
10145         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10146
10147         * nnmaildir.el (nnmaildir--update-nov)
10148         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10149         Use `gmm-write-region'.
10150
10151 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10152
10153         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10154         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10155
10156         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10157
10158         * message.el (message-replacement-char): New variable.
10159         (message-fix-before-sending): Use it.
10160         (message-simplify-subject): New function to remove duplicate code.
10161         (message-reply, message-followup): Use it.
10162
10163         * gnus-sum.el (gnus-summary-make-menu-bar):
10164         Clarify gnus-summary-limit-to-articles.
10165
10166 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * gnus-util.el (gnus-with-local-quit): New macro.
10169
10170         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10171
10172 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10173
10174         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10175         ignore non-string data.
10176
10177 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10178
10179         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10180         non-string data (needs to be done in the registry too).
10181
10182 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10183
10184         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10185         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10186         (gnus-registry-split-fancy-with-parent)
10187         (gnus-registry-fetch-simplified-message-subject-fast)
10188         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10189         Remove text properties on ingress into the registry and when it's saved.
10190         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10191         registry from entries with no groups.
10192
10193 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10194
10195         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10196         function to remove string properties.
10197
10198 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10199
10200         * gmm-utils.el (gmm): Adjust custom version.
10201
10202         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10203         Adjust custom version.
10204
10205         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10206
10207 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10208
10209         * gnus-art.el (gnus-insert-prev-page-button)
10210         (gnus-insert-next-page-button): Simplify.  Reformat.
10211
10212 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10213
10214         * gnus-art.el (gnus-insert-prev-page-button)
10215         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10216
10217 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10218
10219         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10220
10221 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10222
10223         * gnus-art.el (gnus-insert-mime-button)
10224         (gnus-insert-mime-security-button):
10225         Apply gnus-article-button-face to MIME and security buttons.
10226
10227 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10228
10229         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10230         readable.
10231
10232 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10233
10234         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10235
10236 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10237
10238         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10239         `browse-url-of-file' instead of `browse-url'.
10240
10241 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10242
10243         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10244         regexp.  Articles containing quotation were cut prematurely.
10245
10246 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * message.el (message-cite-original-1): Use nobody by default for the
10249         value of From header.
10250         (message-reply): Ditto.
10251
10252 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10253
10254         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10255         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10256         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10257
10258 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10259
10260         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10261         mails in the doc string.  Add some URLs in comment.
10262         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10263
10264 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10267         backslashes handling and the way to find boundaries of quoted strings.
10268
10269 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10270
10271         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10272         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10273         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10274         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10275
10276 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10277
10278         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10279         doc string.
10280         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10281
10282 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10283
10284         * lpath.el: Fbind epg-check-configuration.
10285
10286 2006-09-06  Simon Josefsson  <jas@extundo.com>
10287
10288         * mml2015.el (mml2015-use): Doc fix, mention epg.
10289
10290 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10291
10292         * mml2015.el (mml2015-use): Default to epg, if available.
10293
10294 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10295
10296         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10297         message-sender.
10298         (mml1991-epg-encrypt): Ditto.
10299         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10300         message-sender.
10301         (mml2015-epg-encrypt): Ditto.
10302
10303 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10304
10305         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10306         several common directories.
10307
10308 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10309
10310         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10311         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10312
10313 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10314
10315         * gnus-art.el (article-decode-encoded-words): Make it fast.
10316
10317 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10318
10319         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10320
10321         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10322         in quoted string into `\'.
10323
10324 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10325
10326         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10327         Use standard-syntax-table.
10328
10329 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10330
10331         * gnus-art.el (gnus-decode-address-function): New variable.
10332         (article-decode-encoded-words): Use it to decode headers which are
10333         assumed to contain addresses.
10334         (gnus-mime-delete-part): Remove useless `or'.
10335
10336         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10337         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10338         (gnus-nov-parse-line): Use it to decode From header.
10339         (gnus-get-newsgroup-headers): Ditto.
10340         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10341
10342         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10343         (mail-decode-encoded-address-string): New alias.
10344
10345         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10346         New function.
10347         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10348         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10349         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10350         (rfc2047-decode-string): Ditto.
10351         (rfc2047-decode-address-region): New function.
10352         (rfc2047-decode-address-string): New function.
10353
10354 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10355
10356         * message.el (message-caesar-buffer-body): Allow rotating headers.
10357
10358         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10359
10360         * message.el (message-insert-formated-citation-line): Fix %f.
10361         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10362
10363 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10366         (gnus-bookmark-mouse-available-p): New macro.
10367         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10368         (gnus-bookmark-bmenu-show-infos): Use it.
10369         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10370         (gnus-bookmark-bmenu-hide-infos): Ditto.
10371         (gnus-bookmark-remove-properties): New function.
10372         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10373         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10374         (gnus-bookmark-write-file): Bind coding-system-for-write.
10375         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10376         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10377         group before selecting it.
10378         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10379         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10380         quit-window if it is not available; use gnus-mouse-2 and bind it to
10381         gnus-bookmark-bmenu-select-by-mouse.
10382         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10383         (gnus-bookmark-bmenu-select-by-mouse): New function.
10384
10385 2006-08-13  Romain Francoise  <romain@orebokech.com>
10386
10387         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10388         space.
10389
10390 2006-08-10  Romain Francoise  <romain@orebokech.com>
10391
10392         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10393         (dns-mode-soa-auto-increment-serial): New user option.
10394         (dns-mode-soa-maybe-increment-serial): New function.
10395         (dns-mode): Add the latter to `write-contents-functions'.
10396
10397 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10398
10399         * compface.el (uncompface): Use binary rather than raw-text-unix.
10400
10401 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10402
10403         * compface.el (uncompface): Make sure the eol conversion doesn't take
10404         place when communicating with the external programs.
10405         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10406
10407 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10408
10409         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10410
10411 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10412
10413         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10414         Make it more robust by parsing author and date independently.
10415
10416 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10419
10420 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10421
10422         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10423         first matching secret key.
10424         (mml2015-epg-encrypt): Ditto.
10425
10426         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10427         first matching secret key.
10428         (mml1991-epg-encrypt): Ditto.
10429
10430         * mml2015.el (mml2015-encrypt-to-self): New user option.
10431         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10432         mml2015-epg-encrypt-to-self is set.
10433
10434         * mml1991.el (mml1991-encrypt-to-self): New variable.
10435         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10436         mml1991-epg-encrypt-to-self is set.
10437
10438         * mml2015.el (mml2015-signers): New user option.
10439         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10440         (mml2015-epg-encrypt): Allow to select signing keys.
10441
10442         * mml1991.el (mml1991-signers): New variable.
10443         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10444         (mml1991-epg-encrypt): Allow to select signing keys.
10445
10446 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * nnheader.el (nnheader-insert-head): Make it work even if the file
10449         uses CRLF for the line-break code.
10450
10451 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10452
10453         * mml2015.el: Require mml-sec instead of password.
10454         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10455         (mml2015-cache-passphrase): Inherit the default value from
10456         mml-secure-cache-passphrase.
10457         (mml2015-passphrase-cache-expiry): Inherit the default value from
10458         mml-secure-passphrase-cache-expiry.
10459
10460         * mml1991.el: Require mml-sec instead of password.
10461         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10462         (mml1991-cache-passphrase): Inherit the default value from
10463         mml-secure-cache-passphrase.
10464         (mml1991-passphrase-cache-expiry): Inherit the default value from
10465         mml-secure-passphrase-cache-expiry.
10466
10467         * mml-sec.el: Require password.
10468         (mml-secure-verbose): New user option.
10469         (mml-secure-cache-passphrase): New user option.
10470         (mml-secure-passphrase-cache-expiry): New user option.
10471
10472 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10473
10474         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10475         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10476         andreas@altroot.de (Andreas Vögele).
10477
10478         FIXME: Use `tiny change'?
10479
10480 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10481
10482         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10483         workaround for the url package included with Emacs.
10484
10485         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10486
10487 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10490         correctly.  This fixes a bug caused by the 2006-05-12 change.
10491
10492 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10493
10494         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10495         some information about the error when saying that the `bogus' mail
10496         group will be used.
10497
10498 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10499
10500         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10501         string.
10502
10503 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10504
10505         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10506
10507 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10508
10509         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10510
10511 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10512
10513         * mml1991.el (mml1991-function-alist): Add epg.
10514         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10515         (mml1991-epg-encrypt): New functions.
10516
10517 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10518
10519         * mml2015.el (mml2015-verbose): New variable.
10520         (mml2015-cache-passphrase): Ditto.
10521         (mml2015-passphrase-cache-expiry): Ditto.
10522         (mml2015-function-alist): Add epg.
10523         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10524         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10525         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10526         New functions.
10527
10528 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10529
10530         * message.el (message-cite-original-1): Preserve region when removing
10531         quoted text due to X-No-Archive in order to avoid bogus attribution
10532         when citing multiple messages.
10533
10534 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10535
10536         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10537         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10538
10539 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10540
10541         * gnus-diary.el (gnus-user-format-function-d)
10542         (gnus-user-format-function-D): Autoload.
10543
10544         * imap.el (Commentary): Fix typo.
10545
10546         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10547         2006-04-22 contribution.
10548
10549 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10550
10551         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10552         It didn't really fix the bogosity I'm seeing with solid web groups.
10553
10554 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10555
10556         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10557         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10558         created using server names.  If we use the feature without declaring
10559         it, Gnus does not properly manage server and group state.
10560
10561         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10562         bound.
10563
10564 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10565
10566         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10567         looking up the method using GROUP's prefix before inventing a new one.
10568         It is used on killed/unknown groups in various places where returning
10569         an all-new method isn't expected by the caller.
10570
10571         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10572         and match semantics of gnus-group-real-prefix.
10573
10574 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10575
10576         * nnmail.el (nnmail-broken-references-mailers): New variable.
10577         (nnmail-ignore-broken-references): New function generalizing
10578         nnmail-fix-eudora-headers.
10579         (nnmail-fix-eudora-headers): Now obsolete.
10580
10581         * gnus-art.el (gnus-button-handle-custom):
10582         Support `customize-apropos*'.
10583
10584 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10585
10586         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10587
10588         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10589         articles.
10590
10591 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10592
10593         * message.el (message-cite-reply-above): New variable.
10594         (message-yank-original): Use it.
10595
10596 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10597
10598         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10599
10600 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10601
10602         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10603         as read.
10604
10605         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10606
10607 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10608
10609         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10610         (gnus-bookmark-default-file): Use gnus-directory.
10611         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10612         Remove "*" in doc string.
10613         (gnus-bookmark-write-file): Simplify.
10614         (gnus-bookmark-maybe-sort-alist): Use `when'.
10615         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10616         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10617         Add FIXME about Emacs 21 and XEmacs compatibility.
10618         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10619         compatibility.
10620         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10621         compatibility.
10622         (gnus-bookmark-menu-heading): Fix version.
10623
10624 2006-06-19  Bastien Guerry  <bzg@altern.org>
10625
10626         * gnus-bookmark.el: New file.
10627
10628 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * message.el (message-syntax-checks): Doc fix.
10631
10632 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10633
10634         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10635         unsubscribed groups as if they were killed ones.  It causes duplicate
10636         entries in gnus-newsrc-alist.
10637
10638 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * message.el (message-syntax-checks): Doc fix.
10641         (message-send-mail): Add check for continuation headers.
10642         (message-check-news-header-syntax): Fix regexp used to check for
10643         continuation headers.
10644
10645 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10648
10649 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10650
10651         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10652
10653 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10654
10655         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10656         default-truncate-lines.
10657
10658 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10659
10660         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10661         to fill the utf-8 entry.
10662
10663         * lpath.el: Fbind unicode-precedence-list.
10664
10665 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10666
10667         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10668
10669 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10670
10671         * gnus-agent.el (directory-files-and-attributes): Move all the way
10672         forward (the third and final move).
10673         (gnus-agent-read-agentview): Trap reconstruction errors due to
10674         nonexistent directory.  Handle by returning nil.
10675
10676 2006-05-30  Didier Verna  <didier@xemacs.org>
10677
10678         * message.el (message-dont-reply-to-names): Update the custom type.
10679         * message.el (message-dont-reply-to-names): New defsubst: potentially
10680         convert a list of regexps into a single one.
10681         * message.el (message-get-reply-headers): Use it.
10682         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10683
10684 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * gnus-agent.el (directory-files-and-attributes): Move forward.
10687
10688 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10689
10690         * gnus-ml.el (gnus-mailing-list-subscribe)
10691         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10692         (gnus-mailing-list-message): Fix doc strings.
10693
10694 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10695
10696         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10697         of doing it manually.
10698
10699 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10700
10701         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10702         comment.
10703
10704 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10705
10706         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10707         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10708         (gnus-agent-read-local): All symbols allocated in my-obarray.
10709         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10710         (gnus-agent-regenerate-group): Check numeric names to see if they are
10711         messages or groups.
10712         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10713         better way of do this...)
10714
10715         * gnus-cache.el (gnus-agent-total-fetched-for):
10716         Ignore 'dummy.group' (there should be a better way of do this...)
10717
10718 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10719
10720         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10721         (gnus-saved-headers): Ditto.
10722         (gnus-default-article-saver): Mention functions may have properties.
10723         (gnus-article-save): Override gnus-save-all-headers and
10724         gnus-saved-headers by :headers property which saver function may have.
10725         (gnus-summary-save-in-file): Add :headers property.
10726         (gnus-summary-write-to-file): Ditto.
10727
10728         * gnus-sum.el (gnus-summary-save-article): Bind
10729         gnus-prompt-before-saving to t when saving many articles in a file;
10730         always show all headers.
10731
10732         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10733
10734 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10735
10736         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10737         marks.
10738
10739         * message.el (message-indent-citation): Add optional arguments to allow
10740         using it outside of message buffers.
10741
10742         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10743         (gnus-article-treat-unfold-headers): Use it.
10744         (gnus-article-truncate-lines): New variable.
10745         (gnus-article-mode): Use it.
10746         (gnus-article-toggle-truncate-lines): New function.
10747
10748         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10749         Add gnus-article-toggle-truncate-lines.
10750
10751         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10752         coding system in XEmacs, use binary.
10753
10754 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10755
10756         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10757         after-load-alist.
10758
10759         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10760         this function should save decoded articles.
10761         (gnus-summary-write-to-file): Use property to specify this function
10762         should save decoded articles and specify gnus-summary-save-in-file
10763         should be used to save articles other than the first one when saving
10764         many articles.
10765         (gnus-summary-save-body-in-file): Use property to specify this
10766         function should save decoded articles.
10767         (gnus-summary-write-body-to-file): Use property to specify this
10768         function should save decoded articles and specify
10769         gnus-summary-save-body-in-file should be used to save articles other
10770         than the first one when saving many articles.
10771
10772         * gnus-sum.el (gnus-summary-save-article): Simplify.
10773
10774 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * gnus-art.el (gnus-default-article-saver):
10777         Add gnus-summary-write-body-to-file.
10778         (gnus-article-save-coding-system): Don't use coding system object
10779         in XEmacs.
10780         (gnus-read-save-file-name): Add optional `dir-var' argument which
10781         specifies directory in which files are saved; work even if optional
10782         `variable' argument is not specified.
10783         (gnus-summary-write-to-file): Read file name.
10784         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10785         (gnus-summary-write-body-to-file): New function.
10786
10787         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10788         (gnus-summary-local-variables): Add it.
10789         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10790         (gnus-summary-save-article): Remove optional `decode' argument;
10791         determine whether to decode articles by the value of
10792         gnus-default-article-saver; when saving many files using
10793         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10794         it first and use gnus-summary-save-in-file or
10795         gnus-summary-save-body-in-file thereafter unless
10796         gnus-prompt-before-saving is always; move point to article which
10797         will be saved.
10798         (gnus-summary-save-article-file): Revert.
10799         (gnus-summary-write-article-file): Revert.
10800         (gnus-summary-save-article-body-file): Revert.
10801         (gnus-summary-write-article-body-file): New function.
10802
10803 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * gnus-art.el (gnus-default-article-saver): Doc fix.
10806         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10807         from gnus-summary-save-article-coding-system, and default to a
10808         certain coding system.
10809         (gnus-output-to-file): Add coding cookie and encode text according
10810         to gnus-article-save-coding-system; don't use mm-append-to-file.
10811
10812         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10813         gnus-art.el and rename to gnus-article-save-coding-system.
10814         (gnus-summary-save-article): Require gnus-art; don't show all
10815         headers if it decodes articles; don't add coding cookie here;
10816         don't bind mm-text-coding-system-for-write.
10817         (gnus-summary-save-article-file): Save decoded articles.
10818         (gnus-summary-write-article-file): When saving many files, use
10819         gnus-summary-write-to-file first and gnus-summary-save-in-file
10820         thereafter unless gnus-prompt-before-saving is always.
10821         (gnus-summary-save-article-body-file): Save decoded articles.
10822
10823         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10824
10825 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10826
10827         * nnrss.el (nnrss-check-group): Bind hash-index.
10828
10829 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10830
10831         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10832         its hash index.  Store this hash in `nnrss-group-data'.
10833         (nnrss-read-group-data): Update accordingly.
10834
10835 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10836
10837         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10838         entry.
10839
10840         * gnus-sum.el (gnus-summary-make-menu-bar):
10841         Add gnus-article-browse-html-article.
10842
10843 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10844
10845         * gnus-sum.el (gnus-summary-mime-map):
10846         Add gnus-article-browse-html-article.
10847
10848         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10849
10850 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10851
10852         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10853         suitable coding systems in customize.
10854
10855 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10856
10857         * mail-source.el (mail-sources): Fix custom type.
10858
10859 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10860
10861         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10862         (gnus-summary-expire-articles-now): Shorten prompt.
10863
10864         * gmm-utils.el (wid-edit): Require.
10865         (defun-gmm): Rename from `gmm-defun-compat'.
10866         (gmm-image-search-load-path): Use it.
10867         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10868
10869 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * gnus-sum.el (gnus-summary-save-article-coding-system):
10872         New variable.
10873         (gnus-summary-save-article): Add optional `decode' argument.
10874         If it is set and gnus-summary-save-article-coding-system is non-nil,
10875         save decoded article.
10876         (gnus-summary-write-article-file): Save decoded article if
10877         gnus-summary-save-article-coding-system is non-nil.
10878
10879         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10880         type.
10881
10882 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10885
10886 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10887
10888         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10889         first to test gnus-single-article-buffer which may be buffer-local.
10890
10891         * gnus-sum.el (gnus-summary-setup-buffer):
10892         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10893         group; make gnus-article-buffer, gnus-article-current, and
10894         gnus-original-article-buffer always buffer-local.
10895         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10896         group.
10897         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10898
10899 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10900
10901         * nnml.el (nnml-request-compact-group): Compressed files might not
10902         have .gz extension.
10903
10904 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10905
10906         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10907         (mm-copy-to-buffer): Use with-current-buffer.
10908         (mm-display-part): Simplify.
10909         (mm-inlinable-p): Add optional arg `type'.
10910
10911 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10912
10913         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10914         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10915         Try harder to show the attachment internally or externally using
10916         gnus-mime-view-part-as-type.
10917
10918 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10919
10920         * message.el (message-from-style, message-signature-separator)
10921         (message-user-organization-file, message-send-mail-function)
10922         (message-citation-line-function, message-yank-prefix)
10923         (message-indent-citation-function, message-signature)
10924         (message-signature-file, message-signature-insert-empty-line):
10925         Remove autoloads.
10926
10927         * gnus-art.el (gnus-buttonized-mime-types):
10928         Remove "multipart/signed".  Revert 2006-04-26 change.
10929
10930 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10931
10932         * gnus.el (gnus-version-number): Bump version.
10933
10934 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10935
10936         * gnus.el: No Gnus v0.5 is released.
10937
10938 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10939
10940         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10941         fetching articles by message-id.
10942
10943 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10944
10945         * message.el (hashcash): Require hashcash as normal.
10946
10947         * ecomplete.el (ecomplete-highlight-match-line):
10948         Use point-at-eol.
10949         (ecomplete-highlight-match-line): Use `highlight', because that
10950         face exists in both Emacs and XEmacs.
10951
10952         * message.el (message-display-abbrev): Use point-at-bol.
10953
10954         * mail-source.el: Don't require timer/timer-funcs.
10955
10956         * gnus-async.el: Ditto.
10957
10958         * password.el: Ditto.
10959
10960         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10961
10962         * mm-url.el: Ditto.
10963
10964         * gnus-xmas.el: Don't require timer-funcs.
10965
10966         * mm-util.el: Require timer/timer-funcs.
10967
10968 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10969
10970         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10971         Close.
10972
10973 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10974
10975         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10976         unibyte after clear-decrypt function runs.
10977
10978         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10979         returns as a unibyte string.
10980
10981 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10982
10983         * lpath.el: Revert.
10984
10985         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10986         (pgg-gpg-process-sentinel): Revert.
10987
10988         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10989         (pgg-pgp-lookup-key): Revert.
10990
10991         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10992         (pgg-pgp5-lookup-key): Revert.
10993
10994         * pgg.el (pgg-fetch-key): Revert.
10995
10996 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10997
10998         * lpath.el: Fbind string-as-multibyte for XEmacs.
10999
11000         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11001         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11002         (mml1991-pgg-encrypt): Ditto.
11003
11004         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11005         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11006         a multibyte buffer.
11007
11008         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11009         (pgg-pgp-lookup-key): Ditto.
11010
11011         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11012         (pgg-pgp5-lookup-key): Ditto.
11013
11014         * pgg.el (pgg-fetch-key): Ditto.
11015
11016 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11017
11018         * message.el (message-user-organization-file): Check several
11019         locations of the organization file.
11020
11021         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11022         Add gnus-article-view-part-as-type.
11023
11024         * gnus-art.el (gnus-article-view-part-as-type): New function.
11025
11026         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11027         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11028
11029         * mml.el: Simplify autoload.
11030         (mml-mode): defvar dnd-protocol-alist instead of using
11031         symbol-value.
11032         (mml-default-directory): New variable.
11033         (mml-minibuffer-read-file): Use it.
11034         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11035
11036         * message.el (message-citation-line-format): New variable.
11037         (message-insert-formated-citation-line): New function.
11038         (message-citation-line-function):
11039         Add `message-insert-formated-citation-line' to custom type.
11040
11041         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11042         to doc string.
11043
11044         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11045         depending on mm-verify-option.
11046
11047 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11050         binding pgg-* variables; reimplement the section which prevents
11051         MIME header from being signed.
11052         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11053         pgg-text-mode; remove a blank line at the top of body.
11054
11055         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11056         lines at the top of body; use gnus-newsgroup-charset if there's no
11057         Charset header.
11058
11059 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11060
11061         * message.el (message-self-insert-commands): Doc fix.
11062
11063         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11064         (mm-uu-pgp-encrypted-test): Ditto.
11065         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11066         between header and body; return application/pgp-encrypted handle
11067         if decryption failed; decode decrypted body by charset.
11068
11069         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11070         element match to application/pgp-*.
11071
11072 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11073
11074         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11075         HTML.
11076
11077 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11078
11079         * mail-source.el (mail-source-call-script): Message the error
11080         string.
11081
11082 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11083
11084         * gnus-util.el (gnus-byte-compile): Use it.
11085
11086 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11087
11088         * gnus-util.el (kill-empty-logs): New function.
11089
11090 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11091
11092         * message.el (message-mail-alias-type): Doc fix.
11093         (message-mail-alias-type-p): New function.
11094         (message-send): Use it.
11095         (message-mode): Ditto.
11096         (message-strip-forbidden-properties): Ditto.
11097
11098         * ecomplete.el (ecomplete-database-file-coding-system):
11099         New variable.
11100         (ecomplete-save): Use it.
11101         (ecomplete-setup): Use it.
11102
11103 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11104
11105         * message.el (message-self-insert-commands): New variable.
11106         (message-strip-forbidden-properties): Use it.
11107
11108 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11109
11110         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11111         that doesn't make XEmacs choke.
11112
11113 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11114
11115         * gnus-util.el (gnus-replace-in-string):
11116         Prefer replace-regexp-in-string over of replace-in-string.
11117
11118 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * gnus-util.el (gnus-select-frame-set-input-focus):
11121         Use select-frame-set-input-focus if it is available in XEmacs; use
11122         definition defined in Emacs 22 for old Emacsen.
11123
11124         * dgnushack.el: Autoload unmorse-region for XEmacs.
11125
11126         * lpath.el: Bind cursor-in-non-selected-windows and
11127         select-frame-set-input-focus for XEmacs.
11128
11129 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11130
11131         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11132
11133 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11134
11135         * gnus-registry.el (gnus-registry-cache-save): Remove text
11136         properties when saving via the temp buffer.
11137
11138 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11139
11140         * message.el (message-generate-hashcash): Honor custom type.
11141
11142 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11143
11144         * message.el (message-generate-hashcash): Default to non-nil when
11145         hashcash is found.
11146
11147         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11148         (gnus-refer-thread-limit): Increase default to 500.
11149
11150         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11151
11152         * flow-fill.el (fill-flowed): Allow delete-space.
11153
11154 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11155
11156         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11157         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11158         Remove autoloads.
11159
11160 2006-04-18  Simon Josefsson  <jas@extundo.com>
11161
11162         * message.el (message-generate-hashcash): Default to.
11163
11164 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11165
11166         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11167         concatenating segments rather than before concatenating them.
11168
11169 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11170
11171         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11172
11173 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11174
11175         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11176
11177         * message.el (message-forward-make-body-plain):
11178         Allow message-forward-ignored-headers to be a list.
11179         (message-remove-ignored-headers): Factor out into function.
11180         (message-forward-make-body-mml): Use it.
11181
11182         * imap.el (imap-quote-specials): New function.
11183         (imap-login-auth): Quote specials.
11184
11185         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11186         (rfc2231-parse-string): Allow concatanation of parameters that
11187         aren't contiguous.  The test case is
11188           (mail-header-parse-content-type "message/external-body;
11189             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11190             access-type=LOCAL-FILE;
11191             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11192
11193 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11194
11195         * nntp.el (nntp-accept-process-output): Return the value of
11196         `nnheader-accept-process-output'.
11197
11198 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11199
11200         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11201         (gnus-button-alist): Recognize more diff formats.
11202         (gnus-button-patch): Strip directory.
11203
11204 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11205
11206         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11207         Emacs 22 when setting focus.
11208
11209 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11210
11211         * gnus-art.el (gnus-article-treat-types): Do treatment of
11212         text/x-verbatim parts.
11213         (gnus-button-patch): New command.
11214
11215         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11216         addresses that contain invalid characters.
11217
11218 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11219
11220         * message.el (message-put-addresses-in-ecomplete):
11221         Use gnus-replace-in-string.
11222         (message-is-yours-p): Use the more correct
11223         mail-header-parse-address instead of
11224         mail-extract-address-components.
11225         (message-put-addresses-in-ecomplete): Fix typo.
11226
11227         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11228         keystroke.
11229
11230         * gnus-art.el (gnus-treatment-function-alist): Change order of
11231         newsgroups/generic header folding to avoid double-folding.
11232
11233         * message.el (message-hidden-headers): Add X-Draft-From.
11234
11235         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11236         New command.
11237         (gnus-summary-repeat-search-article-backward): New command.
11238
11239         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11240         groups in the parent topic.
11241
11242 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11243
11244         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11245         (spam-extra-header-to-number): Return the CRM114 number as a
11246         number instead of a string.
11247
11248 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11249
11250         * gnus-art.el (gnus-face-properties-alist): Move here from
11251         gnus-fun.
11252
11253         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11254
11255 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11256
11257         * message.el (message-strip-forbidden-properties): Only display on
11258         self-insert-command.
11259
11260         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11261         reindent.
11262         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11263
11264 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11265
11266         * smiley.el (smiley-style): Fix typo.
11267
11268 2006-03-23  Kenichi Handa  <handa@m17n.org>
11269
11270         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11271         instead of set-buffer-multibyte.
11272
11273 2006-03-23  Kenichi Handa  <handa@m17n.org>
11274
11275         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11276         buffer and then decode the buffer text if necessary.
11277         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11278         first, and after mm-encode-body, change the buffer to unibyte.
11279
11280 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11281
11282         * hashcash.el (hashcash-insert-payment-async-2):
11283         Use message-goto-eoh instead of doing it manually.
11284         (mail-add-payment): Use message-narrow-to-header instead of trying
11285         to do the same itself.
11286
11287         * message.el (message-hidden-headers): Add Face.
11288
11289         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11290         reparenting code.
11291         (gnus-summary-reparent-children): Refactored out code.
11292         (gnus-summary-thread-map): New keystroke.
11293         (gnus-summary-reparent-children): Make into command.
11294
11295         * smiley.el (smiley-style): Default to `medium' if using a large
11296         font.
11297
11298         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11299         does it itself.
11300
11301         * message.el (message-point-in-header-p): Simplify definition.
11302
11303 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11304
11305         * nnagent.el (nnagent-request-set-mark): Silence log file
11306         writing.
11307         (nnagent-request-set-mark): Use write-region instead of
11308         append-to-file.
11309
11310         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11311         strange select method.
11312
11313         * ecomplete.el (ecomplete-display-matches): Get highlightling
11314         right.
11315         (ecomplete-display-matches): Use literals.
11316         (ecomplete-display-matches): Disable message logging.
11317
11318         * message.el (message-display-abbrev): Small optimization.
11319
11320         * ecomplete.el (ecomplete-display-matches): Allow automatic
11321         display.
11322
11323         * message.el (message-strip-forbidden-properties):
11324         Display abbrevs.
11325         (message-display-abbrev): Get automatic display right.
11326
11327         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11328         keystrokes.
11329
11330 2006-04-13  Romain Francoise  <romain@orebokech.com>
11331
11332         TODO: Backport to v5-10!
11333
11334         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11335         Move here (and rename) from gnus-registry.el.
11336
11337         * gnus-registry.el: Require gnus-util.
11338         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11339
11340 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11341
11342         * gnus-group.el (gnus-group-catchup-current):
11343         Change if-then-else-if-then-else into cond.
11344         (gnus-group-catchup): Indent.
11345         (group-name-at-point): New function.
11346         (gnus-fetch-group): Provide default from thing at point.
11347
11348 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11349
11350         * message.el (message-display-abbrev): Fix regexp.
11351
11352         * ecomplete.el (ecomplete-highlight-match-line):
11353         Reimplement choosing.
11354         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11355         dead variables.
11356
11357         * message.el (message-newline-and-indent): Remove debugging.
11358         (message-display-abbrev): Use new implementation.
11359
11360 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11361
11362         * gnus-art.el (gnus-article-mode):
11363         Set cursor-in-non-selected-windows to nil.
11364
11365         * smiley.el: Revert previous change.
11366         (smiley-data-directory): defvar it before using it in the
11367         defcustom of `smiley-style'.
11368
11369 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11370
11371         * message.el (message-newline-and-indent): New function.
11372
11373         * ecomplete.el: Implement more bits.
11374
11375         * message.el (message-put-addresses-in-ecomplete): Clean up the
11376         string.
11377
11378         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11379
11380         * gnus-sum.el (gnus-summary-save-parts):
11381         Bind gnus-summary-save-parts-counter and use it to make unique file
11382         names.
11383
11384         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11385
11386         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11387         parameter to say whether to actually parse the individual
11388         addresses.
11389
11390         * message.el (message-put-addresses-in-ecomplete): New function.
11391         (ecomplete): Require.
11392         (message-mail-alias-type): Add ecomplete as an option.
11393
11394 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11395
11396         * flow-fill.el (fill-flowed): Remove trailing space from blank
11397         quoted lines.
11398
11399 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11400
11401         * smiley.el (smiley-style): Move definition later to avoid a
11402         compilation warning.
11403
11404 2006-04-12  Kenichi Handa  <handa@m17n.org>
11405
11406         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11407         buffer and then decode the buffer text if necessary.
11408         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11409         first, and after mm-encode-body, change the buffer to unibyte.
11410         Use mm-disable-multibyte instead of set-buffer-multibyte.
11411
11412 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11415         Content-Type header instead of Content-Disposition header.
11416         (gnus-mime-inline-part): Ditto.
11417         (gnus-mime-view-part-as-charset): Ignore charset that the part
11418         specifies.
11419
11420         * mm-decode.el (mm-display-part): Work with external parts and
11421         usual parts similarly.
11422
11423         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11424         instead of gnus-display-mime.
11425
11426         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11427         instead of with-temp-buffer.
11428
11429         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11430         tag to summarized topics part in order to encode non-ASCII text.
11431
11432 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11433
11434         * smiley.el (smiley-style): New variable.
11435         (smiley-directory): New function.
11436         (smiley-data-directory): Derive from `smiley-style' using
11437         `smiley-directory'.
11438         (smiley-regexp-alist): Add new entries.
11439
11440         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11441         (gnus-article-browse-delete-temp): Add :version.
11442
11443 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11444
11445         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11446         the sieve region.
11447
11448 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11449
11450         * gnus.el (gnus-version-number): Bump version.
11451
11452 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11453
11454         * gnus.el: No Gnus v0.4 is released.
11455
11456 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11457
11458         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11459         layout.
11460
11461         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11462         unknown charset.
11463
11464         * message.el (message-header-synonyms): Add Original-To to the
11465         default.
11466
11467         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11468         optional parameter.
11469
11470 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11471
11472         * gnus-fun.el (gnus): Require it for gnus-directory.
11473
11474 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11475
11476         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11477
11478 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11479
11480         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11481
11482 2006-04-05  Simon Josefsson  <jas@extundo.com>
11483
11484         * password.el (password-reset): New function.
11485
11486 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11487
11488         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11489         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11490
11491 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11492
11493         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11494         Some whitespace was matched into the url, which broke browsing hits
11495         > 100 when mm-url-use-external was nil.
11496
11497 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11500         Check gnus-extra-headers for 'Newsgroups.
11501
11502         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11503         bound.
11504
11505 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11506
11507         * pgg-gpg.el: Clean up process buffers every time gpg processes
11508         complete.
11509
11510 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11511
11512         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11513         doc string.
11514
11515 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11516
11517         * pgg-gpg.el (pgg-gpg-process-filter)
11518         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11519
11520         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11521         lines, temporary fix.
11522
11523 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11524
11525         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11526
11527 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11528
11529         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11530         default-enable-multibyte-characters.  This reverts the change from
11531         revision 6.17 which is no longer necessary because the passphrase
11532         is sent separately now.  GnuPG messages are unreadable under
11533         multibyte locales with default-enable-multibyte-characters set to
11534         nil.
11535
11536 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11537
11538         * message.el (message-tool-bar-gnome): Move "spell".
11539
11540 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11541
11542         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11543         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11544         instead.
11545
11546 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11547
11548         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11549         Improve newsgroups handling for NNTP overviews which don't include
11550         Newsgroups.
11551
11552 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11553
11554         * message.el (message-resend): Bind message-generate-hashcash to nil.
11555
11556 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11557
11558         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11559         when searching for already-paid recipients.
11560
11561 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11562
11563         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11564         passphrases when it is not needed.
11565         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11566         passphrase stuff from gpg, should only be necessary when you use
11567         gpg with a smartcard.
11568
11569 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * mml.el (mml-insert-mime): Ignore cached contents of
11572         message/external-body part.
11573
11574         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11575         (mm-insert-part): Ditto.
11576
11577 2006-03-23  Simon Josefsson  <jas@extundo.com>
11578
11579         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11580         Reiner.
11581         (pgg-gpg-use-agent-p): Use it again.
11582
11583 2006-03-23  Simon Josefsson  <jas@extundo.com>
11584
11585         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11586         older emacsen.
11587         (pgg-gpg-use-agent-p): Don't use it.
11588
11589 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11590
11591         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11592         if we can.
11593
11594 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11595
11596         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11597         (pgg-gpg-update-agent): New function.
11598         (pgg-gpg-use-agent-p): New function.
11599         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11600         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11601         (pgg-gpg-sign-region): Use it.
11602
11603 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11604
11605         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11606         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11607
11608 2006-03-21  Simon Josefsson  <jas@extundo.com>
11609
11610         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11611         <wilde@sha-bang.de>.
11612         (pgg-gpg-use-agent): New variable.
11613         (pgg-gpg-process-region): Use it.
11614         (pgg-gpg-encrypt-region): Likewise.
11615         (pgg-gpg-encrypt-symmetric-region): Likewise.
11616         (pgg-gpg-decrypt-region): Likewise.
11617         (pgg-gpg-sign-region): Likewise.
11618         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11619
11620 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11621
11622         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11623
11624         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11625         Add comment on version.
11626
11627 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11628
11629         * smiley.el: Add missing test smiley.
11630
11631 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11632
11633         * mm-decode.el (mm-with-part): New macro.
11634         (mm-get-part): Use it; work with message/external-body as well.
11635         (mm-save-part): Treat name and filename equally.
11636
11637         * mm-extern.el (mm-extern-cache-contents): New function.
11638         (mm-inline-external-body): Use it; force the part to be displayed;
11639         move undisplayer added to the cached handle to the parent.
11640
11641         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11642         (gnus-mime-view-part-as-type): Work with message/external-body.
11643
11644         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11645
11646 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11647
11648         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11649         images in image-load-path.  [Sync with image.el, revision 1.60, in
11650         Emacs.]
11651
11652 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11653
11654         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11655         path rather than symbol.  Always return list of directories.
11656         Guarantee that image directory comes first.  [Sync with image.el,
11657         revision 1.59, in Emacs.]
11658
11659         * message.el (message-make-tool-bar): Adjust to new API of
11660         `gmm-image-load-path-for-library'.
11661
11662         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11663
11664         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11665
11666 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11667
11668         * gnus-art.el (gnus-article-only-boring-p):
11669         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11670         intangible text.
11671         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11672
11673 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11674
11675         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11676         Use `defun' instead of `gmm-defun-compat'.
11677
11678 2006-03-14  Simon Josefsson  <jas@extundo.com>
11679
11680         * message.el (message-unique-id): Don't use message-number-base36
11681         if (user-uid) is a float.
11682         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11683
11684 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11687
11688         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11689         empty line between a part and a message part.
11690
11691 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11692
11693         * smiley.el: Add more test smileys.
11694         (smiley-data-directory, smiley-regexp-alist)
11695         (gnus-smiley-file-types): Fix doc strings.
11696         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11697         adding new elements.
11698         (smiley-mouse-map): Unused code.  Make it a comment.
11699
11700 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11703         scan latest NoCeM messages instead of old ones.
11704         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11705         delimiters that are recently used.
11706         (gnus-nocem-load-cache): Add autoload cookie.
11707
11708         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11709
11710         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11711         level which is larger than gnus-use-nocem is specified.
11712
11713         * gnus-group.el (gnus-group-get-new-news): Ditto.
11714
11715 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11716
11717         * gnus-util.el (gnus-tool-bar-update): New function.
11718
11719         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11720         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11721
11722         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11723
11724         * gnus-group.el (gnus-group-redraw-when-idle)
11725         (gnus-group-redraw-check): Remove.
11726         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11727
11728 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11729
11730         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11731         if optional last element is specified in splits (FIELD VALUE...).
11732
11733 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11734
11735         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11736         to gmm-image-load-path-for-library.  Call with no-error argument.
11737         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11738
11739         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11740
11741         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11742
11743         * gmm-utils.el (gmm-image-load-path): Remove alias.
11744
11745 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11746
11747         * gmm-utils.el (gmm-image-load-path): Add alias.
11748
11749         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11750         nnml-generate-nov-databases-1.
11751         (nnml-generate-nov-databases): Use it.
11752         (nnml-generate-nov-databases-directory): Document no-active
11753         argument.
11754
11755         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11756         directory if path is t.  Add no-error.
11757
11758         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11759         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11760
11761         * gnus-art.el (gnus-article-browse-delete-temp-files):
11762         Simplify resetting gnus-article-browse-html-temp-list.
11763
11764         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11765         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11766         Add example to docstring.  Rename local variables.  Move error
11767         checks to default case in cond and simplify.
11768
11769 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11772         handle is multipart when calling it recursively.
11773         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11774
11775 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11776
11777         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11778         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11779
11780 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11783         is loaded.
11784
11785         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11786         loaded.
11787
11788 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11789
11790         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11791         to "Emacs 23 (unicode)" in doc string.
11792
11793         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11794         "Emacs 23 (unicode)" in comment.
11795
11796 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11797
11798         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11799
11800         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11801         characters 160 through 255 in Emacs 23.
11802
11803 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11804
11805         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11806         gnus-article-browse-html-temp.
11807         (gnus-article-browse-delete-temp): Make it customizable.
11808         Add `file'.  Adjust doc string.
11809         (gnus-article-browse-delete-temp-files): Add argument.
11810         Allow query for each file.  Adjust doc string.
11811         (gnus-article-browse-html-parts):
11812         Add `gnus-article-browse-delete-temp-files' to
11813         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11814
11815 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11816
11817         * gnus-art.el (gnus-article-browse-html-temp)
11818         (gnus-article-browse-delete-temp): New variables.
11819         (gnus-article-browse-delete-temp-files): New function.
11820         (gnus-article-browse-html-parts): Use it.
11821
11822 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11823
11824         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11825
11826         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11827         string.
11828
11829         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11830         gnus-summary-insert-new-articles when unplugged.
11831         Remove gnus-summary-search-article-forward.
11832
11833         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11834         display-visual-class instead of display-color-cells.
11835
11836 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11837
11838         * dgnushack.el: Autoload customize-group for XEmacs.
11839
11840         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11841         message/* containing non-ASCII text properly.
11842
11843 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11844
11845         * message.el: Require gmm-utils, remove autoloads.
11846         (message-tool-bar): Set default based on
11847         gmm-tool-bar-style.
11848         (message-tool-bar-gnome): Add gmm-customize-mode.
11849
11850         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11851         gmm-tool-bar-style.
11852         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11853
11854         * gnus-group.el (gnus-group-tool-bar): Set default based on
11855         gmm-tool-bar-style.
11856         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11857
11858         * gmm-utils.el (gmm-image-directory): Rename variable from
11859         gmm-image-load-path.
11860         (gmm-image-load-path): Use gmm-image-directory.
11861         (gmm-customize-mode): New function.
11862         (gmm-tool-bar-style): New variable.
11863
11864         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11865         gnus-group-redraw-line-number.
11866         (gnus-group-redraw-check): Simplify.
11867         (gnus-group-tool-bar-update): Remove redraw check.
11868         (gnus-group-make-tool-bar): Add redraw check.
11869
11870 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11871
11872         * gnus-art.el (gnus-button): Add missing parentheses.
11873
11874 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * lpath.el: Fbind line-number-at-pos.
11877
11878 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11881
11882 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11883
11884         * gnus-art.el (gnus-button): New face.
11885         (gnus-article-button-face): Use it.
11886
11887         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11888         Add gnus-summary-next-page.  Re-order.
11889
11890         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11891         next-node are now included.
11892         (gnus-group-redraw-line-number): New internal variable.
11893         (gnus-group-redraw-check): Helper function for updating the tool
11894         bar.
11895         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11896
11897         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11898
11899         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11900         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11901         Use it to match format of Spamassassin 3.0 and later.
11902         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11903         (spam-check-bogofilter)
11904         (spam-bogofilter-register-with-bogofilter): Fix args of
11905         `gnus-error' calls.
11906
11907 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11908
11909         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11910         unnecessary interaction when sending queued mails.
11911         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11912
11913 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11914
11915         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11916         first or last are nil.
11917
11918 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11919
11920         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11921
11922 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11923
11924         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11925
11926 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11927
11928         * dns.el (query-dns): Protect more against buggy tcp output.
11929
11930 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11931
11932         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11933         nov.php.
11934
11935 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11936
11937         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11938         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11939         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11940         output on the server side.
11941         (nnweb-google-create-mapping): Update regexps and add some
11942         progress indication.
11943
11944 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11945
11946         * gnus-group.el (gnus-group-tool-bar-gnome):
11947         Fix gnus-agent-toggle-plugged.  Re-order icons.
11948         (gnus-group-tool-bar-gnome):
11949         Add gnus-group-{prev,next}-unread-group.
11950         (gnus-group-tool-bar-gnome): Re-order icons.
11951
11952         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11953         Move gnus-summary-insert-new-articles.
11954
11955         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11956         Fix comments.
11957
11958         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11959         also available in Emacs 21.3.
11960
11961         * message.el (message-fix-before-sending): Change "Emacs 22" to
11962         "Emacs 23 (unicode)" in comment.
11963
11964         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11965         "Emacs 23 (unicode)" in comment.
11966
11967         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11968         comment.
11969         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11970
11971         * mm-view.el (mm-fill-flowed): Add :version.
11972
11973 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11976         and load-path.
11977
11978 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11979
11980         * message.el: Autoload gmm-image-load-path.
11981         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11982         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11983         consitency.
11984
11985         * gmm-utils.el (gmm-image-load-path): Also search in
11986         "../etc/images".  Don't set gmm-image-load-path if we don't find
11987         the image.
11988
11989 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11990
11991         * gmm-utils.el (gmm-image-load-path): Don't make
11992         `gmm-image-load-path' include subdirectories which the second arg
11993         `image' might specify.
11994
11995         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11996         subdirectory to icon file names.
11997
11998         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11999
12000 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12001
12002         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12003         gmm-image-load-path calls.
12004
12005         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12006
12007         * message.el (message-make-tool-bar): Ditto.
12008
12009         * mml.el (mml-preview): Add comment concerning tool bar icons.
12010
12011         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12012         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12013
12014         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12015         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12016
12017         * message.el (message-tool-bar-gnome): Use new icon names.
12018         (message-make-tool-bar): Use `gmm-image-load-path'.
12019
12020         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12021         New functions from MH-E.
12022         (gmm-image-load-path): New variable from MH-E.
12023         (gmm-image-load-path): New function from MH-E.  Add arguments
12024         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12025         *-image-load-path-called-flag.
12026
12027 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12028
12029         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12030
12031 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12032
12033         * nnimap.el (nnimap-request-move-article): Change folder back to
12034         source group before deleting.
12035
12036 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12037
12038         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12039
12040         * gnus-art.el (mm-url-insert-file-contents-external):
12041         Autoload mm-url.
12042
12043         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12044
12045 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12046
12047         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12048         coding system which mm-charset-to-coding-system returns for a
12049         given charset is valid.
12050
12051 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12052
12053         * html2text.el (html2text-remove-tag-list):
12054         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12055
12056 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12057
12058         * gnus-cus.el: Revert 2005-10-17 change.
12059
12060 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12061
12062         * gnus-art.el (article-strip-banner):
12063         Call article-really-strip-banner only when the regexp match is made.
12064
12065 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12066
12067         * gnus-art.el (article-strip-banner):
12068         Use gnus-extract-address-components instead of
12069         mail-header-parse-addresses to make it work with non-ASCII text;
12070         remove mail-encode-encoded-word-string.
12071
12072         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12073         values which are surrounded with \"...\"; make it never cause a
12074         Lisp error; give up parsing of parameters if it failed in
12075         extracting type.
12076
12077 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12078
12079         * smime.el (smime-cert-by-ldap-1): Fix bug where
12080         `smime-ldap-search' returns results without userCertificates.
12081
12082 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12083
12084         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12085
12086 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12087
12088         * spam.el (spam-check-spamassassin-headers): Adapt format for
12089         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12090         <ari@mbf.ocn.ne.jp>.
12091         (spam-list-of-processors): Add spam-use-gmane.
12092
12093 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12094
12095         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12096         make-temp-file; make it work with XEmacs as well.
12097
12098         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12099         mm-make-temp-file.
12100
12101         * mm-decode.el (mm-display-external): Use the 3rd arg of
12102         mm-make-temp-file.
12103         (mm-create-image-xemacs): Ditto.
12104
12105 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12108         with message-narrow-to-headers.
12109         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12110         (gnus-draft-check-draft-articles): New function.
12111         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12112
12113 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12114
12115         * gnus-art.el (gnus-article-browse-html-parts):
12116         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12117         Don't use suffix argument for mm-make-temp-file for Emacs 21
12118         compatibility.  Remove useless `format'.
12119
12120 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12121
12122         * nnweb.el (nnweb-google-wash-article): Update regexps.
12123         (nnweb-group-alist): Use defvoo instead of defvar.
12124
12125 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12128         re-loading nn* modules.
12129
12130 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12131
12132         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12133         for `tool-bar-mode' and don't check it's default-value.
12134
12135         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12136
12137         * message.el (message-make-tool-bar): Ditto.
12138
12139         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12140         `substring'.  Shorten tmp-file name.
12141
12142         * gnus.el: Remove bogus comment.
12143
12144 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12145
12146         * gnus-art.el (gnus-article-browse-html-parts): New function.
12147         (gnus-article-browse-html-article): New function for viewing html
12148         articles with a browser.
12149
12150 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12151
12152         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12153         in elisp.
12154         (pgg-gpg-encrypt-symmetric-region): Ditto.
12155         (pgg-gpg-sign-region): Ditto.
12156
12157         * pgg-def.el (pgg-text-mode): New variable.
12158
12159         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12160         (mml2015-pgg-encrypt): Ditto.
12161
12162         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12163         (mml1991-pgg-encrypt): Ditto.
12164
12165 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12166
12167         * nnfolder.el (nnfolder-insert-newsgroup-line):
12168         Use message-make-date instead of current-time-string.
12169
12170         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12171         to gnus-decoded which mm-uu might set.
12172
12173 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12176         don't decode quoted parameters; remove misimported Emacs code.
12177         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12178         (rfc2231-decode-encoded-string): Don't use split-string which
12179         behaves differently according to Emacs version; use
12180         mm-decode-coding-region to convert charset to coding-system.
12181         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12182         (rfc2231-encode-string): Remove misimported Emacs code.
12183
12184 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12187         when calling mail-header-parse-content-type.
12188         (article-de-quoted-unreadable): Ditto.
12189         (article-de-base64-unreadable): Ditto.
12190         (article-wash-html): Ditto.
12191
12192         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12193         calling mail-header-parse-content-type and
12194         mail-header-parse-content-disposition.
12195         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12196         mail-header-parse-content-type.
12197
12198         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12199         insert charset and format parameters; encode description after
12200         inserting it to buffer.
12201         (mml-insert-parameter): Fold lines properly even if a parameter is
12202         segmented into two or more lines; change the max column to 76.
12203
12204         * rfc1843.el (rfc1843-decode-article-body): Don't use
12205         ignore-errors when calling mail-header-parse-content-type.
12206
12207         * rfc2231.el (rfc2231-parse-string): Return at least type if
12208         possible; don't cause an error even if it fails in parsing of
12209         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12210         (rfc2231-encode-string): Don't break lines at the beginning, leave
12211         it to mml-insert-parameter.
12212
12213         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12214         calling mail-header-parse-content-type.
12215
12216 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12217
12218         * spam-report.el (spam-report-gmane-use-article-number):
12219         Improve doc string.
12220         (spam-report-gmane-internal): Check if a suitable header was found
12221         in the article.
12222
12223 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12224
12225         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12226         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12227
12228 2006-02-05  Romain Francoise  <romain@orebokech.com>
12229
12230         Update copyright notices of all files in the gnus directory.
12231
12232 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12233
12234         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12235
12236 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12239         segmented lines of parameter value to cope with Thunderbird 1.5
12240         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12241         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12242         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12243
12244 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12245
12246         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12247         parts.
12248
12249 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12250
12251         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12252         there's only one active file for all servers.
12253         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12254         solid groups.  Gnus might have used a FAST request to select the group.
12255         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12256         and nnweb-search redundantly in the active file.
12257         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12258         (nnweb-request-create-group): Don't use ARGS.
12259         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12260         initialisations.  Let nnoo do the work.
12261
12262 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12265         Say the part has been decoded.
12266
12267         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12268
12269 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12270
12271         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12272         mailcap-viewer-test-cache when there's no 'test clause, since that
12273         will invert the meaning of a "nil" test previously determined by
12274         mailcap-mailcap-entry-passes-test.
12275
12276 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12279         compiling.
12280
12281         * gnus-sum.el: Ditto.
12282
12283         * message.el: Don't bind tool-bar-map when compiling.
12284
12285 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12286
12287         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12288
12289 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12290
12291         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12292         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12293         current Google Groups.
12294
12295 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12296
12297         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12298         and tool-bar-mode.
12299
12300         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12301         and tool-bar-mode.
12302
12303         * message.el (message-tool-bar-update): Simplify.
12304         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12305
12306         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12307         gnus-summary-buffer.
12308         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12309         gnus-summary-reply.
12310
12311         * gmm-utils.el (gmm): Add :version.
12312
12313 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12314
12315         * Makefile.in (clean): New rule.
12316         (distclean): Use it.
12317
12318 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12319
12320         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12321         Don't autoload.
12322
12323 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12324
12325         * gmm-utils.el (gmm-verbose): Add :group.
12326
12327 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12328
12329         * message.el: Change some comments WRT tool-bars.
12330
12331         * gnus-sum.el (gnus-summary-tool-bar)
12332         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12333         (gnus-summary-tool-bar-zap-list): New variables.
12334         (gnus-summary-make-tool-bar): Complete rewrite using
12335         `gmm-tool-bar-from-list'.
12336
12337         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12338         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12339         New variables.
12340         (gnus-group-make-tool-bar): Complete rewrite using
12341         `gmm-tool-bar-from-list'.
12342         (gnus-group-tool-bar-update): New function.
12343
12344         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12345
12346 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12349         is dissected into a single part of which the type is the same as
12350         the given one; decode charset.
12351
12352 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12353
12354         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12355         into alists as symbol not string, since that's what
12356         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12357         look for.
12358
12359 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12360
12361         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12362         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12363
12364         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12365
12366 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12367
12368         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12369         (gnus-xmas-mime-security-button-menu): New function.
12370
12371         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12372         (gnus-mime-security-button-menu): New definition.
12373         (gnus-mime-security-button-map): Use them.
12374         (gnus-mime-security-button-menu): New function.
12375         (gnus-insert-mime-security-button): Addition to help echo.
12376         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12377         (gnus-mime-security-pipe-part): New functions.
12378
12379         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12380         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12381
12382         * mm-decode.el (mm-handle-set-disposition): Remove.
12383         (mm-handle-set-description): Remove.
12384
12385 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12388         (mm-w3m-standalone-supports-m17n-p): New function.
12389         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12390         w3m usage.
12391
12392         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12393         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12394
12395 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12396
12397         * message.el (message-tool-bar-zap-list):
12398         Use gmm-tool-bar-zap-list as custom type.
12399         (message-tool-bar-update): New function.
12400         (message-tool-bar, message-tool-bar-gnome)
12401         (message-tool-bar-retro): Add message-tool-bar-update.
12402         (message-tool-bar-gnome): Add flyspell-buffer.
12403
12404         * gnus-util.el (gnus-error): Describe `args'.
12405
12406         * gmm-utils.el (gmm-error): Describe `args'.
12407         (gmm-tool-bar-zap-list): New widget.
12408         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12409
12410 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12411
12412         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12413         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12414         the number of recursive calls.
12415
12416         * mm-decode.el (mm-handle-set-disposition): New macro.
12417         (mm-handle-set-description): New macro.
12418
12419 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12420
12421         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12422         encoding.
12423
12424 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12425
12426         * message.el (message-tool-bar-zap-list, message-tool-bar)
12427         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12428         (message-tool-bar-local-item-from-menu): Remove.
12429         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12430         (message-make-tool-bar): New function.
12431         (message-mode): Use `message-make-tool-bar'.
12432
12433         * gmm-utils.el: New file.
12434         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12435         (gmm-lazy): New widget copied from `nnmail.el'.
12436         (gmm-tool-bar-from-list): New function for creating customizable
12437         tool bars.
12438         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12439         output.
12440         (gmm): Add :prefix to defgroup.
12441
12442 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12443
12444         * gmm-utils.el (gmm-widget-p): New function.
12445
12446 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12447
12448         * mml.el (mml-attach-file): Describe `description' in doc string.
12449         (mml-menu): Add Emacs MIME manual and PGG manual.
12450
12451 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12452
12453         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12454
12455 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12456
12457         * nntp.el (nntp-end-of-line): Doc fix.
12458
12459 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12460
12461         * imap.el (imap-open): Handle case where buffer is a buffer
12462         object.
12463
12464 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12465
12466         * gnus-delay.el (gnus-delay): Don't autoload.
12467         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12468         to be re-loaded when customizing the `gnus-delay' group.
12469
12470 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12471
12472         * message.el (message-insert-citation-line): Use newlines.
12473
12474 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12475
12476         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12477         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12478         these routines, so the passphrase can be managed externally and
12479         passed in to the system.
12480         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12481         pgg-add-passphrase-to-cache function.
12482
12483         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12484         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12485         these routines, so the passphrase can be managed externally and
12486         passed in to the system.
12487         (pgg-pgp5-sign-region): Use new name of
12488         pgg-add-passphrase-to-cache function.
12489
12490 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12491
12492         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12493         part of the decoded armor to find the key-identifier.
12494         (pgg-gpg-lookup-key-owner): New function to return the
12495         human-readable identifier of a key owner.
12496         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12497         itself.
12498         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12499         the key value) if we have a key and can match it against a secret
12500         key.  Also, added a note pointing out fact that the prompt only
12501         indicates the first matching key.
12502
12503         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12504         pgg-decrypt-region.
12505         (pgg-add-passphrase-to-cache): Rename from
12506         `pgg-add-passphrase-cache' to reduce confusion (all callers
12507         changed).
12508         (pgg-remove-passphrase-from-cache): Rename from
12509         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12510         changed).
12511         (pgg-read-passphrase, pgg-add-passphrase-cache)
12512         (pgg-remove-passphrase-cache): Add informative docstrings.
12513         (pgg-decrypt): Convey provided passphrase in subordinate call to
12514         pgg-decrypt-region.
12515
12516 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12517
12518         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12519         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12520         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12521         'passphrase' argument, so the passphrase can be managed externally
12522         and then passed in to the system.
12523
12524         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12525         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12526         so the passphrase cache can be used reliably with identifiers
12527         besides a pgp packet's key id.
12528
12529         * pgg-gpg.el (pgg-gpg-encrypt-region)
12530         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12531         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12532         these routines, so the passphrase can be managed externally and
12533         passed in to the system.
12534
12535         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12536         'notruncate' argument, so the passphrase cache can be used
12537         reliably with identifiers besides a pgp packet's key id.
12538
12539 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12540
12541         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12542         symmetric encryption.
12543         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12544         encrypted session key.
12545         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12546         message ask for the passphrase in a proper way.
12547
12548         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12549         New user commands for symmetric encryption.
12550
12551 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12554
12555         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12556
12557 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12558
12559         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12560
12561 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12562
12563         * mm-decode.el (mm-inlined-types): Add application/pgp.
12564         (mm-automatic-display): Ditto.
12565
12566         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12567         part as text.
12568
12569 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * nnrss.el: Update copyright.
12572         (nnrss-opml-import): Query whether to subscribe to each entry.
12573
12574         * gnus-art.el:
12575         * gnus-sum.el:
12576         * gnus-xmas.el:
12577         * messagexmas.el:
12578         * mm-uu.el:
12579         * mm-view.el: Update copyright.
12580
12581 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12582
12583         * message.el (message-info): New function.
12584         (message-mode-menu): Add it.
12585         Update copyright.
12586
12587         * ChangeLog: Fix and update copyright.
12588
12589 2006-01-13  Romain Francoise  <romain@orebokech.com>
12590
12591         * message.el (message-forward-subject-name-subject): Prefer the
12592         address to 'nowhere' if the sender has no name.
12593         Fix typo.  Update copyright year.
12594
12595 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12596
12597         * gnus-art.el (article-wash-html):
12598         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12599         (gnus-article-wash-html-with-w3m-standalone): New function.
12600
12601         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12602         mm-inline-text-html-render-with-w3m-standalone.
12603         (mm-text-html-washer-alist): Map w3m-standalone to
12604         gnus-article-wash-html-with-w3m-standalone.
12605         (mm-inline-text-html-render-with-w3m-standalone): New function.
12606
12607 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12608
12609         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12610         Improve LaTeX.
12611
12612 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12613
12614         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12615         (nnrss-request-article): Render text/plain parts as HTML.
12616
12617         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12618         the buffer.
12619
12620 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12621
12622         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12623         custom definition of `gnus-posting-styles'.
12624
12625         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12626         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12627
12628 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12629
12630         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12631         Use nntp for bug archive.
12632
12633 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12634
12635         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12636         parts.
12637         (nnrss-normalize-date): New function converts ISO 8601 date into
12638         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12639         (nnrss-check-group): Use it.
12640
12641 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12642
12643         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12644
12645         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12646         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12647         (nnrss-insert-w3): Ditto.
12648
12649 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12652         the articles to be forwarded including the case where neither a
12653         number of articles nor a region is specified.
12654
12655 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12656
12657         * nnrss.el (nnrss-request-article): Fix last change; fill
12658         text/plain parts.
12659
12660 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12663         in text/plain part.
12664         (nnrss-check-group): Don't add excessive newline to dc:subject.
12665
12666 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12667
12668         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12669         article.
12670
12671 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12672
12673         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12674         (nnml-use-compressed-files, nnml-save-mail): Support other
12675         comression programs such as bzip2.
12676
12677 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12678
12679         * dns.el (query-dns): Make sure we check the buffer size before
12680         removing tcp headers.
12681
12682 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12685         remove MIME buttons associated with multipart/alternative parts.
12686         (gnus-mime-display-alternative): Tag buttons using `article-type'
12687         text property.
12688
12689         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12690         associated with multipart/alternative parts.
12691
12692         * gnus-art.el (gnus-signature-separator): Fix custom type.
12693
12694         * mm-decode.el (mm-inlined-types): Fix custom type.
12695         (mm-keep-viewer-alive-types): Ditto.
12696         (mm-automatic-display): Ditto.
12697         (mm-attachment-override-types): Ditto.
12698         (mm-inline-override-types): Ditto.
12699         (mm-automatic-external-display): Ditto.
12700
12701 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12702
12703         * spam-report.el (spam-report-user-mail-address)
12704         (spam-report-user-agent): New variables.
12705         (spam-report-url-ping-plain): Use spam-report-user-agent.
12706
12707 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12708
12709         * gnus-art.el (gnus-button-handle-custom): Do not just use
12710         `customize-apropos' for any "M-x customize-*" button but the
12711         function called for.  Accept both the function name and its
12712         argument in order to achieve this.
12713         (gnus-button-alist): Remove support for "custom:" URL's.
12714         Pass function name to `gnus-button-handle-custom' in case of "M-x
12715         customize-*" buttons.
12716
12717 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12720         multipart/alternative and add xref to mm-discouraged-alternatives
12721         in doc string.
12722
12723         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12724         gnus-buttonized-mime-types in doc string.
12725
12726 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12727
12728         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12729         Suggest image/.* in the doc string.
12730
12731 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12732
12733         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12734         message-marks (Debian bug #342521).
12735
12736 2005-12-12  Simon Josefsson  <jas@extundo.com>
12737
12738         * password.el (password-read-from-cache): Add.
12739         (password-read): Use it.
12740
12741 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * rfc2047.el (rfc2047-charset-to-coding-system):
12744         Recognize us-ascii as a MIME charset.
12745
12746         * mm-bodies.el (mm-decode-content-transfer-encoding):
12747         Protect against the case where the 2nd arg TYPE is nil.
12748
12749 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12750
12751         * pop3.el (pop3-stream-type): Fix custom version.
12752
12753         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12754
12755 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12756
12757         * mm-decode.el (mm-display-external): Add missing cdr.
12758
12759 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12762         RFC1524) if it is in mailcap or add a suffix according to
12763         mailcap-mime-extensions when generating a temp filename; postpone
12764         deleting a temp file for 2 seconds for some wrappers, shell
12765         scripts, and so on, which might exit right after having started a
12766         viewer command as a background job.
12767
12768 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12769
12770         * nntp.el (nntp-marks-directory): Fix custom group.
12771
12772         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12773         steps when < 10.
12774
12775         * gnus-start.el (gnus-no-server-1):
12776         Mention `gnus-level-default-subscribed' in doc string.
12777
12778 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12779
12780         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12781         parens.
12782
12783 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * gnus-xmas.el (gnus-use-toolbar): Revert.
12786         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12787         gnus-use-toolbar is default.
12788
12789         * messagexmas.el (message-use-toolbar): Revert.
12790         (message-setup-toolbar): Use global default-toolbar if
12791         message-use-toolbar is default.
12792
12793 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12796         according to default-toolbar-visible-p.
12797
12798         * messagexmas.el (message-use-toolbar): Ditto.
12799
12800 2005-11-26  Dave Love  <fx@gnu.org>
12801
12802         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12803         (tls-program, tls-success): Provide openssl alternative.
12804
12805         * starttls.el: Doc fixes.
12806         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12807         SERVICE to PORT.
12808
12809         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12810         port null or service name.
12811         (starttls-negotiate): Autoload.
12812
12813 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12814
12815         * message.el (message-kill-to-signature): Fix interactive spec.
12816
12817 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * pop3.el (pop3-open-server): Recognize a string as a service name.
12820
12821 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12822
12823         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12824
12825 2005-11-23  Dave Love  <fx@gnu.org>
12826
12827         Add pop3s, pop3/starttls.
12828
12829         * pop3.el (pop3-authentication-scheme): Clarify doc.
12830         (open-tls-stream, starttls-open-stream): Autoload.
12831         (pop3-stream-type): New.
12832         (pop3-open-server): Use it.
12833
12834         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12835         for POP.
12836         (mail-source-keyword-map): Add :stream for POP.
12837         (mail-source-fetch-pop): Use pop3-stream-type.
12838
12839 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12840
12841         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12842         of current-time-string.
12843
12844 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12845
12846         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12847         date header.
12848
12849 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12850
12851         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12852         it can seriously impact performance as it bypasses the agent's
12853         local caches.
12854
12855 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12856
12857         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12858         must be explicitly online rather than "not explicitly offline" for
12859         its flags to be synchronized.
12860
12861         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12862         that gnus-uu-unmark-thread will function correctly.
12863
12864         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12865         1024K is instead displayed as 1M.
12866
12867 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12868
12869         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12870
12871 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12872
12873         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12874
12875 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12876
12877         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12878         error message to display actual error condition.
12879         (gnus-agent-save-local): Avoid saving symbols that are bound to
12880         nil as they simply result in a warning message in
12881         gnus-agent-read-local.
12882
12883 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12884
12885         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12886         rather than make-variable-buffer-local for file-precious-flag.
12887
12888 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12889
12890         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12891         for duplicates which are removed.  The invalid sort check then
12892         triggers a rescan after the sort as sorting may have moved
12893         duplicate entries such that they can be cheaply detected.
12894
12895 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12898
12899 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12900
12901         * gnus-agent.el (gnus-agent-article-alist-save-format):
12902         Change internal variable to a custom variable.  Change default value
12903         from compressed(2) to uncompressed(1).
12904         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12905         support for uncompressed agentview files.  Taken together, reading
12906         the agentview file should now be 6-7 times faster.
12907
12908 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12909
12910         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12911         as a buffer-local variable.  This avoids creating truncated
12912         dribble files as a result of a hang up, eg.
12913
12914 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12915
12916         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12917         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12918         XEmacs.
12919
12920 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12921
12922         * gnus-start.el (gnus-start-draft-setup):
12923         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12924
12925         * gnus.el (gnus-splash): Change custom group.
12926         (gnus-group-get-parameter, gnus-group-parameter-value):
12927         Describe allow-list argument.
12928
12929         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12930         string.
12931
12932 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12933
12934         * gnus-art.el (gnus-default-article-saver): Add user-defined
12935         `function' to custom type.
12936
12937 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12938
12939         * imap.el (imap-open): Handle case where buffer is a buffer
12940         object.
12941
12942 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12943
12944         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12945         long lines.
12946         (gnus-cache-delete-group): Wrap doc strings.
12947
12948         * gnus-agent.el (gnus-agent-rename-group)
12949         (gnus-agent-delete-group): Wrap doc strings.
12950
12951 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * messagexmas.el (message-use-toolbar): Change the valid values
12954         into default, top, bottom, left, and right.
12955         (message-toolbar-thickness): New variable.
12956         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12957         well.
12958         (message-setup-toolbar): Make it work.
12959
12960         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12961         (gnus-use-toolbar): Change the valid values into default, top,
12962         bottom, left, and right.
12963         (gnus-toolbar-thickness): New variable.
12964         (gnus-xmas-setup-toolbar): New function.
12965         (gnus-xmas-setup-group-toolbar): Use it.
12966         (gnus-xmas-setup-summary-toolbar): Use it.
12967
12968 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12969
12970         * gnus-start.el (gnus-1): Add "native" to
12971         gnus-predefined-server-alist.
12972
12973         * gnus.el (gnus-method-to-server): Don't add "native" to the
12974         lists here, because that leads to problems when
12975         gnus-select-method is bound.
12976
12977 2005-11-09  Simon Josefsson  <jas@extundo.com>
12978
12979         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12980         use (not sort-by-date) instead.
12981
12982 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12983
12984         * gnus-delay.el (gnus-delay-group): Don't autoload.
12985         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12986         to be re-loaded when customizing the `gnus-delay' group.
12987
12988 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12989
12990         * message.el: Revert last changes.
12991         (message-insert-citation-line): Use newlines.
12992
12993 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12994
12995         * message.el (message-courtesy-message)
12996         (message-mark-insert-begin, message-mark-insert-end)
12997         (message-elide-ellipsis, message-cancel-message)
12998         (message-add-header, message-change-subject)
12999         (message-cross-post-followup-to-header)
13000         (message-cross-post-insert-note, message-reduce-to-to-cc)
13001         (message-widen-reply, message-delete-not-region)
13002         (message-kill-to-signature, message-insert-signature)
13003         (message-insert-importance-high, message-insert-importance-low)
13004         (message-insert-or-toggle-importance)
13005         (message-insert-disposition-notification-to)
13006         (message-indent-citation, message-yank-original)
13007         (message-cite-original-without-signature, message-cite-original)
13008         (message-insert-citation-line, message-position-on-field)
13009         (message-fix-before-sending, message-send-mail-partially)
13010         (message-send-mail, message-send-mail-with-sendmail)
13011         (message-send-mail-with-qmail, message-send-news)
13012         (message-check-news-header-syntax, message-generate-headers)
13013         (message-insert-courtesy-copy, message-fill-address)
13014         (message-fill-header, message-shorten-references)
13015         (message-setup-1, message-cancel-news)
13016         (message-forward-make-body-plain, message-forward-make-body-mime)
13017         (message-forward-make-body-mml, message-encode-message-body)
13018         (message-forward-make-body-digest-plain)
13019         (message-forward-make-body-digest-mime)
13020         (message-use-alternative-email-as-from): Insert `hard-newline'
13021         instead of ordinary newlines.
13022
13023 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13024
13025         * message.el (message-generate-headers): Downcase the argument
13026         given to message-check-element.
13027
13028 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13029
13030         * nntp.el (nntp-authinfo-rejected): New error condition.
13031         (nntp-wait-for): Use new error condition to signal authentication
13032         error.
13033         (nntp-retrieve-data): Rethrow new error condition to break out of
13034         recursive call to nntp-send-authinfo.
13035
13036 2005-11-08  Romain Francoise  <romain@orebokech.com>
13037
13038         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13039         (gnus-summary-exit-map): Bind to `Z p'.
13040         (gnus-summary-make-menu-bar): Add menu item.
13041
13042 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13043
13044         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13045         (gnus-treat-*): Add `first' in all doc strings.
13046
13047         * gnus-group.el (gnus-group-compact-group): Fix typo.
13048
13049 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * gnus.el (gnus-parameters-case-fold-search): New variable.
13052         (gnus-parameters-get-parameter): Use it.
13053
13054         * gnus-score.el (gnus-home-score-file): Doc fix.
13055
13056 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13057
13058         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13059
13060 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13061
13062         * mm-util.el (mm-special-display-p): New function.
13063
13064         * mml.el (mml-preview): Use it; doc fix.
13065
13066 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13067
13068         * imap.el (imap-open): Handle case where buffer is a buffer object.
13069
13070 2005-10-29  Romain Francoise  <romain@orebokech.com>
13071
13072         * message.el (message-fix-before-sending): Fix comment.
13073
13074 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13075
13076         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13077
13078 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13079
13080         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13081         Used in gnus-score.el.
13082
13083 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13084
13085         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13086
13087 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13088
13089         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13090         whitespace removed in revision 7.8.  Use concatenated string to
13091         protect trailing whitespace.
13092
13093 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13094
13095         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13096         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13097         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13098         Courier IMAP ("some version from 2004").  Mostly based on similar
13099         code in the same function.
13100
13101 2005-10-26  Didier Verna  <didier@xemacs.org>
13102
13103         * gnus-group.el (gnus-group-compact-group): Invalidate original
13104         article buffer.
13105         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13106         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13107         NOV database and in article itself.
13108         Invalidate article backlog.
13109
13110 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13111
13112         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13113
13114 2005-10-26  Simon Josefsson  <jas@extundo.com>
13115
13116         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13117         part of 2004-07-25 change.
13118
13119 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * message.el (message-display-completion-list): New function.
13122         (message-expand-group): Use it; make sure the Completions buffer
13123         is modifiable.
13124 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13125
13126         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13127         user-mail-name is an empty string.
13128
13129 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13130
13131         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13132         depending on gnus-score-decay-constant.
13133
13134         * encrypt.el (encrypt-insert-file-contents)
13135         (encrypt-write-file-contents): Don't use `gnus-message'.
13136
13137         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13138         arguments.
13139         (mm-uu-type-alist): Add message-marks and insert-marks.
13140         Pass arguments to mm-uu-verbatim-marks-extract.
13141         (mm-uu-hide-markers): New variable.
13142         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13143
13144         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13145         (gnus-convert-image-to-face-command): Use "convert" by default to
13146         allow other input image formats.
13147         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13148         accordingly.
13149
13150 2005-10-23  Simon Josefsson  <jas@extundo.com>
13151
13152         * imap.el (imap-gssapi-program): Align command line parameters
13153         with latest GNU SASL.
13154         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13155
13156 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13157
13158         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13159         HTML.
13160         (nnslashdot-request-article): Ditto.
13161
13162         * lpath.el (featurep): Add nobreak-char-display.
13163
13164 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13165
13166         * mail-source.el (mail-source-fetch-pop): Require pop3.
13167         (mail-source-check-pop): Ditto.
13168
13169 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13172         errors.
13173
13174 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13175
13176         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13177         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13178
13179         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13180
13181         * mm-bodies.el (mm-decode-string):
13182         Call `mm-charset-to-coding-system' with allow-override argument.
13183
13184 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13187         (rfc2047-charset-to-coding-system): New function.
13188         (rfc2047-decode-encoded-words): New function.
13189         (rfc2047-decode-region): Use them.
13190         (rfc2047-decode-cte): Remove.
13191         (rfc2047-parse-and-decode): Remove.
13192         (rfc2047-decode): Remove.
13193
13194 2005-10-15  Kenichi Handa  <handa@m17n.org>
13195
13196         * rfc2047.el (rfc2047-decode-cte): New function.
13197         (rfc2047-decode-region): Change the way to decode successive
13198         encoded-words: decode B- or Q-encoding in each encoded-word,
13199         concatenate them, and decode it as charset.
13200
13201 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * lpath.el: Fbind codepage-setup for XEmacs.
13204
13205 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13206
13207         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13208         widget-move-and-invoke.
13209         (gnus-custom-mode): Use gnus-custom-map.
13210
13211 2005-10-15  Bill Wohler  <wohler@newt.com>
13212
13213         * message.el (message-tool-bar-map): Rename image file from
13214         mail_send to mail/send.
13215
13216 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13217
13218         * message.el (message-expand-group): Pass the common
13219         prefix substring of completion to `display-completion-list'.
13220
13221 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13222
13223         * mml-sec.el (mml-secure-method): New internal variable.
13224         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13225         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13226         New functions using mml-secure-method.
13227
13228         * mml.el (mml-mode-map): Add key bindings for those functions.
13229         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13230         Harder <harder@myrealbox.com>.
13231         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13232         Goto end of message if point is the headers of the message.
13233
13234         * message.el (message-in-body-p): New function.
13235
13236         * assistant.el: Autoload gnus-util and netrc.
13237
13238         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13239         Use `mm-charset-override-alist' only when decoding.
13240
13241         * mm-bodies.el (mm-decode-body):
13242         Call `mm-charset-to-coding-system' with allow-override argument.
13243
13244         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13245         `filename' from Content-Disposition if Content-Type doesn't
13246         provide `name'.
13247         (gnus-mime-view-part-as-type): Set default instead of
13248         initial-input.
13249
13250 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13251
13252         * format-spec.el (format-spec): Propagate text properties of % spec.
13253
13254 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13255
13256         * gnus-art.el (gnus-treat-predicate): Add `first'.
13257
13258 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13259
13260         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13261         (mm-charset-override-alist): New variable.
13262         (mm-charset-to-coding-system): Use it.
13263         (mm-codepage-setup): New helper function.
13264         (mm-charset-eval-alist): New variable.
13265         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13266         Warn about unknown charsets.
13267
13268         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13269
13270 2005-10-04  David Hansen  <david.hansen@gmx.net>
13271
13272         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13273         (nnrss-check-group): Ditto.
13274
13275 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13276
13277         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13278         Rename x-gnus-verbatim to x-verbatim.
13279         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13280
13281         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13282         x-verbatim.
13283
13284         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13285
13286         * gnus-util.el (gnus-remove-duplicates): Remove.
13287
13288         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13289         instead of gnus-remove-duplicates.
13290
13291         * message.el (message-remove-duplicates): Remove.
13292         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13293         message-remove-duplicates.
13294
13295         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13296         available, else use implementation from `delete-dups'.
13297
13298         * message.el (message-insert-expires): New function.
13299         (message-mode-map): Add key binding.
13300         (message-mode-field-menu): Add menu entry.
13301         (message-mode): Document it.
13302         (message-make-expires-date): Use `message-make-date'.
13303
13304 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13305
13306         * message.el (message-make-expires-date): New function.
13307
13308 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * Makefile.in (list-installed-shadows): New entry.
13311         (install): Use it.
13312         (remove-installed-shadows): New entry.
13313
13314         * dgnushack.el (dgnushack-default-load-path): New variable.
13315         (dgnushack-find-lisp-shadows): New function.
13316         (dgnushack-remove-lisp-shadows): New function.
13317
13318 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * Makefile.in (install-el-elc): New entry.
13321         (install): Use it so that .el files are necessarily installed.
13322
13323 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13326
13327 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13328
13329         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13330         function rather than the diff-mode.el package.
13331         (mm-display-external): Use with-current-buffer.
13332         (mm-viewer-completion-map, mm-viewer-completion-map):
13333         Move initialization inside declaration.
13334
13335 2005-09-29  Simon Josefsson  <jas@extundo.com>
13336
13337         * spam.el: Load hashcash when compiling, to avoid warnings.
13338         Don't autoload mail-check-payment.
13339         (spam-check-hashcash): Define unconditionally, since hashcash.el
13340         is part of Gnus now.  Ignore errors from payment checking.
13341
13342 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13343
13344         * message.el (message-bold-region, message-unbold-region):
13345         Rename from `bold-region' and `unbold-region'.
13346
13347         * message.el: Remove useless autoloads.
13348
13349 2005-09-28  Simon Josefsson  <jas@extundo.com>
13350
13351         * message.el (message-use-idna): Default to t.
13352         (message-use-idna): Test whether encoding works too.  Doc fix.
13353
13354 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13355
13356         * nntp.el (nntp-warn-about-losing-connection): Remove.
13357
13358 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13359
13360         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13361         customizable.  Change default value.
13362         (mm-uu-diff-groups-regexp): Change default value.
13363         (mm-uu-type-alist): Add doc string.
13364         (mm-uu-configure): Add doc string.  Make it interactive.
13365         (mm-uu-tex-groups-regexp): New variable.
13366         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13367         (mm-uu-type-alist): Add LaTeX documents.
13368         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13369         of "text/verbatim".
13370         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13371
13372         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13373         instead of "text/verbatim".
13374
13375         * message.el (message-mark-inserted-region)
13376         (message-mark-insert-file): Use slrn style marks when called with
13377         prefix argument.
13378
13379 2005-09-27  Simon Josefsson  <jas@extundo.com>
13380
13381         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13382
13383 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13384
13385         * message.el (message-remove-duplicates): New function.
13386         Implementation borrowed from `gnus-remove-duplicates'.
13387         (message-idna-to-ascii-rhs): Also encode idna addresses in
13388         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13389         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13390         only ask about the same idna domain once per header and also tell
13391         in what header to replace the idna domain.
13392
13393         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13394         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13395         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13396         a header is decoded and not just the last one.
13397
13398 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13399
13400         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13401         has been decoded.
13402
13403         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13404         (mm-insert-part): Don't modify text if it has been decoded.
13405
13406         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13407         decoded.
13408
13409         * mm-view.el (mm-inline-text): Don't strip text props unless
13410         decoding enriched or richtext parts.
13411
13412 2005-09-25  Romain Francoise  <romain@orebokech.com>
13413
13414         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13415         * gnus-start.el (gnus-subscribe-interactively):
13416         * gnus-uu.el (gnus-uu-grab-articles):
13417         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13418         space.
13419
13420 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13421
13422         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13423         * mm-view.el (mm-view-pkcs7-decrypt):
13424         * gnus-sum.el (gnus-summary-limit-to-extra)
13425         (gnus-summary-respool-article, gnus-read-move-group-name):
13426         * gnus-score.el (gnus-summary-increase-score):
13427         * gnus-util.el (gnus-completing-read-with-default):
13428         * gnus-art.el (gnus-read-save-file-name)
13429         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13430         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13431         * message.el (message-check-news-header-syntax):
13432         Follow convention for reading with the minibuffer.
13433
13434 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13435
13436         * spam-report.el (spam-report-url-ping-plain):
13437         Use gnus-extended-version as User-Agent.
13438
13439         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13440         default value is nil.
13441
13442         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13443         (mm-uu-verbatim-marks-extract): New function.
13444         (mm-uu-extract): New face.
13445         (mm-uu-copy-to-buffer): Use it.
13446
13447         * spam-report.el (spam-report-gmane-ham): Rename from
13448         `spam-report-gmane-unspam'.
13449         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13450         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13451
13452         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13453         Autoload.
13454         (spam-report-gmane-unregister-routine):
13455         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13456
13457 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13458
13459         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13460         (spam-report-gmane-unregister-routine): Add support for gmane
13461         unregistration.
13462
13463         * spam-report.el (spam-report-gmane-unspam)
13464         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13465         (spam-report-gmane): Change to take a single article and do unspam
13466         registration.
13467
13468 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13469
13470         * mm-url.el (mm-url-decode-entities): Fix regexp.
13471
13472 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13473
13474         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13475         default to nil, to be able to use Gnus at all.  If the default
13476         switches to something else, then the function should be fixed not
13477         be exceedingly slow.
13478
13479 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13480
13481         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13482         fail hard.
13483
13484         * spam-report.el: Add better Keywords line.
13485
13486         * spam.el: Add Maintainer and better Keywords line.
13487
13488 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13489
13490         * gnus-art.el (gnus-article-replace-part)
13491         (gnus-mime-replace-part): New functions.
13492         (gnus-mime-action-alist, gnus-mime-button-commands)
13493         (gnus-mime-save-part-and-strip): Add file argument.
13494         (gnus-article-part-wrapper): Add interactive argument.
13495
13496         * gnus-sum.el (gnus-summary-mime-map):
13497         Add `gnus-article-replace-part'.
13498
13499 2005-09-19  Didier Verna  <didier@xemacs.org>
13500
13501         The nnml compaction feature:
13502         * nnml.el (nnml-request-compact-group): New function.
13503         * nnml.el (nnml-request-compact): New function.
13504         * gnus-int.el (gnus-request-compact-group): New function.
13505         * gnus-int.el (gnus-request-compact): New function.
13506         * gnus-group.el (gnus-group-compact-group): New function.
13507         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13508         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13509         * gnus-srvr.el (gnus-server-compact-server): New function.
13510         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13511         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13512
13513 2005-09-18  Deepak Goel  <deego@gnufans.org>
13514
13515         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13516         format spec.
13517
13518 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13521
13522 2005-09-15  Romain Francoise  <romain@orebokech.com>
13523
13524         * message.el (message-fill-paragraph): Clarify docstring.
13525
13526 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * gnus-art.el (gnus-mime-display-part): Protect against broken
13529         MIME messages.
13530
13531 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13532
13533         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13534         before parsing header.
13535
13536 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13537
13538         * html2text.el (html2text-replace-list): Add new entities.
13539
13540 2005-09-11  Romain Francoise  <romain@orebokech.com>
13541
13542         * message.el (message-alternative-emails): Improve docstring.
13543         (message-setup-1): Call `message-use-alternative-email-as-from'
13544         after `message-setup-hook' to give it precedence over posting
13545         styles, etc.
13546         (message-use-alternative-email-as-from): Add docstring.
13547         Remove the original From header if present.
13548
13549         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13550         (nnml-save-mail): Use it.
13551
13552         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13553         articles.  Add new argument `silent'.
13554         (gnus-uu-mark-all): Report the total number of marked articles.
13555
13556 2005-09-10  Romain Francoise  <romain@orebokech.com>
13557
13558         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13559         (gnus-uu-mark-series): Likewise.
13560
13561 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13562
13563         * spam-report.el (spam-report-gmane): Fix generation of spam
13564         report URL.
13565
13566 2005-09-10  Simon Josefsson  <jas@extundo.com>
13567
13568         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13569         t, based on discussion on the ding list with Robert Epprecht
13570         <epprecht@solnet.ch>.
13571
13572 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13573
13574         * spam-report.el (spam-report-gmane): Make it work without
13575         X-Report-Spam header.  Gmane now only provides Archived-At.
13576         This is only used if `spam-report-gmane-use-article-number' is nil.
13577         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13578
13579         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13580         make `gnus-summary-sort-by-recipient' work with threading.
13581
13582         * nnweb.el (nnweb-google-wash-article): Print a message if article
13583         is not available.
13584
13585 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13586
13587         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13588         change.  Decode text/* parts content before displaying.
13589
13590 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13591
13592         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13593
13594 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13597
13598         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13599         url-package-name, url-package-version,
13600         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13601         w3m-display-inline-images, and w3m-minor-mode-map.
13602
13603 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13604
13605         * message.el (message-tab-body-function): Fix mismatched custom type.
13606
13607         * gnus.el (gnus-group-change-level-function): Ditto.
13608
13609         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13610
13611         * gnus-art.el (gnus-signature-limit)
13612         (gnus-article-mime-part-function): Ditto.
13613
13614 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13615
13616         * mml.el (mml-mode): Silence the byte compiler.
13617
13618         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13619         using `(sit-for 0)' before moving the point to the specified part;
13620         skip unbuttonized parts.
13621         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13622         return to the summary window if gnus-auto-select-part is non-nil.
13623
13624 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13625
13626         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13627         New variables.
13628         (mml-dnd-attach-file, mml-mode): Use them.
13629
13630         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13631         Make fetching article by MID work again for Google Groups.
13632         Add FIXME concerning gnus-group-make-web-group.
13633
13634         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13635         Don't depend on Gnus by using mail-extract-address-components if
13636         gnus-extract-address-components is not bound.
13637
13638 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13639
13640         * gnus-art.el (gnus-mime-display-security): Don't display the
13641         signature, but only the signed part.
13642
13643 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13646
13647         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13648         list, not listp.
13649
13650 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13651
13652         * mm-encode.el (mm-encode-content-transfer-encoding):
13653         Likewise when encoding.
13654
13655         * mm-bodies.el (mm-decode-content-transfer-encoding):
13656         De-canonicalize CRLF for all text content types, not just
13657         text/plain.
13658
13659 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13662         valid article; point arrow and cursor at the MIME button.
13663
13664 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13667         Suggested by Dan Christensen <jdc@uwo.ca>.
13668
13669         * mm-decode.el (mm-save-part): Enable change of prompt.
13670
13671 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13672
13673         * gnus-msg.el (gnus-inews-add-send-actions):
13674         Make `message-post-method' lambda parameter ARG `&optional'.
13675
13676 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13677
13678         * gnus-sum.el (gnus-summary-mime-map):
13679         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13680         gnus-article-jump-to-part.
13681
13682         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13683         (gnus-article-edit-part): Use it.
13684         (gnus-article-part-wrapper): Add no-handle argument.
13685         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13686         New functions.
13687
13688 2005-08-29  Romain Francoise  <romain@orebokech.com>
13689
13690         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13691         docstring.
13692         (gnus-face-from-file): Likewise.
13693
13694 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13695
13696         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13697         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13698         non-nil.
13699         (gnus-auto-select-part): New variable.
13700         (gnus-article-jump-to-part): New function.
13701         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13702         (gnus-mime-delete-part): Allow selecting specified part after
13703         deleting or stripping parts.
13704         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13705         part if argument is bogus.
13706
13707 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13708
13709         * gnus-art.el (w3m-minor-mode-map):
13710         * gnus-spec.el (gnus-newsrc-file-version):
13711         * gnus-util.el (nnmail-active-file-coding-system)
13712         (gnus-original-article-buffer, gnus-user-agent):
13713         * gnus.el (gnus-ham-process-destinations)
13714         (gnus-parameter-ham-marks-alist)
13715         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13716         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13717         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13718         * mm-decode.el (gnus-current-window-configuration):
13719         * mm-extern.el (gnus-article-mime-handles):
13720         * mm-url.el (url-current-object, url-package-name)
13721         (url-package-version):
13722         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13723         (smime-keys, w3m-cid-retrieve-function-alist)
13724         (w3m-current-buffer, w3m-display-inline-images)
13725         (w3m-minor-mode-map):
13726         * mml-smime.el (gnus-extract-address-components):
13727         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13728         (gnus-newsrc-hashtb, message-default-charset)
13729         (message-deletable-headers, message-options)
13730         (message-posting-charset, message-required-mail-headers)
13731         (message-required-news-headers):
13732         * mml1991.el (mc-pgp-always-sign):
13733         * mml2015.el (mc-pgp-always-sign):
13734         * nnheader.el (nnmail-extra-headers):
13735         * rfc1843.el (gnus-decode-encoded-word-function)
13736         (gnus-decode-header-function, gnus-newsgroup-name):
13737         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13738
13739 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13740
13741         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13742         the end of the date treatments.
13743
13744 2005-08-15  Simon Josefsson  <jas@extundo.com>
13745
13746         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13747         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13748         Capello and Romain Francoise.
13749         (pgg-fetch-key-function): Remove, not used?
13750         (pgg-insert-url-with-w3): Require url, to get
13751         url-insert-file-contents regardless of where it is defined.
13752
13753 2005-08-13  Romain Francoise  <romain@orebokech.com>
13754
13755         * message.el (message-cite-original-1): New function.
13756         (message-cite-original): Use it.
13757         (message-cite-original-without-signature): Ditto.
13758
13759 2005-08-08  Romain Francoise  <romain@orebokech.com>
13760
13761         * message.el (message-yank-empty-prefix): New variable.
13762         (message-indent-citation): Use it.
13763         (message-cite-original-without-signature): Respect X-No-Archive.
13764
13765 2005-08-08  Simon Josefsson  <jas@extundo.com>
13766
13767         * pgg.el: Autoload url-insert-file-contents instead of loading
13768         w3/url.
13769         (pgg-insert-url-with-w3): Don't load url here.
13770
13771 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13772
13773         * message.el (message-kill-to-signature): Don't insert newline at
13774         bol.
13775         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13776
13777 2005-08-06  Romain Francoise  <romain@orebokech.com>
13778
13779         * message.el (message-user-fqdn): Fix typo in docstring.
13780
13781 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13782
13783         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13784
13785         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13786
13787 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13788
13789         * mm-bodies.el (mm-encode-body): Use coding system rather than
13790         charset to encode text.
13791
13792         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13793         number of charsets if utf-8 is available (XEmacs).
13794
13795 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13796
13797         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13798         taken from `gnus-button-mid-or-mail-regexp'.
13799         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13800         (gnus-button-alist): Improve regexp for domain part of the MIDs
13801         for news:localpart@domain buttons.
13802         (gnus-button-ctan-directory-regexp): Update.
13803
13804 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * sieve-manage.el (sieve-manage-interactive-login):
13807         Use make-local-variable rather than make-variable-buffer-local.
13808         (sieve-manage-open): Ditto.
13809         (sieve-manage-authenticate): Ditto.
13810
13811         * mml.el (mml-generate-mime-1): Make the content type default to
13812         text/plain if the filename is not specified.
13813
13814 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13815
13816         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13817         instead of insert-buffer.
13818
13819         * message.el (message-yank-original): Ditto; set the mark at the
13820         end of the yanked message.
13821
13822 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13823
13824         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13825         lines to scroll rather than to stop it.
13826
13827         * mml.el (mml-generate-default-type): Add doc string.
13828         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13829         default to application/octet-stream when determining the content
13830         type if it is not specified for the part or the mml contents; add
13831         a comment about mml-generate-default-type.
13832
13833 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13834
13835         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13836         make it default to application/octet-stream when determining the
13837         content type if it is not specified for the external contents.
13838
13839 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13840
13841         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13842         segmented parameter but also other parameters might be there.
13843
13844 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13845
13846         * mm-decode.el (mm-display-external): Delete temp file, directory
13847         and buffer immediately if the external process is exited.
13848
13849 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13850
13851         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13852         fewer lines than that of scroll-margin.
13853         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13854
13855 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13856
13857         * gnus-art.el (gnus-article-next-page): Revert.
13858         (gnus-article-beginning-of-window): New macro.
13859         (gnus-article-next-page-1): Use it.
13860         (gnus-article-prev-page): Ditto.
13861         (gnus-article-edit-part): Use insert-buffer-substring instead of
13862         insert-buffer.
13863         (gnus-article-edit-exit): Ditto.
13864
13865         * gnus-util.el (gnus-beginning-of-window): Remove.
13866         (gnus-end-of-window): Remove.
13867
13868         * lpath.el: Don't bind header-line-format and scroll-margin.
13869
13870 2005-07-25  Simon Josefsson  <jas@extundo.com>
13871
13872         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13873         to have the url package without w3.  Reported by Daiki Ueno
13874         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13875
13876 2005-07-20  Didier Verna  <didier@xemacs.org>
13877
13878         * gnus-diary.el: Remove the description comment (nndiary is now
13879         properly documented in the Gnus manual).
13880         Fix the spelling of "Back End".
13881         * nndiary.el: Ditto.
13882         Fix the copyright notice.
13883
13884 2005-07-18  Romain Francoise  <romain@orebokech.com>
13885
13886         * gnus-sum.el (gnus-summary-to-prefix)
13887         (gnus-summary-newsgroup-prefix): New variables.
13888         (gnus-summary-from-or-to-or-newsgroups): Use them.
13889
13890 2005-07-17  Romain Francoise  <romain@orebokech.com>
13891
13892         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13893         space as it's generally not especially interesting to the user.
13894
13895 2005-07-16  Romain Francoise  <romain@orebokech.com>
13896
13897         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13898         nil to avoid prompting and file modification if one of the
13899         messages at the top of the nnfolder file contains a copyright
13900         notice.
13901         Update copyright notice.
13902
13903         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13904         instead of `current-time-string' as the latter creates a time
13905         string that is not RFC 2822 compliant (it lacks the zone).
13906         Update copyright notice.
13907
13908 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13909
13910         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13911         for text/rtf.  Display default in prompt.  Pass default for M-n.
13912
13913         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13914
13915 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13916
13917         * gnus-msg.el (gnus-button-mailto):
13918         Remove save-selected-window-window hackery because it relies on
13919         save-selected-window internals.
13920
13921 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13924         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13925         (gnus-article-prev-page): Ditto.
13926
13927         * gnus-util.el (gnus-beginning-of-window): New function.
13928         (gnus-end-of-window): New function.
13929
13930         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13931
13932 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13933
13934         * gnus-score.el (gnus-score-edit-all-score):
13935         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13936         gnus-message.
13937
13938 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13939
13940         * gnus-msg.el (gnus-button-mailto):
13941         Remove save-selected-window-window hackery because it relies on
13942         save-selected-window internals.
13943
13944 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13945
13946         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13947         add-minor-mode.
13948         (gnus-binary-mode): Ditto.
13949
13950         * gnus-topic.el (gnus-topic-mode): Ditto.
13951
13952 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13953
13954         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13955         (gnus-article-prev-page): Take scroll-margin into consideration.
13956
13957 2005-07-04  Lute Kamstra  <lute@gnu.org>
13958
13959         Update FSF's address in GPL notices.
13960
13961 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13962
13963         * gnus.el (gnus-exit):
13964         * gnus-group.el (gnus-group-icons):
13965         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13966
13967         * gnus-nocem.el (gnus-nocem):
13968         * message.el (message-various, message-buffers, message-sending)
13969         (message-interface, message-forwarding, message-insertion)
13970         (message-headers, message-news, message-mail):
13971         * pgg-gpg.el (pgg-gpg):
13972         * pgg-parse.el (pgg-parse):
13973         * pgg-pgp.el (pgg-pgp):
13974         * pgg-pgp5.el (pgg-pgp5):
13975         * pop3.el (pop3): Finish `defgroup' description with period.
13976
13977 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13978
13979         * gnus-art.el (article-display-face): Improve the efficiency.
13980         (article-display-x-face): Ditto; remove grey x-face stuff.
13981
13982 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13983
13984         * gnus-art.el (article-display-face): Correct the position in
13985         which Faces are inserted.
13986
13987 2005-06-29  Didier Verna  <didier@xemacs.org>
13988
13989         * gnus-art.el (article-display-face): Display faces in correct
13990         order.
13991
13992 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13993
13994         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13995         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13996         (gnus-nocem-check-article): Fetch the Type header.
13997         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13998         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13999         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14000         make sure gnus-nocem-hashtb is initialized.
14001         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14002         (gnus-nocem-unwanted-article-p): Ditto.
14003
14004         * pgg.el (pgg-verify): Return the verification result.
14005
14006 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14007
14008         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14009         is ascii.
14010
14011 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14012
14013         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14014         `show-nonbreak-escape'.
14015
14016 2005-06-23  Lute Kamstra  <lute@gnu.org>
14017
14018         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14019
14020         * dig.el (dig-mode):
14021         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14022
14023 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14024
14025         * nnimap.el (nnimap-split-download-body): Fix spellings.
14026
14027 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14028
14029         * gnus-art.el (gnus-article-encrypt-body):
14030         * gnus-cus.el (gnus-score-customize):
14031         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14032         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14033
14034 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14035
14036         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14037         header by looking for magic "MII" at the beginnig.
14038
14039 2005-06-16  Miles Bader  <miles@gnu.org>
14040
14041         * gnus-xmas.el (gnus-xmas-group-startup-message):
14042         Use renamed gnus-splash face.
14043
14044         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14045         (assistant-field-face): New backward-compatibility alias for renamed
14046         face.
14047         (assistant-render-text): Use renamed assistant-field face.
14048
14049         * spam.el (spam): Remove "-face" suffix from face name.
14050         (spam-face): New backward-compatibility alias for renamed face.
14051         (spam-face, spam-initialize): Use renamed spam face.
14052
14053         * message.el (message-header-to, message-header-cc)
14054         (message-header-subject, message-header-newsgroups)
14055         (message-header-other, message-header-name)
14056         (message-header-xheader, message-separator, message-cited-text)
14057         (message-mml): Remove "-face" suffix from face names.
14058         (message-header-to-face, message-header-cc-face)
14059         (message-header-subject-face, message-header-newsgroups-face)
14060         (message-header-other-face, message-header-name-face)
14061         (message-header-xheader-face, message-separator-face)
14062         (message-cited-text-face, message-mml-face):
14063         New backward-compatibility aliases for renamed faces.
14064         (message-font-lock-keywords): Use renamed message faces.
14065
14066         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14067         (sieve-test-commands, sieve-tagged-arguments):
14068         Remove "-face" suffix from face names.
14069         (sieve-control-commands-face, sieve-action-commands-face)
14070         (sieve-test-commands-face, sieve-tagged-arguments-face):
14071         New backward-compatibility aliases for renamed faces.
14072         (sieve-control-commands-face, sieve-action-commands-face)
14073         (sieve-test-commands-face, sieve-tagged-arguments-face):
14074         Use renamed sieve faces.
14075
14076         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14077         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14078         (gnus-group-news-3-empty, gnus-group-news-4)
14079         (gnus-group-news-4-empty, gnus-group-news-5)
14080         (gnus-group-news-5-empty, gnus-group-news-6)
14081         (gnus-group-news-6-empty, gnus-group-news-low)
14082         (gnus-group-news-low-empty, gnus-group-mail-1)
14083         (gnus-group-mail-1-empty, gnus-group-mail-2)
14084         (gnus-group-mail-2-empty, gnus-group-mail-3)
14085         (gnus-group-mail-3-empty, gnus-group-mail-low)
14086         (gnus-group-mail-low-empty, gnus-summary-selected)
14087         (gnus-summary-cancelled, gnus-summary-high-ticked)
14088         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14089         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14090         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14091         (gnus-summary-low-undownloaded)
14092         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14093         (gnus-summary-low-unread, gnus-summary-normal-unread)
14094         (gnus-summary-high-read, gnus-summary-low-read)
14095         (gnus-summary-normal-read, gnus-splash):
14096         Remove "-face" suffix from face names.
14097         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14098         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14099         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14100         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14101         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14102         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14103         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14104         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14105         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14106         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14107         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14108         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14109         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14110         (gnus-summary-normal-ticked-face)
14111         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14112         (gnus-summary-normal-ancient-face)
14113         (gnus-summary-high-undownloaded-face)
14114         (gnus-summary-low-undownloaded-face)
14115         (gnus-summary-normal-undownloaded-face)
14116         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14117         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14118         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14119         (gnus-splash-face):
14120         New backward-compatibility aliases for renamed faces.
14121         (gnus-group-startup-message): Use renamed gnus faces.
14122
14123         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14124         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14125         (gnus-server-agent): Remove "-face" suffix from face names.
14126         (gnus-server-agent-face, gnus-server-opened-face)
14127         (gnus-server-closed-face, gnus-server-denied-face)
14128         (gnus-server-offline-face):
14129         New backward-compatibility aliases for renamed faces.
14130         (gnus-server-agent-face, gnus-server-opened-face)
14131         (gnus-server-closed-face, gnus-server-denied-face)
14132         (gnus-server-offline-face): Use renamed gnus faces.
14133
14134         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14135         Remove "-face" suffix from face names.
14136         (gnus-picon-xbm-face, gnus-picon-face):
14137         New backward-compatibility aliases for renamed faces.
14138
14139         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14140         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14141         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14142         (gnus-cite-11): Remove "-face" suffix from face names.
14143         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14144         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14145         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14146         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14147         New backward-compatibility aliases for renamed faces.
14148         (gnus-cite-attribution-face, gnus-cite-face-list)
14149         (gnus-article-boring-faces): Use renamed gnus faces.
14150
14151         * gnus-art.el (gnus-signature, gnus-header-from)
14152         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14153         (gnus-header-content): Remove "-face" suffix from face names.
14154         (gnus-signature-face, gnus-header-from-face)
14155         (gnus-header-subject-face, gnus-header-newsgroups-face)
14156         (gnus-header-name-face, gnus-header-content-face):
14157         New backward-compatibility aliases for renamed faces.
14158         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14159
14160         * gnus-sum.el (gnus-summary-selected-face)
14161         (gnus-summary-highlight): Use renamed gnus faces.
14162         * gnus-group.el (gnus-group-highlight): Likewise.
14163
14164 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14165
14166         * gnus-sieve.el (gnus-sieve-article-add-rule):
14167         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14168         * spam-stat.el (spam-stat-buffer-change-to-spam)
14169         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14170
14171         * message.el (message-is-yours-p):
14172         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14173
14174 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * mm-view.el (mm-inline-text): Withdraw the last change.
14177
14178 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14181         executing enriched-decode.
14182
14183 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14184
14185         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14186         charset of tar files.
14187
14188 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14189
14190         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14191
14192 2005-06-04  Lute Kamstra  <lute@gnu.org>
14193
14194         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14195         information is never recorded.
14196
14197 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14198
14199         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14200
14201 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14202
14203         * pop3.el (pop3-apop): Run md5 in the binary mode.
14204
14205         * starttls.el (starttls-set-process-query-on-exit-flag):
14206         Use eval-and-compile.
14207
14208 2005-05-31  Simon Josefsson  <jas@extundo.com>
14209
14210         * smime.el (smime-replace-in-string): Define.
14211         (smime-cert-by-ldap-1): Use it.
14212
14213 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14214
14215         * gnus-art.el (article-display-x-face): Replace
14216         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14217
14218         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14219         set-process-query-on-exit-flag or process-kill-without-query.
14220
14221         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14222         loop instead of replace-regexp.
14223
14224         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14225         instead of process-kill-without-query if it is available.
14226
14227         * lpath.el: Fbind ldap-search-entries.
14228
14229         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14230         instead of find-file-hooks if it is available.
14231
14232         * mml1991.el: Bind pgg-default-user-id when compiling.
14233
14234         * mml2015.el: Bind pgg-default-user-id when compiling.
14235
14236         * nndraft.el (nndraft-request-associate-buffer):
14237         Use write-contents-functions instead of write-contents-hooks if it is
14238         available.
14239
14240         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14241         instead of find-file-hooks if it is available.
14242
14243         * nntp.el (nntp-open-connection): Replace
14244         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14245         (nntp-open-ssl-stream): Ditto.
14246         (nntp-open-tls-stream): Ditto.
14247
14248         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14249         set-process-query-on-exit-flag or process-kill-without-query.
14250         (starttls-open-stream-gnutls): Use it instead of
14251         process-kill-without-query.
14252         (starttls-open-stream): Ditto.
14253
14254 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14255
14256         * smime.el (smime-cert-by-ldap-1): Don't use
14257         replace-regexp-in-string.
14258
14259 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14260
14261         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14262
14263         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14264         in PEM format.  Adjust to the XEmacs compability.
14265
14266 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14267
14268         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14269         by `string-to-number'.
14270         * gnus-agent.el (gnus-agent-regenerate-group)
14271         (gnus-agent-fetch-articles): Ditto.
14272         * gnus-art.el (gnus-button-fetch-group): Ditto.
14273         * gnus-cache.el (gnus-cache-generate-active)
14274         (gnus-cache-articles-in-group): Ditto.
14275         * gnus-group.el (gnus-group-set-current-level)
14276         (gnus-group-insert-group-line): Ditto.
14277         * gnus-score.el (gnus-score-set-expunge-below)
14278         (gnus-score-set-mark-below, gnus-summary-score-effect)
14279         (gnus-summary-score-entry): Ditto.
14280         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14281         (gnus-soup-pack): Ditto.
14282         * gnus-spec.el (gnus-xmas-format): Ditto.
14283         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14284         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14285         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14286         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14287         * nndb.el (nndb-get-remote-expire-response): Ditto.
14288         * nndiary.el (nndiary-parse-schedule-value)
14289         (nndiary-string-to-number, nndiary-request-replace-article)
14290         (nndiary-request-article): Ditto.
14291         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14292         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14293         * nneething.el (nneething-make-head): Ditto.
14294         * nnfolder.el (nnfolder-request-article)
14295         (nnfolder-retrieve-headers): Ditto.
14296         * nnheader.el (nnheader-file-to-number): Ditto.
14297         * nnkiboze.el (nnkiboze-request-article): Ditto.
14298         * nnmail.el (nnmail-process-unix-mail-format)
14299         (nnmail-process-babyl-mail-format): Ditto.
14300         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14301         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14302         (nnmh-request-create-group, nnmh-request-list-1)
14303         (nnmh-request-group, nnmh-request-article): Ditto.
14304         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14305         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14306         * nnsoup.el (nnsoup-make-active): Ditto.
14307         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14308         * nntp.el (nntp-find-group-and-number)
14309         (nntp-retrieve-headers-with-xover): Ditto.
14310         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14311         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14312         (pgg-format-key-identifier): Ditto.
14313         * pop3.el (pop3-last, pop3-stat): Ditto.
14314         * qp.el (quoted-printable-decode-region): Ditto.
14315
14316         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14317         of concat.
14318
14319 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14322
14323         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14324
14325         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14326
14327         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14328
14329         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14330
14331         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14332
14333         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14334         (gnus-carpal-mode): Ditto.
14335
14336         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14337         (gnus-browse-mode): Ditto.
14338
14339         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14340
14341         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14342
14343 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14344
14345         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14346
14347 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14348
14349         * gnus-util.el (gnus-run-mode-hooks): New function.
14350
14351         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14352
14353         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14354         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14355
14356 2005-05-27  Lute Kamstra  <lute@gnu.org>
14357
14358         * dns-mode.el (dns-mode): Specify customization group.
14359
14360 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14361
14362         * gnus-agent.el (gnus-agent-make-mode-line-string):
14363         Use mode-line-highlight as mouse-face.
14364
14365 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * canlock.el (canlock): Change the parent group to news.
14368
14369         * deuglify.el (gnus-outlook-deuglify): Add :group.
14370
14371         * dig.el (dig): Add :group.
14372
14373         * dns-mode.el (dns-mode): Add :group.
14374
14375         * encrypt.el (encrypt): Add :group.
14376
14377         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14378         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14379         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14380         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14381         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14382
14383         * gnus-diary.el (gnus-diary): Add :group.
14384
14385         * gnus.el (gnus-group-news-1-face): Add :group.
14386         (gnus-group-news-1-empty-face): Ditto.
14387         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14388         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14389         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14390         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14391         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14392         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14393         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14394         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14395         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14396         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14397         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14398         (gnus-summary-high-ticked-face): Ditto.
14399         (gnus-summary-low-ticked-face): Ditto.
14400         (gnus-summary-normal-ticked-face): Ditto.
14401         (gnus-summary-high-ancient-face): Ditto.
14402         (gnus-summary-low-ancient-face): Ditto.
14403         (gnus-summary-normal-ancient-face): Ditto.
14404         (gnus-summary-high-undownloaded-face): Ditto.
14405         (gnus-summary-low-undownloaded-face): Ditto.
14406         (gnus-summary-normal-undownloaded-face): Ditto.
14407         (gnus-summary-high-unread-face): Ditto.
14408         (gnus-summary-low-unread-face): Ditto.
14409         (gnus-summary-normal-unread-face): Ditto.
14410         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14411         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14412
14413         * hashcash.el (hashcash): New custom group.
14414         (hashcash-default-payment): Add :group.
14415         (hashcash-payment-alist): Ditto.
14416         (hashcash-default-accept-payment): Ditto.
14417         (hashcash-accept-resources): Ditto.
14418         (hashcash-path): Ditto.
14419         (hashcash-extra-generate-parameters): Ditto.
14420         (hashcash-double-spend-database): Ditto.
14421         (hashcash-in-news): Ditto.
14422
14423         * message.el (message-minibuffer-local-map): Add :group.
14424
14425         * netrc.el (netrc): Add :group.
14426
14427         * sieve-manage.el (sieve-manage-log): Add :group.
14428         (sieve-manage-default-user): Diito.
14429         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14430         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14431         (sieve-manage-authenticators): Ditto.
14432         (sieve-manage-authenticator-alist): Ditto.
14433         (sieve-manage-default-port): Ditto.
14434
14435         * sieve-mode.el (sieve-control-commands-face): Add :group.
14436         (sieve-action-commands-face): Ditto.
14437         (sieve-test-commands-face): Ditto.
14438         (sieve-tagged-arguments-face): Ditto.
14439
14440         * smime.el (smime): Add :group.
14441
14442         * spam-report.el (spam-report): Add :group.
14443
14444         * spam.el (spam, spam-face): Add :group.
14445
14446 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14447
14448         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14449         return \n.\n.\n at the end of articles.  Protect against that.
14450         (nntp-with-open-group): Allow debugging.
14451
14452         * nnheader.el (mail-header-set-extra): Make into a function
14453         because I just could't understand how to quote the list properly.
14454
14455         * dns.el (query-dns-cached): New function.
14456
14457 2005-05-26  Lute Kamstra  <lute@gnu.org>
14458
14459         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14460
14461 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14462
14463         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14464
14465         * gnus-art.el: Don't autoload mail-extract-address-components.
14466
14467         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14468         eval-and-compile to evaluate it.
14469
14470         * hashcash.el: Don't autoload executable-find.
14471
14472         * nndb.el: Don't declare the nndb back end two or more times; don't
14473         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14474
14475         * nntp.el: Autoload format-spec instead of format; use
14476         eval-and-compile to evaluate autoload forms.
14477
14478 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14479
14480         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14481
14482 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14483
14484         * gnus.el (gnus-version-number): Bump version.
14485
14486 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14487
14488         * gnus.el: No Gnus v0.3 is released.
14489
14490 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14491
14492         * lpath.el (featurep): Bind show-nonbreak-escape.
14493
14494 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * gnus-art.el (gnus-article-edit-part): Disable undo.
14497
14498 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14499
14500         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14501         gnus-article-date-lapsed-new-header is t if date timer is active;
14502         skip headers in which the original date value is empty.
14503         (gnus-article-save-original-date): Redefine it as a macro.
14504         (gnus-display-mime): Use it.
14505
14506 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * gnus-art.el (article-date-ut): Support converting date in
14509         forwarded parts as well.
14510         (gnus-article-save-original-date): New function.
14511         (gnus-display-mime): Use it.
14512
14513 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14514
14515         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14516         enclosure element of <item>.
14517
14518 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14519
14520         * message.el (message-kill-buffer-query): Rename from
14521         `message-kill-buffer-query-if-modified'.  Add :version.
14522
14523 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14524
14525         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14526         window layout.
14527
14528 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14529
14530         * mml.el: Autoload dnd when compiling.
14531
14532 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14533
14534         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14535         x-dnd-*.
14536
14537 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14538
14539         * qp.el (quoted-printable-encode-region): Save excursion.
14540
14541 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14542
14543         * message.el (message-kill-buffer-query-if-modified): Add new variable
14544         so the user can kill a modified message buffer quickly.
14545         (message-kill-buffer): Use it.
14546
14547 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * lpath.el: Fbind display-time-event-handler; don't fbind
14550         string-to-multibyte.
14551
14552         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14553
14554 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14555
14556         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14557         contained in text because xml.el decodes entities) with LFs.
14558
14559 2005-04-11  Lute Kamstra  <lute@gnu.org>
14560
14561         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14562         differently.
14563
14564 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14565
14566         * mm-util.el (mm-detect-coding-region): Typo.
14567
14568 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14569
14570         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14571
14572 2005-04-06  Deepak Goel  <deego@gnufans.org>
14573
14574         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14575         user-function allow user modifications of the scores.
14576         (spam-stat-score-buffer-user): New function, to allow
14577         user-computed modifications to the score.
14578         (spam-stat-score-buffer-user-functions): List of additional
14579         scoring functions.
14580         (spam-stat-error-holder): Global temporary error holder.
14581         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14582         variable.
14583
14584 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14585
14586         * gnus-registry.el (gnus-registry-clean-empty-function)
14587         (gnus-registry-trim, gnus-registry-fetch-groups)
14588         (gnus-registry-delete-group): Groups that match
14589         `gnus-registry-ignored-groups' are removed from the registry
14590         entries, not just ignored for splitting.  This helps clean up the
14591         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14592         to get all the groups a message ID is in.
14593
14594         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14595         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14596         (spam-stat-score-buffer-user-functions): Add :number custom type.
14597
14598 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14599
14600         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14601         argument in XEmacs.
14602
14603         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14604         (nnrss-request-group): Decode group name first.
14605         (nnrss-request-article): Make a text/plain article if mml-to-mime
14606         failed.
14607         (nnrss-get-encoding): Return a compatible encoding according to
14608         nnrss-compatible-encoding-alist.
14609         (nnrss-find-el): Use consp instead of listp.
14610         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14611
14612 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14613
14614         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14615         which Emacs 20 doesn't support.
14616         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14617
14618 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14619
14620         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14621         silence the byte compiler inside the defun.
14622
14623         * gnus-demon.el (parse-time-string): Add autoload.
14624
14625         * gnus-delay.el (parse-time-string): Add autoload.
14626
14627         * gnus-art.el (parse-time-string): Add autoload.
14628
14629         * nnultimate.el (parse-time): Require for `parse-time-string'.
14630
14631 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14632
14633         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14634
14635         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14636
14637         * smime.el (smime-ldap-host-list): Add :version.
14638
14639 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14640
14641         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14642         pass it to `gnus-browse-read-group'.
14643         (gnus-browse-read-group): Add NUMBER argument and pass it to
14644         `gnus-group-read-ephemeral-group'.
14645
14646         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14647         argument and pass it to `gnus-group-read-group'.
14648
14649 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14650
14651         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14652         mm-xemacs-find-mime-charset-1 if we have the mule feature
14653         available at runtime.
14654
14655 2005-03-25  Werner Lemberg  <wl@gnu.org>
14656
14657         * nnmaildir.el: Replace `illegal' with `invalid'.
14658
14659 2005-03-23  Lute Kamstra  <lute@gnu.org>
14660
14661         * time-date.el: Add comment on time value formats.
14662         Don't require parse-time.
14663         (with-decoded-time-value): New macro.
14664         (encode-time-value): New function.
14665         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14666         (days-to-time): Return a valid time value when arg is huge.
14667         (time-since): Use time-subtract.
14668         (time-to-number-of-days): Use time-to-seconds.
14669
14670 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14671
14672         * gnus-start.el (gnus-display-time-event-handler):
14673         Check display-time-timer at runtime rather than only at load time
14674         in case display-time-mode is turned off in the mean time.
14675
14676 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14677
14678         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14679         used.
14680
14681         * nneething.el (nneething-map-file-directory): Derive from
14682         `gnus-directory'.
14683
14684         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14685         the To/Cc button.
14686
14687 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14688
14689         * nnmaildir.el (nnmaildir-request-accept-article):
14690         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14691
14692 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14693
14694         * gnus-async.el: Require timer-funcs at compile time when in
14695         XEmacs for `run-with-idle-timer'.
14696
14697 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14698
14699         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14700         autoloaded function.
14701
14702 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14703
14704         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14705
14706 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14707
14708         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14709
14710 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14711
14712         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14713         Add gnus-expert-user to default.
14714
14715 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14716
14717         * nnimap.el (nnimap-open-server): Ditto.
14718
14719         * imap.el (imap-authenticate): Fix typo.
14720
14721 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14722
14723         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14724         buffer (since IMAP server might return FETCH response out of
14725         order, and the nntp buffer must be sorted).
14726
14727 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14728
14729         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14730         comparison on string.
14731
14732         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14733         (gnus-agent-score): Rename category keywords to match gnus-cus.
14734         (gnus-agent-summary-fetch-series): Modify to protect against
14735         gnus-agent-summary-fetch-group clearing processable flags.
14736         (gnus-agent-synchronize-group-flags): Update live group buffer as
14737         synchronization may occur due to the user toggle the plugged
14738         status.
14739         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14740         successfully downloaded.
14741         (gnus-agent-expire-group-1): Avoid using markers when the overview
14742         is in ascending order; greatly improves performance.
14743         (gnus-agent-regenerate-group):
14744         Use gnus-agent-synchronize-group-flags to reset read status in both
14745         gnus and server.
14746         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14747
14748 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14749
14750         * message.el: Don't autoload former message-utils variables.
14751         (message-strip-subject-trailing-was): Change doc string.
14752
14753         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14754         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14755         (nnweb-google-search): Add "hl=en" here.
14756         (nnweb-google-parse-1, nnweb-google-create-mapping):
14757         Don't hardcode URL.
14758
14759 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14760
14761         * message.el (message-get-reply-headers, message-followup):
14762         Mention related variables `message-use-followup-to' and
14763         `message-use-mail-followup-to', in the information buffer.
14764
14765         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14766         of broken groups(-beta).google.com.
14767
14768 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14769
14770         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14771         parameter to invoked gnus-request-move-article; remove the
14772         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14773         all at once instead of once per article.
14774         (gnus-summary-remove-process-mark): Accept a list of articles as
14775         well as a single article for processing.
14776
14777         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14778         parameter.
14779
14780         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14781
14782         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14783
14784         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14785         parameter.
14786
14787         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14788         parameter.
14789
14790         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14791         parameter and remove the gnus-sum-hint-move-is-internal variable.
14792
14793         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14794         parameter.
14795
14796         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14797         parameter.
14798
14799         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14800         parameter.
14801
14802         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14803
14804         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14805         parameter.
14806
14807         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14808         parameter.
14809
14810 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14811
14812         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14813         a more conservative way.
14814
14815 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14816
14817         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14818         buffer, so it moves the window's cursor.
14819
14820 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14821
14822         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14823         `mm-dissect-multipart' and receive the from field as an (optional)
14824         argument from `mm-dissect-multipart'.
14825         (mm-dissect-multipart): Receive the from field as an argument and
14826         pass it on when we call `mm-dissect-buffer' on MIME parts.
14827         Fixes verification/decryption of signed/encrypted MIME parts.
14828
14829 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14830
14831         * gnus-sum.el (gnus-summary-move-article):
14832         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14833         whatever it calls (right now, only nnimap-request-move article
14834         respects it).
14835
14836         * nnimap.el (nnimap-request-move-article):
14837         When gnus-sum-hint-move-is-internal is set, don't do the extra
14838         nnimap-request-article.
14839
14840 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14841
14842         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14843
14844         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14845         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14846
14847         * gnus-sum.el (gnus-summary-caesar-message):
14848         Apply `gnus-treat-article' after rotation.
14849
14850         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14851         doc string.
14852
14853 2005-02-22  Simon Josefsson  <jas@extundo.com>
14854
14855         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14856         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14857         <arne@arnested.dk>.
14858         (encrypt): Add password-cache and password-cache-expiry as group
14859         members.
14860
14861 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14862
14863         * smime.el (smime-ldap-host-list): Doc fix.
14864         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14865         cache) password.
14866         (smime-sign-region): Use it.
14867         (smime-decrypt-region): Use it.
14868         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14869         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14870         fails.
14871         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14872         certificate from DER to PEM format rather than calling openssl.
14873
14874         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14875
14876         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14877         for signing/encryption.
14878
14879         * mml.el (mml-parse-1): Use them.
14880
14881 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14882
14883         * nnrss.el (nnrss-verbose): Remove.
14884         (nnrss-request-group): Use `nnheader-message' instead.
14885
14886 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14887
14888         * nnrss.el (nnrss-verbose): New variable.
14889         (nnrss-request-group): Make it say nnrss is requesting a group.
14890
14891 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14892
14893         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14894         Handle news URL with given port correctly.
14895
14896 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14897
14898         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14899         containing special characters.
14900
14901         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14902
14903         * mml.el (mime-to-mml): Ditto.
14904
14905         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14906         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14907         (rfc2047-decode-region): Quote decoded words containing special
14908         characters when rfc2047-quote-decoded-words-containing-tspecials
14909         is non-nil.
14910
14911 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14912
14913         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14914
14915         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14916
14917 2005-02-15  Simon Josefsson  <jas@extundo.com>
14918
14919         * nnimap.el (nnimap-debug): Doc fix.
14920
14921         * imap.el (imap-debug): Doc fix.
14922
14923 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14926
14927 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14928
14929         * gnus.el (spam-contents): Improve docs for spam-contents
14930         parameter in its variable incarnation.
14931
14932 2005-02-14  Simon Josefsson  <jas@extundo.com>
14933
14934         * smime-ldap.el: Use require instead of load-library for ldap.
14935         (smime-ldap-search): Indent.
14936         (smime-ldap-search-internal): Shorten line.
14937
14938         * smime.el (smime-cert-by-dns): Add doc-string.
14939         (smime-cert-by-ldap-1): Indent.
14940
14941         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14942         mml-smime-get-dns-ldap.
14943         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14944
14945 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14946
14947         * smime.el: Require smime-ldap.
14948         (smime-ldap-host-list): New variable.
14949         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14950
14951         * mml-smime.el (mml-smime-encrypt-query): New function.
14952         (mml-smime-encrypt-query): Use it.
14953
14954         * smime-ldap.el: New file.
14955
14956 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14959
14960 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14961
14962         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14963         argument in doc string.  Make query for type more clear.
14964
14965 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14966
14967         * gnus.el (gnus-group-startup-message): Search for gnus images in
14968         etc/images/gnus.
14969         * mm-util.el (mm-image-load-path): Likewise.
14970         * smiley.el (smiley-data-directory): Search for smilies in
14971         etc/images/smilies.
14972
14973 2005-02-09  Kim F. Storm  <storm@cua.dk>
14974
14975         Change Emacs release version from 21.4 to 22.1 throughout.
14976         Change Emacs development version from 21.3.50 to 22.0.50.
14977
14978 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14979
14980         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14981
14982         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14983         non-Mule XEmacs as well.
14984         (mm-decompress-buffer): Signal an error intentionally if it does
14985         not decompress compressed data because auto-compression-mode is
14986         disabled.
14987
14988 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14989
14990         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14991         an ID in the registry even if it has no groups.
14992
14993 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14994
14995         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14996         merge it into mm-decompress-buffer.
14997         (gnus-mime-copy-part): Use the MIME part charset, the value which
14998         a user specified or gnus-newsgroup-charset for decoding, like
14999         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15000         save-buffer what was used.  Suggested by Kevin Ryde
15001         <user42@zip.com.au>.
15002         (gnus-mime-inline-part): Allow the name parameter as well as the
15003         filename parameter; force decompressing of compressed data; always
15004         display contents being not decoded as unibyte.
15005
15006         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15007         as well as the filename parameter.
15008
15009         * mm-util.el (mm-decompress-buffer):
15010         Merge gnus-mime-jka-compr-maybe-uncompress.
15011         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15012         of compressed data.
15013
15014 2005-02-08  Simon Josefsson  <jas@extundo.com>
15015
15016         * imap.el (imap-log): Doc fix.
15017
15018 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15021         the coding cookies; decompress compressed parts.
15022
15023         * mml.el (mml-generate-mime-1): Add the charset parameter according
15024         to the value which a user specified manually or the coding cookie.
15025
15026         * mm-util.el (mm-string-to-multibyte): New function.
15027         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15028         (mm-coding-system-to-mime-charset): New function.
15029         (mm-decompress-buffer): New function.
15030         (mm-find-buffer-file-coding-system): New function.
15031
15032         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15033         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15034         parts.
15035
15036 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15037
15038         * mm-view.el (mm-display-inline-fontify): Decode a part according
15039         to the charset parameter.
15040
15041 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15042
15043         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15044         prefix arg is neither nil nor a number, as info specifies.
15045
15046 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15049         timestamps.
15050
15051 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15052
15053         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15054         groups error checking and notify user.
15055
15056 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15057
15058         * message.el (message-send-mail-function): Check existence of
15059         sendmail-program first before using default value
15060         `message-send-mail-with-sendmail'.  Otherwise use more generic
15061         `smtpmail-send-it'.
15062
15063 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * nntp.el (nntp-request-update-info): Always return nil.
15066
15067 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15068
15069         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15070
15071 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15072
15073         * message.el (message-beginning-of-line): Change the behavior when
15074         invoked between BOL and : so that it first moves backward.
15075
15076 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15077
15078         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15079         article buffer when editing of the article is discarded.
15080         (gnus-article-prepare): Revert.
15081
15082 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15083
15084         * gnus-art.el (gnus-article-prepare):
15085         Remove message-strip-forbidden-properties from the local hook.
15086
15087 2005-01-27  Simon Josefsson  <jas@extundo.com>
15088
15089         * password.el (password-cache-add): Only start one timer per key.
15090         Reported by Derek Atkins <warlord@MIT.EDU>.
15091
15092 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15093
15094         * run-at-time.el: Remove.  It is no longer needed as
15095         timer-funcs.el in the xemacs-base package has a working version of
15096         `run-at-time'.
15097
15098         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15099
15100         * password.el: Require timer-funcs instead of run-at-time in
15101         XEmacs.
15102         Remove `password-run-at-time' macro.
15103         (password-cache-add): Use `run-at-time' instead of
15104         `password-run-at-time'.
15105
15106         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15107         Remove `nnheader-cancel-function-timers' alias,
15108         `cancel-function-timers' exists in XEmacs in timer-funcs.
15109
15110         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15111         for `run-with-idle-timer'.
15112
15113         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15114         for `run-at-time'.
15115
15116         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15117         for `with-timeout'.
15118
15119         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15120         the same as for XEmacs 21.4.
15121         No need to ignore `run-with-idle-timer', this function exists in
15122         XEmacs now in timer-funcs.el in the xemacs-base package.
15123         (dgnushack-compile): No need to delete
15124         run-at-time.el from the list of files to compile because it
15125         doesn't exist anymore.
15126
15127 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15128
15129         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15130         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15131
15132 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15133
15134         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15135         sensitively.
15136
15137 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15138
15139         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15140
15141 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15142
15143         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15144         which will be inserted according to the multibyteness of a buffer
15145         rather than the type of contents.  Suggested by ARISAWA Akihiro
15146         <ari@mbf.ocn.ne.jp>.
15147
15148         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15149         of string which old xml.el may return rather than a string.
15150
15151 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15152
15153         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15154
15155 2005-01-16  Simon Josefsson  <jas@extundo.com>
15156
15157         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15158         idn/idna.el isn't available.
15159         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15160         <michael@waxrat.com>.
15161
15162         * hashcash.el: Remove non-FSF copyright header.
15163
15164         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15165         (hashcash-generate-payment): Use it.
15166         (hashcash-generate-payment-async): Use it.
15167
15168 2005-01-15  Simon Josefsson  <jas@extundo.com>
15169
15170         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15171         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15172
15173         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15174         gnus-summary-idna-message.
15175         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15176         (gnus-summary-idna-message): New function.
15177
15178 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15179
15180         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15181         gnus-novice-user.
15182
15183 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15184
15185         * nnrss.el (nnrss-request-delete-group): Delete entries in
15186         nnrss-group-alist as well.
15187         (nnrss-save-server-data): Insert newline.
15188
15189 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15190
15191         * gnus.el (gnus-user-agent): Use list of symbols instead of
15192         symbols.  Display full version number for (S)XEmacs.
15193         Optionally display (S)XEmacs codename.
15194
15195         * gnus-util.el (gnus-emacs-version): Update for new
15196         `gnus-user-agent'.
15197
15198         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15199         Gnus version.
15200
15201 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15202
15203         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15204         which is unreadable in some setups.
15205
15206 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * gnus-spec.el (gnus-update-format-specifications): Flush the
15209         group format spec cache if it doesn't support decoded group names.
15210
15211 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15212
15213         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15214         Allow to apply decay on score files matching a regexp.
15215
15216 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15217
15218         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15219         compatibility in %g and %c.
15220
15221 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15224         name for only %g and %c.
15225         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15226         of gnus-tmp-group to decoded group name.
15227         (gnus-group-make-rss-group): Exclude `/'s from group names.
15228
15229 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15230
15231         * nnrss.el (nnrss-get-encoding): Fix regexp.
15232
15233 2004-12-27  Simon Josefsson  <jas@extundo.com>
15234
15235         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15236         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15237         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15238
15239 2004-12-17  Kim F. Storm  <storm@cua.dk>
15240
15241         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15242
15243         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15244
15245 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15246
15247         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15248
15249 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * nnrss.el: Require rfc2047 and mml.
15252         (nnrss-file-coding-system): New variable.
15253         (nnrss-format-string): Redefine it as an inline function.
15254         (nnrss-decode-group-name): New function.
15255         (nnrss-string-as-multibyte): Remove.
15256         (nnrss-retrieve-headers): Decode group name; don't use
15257         nnrss-format-string.
15258         (nnrss-request-group): Decode group name.
15259         (nnrss-request-article): Decode group name; allow a Message-ID as
15260         well as an article number; don't use nnrss-format-string; encode a
15261         Message-ID string which may contain non-ASCII characters; use
15262         mml-to-mime to compose a MIME article.
15263         (nnrss-request-expire-articles): Decode group name.
15264         (nnrss-request-delete-group): Decode group name.
15265         (nnrss-fetch): Clarify error message.
15266         (nnrss-read-server-data): Use insert-file-contents instead of load;
15267         bind file-name-coding-system; use multibyte buffer.
15268         (nnrss-save-server-data): Bind coding-system-for-write to the
15269         value of nnrss-file-coding-system; bind file-name-coding-system;
15270         add coding cookie.
15271         (nnrss-read-group-data): Use insert-file-contents instead of load;
15272         bind file-name-coding-system; use multibyte buffer.
15273         (nnrss-save-group-data): Bind coding-system-for-write to the
15274         value of nnrss-file-coding-system; bind file-name-coding-system.
15275         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15276         make it work with non-ASCII text.
15277         (nnrss-find-el): Make it work with old xml.el as well.
15278
15279 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15280
15281         * nnrss.el (nnrss-get-encoding): New function.
15282         (nnrss-fetch): Use unibyte buffer initially; bind
15283         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15284         decode contents according to the encoding attribute.
15285         (nnrss-save-group-data): Add coding cookie.
15286         (nnrss-mime-encode-string): New function.
15287         (nnrss-check-group): Use it to encode subject and author.
15288
15289 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15290
15291         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15292         imaginary variable.
15293
15294 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15297         correctly even if there are wide characters.
15298
15299 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15300
15301         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15302         downcased symbol names; make a new cache instead of reusing
15303         bbdb-hashtable.
15304
15305 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15308         concatenating segments rather than before concatenating them.
15309         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15310
15311         * message.el (message-get-reply-headers): Bind `extra'.
15312
15313 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15314
15315         * message.el (message-extra-wide-headers): New variable.
15316         (message-get-reply-headers): Use it.
15317
15318 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15321         (gnus-agent-group-pathname): Ditto.
15322
15323         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15324
15325         * gnus-group.el (gnus-group-make-group): Decode group name.
15326         (gnus-group-make-rss-group): Register the group data after opening
15327         the nnrss group.
15328
15329 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15330
15331         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15332         by expiry now get marked as read.
15333
15334 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15335
15336         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15337
15338 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15339
15340         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15341         unify Latin characters in XEmacs.
15342         (mm-find-mime-charset-region): Use it.
15343
15344 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15345
15346         * gnus-util.el (gnus-delete-directory): New function.
15347
15348         * gnus-agent.el (gnus-agent-delete-group): Use it.
15349
15350         * gnus-cache.el (gnus-cache-delete-group): Use it.
15351
15352 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15355         names.
15356
15357 2004-12-16  Simon Josefsson  <jas@extundo.com>
15358
15359         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15360
15361 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15364
15365         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15366         (gnus-group-set-current-level): Decode group name.
15367
15368 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15369
15370         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15371         failed.
15372
15373 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15374
15375         * gnus-group.el (gnus-group-delete-group): Decode group name.
15376         (gnus-group-make-rss-group): Encode group name.
15377         (gnus-group-catchup-current): Decode group name.
15378         (gnus-group-kill-group): Decode group name.
15379
15380 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15381
15382         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15383
15384 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15385
15386         * gnus-group.el (gnus-group-make-rss-group):
15387         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15388
15389         * gnus-start.el (gnus-setup-news): Honor user's setting to
15390         gnus-message-archive-method.  Suggested by Lute Kamstra
15391         <lute@gnu.org>.
15392
15393 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15394
15395         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15396         global counterparts of the buffer-local variables.
15397
15398 2004-11-16  Romain Francoise  <romain@orebokech.com>
15399
15400         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15401         counterparts of the buffer-local variables.
15402
15403 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15404
15405         * message.el (message-forbidden-properties): Fix typo in doc
15406         string.
15407
15408 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15409
15410         * gnus-util.el (gnus-replace-in-string): Add doc string.
15411
15412         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15413         to avoid problems when splitting mails with many recipients.
15414
15415 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15416
15417         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15418         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15419
15420 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15421
15422         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15423         if there is no hashtable in memory or file modification time is
15424         newer than cached timestamp.
15425
15426 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15427
15428         * gnus-sum.el (gnus-summary-limit-to-recipient):
15429         Implement not-matching option.
15430
15431 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15432
15433         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15434         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15435         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15436         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15437         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15438         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15439
15440 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * message.el (message-forward-make-body-mml): Remove headers
15443         according to message-forward-ignored-headers if a message is decoded.
15444
15445 2004-12-02  Romain Francoise  <romain@orebokech.com>
15446
15447         * message.el (message-forward-make-body-plain): Always remove
15448         headers according to message-forward-ignored-headers.
15449
15450 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15451
15452         * spam.el (spam-summary-prepare-exit): Remove the
15453         gnus-summary-limit pop for now, it has problems with ham marks for
15454         me.
15455
15456 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15457
15458         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15459         correctly.
15460
15461 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15462
15463         * format-spec.el (format-spec): Message the char.
15464
15465 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15466
15467         * gnus-art.el (gnus-split-methods): Reformat comments.
15468
15469         * spam.el (spam-summary-prepare-exit): Remove article limits
15470         before exiting the summary buffer.
15471
15472 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15473
15474         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15475         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15476
15477         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15478         order to silence the byte compiler.
15479
15480         * spam.el: Fix the way to silence the byte compiler, which
15481         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15482         bbdb-search-simple, spam-BBDB-register-routine,
15483         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15484         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15485         spam-stat-buffer-is-spam, spam-stat-load,
15486         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15487         spam-stat-save and spam-stat-split-fancy.
15488
15489 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15490
15491         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15492         which may confuse users.
15493         (canlock-password-for-verify): Ditto.
15494
15495         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15496
15497         * gnus-art.el (gnus-emphasis-alist): Ditto.
15498
15499         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15500
15501         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15502
15503         * gnus-start.el (gnus-save-killed-list): Ditto.
15504
15505         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15506         (gnus-sum-thread-tree-root): Ditto.
15507         (gnus-sum-thread-tree-false-root): Ditto.
15508         (gnus-sum-thread-tree-single-indent): Ditto.
15509
15510         * message.el (message-courtesy-message): Ditto.
15511         (message-archive-note): Ditto.
15512         (message-subscribed-address-file): Ditto.
15513         (message-user-fqdn): Ditto.
15514
15515         * spam-report.el (spam-report-gmane-regex): Ditto.
15516
15517         * spam.el (spam-blackhole-good-server-regex): Ditto.
15518
15519 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15520
15521         * mml.el (mml-preview): Widen the message buffer before copying
15522         the contents to the preview buffer; sort headers before previewing.
15523
15524         * message.el (message-hidden-headers): Fix the way to avoid a bug
15525         in the `repeat' widget in Emacs 21.3 or earlier.
15526
15527 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15528
15529         * message.el (message-hidden-headers): Default to "^References:".
15530         Improve customization type.  Suggested by Reiner Steib
15531         <Reiner.Steib@gmx.de>.
15532
15533 2004-11-25  Romain Francoise  <romain@orebokech.com>
15534
15535         * message.el (message-strip-forbidden-properties): Remove check for
15536         obsolete `message-hidden' text property, hidden headers are not
15537         accessible in the buffer anymore.
15538
15539 2004-11-22  Romain Francoise  <romain@orebokech.com>
15540
15541         * message.el (message-header-format-alist): Add `From' in list
15542         so that it can be sorted.
15543         (message-fix-before-sending): Widen and sort headers before
15544         sending.
15545         (message-hide-headers): Use narrowing to hide headers by moving
15546         them to the top of the buffer and narrowing to the region
15547         underneath.
15548
15549 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15550
15551         * message.el (message-strip-forbidden-properties):
15552         Bind buffer-read-only (etc) to nil.
15553
15554 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15555
15556         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15557         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15558
15559 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15560
15561         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15562
15563 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15564
15565         * dns.el (query-dns): Use sit-for to time instead of
15566         accept-process-output, since that doesn't seem to work on udp
15567         sockets.
15568
15569 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15570
15571         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15572
15573 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15574
15575         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15576         doc string.  Improve doc string.
15577
15578 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15579
15580         * nntp.el (nntp-request-update-info): Return nil if
15581         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15582         may not call gnus-activate-group which uselessly issues the GROUP
15583         commands for all nntp groups and wastes time.  Reported by Romain
15584         Francoise <romain@orebokech.com>.
15585
15586         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15587
15588 2004-11-15  Simon Josefsson  <jas@extundo.com>
15589
15590         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15591         headers separately.
15592         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15593         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15594
15595 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15596
15597         * gnus-start.el (gnus-convert-old-newsrc):
15598         Assign legacy-gnus-agent to 5.10.7.
15599
15600 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15601
15602         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15603         start of the lines.
15604
15605 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15606
15607         * hashcash.el (hashcash-default-payment): Change default to 20.
15608         (hashcash-default-accept-payment): Change default to 20.
15609         (hashcash-process-alist): New variable.
15610         (hashcash-generate-payment-async): Add.
15611         (hashcash-already-paid-p): Add.
15612         (hashcash-insert-payment): Don't generate payments twice.
15613         (hashcash-insert-payment-async): Add.
15614         (hashcash-insert-payment-async-2): Add.
15615         (hashcash-cancel-async): Add.
15616         (hashcash-wait-async): Add.
15617         (hashcash-processes-running-p): Add.
15618         (hashcash-wait-or-cancel): Add.
15619         (mail-add-payment): New optional argument.  Conditionally start
15620         asynchronous calculation.
15621         (mail-add-payment-async): Add.
15622
15623         * message.el (message-send-mail): Wait for asynchronous hashcash
15624         results.  Don't clobber existing X-Hashcash headers.
15625         (message-setup-1): Call mail-add-payment-async when
15626         message-generate-hashcash is non-nil.
15627
15628 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15629
15630         * message.el (message-use-alternative-email-as-from): Examine the
15631         From header as well; use message-make-from in order to include a
15632         user's full name.
15633
15634 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15635
15636         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15637         default; improve customization type.
15638         (gnus-emphasis-custom-with-format): New macro.
15639         (gnus-emphasis-custom-value-to-external): New function.
15640         (gnus-emphasis-custom-value-to-internal): New function.
15641
15642 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15643
15644         * dns.el (query-dns): Resolve reverse addresses.
15645
15646 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15647
15648         * gnus-group.el (gnus-group-get-new-news): Use it.
15649
15650         * gnus-start.el (gnus-check-reasonable-setup): New function.
15651
15652 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15653
15654         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15655         "Args out of range" error.  Reported by Arnaud Giersch
15656         <arnaud.giersch@free.fr>.
15657
15658 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15659
15660         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15661
15662 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15663
15664         * spam.el (spam group): Add :version.
15665
15666         * pgg-def.el (pgg group): Add :version.
15667
15668 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15669
15670         * gnus-art.el (gnus-article-edit-article): Don't associate the
15671         article buffer with a draft file.  This is a temporary measure
15672         against the 2004-08-22 change to gnus-article-edit-mode.
15673
15674 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15677         (html2text-format-tags): Remove unused variable `attr'.
15678
15679 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15680
15681         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15682
15683         * tls.el (tls-process-connection-type, tls-success)
15684         (tls-certtool-program): Add :version.
15685
15686         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15687         (starttls-extra-arguments, starttls-process-connection-type)
15688         (starttls-connect, starttls-failure, starttls-success): Add :version.
15689
15690         * spam-stat.el (spam-stat): Add :version.
15691
15692         * sieve.el (sieve): Add :version.
15693
15694         * sha1.el (sha1): Add :version.
15695         (sha1-use-external): Remove redundant version.
15696
15697         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15698         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15699         (nnmail-split-fancy-match-partial-words)
15700         (nnmail-split-lowercase-expanded): Add :version.
15701
15702         * nndiary.el (nndiary): Add :version.
15703
15704         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15705
15706         * mml-sec.el (mml-default-sign-method)
15707         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15708         Add :version.
15709
15710         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15711
15712         * mm-url.el (mm-url-use-external, mm-url-program)
15713         (mm-url-arguments): Add :version.
15714
15715         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15716         (mm-attachment-file-modes, mm-decrypt-option)
15717         (mm-w3m-safe-url-regexp): Add :version.
15718
15719         * message.el (message-cite-prefix-regexp)
15720         (message-sendmail-envelope-from, message-minibuffer-local-map)
15721         (message-user-fqdn, message-completion-alist): Add :version.
15722
15723         * gnus-win.el (gnus-configure-windows-hook)
15724         (gnus-use-frames-on-any-display): Add :version.
15725
15726         * gnus-art.el (gnus-article-address-banner-alist)
15727         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15728         (gnus-treat-from-picon, gnus-treat-mail-picon)
15729         (gnus-treat-x-pgp-sig): Add :version.
15730
15731         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15732         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15733         (gnus-summary-article-delete-hook)
15734         (gnus-summary-display-while-building): Add :version.
15735
15736         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15737         (gnus-get-top-new-news-hook): Add :version.
15738
15739         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15740         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15741
15742         * gnus-registry.el (gnus-registry): Add :version.
15743
15744         * gnus-spec.el (gnus-use-correct-string-widths)
15745         (gnus-make-format-preserve-properties): Add :version.
15746
15747         * gnus.el (gnus-group-charter-alist)
15748         (gnus-group-fetch-control-use-browse-url)
15749         (gnus-install-group-spam-parameters): Add :version.
15750
15751         * gnus-diary.el (gnus-diary): Add :version.
15752
15753         * gnus-delay.el (gnus-delay): Add :version.
15754
15755         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15756         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15757         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15758         Add :version.
15759
15760         * gnus-agent.el (gnus-agent-max-fetch-size)
15761         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15762         (gnus-agent-prompt-send-queue): Add :version.
15763
15764         * deuglify.el (gnus-outlook-deuglify): Add :version.
15765
15766         * html2text.el: Beautify code.  Improve doc strings.
15767         Some checkdoc cleanup.
15768         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15769
15770 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15771
15772         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15773
15774 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15775
15776         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15777         when package is loaded.
15778
15779         * spam.el (spam-summary-score-preferred-header): Add global preference
15780         for people who want to override the default SpamAssassin over
15781         Bogofilter preference (when both are set).
15782         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15783         (spam-user-format-function-S):
15784         Check spam-summary-score-preferred-header.
15785         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15786         (spam-user-format-function-S): Format the score correctly.
15787
15788 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15789
15790         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15791         signature file.  Suggested by Manoj Srivastava
15792         <srivasta@golden-gryphon.com>.
15793
15794         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15795         iso-2022-jp even in the Japanese language environment.
15796         Suggested by Jason Rumney <jasonr@gnu.org>.
15797
15798 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15799
15800         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15801         use the same characters as the dummy marks; make it free from
15802         getting affected by the language environment.
15803         (gnus-summary-read-group-1): Update mark positions only when the
15804         format spec is updated.
15805
15806         * gnus-spec.el (gnus-update-format-specifications): Return a list
15807         of updated types.
15808
15809 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15810
15811         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15812         of boundp to check if display-warning is available.
15813
15814 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15815
15816         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15817
15818 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15819
15820         * nnspool.el (nnspool-spool-directory): Use news-path if the
15821         news-directory variable is not bound.
15822
15823         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15824         function instead of display-warning if it is not available.
15825
15826 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15827
15828         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15829         v5-10: Use `point-at-bol'.
15830
15831 2004-10-26  Simon Josefsson  <jas@extundo.com>
15832
15833         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15834         <chenggao@gmail.com>.
15835
15836 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15837
15838         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15839         instead.
15840
15841 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15842
15843         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15844         to remove a server from the nnimap-server-buffer-alist.
15845         (nnimap-open-connection, nnimap-close-server): Use it.
15846
15847         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15848
15849 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15850
15851         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15852         running the major-mode function.
15853
15854 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15855
15856         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15857         dummy marks in the right way.
15858
15859 2004-10-18  David Edmondson  <dme@dme.org>
15860
15861         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15862         excessively.
15863
15864 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15865
15866         * gnus-util.el (gnus-split-references): Accept a nil references
15867         string and go on blissfully.
15868
15869         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15870         cases where the references string is non-nil but has no references.
15871
15872         * encrypt.el: Add autoload tags.
15873
15874         * spam.el (spam-resolve-registrations-routine): Remove article
15875         from unregistration list too.  Reported by David Hanak
15876         <dhanak@isis.vanderbilt.edu>
15877
15878 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15879
15880         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15881         nil.  Change custom type.
15882
15883 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15884
15885         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15886
15887         * gnus-sum.el (gnus-summary-move-article): Use it.
15888
15889 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15890
15891         * encrypt.el: Add autoload cookies.
15892
15893         * spam.el (spam-backend-article-list-property)
15894         (spam-backend-get-article-todo-list)
15895         (spam-backend-put-article-todo-list)
15896         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15897         Resolve registrations separately.
15898         (spam-register-routine): Format comments.
15899         (spam-unregister-routine, spam-register-routine): Always call with
15900         specific-articles, no default list.
15901         (spam-summary-prepare-exit): Use the spam-classifications function.
15902
15903         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15904         gnus-encrypt.el.
15905
15906         * encrypt.el: Copied from gnus-encrypt.el.
15907
15908         * gnus-encrypt.el: Commented that it's obsolete.
15909
15910 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15911
15912         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15913         (gnus-score-save): Use it.
15914
15915         * message.el (message-bury): Use `window-dedicated-p'.
15916
15917 2004-10-15  Simon Josefsson  <jas@extundo.com>
15918
15919         * pop3.el (top-level): Don't require nnheader.
15920         (pop3-read-timeout): Add.
15921         (pop3-accept-process-output): Add.
15922         (pop3-read-response, pop3-retr): Use it.
15923
15924 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15925
15926         * spam.el (spam-register-routine): Move comment.
15927         (spam-verify-bogofilter): Use 'unknown for the initial
15928         spam-bogofilter-valid state, not 'never.
15929
15930         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15931         for netrc-machine.
15932
15933         * nnimap.el (nnimap-open-connection):
15934         Use netrc-machine-user-or-password.
15935
15936 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15937
15938         * gnus-registry.el (gnus-registry-unload-hook):
15939         Set as a variable with add-hook.
15940
15941         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15942         of news-path.
15943
15944         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15945
15946         * spam.el: Delete duplicate `provide'.
15947         (spam-unload-hook): Set as a variable with add-hook.
15948
15949 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15950
15951         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15952         in the doc string.
15953
15954         * message.el (message-ignored-news-headers)
15955         (message-ignored-supersedes-headers)
15956         (message-ignored-resent-headers)
15957         (message-forward-ignored-headers): Improve custom type.
15958
15959 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15960
15961         * message.el (message-tokenize-header): Fix 2004-09-06 change
15962         which used point-min in the wrong place.
15963
15964 2004-10-12  Simon Josefsson  <jas@extundo.com>
15965
15966         * tls.el (tls-certtool-program): New variable.
15967         (tls-certificate-information): New function, based on
15968         ssl-certificate-information.
15969
15970 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15971
15972         * compface.el: Move the version of ELisp-based uncompface program
15973         to the contrib directory because of the copyright problem.
15974
15975 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15976
15977         * message.el (message-kill-buffer): Raise the current frame.
15978
15979 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15980
15981         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15982
15983         * gnus.el (message-y-or-n-p): Autoload.
15984
15985         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15986         (pop3-password-required, pop3-authentication-scheme)
15987         (pop3-leave-mail-on-server): Make customizable.
15988         (pop3): New custom group.
15989         (pop3-retr): Remove `sleep-for' statements.
15990         Suggested by Dave Love <fx@gnu.org>.
15991
15992         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15993         Windows/DOS.
15994
15995         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15996         (imap-parse-body): Fix incorrect use of `assert'.
15997         Suggested by Dave Love <fx@gnu.org>.
15998
15999         * mml.el (mml-minibuffer-read-disposition): Require match.
16000         Suggested by Dave Love <fx@gnu.org>.
16001
16002 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16003
16004         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16005         doc string.
16006
16007 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16008
16009         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16010
16011 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16012
16013         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16014         instead of calling `mm-insert-inline', to decode text/* parts
16015         before displaying them.
16016
16017 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * mm-uu.el (mm-uu-text-plain-type): New variable.
16020         (mm-uu-pgp-signed-extract-1): Use it.
16021         (mm-uu-pgp-encrypted-extract-1): Use it.
16022         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16023         bind mm-uu-text-plain-type with that value.
16024         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16025         mm-uu-dissect.
16026
16027 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16028
16029         * gnus-group.el (gnus-update-group-mark-positions):
16030         * gnus-sum.el (gnus-update-summary-mark-positions):
16031         * message.el (message-check-news-body-syntax):
16032         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16033         of string-as-multibyte.
16034
16035 2004-10-05  Juri Linkov  <juri@jurta.org>
16036
16037         * gnus-group.el (gnus-update-group-mark-positions):
16038         * gnus-sum.el (gnus-update-summary-mark-positions):
16039         * message.el (message-check-news-body-syntax):
16040         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16041         8-bit unibyte values to a multibyte string for search functions.
16042
16043 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16044
16045         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16046         (mm-uu-dissect-text-parts): New function.
16047
16048         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16049         dissect text parts.
16050
16051         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16052         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16053
16054         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16055
16056         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16057         Use gnus-current-topics instead of gnus-current-topic.
16058
16059 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16060
16061         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16062
16063 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16064
16065         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16066         where approriate.
16067
16068         * nnml.el (nnml-generate-active-info): do.
16069
16070         * nndiary.el (nndiary-generate-active-info): do.
16071
16072         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16073         (gnus-topic-move): do.
16074
16075         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16076         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16077
16078         * gnus-srvr.el (gnus-server-prepare)
16079         (gnus-server-open-all-servers): do.
16080
16081         * gnus-msg.el (gnus-summary-cancel-article)
16082         (gnus-summary-resend-message)
16083         (gnus-summary-mail-crosspost-complaint): do.
16084
16085         * gnus-move.el (gnus-change-server): do.
16086
16087         * gnus-group.el (gnus-group-unmark-all-groups)
16088         (gnus-group-set-current-level): do.
16089
16090 2004-10-04  Simon Josefsson  <jas@extundo.com>
16091
16092         * message.el (message-generate-hashcash): Doc fix.
16093
16094 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16095
16096         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16097         avoid infinite recursion via gnus-get-function.
16098
16099 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16100
16101         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16102
16103         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16104
16105         * nnmail.el (nnmail-split-history): do.
16106
16107         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16108         (nnml-request-delete-group): do.
16109
16110         * nnslashdot.el (nnslashdot-read-groups): do.
16111
16112         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16113         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16114
16115         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16116         (nnspool-sift-nov-with-sed): Use last.
16117         (nnspool-retrieve-headers-with-nov): Use mapc.
16118         (nnspool-request-newgroups): Use dolist.
16119         (nnspool-request-group): Use last.
16120
16121         * nntp.el (nntp-read-server-type): Use dolist.
16122
16123         * nnvirtual.el (nnvirtual-create-mapping)
16124         (nnvirtual-update-read-and-marked): Use dolist.
16125         (nnvirtual-convert-headers): Simplify.
16126
16127 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16128
16129         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16130         Add support for sync'ing tick marks.
16131
16132 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16135         there's no visible header.
16136
16137 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16138
16139         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16140         When necessary, pass full group name to gnus-request-set-marks.
16141
16142 2004-10-01  Simon Josefsson  <jas@extundo.com>
16143
16144         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16145         acroread.
16146
16147 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16148
16149         * spam-report.el (spam-report-gmane): Fix interactive.
16150
16151         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16152
16153         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16154         when writing file.
16155         (gnus-agent-synchronize-flags): Don't default to being
16156         interactive.
16157
16158 2004-09-30  Simon Josefsson  <jas@extundo.com>
16159
16160         * message.el (message-generate-hashcash): Add.
16161         (message-send-mail): Use it, call mail-add-payment.
16162
16163 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16164
16165         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16166
16167 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16168
16169         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16170         gnus-requst-update-info with explicit code to sync the in-memory
16171         info read flags with the marks being sync'd to the backend.
16172
16173         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16174
16175 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16176
16177         * spam.el (spam-verify-bogofilter): Add new function.
16178         (spam-check-bogofilter)
16179         (spam-bogofilter-register-with-bogofilter): Use it.
16180         (spam-verify-bogofilter): Add small fixes.
16181
16182 2004-09-28  Simon Josefsson  <jas@extundo.com>
16183
16184         * hashcash.el (hashcash-generate-payment): Revert.
16185
16186 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16187
16188         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16189         Use gnus-extract-references instead of gnus-split-references.
16190
16191         * gnus-util.el (gnus-extract-references): Add new function, analogous
16192         to gnus-split-references but extracts only the message-ID without
16193         anything extra.
16194
16195         * hashcash.el (hashcash-generate-payment)
16196         (hashcash-check-payment): Do the right thing if hashcash-path is
16197         nil (because the hashcash program could not be found).
16198
16199         * spam.el (spam-use-hashcash): Remove comment.
16200
16201 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16202
16203         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16204         (gnus-cache-enter-article, gnus-cache-remove-article)
16205         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16206
16207         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16208
16209         * gnus-art.el (article-hide-boring-headers)
16210         (article-translate-strings, article-display-face)
16211         (gnus-article-mime-match-handle-first)
16212         (gnus-article-highlight-headers)
16213         (gnus-article-add-buttons-to-head): do.
16214
16215 2004-09-27  Simon Josefsson  <jas@extundo.com>
16216
16217         * hashcash.el: New version, from
16218         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16219         ../contrib/.
16220
16221 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16224
16225 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16226
16227         * gnus-dup.el (gnus-dup-open): Use mapc.
16228         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16229
16230         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16231         Reported by Stefan Wiens <s.wi@gmx.net>.
16232
16233         * gnus.el (gnus-shutdown): Use dolist.
16234
16235         * gnus-undo.el (gnus-undo): Use mapc.
16236
16237         * nnrss.el (nnrss-generate-active): do.
16238
16239         * message.el (message-cite-original-without-signature)
16240         (message-cite-original): Use mapc.
16241         (message-do-actions, message-make-forward-subject): Use dolist.
16242
16243 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16244
16245         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16246         deletion to remove entire duplicate line.  Fixes merged article
16247         number bug.
16248
16249 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16250
16251         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16252         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16253         first ask if you want to open a server and then, even when you
16254         responded with no, asking if you want to synchronize the server's
16255         flags.
16256         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16257         multi-line expressions.
16258         (gnus-agent-synchronize-group-flags): New internal function.
16259         Updates marks in memory (in the info structure) AND in the
16260         backend.
16261
16262         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16263
16264         * nnagent.el (nnagent-request-set-mark):
16265         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16266         method, to ensure that synchronization updates marks in the
16267         backend and in the info (in memory) structure.
16268
16269 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16270
16271         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16272         convention fully; don't miss the root article of a thread; make
16273         the X-Draft-From header with correct article numbers.
16274
16275 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16276
16277         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16278         unless plugged.  Disable the agent so that an open failure causes
16279         an error.
16280
16281         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16282         Revert 2004-09-21 change.  The backend must be opened while
16283         synchronizing flags even when the backend stores the flags
16284         locally.
16285
16286 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16287
16288         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16289         in `header' match.  Reported by Svend Tollak Munkejord.
16290
16291         * message.el (message-cite-original): Fix use of
16292         `message-cite-articles-with-x-no-archive'.
16293
16294 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16295
16296         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16297         (gnus-window-to-buffer): Ditto.
16298
16299         * mml.el (mml-preview-buffer): New variable.
16300         (mml-preview): Manage window layout with gnus-buffer-configuration.
16301
16302         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16303         X-Draft-From header even if those articles aren't quoted.
16304
16305 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16306
16307         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16308         (gnus-request-set-mark, gnus-request-update-mark): Use new
16309         g-s-t-u-l-m to decide to use backend even when unplugged.
16310
16311 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16312
16313         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16314         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16315
16316 2004-09-20  Simon Josefsson  <jas@extundo.com>
16317
16318         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16319         "utf-16-le".
16320
16321 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16322
16323         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16324
16325 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16326
16327         * uudecode.el (uudecode-use-external): Add :version.
16328
16329         * smime.el (smime-CA-file, smime-encrypt-cipher)
16330         (smime-dns-server): Add :version.
16331
16332         * smiley.el (gnus-smiley-file-types): Add :version.
16333
16334         * sha1.el (sha1-use-external): Add :version.
16335
16336         * pgg-def.el (pgg-query-keyserver): Add :version.
16337
16338         * nnmail.el (nnmail-fancy-expiry-targets)
16339         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16340         Add :version.
16341
16342         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16343         (nnimap-retrieve-groups-asynchronous): Add :version.
16344         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16345
16346         * mml.el (mml-content-disposition-parameters)
16347         (mml-insert-mime-headers-always): Add :version.
16348
16349         * mm-util.el (mm-coding-system-priorities): Add :version.
16350
16351         * mm-decode.el (mm-inline-text-html-with-images)
16352         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16353         (mm-verify-option): Add :version.
16354         (mm-text-html-renderer): Change :version.
16355
16356         * message.el (message-fcc-externalize-attachments)
16357         (message-required-headers, message-draft-headers)
16358         (message-subject-trailing-was-query)
16359         (message-subject-trailing-was-ask-regexp)
16360         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16361         (message-mark-insert-end, message-archive-header)
16362         (message-archive-note, message-cross-post-default)
16363         (message-cross-post-note, message-followup-to-note)
16364         (message-cross-post-note-function, message-use-mail-followup-to)
16365         (message-subscribed-address-functions)
16366         (message-subscribed-address-file, message-subscribed-addresses)
16367         (message-subscribed-regexps, message-allow-no-recipients)
16368         (message-yank-cited-prefix, message-signature-insert-empty-line)
16369         (message-hidden-headers, message-hierarchical-addresses)
16370         (message-mail-user-agent, message-use-idna)
16371         (message-valid-fqdn-regexp)
16372         (message-strip-special-text-properties, message-header-synonyms)
16373         (message-beginning-of-line, message-tab-body-function): Add :version.
16374         (message-insert-canlock, message-wide-reply-confirm-recipients):
16375         Change :version.
16376
16377         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16378         and :version.
16379         (mail-source-delete-old-incoming-confirm)
16380         (mail-source-movemail-program): Add :version.
16381
16382         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16383         (gnus-agent-cache, gnus-agent): Change :version.
16384
16385         * gnus-util.el (gnus-use-byte-compile): Change :version.
16386
16387         * gnus-sum.el (gnus-summary-make-false-root-always)
16388         (gnus-summary-default-high-score)
16389         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16390         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16391         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16392         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16393         (gnus-sum-thread-tree-single-indent)
16394         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16395         (gnus-sum-thread-tree-leaf-with-other)
16396         (gnus-sum-thread-tree-single-leaf): Add :version.
16397         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16398         (gnus-article-loose-mime): Change :version.
16399
16400         * gnus-start.el (gnus-backup-startup-file)
16401         (gnus-save-startup-file-via-temp-buffer): Add :version.
16402
16403         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16404         (gnus-server-offline-face): Add :version.
16405
16406         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16407
16408         * gnus-msg.el (gnus-gcc-externalize-attachments)
16409         (gnus-debug-files, gnus-debug-exclude-variables)
16410         (gnus-discouraged-post-methods): Change :version.
16411         (gnus-confirm-mail-reply-to-news)
16412         (gnus-confirm-treat-mail-like-news): Add :version.
16413
16414         * gnus-int.el (gnus-server-unopen-status): Add :version.
16415
16416         * gnus-group.el (gnus-group-jump-to-group-prompt)
16417         (gnus-large-ephemeral-newsgroup)
16418         (gnus-fetch-old-ephemeral-headers): Add :version.
16419
16420         * gnus-fun.el (gnus-x-face-directory)
16421         (gnus-convert-pbm-to-x-face-command)
16422         (gnus-convert-image-to-x-face-command)
16423         (gnus-convert-image-to-face-command): Add :version.
16424
16425         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16426
16427         * gnus-cite.el (gnus-cite-blank-line-after-header)
16428         (gnus-article-boring-faces): Add :version.
16429
16430         * gnus-art.el (gnus-buttonized-mime-types)
16431         (gnus-inhibit-mime-unbuttonizing)
16432         (gnus-treat-display-face)
16433         (gnus-treat-body-boundary): Change :version.
16434         (gnus-body-boundary-delimiter, gnus-picon-databases)
16435         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16436         (gnus-treat-date-english, gnus-treat-fold-headers)
16437         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16438         (gnus-treat-mail-picon, gnus-treat-wash-html)
16439         (gnus-article-encrypt-protocol)
16440         (gnus-use-idna, gnus-article-over-scroll)
16441         (gnus-mime-display-multipart-alternative-as-mixed)
16442         (gnus-mime-display-multipart-related-as-mixed)
16443         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16444         (gnus-ctan-url, gnus-button-ctan-handler)
16445         (gnus-button-handle-ctan-bogus-regexp)
16446         (gnus-button-ctan-directory-regexp)
16447         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16448         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16449         (gnus-button-man-level, gnus-button-emacs-level)
16450         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16451
16452         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16453         (gnus-agent-go-online): Change :version.
16454         (gnus-agent-expire-unagentized-dirs)
16455         (gnus-agent-auto-agentize-methods): Add :version.
16456
16457         * flow-fill.el (fill-flowed-display-column)
16458         (fill-flowed-encode-column): Add :version.
16459
16460         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16461         (gnus-outlook-deuglify-unwrap-max)
16462         (gnus-outlook-deuglify-cite-marks)
16463         (gnus-outlook-deuglify-unwrap-stop-chars)
16464         (gnus-outlook-deuglify-no-wrap-chars)
16465         (gnus-outlook-deuglify-attrib-cut-regexp)
16466         (gnus-outlook-deuglify-attrib-verb-regexp)
16467         (gnus-outlook-deuglify-attrib-end-regexp)
16468         (gnus-outlook-display-hook): Add :version.
16469
16470         * binhex.el (binhex-use-external): Add :version.
16471
16472 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16473
16474         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16475         and `invisible'.
16476
16477 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16478
16479         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16480         in gnus-registry-trim.
16481
16482 2004-09-13  Simon Josefsson  <jas@extundo.com>
16483
16484         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16485
16486         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16487
16488         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16489         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16490         <yamaoka@jpl.org>.
16491         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16492         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16493         <yamaoka@jpl.org>.
16494
16495         * sieve.el (sieve-manage-mode): Ditto.
16496
16497 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16498
16499         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16500
16501 2004-09-11  Simon Josefsson  <jas@extundo.com>
16502
16503         * dns-mode.el: Add.
16504
16505         * mm-view.el (mm-display-dns-inline): Add.
16506
16507         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16508         (mm-automatic-display): Ditto.
16509
16510         * mailcap.el (mailcap-mime-data): Add text/dns.
16511         (mailcap-mime-extensions): Map .soa to text/dns.
16512
16513 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16514
16515         * gnus-art.el (article-decode-mime-words, article-babel)
16516         (gnus-article-highlight-signature, gnus-article-add-buttons)
16517         (gnus-signature-toggle): Remove unnecessary bindings of
16518         `inhibit-read-only' inherited from v5.10 merge.
16519
16520 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16521
16522         * nntp.el (nntp): New customization group.
16523         (nntp-authinfo-file): Add customization group.
16524
16525         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16526
16527         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16528
16529         * gnus.el (to-address, to-list, subscribed)
16530         (large-newsgroup-initial): Ditto.
16531
16532         * flow-fill.el (fill-flowed-display-column)
16533         (fill-flowed-encode-column): Ditto.
16534
16535 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16536
16537         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16538         Use point-min rather than 1.
16539         (message-send-mail): Use buffer-size rather than point-max.
16540
16541         * gnus-sum.el (gnus-summary-search-article-forward):
16542         Signal a specific `search-failed' rather than a generic `error'.
16543
16544         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16545         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16546         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16547
16548 2004-09-10  Simon Josefsson  <jas@extundo.com>
16549
16550         * nndb.el (require): Remove tcp and duplicate cl.
16551
16552 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16553
16554         * gnus-agent.el (directory-files-and-attributes): Move forward.
16555
16556 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16557
16558         * gnus-agent.el (directory-files-and-attributes):
16559         Optionally defined to support XEmacs.
16560
16561 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16562
16563         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16564         to avoid run-time CL dependencies.
16565         (gnus-agent-unfetch-articles): New function.
16566         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16567         article numbers even when local .overview file is missing.
16568         (gnus-agent-read-article-number): New function.  Only accepts
16569         27-bit article numbers.
16570         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16571         Use gnus-agent-read-article-number.
16572         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16573         from backend while recognizing that article numbers in .overview
16574         must be valid.
16575         (gnus-agent-update-files-total-fetched-for):
16576         Use directory-files-and-attributes to improve performance.
16577         * gnus-int.el (gnus-request-move-article):
16578         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16579         improve performance.
16580
16581         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16582         some users confused by references to .newsrc when they only have a
16583         .newsrc.eld file.
16584         (gnus-convert-mark-converter-prompt)
16585         (gnus-convert-converter-needs-prompt): Fix use of property list.
16586         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16587         New function.  Used internally to only display 'gnus converting
16588         files' message when actually necessary.
16589
16590         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16591         methods now autoloaded.
16592
16593 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16594
16595         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16596         identifiers.
16597
16598 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16599
16600         * gnus-picon.el: Fix indentation and closing parenthesis.
16601
16602 2004-09-01  Simon Josefsson  <jas@extundo.com>
16603
16604         * message.el (message-canlock-generate): Require sha1, not
16605         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16606         to require within a function.  Sadly, if sha1.el isn't loaded, the
16607         let binding in m-c-g will hide the defcustom definition, which is
16608         bad.)
16609
16610         * canlock.el: Require sha1, not sha1-el.
16611
16612         * message.el: Don't autoload sha1 (there is a autoload cookie in
16613         sha1.el).
16614
16615         * sha1-el.el: Rename to sha1.el.
16616
16617 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16618
16619         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16620
16621 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16622
16623         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16624
16625 2004-08-30  Kim F. Storm  <storm@cua.dk>
16626
16627         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16628
16629         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16630         Add :group 'nnimap.
16631
16632 2004-08-30  Andreas Schwab  <schwab@suse.de>
16633
16634         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16635         ?* and ?\;.
16636
16637         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16638         and ?\' to symbol instead of whitespace.
16639
16640 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16641
16642         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16643
16644         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16645         instead of re-search-forward.
16646
16647         * gnus-uu.el (gnus-uu-save-article): Ditto.
16648         (gnus-uu-post-encode-uuencode): Ditto.
16649
16650         * html2text.el (html2text-clean-list-items): Ditto.
16651         (html2text-clean-dtdd): Ditto.
16652         (html2text-format-tags): Ditto.
16653
16654         * message.el (message-send-mail-with-sendmail): Fix regexp.
16655         (message-fill-field-general): Use search-forward instead of
16656         re-search-forward.
16657         (unbold-region): Ditto.
16658
16659         * nnrss.el (nnrss-request-article): Ditto.
16660
16661         * nnslashdot.el (nnslashdot-request-article): Ditto.
16662
16663         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16664
16665         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16666         "Unrecognized menu descriptor" error in XEmacs.
16667
16668 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16669
16670         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16671         parent article of a sparse article in the thread hashtb.
16672
16673 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16674
16675         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16676         (nnmail-expand-newtext): Lowercase expanded entries if
16677         nnmail-split-lowercase-expanded is non-nil.
16678
16679 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16680
16681         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16682
16683         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16684         of gnus-tmp-news-method into string under XEmacs.  It will be
16685         passed to gnus-correct-length which takes only a string argument.
16686
16687 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16688
16689         * gnus-util.el (gnus-bind-print-variables): New macro.
16690         (gnus-prin1): Use it.
16691         (gnus-prin1-to-string): Use it.
16692         (gnus-pp): New function.
16693         (gnus-pp-to-string): New function.
16694
16695         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16696         Replace pp-to-string with gnus-pp-to-string.
16697         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16698         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16699         * gnus-msg.el (gnus-debug): Ditto.
16700         * gnus-score.el (gnus-score-save): Ditto.
16701         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16702         gnus-pp-to-string.
16703         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16704         with gnus-pp.
16705         * score-mode.el (gnus-score-pretty-print): Ditto.
16706         * webmail.el (webmail-debug): Ditto.
16707
16708 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16709
16710         * gnus-art.el (article-display-face, article-display-x-face):
16711         Use buffer-read-only.
16712
16713 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16714
16715         * gnus-art.el (article-hide-list-identifiers):
16716         Bind inhibit-read-only as t.
16717
16718 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16719
16720         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16721
16722 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16723
16724         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16725         (gnus-narrow-to-page): Don't assume point-min == 1.
16726         (gnus-article-edit-mode): Derive from message-mode.
16727
16728         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16729         point-min == 1.
16730
16731         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16732         Disable incorrect use of `assert'.
16733
16734         * message.el (message-mode): Set comment-start-skip.
16735
16736
16737 2004-08-22  Sam Steingold  <sds@gnu.org>
16738
16739         * pop3.el (pop3-leave-mail-on-server): New user variable.
16740         (pop3-movemail): Delete mail only when it is nil.
16741
16742 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16743
16744         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16745
16746         * mml.el (mml-preview): Use `pop-to-buffer'.
16747
16748         * message.el (message-goto-mail-followup-to): Insert after "To".
16749         (message-carefully-insert-headers): Add comment.
16750
16751         * gnus.el: Remove unused variable `gnus-article-check-size'.
16752
16753         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16754
16755         * gnus-art.el (gnus-button-alist):
16756         Improve `gnus-button-handle-library' entry.
16757
16758 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16759
16760         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16761         Use downcase, since XEmacs capitalizes error messages differently.
16762
16763 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16764
16765         * nntp.el: Add (require 'gnus) due to reference to
16766         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16767
16768 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16769
16770         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16771         Bind `mm-fill-flowed'.
16772
16773         * mm-decode.el (mm-dissect-singlepart): Check it.
16774
16775 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16776
16777         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16778         'imap' for netrc parsing.
16779
16780 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16781
16782         * mailcap.el (mailcap-mime-data): Mark as risky.
16783
16784 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16785
16786         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16787         may be included in the encoded word.
16788         (rfc2047-encode): Don't append a space if the encoded word
16789         includes close parenthesis.
16790
16791 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16792
16793         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16794         of text within parentheses.
16795
16796 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16797
16798         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16799         (gnus-encrypt-write-file-contents): Make the password key the file
16800         name PLUS the cipher, not just the cipher.  Also remove failed
16801         passwords from the cache.
16802
16803 2004-08-06  Simon Josefsson  <jas@extundo.com>
16804
16805         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16806         Doc fix.
16807
16808 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16809
16810         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16811         LWSP.
16812
16813 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16814
16815         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16816         Try to append in-reply-to: data to the references: header.
16817
16818         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16819         (netrc-parse): Use gnus-encrypt.el functions.
16820
16821         * gnus-encrypt.el: Add new file for encryption support; currently
16822         does only a few GPG ciphers and an internal XOR cipher.
16823
16824         * password.el: Add comments on using password-read-and-add.
16825         (password-read-and-add): Add function to read and add the
16826         password to the cache at once.
16827
16828 2004-07-28  Simon Josefsson  <jas@extundo.com>
16829
16830         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16831         parameter (but don't use it, for now).
16832
16833         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16834         instead of hard coding to nil.
16835
16836 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16837
16838         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16839         as mm-inline-image-xemacs does.
16840
16841 2004-07-26  Simon Josefsson  <jas@extundo.com>
16842
16843         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16844         Revert part of 2004-07-17 change below.
16845
16846 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16849         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16850
16851 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16852
16853         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16854         quotes that actually start with ">" at the beginning of the
16855         lines.
16856
16857 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16858
16859         * rfc2047.el (rfc2047-encode-region): Fix last change.
16860         (rfc2047-encode-parameter): Remove useless concat.
16861
16862 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16863
16864         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16865         encode special characters; fix some kind of misconfigured headers;
16866         signal a real error if debug-on-quit or debug-on-error is non-nil.
16867         (rfc2047-encode-max-chars): New variable.
16868         (rfc2047-encode-1): Use it.
16869         (rfc2047-encode-parameter): New function.
16870
16871         * mml.el (mml-insert-parameter): Remove an excessive space.
16872
16873 2004-07-17  Simon Josefsson  <jas@extundo.com>
16874
16875         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16876         Kai Grossjohann <kai@emptydomain.de>.
16877         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16878         (gnus-group-make-menu-bar): Ditto.
16879
16880         * gnus-util.el (gnus-group-server): Add.
16881
16882 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16883
16884         * message.el (message-clone-locals): Clone sendmail and smtp
16885         variables.
16886
16887 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16888
16889         * rfc2047.el (rfc2047-encode-region): Fix last change.
16890
16891 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16892
16893         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16894         characters as non-special.
16895
16896 2004-07-09  Simon Josefsson  <jas@extundo.com>
16897
16898         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16899         Users will lose all flag changes made while unplugged with
16900         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16901         good default.  See numerous reports on ding mailing list.
16902
16903 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16904
16905         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16906         add generate-head-function and generate-article-function to the
16907         rfc822-forward entry.
16908         (nndoc-rfc822-forward-generate-article): New function.
16909         (nndoc-rfc822-forward-generate-head): New function.
16910
16911         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16912
16913 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16914
16915         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16916         respect display group parameter and gnus-summary-expunge-below.
16917         (gnus-articles-to-read): Remove unused reference to display group
16918         parameter.
16919
16920 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16921
16922         * nnheader.el (nnheader-uniquify-message-id): New experimental
16923         variable.
16924         (nnheader-nov-read-message-id): Use it.
16925
16926         * spam-report.el (spam-report-gmane): Add interactive.
16927
16928 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16929
16930         * mm-encode.el (mm-content-transfer-encoding-defaults):
16931         Use qp-or-base64 for the application/* types.
16932
16933 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16934
16935         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16936
16937 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16938
16939         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16940         trim value.
16941
16942 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16943
16944         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16945         New macro and function.
16946         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16947
16948 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16949
16950         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16951         after-load-alist.
16952
16953 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16954
16955         * gnus-group.el (gnus-group-get-new-news-this-group):
16956         Don't update info that isn't there.
16957
16958 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16959
16960         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16961         entry.
16962
16963 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16964
16965         * mm-view.el (mm-inline-render-with-function): Use multibyte
16966         buffer; decode html source by charset.
16967
16968         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16969
16970         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16971         Mule-UCS is loaded under XEmacs.
16972         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16973
16974 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16975
16976         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16977
16978 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16979
16980         * mm-util.el (mm-coding-system-p): Return a coding-system.
16981         (mm-mime-mule-charset-alist): Use shift_jis instead of
16982         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16983         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16984         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16985         instead of japanese-shift-jis and iso-latin-1 respectively in
16986         order to share the default value with both Emacs and XEmacs-mule.
16987         (mm-mule-charset-to-mime-charset):
16988         Make mm-coding-system-priorities effective.
16989         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16990         while predicating of candidates upon the priorities.
16991
16992 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16993
16994         * gnus-sum.el (gnus-summary-make-menu-bar):
16995         Add gnus-uu-invert-processable.
16996
16997         * gnus.el: Autoload gnus-uu-invert-processable.
16998
16999 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17000
17001         * mm-util.el (mm-with-multibyte-buffer): New macro.
17002
17003         * rfc2047.el (rfc2047-encode-string): Use it.
17004         (rfc2047-encode-region): Move point to the end of the region after
17005         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17006
17007 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17008
17009         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17010         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17011
17012 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17013
17014         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17015         (gnus-cite-parse): Ignore quoted envelope From_.
17016         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17017
17018 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17019
17020         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17021         invalid addresses.
17022
17023 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17024
17025         * spam.el: Change section markers, revise TODO list.
17026         (spam-backends): Make new master list of all installed backends.
17027         (spam-summary-exit-behavior): Add new variable to determine how
17028         messages moves are done at summary exit.
17029         (spam-move-spam-nonspam-groups-only)
17030         (spam-process-ham-in-nonham-groups)
17031         (spam-process-ham-in-spam-groups): Remove variables, the
17032         spam-summary-exit-behavior variable should be used to manage this
17033         behavior.
17034         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17035         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17036         and spam-old-spam-articles.
17037         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17038         Add empty variables, placeholders for the backends they represent.
17039         (spam-set-difference): Move, unchanged.
17040         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17041         unless the user has a processor variable.
17042         (spam-classifications, spam-classification-valid-p)
17043         (spam-backend-properties, spam-backend-property-valid-p)
17044         (spam-backend-function-type-valid-p)
17045         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17046         (spam-report-articles-gmane, spam-report-articles-resend):
17047         Remove functions, they are not needed.
17048         (spam-install-backend-super, spam-backend-list)
17049         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17050         (spam-backend-function, spam-backend-ham-registration-function)
17051         (spam-backend-spam-registration-function)
17052         (spam-backend-ham-unregistration-function)
17053         (spam-backend-spam-unregistration-function)
17054         (spam-backend-statistical-p, spam-backend-mover-p)
17055         (spam-install-backend-alias, spam-install-checkonly-backend)
17056         (spam-install-mover-backend, spam-install-nocheck-backend)
17057         (spam-install-backend, spam-install-statistical-backend)
17058         (spam-install-statistical-checkonly-backend): Add backend installation
17059         support.
17060         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17061         (spam-group-processor-p): Use the new backend code and respect the
17062         summary exit behavior.
17063         (spam-mark-spam-as-expired-and-move-routine): Remove.
17064         (spam-summary-prepare): Change to use the new spam-old-articles
17065         variable.
17066         (spam-copy-or-move-routine, spam-copy-spam-routine)
17067         (spam-move-spam-routine, spam-copy-ham-routine)
17068         (spam-move-ham-routine): Add code to copy/move ham or spam.
17069         (spam-fetch-field-fast): Improve doc and code, plus allow the
17070         'number request.
17071         (spam-list-of-checks, spam-list-of-statistical-checks):
17072         Remove variables.
17073         (spam-split, spam-find-spam): Use the new backend code.
17074         (spam-registration-functions): Remove variable.
17075         (spam-unregister-routine): Add convenience wrapper.
17076         (spam-log-undo-registration, spam-register-routine)
17077         (spam-log-processing-to-registry)
17078         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17079         where possible.
17080         (spam-check-gmane-xref, spam-check-regex-headers)
17081         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17082         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17083         (spam-check-bogofilter-headers, spam-check-spamoracle)
17084         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17085         (spam-check-crm114-headers): Use the spam-split-group that
17086         spam-split prepares, no need to determine it every time.
17087
17088         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17089         to the nnheader-parse-naked-head call.
17090
17091         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17092
17093         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17094         the nnheader-nov-read-message-id call.
17095
17096 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17097
17098         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17099         gnus-activate-group twice.  Suggested by Markus Peter
17100         <warp@spin.de>.
17101
17102 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17103
17104         * gnus-art.el (gnus-article-time-format): Exchange the order of
17105         day and month in the default value; fix customization type.
17106         (article-date-ut): Use add-text-properties.
17107         (article-make-date-line): Use message-make-date instead of
17108         current-time-string.
17109
17110         * message.el (message-fetch-field): Don't use set-text-properties.
17111         (message-make-date): Simplify.
17112
17113         * messagexmas.el (message-xmas-make-date): New function.
17114         (message-xmas-redefine): Defalias message-make-date to it.
17115
17116 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17117
17118         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17119         (rfc2047-encode-region): Treat text within parentheses as special;
17120         show the original text when error has occurred.
17121
17122         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17123         already-computed method to gnus-activate-group.
17124
17125         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17126         same select-methods identical Lisp objects.
17127
17128         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17129         object when modifying the info.
17130
17131 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17132
17133         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17134         gnus-opened-servers since it has never been opened with the new
17135         configuration yet.
17136
17137 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17138
17139         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17140         arg to nnheader-generate-fake-message-id.
17141
17142 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17143
17144         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17145         number and build a fake message ID localized to a group and
17146         article number (so it's repeatable from that point on).
17147         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17148         ID format.
17149
17150         * gnus-sum.el (gnus-get-newsgroup-headers):
17151         Call nnheader-generate-fake-message-id with the article number.
17152
17153 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17154
17155         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17156         end-of-buffer.
17157
17158 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17159
17160         * message.el (message-ignored-supersedes-headers): Add Approved.
17161
17162 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17163
17164         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17165         goto-char.
17166         (rfc2047-encode): Fold the line before encoding.
17167
17168 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17169
17170         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17171         folding -- not all headers can be folded, and this should be done
17172         by the message composition mode.  Probably.  I think.
17173
17174 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17175
17176         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17177         fast.
17178
17179         * gnus-ems.el (gnus-remove-image): Don't use
17180         message-text-with-property; remove only the image found first.
17181
17182         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17183         found first.
17184
17185 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17186
17187         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17188
17189 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17190
17191         * message.el (message-text-with-property): Make it fast and accept
17192         optional arguments.
17193         (message-strip-forbidden-properties): Use it.
17194         (message-fix-before-sending): Follow the m-t-w-p change.
17195
17196         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17197
17198 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17199
17200         * gnus-art.el (article-hide-headers): Don't change the buffer
17201         mistakenly when performing mml-preview even if
17202         gnus-single-article-buffer is nil.
17203
17204 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17205
17206         * message.el (message-expand-name-databases): New user option.
17207         (message-expand-name): Use it.
17208
17209 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17210
17211         * spam.el (spam-report-articles-resend)
17212         (spam-report-resend-register-routine): Allow ham reporting.
17213         (spam-report-resend-register-ham-routine): Add wrapper.
17214         (spam-registration-functions): Add ham resending functions.
17215         (spam-list-of-processors): Add ham resend processor.
17216
17217         * gnus.el (ham-resend-to): Add new group parameter.
17218         (spam-process): Add ham resend option.
17219
17220         * spam-report.el (spam-report-resend): Allow reporting ham.
17221         (spam-report-resend-ham): Add wrapper.
17222
17223 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17224
17225         * message.el (message-cite-articles-with-x-no-archive):
17226         New variable.
17227         (message-cite-original): Use it.
17228
17229 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17230
17231         * message.el (message-cite-original): Respect X-No-Archive.
17232
17233 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17234
17235         * gnus-art.el (article-hide-headers): Refer to the values for
17236         gnus-ignored-headers and gnus-visible-headers in the summary
17237         buffer since a user may have set them as group parameters.
17238
17239 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17240
17241         * assistant.el (assistant-node-name): Add convenience function.
17242         (assistant-render-text, assistant-render-node): Add error handling,
17243         plus handle multiple next nodes.
17244         (assistant-find-next-node): Comment out for now.
17245         (assistant-find-next-nodes): Add function, returns list of next
17246         nodes.
17247
17248 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17249
17250         * mail-source.el (mail-source-directory): Fix doc-string.
17251
17252 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17253
17254         * assistant.el (assistant-render-text, assistant-eval): Add :set
17255         widget type, which is different because it takes and returns a
17256         list.  Much hilarity ensues.
17257
17258 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17259
17260         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17261
17262         * gnus-group.el (gnus-group-get-new-news-this-group):
17263         Add doc-string.
17264
17265         * gnus-start.el (gnus-activate-group): Add doc-string.
17266
17267 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17268
17269         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17270
17271 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17272
17273         * assistant.el (assistant-render-text): Try to add a :set
17274         widget, more to come.
17275
17276         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17277         strings.
17278         (spam-report-articles-resend)
17279         (spam-register-routine): Do registration iff any articles warrant
17280         it.
17281         (spam-summary-prepare-exit): Change log message for nil group
17282         destinations.
17283
17284 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17285
17286         * spam.el (spam-report-resend-register-routine):
17287         Allow spam-report-resend-to to be a group parameter or a global value.
17288
17289 2004-05-26  Simon Josefsson  <jas@extundo.com>
17290
17291         * starttls.el: Merge with my GNUTLS based starttls.el.
17292         (starttls-gnutls-program, starttls-use-gnutls)
17293         (starttls-extra-arguments, starttls-process-connection-type)
17294         (starttls-connect, starttls-failure, starttls-success):
17295         New variables.
17296         (starttls-program, starttls-extra-args): Doc fix.
17297         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17298         New functions.
17299         (starttls-negotiate, starttls-open-stream):
17300         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17301         function if it is set.
17302
17303 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17304
17305         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17306         structured fields.
17307
17308 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17309
17310         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17311
17312 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17313
17314         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17315         Add variable.
17316         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17317         assigning the spam-mark to new messages.
17318
17319 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17320
17321         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17322
17323 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17324
17325         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17326
17327         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17328         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17329         default.
17330
17331 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17332
17333         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17334         correct data.
17335
17336 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17337
17338         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17339         (spam-group-processor-p): Fix function.
17340         (spam-group-processor-multiple-p)
17341         (spam-group-spam-processor-report-gmane-p)
17342         (spam-group-spam-processor-report-resend-p)
17343         (spam-group-spam-processor-bogofilter-p)
17344         (spam-group-spam-processor-blacklist-p)
17345         (spam-group-spam-processor-ifile-p)
17346         (spam-group-ham-processor-ifile-p)
17347         (spam-group-spam-processor-spamoracle-p)
17348         (spam-group-spam-processor-crm114-p)
17349         (spam-group-ham-processor-bogofilter-p)
17350         (spam-group-spam-processor-stat-p)
17351         (spam-group-ham-processor-stat-p)
17352         (spam-group-ham-processor-whitelist-p)
17353         (spam-group-ham-processor-BBDB-p)
17354         (spam-group-ham-processor-spamoracle-p)
17355         (spam-group-ham-processor-copy-p): Remove functions with some
17356         prejudice against unneeded code.
17357         (spam-report-articles-resend)
17358         (spam-report-resend-register-routine): Allow the group/topic
17359         spam-resend-to value to override spam-report-resend-to.
17360         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17361         properly now.
17362
17363         * gnus.el (spam-resend-to): Add group/topic parameter.
17364         (spam-process): Move the OBSOLETE processors to the end of the
17365         choices.
17366
17367 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17368
17369         * spam-report.el (spam-report-resend-to, spam-report-resend):
17370         Start with resend-to set to nil, and then ask the user if necessary.
17371         (spam-report-resend): spam-report-resend takes a list of articles, not
17372         separate article numbers.
17373
17374 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17375
17376         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17377         addition to emacs-w3m.
17378
17379 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17380
17381         * assistant.el (assistant-authinfo-data): New function.
17382         (assistant-eval): Eval for entire assistant.
17383
17384         * netrc.el (netrc-services-file): New variable.
17385         (netrc-parse-services): New function.
17386         (netrc-find-service-name): New function.
17387         (netrc-find-service-number): New function.
17388         (netrc-port-equal): New function.
17389         (netrc-machine): Use it.
17390
17391         * nnimap.el (nnimap-open-connection): Use netrc.
17392
17393         * gnus-util.el (gnus-netrc-get): Remove aliases.
17394
17395         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17396
17397         * assistant.el (wid-edit): Fix compilation.
17398
17399         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17400
17401 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17402
17403         * gnus-util.el (gnus-set-file-modes): New function.  (small
17404         patch).
17405
17406 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17407
17408         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17409
17410         * assistant.el (assistant-render-node): Fix up rendering and
17411         read-only text.
17412         (assistant-render-node): Reset.
17413         (assistant-make-read-only): Not sticky.
17414
17415 2004-05-20  Danny Siu  <dsiu@adobe.com>
17416
17417         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17418         centered even when gnus-auto-center-summary is t.
17419
17420 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17421
17422         * dns.el (dns-get-txt-answer): New function.
17423         (dns-read-txt): Ditto.
17424         (query-dns): Use it.
17425
17426 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17427
17428         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17429         active for foreign groups even if the group level is higher than
17430         the specified value.
17431
17432 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17433
17434         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17435         non-active groups.
17436
17437         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17438
17439 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17440
17441         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17442
17443 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17444
17445         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17446         (spam-crm114-header, spam-crm114-spam-switch)
17447         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17448         (spam-crm114-positive-spam-header)
17449         (spam-crm114-database-directory, spam-list-of-processors)
17450         (spam-group-spam-processor-crm114-p)
17451         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17452         (spam-generic-score, spam-list-of-checks)
17453         (spam-list-of-statistical-checks, spam-registration-functions)
17454         (spam-check-crm114-headers, spam-crm114-score)
17455         (spam-check-crm114, spam-crm114-register-with-crm114)
17456         (spam-crm114-register-spam-routine)
17457         (spam-crm114-unregister-spam-routine)
17458         (spam-crm114-register-ham-routine)
17459         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17460         From asjo@koldfront.dk (Adam Sjøgren).
17461
17462         * gnus.el: Add spam-use-crm114.
17463
17464         * spam.el (spam-list-of-processors, spam-registration-functions):
17465         Add spam-use-resend.
17466         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17467         (spam-report-articles-gmane): Add doc fix.
17468         (spam-report-articles-resend, spam-report-resend-register-routine):
17469         Add wrappers around spam-report-resend-to.
17470
17471         * spam-report.el (spam-report-resend-to, spam-report-resend):
17472         Add support for resending spam.
17473         (spam-report-gmane): Fix line length >80.
17474
17475         * gnus.el (spam-process): Add spam-use-resend.
17476
17477 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17478
17479         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17480         number of processed spam messages.
17481         (spam-ham-copy-or-move-routine): Return the number of processed
17482         ham messages.
17483         (spam-summary-prepare-exit): Use the above values to decide
17484         whether status messages shouled be displayed.
17485
17486 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17487
17488         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17489         `rfc2047-encoding-function-alist' in order to avoid conflicting
17490         with the old version.
17491         (rfc2047-encode-region): Concatenate words containing non-ASCII
17492         characters in structured fields; don't encode space-delimited
17493         ASCII words even in unstructured fields; don't break words at
17494         char-category boundaries.
17495         (rfc2047-encode-1): New function.
17496         (rfc2047-encode): Use it; encode text so that it occupies the
17497         maximum width within 76-column; work correctly on Q encoding for
17498         iso-2022-* charsets.
17499         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17500         sure not to break a line just after the header name.
17501         (rfc2047-b-encode-region): Remove.
17502         (rfc2047-b-encode-string): New function.
17503         (rfc2047-q-encode-region): Remove.
17504         (rfc2047-q-encode-string): New function.
17505
17506         * mm-util.el (mm-replace-in-string): New function.
17507
17508 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17509
17510         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17511         Really get it right.
17512         (gnus-inews-make-draft): Really.
17513
17514 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17515
17516         * nnmh.el (nnmh-request-list-1): Don't check the link count
17517         before descending.  (small patch)
17518
17519 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17520
17521         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17522         stuff.
17523
17524         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17525         Match on real group name.
17526
17527         * gnus-art.el (gnus-signature-limit): Doc fix.
17528
17529         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17530
17531         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17532
17533 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17534
17535         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17536         isn't a string.
17537
17538 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17539
17540         * gnus-draft.el (gnus-draft-send):
17541         Bind rfc2047-encode-encoded-words.
17542
17543         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17544         (rfc2047-encodable-p): Say that =? needs encoding.
17545         (rfc2047-encode-encoded-words): New variable.
17546
17547         * gnus-group.el (gnus-group-select-group): Doc fix.
17548
17549         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17550
17551         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17552         to nil.
17553
17554         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17555
17556         * nnheader.el (nnheader-get-lines-and-char): New function.
17557
17558 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17559
17560         * gnus-msg.el (gnus-summary-followup-with-original):
17561         Document yanking of region when active.
17562
17563 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17564
17565         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17566         groups if the group level is higher than the specified value.
17567
17568 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17569
17570         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17571         (gnus-group-jump-to-group): Add prefix argument using
17572         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17573         non-active group.
17574
17575         * compface.el (uncompface): Be verbose when changing
17576         `uncompface-use-external'.
17577
17578         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17579         handle manual section.
17580
17581 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17582
17583         * gnus-art.el (gnus-button-alist): Revert previous change.
17584
17585 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17586
17587         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17588
17589 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17590
17591         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17592         whether backend can accept message.
17593
17594         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17595
17596 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17597
17598         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17599         Avoid creating directory when nntp-marks-is-evil is true.
17600         Reported by Reiner Steib.
17601
17602 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17603
17604         * gnus-picon.el (gnus-picon-style): New variable.
17605         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17606         (gnus-picon-transform-address): Support `gnus-picon-style'.
17607         From Jesper Harder <harder@ifa.au.dk>.
17608
17609 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17610
17611         * message.el (message-fill-field): Return point.
17612         (message-generate-headers): Go to end of field.
17613
17614         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17615         stuff for non-living groups.
17616
17617 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17618
17619         * gnus-art.el (gnus-article-followup-with-original)
17620         (gnus-article-reply-with-original): gnus-mark-active-p ->
17621         gnus-region-active-p.
17622
17623 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17624
17625         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17626         only when there is spam or ham to be processed.
17627
17628 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17629
17630         * mail-source.el (mail-source-delete-crash-box): Refactor.
17631         (mail-source-fetch): Use it.
17632         (mail-source-fetch-file): Ditto.
17633         (mail-source-fetch-directory): Run postscript in loop.
17634         (mail-source-fetch-pop): Delete.
17635         (mail-source-fetch-maildir): Ditto.
17636         (mail-source-fetch-imap): Ditto.
17637
17638         * imap.el (imap-authenticators): Comment out sasl.
17639
17640         * message.el (message-skip-to-next-address): New function.
17641         (message-fill-header-address): Refactor.
17642         (message-fill-address): Use it.
17643         (message-delete-address): Use it.
17644         (message-fill-header-general): Refactor.
17645         (message-fill-field-address): Rename.
17646         (message-narrow-to-field): Find the start of the header.
17647         (message-header-format-alist): Don't pre-fill.
17648         (message-fill-header): Remove.
17649         (message-insert-header): New function.
17650         (message-shorten-references): Use it.
17651
17652         * rfc2047.el (rfc2047-field-value): Strip props.
17653
17654         * mail-parse.el (mail-header-make-address): New alias.
17655
17656         * ietf-drums.el (ietf-drums-make-address): New function.
17657
17658         * imap.el: Add compiler directives.
17659
17660         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17661
17662         * gnus-art.el (article-decode-idna-rhs): Don't use
17663         message-idna-inside-rhs-p.
17664
17665 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17666
17667         * message.el (message-idna-inside-rhs-p): Remove.
17668         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17669
17670         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17671         false positives.
17672
17673 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17674
17675         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17676
17677 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17678
17679         * nneething.el (nneething-file-name): Don't create spurious
17680         files.
17681
17682         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17683         (gnus-inews-do-gcc): Remove sleep.
17684
17685         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17686         part under point.
17687
17688         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17689         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17690
17691 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17692
17693         * spam.el (spam-summary-prepare-exit): Fix (length).
17694
17695 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17696
17697         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17698         as expired without moving it" message when there are spam
17699         messages left.
17700
17701 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17702
17703         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17704         header is not nil.
17705
17706 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17707
17708         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17709         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17710         (nntp-marks-changed-p): New arg SERVER.
17711         (nntp-request-update-info): Adjust caller.
17712
17713 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17714
17715         * nntp.el (nntp-save-marks): Pass missing arg.
17716
17717 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17718
17719         * nntp.el: Support marks.
17720         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17721         (nntp-marks-modtime, nntp-marks-directory): New variables.
17722         (nntp-request-set-mark, nntp-request-update-info)
17723         (nntp-possibly-create-directory, nntp-marks-changed-p)
17724         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17725         New functions.
17726
17727 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17728
17729         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17730         (gnus-xmas-redefine): Rename.
17731
17732         * gnus-score.el (gnus-score-insert-help):
17733         Use gnus-select-lowest-window.
17734
17735         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17736         appt-select-lowest-window and rename to gnus-select-lowest-window.
17737
17738         * gnus.el: do.
17739
17740 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17741
17742         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17743         encodings of MIME-encoded words, in order to improve
17744         interoperability with several broken MUAs.
17745
17746 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17747
17748         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17749         tags, only when charsets are not specified in headers.
17750         (mm-inline-text-html-render-with-w3m): Ditto.
17751
17752         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17753         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17754
17755 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17756
17757         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17758         instead of MIME-decoded from fields when checking
17759         `gnus-article-address-banner-alist'.
17760
17761 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17762
17763         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17764         description rather than subject.
17765
17766 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17767
17768         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17769
17770 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17771
17772         * gnus.el (gnus-version-number): Bump.
17773
17774 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17775
17776         * gnus.el: No Gnus v0.2 is released.
17777
17778 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17779
17780         * gnus-agent.el (gnus-agent-read-agentview):
17781         Inline gnus-uncompress-range.
17782
17783 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17784
17785         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17786         `exec-installed-p'.
17787
17788 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17789
17790         * gnus.el (spam-process, spam-autodetect-methods):
17791         Add bsfilter and bsfilter-headers.
17792
17793         * spam.el (spam-bsfilter): New customize group.
17794         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17795         (spam-bsfilter-header, spam-bsfilter-probability-header)
17796         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17797         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17798         (spam-bsfilter-database-directory): New options.
17799         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17800         (spam-list-of-statistical-checks, spam-registration-functions):
17801         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17802         (spam-bsfilter-score): New command.
17803         (spam-check-bsfilter-headers, spam-check-bsfilter)
17804         (spam-bsfilter-register-with-bsfilter)
17805         (spam-bsfilter-register-spam-routine)
17806         (spam-bsfilter-unregister-spam-routine)
17807         (spam-bsfilter-register-ham-routine)
17808         (spam-bsfilter-unregister-ham-routine): New functions.
17809         (spam-generic-score): Support bsfilter; Accept an optional argument
17810         to recalcurate spam score even if scoring header has already been
17811         added.
17812         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17813         optional argument to recalcurate spam score even if scoring header
17814         has already been added.
17815
17816 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17817
17818         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17819         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17820         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17821         link is missing.
17822
17823 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17824
17825         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17826         (html2text-get-attr): Rewrite.
17827
17828         * message.el (message-setup-1): Remove redundant put-text-property
17829         on mail-header-separator.
17830
17831 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17832
17833         * gnus-registry.el (gnus-registry-cache-whitespace)
17834         (gnus-registry-action, gnus-registry-spool-action)
17835         (gnus-registry-split-fancy-with-parent): Change message levels
17836         from 5 to 3 or 7, as needed.
17837
17838         * spam.el (spam-summary-prepare-exit)
17839         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17840         (spam-split, spam-find-spam, spam-log-undo-registration)
17841         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17842         level from 5 to 6.
17843
17844 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17845
17846         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17847         2004-03-04 change).
17848
17849 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17850
17851         * sieve-manage.el (sieve-manage-open):
17852         * nnweb.el (nnweb-insert-html):
17853         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17854         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17855         * nnspool.el (nnspool-request-group):
17856         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17857         * nnml.el (nnml-request-update-info):
17858         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17859         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17860         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17861         (nnimap-request-set-mark):
17862         * nnfolder.el (nnfolder-request-update-info):
17863         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17864         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17865         * gnus-uu.el (gnus-uu-find-articles-matching):
17866         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17867         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17868         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17869         * gnus-nocem.el (gnus-nocem-scan-groups):
17870         * gnus-int.el (gnus-start-news-server):
17871         * gnus-group.el (gnus-group-make-kiboze-group)
17872         (gnus-group-browse-foreign-server):
17873         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17874         Use mapc when appropriate.
17875
17876 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17877
17878         FIXME: Make separate entries for each person.
17879
17880         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17881         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17882         <shields@msrl.com>:
17883
17884         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17885         may need for spam sorting and scoring.
17886         (spam-user-format-function-S): Add user format function suitable for
17887         general use.
17888         (spam-article-sort-by-spam-status): Add sorting function for summary
17889         sorting.
17890         (spam-extra-header-to-number): Add function to get a score from a
17891         header.
17892         (spam-summary-score): Add function to get a numeric score from the
17893         headers.
17894         (spam-generic-score): Fix function doc, was in wrong place.
17895         (spam-initialize): Take symbols when it's run, and install the
17896         extra headers that spam-necessary-extra-headers thinks we need.
17897
17898 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17899
17900         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17901         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17902
17903 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17904
17905         * gnus-sum.el (gnus-set-global-variables)
17906         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17907         (gnus-article-get-xrefs, gnus-summary-best-group)
17908         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17909         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17910         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17911         Use with-current-buffer.
17912
17913 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17914
17915         * spam.el (spam-summary-prepare-exit): Simplify logic.
17916         (spam-fetch-article-header): Read the article header if it's not
17917         available.
17918         (spam-list-articles): Simplify logic.
17919         (spam-filelist-register-routine): Fix bug with unregister-list.
17920
17921         * gnus-registry.el: Fix comments at beginning.
17922
17923 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17924
17925         * message.el (message-cater-to-broken-inn): Remove.
17926         (message-shorten-references): Make sure the total folded length of
17927         References is shorter than 998 characters to cater to a bug in INN
17928         2.3.  Also, don't pretend that references aren't folded -- this
17929         hasn't worked for a while.
17930
17931 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17932
17933         * gnus-agent.el (gnus-agentize):
17934         gnus-agent-send-mail-real-function no longer set to current value
17935         of message-send-mail-function but rather a lambda that calls
17936         message-send-mail-function.  The change makes the agent real-time
17937         responsive to user changes to message-send-mail-function.
17938
17939 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17940
17941         * legacy-gnus-agent.el
17942         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17943         help from Florian Weimer <fw@deneb.enyo.de>
17944
17945 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17946
17947         * nnmail.el (nnmail-cache-insert): Revert last change.
17948
17949 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17950
17951         * nnmail.el (nnmail-cache-insert): Always check whether
17952         nnmail-cache-ignore-groups matches a group name.
17953
17954 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17955
17956         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17957         (spam-find-spam, spam-log-processing-to-registry)
17958         (spam-log-registered-p, spam-log-unregistration-needed-p)
17959         (spam-log-undo-registration): Use gnus-message instead of
17960         gnus-error, none of these errors are fatal.
17961
17962         * gnus-registry.el (gnus-registry-clean-empty-function)
17963         (gnus-registry-clean-empty): Remove only empty entries without
17964         extra data.
17965
17966 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17967
17968         * spam-stat.el (spam-stat-buffer-change-to-spam)
17969         (spam-stat-buffer-change-to-non-spam): Change (error) to
17970         (gnus-message 8) invocation.
17971
17972 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17973
17974         * nntp.el (nntp-via-netcat-command): New variable.
17975         (nntp-via-netcat-switches): New variable.
17976         (nntp-open-via-rlogin-and-netcat): New function.
17977         (nntp-open-connection-function): Doc fix.
17978         (nntp-telnet-command): Doc fix.
17979         (nntp-end-of-line): Doc fix.
17980         (nntp-via-rlogin-command): Doc fix.
17981         (nntp-via-user-name): Doc fix.
17982         (nntp-via-address): Doc fix.
17983
17984 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17985
17986         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17987         error in Emacs 21.1.
17988
17989 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17990
17991         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17992
17993 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17994
17995         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17996         (gnus-agent-with-refreshed-group): New macro.
17997         (gnus-agent-rename-group): New function.
17998         (gnus-agent-delete-group): New function.
17999         (gnus-agent-save-group-info): Use gnus-command-method when
18000         `method' parameter is nil.  Don't write nil entries into the
18001         active file.
18002         (gnus-agent-get-group-info): New function.
18003         (gnus-agent-fetch-articles):
18004         Use gnus-agent-update-files-total-fetched-for to increment disk space
18005         used.
18006         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18007         Use gnus-agent-update-view-total-fetched-for to increment disk space
18008         used.
18009         (gnus-agent-get-local): Add optional parameters to avoid calling
18010         gnus-group-real-name and gnus-find-method-for-group.
18011         (gnus-agent-set-local): Delete stored entry if either min, or max,
18012         are nil.
18013         (gnus-agent-fetch-session): Reworded error/quit messages.
18014         On quit, use gnus-agent-regenerate-group to record existance of any
18015         articles fetched to disk before the quit occurred.
18016         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18017         gnus-agent-update-view-total-fetched-for, and
18018         gnus-agent-update-files-total-fetched-for to decrement disk space
18019         used.
18020         (gnus-agent-retrieve-headers):
18021         Use gnus-agent-update-view-total-fetched-for to increment disk space
18022         used.
18023         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18024         with gnus-agent-update-files-total-fetched-for to decrement disk
18025         space and fresh group buffer.
18026         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18027         (gnus-agent-need-update-total-fetched-for): New variable.
18028         (gnus-agent-update-files-total-fetched-for): New function.
18029         (gnus-agent-update-view-total-fetched-for): New function.
18030         (gnus-agent-total-fetched-for): New function.
18031
18032         * gnus-cache.el (gnus-cache-save-buffers):
18033         Use gnus-cache-update-overview-total-fetched-for to change disk space
18034         used by this group.
18035         (gnus-cache-possibly-enter-article):
18036         Use gnus-cache-update-file-total-fetched-for to increment disk space
18037         used by this group.
18038         (gnus-cache-possibly-remove-article):
18039         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18040         used by this group.
18041         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18042         (gnus-cache-rename-group): New function.
18043         (gnus-cache-delete-group): New function.
18044         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18045         (gnus-cache-need-update-total-fetched-for): New variable.
18046         (gnus-cache-with-refreshed-group): New macro.
18047         (gnus-cache-update-file-total-fetched-for): New function.
18048         (gnus-cache-update-overview-total-fetched-for): New function.
18049         (gnus-cache-rename-group-total-fetched-for): New function.
18050         (gnus-cache-delete-group-total-fetched-for): New function.
18051         (gnus-cache-total-fetched-for): New function.
18052
18053         * gnus-group.el: Require gnus-sum and autoload functions to
18054         resolve warnings when gnus-group.el compiled alone.
18055         (gnus-group-line-format): Documented new %F.
18056         (size of Fetched data) group line format; identifies disk space
18057         used by agent and cache.
18058         (gnus-group-line-format-alist): Defined new F format.
18059         (gnus-total-fetched-for): New function.
18060         (gnus-group-delete-group): No longer update
18061         gnus-cache-active-altered as gnus-request-delete-group now keeps
18062         the cache in sync.
18063         (gnus-group-list-active): Let the agent store a server's active
18064         list if currently plugged.
18065
18066         * gnus-int.el (gnus-request-delete-group):
18067         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18068         local disk in sync with the server.
18069         (gnus-request-rename-group):
18070         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18071         local disk in sync with the server.
18072
18073         * gnus-start.el (gnus-get-unread-articles):
18074         Cosmetic simplification to logic.
18075
18076         * gnus-util.el (gnus-rename-file): New function.
18077
18078 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18079
18080         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18081
18082 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18083
18084         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18085         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18086
18087 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18088
18089         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18090         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18091
18092 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18093
18094         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18095
18096 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18097
18098         * spam.el (spam-set-difference): Add function to replace
18099         gnus-set-difference in spam.el.
18100         (spam-summary-prepare-exit): Use spam-set-difference.
18101
18102 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18103
18104         * gnus-registry.el (gnus-registry-cache-file): Update to use
18105         gnus-dribble-directory OR gnus-home-directory OR ~.
18106         (gnus-registry-split-fancy-with-parent): Fix doc.
18107
18108 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18109
18110         * message.el (message-exchange-point-and-mark):
18111         Use message-mark-active-p.  Suggested by Jesper Harder
18112         <harder@ifa.au.dk>.
18113
18114 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18115
18116         * message.el (message-exchange-point-and-mark): Don't activate
18117         region if it was inactive.  Suggested by Hiroshi Fujishima
18118         <pooh@nature.tsukuba.ac.jp>.
18119
18120 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18121
18122         * gnus-art.el (article-display-face): Display Faces in the same
18123         order as X-Faces.
18124
18125 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18128
18129 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18130
18131         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18132         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18133         (gnus-article-mime-hierarchy): Remove.
18134         (gnus-article-mime-hierarchy-next): Remove.
18135         (gnus-article-mode): Revert 2004-03-19 change.
18136         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18137         (gnus-insert-mime-button): Revert 2004-03-19 change.
18138         (gnus-mime-accumulate-hierarchy): Remove.
18139         (gnus-mime-enter-multipart): Remove.
18140         (gnus-mime-leave-multipart): Remove.
18141         (gnus-mime-display-part): Revert 2004-03-19 change.
18142         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18143
18144         * mml.el (mml-preview): Revert 2004-03-19 change.
18145
18146 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18147
18148         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18149
18150 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18151
18152         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18153         t while entering a file name using the mm-with-multibyte macro.
18154         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18155
18156         * mm-util.el (mm-with-multibyte): New macro.
18157
18158 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18159
18160         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18161         New user option.
18162         (gnus-mime-multipart-functions): Doc and customization fix.
18163         (gnus-article-mime-hierarchy): New variable.
18164         (gnus-article-mime-hierarchy-next): New variable.
18165         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18166         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18167         gnus-article-mime-hierarchy-next to nil.
18168         (gnus-insert-mime-button): Show hierarchy numbers.
18169         (gnus-mime-accumulate-hierarchy): New function.
18170         (gnus-mime-enter-multipart): New function.
18171         (gnus-mime-leave-multipart): New function.
18172         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18173         (gnus-mime-display-alternative): Show hierarchy numbers.
18174
18175         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18176         gnus-article-mime-hierarchy-next to nil.
18177
18178 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18179
18180         * dns.el: Don't require gnus-xmas.
18181
18182 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18183
18184         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18185         inline PGP.
18186         (mml-menu): Disable mml-quote-region if mark is inactive.
18187
18188 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18189
18190         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18191         when the group's active is not available.
18192
18193 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18194
18195         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18196         error.
18197
18198 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18199
18200         * imap.el (imap-store-password): New variable.
18201         (imap-interactive-login): Use it.
18202         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18203
18204 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18205
18206         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18207         window-start and hscroll to summary window.
18208
18209 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18210
18211         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18212         conversion message to newsrc-dribble when an actual conversion is
18213         performed.
18214
18215 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18216
18217         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18218
18219 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18220
18221         * mm-decode.el (mm-complicated-handles): New function reviving
18222         former definition of mm-multiple-handles.
18223
18224         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18225         (gnus-mime-delete-part): Use it.
18226
18227 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18228
18229         * gnus-agent.el (gnus-agent-read-local):
18230         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18231         avoid the implicit assumption that they will always be equal.
18232         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18233         coding-system-for-write, as the with-temp-file macro first prints
18234         to a buffer then saves the buffer.
18235
18236 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18237
18238         * gnus-art.el (gnus-article-edit-part): New function.
18239         (gnus-mime-save-part-and-strip): Use it; do query instead of
18240         signaling an error; don't use mm-multiple-handles.
18241         (gnus-mime-delete-part): Ditto.
18242
18243 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18244
18245         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18246         old file versions.
18247         (gnus-group-prepare-hook): Remove function that converted list
18248         form of gnus-agent-expire-days to group properties.
18249
18250         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18251         (gnus-request-accept-article): Re-indented.
18252
18253         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18254         converters to handle old agent file formats.  Add logic for a
18255         "backup before upgrading warning".
18256         (gnus-convert-mark-converter-prompt): Developers can mark
18257         functions as needing (default), or not needing,
18258         gnus-convert-old-newsrc's "backup before upgrading warning".
18259         (gnus-convert-converter-needs-prompt): Tests whether the user
18260         should be protected from potentially irreversable changes by the
18261         function.
18262
18263         * legacy-gnus-agent.el: New.  Provides converters that are only
18264         loaded when gnus-convert-old-newsrc needs to call them.
18265
18266 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18267
18268         * mail-source.el (mail-source-touch-pop): Doc fix.
18269
18270         * message.el (message-smtpmail-send-it): Doc fix.
18271
18272 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18273
18274         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18275
18276         * nnmail.el (nnmail-split-fancy): do.
18277
18278         * gnus-kill.el (gnus-kill, gnus-execute): do.
18279
18280 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18281
18282         * gnus-sum.el (gnus-widget-reversible-match)
18283         (gnus-widget-reversible-to-internal)
18284         (gnus-widget-reversible-to-external): New functions.
18285         (gnus-widget-reversible): New widget.
18286         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18287
18288 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18289
18290         * gnus-sum.el (gnus-thread-sort-functions)
18291         (gnus-article-sort-functions): Document `(not F)' items.
18292
18293 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18294
18295         * spam.el (spam-use-gmane-xref): Add new backend.
18296         (spam-gmane-xref-spam-group): Add variable to control the name of the
18297         Gmane spam group.
18298         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18299         (spam-regex-headers-spam, spam-regex-headers-ham)
18300         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18301         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18302         backends and checks.
18303         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18304
18305         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18306         an autodetect method.
18307
18308 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18309
18310         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18311         articles are being added to a group.
18312         (gnus-request-replace-article): Inform the agent that articles
18313         need to be uncached as the cached contents are no longer valid.
18314
18315 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18316
18317         * binhex.el: Don't autoload executable-find.
18318
18319         * canlock.el: Don't autoload mail-fetch-field.
18320
18321         * dgnushack.el: Autoload c-mode for XEmacs.
18322
18323         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18324
18325         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18326         rmail-dont-reply-to and rmail-output.
18327
18328         * gnus-score.el: Don't autoload ffap-string-at-point.
18329
18330         * gnus-setup.el: Don't autoload sc-cite-original.
18331
18332         * imap.el: Don't autoload base64-decode-string,
18333         base64-encode-string and md5.
18334
18335         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18336         and rmail-msg-restore-non-pruned-header.
18337
18338         * mm-decode.el: Don't autoload executable-find.
18339
18340         * mm-url.el: Don't autoload executable-find.
18341
18342         * mm-view.el: Don't autoload diff-mode.
18343
18344         * nndb.el: Don't autoload news-reply-mode, news-setup,
18345         cancel-timer and telnet.
18346
18347         * password.el: Don't autoload run-at-time for Emacs.
18348
18349         * sha1-el.el: Don't autoload executable-find.
18350
18351         * sieve-mode.el: Don't autoload c-mode.
18352
18353         * uudecode.el: Don't autoload executable-find.
18354
18355 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18356
18357         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18358         (gnus-agent-possibly-alter-active): Avoid null in numeric
18359         comparison.
18360         (gnus-agent-set-local): Refuse to save null in local object table.
18361         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18362         list of articles that will be marked as unread.
18363
18364 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18365
18366         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18367
18368 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18369
18370         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18371         language tags.
18372
18373 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18374
18375         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18376         Don't bind "obarray".
18377
18378         * gnus-sum.el (gnus-thread-sort-functions):
18379         Add `gnus-thread-sort-by-most-recent-number' and
18380         `gnus-thread-sort-by-most-recent-date'.
18381         Reported by Kai Grossjohann <kai@emptydomain.de>.
18382
18383 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18384
18385         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18386
18387 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18388
18389         * gnus-cus.el (gnus-agent-customize-category):
18390         Remove ignore-errors macro reference that required cl to be loaded at
18391         run-time.
18392
18393         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18394         single-interval range of the form (min . max).  Previously the
18395         range had to look like ((min . max)).  Likewise, return
18396         (min . max) rather than ((min . max)).
18397         (gnus-range-map): Use gnus-range-normalize to accept
18398         single-interval range.
18399
18400         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18401         the cache, but not the agent, now appear with their usual face.
18402
18403         * dgnushack.el (loaddir): New variable that is bound to the
18404         directory containing the dgnushack.el file. Use loaddir, rather
18405         than srcdir, to update load-path. Change lets dgnushack compile
18406         code in directories other than GNUS/lisp.
18407
18408 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18409
18410         * lpath.el: Don't bind w3m-safe-url-regexp.
18411
18412         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18413         w3m-safe-url-regexp variable buffer-local.
18414
18415         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18416
18417 2004-02-27  Simon Josefsson  <jas@extundo.com>
18418
18419         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18420         gnus-group-real-prefix.
18421         (gnus-summary-move-article): Use it, instead of
18422         gnus-group-real-prefix.
18423
18424 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18425
18426         * lpath.el: Bind w3m-safe-url-regexp.
18427
18428         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18429         w3m-safe-url-regexp variable buffer-local and set it as the value
18430         of mm-w3m-safe-url-regexp.
18431
18432         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18433
18434         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18435         parsing gnus-posting-styles when the message is not for replying.
18436
18437         * dgnushack.el: Autoload sgml-mode for XEmacs.
18438
18439         * nnrss.el (nnrss-opml-export):
18440         Use mm-set-buffer-file-coding-system instead of
18441         set-buffer-file-coding-system.
18442
18443 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18444
18445         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18446         of checkdoc.el).
18447         * nnrss.el: do.
18448         * gnus-mlspl.el: do.
18449         * gnus-ml.el: do.
18450         * gnus-srvr.el: do.
18451
18452         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18453
18454 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18455
18456         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18457         Corrections to custom-manual links.
18458
18459         * gnus-art.el (gnus-article): Ditto.
18460
18461         * mm-decode.el (mime-display, mime-security): Ditto.
18462
18463 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18464
18465         * flow-fill.el: Typo.
18466
18467 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18468
18469         * spam-wash.el: New file.
18470
18471 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18472
18473         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18474
18475 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18476
18477         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18478         to be run with new-articles as LIST1, not LIST2.
18479         (spam-registration-functions): Add spam-use-ham-copy as a nil
18480         registration backend.
18481
18482 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18483
18484         * spam-stat.el (spam-stat-washing-hook): New option.
18485         (spam-stat-buffer-words): Use it.
18486         (spam-stat-process-directory, spam-stat-test-directory):
18487         Use insert-file-contents-literally.
18488         (spam-stat-coding-system): New variable.
18489         (spam-stat-load, spam-stat-save): Use it.
18490
18491 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18492
18493         * spam-report.el (spam-report-plug-agent):
18494         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18495
18496 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18497
18498         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18499         Allow / in mailto URLs.
18500
18501 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18502
18503         * spam-report.el (spam-report-process-queue): Fix interactive use.
18504         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18505         (spam-report-unplug-agent): Doc fixes.
18506         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18507         (spam-report-agentize, spam-report-deagentize): Autoload.
18508
18509 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18510
18511         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18512
18513         * message.el (message-setup-fill-variables): Add mml tags to
18514         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18515         <ajk@iu.edu>.
18516         (message-mode): Don't modify paragraph-separate there.
18517
18518 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18519
18520         * compface.el (uncompface-use-external): Default to undecided.
18521         (uncompface-use-external-threshold): New variable.
18522         (uncompface-float-time): New macro.
18523         (uncompface): Determine whether to use the external decoder if
18524         uncompface-use-external is undecided.
18525
18526 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18527
18528         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18529         after images.
18530
18531         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18532
18533 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18534
18535         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18536
18537         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18538
18539         * gnus-sum.el (gnus-summary-limit-to-age)
18540         (gnus-summary-limit-children): do.
18541
18542         * gnus-int.el (gnus-request-scan): do.
18543
18544         * gnus-group.el (gnus-group-suspend): do.
18545
18546         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18547
18548         * gnus-cite.el (gnus-cite-parse-attributions): do.
18549
18550         * gnus-agent.el (gnus-summary-set-agent-mark)
18551         (gnus-agent-regenerate-group): do.
18552
18553         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18554
18555         * binhex.el (binhex-decode-region-internal): do.
18556
18557 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18558
18559         * gnus-fun.el (gnus-face-properties-alist): New user option.
18560         (gnus-display-x-face-in-from): Use it.
18561
18562         * gnus-art.el (article-display-face): Ditto.
18563
18564         * compface.el (uncompface-use-external): Default to nil.
18565
18566 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18567
18568         * nntp.el (nntp-erase-buffer): New function.
18569         (nntp-retrieve-data, nntp-send-command)
18570         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18571         (nntp-possibly-change-group): Use it.
18572
18573         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18574         Use with-current-buffer.
18575
18576 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18577
18578         * compface.el: Merge the ELisp-based uncompface program.
18579         (compface): New customization group.
18580         (uncompface-use-external): New user option.
18581         (uncompface): Call uncompface-internal if uncompface-use-external
18582         is nil.
18583         (uncompface-internal): New function.  Note that there are also
18584         some other functions and variables added for this function.
18585
18586 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18587
18588         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18589         if necessary.
18590
18591 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18592
18593         * spam-report.el (spam-report-unplug-agent)
18594         (spam-report-plug-agent, spam-report-deagentize)
18595         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18596         Add support for the Agent in spam-report: when unplugged, report to a
18597         file; when plugged, submit all the requests.
18598
18599         * spam.el (spam-register-routine): Fix message about
18600         registration.
18601
18602 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18603
18604         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18605         dependencies.
18606         (rfc2047-encode): Use it.
18607
18608         * gnus-art.el (gnus-button-marker-list): Move before first
18609         reference.
18610
18611         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18612         (imap-parse-body): Fix format string mismatch.
18613
18614         * gnus-score.el (gnus-summary-increase-score): do.
18615
18616         * nnrss.el (nnrss-close): New function.
18617
18618 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18619
18620         * nnrss.el (nnrss-make-filename): New function.
18621         (nnrss-request-delete-group, nnrss-read-server-data)
18622         (nnrss-save-server-data, nnrss-read-group-data)
18623         (nnrss-save-group-data): Use it.
18624         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18625         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18626         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18627
18628 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18629
18630         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18631
18632 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18633
18634         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18635         files.
18636
18637         * message.el (message-generate-headers-first): Don't quote nil
18638         and t in docstrings.
18639
18640         * imap.el (imap-id): do.
18641
18642         * gnus-agent.el (gnus-agent-consider-all-articles)
18643         (gnus-agent-queue-mail): do.
18644
18645 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18646
18647         * spam-report.el (spam-report-process-queue): New function.
18648         Process requests from `spam-report-requests-file'.
18649         (spam-report-process-queue): Doc fix.
18650
18651 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18652
18653         * spam.el (spam-register-routine)
18654         (spam-log-processing-to-registry, spam-log-registered-p)
18655         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18656         Change "check" to "spam-check" for semi-clarity.
18657
18658 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18659
18660         * pop3.el: Require nnheader.
18661
18662         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18663
18664         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18665
18666         * gnus-picon.el: Require cl.
18667
18668         * gnus-fun.el: Require gnus-ems and gnus-util.
18669
18670         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18671
18672         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18673
18674         * gnus-art.el (gnus-article-edit-mode): Define before first
18675         reference.
18676
18677 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18678
18679         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18680         (gnus-uu-post-encoded): Use point-at-bol.
18681
18682         * gnus-topic.el (gnus-group-active-topic-p): do.
18683
18684         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18685
18686         * gnus-group.el (gnus-group-kill-region): do.
18687
18688         * gnus-art.el (article-date-ut): do.
18689
18690         * message.el (message-fetch-field): Remove redundant
18691         case-fold-search binding.
18692         (message-narrow-to-field): Simplify.
18693
18694 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18695
18696         * spam.el (spam-directory): Derive from `gnus-directory'.
18697
18698         * spam-report.el (spam-report-url-to-file)
18699         (spam-report-requests-file): New function and variable for offline
18700         reporting.
18701         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18702         and user defined function.
18703         (spam-report-url-ping-mm-url): Remove doubled slash.
18704
18705 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18706
18707         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18708
18709 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18710
18711         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18712         Fix format string mismatch.
18713
18714         * sieve.el (sieve-deactivate-all): do.
18715
18716         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18717
18718         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18719
18720         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18721
18722         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18723
18724 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18725
18726         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18727         the list of checks.
18728
18729 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18730
18731         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18732         padding.
18733
18734 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18735
18736         * mm-view.el (mm-fill-flowed): New variable.
18737         (mm-inline-text): Use it.
18738
18739 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18740
18741         * spam.el (spam-spamassassin-register-ham-routine)
18742         (spam-spamassassin-register-spam-routine): Fix function names.
18743
18744 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18745
18746         * gnus.el (gnus-tmp-grouplens): Remove.
18747         (gnus-summary-line-format): Remove grouplens.
18748
18749         * gnus-group.el (gnus-group-line-format): Ditto.
18750
18751         * gnus-spec.el (gnus-format-specs): Ditto.
18752         (gnus-update-format-specifications): Flush the group format spec
18753         cache if there's the grouplens stuff.
18754         (gnus-parse-simple-format): Replace %l with the empty string.
18755
18756 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18757
18758         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18759         omission.
18760
18761 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18762
18763         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18764         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18765
18766 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18767
18768         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18769         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18770         New macros and functions.
18771         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18772         Handle > NLINK_MAX messages.
18773         * nnmaildir.el (nnmaildir-request-set-mark):
18774         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18775
18776 2004-01-25  Alex Schroeder  <alex@gnu.org>
18777
18778         * spam-stat.el (spam-stat-process-directory-age): New option.
18779         (spam-stat-process-directory): Use it.
18780
18781 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18782
18783         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18784         (spam-stat-save): Accept prefix argument.
18785
18786 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18787
18788         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18789         links" error.
18790
18791 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18792
18793         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18794         the rest of the and/or forms.
18795
18796 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18797
18798         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18799         compatibility with old .newsrc.eld files.
18800
18801         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18802
18803         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18804
18805         * gnus-start.el (gnus-1): do.
18806
18807         * gnus-group.el (gnus-group-line-format-alist): do.
18808
18809         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18810
18811         * gnus-gl.el: Remove.
18812
18813 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18814
18815         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18816         marks consisting of a single range {for example, (3 . 5)} rather
18817         than a list of a single range { ((3 . 5)) }.
18818
18819 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18820
18821         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18822         Use with-current-buffer.
18823         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18824         avoid consing a string.
18825
18826         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18827         Remove obsolete entries for big5 and gb2312.
18828
18829 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18830
18831         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18832         uncompressed list.
18833
18834 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18835
18836         * spam-stat.el (spam-stat-strip-xref): New function.
18837         (spam-stat-process-directory): Use it.
18838
18839         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18840         here -- it's done in message-fetch-field.
18841
18842 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18843
18844         * gnus-agent.el (gnus-agent-queue-mail)
18845         (gnus-agent-prompt-send-queue): New variables.
18846         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18847         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18848         "nndraft:queue" along to gnus-draft-send.
18849         Use gnus-agent-prompt-send-queue.
18850         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18851         is "nndraft:queue".  Suggested by Gaute Strokkenes
18852         <gs234@srcf.ucam.org>
18853
18854         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18855         (agent-enable-undownloaded-faces): Add.
18856         (gnus-agent-cat-groups): Use eval-and-compile, not
18857         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18858         method of gnus-agent-cat-groups even when the buffer has been
18859         evaled.
18860         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18861         delete gnus-agent-save-active-1.
18862         (gnus-agent-save-groups): Delete.  Identical to
18863         gnus-agent-save-active.
18864         (gnus-agent-write-active): No longer adjust agent's copy of active
18865         file as agent's adjustments are now stored in their own
18866         file.  Remove optional parameter.
18867         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18868         servers.  Add use of min/max range limits from server's local
18869         file.
18870         (gnus-agent-save-alist): Remove unused optional argument.
18871         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18872         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18873         (gnus-agent-set-local): A per-server file that keeps min/max range
18874         limits for articles known to the agent.  Provides a fast mechanism
18875         for altering many active ranges.
18876         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18877         active file (local makes it unnecessary).
18878         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18879
18880         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18881         (agent-enable-undownloaded-faces): Add.
18882
18883         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18884         disable it when sending to "nndraft:queue".
18885         (gnus-group-send-queue): Add safety check to avoid sending queue
18886         when unplugged.
18887
18888         * gnus-group.el (gnus-group-catchup): Use new
18889         gnus-sequence-of-unread-articles, not
18890         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18891         numbers of articles.  Use gnus-range-map to avoid having to
18892         uncompress the unread list.
18893         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18894         Fix invalid ange-ftp reference.
18895
18896         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18897         (gnus-sorted-range-intersection): Intersection of two ranges
18898         without requiring that they first be uncompressed.
18899
18900         * gnus-start.el (gnus-activate-group): Unless blocked by the
18901         caller, possibly expand the active range to include both cached
18902         and agentized articles.
18903         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18904         multiple version-dependent converters.
18905         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18906         gnus-agent-save-active.
18907         (gnus-save-newsrc-file): Save dirty agent range limits.
18908
18909         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18910         gnus-agent-possibly-alter-active.
18911         (gnus-adjust-marked-articles): Faster handling of simple lists.
18912
18913 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18914
18915         * spam-stat.el (spam-stat-test-directory): New optional argument
18916         displays a list of files detected.  Suggested by Andrew Cohen
18917         <cohen@andy.bu.edu>.
18918         (spam-stat-buffer-words-with-scores): Don't narrow and change
18919         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18920
18921 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18922
18923         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18924         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18925         (spam-spamassassin-arguments)
18926         (spam-spamassassin-spam-flag-header)
18927         (spam-spamassassin-positive-spam-flag-header)
18928         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18929         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18930         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18931         (spam-list-of-processors, spam-list-of-checks)
18932         (spam-list-of-statistical-checks, spam-registration-functions)
18933         (spam-check-spamassassin-headers, spam-check-spamassassin)
18934         (spam-spamassassin-score)
18935         (spam-spamassassin-register-with-sa-learn)
18936         (spam-spamassassin-register-spam-routine)
18937         (spam-spamassassin-register-ham-routine)
18938         (spam-assassin-register-spam-routine)
18939         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18940         (spam-bogofilter-score): Fix to show article before scoring.
18941
18942 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18943
18944         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18945         default scoring function.
18946         (spam-generic-score): Call spam-spamassassin-score if
18947         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18948         spam-bogofilter-score otherwise.
18949
18950         * gnus.el (spam-process, spam-autodetect-methods):
18951         Add spamassassin and spamassassin-headers.
18952
18953 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18954
18955         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18956         Suppress unnecessary messages.
18957
18958 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18959
18960         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18961         make-hash-table.
18962
18963 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18964
18965         * canlock.el (base64-encode-string): Don't autoload it.
18966
18967 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18968
18969         * run-at-time.el: Remove useless (require 'itimer),
18970         eval-and-compile and (featurep 'xemacs).
18971
18972 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18973
18974         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18975         GROUP is a virtual group.
18976
18977 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18978
18979         * gnus.el: Autoload `message-y-or-n-p'.
18980
18981 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18982
18983         * pgg-parse.el: Remove unnecessary (require 'custom).
18984
18985         * pgg-def.el: do.
18986
18987         * nnmail.el: do.
18988
18989         * gnus-undo.el: do.
18990
18991         * gnus-picon.el: do.
18992
18993         * gnus-util.el: do.
18994
18995 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18996
18997         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18998
18999 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19000
19001         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19002         handle, as well as a list.
19003
19004         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19005         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19006         (mm-w3m-cid-retrieve): Simplify.
19007
19008 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19009
19010         * message.el (message-kill-to-signature): Allow prefix arg to
19011         specify number of lines to keep before signature.
19012
19013 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19014
19015         * message.el (message-kill-to-signature): Change docstring.
19016
19017 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19018
19019         * canlock.el: Always require sha1-el.
19020         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19021
19022         * message.el: Autoload sha1 only when compiling.
19023
19024         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19025         eudc-expand-inline for XEmacs.
19026
19027 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19028
19029         * message.el (message-canlock-generate): Require sha1-el.
19030
19031 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19032
19033         * message.el (message-expand-name): Silence the byte compiler.
19034
19035         * lpath.el: Add detect-coding-system.
19036
19037         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19038         cus-edit.
19039
19040 2004-01-13  Simon Josefsson  <jas@extundo.com>
19041
19042         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19043         Invoke gnus-score-mode.
19044         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19045
19046         * gnus-range.el (gnus-compress-sequence): Doc fix.
19047         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19048
19049 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19050
19051         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19052
19053 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19054
19055         * spam.el (spam-get-article-as-string): Update to use
19056         gnus-request-article-this-buffer, much simpler.
19057         (spam-get-article-as-buffer): Remove.
19058
19059 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19060
19061         * message.el (message-expand-name): Use EUDC if the user uses that.
19062
19063 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19064
19065         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19066         character for the encoding to avoid consing a string.
19067
19068         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19069         unnecessarily.
19070
19071         * mm-util.el (mm-replace-chars-in-string): Remove.
19072
19073         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19074         of mm-replace-chars-in-string.
19075
19076 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19077
19078         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19079
19080         * mm-util.el (mm-subst-char-in-string): Support inplace.
19081
19082         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19083         a new string in every iteration.  Use shy groups.
19084
19085 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19086
19087         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19088         * gnus-soup.el (gnus-soup-group-brew):
19089         * gnus-msg.el (gnus-put-message):
19090         * gnus-move.el (gnus-group-move-group-to-server):
19091         * gnus-kill.el (gnus-batch-score):
19092         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19093         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19094         (gnus-group-update-group, gnus-group-read-group)
19095         (gnus-group-make-group, gnus-group-make-help-group)
19096         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19097         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19098         (gnus-group-sort-by-unread, gnus-group-catchup)
19099         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19100         (gnus-group-yank-group, gnus-group-set-info)
19101         (gnus-group-list-groups):
19102         * gnus.el (gnus-generate-new-group-name):
19103         * gnus-delay.el (gnus-delay-send-queue):
19104         * nnvirtual.el (nnvirtual-catchup-group):
19105         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19106         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19107         (gnus-group-prepare-topics, gnus-topic-check-topology):
19108         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19109         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19110         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19111         (gnus-group-make-articles-read):
19112         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19113         (gnus-group-change-level, gnus-kill-newsgroup)
19114         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19115         (gnus-get-unread-articles, gnus-make-articles-unread)
19116         (gnus-make-ascending-articles-unread): Use accessor
19117         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19118         to get group information for improved readability.
19119
19120
19121 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19122
19123         * gnus-art.el (article-decode-mime-words, article-babel)
19124         (gnus-article-highlight-signature, gnus-article-add-buttons)
19125         (gnus-signature-toggle): Use gnus-with-article-buffer.
19126
19127         * gnus-art.el (gnus-article-highlight-headers)
19128         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19129
19130         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19131         (gnus-article-set-globals, gnus-request-article-this-buffer)
19132         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19133         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19134         (gnus-mime-display-alternative): Use with-current-buffer.
19135
19136 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19137
19138         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19139         also under 80 char limit, and call gnus-error if needed.
19140         (spam-fetch-article-header): Fix - it was a
19141         buffer-local variable (gnus-newsgroup-data).
19142         (spam-find-spam): Use spam-generate-fake-headers, forget about
19143         spam-insert-fake-headers.
19144         (spam-insert-fake-headers): Remove.
19145
19146 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19147
19148         * deuglify.el (gnus-article-outlook-unwrap-lines)
19149         (gnus-outlook-rearrange-article)
19150         (gnus-outlook-repair-attribution-outlook)
19151         (gnus-outlook-repair-attribution-block)
19152         (gnus-outlook-repair-attribution-other): Remove redundant
19153         save-excursion.
19154
19155 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19156
19157         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19158         (spam-fetch-field-subject-fast)
19159         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19160         (spam-fetch-article-header): Add functions to deal with Gnus
19161         internals for fast retrieval of article header data.
19162         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19163
19164 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19165
19166         * pop3.el (pop3-md5): Remove.
19167         (pop3-apop): Replace pop3-md5 with md5.
19168
19169         * mm-bodies.el: base64 is always built-in.
19170
19171         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19172         Use with-current-buffer.
19173
19174 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19175
19176         * canlock.el (canlock-insert-header): Remove excessive grouping in
19177         regexp.
19178
19179         * gnus-sum.el (gnus-summary-read-document): Ditto.
19180
19181         * gnus-uu.el (gnus-uu-part-number): Ditto.
19182
19183         * html2text.el (html2text-remove-tags): Ditto.
19184         (html2text-format-tags): Ditto.
19185         (html2text-format-single-elements): Ditto.
19186
19187         * mml.el (mml-parse-1): Ditto.
19188
19189 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19190
19191         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19192
19193         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19194
19195         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19196
19197         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19198
19199 2003-11-15  Simon Josefsson  <jas@extundo.com>
19200
19201         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19202         (pgg-gpg-lookup-key): Use regexp match instead of
19203         split-string (split-string is different between emacs 21.2 and
19204         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19205
19206 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19207
19208         * gnus-art.el (gnus-mime-view-all-parts)
19209         (gnus-article-part-wrapper, gnus-article-view-part):
19210         Use with-current-buffer.
19211
19212 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19213
19214         * spam.el (spam-disable-spam-split-during-ham-respool)
19215         (spam-spamoracle-database, spam-cache-lookups)
19216         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19217         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19218         (spam-group-ham-marks, spam-group-spam-marks)
19219         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19220         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19221         also add spam-use-blackholes to the statistical checks.
19222         (spam-fetch-field-fast): Add interface to fetching fields, may
19223         become a macro.
19224         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19225         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19226         (spam-insert-fake-headers): Fake an article when needed.
19227         (spam-find-spam): Fake article when possible.
19228         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19229         (spam-check-bogofilter-headers): Use message-fetch-field instead
19230         of nnmail-fetch-field.
19231
19232 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19233
19234         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19235
19236 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19237
19238         * spam.el (spam-split): Do not require spam-use-CHECK to be
19239         enabled if that check is passed to spam-split explicitly; also
19240         fix so 'spam doesn't get converted to spam-split-group when
19241         spam-split-symbolic-return is t.
19242         (spam-find-spam): Find registrations of the article and use those
19243         instead of re-running spam-split to find the spam/ham
19244         classification of the article.
19245         (spam-log-processing-to-registry, spam-log-registered-p)
19246         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19247         Use gnus-error instead of gnus-message.
19248         (spam-log-registration-type): Add function to determine the
19249         classification of a message based on registry entries; will
19250         return nil if both 'spam and 'ham are found.
19251         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19252         a reasonably fast local cache without the loading errors.
19253         (spam-cache-lookups): Set to t by default.
19254         (spam-find-spam): Don't try to guess spam-cache-lookups.
19255         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19256         spam-caches entry.
19257         (spam-filelist-build-cache, spam-filelist-check-cache):
19258         Fix caching of whitelist/blacklist entries.
19259         (spam-check-whitelist, spam-check-blacklist):
19260         Invoke spam-from-listed-p with a type, not a cache variable.
19261         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19262
19263 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19264
19265         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19266
19267         * nnmail.el (nnmail-split-fancy): do.
19268
19269         * mml.el (mml-parse): do.
19270
19271         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19272         (gnus-score-adaptive): do.
19273
19274 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19275
19276         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19277         (gnus-mime-button-map): Don't set keymap parent.
19278         (gnus-button-ctan-directory-regexp): Use shy grouping.
19279         (gnus-prev-page-map): Don't set keymap parent.
19280         (gnus-prev-page-map): Remove duplicated one.
19281         (gnus-next-page-map): Don't set keymap parent.
19282         (gnus-mime-security-button-map): Ditto.
19283
19284         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19285         version number.
19286
19287         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19288
19289 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19290
19291         * canlock.el (canlock-sha1-function): Remove.
19292         (canlock-sha1-function-for-verify): Remove.
19293         (canlock-openssl-program): Remove.
19294         (canlock-openssl-args): Remove.
19295         (canlock-ignore-errors): Remove.
19296         (canlock-sha1-with-openssl): Remove.
19297         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19298         (canlock-verify): Don't use canlock-ignore-errors.
19299
19300         * sha1-el.el (sha1-string-external): Make it can return a string
19301         in binary form.
19302         (sha1-region-external): Ditto.
19303         (sha1-string-internal): Ditto.
19304         (sha1-region-internal): Ditto.
19305         (sha1-region): Ditto.
19306         (sha1-string): Ditto.
19307         (sha1): Ditto.
19308
19309 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19310
19311         * spam.el (spam-report-articles-gmane): New command.
19312
19313 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19314
19315         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19316
19317         * run-at-time.el (run-at-time-saved): Remove.
19318         (run-at-time): Doc fix.
19319
19320 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19321
19322         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19323         (gnus-summary-limit-map): Add it.
19324         (gnus-summary-make-menu-bar): do.
19325
19326 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19327
19328         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19329         Make attempt at some caching support (done for BBDB only now).
19330         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19331         addresses to be checked.
19332         (spam-clear-cache-BBDB): Add function, to be invoked by
19333         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19334         (spam-check-BBDB): Check and use the caches, if
19335         spam-cache-lookups is on, remove superfluous (provide).
19336
19337 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19338
19339         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19340
19341 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19342
19343         * run-at-time.el (run-at-time-saved): Move to after the definition
19344         of `run-at-time'.
19345
19346         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19347
19348 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19349
19350         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19351         mm-w3m-local-map-property.
19352
19353         * mm-view.el (mm-w3m-mode-map): Remove.
19354         (mm-w3m-local-map-property): Remove.
19355         (mm-inline-text-html-render-with-w3m): Don't use
19356         mm-w3m-local-map-property.
19357
19358 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19359
19360         * run-at-time.el: New file.
19361
19362         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19363         under Emacs.
19364
19365         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19366         of gnus-set-text-properties.
19367
19368         * gnus-uu.el (gnus-uu-save-article): Ditto.
19369
19370         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19371
19372         * gnus-cite.el (gnus-cite-parse): Ditto.
19373
19374         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19375         of gnus-.
19376
19377         * gnus-xmas.el (run-at-time): Require run-at-time.
19378
19379         * gnus.el: Change calls to nnheader-run-at-time and
19380         password-run-at-time throughout to use run-at-time directly.
19381
19382         * password.el: Remove definition of run-at-time.
19383
19384         * nnheaderxm.el: Remove definition of run-at-time.
19385
19386 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19387
19388         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19389         in prompt.
19390
19391 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19392
19393         * messagexmas.el (message-xmas-redefine): Alias
19394         `message-make-caesar-translation-table' to
19395         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19396         version.
19397
19398         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19399         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19400         `gnus-xmas-set-text-properties'.
19401         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19402         `gnus-xmas-completing-read'.
19403         (gnus-xmas-completing-read): Removed.
19404         (gnus-xmas-open-network-stream): Removed.
19405
19406         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19407         XEmacs version.
19408
19409         * dns.el (dns-make-network-process): Use `open-network-stream'
19410         instead of `gnus-xmas-open-network-stream'.
19411
19412         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19413
19414         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19415
19416 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19417
19418         * gnus-art.el (gnus-mime-display-alternative)
19419         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19420         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19421         Don't use gnus-local-map-property.
19422
19423         * gnus-util.el (gnus-local-map-property): Remove.
19424
19425         * mm-view.el (mm-view-pkcs7-decrypt):
19426         Replace gnus-completing-read-maybe-default with completing-read.
19427
19428         * gnus-util.el (gnus-completing-read): do.
19429         (gnus-completing-read-maybe-default): Remove.
19430
19431 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19432
19433         * password.el: Only autoload `run-at-time' if not XEmacs.
19434         Only autoload the itimer functions if XEmacs.
19435
19436 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19437
19438         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19439         XEmacsen.
19440
19441         * dgnushack.el: Autoload executable-find for XEmacs.
19442
19443 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19444
19445         * gnus-art.el (gnus-read-string): Remove.
19446         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19447         read-string.
19448
19449 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19450
19451         * netrc.el: Autoload password-read.
19452         (netrc): Add configuration group.
19453         (netrc-encoding-method, netrc-openssl-path):
19454         Add variables for encoding and decoding of files with symmetric
19455         ciphers.
19456         (netrc-encode): Add assistant function to encode a file with
19457         netrc-encoding-method.
19458         (netrc-parse): Add interactive parameter, added optional
19459         decoding if netrc-encoding-method is non-nil but otherwise
19460         behavior is standard.
19461         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19462         Do s/encode/encrypt/ everywhere.
19463
19464         * spam.el: Remove executable-find autoload.
19465
19466 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19467
19468         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19469
19470         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19471
19472 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19473
19474         * gnus-art.el (gnus-treat-ansi-sequences)
19475         (article-treat-ansi-sequences): New variable and function.
19476         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19477
19478         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19479         Use it.
19480
19481 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19482
19483         * mm-util.el (mm-quote-arg): Remove.
19484
19485         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19486         shell-quote-argument.
19487
19488         * gnus-uu.el (gnus-uu-command): do.
19489
19490         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19491
19492         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19493         with make-char.
19494
19495         * mm-util.el (mm-make-char): Remove.
19496
19497         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19498         add-minor-mode.
19499
19500         * gnus-undo.el (gnus-undo-mode): do.
19501
19502         * gnus-topic.el (gnus-topic-mode): do.
19503
19504         * gnus-sum.el (gnus-dead-summary-mode): do.
19505
19506         * gnus-start.el (gnus-slave-mode): do.
19507
19508         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19509
19510         * gnus-ml.el (gnus-mailing-list-mode): do.
19511
19512         * gnus-gl.el (gnus-grouplens-mode): do.
19513
19514         * gnus-draft.el (gnus-draft-mode): do.
19515
19516         * gnus-dired.el (gnus-dired-mode): do.
19517
19518         * gnus-ems.el (gnus-add-minor-mode): Remove.
19519
19520         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19521         Replace gnus-char-width with char-width.
19522
19523         * gnus-ems.el (gnus-char-width): Remove.
19524
19525         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19526         Replace gnus-char-width with char-width.
19527
19528         * gnus-ems.el (gnus-char-width): Remove.
19529
19530         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19531         definition.
19532         Remove Emacs 20 hash table compatibility code.
19533
19534         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19535         20 compatibility code.
19536
19537         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19538
19539         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19540
19541         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19542         Replace with point-at-{eol,bol}.
19543
19544         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19545
19546         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19547
19548         * flow-fill.el (fill-flowed-point-at-bol)
19549         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19550
19551         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19552         Replace with point-at-{eol,bol} throughout all files.
19553
19554 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19555
19556         * ntlm.el (ntlm-string-as-unibyte): New macro.
19557         (ntlm-build-auth-response): Use it.
19558
19559         Remove Emacs 20 stuff:
19560         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19561         (butlast, mapc, remove): Remove the compiler macros.
19562         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19563         of delq and copy-sequence.
19564         * gnus-art.el (popup-menu): Remove the compiler macro.
19565         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19566         Emacs 20.
19567
19568 2004-01-05  Simon Josefsson  <jas@extundo.com>
19569
19570         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19571         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19572         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19573         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19574         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19575         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19576         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19577         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19578         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19579         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19580         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19581         string-xor into ntlm-string-xor.
19582         Suggested by Jesper Harder <harder@myrealbox.com>.
19583
19584         * ntlm.el: Don't include poem.
19585
19586         * md4.el (print-int32, print-string-hexa): Remove.
19587         Suggested by Jesper Harder <harder@myrealbox.com>.
19588
19589         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19590
19591         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19592         probably breaks emacs with DL patch, but do we care? Is anyone
19593         still using the DL stuff?)
19594
19595         * sieve-manage.el: Use the password package.
19596         (sieve-manage-read-passwd): Remove.
19597         (sieve-manage-interactive-login): Use password.  Re-add
19598         condition-case around loop.
19599
19600         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19601         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19602         Use the password package.
19603
19604 2003-02-19  Simon Josefsson  <jas@extundo.com>
19605
19606         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19607         token.
19608
19609 2002-08-07  Simon Josefsson  <jas@extundo.com>
19610
19611         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19612         (sieve-manage-authenticators):
19613         (sieve-manage-authenticator-alist): Add some SASL mechs.
19614         (sieve-sasl-auth): New function.
19615         (sieve-manage-cram-md5-auth):
19616         (sieve-manage-plain-auth): Rewrite using SASL library.
19617         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19618         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19619         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19620         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19621
19622 2004-01-05  Simon Josefsson  <jas@extundo.com>
19623
19624         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19625         New files.
19626
19627 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19628
19629         * gnus-group.el (gnus-no-groups-message): Update.
19630
19631         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19632
19633 2003-11-09  Simon Josefsson  <jas@extundo.com>
19634
19635         * imap.el: Support for ID IMAP extension (RFC 2971).
19636         (imap-local-variables): Add imap-id.
19637         (imap-id): New variable.
19638         (imap-id): New function.
19639         (imap-parse-response): Parse untagged ID response.
19640         * nnimap.el (nnimap-id): New variable.
19641         (nnimap-open-connection): Use it.
19642
19643 2003-12-28  Simon Josefsson  <jas@extundo.com>
19644
19645         * gnus-score.el (gnus-score-edit-all-score): New.
19646         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19647
19648 2004-01-04  Simon Josefsson  <jas@extundo.com>
19649
19650         * password.el: Add.
19651
19652 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19653
19654         * dns.el (dns-query-types): Fix typo.
19655         (dns-query-types): New function.
19656         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19657         PTR and SOA replies, see RFC 1035.
19658
19659 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19660
19661         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19662
19663         * Move to Changelog.2.
19664
19665 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19666
19667         * gnus.el (gnus-version-number): Bump version.
19668
19669 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19670
19671         * gnus.el: No Gnus v0.1 is released.
19672
19673 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19674
19675         * gnus.el: No Gnus v0.0 is released.
19676
19677 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19678
19679         * gnus.el (gnus-version-number): Bump.
19680         (gnus-version): No.
19681
19682 See ChangeLog.2 for earlier changes.
19683
19684     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19685       Free Software Foundation, Inc.
19686
19687   This file is part of GNU Emacs.
19688
19689   GNU Emacs is free software: you can redistribute it and/or modify
19690   it under the terms of the GNU General Public License as published by
19691   the Free Software Foundation, either version 3 of the License, or
19692   (at your option) any later version.
19693
19694   GNU Emacs is distributed in the hope that it will be useful,
19695   but WITHOUT ANY WARRANTY; without even the implied warranty of
19696   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19697   GNU General Public License for more details.
19698
19699   You should have received a copy of the GNU General Public License
19700   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19701
19702 ;; Local Variables:
19703 ;; coding: utf-8
19704 ;; fill-column: 79
19705 ;; add-log-time-zone-rule: t
19706 ;; End: