Revert `C-u g' to its old meaning.
[gnus] / lisp / ChangeLog
1 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
4         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5
6         * shr.el (shr-urlify): Show the URL before the title to avoid
7         misleading URLs.
8
9 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
10
11         * shr.el (shr-urlify): Display the title in <a> tags.
12
13 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
14
15         * nnir.el (nnir-categorize): Replace mapcar with mapc.
16
17 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
18
19         * nnir.el: Rearrange code to allow macros to be autoloaded by
20         gnus-sum.el.
21         (nnir-retrieve-headers-override-function): Make this variable
22         customizable.
23         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
24
25         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
26         from nnir.el.
27
28 2010-12-03  Julien Danjou  <julien@danjou.info>
29
30         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
31
32 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
33
34         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
35         allow optional argument `environment'.
36
37 2010-12-03  Glenn Morris  <rgm@gnu.org>
38
39         * mm-extern.el (message-goto-body): Update declaration.
40
41 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
42
43         * gnus-util.el (gnus-macroexpand-all): New function.
44
45         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
46         instead of macroexpand-all that is unavailable in XEmacs.
47
48 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
49
50         * nnir.el (nnir-summary-line-format): New variable.
51         (nnir-mode): Use it.
52         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
53         (nnir-article-ids): Reimplement as defsubst.
54         (nnir-retrieve-headers): Don't mangle the subject header.
55         (nnir-run-imap): Use 100 as RSV score.
56         (nnir-run-find-grep): Fix for full server searching.
57         (nnir-run-gmane): Better restriction to gmane groups.
58
59         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
60         summary buffers.
61
62 2010-12-02  Julien Danjou  <julien@danjou.info>
63
64         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
65
66         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
67
68         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
69         support.
70
71 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
72
73         * nnir.el: Update to handle the registry better.
74         (autoload): Silence byte-compiler.
75         (nnir-open-server): Add a hook for nnir groups.
76         (nnir-request-move-article): Don't mangle the header. Better to use
77         formating variables (which will be added in the future).
78         (nnir-registry-action): Update the registry using the original article
79         group name.
80         (nnir-mode): Install nnir-specific hooks for updating the registry.
81
82         * gnus-sum.el
83         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
84         obsolete variables.
85         (gnus-summary-move-article): Remove use of obsolete variables.
86         (gnus-summary-local-variables): Make move and delete hooks local to
87         summary buffers.
88
89 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
90
91         * rtree.el: New file.
92
93 2010-12-01  Julien Danjou  <julien@danjou.info>
94
95         * message.el (message-user-organization): Do not use
96         gnus-local-organization.
97
98         * gnus.el: Remove gnus-local-organization.
99
100         * gnus-msg.el: Remove nastygram thing.
101
102 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
103
104         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
105         funcall.
106
107 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
110         names.
111
112         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
113         characters.
114
115         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
116         to t of inhibit-read-only since it is inside gnus-with-article-headers.
117         Suggested by Štěpán Němec <stepnem@gmail.com>.
118         (gnus-gravatar-transform-address): Use mail-extract-address-components
119         that supports non-ASCII names rather than mail-header-parse-addresses.
120
121 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
122
123         * proto-stream.el (open-protocol-stream): All starttls connections are
124         handled by the network handler.
125
126 2010-11-30  Julien Danjou  <julien@danjou.info>
127
128         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
129         (nnimap-open-connection-1): Fix PREAUTH.
130
131         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
132
133 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
134
135         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
136         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
137         (shr-insert): Use them.
138         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
139
140 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
141
142         * nnir.el (nnir-request-move-article): Bail out if original group
143         doesn't support article moves.
144         (nnir-get-active): Improve active list retrieval.
145
146 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
147
148         * shr.el (shr-find-fill-point): Don't break before apostrophes.
149
150 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
151
152         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
153         seem to accept strings-with-numbers as port numbers,
154
155 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
156
157         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
158         change the registry.
159
160 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
161
162         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
163         delete-dups that is not available in XEmacs 21.4.
164
165         * mm-util.el (mm-delete-duplicates): Add comment.
166
167 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
168
169         * nnir.el (nnir-ignored-newsgroups): New variable.
170         (nnir-get-active): Use it.
171
172 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * proto-stream.el (proto-stream-open-network): Add some comments.
175
176         * nntp.el (nntp-open-connection): Provide a :success condition.
177
178         * nnimap.el (nnimap-open-connection-1): Ditto.
179
180         * proto-stream.el (proto-stream-open-network): See what the response to
181         the STARTTLS command is.
182
183         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
184         backwards compatibility).
185         (nnimap-open-connection-1): Really respect nnimap-server-port.
186
187         * proto-stream.el (proto-stream-open-network): When doing opportunistic
188         TLS upgrades we don't really care about the identity of the peer.
189         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
190         that what we've checked for.
191         (proto-stream-always-use-starttls): Only default to t if
192         open-gnutls-stream exists.
193         (proto-stream-open-network): If STARTTLS failed, then just open a
194         normal connection.
195         (proto-stream-open-network): Wait until the greeting before doing
196         STARTTLS.
197
198         * nntp.el (nntp-open-connection): Report what the connection error is.
199
200         * proto-stream.el (open-protocol-stream): Renamed from
201         open-proto-stream.
202
203 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
204
205         * nnimap.el (nnimap-stream): Change default to `undecided'.
206         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
207         first, and then network.
208         (nnimap-open-connection-1): Respect nnimap-server-port.
209         (nnimap-open-connection): Be more backwards-compatible.
210
211         * proto-stream.el (proto-stream-always-use-starttls): New variable.
212         (proto-stream-open-starttls): De-duplicate the starttls code.
213         (proto-stream-open-starttls): Folded back into the main function.
214         (proto-stream-open-network): Fix typo in the gnutls path.
215         (proto-stream-command): Refactor out.
216
217         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
218
219         * proto-stream.el (proto-stream-open-starttls): Actually implement the
220         starttls.el STARTTLS.
221
222         * color.el (color-lab->srgb): Fix function call name.
223
224         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
225         if we're using tls.el.
226         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
227         built in, then don't try to establish a STARTTLS connection.
228
229         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
230         servers.
231
232         * proto-stream.el (open-proto-stream): Use network, not stream.
233         (open-proto-stream): Add a way to specify what the end of a command is.
234
235         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
236         connections types.
237         (nntp-open-network-stream): Remove.
238         (nntp-open-ssl-stream): Remove.
239         (nntp-open-tls-stream): Remove.
240         (nntp-ssl-program): Remove.
241
242         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
243
244 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
245
246         * nnir.el: Fix typos.
247         (nnir-retrieve-headers-override-function): Rename variable to reflect
248         new semantics.
249         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
250         macros.
251         (nnir-request-article, nnir-request-move-article): Use them.
252         (nnir-categorize): New function.
253         (nnir-run-query): Use it.
254         (nnir-retrieve-headers): Rewrite to batch header retrieval.
255         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
256         sorted.
257         (nnir-group-full-name): Use gnus-group-full-name instead.
258         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
259         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
260
261 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262
263         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
264
265         * proto-stream.el: New library to provide protocol-specific
266         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
267         protocols.
268         (open-proto-stream): Complete the documentation.
269         (proto-stream-open-network): Fix some typos.
270
271         * nnimap.el (nnimap-open-connection): Use it.
272
273 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
274
275         * pop3.el (pop3-open-server): Read server greeting before starting TLS
276         negotiation.
277
278 2010-11-26  Julien Danjou  <julien@danjou.info>
279
280         * color.el: Rename various rgb functions to srgb.
281
282 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
283
284         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
285         names.
286
287 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
288
289         * shr.el (shr-insert): Revert last change.
290         (shr-find-fill-point): Never leave point being at bol;
291         relax the kinsoku limitation when rendering tables.
292
293 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294
295         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
296         results from -accept-article.
297
298         * shr-color.el: Require cl when compiling.
299
300         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
301         checkin.
302
303         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
304
305         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
306
307         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
308         'add and 'delete to set backend marks.
309
310         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
311
312         * nnheader.el (nnheader-update-marks-actions): Refactor out.
313
314         * nntp.el (nntp-request-set-mark): Use it.
315
316         * nnfolder.el (nnfolder-request-set-mark): Ditto.
317
318         * nnml.el (nnml-request-set-mark): Ditto.
319
320         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
321         introduces regressions in article selection.
322         (nnimap-find-uid-response): New function.
323         (nnimap-request-accept-article): Use the UID returned, if any.
324         (nnimap-request-move-article): Use the UID returned, if any.
325         (nnimap-get-groups): Reimplement to work with folded lines.
326         (nnimap-find-uid-response): The UID is the last element in the list.
327         (nnimap-request-set-mark): Extend syntax with 'set.
328
329         * nnml.el (nnml-request-set-mark): Ditto.
330
331         * nnfolder.el (nnfolder-request-set-mark): Ditto.
332
333         * nntp.el (nntp-request-set-mark): Ditto.
334
335 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
336
337         * message.el (message-called-interactively-p): A temporary macro.
338         (message-goto-body): Use it temporarily.
339
340 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
341
342         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
343         (nnimap-last-response-string): Unfold quoted lines, if they exist.
344         (nnimap-last-response-string): Fix last unfolding fix.
345
346 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * shr.el (shr-insert): Fix the way to fold lines.
349
350 2010-11-25  Julien Danjou  <julien@danjou.info>
351
352         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
353
354         * color.el: Rename from color-lab.el
355         (color-rgb->hex): Add.
356         (color-complement): Add.
357         (color-complement-hex): Add.
358
359         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
360
361 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
362
363         * shr-color.el (shr-color-visible): Don't bug out if the colour names
364         don't exist.
365
366 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
367
368         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
369         assuming that article displaying or another mml-preview may be
370         interrupted for an error or for the like.
371
372         * shr.el (shr-get-background): Fix argument name.
373
374 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375
376         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
377
378         * gnus-sum.el (gnus-summary-include-articles): New function.
379
380         * message.el (message-goto-body): called-interactively-p needs a
381         parameter, so use `any'.
382
383         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
384         clear marks before moving, since they're synced from the Gnus side
385         first.
386
387         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
388         (gnus-summary-move-article): Copy over all marks before moving, so that
389         IMAP doesn't think a new article has arrived.
390
391 2010-11-24  Julien Danjou  <julien@danjou.info>
392
393         * shr.el (shr-insert-background-overlay): Fix typo.
394         (shr-render-td): Copy the background before rendering.
395
396         * shr-color.el (shr-color-visible): Fix docstring.
397
398         * shr.el (shr-tag-table): Add bgcolor support.
399         (shr-render-td): Add bgcolor support.
400         (shr-get-background): Add.
401         (shr-insert-foreground-overlay): Use shr-get-background.
402
403         * message.el (message-goto-body): Use called-interactively-p.
404         (message-in-body-p): message-goto-body returns point.
405
406 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407
408         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
409         Fixes something or other in Emacs 23, and is backwards compatible.
410
411         * message.el (message-goto-body): Remove the <#secure special-casing,
412         which is too special.
413
414         * shr.el (shr-parse-style): Drop !important from styles.
415
416 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
417
418         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
419         this function to return incorrect results when calling it with an
420         explicit article argument different from
421         (gnus-summary-article-number).
422
423 2010-11-24  Julien Danjou  <julien@danjou.info>
424
425         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
426         (shr-tag-body): Add background support.
427         (shr-descend): Add background support.
428         (shr-tag-title): Add.
429
430         * shr-color.el (shr-color-visible): Really return original background
431         if fixed.
432
433 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
434
435         * shr.el (shr-color-check): Protect against non-existant colour names.
436
437 2010-11-24  Julien Danjou  <julien@danjou.info>
438
439         * color-lab.el: Require 'cl when compiling.
440
441         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
442
443         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
444         matched part.
445
446         * color-lab.el: Fix all expt calls to use float type.
447
448 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
449
450         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
451         expression to shr-color-check as is.
452
453         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
454
455         * color-lab.el: Add coding cookie.
456         (float-pi): Use eval-and-compile.
457
458         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
459         compiled for Emacsen having no `libxml-parse-html-region' support.
460
461 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462
463         * shr.el (shr-insert-color-overlay): Split stuff like
464         "#444444 !important" to find the real colour.
465         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
466         parse <font color="red"> entries.
467
468 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
469
470         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
471         point when parsing headers.
472
473         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
474         is positioned properly when parsing headers.
475
476 2010-11-23  Julien Danjou  <julien@danjou.info>
477
478         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
479
480         * shr-color.el (shr-color->hexadecimal): Add support for color names.
481
482         * shr.el (shr-parse-style): Replace \n with space in style parsing.
483
484         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
485         shr-color-hue-to-rgb.
486         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
487
488 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
489
490         * shr.el (shr-color->hexadecimal): Autoload.
491         (shr-descend): Add color to all tags.
492
493 2010-11-22  Julien Danjou  <julien@danjou.info>
494
495         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
496         shr-color->hexadecimal.
497
498         * shr-color.el (shr-color->hexadecimal): Add converting functions for
499         RGB() or HSL() color representation.
500
501         * shr.el (shr-tag-font): Add.
502         (shr-tag-color-check): New function to get better colors.
503         (shr-tag-insert-color-overlay): Factorize code between tag-font and
504         tag-span.
505
506         * shr-color.el: New file.
507
508         * color-lab.el: New file.
509
510         * gnus-art.el (gnus-url-mailto): Do not downcase args.
511
512 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
513
514         * nnir.el: Fix typo in comments.
515         (nnir-run-imap): Simplify code. No need to reverse artlist.
516         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
517
518 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
519
520         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
521
522         * nnimap.el (nnimap-get-capabilities): Refactor out.
523         (nnimap-open-connection): Re-request capabilities after STARTTLS.
524
525 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
526
527         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
528         appearing when `mm-uu-hide-markers' is nil.
529
530 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
531
532         * nnimap.el (nnimap-unselect-group): Make into its own function.
533         (nnimap-request-rename-group): Unselect group before renaming.
534         This had gotten lost somewhere.
535         (nnimap-request-accept-article): Keep track of examined groups, and
536         unselect the group before APPENDing to read-only groups.
537         (nnimap-request-move-article): Clear flags before moving so that they
538         can be re-set later.
539
540 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
543         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
544
545 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
546
547         * gnus-art.el (gnus-mime-display-single)
548         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
549         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
550         parameter.
551
552 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
553
554         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
555         (shr-table-vertical-line): New variable.
556         (shr-insert-table): Use it.
557
558 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
559
560         * gnus-html.el (gnus-html-wash-images): Don't display images if
561         gnus-inhibit-images is non-nil; register displayer for cid images.
562         (gnus-html-display-image): Work for cid image.
563         (gnus-html-insert-image): Allow arguments.
564         (gnus-html-put-image): Inhibit read-only.
565         (gnus-html-prefetch-images): Don't prefetch images if
566         gnus-inhibit-images is non-nil.
567
568 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569
570         * shr.el (shr-put-image): Break lines when inserting big pictures.
571
572 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
573
574         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
575         sender, thanks Katsumi Yamaoka.
576
577 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
578
579         * nnir.el (nnir-run-imap): Reverse the article list for each group
580         rather than the whole list.
581
582 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
583
584         * shr.el (shr-image-displayer): Protect function against non-existent
585         image source.
586
587         * gnus-art.el (gnus-inhibit-images): New user option.
588         (gnus-mime-display-single): Don't display image if it is non-nil.
589
590         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
591         gnus-inhibit-images.
592
593         * shr.el (shr-image-displayer): New function.
594         (shr-tag-img): Use it.
595
596 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
597
598         * mml2015.el (mml2015-epg-sign): Use From header.
599
600 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
601
602         * gnus-html.el (gnus-html-wash-images): Register a displayer.
603
604         * gnus-util.el (gnus-find-text-property-region): Return markers.
605
606         * shr.el (shr-tag-img): Put a displayer in the text property.
607
608         * gnus-util.el (gnus-find-text-property-region): New utility function.
609
610         * gnus-html.el (gnus-html-display-image): Make the alt optional.
611         (gnus-html-show-images): Remove.
612
613         * gnus-art.el (gnus-article-show-images): New, more general function.
614
615         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
616         image url text properties.
617
618         * shr.el: Ditto.
619
620         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
621         gnus-agent-auto-agentize-methods is set.  Which it isn't.
622
623 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
624
625         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
626         work for two or more articles.
627
628 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
629
630         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
631         divide an image that's in an html article to two or more when washing
632         non-ASCII characters in alt text of it.
633
634 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
635
636         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
637         smime-decrypt-region using function argument.
638         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
639
640         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
641
642         * smime.el (smime-decrypt-region): Catch it.
643
644 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
645
646         * smime.el (smime-mode-map): Move initialization into declaration.
647         (gnus-run-mode-hooks): Don't autoload.
648         (smime-mode): Use define-derived-mode.
649
650 2010-11-11  Glenn Morris  <rgm@gnu.org>
651
652         * smime.el (from): Restrict declaration to XEmacs.
653
654         * nnir.el (gnus-group-topic-name): Autoload.
655
656 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
657
658         * shr.el (shr-insert): Don't break long line if it is because of
659         kinsoku-bol characters in the line end.
660
661 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
662
663         * nnir.el (nnir-request-move-article): Fix to provide original group
664         and subject.
665         (nnir-warp-to-article): Don't fail on articles whose headers haven't
666         been retrieved.
667
668         * gnus-sum.el (gnus-summary-move-article): Use original group and
669         subject for virtual articles such as those in an nnir summary buffer.
670
671 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
672
673         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
674         least 21.5).
675
676         * smime.el (from): Declare it again for XEmacs.
677
678 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
679
680         * message.el (message-resend): Don't disable encoding unless it's
681         already encoded.
682
683         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
684         low-numbered articles.
685
686 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * rfc2047.el (rfc2047-syntax-table): Simplify.
689
690         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
691
692         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
693         set-char-table-range for XEmacs.
694
695 2010-11-10  Glenn Morris  <rgm@gnu.org>
696
697         * time-date.el (time-to-seconds): Always an alias on Emacs,
698         never a real function.
699         (with-no-warnings): Remove compat stub, now unused.
700         (time-less-p): Doc fix.
701         (time-to-number-of-days): Simplify.
702
703         * smime.el (from): Remove unused declaration.
704
705         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
706         (gnus-float-time): On Emacs, always an alias.
707
708         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
709         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
710
711 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
712
713         * dgnushack.el: Don't use ignore-errors in the top level form since it
714         is unavailable in XEmacs even if cl is loaded.
715
716         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
717
718 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * shr.el (browse-url-mailto): Autoload.
721
722         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
723
724         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
725         regexp doesn't need quoting.
726
727 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
728
729         * message.el (message-subject-trailing-was-ask-regexp)
730         (message-subject-trailing-was-regexp): Match was: in addition to was.
731
732 2010-11-09  Glenn Morris  <rgm@gnu.org>
733
734         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
735         (nnbabyl-check-mbox): Use point-at-bol.
736
737 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
738
739         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
740
741         * message.el (message-mailto): New function.
742         (message-mailto): Should accept other parameters.
743         (message-mailto): Remove since it duplicates browse-url-mailto
744         functionality.
745
746 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
749         methods.
750         (gnus-read-active-file): Ditto.
751
752         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
753         ": " from the prompt.
754         (gnus-group-make-group): Ditto.
755
756 2010-11-07  Glenn Morris  <rgm@gnu.org>
757
758         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
759         (gnus-bookmark-kill-line): Use point-at-eol.
760
761 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
764         asterisks in From header.
765
766 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
767
768         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
769         string to avoid making the From headers syntactically invalid.
770
771         * message.el (message-send-mail): Don't insert courtesy messages if the
772         message already has List-Post and List-ID messages.
773
774 2010-11-06  Glenn Morris  <rgm@gnu.org>
775
776         * gnus-art.el (gnus-treat-article): Give dynamic local variables
777         `condition', `type', `length' a prefix.
778         (gnus-treat-predicate): Update for above name changes.
779
780 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
781
782         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
783         binding.  Handled by `gnus-summary-refer-thread' instead.
784         (nnir-warp-to-article): New backend function.
785
786         * nnimap.el (nnimap-request-thread): Force dependency updating.
787
788         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
789         (gnus-summary-refer-thread): Rework to improve thread-referral.
790
791         * gnus-int.el (gnus-warp-to-article): New function.
792
793         * gnus-sum.el (gnus-summary-article-map): Bind it.
794
795 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
796
797         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
798         gnus-summary-refer-thread.
799
800         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
801         headers.
802         (gnus-summary-limit-include-thread): Prevent articles in thread from
803         being cut in gnus-cut-threads.
804         (gnus-summary-refer-thread): Limit retrieved headers to those in
805         thread.
806
807 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * message.el (message-send-mail): Use the value of
810         message-courtesy-message from the message buffer.
811
812         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
813
814         * shr.el (shr-browse-url): Implement mailto: URLs.
815
816         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
817         "raw".
818
819         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
820         if it's already selected.
821
822         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
823
824 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
825
826         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
827         to measure the length and truncate alt text.
828
829 2010-11-03  Glenn Morris  <rgm@gnu.org>
830
831         * nndiary.el (nndiary-generate-nov-databases-1)
832         (nndiary-generate-active-info): Rename dynamic variable `files' to
833         something less generic.
834
835 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
836
837         * nnir.el (nnir-request-move-article): Call the underlying backend to
838         move articles from nnir.
839
840 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
841
842         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
843
844 2010-11-02  Julien Danjou  <julien@danjou.info>
845
846         * nnir.el: Remove wais support.
847
848 2010-11-02  Glenn Morris  <rgm@gnu.org>
849
850         * gnus-html.el: Reorder requirements to quieten compiler.
851
852 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
855         properly for XEmacs as well.
856         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
857         (gnus-article-natural-long-line-p): Use window-width rather than
858         frame-width.
859
860 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
861
862         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
863         (nnir-read-parms): Don't modify query.
864         (nnir-run-query): Add ability to search topic on current line.
865         (nnir-get-active): Clean up.
866
867 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868
869         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
870         degenerate articles.
871
872         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
873         (gnus-print-buffer): Just print the buffer as is, without any copying
874         to a buffer and then re-highlighting.
875
876         * nnimap.el (nnimap-request-group): Store the new updated info.
877         (nnimap-request-group): Select the group when we don't know whether it
878         exists or not.
879
880         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
881         groups.
882
883         * gnus-group.el (gnus-group-find-new-groups): Display all the new
884         groups.
885
886         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
887         groups.
888
889         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
890         long-lines case by only filling the long lines.
891
892         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
893         (bug #7311).
894
895 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
896
897         * shr.el: No need to declare `declare-function' since shr.el is for
898         only Emacsen that provide `libxml-parse-html-region'.
899
900         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
901         effective only in a file it is referred to.
902
903 2010-11-01  Glenn Morris  <rgm@gnu.org>
904
905         * mm-util.el (gnus-completing-read): Autoload.
906         (mm-read-coding-system): Simplify Emacs definition.
907
908         * nnmail.el (gnus-activate-group):
909         * nnimap.el (gnutls-negotiate):
910         * nntp.el (netrc-parse): Fix declarations.
911
912 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
913
914         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
915         string-match-p in Emacs >=23.
916
917         * gnus-msg.el (gnus-configure-posting-styles)
918         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
919
920 2010-11-01  Glenn Morris  <rgm@gnu.org>
921
922         * nnir.el (declare-function): Add compat stub.
923         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
924         (nnir-run-gmane): Require 'mm-url.
925
926         * mm-util.el (mm-string-to-multibyte): Simplify.
927
928         * shr.el (declare-function): Add compat stub.
929         (url-cache-create-filename): Declare.
930         (mm-disable-multibyte, widget-convert-button): Autoload.
931
932         * smime.el (ldap-search): Declare.
933         (smime-cert-by-ldap-1): Require ldap on Emacs.
934
935         * nnimap.el: Require nnmail, and gnus-sum when compiling.
936         (nnimap-keepalive): Use gnus-float-time.
937
938         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
939         (mail-source-delete-crash-box): Use gnus-float-time.
940
941         * gnus-dired.el (gnus-completing-read): Autoload.
942
943         * mm-view.el (gnus-rescale-image): Autoload.
944
945         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
946
947         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
948
949         * sieve-manage.el: Require 'cl when compiling.
950
951         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
952         (gnus-iswitchb-completing-read): Require iswitchb.
953         (gnus-select-frame-set-input-focus): Silence compiler.
954
955 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956
957         * message.el (message-subject-trailing-was-query): Change default to t,
958         since I think that's what most people want.
959
960         * nnimap.el (nnimap-request-accept-article): Erase buffer before
961         appending for easier debugging.
962         (nnimap-wait-for-connection): Take a regexp.
963         (nnimap-request-accept-article): Wait for the continuation line before
964         sending anything unless we're streaming.
965
966         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
967         leave the header washing to take place.
968
969 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
970
971         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
972         regular expression match and replace in posting styles.
973
974 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
975
976         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
977         an entire server.
978         (nnir-get-active): New function.
979         (nnir-run-imap): Use it.
980         (nnir-run-gmane): Who knew, gmane search returns an article score!
981
982         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
983         server on the current line with nnir.
984
985 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
986
987         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
988         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
989         left edge.
990         (gnus-article-foldable-buffer): Skip past the prefix when determining
991         raggedness.
992
993         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
994         the raw article, and change `C-u g' to show the article without doing
995         treatments.
996
997         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
998         on to `gnus-treat-article'.
999         (gnus-inhibit-article-treatments): New variable.
1000
1001         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1002
1003         * gnus-art.el (gnus-treatment-function-alist): Have
1004         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1005         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1006         sections.
1007
1008         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1009         parameter.
1010         (gnus-article-fill-cited-long-lines): New function.
1011         (gnus-article-fill-cited-article): Allow filling only long sections.
1012
1013         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1014         and non-punctuation (like after the apostrophe in "'We").
1015
1016         * gnus-sum.el (gnus-summary-select-article): Make sure
1017         gnus-original-article-buffer is alive.
1018
1019         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1020         reflect the order they're in in the digest.
1021
1022         * gnus.el (gnus-group-startup-message): Move point to the start of the
1023         buffer.
1024
1025         * nnimap.el (nnimap-capability): New function.
1026         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1027         is set.
1028
1029 2010-10-31  David Engster  <dengste@eml.cc>
1030
1031         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1032         conform with changes to gnus-completing-read.
1033
1034 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035
1036         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1037
1038 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1039
1040         * nnir.el: Move defvar, defcustom around to keep file organized
1041         and keep byte-compiler quiet.
1042         (nnir-read-parms): Accept search-engine as arg.
1043         (nnir-run-query): Pass search-engine as arg.
1044         (nnir-search-engine): Remove.
1045
1046 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1047
1048         * shr.el (shr-generic): The text nodes should be text, not :text.
1049
1050         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1051         later in the file.
1052
1053 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1054
1055         * nnir.el: General clean up.  Allow searching with multiple engines.
1056         Allow separate extra-parameters for each engine.
1057         Batch queries when possible.
1058         (nnir-imap-default-search-key,nnir-method-default-engines):
1059         Add customize interface.
1060         (nnir-run-gmane): New engine.
1061         (nnir-engines): Use it.  Qualify all prompts with engine name.
1062         (nnir-search-engine): Remove global variable.
1063         (nnir-run-hyrex): Restore for now.
1064         (nnir-extra-parms,nnir-search-history): New variables.
1065         (gnus-group-make-nnir-group): Use them.
1066         (nnir-group-server): Remove in favor of gnus-group-server.
1067         (nnir-request-group): Avoid searching twice.
1068         (nnir-sort-groups-by-server): New function.
1069
1070 2010-10-30  Julien Danjou  <julien@danjou.info>
1071
1072         * gnus-group.el: Remove gnus-group-fetch-control.
1073
1074         * gnus-start.el (gnus-find-new-newsgroups):
1075         Remove gnus-check-first-time-used.
1076
1077         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1078
1079 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1080
1081         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1082         set on groups that don't have \* permanentflags.
1083
1084 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1085
1086         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1087         control the background color.
1088         (shr-tag-img): Ignore very small web bug type images.
1089         (shr-put-image): Add help-echo alt texts to the images.
1090         (shr-tag-video): Show the video poster image.
1091
1092 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * shr.el (shr-table-depth): New variable.
1095         (shr-tag-table-1): Only insert the images after the top-level table.
1096
1097         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1098
1099         * gnus-util.el (gnus-list-memq-of-list): New function.
1100
1101         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1102         selected.
1103         (nnimap-unsplittable-articles): New slot.
1104         (nnimap-new-articles): Use it.
1105
1106 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1107
1108         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1109         move to the previous line on `M-g'.
1110
1111 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1112
1113         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1114         *-request-group, which seems unnecessary.
1115
1116         * nnimap.el (nnimap-quote-specials): Function copied over from
1117         imap.el.
1118         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1119         they support that.  Suggested by Tom Regner.
1120
1121 2010-10-29  Julien Danjou  <julien@danjou.info>
1122
1123         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1124         defalias.
1125         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1126
1127         * gnus.el: Remove `gnus-nntp-service' variable.
1128         (gnus-secondary-servers): Make obsolete.
1129         (gnus-nntp-server): Make obsolete.
1130
1131         * gnus-start.el (gnus-1): Remove x-splash calls.
1132
1133         * gnus-ems.el (gnus-x-splash): Remove.
1134
1135         * gnus.el (gnus-group-startup-message): Simplify/update code.
1136
1137         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1138         definition.
1139
1140         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1141         capability before doing anything.
1142         (gnus-group-insert-group-line): Remove useless
1143         gnus-group-remove-excess-properties.
1144
1145 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1146
1147         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1148
1149 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150
1151         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1152         config after reselecting.
1153
1154 2010-10-28  Julien Danjou  <julien@danjou.info>
1155
1156         * shr.el (shr-put-image): Use point even if only inserting text.
1157         (shr-put-image): Save excursion when inserting alt text on non-graphic
1158         display, so the behaviour is the same when we are on a graphic display.
1159
1160         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1161
1162 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1163
1164         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1165         (gnus-mime-copy-part): Check coding system, not charset.
1166         (gnus-mime-view-part-externally): Never remove part.
1167         (gnus-mime-view-part-internally): Don't remove part here.
1168         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1169         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1170         multipart/alternative.
1171
1172         * mm-decode.el (mm-display-part): Take optional arg `force'.
1173
1174 2010-10-26  Julien Danjou  <julien@danjou.info>
1175
1176         * gnus-group.el (gnus-group-default-list-level): Add this function to
1177         compute the default list level.
1178         (gnus-group-default-list-level): Add possibility to use a function.
1179
1180 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1181
1182         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1183
1184         * gnus-group.el (gnus-group-completing-read)
1185         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1186         gnus-replace-in-string.
1187
1188 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1189
1190         * shr.el (shr-tag-div): Add.
1191
1192         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1193
1194 2010-10-25  Julien Danjou  <julien@danjou.info>
1195
1196         * gnus-util.el: Remove `gnus-with-local-quit'.
1197
1198         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1199
1200 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1201
1202         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1203         the original article buffer.
1204
1205 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1206
1207         * nnimap.el (nnimap-request-head): New function.
1208         (nnimap-request-move-article): Try to be slighly faster by not
1209         requesting the entire message when moving.
1210         (nnimap-transform-headers): Don't bug out on bodiless articles.
1211         (nnimap-send-command): Have no outstanding messages if the IMAP server
1212         doesn't support streaming.
1213         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1214
1215 2010-10-24  Julien Danjou  <julien@danjou.info>
1216
1217         * message.el (message-default-headers): Fix type.
1218
1219 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1220
1221         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1222         prefetching images.
1223
1224         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1225         backend for unknown groups.  This is mainly useful for nnimap groups.
1226
1227         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1228         group isn't covered by the agent.
1229
1230 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1231
1232         * nnir.el (nnir-method-default-engines): New variable.
1233         (nnir-run-query): Use it.
1234         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1235         (gnus-summary-nnir-goto-thread): Change group if needed.
1236
1237         * gnus-group.el (gnus-group-group-map): Add key binding for
1238         gnus-group-make-nnir-group.
1239
1240 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1241
1242         * shr.el (shr-tag-object): Add.
1243
1244         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1245         original article buffer live.
1246         (gnus-summary-select-article-buffer):
1247         Mention gnus-widen-article-buffer.
1248
1249 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1250
1251         * shr.el (shr-tag-strong): Add.
1252
1253 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1254
1255         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1256         group names.  They mess up the group buffer badly.
1257
1258         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1259
1260         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1261         instead of the summary one.
1262
1263 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * mml.el (mml-preview): Work properly when editing article.
1266
1267         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1268         gnus-have-read-active-file if it's already been in.
1269
1270 2010-10-22  Tom Tromey  <tromey@redhat.com>
1271
1272         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1273         gnus-group-completing-read.
1274
1275 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1276
1277         * message.el (message-mode-map): Don't bind M-; to comment region, to
1278         allow the global comment-dwim to work.
1279
1280 2010-10-21  Julien Danjou  <julien@danjou.info>
1281
1282         * message.el (message-setup-1): Allow message-default-headers to be a
1283         function.
1284
1285 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1286
1287         * shr.el (shr-tag-table): Simplify.
1288
1289 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290
1291         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1292         to avoid trying to snarf invalid stuff.
1293
1294         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1295
1296         * gnus.el (gnus-message-archive-group): Quote value.
1297         (gnus-message-archive-group): Mark as changed.
1298
1299         * shr.el (shr-add-font): Don't put the font properties on the newline
1300         or the indentation.
1301
1302         * message.el (message-fix-before-sending): Change options when sending
1303         non-printable characters.
1304
1305         * gnus.el (gnus-message-archive-method): Change the default to
1306         monthly outgoing groups.
1307
1308         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1309         that have gotten new numbers.
1310
1311         * nnimap.el (nnimap-request-replace-article): New function.
1312
1313 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1316         (nnrss-request-article): Don't use special html washing code.
1317
1318 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * shr.el (shr-tag-table): Remove useless nconc.
1321
1322 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1323
1324         * gnus-art.el (article-wash-html): Simplify and remove the charset
1325         stuff.  Use the normal html rendering code instead of the special html
1326         washing code.
1327
1328         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1329         `gnus-w3m' symbols.
1330         (mm-text-html-washer-alist): Remove.
1331
1332         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1333         (mm-inline-media-tests): Remove use.
1334         (mm-text-html-renderer): Change default to the `shr' symbol.
1335
1336         * mm-view.el (mm-inline-text-html): Remove use.
1337
1338         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1339         `gnus-blocked-images' to be a function.
1340         (gnus-article-wash-function): Remove.
1341
1342 2010-10-20  Julien Danjou  <julien@danjou.info>
1343
1344         * spam.el (spam-list-of-processors): Mark as obsolete.
1345
1346         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1347         (nnimap-insert-partial-structure): Fix boundary detection.
1348
1349 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1350
1351         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1352         run file-truename on remote files.  This can be expensive and even
1353         prevent one from editing drafts if some unrelated buffer has a stale
1354         connection.
1355
1356 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1357
1358         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1359         kinsoku-eol regardless of shr-kinsoku-shorten.
1360         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1361         (shr-tag-table): Support caption, thead, and tfoot.
1362
1363 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364
1365         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1366         lines.
1367         (shr-save-contents): New command and keystroke.
1368
1369         * nndoc.el (nndoc-type-alist): Add git support.
1370         (nndoc-git-type-p): New function.
1371         (nndoc-transform-git-article): Ditto.
1372         (nndoc-transform-git-headers): Ditto.
1373         (nndoc-transform-git-headers): Generate Subject headers.
1374
1375         * shr.el (shr-parse-style): New function.
1376         (shr-tag-span): Ditto.
1377
1378         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1379         to `G G' to avoid collisions.
1380
1381 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1382
1383         * shr.el: Load kinsoku if necessary.
1384         (shr-kinsoku-shorten): New internal variable.
1385         (shr-find-fill-point): Make kinsoku shorten text line if
1386         shr-kinsoku-shorten is bound to non-nil.
1387         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1388         shr-indentation too when testing if table is wider than frame width.
1389         (shr-insert-table): Use `string-width' instead of `length' to measure
1390         text width.
1391         (shr-insert-table-ruler): Make sure indentation is done at bol.
1392
1393 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1394
1395         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1396         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1397         undecoded network data.
1398
1399 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1400
1401         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1402         name in the mode line spec so that the mode line menu works
1403         (bug #2431).
1404
1405         * message.el (message-get-reply-headers): If we're fed `to-address',
1406         then always use that.
1407
1408         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1409         aren't so wide as to need to switch off the edit menu.
1410
1411         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1412         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1413
1414         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1415         `M-g'.
1416         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1417         the permanent marks.
1418
1419 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1420
1421         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1422         Splitting according to references/in-reply-to obeys the ignore-groups
1423         variable, while splitting by sender and subject do not.
1424
1425 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1426
1427         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1428         alist, so that we can look for non-Unicode chars.
1429         (article-translate-strings): Allow both character and string maps.
1430
1431 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1432
1433         * shr.el (shr-insert): Don't insert space behind a wide character
1434         categorized as kinsoku-bol, or between characters both categorized as
1435         nospace.
1436
1437 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1438
1439         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1440         headers to gnus-newsgroup-headers.
1441
1442 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443
1444         * shr.el (shr-tag-img): Don't align images -- since we're not
1445         rescaling, this often leads to ugly displays.
1446
1447 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1448
1449         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1450         duplicates.
1451
1452 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1453
1454         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1455         call.
1456
1457 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1458
1459         * gnus.el: Autoload gnus-html-show-images.
1460
1461         * nnimap.el: Use nnheader-message throughout.
1462
1463         * shr.el (shr-tag-img): Ignore images with no data.
1464
1465 2010-10-15  Julien Danjou  <julien@danjou.info>
1466
1467         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1468         a possibility to disable format=flow encoding when using hard newlines.
1469
1470 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1471
1472         * shr.el (shr-insert): Remove space inserted before or after a
1473         breakable character or at the beginning or the end of a line.
1474         (shr-find-fill-point): Do kinsoku; find the second best point or give
1475         it up if there's no breakable point.
1476
1477 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478
1479         * nnimap.el (nnimap-open-connection): Message when opening connection
1480         for debugging purposes.
1481
1482         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1483         on every setup buffer call to allow this to change from article to
1484         article.
1485
1486         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1487         buffers where we have a wide table.
1488
1489 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1490
1491         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1492         uses *-request-thread.
1493
1494 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1495
1496         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1497         incantation, which is no longer valid.
1498
1499 2010-10-14  Julien Danjou  <julien@danjou.info>
1500
1501         * shr.el: Fix defcustom type (char -> character).
1502
1503 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1504
1505         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1506         programs.
1507
1508 2010-10-14  Julien Danjou  <julien@danjou.info>
1509
1510         * shr.el (shr-tag-a): Use url-link as widget type.
1511
1512         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1513         `gnus-group-get-icon'.
1514
1515 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516
1517         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1518         This should make server editing work better.
1519
1520         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1521
1522         * tls.el (tls-program): Remove spurious %s from openssl.
1523
1524         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1525         (nnimap-parse-flags): Fix regexp.
1526
1527         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1528         probably work for CJVK text, too.
1529
1530         * nnimap.el (nnimap-extend-tls-programs): Remove.
1531         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1532
1533         * tls.el (tls-starttls-switches): Remove starttls hack.
1534         (open-tls-stream): Ditto.
1535         (tls-find-starttls-argument): Ditto.
1536
1537 2010-10-13  Julien Danjou  <julien@danjou.info>
1538
1539         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1540         responses.
1541
1542 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1543
1544         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1545
1546         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1547         anything in Emacs.
1548
1549         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1550
1551 2010-10-13  Julien Danjou  <julien@danjou.info>
1552
1553         * shr.el (shr-width): Make shr-width a defcustom with default to
1554         fill-column.
1555         (shr-tag-img): Use shr-width rather than fill-column.
1556
1557 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1558
1559         * dgnushack.el (byte-optimize-apply)
1560         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1561
1562         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1563         position when (X-)Faces exist.
1564         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1565         avatars when called interactively.
1566
1567 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1568
1569         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1570         gnus-article-x-face-too-ugly is bound.
1571
1572 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1573
1574         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1575
1576         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1577         mailbox that doesn't exist.
1578
1579 2010-10-12  Julien Danjou  <julien@danjou.info>
1580
1581         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1582         (shr-get-image-data): Encode URL properly when fetching from cache.
1583         (shr-tag-img): Use aligned-to spaces to align correctly images.
1584
1585         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1586         before inserting the Gravatar.
1587
1588         * shr.el (shr-tag-img): Add align attribute support for <img>.
1589
1590 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1591
1592         * gnus-gravatar.el (gnus-art): Require.
1593
1594         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1595         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1596         Remove long obsoleted functions.
1597
1598 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1599
1600         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1601
1602         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1603
1604         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1605         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1606         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1607         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1608         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1609         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1610         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1611
1612 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1613
1614         * nnimap.el (nnimap-request-rename-group): Select group read-only
1615         before renaming it.
1616
1617         * shr.el (shr-insert): Fix up the white space only regexp.
1618
1619         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1620         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1621
1622         * shr.el (shr-current-column): New function.
1623         (shr-find-fill-point): New function.
1624
1625 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1626
1627         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1628         numbers.
1629
1630 2010-10-11  Julien Danjou  <julien@danjou.info>
1631
1632         * shr.el (shr-hr-line): Add.
1633         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1634         display hr lines.
1635         (shr-max-columns): Do not change state to nil if we just inserting
1636         spaces.
1637
1638 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639
1640         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1641         select the last group.
1642
1643 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1644
1645         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1646
1647 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1648
1649         * dig.el (dig-mode-map): Declare and define in one step.
1650
1651 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1652
1653         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1654         for Gnus.
1655         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1656         (nnimap-update-qresync-info): Mark \Seen articles as read.
1657
1658         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1659         non-variable, too.
1660
1661         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1662         available.
1663         (nnimap-update-info): Rely more on the current active than the param
1664         active to avoid marking articles as read too much.
1665
1666         * auth-source.el (auth-source-create): Use (user-login-name) for the
1667         user name default.
1668
1669         * nnimap.el (nnimap-update-info): If the server doesn't return any
1670         useful info, just use the previous info.
1671         (nnimap-update-info): Prefer old info over start-article.
1672         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1673
1674 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1675
1676         * nnir.el (autoload): Clean up autoloads.
1677         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1678         Use key rather than value.
1679         (nnir-imap-search-other): New variable.
1680         (nnir-read-parm): Use it.
1681         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1682         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1683
1684 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1685
1686         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1687         the process, too.
1688
1689 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1690
1691         * spam.el (gnus-summary-mode-map): Bind to "$".
1692         Suggested by Russ Allbery.
1693
1694         * shr.el: Rework the way things are indented by <li> slightly.
1695
1696         * gnus.el (gnus-group-set-parameter): Fix typo.
1697
1698         * nnimap.el: Start implementing QRESYNC support.
1699
1700 2010-10-09  Julien Danjou  <julien@danjou.info>
1701
1702         * nnir.el (nnir-engines): Fix too many arguments.
1703
1704 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1705
1706         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1707         group is the "last", so that the backends like nnfolder actually save
1708         their folders.
1709
1710         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1711         try to use that for the tls stream.
1712         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1713         UIDVALIDITY and find out which groups are read-only and not.
1714         (nnimap-get-flags): Use the same marks parsing code as the rest of
1715         nnimap.
1716
1717 2010-10-09  Julien Danjou  <julien@danjou.info>
1718
1719         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1720
1721         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1722         retrieving gravatars.
1723
1724         * shr.el (shr-table-corner): Add.
1725         (shr-table-line): Add.
1726         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1727
1728 2010-10-08  Julien Danjou  <julien@danjou.info>
1729
1730         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1731
1732 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1733
1734         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1735
1736         * gnus-sum.el (gnus-mark-article-as-unread)
1737         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1738         (gnus-summary-set-bookmark): Use it.
1739
1740         * gnus-msg.el (gnus-setup-message): Use it.
1741
1742         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1743
1744         * gnus.el (gnus-group-remove-parameter): Use it.
1745
1746         * gnus-group.el (gnus-group-make-web-group): Use it.
1747
1748         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1749
1750         * nnregistry.el: Update docs to mention manual.
1751
1752         * gnus-registry.el: Update docs to mention nnregistry.el.
1753         (gnus-registry-initialize): Don't install nnregistry refer method
1754         automatically.
1755         (gnus-registry-install-nnregistry): Remove it.
1756
1757 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1758
1759         * shr.el (shr-insert): Don't insert double spaces.
1760
1761 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1762
1763         * gnus-gravatar.el (gnus-treat-from-gravatar)
1764         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1765         called interactively.
1766
1767         * gnus-art.el (gnus-mime-view-part-externally)
1768         (gnus-mime-view-part-internally): Make predicate function passed to
1769         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1770         of a mime type.
1771
1772         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1773
1774 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1775
1776         * shr.el (require): Require cl when compiling.
1777         (shr-tag-hr): New function.
1778
1779         * nnimap.el (nnimap-update-info): Remove double setting of high.
1780         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1781         This makes nnimap work properly on Courier again.
1782
1783         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1784         the variable for backwards compatability.
1785
1786         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1787         the file name before using to avoid setting mm-default-directory to
1788         nil.
1789
1790         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1791         bidning gnus-agent variables.
1792
1793         * shr.el (shr-render-td): Use a cache for the table rendering function
1794         to avoid getting an exponential rendering behaviour in nested tables.
1795         (shr-insert): Rework the line-breaking algorithm.
1796         (shr-insert): Don't leave trailing spaces.
1797         (shr-insert-table): Also insert empty TDs.
1798         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1799
1800 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1801
1802         * gnus-sum.el (gnus-number): Rename from `number'.
1803         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1804         (gnus-summary-limit-children): Update uses correspondingly.
1805
1806 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1807
1808         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1809         (gnus-gravatar-transform-address): Don't show avatars of people of
1810         which mail addresses match gnus-gravatar-too-ugly.
1811
1812 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1813
1814         * shr.el (shr-table-widths): Expand TD elements to fill available
1815         space.
1816
1817 2010-10-07  Julien Danjou  <julien@danjou.info>
1818
1819         * nnimap.el (nnimap-request-rename-group): Add this method.
1820
1821 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1822
1823         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1824         name from XEmacs' function-arglist.
1825
1826         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1827         gravatar under XEmacs.
1828
1829 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1830
1831         * auth-source.el: Update docs with TODO items.
1832
1833         * gnus-sync.el: Update docs to explain state and plans.
1834
1835         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1836         Hooks for mark updates.
1837         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1838
1839         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1840         hooks with arguments, which is needed for mark update hooks.
1841
1842 2010-10-06  Julien Danjou  <julien@danjou.info>
1843
1844         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1845         was matched.
1846
1847         * sieve-manage.el: Update example in `Commentary'.
1848
1849         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1850
1851         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1852         not 2000.
1853         (sieve-manage-authenticate): Re-add function.
1854
1855 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1856
1857         * shr.el (shr-insert): Get 'space transition right.
1858         (shr-render-td): Only delete space at the end of the TD.
1859
1860         * nnimap.el (nnimap-open-connection): Prepare to support
1861         open-gnutls-stream.
1862
1863         * shr.el: Rearrange function order to be more logical.
1864
1865 2010-10-06  Julien Danjou  <julien@danjou.info>
1866
1867         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1868         (nnrss-discover-feed): Remove 404 URL in docstring.
1869
1870         * nnir.el: Fix Swish-E URL.
1871         Fix Namazu URL.
1872
1873         * message.el (message-change-subject): Remove 404 URL in a comment.
1874
1875 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1876
1877         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1878         called interactively.
1879
1880         * gnus-util.el (gnus-remove-if): Allow hash table.
1881         (gnus-remove-if-not): New function.
1882
1883         * gnus-art.el (gnus-mime-view-part-as-type)
1884         * gnus-score.el (gnus-summary-score-effect)
1885         * gnus-sum.el (gnus-read-move-group-name):
1886         Replace remove-if-not with gnus-remove-if-not.
1887
1888         * gnus-group.el (gnus-group-completing-read):
1889         Regard collection as a hash table if it is not a list.
1890
1891 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1892
1893         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1894
1895         * shr.el: Document the table-rendering algorithm.
1896
1897 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1898
1899         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1900         for Emacsen having no `libxml-parse-html-region' support.
1901
1902 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1903
1904         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1905         invalid URLs.
1906
1907         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1908         line-broken.
1909         (shr-tag-img): Ignore image fetching errors.
1910         (shr-overlays-in-region): Compute overlay positions correctly.
1911
1912         * mm-decode.el (mm-shr): Require shr.
1913
1914         * gnus-art.el (gnus-blocked-images): Move variable here.
1915
1916         * shr.el (shr-insert-table): Bind free variable.
1917
1918         * mm-decode.el (mm-shr): Bind shr-content-function.
1919
1920         * shr.el (shr-content-function): New variable.
1921
1922         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1923         added for symmetry.
1924
1925         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1926
1927         * gnus-group.el (gnus-group-make-group): Doc fix.
1928
1929         * nnimap.el (nnimap-request-newgroups): Return success.
1930
1931         * shr.el (shr-find-elements): New function.
1932         (shr-tag-table): Put all the images after the table.
1933         (shr-tag-table): Really inhibit images inside the table.
1934         (shr-collect-overlays): Copy over overlays from the TD elements to the
1935         main document.
1936
1937         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1938         gnus-blocked-images.
1939
1940 2010-10-05  Julien Danjou  <julien@danjou.info>
1941
1942         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1943
1944         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1945         (gnus-html-maximum-image-size): Add this function.
1946         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1947
1948         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1949         server-value of the capability is nil.
1950
1951 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952
1953         * shr.el (shr-tag-em): Add <EM> tag.
1954
1955 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1956
1957         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1958         customizable.
1959
1960         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1961         handing broken links to browse-url.
1962
1963 2010-10-05  Julien Danjou  <julien@danjou.info>
1964
1965         * gnus-util.el (gnus-emacs-completing-read)
1966         (gnus-iswitchb-completing-read): Use autoload rather than require.
1967
1968 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1969
1970         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1971         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1972         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1973         iswitchb-temp-buflist for XEmacs.
1974
1975         * gnus-util.el (gnus-completing-read-function): Exclude
1976         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1977         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1978         XEmacs.
1979
1980         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1981         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1982
1983         * gnus-html.el: Don't require help-fns under XEmacs.
1984         (gnus-html-schedule-image-fetching): Work for XEmacs.
1985
1986         * mm-decode.el (mm-shr): Decode contents by charset.
1987
1988 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989
1990         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1991         unknown.
1992
1993         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1994         (shr-get-image-data): Ensure against the cache file missing.
1995
1996         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1997         for data.
1998
1999         * spam-report.el (spam-report-url-ping-plain): Don't query about
2000         killing the process.
2001
2002         * shr.el (shr-render-td): Protect against too-wide text.
2003
2004 2010-10-04  Julien Danjou  <julien@danjou.info>
2005
2006         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2007         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2008
2009         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2010         retrieved.
2011
2012 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * shr.el (browse-url): Require.
2015         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2016         lines.
2017         (shr-show-alt-text, shr-browse-image): New commands.
2018         (shr-browse-url, shr-copy-url): New commands.
2019
2020         * gnus-sum.el (gnus-widen-article-window): New variable.
2021         (gnus-summary-select-article-buffer): Use it.
2022
2023         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2024         without @ signs.
2025
2026 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2027
2028         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2029
2030 2010-10-04  Julien Danjou  <julien@danjou.info>
2031
2032         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2033         for XEmacs.
2034
2035 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2036
2037         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2038
2039         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2040         (nnimap-close-server): Implement.
2041
2042         * dgnushack.el (iswitchb): Require to shut up the compiler.
2043
2044         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2045         (shr-insert): Tweak line breaking.
2046         (shr-insert): Handle <pre> better.
2047         (shr-tag-li): Get <li> indentation right.
2048         (shr-tag-li): Get <li> indentation even righter.
2049         (shr-tag-blockquote): Ensure paragraph start.
2050         (shr-make-table): Tweak table generation.
2051         (shr-make-table): Fix typo.
2052
2053         * shr.el: Implement table rendering.
2054
2055 2010-10-04  Julien Danjou  <julien@danjou.info>
2056
2057         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2058
2059 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * shr.el (shr-insert): Use string anchors instead of line anchors.
2062
2063 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2064
2065         * shr.el: Add headings.
2066         (shr-ensure-paragraph): Actually work.
2067         (shr-tag-li): Make <ul> prettier.
2068         (shr-insert): Get white space at the beginning/end of elements right.
2069         (shr-tag-p): Collapse subsequent <p>s.
2070         (shr-ensure-paragraph): Don't insert double line feeds after blank
2071         lines.
2072         (shr-insert): \t is also space.
2073         (shr-tag-s): Fix "s" tag name function.
2074         (shr-tag-s): Fix face prop name.
2075
2076 2010-10-03  Julien Danjou  <julien@danjou.info>
2077
2078         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2079
2080         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2081         gnus-window-inside-pixel-edges.
2082
2083         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2084         gnus-ems.
2085
2086         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2087
2088         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2089         function.
2090
2091         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2092         resize choice.
2093
2094 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2095
2096         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2097         beginning of the buffer.
2098
2099         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2100         article buffer again.
2101
2102         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2103
2104         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2105         when it's at the start of the buffer.
2106
2107         * shr.el (shr-tag-blockquote): Convert name.
2108         (shr-rescale-image): Use the right image-size variant.
2109
2110         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2111         buffer isn't shown, then select the current article first instead of
2112         bugging out.
2113         (gnus-summary-select-article-buffer): Show both the article and summary
2114         buffers again.
2115
2116         * shr.el (shr-fontize-cont): Protect against regions with no text.
2117         Rename tag functions to shr-tag-* for enhanced security.
2118         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2119
2120 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2121
2122         * shr.el (shr-insert):
2123         * pop3.el (pop3-movemail):
2124         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2125         loaded.
2126
2127 2010-10-03  Glenn Morris  <rgm@gnu.org>
2128
2129         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2130
2131         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2132
2133         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2134
2135         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2136
2137         * gnus-util.el (gnus-make-local-hook): Simplify.
2138
2139 2010-10-02  Julien Danjou  <julien@danjou.info>
2140
2141         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2142         (gnus-ido-completing-read): New function.
2143         (gnus-emacs-completing-read): New function.
2144         (gnus-completing-read): Use gnus-completing-read-function.
2145         Add gnus-completing-read-function.
2146
2147 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2148
2149         * shr.el (shr-insert-document): Autoload.
2150         (shr-img): Be silent.
2151         (shr-insert): Add a newline after every picture before text.
2152         (shr-add-font): Use overlays for combining faces.
2153         (shr-insert): Pass upwards the text start point.
2154
2155         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2156         possible.
2157         (mm-shr): New function.
2158
2159 2010-10-02  Julien Danjou  <julien@danjou.info>
2160
2161         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2162         should go backward.
2163
2164 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2165
2166         * shr.el (shr): Fix typo in provide call.
2167
2168 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2169
2170         * shr.el: New file.
2171
2172         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2173
2174         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2175         completing read.
2176
2177 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2178
2179         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2180         we're being queried about.  Suggested by Dan Jacobson.
2181
2182         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2183         Suggested by Jason Eisner.
2184
2185         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2186         table, too.  Suggested by Stefan Wiens.
2187         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2188         the table unnecessary.  Suggested by Stefan Wiens.
2189
2190         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2191         longer needed, and probably doesn't work either, as pointed out by
2192         Stefan Wiens.
2193         (gnus-summary-exit): Remove call to the clearing function.
2194         (gnus-summary-exit-no-update): Ditto.
2195
2196         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2197         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2198         Reported by Stefan Monnier.
2199         (gnus-summary-save-in-rmail): Ditto.
2200
2201         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2202         article buffer, instead of both the article buffer and the summary
2203         buffer.  Sort of suggested by Dan Jacobson.
2204
2205         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2206
2207         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2208         Suggested by Dan Jacobson.
2209
2210         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2211         documentation clearer.
2212
2213         * message.el (message-shorten-references): Comment on the number "21".
2214         Suggested by Stefan Monnier.
2215
2216         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2217         Suggested by Dan Jacobson.
2218
2219         * gnus.el (gnus-large-newsgroup):
2220         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2221
2222         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2223         externalize attachments.  Bug reported by Steve Wen.
2224
2225         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2226         really message anything to the user.
2227
2228         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2229         directly.
2230
2231         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2232         messages in empty groups.
2233
2234 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2235
2236         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2237         non-UIDNEXT group.
2238
2239 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2242         not the value from the collection.
2243
2244         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2245         values.  This sometimes happens on some groups that have no info.
2246         (nnimap-request-newgroups): New function.
2247
2248 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2249
2250         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2251         check into `gnus-registry-initialize'.
2252         (gnus-registry-initialize): Ditto.
2253         Fix and extend header docs.
2254
2255 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2256
2257         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2258         regexp backtrace overflows.
2259
2260         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2261         for starttls that tls.el implements; i.e. openssl.
2262
2263         * tls.el (tls-starttls-switches): Give up on using starttls with
2264         gnutls-cli.
2265         (tls-program): Add --insecure to be consistent with the defaults from
2266         openssl s_client.  Now all three commands are insecure.
2267
2268 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2269
2270         * lpath.el: Bind completion-styles-alist for XEmacs.
2271
2272         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2273         (gravatar-create-image): New function that's an alias to
2274         gnus-xmas-create-image, gnus-create-image, or create-image.
2275         (gravatar-data->image): Use it.
2276
2277 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2278
2279         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2280         install the nnregistry refer method.
2281         (gnus-registry-install-hooks): Use it.
2282         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2283         unfollowed groups.
2284
2285 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2286
2287         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2288         expanding threads.
2289
2290 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * nnir.el: Use the server names without suffixes (bug #7009).
2293
2294         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2295         unencrypted to STARTTLS, if possible.
2296
2297 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2298
2299         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2300         headers before superseding.
2301
2302 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2303
2304         * nnrss.el (nnrss-use-local): Add documentation.
2305
2306         * nnimap.el (nnimap-extend-tls-programs): New function.
2307         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2308         (nnimap-wait-for-connection): Accept the greeting from the stupid
2309         output from openssl s_client -starttls, too.
2310
2311         * tls.el (tls-starttls-switches): New variable.
2312         (tls-find-starttls-argument): Use it.
2313         (open-tls-stream): Ditto.
2314
2315         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2316         (netrc-machine): Ditto.
2317
2318         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2319         article number.
2320         (nnimap-split-fancy): New variable.
2321         (nnimap-split-incoming-mail): Use it.
2322
2323         * nntp.el (nntp-server-list-active-group): Document.
2324
2325         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2326         SELECT to get the message-id.
2327
2328         * mail-source.el (mail-sources): Remove webmail support.
2329         (defvar): Ditto.
2330         (mail-source-fetcher-alist): Ditto.
2331         (mail-source-fetch-webmail): Remove.
2332
2333         * webmail.el: Remove -- doesn't seem relevant any more.
2334
2335         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2336
2337         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2338         the \r.
2339
2340 2010-09-30  Julien Danjou  <julien@danjou.info>
2341
2342         * gnus-agent.el (gnus-agent-add-group): Fix call to
2343         gnus-completing-read.
2344
2345 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2346
2347         * nndoc.el (nndoc-retrieve-groups): New function.
2348
2349         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2350         `default', use nnmail-split-methods.
2351         (nnimap-request-article): Downcase the NILs so that they are nil.
2352
2353         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2354         symbol.
2355
2356         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2357         code, since if the user has requested network, that's what they ought
2358         to get.
2359         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2360         (nnimap-split-rule): Mark as obsolete.
2361
2362         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2363         New variable.
2364
2365         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2366         correct slot, too.
2367
2368 2010-09-29  Julien Danjou  <julien@danjou.info>
2369
2370         * gnus.el (gnus-local-domain): Declare variable obsolete.
2371
2372         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2373         Fix history computing.
2374         (gnus-ido-completing-read): Require ido.
2375
2376 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2377
2378         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2379         build Gnus.
2380
2381         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2382         when interpreting the structures.
2383         (nnimap-request-accept-article): Add \r\n to the lines to make this
2384         work with Cyrus.
2385
2386         * nndraft.el (nndraft-request-expire-articles): Use the group name
2387         instead if "nndraft".  Fix found by Nils Ackermann.
2388
2389 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2390
2391         * nnregistry.el: Add.
2392
2393 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2394
2395         * nnmail.el (group, group-art-list, group-art):
2396         Remove unneeded directives.
2397
2398 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2399
2400         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2401         (mm-mime-charset)
2402         * rfc2047.el (rfc2047-syntax-table)
2403         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2404
2405         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2406         rather than `insert-file-contents' and `eval-region'.
2407
2408         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2409         construction.
2410
2411         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2412
2413         * time-date.el: No need to require cl for Emacs 21.
2414
2415 2010-09-29  Julien Danjou  <julien@danjou.info>
2416
2417         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2418         replacement of `gnus-gravatar-relief' to mimic
2419         `gnus-faces-properties-alist'.
2420         Add :version property.
2421
2422 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2423
2424         * mail-source.el (mail-source-report-new-mail)
2425         * message.el (message-default-mail-headers)
2426         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2427
2428         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2429
2430 2010-09-28  Julien Danjou  <julien@danjou.info>
2431
2432         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2433         mail-address contains the same string as real-name.
2434
2435         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2436         non-blank in header, otherwise it'll get stripped.
2437
2438         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2439         real-name, and then for mail address rather than doing : or , search.
2440
2441 2010-09-27  Julien Danjou  <julien@danjou.info>
2442
2443         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2444         right completing-read function.
2445         (gnus-use-ido): New variable
2446         (gnus-completing-read-with-default): Remove.
2447         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2448         (gnus-agent-add-group):
2449         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2450         * mm-view.el (mm-view-pkcs7-decrypt):
2451         * mm-util.el (mm-codepage-setup):
2452         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2453         * mml-smime.el (mml-smime-openssl-sign-query):
2454         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2455         (mml-insert-multipart):
2456         * gnus-msg.el (gnus-summary-yank-message):
2457         * gnus-int.el (gnus-start-news-server):
2458         * mm-decode.el (mm-interactively-view-part):
2459         * gnus-dired.el (gnus-dired-attach):
2460         * gnus.el (gnus-read-method):
2461         * gnus-bookmark.el (gnus-bookmark-jump):
2462         * gnus-art.el (gnus-mime-view-part-as-type)
2463         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2464         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2465         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2466         * nnmairix.el (nnmairix-create-server-and-default-group)
2467         (nnmairix-update-groups, nnmairix-get-server)
2468         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2469         (nnmairix-get-group-from-file-path):
2470         * nnrss.el (nnrss-find-rss-via-syndic8):
2471         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2472         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2473         (gnus-group-browse-foreign-server):
2474         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2475         (gnus-summary-execute-command, gnus-summary-respool-article)
2476         (gnus-read-move-group-name):
2477         * gnus-score.el (gnus-summary-increase-score)
2478         (gnus-summary-score-effect):
2479         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2480
2481 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2482
2483         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2484         x-focus-frame.
2485
2486         * nnimap.el (auth-source-forget-user-or-password)
2487         (auth-source-user-or-password): Autoload.
2488
2489         * message.el (message-from-style, message-interactive)
2490         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2491         (message-yank-prefix, message-indentation-spaces, message-signature)
2492         (message-signature-file): Add comment.
2493
2494 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2495
2496         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2497         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2498         new articles.
2499
2500         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2501         parts.
2502         (nnimap-request-article): Work with the t setting, too.
2503
2504         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2505         that you don't get flashes of other buffers.
2506         (gnus-summary-show-complete-article): Intern before setting.
2507
2508 2010-09-27  David Engster  <dengste@eml.cc>
2509
2510         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2511         well as HEADERS.
2512         (nnmairix-retrieve-headers): Provide new argument for the above.
2513
2514 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2515
2516         * gnus-sum.el (gnus-summary-move-article): Don't alter
2517         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2518         group.
2519
2520         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2521
2522         * message.el (message-cite-prefix-regexp): Revert my last edit.
2523
2524         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2525         variable instead of the Gnus variable.
2526
2527         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2528
2529         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2530
2531         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2532         since some servers don't like it.
2533         (nnimap-open-connection): Forget credentials if the server says the
2534         password was wrong.
2535         (nnimap-parse-line): Protect against invalid data.
2536
2537         * gnus-sum.el (gnus-summary-move-article): Add comment.
2538         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2539         nothing alters it while scanning for new messages.
2540
2541         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2542         which may or may not help.
2543         (nnimap-open-connection): If we're doing a stream connection, and then
2544         discover we're on a STARTTLS-capable server, then open a STARTTLS
2545         connection instead.
2546
2547 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2548
2549         * nnimap.el (utf7): Require.
2550
2551         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2552         prefix.
2553
2554 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2555
2556         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2557
2558 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * nnimap.el (nnimap-request-accept-article): Message the error on
2561         error.
2562
2563 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2564
2565         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2566
2567 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2568
2569         * nndoc.el (nndoc-request-list): Return success always.
2570
2571         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2572         `fetch-old' -- we only want to fetch the articles we've requested.
2573         The rest are in the agent, probably.
2574         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2575         disappeared server" to something low.  It's not important.
2576
2577         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2578         arrived before the FETCH data.
2579
2580         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2581         target here, because we don't know the Gnus name of the group.
2582
2583         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2584         for the correct group.
2585
2586         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2587
2588         * gnus.el (gnus): Give a final warning after startup.
2589
2590         * gnus-util.el (gnus-action-message-log): New variable.
2591         (gnus-message): Use it.
2592         (gnus-final-warning): New function.
2593
2594         * nnimap.el (nnimap-open-connection): Record the greeting.
2595         (nnimap): Add greeting.
2596
2597 2010-09-26  Julien Danjou  <julien@danjou.info>
2598
2599         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2600         arguments.
2601         (gnus-html-wash-images): Fix spec computing to include start/end.
2602
2603         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2604
2605 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606
2607         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2608         deletion.
2609         (nnimap-retrieve-headers): Don't select the group, because that's
2610         already done by nnimap-possibly-change-group.
2611
2612         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2613         (gnus-picon-transform-address): Use it.
2614
2615         * mail-source.el (mail-source-value): Revert previous patch.
2616
2617         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2618         on failure.
2619         (nnimap-open-connection): Look up both virtual and physical server name
2620         credentials.
2621
2622         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2623
2624 2009-02-07  Dave Love  <fx@gnu.org>
2625
2626         * tls.el (open-tls-stream): Don't query killing process.
2627
2628 2009-02-08  Dave Love  <fx@gnu.org>
2629
2630         * gnus-win.el (gnus-window-to-buffer-helper)
2631         (gnus-all-windows-visible-p): Function needn't be a symbol.
2632
2633         * mail-source.el (mail-source-value): Function needn't be a symbol.
2634
2635 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2636
2637         * message.el (message-cite-prefix-regexp): Remove } from the cite
2638         prefix.
2639
2640         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2641         highlight again, so that the highlight is correct.
2642
2643         * gnus-picon.el (gnus-picon): Remove again.
2644         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2645
2646         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2647         doing the header highlightling, so that the background colour of the
2648         picon is correct.
2649
2650         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2651         (gnus-picon): Ditto.
2652         (gnus-picon): Reinstate.  The background colour for picons is white.
2653         (gnus-picon-insert-glyph): Make the background white.
2654
2655         * nnml.el (nnml-open-nov): Don't return dead buffers.
2656
2657         * auth-source.el (auth-source-create): Query the user for whether to
2658         store the credentials.
2659
2660         * netrc.el (netrc-store-data): New function.
2661
2662         * auth-source.el (auth-source-user-or-password): Use the existing auth
2663         sources, if any, for creation.
2664
2665         * gnus.el (gnus-group-fast-parameter): Return the last matching
2666         parameter instead of the first matching parameter.
2667
2668 2010-09-26  Julien Danjou  <julien@danjou.info>
2669
2670         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2671
2672 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2673
2674         * mml2015.el (mml2015-use): Remove gpg support.
2675
2676         * mml1991.el (mml1991-function-alist): Remove gpg function.
2677         (mml1991-gpg-sign): Remove.
2678
2679 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2680
2681         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2682         (gnus-browse-unsubscribe-current-group): Document it.
2683         (gnus-browse-unsubscribe-group): Use it.
2684
2685 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2686
2687         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2688         address to the To list for easier response.
2689
2690         * gnus.el (gnus-play-startup-jingle): Remove.
2691         (gnus-splash): Don't play jingle.
2692         (gnus): Silence gnus-load message.
2693
2694         * gnus-art.el (gnus-treat-play-sounds): Remove.
2695
2696         * gnus.el (gnus-play-jingle): Remove audio support.
2697
2698         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2699
2700         * earcon.el: Remove -- no users.
2701
2702         * gnus-audio.el: Remove -- no users of this package.
2703
2704         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2705
2706         * gnus-start.el (gnus-setup-news): Remove nocem support.
2707
2708         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2709
2710         * gnus.el (gnus-use-nocem): Remove.
2711
2712         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2713         Remove.
2714
2715         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2716         uses NoCeM any more.
2717
2718         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2719         (gnus-button-ctan-handler): Ditto.
2720         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2721         (gnus-button-ctan-directory-regexp): Ditto.
2722         (gnus-button-handle-ctan): Ditto.
2723         (gnus-button-tex-level): Ditto.
2724         (gnus-button-alist): Remove CTAN stuff.
2725
2726 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2727
2728         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2729         nnimap-streaming test.
2730
2731         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2732         servers twice.
2733
2734         * nnimap.el (nnimap-open-connection): Add more error reporting when
2735         nnimap fails early.
2736
2737         * nnheader.el (nnheader-get-report-string): New function.
2738         (nnheader-get-report): Use it.
2739
2740         * gnus-int.el (gnus-check-server): Say what the error was when opening
2741         failed.
2742
2743         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2744         using streaming.
2745
2746 2010-09-25  Julien Danjou  <julien@danjou.info>
2747
2748         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2749         gnus-window-inside-pixel-edges.
2750
2751 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752
2753         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2754
2755         * mm-decode.el (mm-save-part): Allow saving to other directories the
2756         normal Emacs way.
2757
2758         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2759         Suggested by Jay Berkenbilt.
2760
2761         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2762         there isn't a single byte.
2763
2764         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2765         just do it.  It doesn't really seem to matter what the user responds
2766         here, I think, so it's just a confusing question.
2767
2768         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2769         non-streaming case.
2770
2771         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2772         (gnus-article-encrypt-body): Use it.
2773
2774         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2775         keystroke.
2776
2777         * nnimap.el (nnimap-find-wanted-parts-1):
2778         Use gnus-fetch-partial-articles.
2779
2780         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2781
2782         * nnimap.el (nnimap-insert-partial-structure): New function.
2783         (nnimap-get-partial-article): New function.
2784         (nnimap-request-article): Use it.
2785         (nnimap-wait-for-response): Return whether the wait was successful.
2786         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2787         retrieval wasn't successful.
2788         (nnimap-retrieve-group-data-early): Allow throttling servers.
2789         (nnimap-streaming): New variable.
2790         (nnimap-fetch-partial-articles): Remove.
2791
2792         * mm-decode.el (mm-with-part): Protect against killed buffers.
2793
2794         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2795         for prettier summary display.
2796
2797 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2798
2799         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2800
2801 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2802
2803         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2804         apparently third-party libraries depend on it.
2805
2806         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2807         before starting negotiation.
2808
2809         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2810         privacy reasons.
2811         (gnus-treat-mail-gravatar): Ditto.
2812
2813         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2814         buffer when inserting images.  Inserting text into the headers, for
2815         instance, can make them invalid.
2816
2817 2010-09-25  Julien Danjou  <julien@danjou.info>
2818
2819         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2820         variables.
2821
2822         * nnheader.el: Remove useless variables news-reply-yank-from and
2823         news-reply-yank-message-id.
2824
2825         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2826         variables.
2827
2828         * mml1991.el: Remove useless mml1991-verbose.
2829
2830         * gnus.el: Remove useless variable gnus-use-generic-from.
2831         Remove obsolete variable gnus-topic-indentation.
2832
2833         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2834
2835         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2836
2837         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2838
2839         * gnus-group.el: Remove useless gnus-group-icon-cache.
2840         Remove useless gnus-ephemeral-group-server.
2841
2842         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2843
2844         * mml2015.el: Remove useless mml2015-verbose.
2845
2846         * mml-smime.el: Remove useless mml-smime-verbose.
2847
2848         * gnus.el: Remove useless gnus-local-domain.
2849
2850         * gnus-gravatar.el (gnus-gravatar-transform-address):
2851         Use gnus-gravatar-size.
2852
2853         * gnus-art.el: Remove useless gnus-treat-translate.
2854
2855 2010-09-24  Julien Danjou  <julien@danjou.info>
2856
2857         * gnus-sum.el: Add support for Gravatars.
2858
2859         * gnus-art.el: Add support for Gravatars.
2860
2861         * gnus-gravatar.el: Add this file.
2862
2863         * gravatar.el: Add this file.
2864
2865 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2866
2867         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2868
2869         * gnus-group.el (gnus-group-fetch-faq): Remove.
2870
2871         * gnus.el (gnus-group-faq-directory): Remove.
2872
2873         * gnus-group.el (gnus-group-fetch-charter): Remove.
2874
2875         * gnus.el (gnus-group-charter-alist): Remove.
2876
2877         * gnus-group.el (gnus-group-archive-directory): Remove.
2878         (gnus-group-recent-archive-directory): Ditto.
2879         (gnus-group-make-archive-group): Remove.
2880
2881         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2882
2883         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2884         use the same article number for all the cached articles.
2885
2886         * nnimap.el (nnimap-command): Register the last command time so
2887         that we can use it for idling NOOPs.
2888         (nnimap-open-connection): Start the keeplive timer.
2889         (nnimap-make-process-buffer): Store all the process buffers.
2890         (nnimap-keepalive): New function.
2891
2892         * starttls.el (starttls-open-stream): Add autoload cookie.
2893
2894 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2895
2896         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2897         handling.
2898
2899 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2900
2901         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2902         its data structures.
2903
2904         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2905         instead of the cl.el copy-list.
2906         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2907         equalp.
2908
2909 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2912         and tool-bar-local-item-from-menu.
2913
2914         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2915         mode-line-highlight face for Emacs.
2916
2917         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2918         loading gnus-sum.elc; fix comment for canlock-verify.
2919         (gnus-article-jump-to-part): Use read-number.
2920         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2921         Remove Emacs pre-21 compatible code for help-echo.
2922         (gnus-article-next-page-1): No need to adjust the number of lines.
2923         (gnus-article-describe-bindings): Always use help-buffer.
2924
2925         * gnus-audio.el (gnus-audio-inline-sound)
2926         * gnus-cus.el (gnus-custom-mode)
2927         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2928
2929         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2930
2931         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2932         compatible code.
2933
2934 2010-09-24  Glenn Morris  <rgm@gnu.org>
2935
2936         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2937         visiting the fcc file in rmail-mode.
2938
2939         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2940
2941 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * nnir.el: Silence the byte compiler.
2944
2945         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2946         alias to browse-url-url-encode-chars if any.
2947         (gnus-html-encode-url): Use it.
2948
2949 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2950
2951         * gnus-start.el (gnus-use-backend-marks): New variable.
2952         (gnus-get-unread-articles-in-group): Use it.
2953
2954         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2955         makeover.
2956
2957 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2958
2959         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2960
2961 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2962
2963         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2964         Remove.
2965         (gnus-setup-news-hook):
2966         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2967
2968         * gnus-int.el (gnus-request-update-info): Protect against backends not
2969         having the function.
2970
2971         * nnimap.el (nnimap-stream): Mention starttls.
2972         (nnimap-open-connection): Add starttls support.
2973
2974 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2975
2976         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2977
2978 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2979
2980         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2981         BODYSTRUCTUREs.
2982         (nnimap-transform-headers): Unfold quoted {42} headers.
2983
2984         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2985         the info.
2986         (gnus-get-unread-articles): Only call updatep on backends that support
2987         it.
2988
2989         * nnweb.el (nnweb-request-update-info): NOOP.
2990
2991         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2992
2993         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2994         since it only deals with marks.
2995
2996         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2997         gnus-request-marks, and make a new gnus-request-update-info.
2998
2999         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3000         the active instead of the high number, which is usually too low.
3001
3002 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3003
3004         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3005         * encrypt.el: Remove.
3006
3007 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3008
3009         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3010         server in symbolic form.
3011
3012         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3013
3014 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3015
3016         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3017         (nnimap-update-info): Fix up code slightly.
3018
3019         * gnus-int.el (gnus-open-server): Add tracing for performance
3020         debugging.
3021
3022         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3023         (gnus-group-insert-group-line): Pass the real group name so that it
3024         gets the right data.
3025
3026         * gnus-start.el (gnus-get-unread-articles): Don't have
3027         `gnus-get-unread-articles-in-group' update info, since that can be
3028         really slow and doesn't seem to be needed?
3029
3030 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3031
3032         * time-date.el (date-to-time): Try using parse-time-string first before
3033         using the slower timezone-make-date-arpa-standard.
3034
3035 2010-09-22  Julien Danjou  <julien@danjou.info>
3036
3037         * gnus-group.el (gnus-group-insert-group-line):
3038         Call gnus-group-highlight-line.
3039         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3040         default hook list.
3041         (gnus-group-update-eval-form): Add new function.
3042         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3043         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3044
3045 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3046
3047         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3048         immediate, then expire all articles.
3049         (nnimap-update-info): Fix off-by-one errors.
3050         (nnimap-flags-to-marks): Would return no marks lists for group with no
3051         flags.  Instead return the other data.
3052
3053 2010-09-22  Julien Danjou  <julien@danjou.info>
3054
3055         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3056         Only return an icon.
3057         (gnus-group-insert-group-line): Compute icon to return.
3058
3059         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3060         (gnus-html-image-fetched): Only cache if
3061         gnus-html-image-automatic-caching is set.
3062         (gnus-html-image-fetched): Check for errors.
3063
3064 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3065
3066         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3067         once per method on `g'.  This ensures that backends like nnfolder don't
3068         open all their folders.
3069
3070         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3071         (nnimap-request-list): Nix out group in the correct buffer.
3072         (nnimap-parse-flags): Implement by using `read' instead of
3073         hand-parsing.
3074         (nnimap-flags-to-marks): Pass on permanent-flags.
3075         (nnimap-make-process-buffer): Record the server name.
3076         (nnimap-parse-flags): Fix typo.
3077         (nnimap-request-scan): Run split on the server in general, not just a
3078         single group.
3079
3080         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3081         parameter, and propagate this downwards.
3082
3083         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3084         since EXAMINE changes it on the server.
3085
3086         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3087         this command might take a while.
3088
3089 2010-09-22  Julien Danjou  <julien@danjou.info>
3090
3091         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3092         harmful if you have 2 images side-by-side, they can't be properly
3093         update on text deletion.  Using text-property is safer here.
3094         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3095         data.
3096
3097 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098
3099         * nnimap.el (nnimap-expunge-inbox): Remove.
3100         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3101         (nnimap-expunge): Flip default to t.
3102
3103         * gnus.el (gnus-method-to-server): Don't push things to the cache
3104         unless it's unique.
3105         (gnus-server-to-method): Ditto.
3106
3107 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3108
3109         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3110
3111 2010-09-22  Julien Danjou  <julien@danjou.info>
3112
3113         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3114         get the start of data.
3115         (gnus-html-encode-url): Add this function to encode special chars in
3116         URL.
3117         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3118         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3119
3120         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3121         default.
3122         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3123
3124         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3125         images alt-text.
3126         (gnus-html-put-image): Put alt-text as help-echo.
3127
3128 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3129
3130         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3131         * mm-util.el (mm-decompress-buffer)
3132         * nnir.el (nnir-run-find-grep)
3133         * pop3.el (pop3-list): Use 3rd arg of split-string.
3134
3135         * time-date.el (format-seconds): Comment fix.
3136
3137         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3138         and byte-optimize-form-code-walker.
3139         (dgnushack-make-auto-load): Don't advise make-autoload.
3140
3141         * lpath.el: Remove Emacs 21 stuff.
3142
3143 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3144
3145         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3146         outside the active range.  Suggested by Dan Christensen.
3147
3148         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3149         slightly later to avoid double-getting it.
3150
3151         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3152         previous patch.
3153
3154         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3155
3156 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3157
3158         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3159
3160 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3161
3162         * gnus-int.el (gnus-open-server): Give a better error message in the
3163         "go offline" case.
3164
3165         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3166         marks for nnimap, which is seldom the right thing to do.
3167
3168         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3169         (gnus-same-method-different-name): New function.
3170
3171         * nnimap.el (parse-time): Require.
3172
3173         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3174         method in the presence of many similar methods.
3175
3176         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3177
3178         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3179         nnml-inhibit-expiry.
3180
3181         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3182         find out whether methods are equal.
3183
3184         * nnimap.el (nnimap-find-expired-articles): New function.
3185         (nnimap-process-expiry-targets): New function.
3186         (nnimap-request-move-article): Request the article before looking at
3187         what the Message-ID is.  Fix found by Andrew Cohen.
3188         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3189
3190         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3191         for oldness in addition to being a predicate.
3192
3193         * nnimap.el (nnimap-request-group): When we have zero articles, return
3194         the right data to Gnus.
3195         (nnimap-request-expire-articles): Only delete articles immediately if
3196         the target is 'delete.
3197
3198         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3199         method, this would bug out.
3200
3201         * gnus-group.el (gnus-group-expunge-group): Rename from
3202         gnus-group-nnimap-expunge, and implemented as a normal interface
3203         function.
3204
3205         * gnus-int.el (gnus-request-expunge-group): New function.
3206
3207         * nnimap.el (nnimap-request-create-group): Implement.
3208         (nnimap-request-expunge-group): New function.
3209
3210 2010-09-21  Julien Danjou  <julien@danjou.info>
3211
3212         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3213         (gnus-html-cache-expired): Add new function.
3214         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3215         wethever we should display image for fetch it.
3216         Compute alt-text earlier to pass it to the fetching function too.
3217         (gnus-html-schedule-image-fetching): Change function argument to only
3218         get one image at a time, not a list.
3219         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3220         cache.
3221         (gnus-html-get-image-data): New function to retrieve image data from
3222         cache.
3223         (gnus-html-put-image): Change buffer argument to use image data rather
3224         than file, and place image above region rather than inserting a new
3225         one.  Do not take alt-text as argument, since it's useless now: we place
3226         the image above alt-text.
3227         (gnus-html-prune-cache): Remove.
3228         (gnus-html-show-images): Start to fetch image when we find one, do not
3229         push into a temporary list.
3230         (gnus-html-prefetch-images): Only fetch image if they have expired.
3231         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3232         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3233
3234 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3237
3238 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3239
3240         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3241         spec inser "*" if the group isn't active instead of 0.
3242
3243         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3244         opening the server.
3245         (nnimap-request-delete-group): Implement group deletion.
3246         (nnimap-transform-headers): Return the size of the entire message in
3247         the Bytes header, not just the size of the first part.
3248         (nnimap-request-move-article): When moving an article from nnimap,
3249         request the article first so the accepting form has an article to
3250         accept.  Reported by Dan Christensen.
3251         (nnimap-command): Make sure that the error message doesn't error out.
3252
3253 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3254
3255         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3256         we haven't requested anything.
3257
3258 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3259
3260         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3261         "".  Fix found by Andrew Cohen.
3262
3263         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3264         instead of -encode-string.
3265
3266 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3267
3268         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3269
3270         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3271         by mm-subst-char-in-string.
3272
3273 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3274
3275         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3276         waiting for the connection string.
3277
3278         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3279         arriving.
3280
3281         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3282         bogus characters.  This allows selecting certain Gmail groups.
3283
3284         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3285         (nnimap-fetch-partial-articles): New variable.
3286         (nnimap-open-connection): When looking for credentials, also use the
3287         nnimap-server-port.
3288         (nnimap-request-article): Return the group/article number, so that Gnus
3289         `^' works as expected.
3290         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3291
3292         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3293         comments.
3294         (gnus-methods-sloppily-equal): New function.
3295         (gnus): When using the development version of Gnus, load the gnus-load
3296         file.
3297
3298         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3299         `gnus-open-server' on each method before trying to scan them etc.
3300         This ensures that all the backend parameters are set correctly.
3301
3302         * nnimap.el (nnimap-authenticator): New variable.
3303         (nnimap-open-connection): Allow anonymous login.
3304         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3305         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3306
3307         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3308         patch, found by Knut Anders Hatlen.
3309
3310 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3311
3312         * gnus-agent.el (gnus-agent-batch-confirmation)
3313         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3314         to gnus-message.
3315         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3316         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3317         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3318         * gnus-int.el (gnus-open-server): Likewise.
3319         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3320         (gnus-score-check-syntax): Likewise.
3321         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3322         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3323         Likewise.
3324         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3325
3326 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3327
3328         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3329         calling conventions so that prefetch doesn't bug out.
3330
3331 2010-09-19  Julien Danjou  <julien@danjou.info>
3332
3333         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3334         rather than `subst-char-in-region' in order to be able to replace ASCII
3335         char by UTF-8 ones.
3336
3337         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3338         than curl.
3339         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3340         the right URL and ALT text on images.
3341         (gnus-html-wash-tags): Fix tag case.
3342         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3343         (gnus-article-html): Add -o display_ins_del=2 option.
3344         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3345
3346 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347
3348         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3349         the extra mail headers, which sometimes seem to happen for unknown
3350         reasons.
3351
3352         * mail-parse.el (mail-header-encode-parameter): Define as
3353         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3354         (or most, perhaps?) mail readers don't understand the latter, but do
3355         understand the former.
3356
3357         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3358         to nil, so that no methods are automatically agentized.  I think this
3359         is probably what most users want.
3360
3361         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3362         from url-retrieve, for instance about invalid URLs.
3363
3364         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3365         groups that have no articles.
3366         (nnimap-request-article): Check that we really got an article when we
3367         requested one.
3368
3369         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3370         doesn't exist.
3371
3372         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3373         nntp buffer so the agent can save it.
3374         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3375         that CRLF doesn't get translated to \n.
3376         (nnimap-open-connection): Don't make 'shell commands only send \n.
3377
3378 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3379
3380         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3381         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3382         Update var name.
3383         (nnml-generate-nov-file): Use dolist.
3384         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3385         Use with-current-buffer.
3386
3387 2010-09-18  Julien Danjou  <julien@danjou.info>
3388
3389         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3390         parallel.
3391
3392 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3393
3394         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3395         the range update right.
3396         (nnimap-request-group): Don't make `M-g' bug out on group with no
3397         marks.
3398         (nnoo): Require, so that other packages can require nnimap.
3399         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3400         command we're looking for.  This helps when the server sends more
3401         responses after we've gotten everything we expected.
3402         (nnimap): Add a `newlinep' field to keep track of end-of-line
3403         conventions.
3404         Don't send CRLF to things that don't want it.
3405         (nnimap-request-accept-article): Ditto.
3406
3407 2010-09-18  Julien Danjou  <julien@danjou.info>
3408
3409         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3410         than curl to retrieve images.
3411
3412 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413
3414         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3415         the marks.
3416         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3417         (nnimap-wait-for-connection): New function.
3418         (nnimap-open-connection): If we have PREAUTH, don't query for login
3419         credentials.
3420         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3421         when doing a partial update.
3422
3423 2010-09-18  Julien Danjou  <julien@danjou.info>
3424
3425         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3426         tags.
3427
3428 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429
3430         * nnimap.el (nnimap-credentials): New function.
3431         (nnimap-open-connection): Use the new function to look for credentials
3432         also on the numeric equivalents of "imap" and "imaps".
3433
3434         * gnus-start.el (gnus-activate-group): Send the info to
3435         gnus-request-group.
3436
3437         * nnimap.el (nnimap-request-group): Have the "check" version of the
3438         function parse flags and update the info, so that a `M-g' get a total
3439         resync of all flags from the group.
3440
3441         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3442         to allow backends to alter the info on group selection.  Also alter all
3443         the backend -request-group functions to take the parameter.
3444
3445         * nnimap.el (nnimap-store-info): New function.
3446         (nnimap-update-info): Store the info for later usage.
3447         (nnimap-request-group): Use the stored info for the dont-check case, so
3448         that we don't retrieve all marks when we enter a group.
3449
3450         * nnimap.el: Use deffoo instead of defun for interface functions.
3451
3452         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3453         update the group info.  This makes the nndraft groups, for instance, go
3454         back to their old behaviour.
3455
3456         * gnus-sum.el (gnus-select-newsgroup): Indent.
3457
3458         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3459         in.
3460         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3461         nothing.
3462
3463         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3464         from methods that are denied.
3465
3466         * gnus-int.el (gnus-method-denied-p): New function.
3467
3468         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3469         store the password instead of netrc.
3470         (nnimap-open-connection): Don't error out when we can't make a
3471         connections.
3472
3473         * auth-source.el (auth-source-create): In the password prompt, say what
3474         we're querying for.  Also prompt for user name if that hasn't been
3475         given.
3476
3477         * nnimap.el (nnimap-with-process-buffer): Remove.
3478
3479 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3480
3481         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3482         method when we're reading from the agent.
3483
3484         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3485
3486         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3487         that's probably most useful for users.
3488
3489         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3490         "failed" all the time.
3491
3492         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3493         ...)) with (with-current-buffer ... ).
3494
3495         * nntp.el (nntp-open-server): Return whether the open was successful or
3496         not.
3497
3498         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3499         select an unread unseen article first.
3500
3501         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3502         /etc/services, supply some sensible port defaults.
3503
3504         * dgnushack.el: Define netrc-credentials.
3505
3506 2010-09-17  Julien Danjou  <julien@danjou.info>
3507
3508         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3509
3510 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3511
3512         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3513         doesn't have any parameters.
3514
3515 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3516
3517         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3518         only upcased checks.
3519
3520         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3521
3522         * nnimap.el (nnimap-open-shell-stream): New function.
3523         (nnimap-open-connection): Use it.
3524         (nnimap-transform-headers): Get the number of lines in each message.
3525         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3526         number of lines.
3527         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3528         problem.
3529
3530         * utf7.el (utf7-encode): Autoload.
3531
3532         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3533         to allow the mail splitting to not return a default group.  This is
3534         useful for nnimap, which will leave unmatched mail in the inbox.
3535
3536         * nnimap.el: Rewritten.
3537
3538         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3539         nnimap usage.
3540
3541         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3542         if the move is internal, so that nnimap can do fast internal moves.
3543
3544         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3545         data.
3546         (gnus-read-active-for-groups): Support finishing the early retrieval of
3547         data.
3548
3549         * gnus-range.el (gnus-range-nconcat): New function.
3550
3551         * gnus-int.el (gnus-finish-retrieve-group-infos)
3552         (gnus-retrieve-group-data-early): New functions.
3553
3554 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3555
3556         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3557         (nnrss-retrieve-groups):
3558         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3559         (pop3-quit): Use with-current-buffer.
3560
3561 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3562
3563         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3564         instead of nnheader-accept-process-output.
3565
3566         * dgnushack.el (dgnushack-compile): Add comment.
3567
3568         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3569
3570         * gnus-html.el (gnus-html-schedule-image-fetching)
3571         (gnus-html-prefetch-images): Replace process-kill-without-query by
3572         gnus-set-process-query-on-exit-flag.
3573
3574 2010-09-16  Romain Francoise  <romain@orebokech.com>
3575
3576         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3577
3578 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3579
3580         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3581         parameter to unintern is mandatory-ish in Emacs 24.
3582
3583         * gnus-html.el (gnus-html-schedule-image-fetching)
3584         (gnus-html-prefetch-images): Check for curl before using it.
3585
3586         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3587         depend on curl, which isn't essential.
3588
3589         * imap.el: Revert back to version
3590         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3591         seem problematic.
3592
3593 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3594
3595         * gnus-registry.el (gnus-registry-install-shortcuts):
3596         Explicitly pass `obarray' to `unintern' to avoid a warning.
3597
3598 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3599
3600         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3601         change.
3602
3603         * nnrss.el (nnrss-request-list): Remove this function and related
3604         functions, including the moreover stuff.
3605
3606 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3607
3608         * nnrss.el (nnrss-retrieve-groups): New function.
3609
3610 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3611
3612         * .dir-locals.el: Add no-byte-compile cookie.
3613
3614 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3615
3616         * time-date.el (format-seconds): Comment fix.
3617
3618         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3619         for back end that doesn't support request-scan.
3620
3621 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3622
3623         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3624         then do request scans from the backends.
3625
3626         * netrc.el (netrc-credentials): New conveniency function.
3627
3628         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3629         avoid running a hook per line, since this takes a lot of time,
3630         profiling shows.
3631         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3632         directly if gnus-visual-p is true.
3633
3634 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3635
3636         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3637         groups; replace mapcar with dolist which is a bit faster; pass groups
3638         info to gnus-read-active-file-1.
3639         (gnus-read-active-file-1): Scan only specified groups if the new
3640         optional arg `infos' is given.
3641
3642 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3643
3644         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3645
3646         * pop3.el (pop3-movemail): Remove.
3647         (pop3-streaming-movemail): Rename to pop3-movemail.
3648
3649         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3650         don't restrict end-tag searches to the end of the line.
3651
3652 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3653
3654         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3655         articles of every unchecked group to t, which means unknown since the
3656         server has never been opened.
3657
3658 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3659
3660         * gnus-html.el (gnus-html-show-alt-text): New command.
3661         (gnus-html-browse-image): Ditto.
3662         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3663         to browse the image directly.
3664         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3665         better.
3666
3667         * gnus-async.el (gnus-async-article-callback):
3668         Call `gnus-html-prefetch-images' unconditionally.
3669
3670         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3671         before feeding URLs to curl.
3672
3673 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3674
3675         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3676         internal images as deletable by `W D D'.
3677
3678         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3679         (gnus-async-article-callback): Fix typo.
3680
3681 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3682
3683         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3684         current line to work around bugs in the output from w3m.
3685
3686         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3687         for groups that want that.
3688
3689         * nntp.el (nntp-wait-for-string): Supply a timeout for
3690         accept-process-output to ensure progress.
3691
3692         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3693         level to get unread articles from, then use that for foreign groups,
3694         too.
3695
3696         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3697         confuses the rest of the function.
3698
3699         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3700         for the methods that support -retrieve-groups, too.
3701
3702         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3703
3704 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3705
3706         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3707         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3708
3709         * pop3.el: Require cl when compiling.
3710         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3711
3712 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3713
3714         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3715         that aren't going to be activated.
3716         (gnus-get-unread-articles): Fix up the last commit.
3717
3718         * gnus-html.el (gnus-article-html): Allow calling without specifying
3719         the handle.  In that case, dissect the buffer first.
3720
3721         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3722
3723         * nnimap.el (nnimap-open-connection): Revert the change that would look
3724         into authinfo for imaps instead of imap.
3725
3726         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3727         say that you don't want to call gnus-request-group with don-check, but
3728         do check the reponse.  This is for virtual groups only.
3729         (gnus-get-unread-articles): Count the archive groups as secondary, so
3730         that they're activated the same way as before.
3731
3732         * imap.el (imap-message-map): Removed optional buffer parameter, since
3733         no callers use it.
3734         (imap-message-get): Ditto.
3735         (imap-message-put): Ditto.
3736         (imap-mailbox-map): Ditto.
3737         (imap-mailbox-put): Ditto.
3738         (imap-mailbox-get): Ditto.
3739         (imap-mailbox-get): Revert last change for this function.
3740
3741         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3742         case-insensitively.
3743         (nnimap-debug): Remove.
3744
3745         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3746         to use `imap-fetch' instead.  According to the comments, this should be
3747         safe, since all other IMAP clients use the 1:* syntax.
3748         (imap-enable-exchange-bug-workaround): Removed.
3749         (imap-debug): Removed -- doesn't seem very useful.
3750
3751         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3752         mail from a file, and the file doesn't exist.
3753
3754         * imap.el (imap-log): New convenience function used throughout instead
3755         of repeating the same code all over the place.
3756
3757         * pop3.el (pop3-streaming-movemail): Return t for success.
3758
3759         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3760         .authinfo if we're using ssl connection.
3761
3762         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3763         already have if we're in a main Gnus `g' run.
3764
3765         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3766
3767 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3770
3771         * nnmh.el (nnmh-request-list-1): Bind `file'.
3772
3773         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3774         alias to set-process-query-on-exit-flag or process-kill-without-query.
3775         (pop3-open-server): Use it.
3776
3777 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3778
3779         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3780         box to the Incoming file.  Fixes mistake in previous checkin.
3781
3782         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3783         request loop (for debugging purposes) removed.
3784
3785         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3786         culprit is more visible.
3787         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3788         (nnml-add-incremental-nov): New functions to do "incremental" nov
3789         updates, where we just append to the end of the existing nov files
3790         without reading/writing them in full.
3791
3792         * mail-source.el (mail-source-delete-crash-box): Really only check the
3793         incoming files once in a while.
3794
3795         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3796
3797         * mail-source.el (mail-source-delete-crash-box): Only check the
3798         incoming files for deletion once per day to save a lot of file
3799         accesses.
3800
3801         * pop3.el (pop3-logon): Fix up unbound variable typo.
3802
3803         * mail-source.el (pop3-streaming-movemail): Autoload.
3804
3805         * pop3.el (pop3-streaming-movemail):
3806         Respect pop3-leave-mail-on-server.
3807
3808         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3809         retrieval.
3810
3811         * pop3.el (pop3-process-filter): Remove unused function.
3812         (pop3-streaming-movemail, pop3-send-streaming-command)
3813         (pop3-wait-for-messages, pop3-write-to-file)
3814         (pop3-number-of-responses): New functions for streaming pop3
3815         retrieval.
3816
3817         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3818         come from no known methods.
3819         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3820         list.
3821
3822         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3823         message sizes.
3824         (pop3-movemail): Use erase-buffer instead of looping and deleting
3825         regions, which seems rather odd.
3826
3827         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3828         file once per `g' run.
3829
3830         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3831         directories.  This makes the draft queue directory work.
3832
3833         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3834         data from the backends, so that we only request the list of groups from
3835         each method once.  This should speed things up considerably.
3836
3837         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3838         detect that it's not implemented.
3839
3840         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3841         we actually do recurse down into the tree, but don't stat all leaf
3842         nodes.
3843
3844         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3845         then say so instead of bugging out.
3846
3847         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3848         files exist before trying to read them.
3849
3850         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3851         around <pre_int>.
3852
3853         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3854
3855         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3856
3857 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3858
3859         * mm-util.el (mm-image-load-path): Just return the image directories,
3860         not all directories in the path in addition to the image directories.
3861         (mm-image-load-path): Maintain a cache of the image directories so that
3862         the `g' command in Gnus doesn't have to stat dozens of directories each
3863         time.
3864
3865         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3866         (gnus-html-wash-tags): Add a new `i' command to insert images.
3867         (gnus-html-insert-image): New command and keystroke.
3868         (gnus-html-redisplay-with-images): New command and keystroke.
3869         (gnus-html-show-images): Rename command.
3870         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3871         spacers.
3872         (gnus-html-wash-tags): Decode entities at the end, so that entities
3873         inside the tags don't mess up the rest of the "parsing".
3874
3875         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3876         so that nnimap methods aren't agentized by default.  There's apparently
3877         many problems related to agent/imap behaviour.
3878
3879         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3880
3881         * gnus-html.el: Doc fix.
3882
3883 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3884
3885         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3886         specifier-spec-list for Emacs 21.
3887
3888         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3889         glyph-width and glyph-height instead of display-graphic-p and
3890         image-size; make avoidance of displaying small images work for XEmacs.
3891
3892         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3893         for XEmacs.
3894
3895         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3896         of symbol that holds plist data.
3897         (gnus-process-plist): Remove plist of process after getting it.
3898
3899 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3900
3901         * message.el (message-generate-hashcash): Change default to
3902         'opportunistic if hashcash is installed.
3903
3904         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3905         (gnus-html-put-image): Only call image-size once, since it's somewhat
3906         time-consuming on remote X servers.
3907
3908 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3911         type on data, not a file name.
3912
3913         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3914         window-pixel-edges for Emacs 21.
3915
3916         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3917         decoded contents.
3918         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3919
3920 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3921
3922         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3923         group line format, since it isn't very interesting.
3924
3925         * gnus-agent.el (gnus-agent-short-article),
3926         (gnus-agent-long-article): Increase values for these two variables,
3927         since most people are likely to have more network connection and
3928         storage than before.
3929
3930         * gnus.el (gnus-refer-article-method): Change default to 'current.
3931         When referring an article, the common behaviour is to refer it from the
3932         current select method, not the native select method.  The chances of
3933         the native select method having the message in question is rather slim
3934         these days.
3935
3936         * gnus-sum.el (gnus-auto-select-subject): Change default to
3937         `unseen-or-unread'.  I think it's likely that most people want to
3938         select an unseen article over a previously seen, but unread one.
3939
3940         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3941         means that in the article buffer none of the minor mode elements will
3942         be shown, usually, and this is not desirable in most cases.
3943
3944         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3945         that commands like `d' (and the like) go to the next line in the
3946         buffer, instead of the next unread article.  I think this is the
3947         behaviour that is most natural for most users.
3948         (gnus-single-article-buffer): Change default to nil, so that people can
3949         have as many article buffers open as they have summary buffer.  I think
3950         this is the most natural way for the groups to behave.
3951
3952         * message.el (message-generate-new-buffers): Change default to
3953         `unsent', so that all new message buffers start their names with the
3954         string "*unsent", and it's easier to find the buffers if you move from
3955         them.
3956
3957 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3958
3959         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3960         small.  They're probably tracking images.
3961         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3962         (gnus-html-rescale-image): Yet another try at getting the image sizing
3963         right.
3964
3965         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3966         nntp-marks-file-name is nil.
3967
3968 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3969
3970         * gnus-html.el (gnus-html-wash-tags)
3971         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3972         Better logging.
3973
3974 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3975
3976         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3977
3978         * gnus-html.el (gnus-html-wash-tags): Check the value of
3979         gnus-blocked-images in the summary buffer.
3980
3981 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3982
3983         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3984
3985 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3986
3987         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3988         like "a", it seems like.
3989         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3990         since it needs to be picked from the correct buffer.
3991
3992         * nnwfm.el: Remove.
3993
3994         * nnlistserv.el: Remove.
3995
3996 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3997
3998         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3999         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4000
4001 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4002
4003         * nnkiboze.el: Remove.
4004
4005         * nndb.el: Remove.
4006
4007         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4008         alt text.
4009         (gnus-html-rescale-image): Try to get the rescaling logic right for
4010         images that are just wide and not tall.
4011
4012         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4013         overshadow variable bindings.
4014
4015 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4016
4017         * gnus-html.el (gnus-html-wash-tags)
4018         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4019         Add extra logging.
4020
4021 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4022
4023         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4024         (gnus-max-image-proportion): New variable.
4025         (gnus-html-rescale-image): New function.
4026         (gnus-html-put-image): Rescale images.
4027
4028 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4029
4030         Fix up some byte-compiler warnings.
4031         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4032         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4033         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4034         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4035         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4036         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4037         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4038
4039 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4040
4041         * gnus-html.el (gnus-article-html): Decode contents by charset.
4042
4043 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4046         (gnus-html-frame-width, gnus-blocked-images)
4047         * message.el (message-prune-recipient-rules): Add custom version.
4048         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4049
4050         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4051         functions.
4052
4053         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4054         gnus-process-get.
4055
4056 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4057
4058         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4059         instead of lsub directly.
4060
4061 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4062
4063         * nnwarchive.el: Remove.
4064
4065         * gnus-soup.el: Remove.
4066
4067         * nnsoup.el: Remove.
4068
4069         * nnultimate.el: Remove.
4070
4071         * gnus-html.el (gnus-blocked-images): New variable.
4072
4073         * message.el (message-prune-recipients): New function.
4074         (message-prune-recipient-rules): New variable.
4075
4076         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4077         guess whether a long line is natural text or not.
4078
4079         * gnus-html.el (gnus-html-schedule-image-fetching):
4080         Use gnus-process-plist and friends for compatibility.
4081
4082 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4083
4084         * gnus-html.el: Require packages that define macros used in this file.
4085         (gnus-article-mouse-face): Declare to silence byte-compiler.
4086         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4087         process-get.
4088         (gnus-html-put-image): Use plist-get to avoid getf.
4089         (gnus-html-prefetch-images): Use with-current-buffer.
4090
4091 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * gnus-ems.el: Provide compatibility functions for
4094         gnus-set-process-plist.
4095
4096         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4097         header-line-format for XEmacs 21.4.
4098
4099         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4100         * gnus.el (gnus-valid-select-methods)
4101         * message.el (message-send-mail-partially-limit)
4102         * mm-decode.el (mm-text-html-renderer)
4103         * mml.el (mml-insert-mime-headers-always)
4104         * smiley.el (smiley-regexp-alist): Bump custom version.
4105
4106 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4107
4108         * gnus-html.el: require mm-url.
4109         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4110         with the url to `url'.
4111         (gnus-html-wash-tags): Support cid: URLs/images.
4112
4113 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4114
4115         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4116         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4117         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4118
4119         * gnus-move.el: Remove file, since it doesn't really work.
4120
4121         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4122         UTF-8.  This seems to fix problems with some German web feeds.
4123
4124         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4125         at the top so that the proper colours are applied.
4126
4127         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4128         don't have dots in their names.
4129
4130         * gnus-art.el (gnus-article-view-part): Doc fix.
4131
4132         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4133         XEmacs-compatible.
4134         (gnus-html-put-image): Don't do images on non-graphic displays.
4135
4136         * nnslashdot.el: Remove this unused backend.
4137
4138         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4139         actions.
4140         (gnus-undo-register-1): Revert last change.
4141
4142         * gnus-group.el (gnus-group-completing-read): Protect against not
4143         having completion-styles bound.
4144
4145         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4146         make broken recipients happier.
4147
4148         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4149
4150         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4151         point parameter.
4152
4153         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4154
4155         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4156         completion-styles for group selection.
4157
4158 2009-02-04  Andreas Schwab  <schwab@suse.de>
4159
4160         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4161         headers and regexp-quote the match if necessary.
4162
4163 2009-03-24  Miles Bader  <miles@gnu.org>
4164
4165         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4166         the blinking smiley.
4167
4168 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4169
4170         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4171         blink smiley.
4172
4173 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4174
4175         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4176         where the dribbel file lives exists.
4177
4178         * message.el (message-send-mail-partially-limit): Change the default to
4179         nil, since most people don't want this.
4180
4181         * mm-url.el (mm-url-decode-entities): Also decode entities like
4182         &#x3212.
4183
4184 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4185
4186         * gnus-sum.el (gnus-summary-idna-message):
4187         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4188         Hyperlink urls in docstrings with URL `...'.
4189
4190 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4191
4192         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4193         functions.
4194
4195 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4196
4197         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4198         say what the mouseover text should be.
4199
4200         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4201         version of the mm-w3m-safe-url-regexp variable to only download images
4202         in the groups where we want that to happen.
4203
4204         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4205
4206         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4207         easier debugging.
4208         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4209         big pictures in the article buffer.
4210
4211         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4212         gnus-article-html.
4213         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4214         w3m.
4215
4216         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4217
4218 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4219
4220         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4221         which doesn't exist.
4222
4223         * message.el (message-inhibit-ecomplete): New variable to allow some
4224         function to inhibit ecomplete address storage.
4225         (message-resend): Disable ecomplete message storage when resending
4226         messages.
4227
4228         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4229
4230 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4233         Save excursion while copying, moving, and deleting articles in order to
4234         prevent the cursor from jumping to unforeseen place.
4235
4236 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * lpath.el: No need to bind bookmark-current-buffer,
4239         bookmark-yank-point and bookmark-make-record-function.
4240
4241 2010-08-17  Glenn Morris  <rgm@gnu.org>
4242
4243         * gnus-sync.el: Require gnus components whose functions are used.
4244
4245         * gnus-art.el (bookmark-make-record-function):
4246         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4247         Declare for compiler.
4248
4249         * mm-url.el (mml-compute-boundary): Autoload.
4250
4251 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4254
4255 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4256
4257         Typo fix "hoo4a" -> "hook".
4258
4259         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4260
4261 2010-08-14  Glenn Morris  <rgm@gnu.org>
4262
4263         * gnus-sync.el (gnus-sync): Fix defgroup version.
4264
4265 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4266
4267         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4268
4269         * gnus-sync.el: Fix docs.
4270         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4271         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4272
4273 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4274
4275         Optimizations for gnus-sync.el.
4276
4277         * gnus-sync.el: Add docs about gnus-sync-backend
4278         possibilities.
4279         (gnus-sync-save): Remove unnecessary message.
4280         (gnus-sync-read): Optimize and show what groups were skipped.
4281
4282 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4283
4284         Minor bug fixes for gnus-sync.el.
4285
4286         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4287         Don't read the sync on get-new-news.
4288
4289         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4290         quiet.
4291
4292         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4293         (fix typo).
4294
4295 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4296
4297         Make saving and restoring of hidden threads work with overlays.
4298         Patch applied by Ted Zlatanov.
4299
4300         * gnus-sum.el (gnus-hidden-threads-configuration)
4301         (gnus-restore-hidden-threads-configuration): Update to deal with text
4302         properties, rather than searching for a magic character.
4303
4304 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4305
4306         New gnus-sync.el library for synchronization of marks.
4307
4308         * gnus-sync.el: New library for synchronization of marks.
4309
4310         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4311         renamed from `gnus-registry-grep-in-list'.
4312
4313         * gnus-registry.el (gnus-registry-follow-group-p):
4314         Use `gnus-grep-in-list'.
4315
4316         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4317
4318 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4321         determining charset of text fails.
4322
4323 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4324
4325         * nnmail.el (nnmail-get-new-mail-1): Revert.
4326
4327         * nnml.el (nnml-active-number): Make sure names of newly created groups
4328         in nnml-group-alist are encoded.
4329
4330 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4331
4332         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4333         containing non-ASCII characters in active file for nnml back end.
4334
4335 2010-07-24  David Engster  <dengste@eml.cc>
4336
4337         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4338         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4339
4340 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4341
4342         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4343         tag (Bug#6654).
4344
4345 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4346
4347         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4348         the article buffer, not the summary buffer.
4349
4350 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4353         Emacs 23 as well.
4354
4355 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4358         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4359
4360 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4361
4362         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4363         Patch applied by Karl Fogel.
4364
4365         * gnus-sum.el (gnus-summary-bookmark-make-record):
4366         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4367
4368 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4369
4370         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4371         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4372         C-w still not working correctly from Article buffers; Thierry's
4373         patch to fix that will be applied after this.
4374
4375         * gnus-art.el (bookmark-make-record-function): New local variable.
4376
4377         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4378         article buffer.
4379         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4380
4381 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4382
4383         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4384         on changes in bookmark.el.
4385
4386 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4389         `no-log' instead of message not to log prompt string.
4390
4391 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4392
4393         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4394         the *other* type of HTML form submission.
4395
4396 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4397
4398         * auth-source.el (auth-source-pick): If choice does not contain a
4399         questioned keyword, set the check to t.
4400
4401 2010-06-12  Romain Francoise  <romain@orebokech.com>
4402
4403         * gnus-util.el (gnus-date-get-time): Move up before first use.
4404
4405 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4406
4407         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4408         (gnus-article-edit-part): Bind it to make last part that is substituted
4409         or deleted visible.
4410         (gnus-mime-display-single): Buttonize part of which id equals to
4411         gnus-mime-buttonized-part-id.
4412
4413 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4414
4415         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4416         (gnus-dd-mmm): Use gnus-date-get-time.
4417         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4418         simplify logic.
4419         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4420         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4421
4422 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4423
4424         * auth-source.el (top): Autoload `secrets-list-collections',
4425         `secrets-create-item', `secrets-delete-item'.
4426         (auth-sources): Fix tag string.
4427         (auth-get-source, auth-source-retrieve, auth-source-create)
4428         (auth-source-delete): New defuns.
4429         (auth-source-pick): Rewrite in order to avoid 2 passes.
4430         (auth-source-forget-user-or-password): New parameter USERNAME.
4431         (auth-source-user-or-password): New parameters CREATE-MISSING and
4432         DELETE-EXISTING.  Retrieve password interactively, if needed.
4433
4434 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4435
4436         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4437         deleting unused directories when gnus-expert-user is t.
4438
4439 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4440
4441         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4442         for each temp file when gnus-article-browse-delete-temp is ask.
4443
4444 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4445
4446         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4447         Lisp calls to delete-backward-char by calls to delete-char.
4448
4449 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4450
4451         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4452
4453 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4454
4455         * password-cache.el (password-cache-remove): Fix docstring.
4456
4457 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4458
4459         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4460         article unless decoding article to be saved.
4461
4462 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4465         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4466         generated within the mm-with-unibyte-current-buffer macro.
4467
4468 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4471         to nil when we're in a mml-preview buffer and no group is selected.
4472
4473 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4474
4475         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4476         when catching the `C-g'.  Reported by "Leo".
4477
4478 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * message.el (message-forward-make-body-plain)
4481         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4482         multibyte-string-p.
4483
4484         * lpath.el: Revert.
4485
4486 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4487
4488         * message.el (message-forward-make-body-mml): Assume original message
4489         is multibyte string; error on unibyte.
4490         (message-forward-make-body-plain): Ditto; don't add excessive newline
4491         in body end.
4492
4493         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4494
4495 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4496
4497         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4498         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4499
4500 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * mm-extern.el (mm-extern-url): Don't use
4503         mm-with-unibyte-current-buffer.
4504         (mm-extern-cache-contents): Use with-current-buffer instead of
4505         save-excursion + set-buffer.
4506
4507 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4508
4509         * mm-util.el (mm-emacs-mule): Remove.
4510
4511 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4512
4513         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4514         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4515         change.
4516
4517 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4520         bind the default value of enable-multibyte-characters to nil.
4521
4522 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * message.el (message-forward-make-body-plain)
4525         (message-forward-make-body-mml):
4526         Don't use mm-with-unibyte-current-buffer.
4527
4528 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4529
4530         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4531
4532 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4533
4534         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4535         (Bug#5592).
4536
4537 2010-05-07  Julien Danjou  <julien@danjou.info>
4538
4539         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4540         it to mm-pipe-part.
4541
4542         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4543         it is given.
4544
4545 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * binhex.el (binhex-decode-region-internal)
4548         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4549         (dns-query)
4550         * nnweb.el (nnweb-gmane-search)
4551         * pgg-parse.el (pgg-parse-armor)
4552         * pgg.el (pgg-verify-region)
4553         * sha1.el (sha1-string-external)
4554         * uudecode.el (uudecode-decode-region-internal)
4555         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4556         XEmacs.
4557
4558         * gnus-art.el (gnus-article-browse-html-parts)
4559         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4560         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4561         make-temp-file.
4562
4563         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4564         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4565         compiling.
4566
4567         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4568         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4569         XEmacs when compiling.
4570
4571         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4572         gnus-pick-mode-off-hook for XEmacs when compiling.
4573         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4574         gnus-binary-mode-off-hook for XEmacs when compiling.
4575
4576         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4577         Return nil if char-charset is not available.
4578
4579         * imap.el (imap-disable-multibyte)
4580         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4581         macros.
4582
4583         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4584         instead of encode-coding-string.
4585
4586         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4587         'xemacs) instead of mm-emacs-mule to switch function definitions.
4588         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4589
4590         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4591         bind temporary-file-directory for XEmacs;
4592         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4593         timer-set-function for XEmacs 21.4 and SXEmacs;
4594         bind timer-list for XEmacs 21.4 and SXEmacs;
4595         fbind char-charset and find-charset-region for non-Mule XEmacs;
4596         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4597         encode-coding-region and encode-coding-string for XEmacs having no
4598         file-coding feature.
4599
4600 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4601
4602         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4603
4604 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4607         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4608
4609 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4610
4611         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4612         alias `jka-compr-delete-temp-file' no longer exists.
4613
4614 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4615
4616         Use define-minor-mode in Gnus where applicable.
4617         * mml.el (mml-mode): Use define-minor-mode.
4618         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4619         (gnus-undo-mode): Use define-minor-mode.
4620         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4621         (gnus-dead-summary-mode): Use define-minor-mode.
4622         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4623         Initialize in declaration.
4624         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4625         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4626         (gnus-mailing-list-mode): Use define-minor-mode.
4627         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4628         (gnus-draft-mode): Use define-minor-mode.
4629         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4630         (gnus-dired-mode): Use define-minor-mode.
4631
4632 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4633
4634         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4635         handles on recursive mml-to-mime translation and check them for
4636         boundary delimiter collisions.  Reported by Greg Troxel.
4637
4638 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4639
4640         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4641
4642 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4643
4644         * mm-util.el (mm-find-buffer-file-coding-system):
4645         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4646
4647 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4648
4649         * message.el (message-generate-headers): Record insertion of optional
4650         headers as well.  Otherwise the check to prevent repeated insertion of
4651         optional headers is a no-op.
4652
4653 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4654
4655         * smime.el: Don't mention CVS.
4656
4657         * nnrss.el (nnrss-fetch): Don't mention CVS.
4658
4659         * nnir.el: Don't mention CVS.
4660
4661 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4662
4663         * gnus-sum.el (gnus-summary-bookmark-make-record):
4664         Add `location' field.
4665
4666 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * lpath.el: Fbind bookmark-default-handler,
4669         bookmark-get-bookmark-record, bookmark-make-record-default,
4670         bookmark-prop-get for Emacs <23 and XEmacs.
4671
4672 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4673
4674         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4675         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4676         Use with-current-buffer to silence the byte-compiler.
4677         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4678         bother to require `gnus'.
4679         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4680
4681 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4682
4683         * gnus-sum.el (gnus-summary-bookmark-make-record)
4684         (gnus-summary-bookmark-jump): New functions.
4685         (gnus-summary-mode): Setup bookmark support.
4686
4687 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4688
4689         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4690         if set.
4691
4692 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4695         gnus-article-browse-html-save-cid-image; make it work recursively for
4696         forwarded messages as well.
4697         (gnus-article-browse-html-parts): Work when prefix arg is given.
4698         (gnus-article-browse-html-article): Doc fix.
4699
4700 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4701
4702         * message.el (message-default-mail-headers):
4703         (message-default-headers): Carry the value mail-default-headers over
4704         into message-default-mail-headers, rather than message-default-headers.
4705
4706 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4707
4708         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4709         charset.
4710
4711         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4712         charset into the <meta> tag when the article is encoded to utf-8.
4713
4714 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4715
4716         * gnus-art.el (gnus-article-browse-delete-temp-files):
4717         Delete directories as well.
4718         (gnus-article-browse-html-parts): Work for images that do not specify
4719         file names; delete temp directory when quitting; insert header at the
4720         right place; use file: scheme for image files.
4721
4722 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4723
4724         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4725         (gnus-article-browse-html-parts): Use it to make temporary cid image
4726         files in addition to html file so that browser may display them.
4727
4728 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4731
4732 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4733
4734         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4735
4736 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4737
4738         * auth-source.el (auth-sources): Change default to be simpler.
4739         Explain about Secret Service API sources.  Improve Customize options.
4740         (auth-source-pick): Change to accept any number of search parameters.
4741         Implement fallbacks iteratively, not recursively.  Add scoring on the
4742         second pass and sort by score.  Call Secret Service API when needed.
4743         (auth-source-user-or-password): Use it.  Call Secret Service API
4744         directly when needed to get the user name and the password.
4745
4746 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4747
4748         * message.el (message-interactive): Doc fix.
4749         (message-qmail-inject-args): Reflow.
4750         (message-kill-to-signature): Fix typo in docstring.
4751
4752         * smiley.el (smiley-buffer): Fix typo in docstring.
4753
4754 2010-03-24  Glenn Morris  <rgm@gnu.org>
4755
4756         * mail-source.el (gnus-message): Declare.
4757         (mail-source-delete-old-incoming): Require gnus-util.
4758
4759 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4760
4761         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4762
4763         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4764
4765         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4766         password-cache's default if it is not bound.
4767         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4768         password-cache-expiry's default if it is not bound.
4769
4770         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4771         available in Emacs 21.
4772
4773         * lpath.el: Suppress compiler warnings for:
4774         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4775         XEmacs;
4776         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4777         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4778         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4779
4780 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4781
4782         * auth-source.el (auth-sources): Fix up definition so extra parameters
4783         are always inline.
4784
4785 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4786
4787         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4788         wasn't updated after mismatch.  Clear cached mailbox info correctly
4789         when uidvalidity changes.
4790         (nnimap-group-prefixed-name): New function to avoid some code
4791         duplication.
4792         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4793         (nnimap-request-group): Use it.
4794         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4795         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4796         with many imap folders.  This is done by caching the group status from
4797         the imap server persistently in a group parameter `imap-status'.  (This
4798         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4799         but not persistently, so every Gnus startup was still very slow.)
4800
4801 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4802
4803         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4804         delete the extra newline.  Otherwise editing of :string and :number
4805         types don't work.
4806
4807 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4808
4809         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4810         secrets.el dependency.
4811         (auth-sources): Add optional user name.  Add secrets.el configuration
4812         choice (unused right now).
4813
4814 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4815
4816         * gnus-sum.el (gnus-summary-make-menu-bar):
4817         Let `gnus-registry-install-shortcuts' fill in the functions.
4818
4819         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4820         warnings.
4821         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4822         (gnus-registry-install-shortcuts): Populate and use it in a
4823         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4824
4825 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4826
4827         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4828         In-place substitutions for the group name encoding/decoding.
4829         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4830         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4831         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4832         (nnimap-update-unseen, nnimap-request-list)
4833         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4834         (nnimap-request-set-mark, nnimap-split-to-groups)
4835         (nnimap-split-articles, nnimap-request-newgroups)
4836         (nnimap-request-create-group, nnimap-request-accept-article)
4837         (nnimap-request-delete-group, nnimap-request-rename-group)
4838         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4839         `encoded-mbx' for consistency.
4840         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4841         variable `imap-current-mailbox'.
4842
4843         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4844         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4845
4846 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4847
4848         * pop3.el (pop3-display-message-size-flag): Display message size byte
4849         counts during POP3 download.
4850         (pop3-movemail): Use it.
4851         (pop3-list): Implement listing of available messages.
4852
4853 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4854
4855         * nnir.el (nnir-get-article-nov-override-function): New function to
4856         override the normal NOV retrieval.
4857         (nnir-retrieve-headers): Use it.
4858
4859 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4860
4861         * auth-source.el (netrc-machine-user-or-password): Autoload.
4862
4863 2010-03-19  Glenn Morris  <rgm@gnu.org>
4864
4865         Stop message.el from loading about 40 libraries it doesn't always need.
4866         The general approach is to autoload rather than require, and to
4867         require in the specific functions rather than the file.  (Bug#5642)
4868
4869         * gmm-utils.el: Don't require wid-edit.
4870         (widget-create-child-value, widget-convert, widget-default-get):
4871         Autoload.
4872
4873         * gnus-util.el: Don't require time-date, netrc.
4874         (message-fetch-field, gnus-group-name-decode): Declare rather than
4875         autoloading.
4876         (gnus-fetch-field): Require message.
4877         (gnus-decode-newsgroups): Require gnus-group.
4878
4879         * ietf-drums.el: Don't require time-date.
4880
4881         * message.el: Don't require hashcash, canlock, ecomplete.
4882         Do require mail-utils.  Require nnheader only when compiling.
4883         (smtpmail-default-smtp-server): Remove declaration.
4884         (message-send-mail-function): Check smtpmail-default-smtp-server
4885         is bound rather than requiring smtpmail.
4886         (message-auto-save-directory, message-insert-signature):
4887         Use expand-file-name rather than nnheader-concat.
4888         (nnheader-insert-file-contents): Autoload.
4889         (hashcash-wait-async): Declare.
4890         (message-send-mail): Only call gnus-setup-posting-charset if
4891         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4892         (message-send-mail-with-sendmail): Require sendmail.
4893         (canlock-password, canlock-password-for-verify): Declare.
4894         (message-canlock-password): Require canlock.
4895         (nnheader-get-report): Autoload.
4896         (gnus-setup-posting-charset): Declare.
4897         (message-send-news): Require gnus-msg.
4898         (message-make-references, message-make-in-reply-to): Use mail-header-id
4899         rather than the alias mail-header-message-id.
4900         (ecomplete-add-item, ecomplete-save): Declare.
4901         (message-put-addresses-in-ecomplete): Require ecomplete.
4902         (ecomplete-display-matches): Autoload.
4903
4904         * mm-decode.el: Don't require mailcap, gnus-util.
4905         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4906         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4907         Autoload.
4908         (mailcap-mime-extensions): Declare.
4909
4910         * mm-encode.el: Don't require mailcap.
4911         (mailcap-extension-to-mime): Autoload.
4912
4913         * mml-sec.el: Don't require password-cache.
4914
4915         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4916         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4917         (mml-minibuffer-read-type): Require mailcap.
4918         (mml-preview): Require gnus-msg.
4919
4920         * mml1991.el: Require password-cache.
4921         (password-cache-expiry): Remove declaration.
4922
4923         * mml2015.el: Require password-cache.
4924         (password-cache-expiry): Remove declaration.
4925
4926         * nneething.el (mailcap): Require mailcap.
4927
4928         * nnheader.el (declare-function): Add compatibility stub.
4929         (message-remove-header): Declare rather than autoload.
4930         (nnheader-replace-header): Require message.
4931
4932         * nnimap.el (declare-function): Add compatibility stub.
4933         (netrc-parse, netrc-machine-user-or-password): Declare.
4934         (nnimap-open-connection): Require netrc.
4935
4936         * nntp.el (declare-function): Add compatibility stub.
4937         (netrc-parse, netrc-machine, netrc-get): Declare.
4938         (nntp-send-authinfo): Require netrc.
4939
4940         * rfc2047.el: Don't require qp.
4941         (quoted-printable-encode-region, quoted-printable-decode-string):
4942         Autoload.
4943
4944         * sieve-mode.el: Don't require easymenu.
4945         (easy-menu-add-item): Autoload it.
4946
4947         * spam-stat.el (time-to-number-of-days): Autoload it.
4948
4949 2010-03-19  Glenn Morris  <rgm@gnu.org>
4950
4951         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4952
4953 2010-03-18  Glenn Morris  <rgm@gnu.org>
4954
4955         * hashcash.el (declare-function): Remove duplicate definition.
4956
4957 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4958
4959         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4960         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4961         value if any backslash escapes).
4962
4963 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4964
4965         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4966         if it is available.  (bug#5647)
4967
4968         * lpath.el: Suppress compiler warning for coding-system-from-name for
4969         Emacs 21 and XEmacs.
4970
4971 2010-03-14  Juri Linkov  <juri@jurta.org>
4972
4973         * hmac-def.el:
4974         * hmac-md5.el:
4975         * netrc.el: Fix keywords.
4976
4977 2010-02-26  Glenn Morris  <rgm@gnu.org>
4978
4979         * message.el (message-send-mail-function): Change the default, so that
4980         it inherits from a customized send-mail-function.  (Bug#5643)
4981
4982 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4983
4984         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4985         shell-command-to-string signals an error (bug#5299).
4986
4987 2010-02-24  Glenn Morris  <rgm@gnu.org>
4988
4989         * message.el (message-smtpmail-send-it)
4990         (message-send-mail-with-mailclient): Doc fixes.
4991
4992 2010-02-16  Glenn Morris  <rgm@gnu.org>
4993
4994         * message.el (message-default-mail-headers): Change the default value
4995         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4996
4997 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4998
4999         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5000         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5001
5002 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5003
5004         * time-date.el (date-to-time): Doc fix (Bug#5408).
5005
5006 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5007
5008         * message.el (message-mail): Just pass yank-action on to message-setup.
5009         (message-setup): Handle (FUN . ARGS) form of yank-action.
5010         (message-with-reply-buffer, message-widen-reply)
5011         (message-yank-original): Handle non-buffer values of
5012         message-reply-buffer (Bug#4080).
5013         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5014
5015 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5016
5017         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5018         Fix typo in docstring.
5019
5020 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5021
5022         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5023         response.
5024
5025 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5028
5029         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5030
5031         * message.el (message-check-news-header-syntax): Protect against a
5032         string that `rfc822-addresses' returns when parsing fails.
5033
5034 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5035
5036         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5037         (gnus-previous-char-property-change): New functions.
5038
5039         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5040
5041 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5042
5043         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5044         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5045
5046 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5047
5048         * message.el (message-exchange-point-and-mark): Rework last change to
5049         avoid using optional arg of exchange-point-and-mark, for backward
5050         compatibility.
5051
5052 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5053
5054         * message.el (message-exchange-point-and-mark):
5055         Call exchange-point-and-mark with an argument rather than setting
5056         mark-active by hand (Bug#5175).
5057
5058 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5059
5060         * nntp.el (nntp-service-to-port): Work for service expressed with
5061         numeric string; replace [:digit:] with [0-9] for XEmacs.
5062
5063 2009-12-17  Glenn Morris  <rgm@gnu.org>
5064
5065         * gnus-group.el (gnus-bug-group-download-format-alist):
5066         Change emacs entry to debbugs.gnu.org.  Bump :version.
5067
5068 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5069
5070         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5071
5072 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5073
5074         * message.el (message-info): Explain why we use `Info-goto-node'.
5075
5076 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5079
5080 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5081
5082         * message.el (message-completion-in-region): New compatibility function.
5083         (message-expand-group): Use it.
5084
5085 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5086
5087         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5088         with no unread article should be listed if the 2nd arg `predicate' is
5089         given.
5090
5091 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5092
5093         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5094
5095 2009-11-29  Juri Linkov  <juri@jurta.org>
5096
5097         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5098         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5099         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5100
5101 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5102
5103         * sha1.el (sha1-string-external): default-directory "/" in case
5104         otherwise non-existent.  process-connection-type pipe for touch of
5105         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5106
5107 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5108
5109         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5110         it's comms related and sgml-mode.el has "comm" on that basis too.
5111
5112 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5115         containing tspecial characters if they have been already quoted.
5116
5117 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5118
5119         * dns-mode.el (auto-mode-alist): Purecopy string.
5120
5121 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5122
5123         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5124
5125 2009-10-24  Glenn Morris  <rgm@gnu.org>
5126
5127         * gnus-art.el (help-xref-stack-item): Define for compiler.
5128
5129 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5130
5131         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5132
5133 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5134
5135         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5136
5137 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5140         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5141
5142 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5145         (gnus-overlays-in): New alias to overlays-in.
5146
5147         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5148         gnus-overlay-get, and gnus-delete-overlay.
5149         (gnus-summary-show-thread): Make it work as well for systems in which
5150         next-single-char-property-change is not available.
5151         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5152
5153         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5154         (gnus-overlay-get): New alias to extent-property.
5155         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5156
5157         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5158         SXEmacs.
5159
5160         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5161         SXEmacs.
5162
5163 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5164
5165         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5166
5167 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5168
5169         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5170         and XEmacs that don't have `remove-overlays'.
5171
5172 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5173
5174         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5175         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5176         selective display.  Use overlays instead.
5177
5178 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5179
5180         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5181
5182 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5183
5184         * spam-stat.el (spam-stat-load): Fix typo in message.
5185
5186 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5187
5188         * dig.el (dig-invoke): Fix typo in docstring.
5189         (query-dig): Reflow docstring.
5190
5191 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5192
5193         * gnus-art.el (gnus-article-encrypt-body):
5194         * message.el (message-check-recipients):
5195         * mm-util.el (mm-codepage-setup):
5196         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5197         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5198
5199 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5200
5201         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5202         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5203         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5204         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5205         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5206
5207 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5208
5209         * dig.el: Add "Keywords: comm", as per net-utils.el.
5210
5211 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5212
5213         * dig.el (dig-mode): Use define-derived-mode.
5214
5215 2009-09-19  Glenn Morris  <rgm@gnu.org>
5216
5217         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5218
5219 2009-09-18  Glenn Morris  <rgm@gnu.org>
5220
5221         * gnus-diary.el (gnus-diary-check-message):
5222         * message.el (message-insert-formatted-citation-line):
5223         * nnbabyl.el (top-level):
5224         * nndiary.el (nndiary-schedule):
5225         Fix typos in condition-case handlers.
5226
5227 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5230         configuration that provides the sole article window in a frame;
5231         position point correctly after deleting a part.
5232
5233 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5234
5235         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5236         (spam-resolve-registrations-routine): Use it to unregister articles
5237         that change status.
5238
5239 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5240
5241         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5242         with XEmacs.
5243         (parse-time-string-chars): Use it.
5244
5245 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5246
5247         * imap.el (imap-interactive-login): Better messages.
5248         (imap-open): Fix bug with renamed buffer on reconnect.
5249         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5250         for easier debugging and cleaner code.  On successful (guessed based on
5251         server capabilities) secondary authentication, set imap-state
5252         correctly.
5253         (imap-last-authenticator): Define imap-last-authenticator as a variable
5254         to avoid warnings.
5255
5256 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * nnrss.el (nnrss-request-article): Remove binding of
5259         default-enable-multibyte-characters that has gotten needless by
5260         the 2007-07-13 change in rfc2047-encode-message-header.
5261
5262         * mml.el (mml-insert-multipart): Error on the message header.
5263         (mml-insert-part): Error on the message header; position point at
5264         the end of a MIME tag.
5265
5266 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * time-date.el (autoload): Expand define-obsolete-function-alias into
5269         defalias and make-obsolete for old Emacsen that Gnus supports.
5270         (with-no-warnings): Define it for old Emacsen.
5271         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5272         is available.
5273         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5274         float-time is available; suppress compile warning for time-to-seconds.
5275
5276         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5277         (gnus-float-time): Alias to float-time if it exists.
5278
5279         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5280         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5281         float-time is available; suppress compile warning for time-to-seconds.
5282
5283         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5284         XEmacs.
5285
5286 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5287
5288         * imap.el (imap-message-map): Docstring fix.
5289
5290 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5293         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5294         Add the optional argument `encoding' that overrides the default.
5295
5296         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5297         mm-encode-buffer.
5298
5299 2009-09-04  Glenn Morris  <rgm@gnu.org>
5300
5301         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5302         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5303         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5304         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5305         * mm-util.el (mm-with-unibyte-current-buffer)
5306         (mm-find-buffer-file-coding-system):
5307         * yenc.el (yenc-decode-region): Use default-value rather than
5308         default-enable-multibyte-characters.
5309
5310 2009-09-03  Glenn Morris  <rgm@gnu.org>
5311
5312         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5313         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5314         than default-enable-multibyte-characters.
5315
5316 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5317
5318         * gnus-art.el (gnus-article-read-summary-keys):
5319         Fix gnus-buffer-configuration's value temporarily used.
5320
5321 2009-09-02  Glenn Morris  <rgm@gnu.org>
5322
5323         * gnus-util.el (gnus-float-time): New function.
5324         * gnus-delay.el (gnus-delay-article):
5325         * gnus-sum.el (gnus-thread-latest-date):
5326         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5327         * nnspool.el (nnspool-request-newgroups):
5328         Use gnus-float-time rather than time-to-seconds.
5329         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5330
5331         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5332         (gnus-header-subject-face, gnus-header-newsgroups-face)
5333         (gnus-header-name-face, gnus-header-content-face):
5334         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5335         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5336         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5337         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5338         (gnus-cite-face-11):
5339         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5340         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5341         (gnus-server-closed-face, gnus-server-denied-face)
5342         (gnus-server-offline-face):
5343         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5344         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5345         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5346         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5347         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5348         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5349         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5350         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5351         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5352         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5353         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5354         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5355         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5356         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5357         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5358         (gnus-summary-high-undownloaded-face)
5359         (gnus-summary-low-undownloaded-face)
5360         (gnus-summary-normal-undownloaded-face)
5361         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5362         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5363         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5364         (gnus-splash-face):
5365         * message.el (message-header-to-face, message-header-cc-face)
5366         (message-header-subject-face, message-header-newsgroups-face)
5367         (message-header-other-face, message-header-name-face)
5368         (message-header-xheader-face, message-separator-face)
5369         (message-cited-text-face, message-mml-face):
5370         * sieve-mode.el (sieve-control-commands-face)
5371         (sieve-action-commands-face, sieve-test-commands-face)
5372         (sieve-tagged-arguments-face):
5373         * spam.el (spam-face):
5374         Mark face aliases with "-face" in the name as obsolete.
5375
5376 2009-09-01  Glenn Morris  <rgm@gnu.org>
5377
5378         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5379         than goto-line.
5380
5381 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5384         Don't move point if the command is invoked inside the message header.
5385
5386 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5387
5388         * imap.el (imap-send-command): Simplify.
5389         (imap-wait-for-tag): point-max -> buffer-size.
5390
5391 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5392
5393         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5394         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5395         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5396         * nnir.el (nnir-swish-e-index-file):
5397         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5398         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5399         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5400         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5401         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5402         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5403
5404 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5407         Don't save excursion.
5408
5409 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5410
5411         * nnheader.el (nnheader-find-file-noselect):
5412         * mm-util.el (mm-insert-file-contents):
5413         Use (default-value 'major-mode) instead of default-major-mode.
5414
5415 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5416
5417         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5418
5419 2009-08-26  Glenn Morris  <rgm@gnu.org>
5420
5421         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5422         than placing in files.el.
5423
5424 2009-08-25  Glenn Morris  <rgm@gnu.org>
5425
5426         * nnir.el (top-level): Don't require cl at run-time.
5427         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5428         Replace cl-function substitute with gnus-replace-in-string.
5429         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5430         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5431         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5432         simplified expansions.
5433
5434 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5435
5436         * dig.el (dig): Add autoload cookie.
5437
5438 2009-08-22  Glenn Morris  <rgm@gnu.org>
5439
5440         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5441         goto-line.
5442
5443 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5444
5445         * parse-time.el (parse-time-string-chars): Save match data.
5446
5447 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5448
5449         * parse-time.el (parse-time-string-chars): Compute using character
5450         classes, to handle non-ascii characters (Bug#3190).
5451
5452 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5453
5454         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5455
5456         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5457         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5458         (gnus-mm-display-part, gnus-mime-display-single)
5459         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5460         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5461
5462         * gnus-sum.el
5463         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5464         (gnus-summary-move-article): Add expirable mark to articles copied or
5465         moved to group that has auto-expire turned on if the option is non-nil.
5466
5467 2009-07-24  Glenn Morris  <rgm@gnu.org>
5468
5469         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5470         Fix typo.  (Bug#3903)
5471
5472 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5473
5474         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5475         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5476         that should not be used for draft articles.
5477         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5478         that has no concern in minor mode keys.
5479         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5480         Abolish.
5481
5482 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5485         article without making inquiry to a user for unknown encoding.
5486
5487         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5488         (nnmaildir--scan): Assume i-node and device number that file-attributes
5489         returns might be cons-cell.
5490
5491         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5492
5493         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5494
5495 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5496
5497         * auth-source.el: Remove docs now in auth.texi.  Don't use
5498         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5499         `auth-source-hide-passwords' and use them.
5500
5501 2009-07-15  Glenn Morris  <rgm@gnu.org>
5502
5503         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5504
5505 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5508         excessive whitespace from the default values of title and description.
5509
5510 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5511
5512         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5513         mail-fetch-field to fetch Content-Description header in order to
5514         exclude newlines.
5515
5516 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5517
5518         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5519         format used by GnuPG 2.0.11.
5520
5521 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5524         to deleted part.
5525
5526 2009-05-30  David Engster  <dengste@eml.cc>
5527
5528         * nnmairix.el: Remove old documentation in the commentary block.
5529         (nnmairix-request-group): Do not update active file for nnml back ends.
5530         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5531         end so that overview files are ignored.
5532         (nnmairix-update-groups): Make updating the groups more robust by using
5533         marks.
5534         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5535         with dollar characters in message-id.
5536
5537 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5538
5539         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5540         2008-12-25 in dns.el.
5541
5542 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5543
5544         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5545         could happen if the text is only composed of spaces and/or tabs.
5546
5547 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5548
5549         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5550         when sending a queued message to avoid extra mml tags.
5551
5552 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5555
5556 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5559         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5560         rmail-toggle-header for XEmacs;
5561         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5562
5563 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * gnus-dired.el: Remove autoload for gnus-setup-message.
5566         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5567         displaying Gnus logo; always use compose-mail.
5568
5569 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5570
5571         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5572
5573 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5574
5575         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5576         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5577         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5578         available.
5579         (gnus-nocem-epg-verify): New function.
5580
5581 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5582
5583         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5584
5585 2009-02-15  Glenn Morris  <rgm@gnu.org>
5586
5587         * gnus-util.el (rmail-insert-rmail-file-header)
5588         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5589         autoloads.
5590         (rmail-default-rmail-file): Remove unnecessary declaration.
5591         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5592
5593 2009-02-14  Glenn Morris  <rgm@gnu.org>
5594
5595         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5596         variable (only used in gnus-util, which declares it anyway).
5597         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5598         which was only needed by gnus-art (changed to not use it any more).
5599         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5600         only used in gnus-util, which autoloads it itself.
5601         (rmail-update-summary): Fix autoload.
5602
5603         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5604         rather than rmail-output-to-rmail-file.
5605
5606 2009-02-07  Glenn Morris  <rgm@gnu.org>
5607
5608         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5609         autoload of function that no longer exists.
5610         (rmail-toggle-header): Declare.
5611         (message-forward-rmail-make-body): Handle mbox Rmail.
5612
5613 2009-01-31  Glenn Morris  <rgm@gnu.org>
5614
5615         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5616         2009-01-09 change.
5617
5618 2009-01-31  Dave Love  <fx@gnu.org>
5619
5620         * imap.el (imap-fetch-safe): Bind debug-on-error.
5621         (imap-debug): Add imap-fetch-safe.
5622
5623 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5624
5625         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5626         (auth-source-forget-all-cached): New convenience function.
5627         (auth-source-user-or-password): Accept list of modes or a single mode.
5628
5629         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5630         auth-source modes.
5631
5632         * netrc.el (netrc-machine-user-or-password): Use list of
5633         auth-source modes.
5634
5635         * nnimap.el (nnimap-open-connection): Use list of
5636         auth-source modes.
5637
5638         * nntp.el (nntp-send-authinfo): Use list of
5639         auth-source modes.
5640
5641 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5642
5643         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5644         now.
5645
5646 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5649         coding system in XEmacs; add a workaround for XEmacs.
5650
5651         * lpath.el: Fbind coding-system-aliasee.
5652
5653 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5656         of current-language-environment.
5657
5658 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5659
5660         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5661         available at runtime.
5662
5663 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5666
5667 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5668
5669         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5670         the greatest positive fixnum value doesn't work under an XEmacs with
5671         bignum support; use the most-positive-fixnum constant instead,
5672         available since Emacs 21.1 with cl and XEmacs 21.1.
5673
5674 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5677         XEmacs gets not to work.
5678
5679 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * mm-util.el (mm-coding-system-priorities): Allow the value like
5682         "Japanese (UTF-8)" of current-language-environment.
5683
5684 2009-01-09  Glenn Morris  <rgm@gnu.org>
5685
5686         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5687         with last-command-event.
5688
5689 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5690
5691         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5692         in the doc string.
5693
5694         * message.el (message-fix-before-sending): Amend comment.
5695
5696 2009-01-08  Dave Love  <fx@gnu.org>
5697
5698         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5699
5700 2009-01-07  David Engster  <dengste@eml.cc>
5701
5702         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5703         simplified server definitions by converting it via
5704         gnus-server-to-method.
5705
5706 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5709         parameter's operands.
5710
5711 2009-01-06  David Engster  <dengste@eml.cc>
5712
5713         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5714         primary select method (for gnus-group-mark-article-as-read).
5715
5716 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5717
5718         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5719         `(gnus)Face', not `(gnus)X-Face'.
5720
5721 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * mm-util.el (mm-ucs-to-char): New function.
5724
5725         * mm-url.el (mm-url-decode-entities): Use it.
5726
5727         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5728         unicode-to-char.
5729
5730 2009-01-05  Dave Love  <fx@gnu.org>
5731
5732         * time-date.el: Require cl for `declare'.
5733
5734 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5735
5736         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5737         Dave Love.
5738
5739 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5740
5741         * message.el (message-fix-before-sending): Add `eight-bit' to
5742         illegible-text check.
5743
5744 2009-01-03  Michael Olson  <mwolson@gnu.org>
5745
5746         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5747         `headers' is nil.  This can occur if the IMAP server does not have
5748         permissions to read messages from a folder, but can write new messages
5749         to the folder.
5750         (nnimap-request-article-part): Do not insert `data' if it is nil.
5751
5752         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5753         characters which will confuse `read', so skip past them.
5754
5755 2009-01-01  Dave Love  <fx@gnu.org>
5756
5757         * imap.el (imap-string-to-integer): Fix typo.
5758         (imap-fetch-safe): New function.
5759         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5760
5761         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5762
5763         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5764         (imap-parse-greeting): Fix doc strings.
5765         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5766         (imap-parse-flag-list): Make messages unique.
5767         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5768
5769         * nnimap.el: Fix author email.
5770         (nnimap-split-rule): Add FIXME comment.
5771         (nnimap-debug): Fix doc string.
5772
5773 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5774
5775         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5776
5777 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5778
5779         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5780         nslookup if resolv.conf isn't available.
5781         (dns-query): Rename from query-dns.
5782         (dns-query-cached): Rename from query-dns-cached.
5783
5784 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5785
5786         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5787         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5788         to check if those variables exist (first appeared in Emacs 18.50).
5789
5790 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5791
5792         * mm-util.el (mm-line-number-at-pos): New function.
5793
5794         * spam-report.el (spam-report-process-queue): Use it.
5795
5796 2008-12-24  David Engster  <dengste@eml.cc>
5797
5798         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5799         parameters that haven't existed as variables as buffer-local variables.
5800
5801 2008-12-23  Dave Love  <fx@gnu.org>
5802
5803         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5804         cadar.
5805
5806         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5807         imap-starttls-p.
5808         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5809
5810 2008-12-22  Dave Love  <fx@gnu.org>
5811
5812         * imap.el: Fix author email.  Doc fixes.
5813         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5814         reply.
5815
5816 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5817
5818         * spam-report.el (spam-report-gmane-max-requests): New constant.
5819         (spam-report-gmane-wait): New variable.
5820         (spam-report-gmane-ham, spam-report-gmane-spam)
5821         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5822         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5823         the server.
5824
5825         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5826         Add explanations.
5827
5828         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5829         nnheader-accept-process-output and nnheader-read-timeout if available.
5830         (pop3-movemail): Use it.
5831
5832         * message.el (message-check-news-body-syntax): Fix signature check if
5833         there's an attachment.
5834
5835 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * mm-util.el: Add comments to the mm- emulating functions.
5838
5839 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5840
5841         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5842         Reported by Stephen Berman <stephen.berman@gmx.net>.
5843
5844 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * mm-util.el (mm-substring-no-properties): New function.
5847         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5848         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5849         (mm-string-to-multibyte): Doc fix.
5850
5851         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5852
5853 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5854
5855         * mml.el (mml-attach-file): Strip text properties from file name.
5856         (Bug#1574)
5857
5858 2008-12-16  Glenn Morris  <rgm@gnu.org>
5859
5860         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5861
5862 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5865         knows since the charset specified might be a bogus alias that
5866         mm-charset-synonym-alist provides.
5867
5868 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5869
5870         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5871         "ISO_8859-1".
5872
5873         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5874
5875 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * mm-util.el (mm-charset-eval-alist):
5878         Define it before mm-charset-to-coding-system.
5879         (mm-charset-to-coding-system): Add optional argument `silent';
5880         define it before mm-charset-override-alist.
5881         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5882         default value if it can be used in Emacs currently running;
5883         silence mm-charset-to-coding-system.
5884
5885 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5888         `allow-override' which says whether to use `mm-charset-override-alist'.
5889         (rfc2047-decode-encoded-words): Use it.
5890
5891         * mm-util.el (mm-charset-override-alist): Fix custom type;
5892         add `(gb2312 . gbk)' to choices.
5893
5894 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5897         fast.
5898
5899         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5900
5901         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5902
5903 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5904
5905         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5906         on links.
5907
5908         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5909
5910 2008-12-03  Lute Kamstra  <lute@gnu.org>
5911
5912         * sha1.el: Remove leading * from docstrings of defcustoms,
5913         deffaces, defconsts and defuns.
5914
5915 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5918         users' addresses that don't have domain parts.
5919         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5920         rather than message-narrow-to-head since there will be the message
5921         header separator.
5922
5923 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5924
5925         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5926         since the result is inserted in a unibyte buffer anyway.
5927         (nnimap-demule-use-string-to-multibyte): Remove.
5928         (nnimap-demule): Alias it to mm-string-to-multibyte.
5929
5930 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5931
5932         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5933         variable for debugging bug#464 and bug#1174.
5934         (nnimap-demule): Use it.
5935
5936 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5937
5938         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5939         score calculation correctly.
5940
5941 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5942
5943         * message.el (message-send-mail): Just set the buffer to unibyte
5944         rather than use mm-with-unibyte-current-buffer which does a lot more.
5945         (message-send-mail-partially): Don't bother with
5946         mm-with-unibyte-current-buffer since it's already been made unibyte by
5947         message-send-mail.
5948
5949 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5950
5951         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5952
5953 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5954
5955         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5956
5957 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5960         require itself and to remove `with-no-warnings'.
5961
5962 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5963
5964         * starttls.el (starttls-any-program-available): Get the name of the
5965         available TLS layer program.
5966         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5967         well as the host name in the "opening" message.
5968
5969         * auth-source.el (auth-source-cache, auth-source-do-cache)
5970         (auth-source-user-or-password): Cache passwords and logins by default,
5971         allow override with `auth-source-do-cache'.
5972         (auth-source-forget-user-or-password): Allow users to remove cache
5973         entries if needed.
5974
5975 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5976
5977         * md4.el (md4-buffer): Fix typo in docstring.
5978         (md4, md4-64): Doc fixes.
5979         (md4-pack-int32): Reflow docstring.
5980
5981 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5982
5983         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5984         condition-case to only the forward-sexp call.
5985
5986 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5987
5988         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5989         quotes contained.  Make it more robust regardless by an extra
5990         condition-case wrapper.
5991
5992 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5995
5996 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * nnml.el (nnml-request-expire-articles): Check if the function set to
5999         `nnmail-expiry-target' returns the symbol `delete'.
6000
6001         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6002
6003         * nnmail.el (nnmail-expiry-target): Fix custom type.
6004
6005 2008-10-02  Glenn Morris  <rgm@gnu.org>
6006
6007         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6008         Silence compiler warning.
6009
6010 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6011
6012         * tls.el (open-tls-stream): Show the actual command being
6013         executed, instead of the format string.
6014
6015 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6016
6017         * lpath.el: Fbind codepage-setup for Emacs 23.
6018
6019 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6020
6021         * mml.el (mml-menu): Don't assume mml2015 is bound.
6022
6023 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6026         exists.
6027
6028 2008-09-27  Glenn Morris  <rgm@gnu.org>
6029
6030         * gnus-util.el (mail-header-remove-comments): Autoload it.
6031
6032 2008-09-27  Andreas Schwab  <schwab@suse.de>
6033
6034         * gnus-util.el (gnus-split-references): Strip comments.
6035         (gnus-parent-id): Likewise.
6036
6037 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6038
6039         * message.el (message-confirm-send): Fix version.
6040
6041 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6042
6043         * message.el (message-idna-to-ascii-rhs-1): Use
6044         mail-extract-address-components rather than mail-header-parse-addresses
6045         that is an alias by default to ietf-drums-parse-addresses that does not
6046         support non-ASCII names in headers' contents.
6047
6048 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6049
6050         * message.el (message-confirm-send): Fix variable documentation to
6051         avoid the "y/n" wording.
6052
6053 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6054
6055         * message.el (message-set-auto-save-file-name): Save to a different
6056         filename so multiple messages (especially drafts) can be recovered.
6057
6058 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6059
6060         * message.el (message-confirm-send): Add appropriate version.
6061
6062 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6063
6064         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6065         defvar.
6066
6067 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6068
6069         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6070         (mm-pkcs7-enveloped-magic): Ditto.
6071
6072 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6073
6074         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6075         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6076
6077 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6078
6079         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6080         default, it's better.
6081
6082 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6083
6084         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6085         summary line gnus-number property and ignore them (with a warning
6086         message).
6087
6088 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6091         macro caddr in the interactive form since it won't be expanded.
6092
6093 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6094
6095         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6096         `charset'; fix name of function called recursively.
6097         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6098
6099 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6100
6101         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6102         (gnus-mime-set-charset-parameters): New function.
6103         (gnus-mime-view-part-as-charset): Use it to correctly display part
6104         specifying wrong charset.
6105
6106 2008-09-08  David Engster  <dengste@eml.cc>
6107
6108         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6109         in completing-read for back end server.
6110
6111 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6112
6113         * message.el (message-confirm-send): New variable to confirm sending a
6114         message.
6115         (message-send): Use it.
6116
6117 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6118
6119         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6120
6121 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6124
6125 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6126
6127         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6128         prevent tracking too many groups.
6129         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6130         Use it.
6131
6132 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6133
6134         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6135         moving point to the bottom of the window in order to avoid recentering.
6136
6137 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6140
6141         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6142         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6143         (gnus-article-beginning-of-window): Fix calculation.
6144
6145 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6146
6147         * gnus-msg.el (gnus-summary-supersede-article)
6148         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6149         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6150         message header.
6151
6152 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6153
6154         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6155         pending output coming after the status change.
6156
6157 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6158
6159         * message.el:
6160         * gnus-start.el:
6161         * gnus-registry.el: Remove VMS support.
6162
6163 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6164
6165         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6166         macro.
6167         (rfc2104-hash): Use it.
6168
6169 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6170
6171         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6172         (gnus-summary-sort-by-most-recent-date): New commands.
6173         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6174         and menu entries.
6175
6176 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6177
6178         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6179         don't redisplay article for raw contents; remove plural articles stuff.
6180
6181         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6182         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6183         on gnus-summary-save-article; display results properly.
6184
6185 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6186
6187         * lpath.el: No need to fbind ns-focus-frame.
6188
6189 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6192
6193 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * gnus-art.el (gnus-summary-save-in-pipe):
6196         Consider gnus-save-all-headers.
6197
6198 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6199
6200         * gnus-util.el (ns-focus-frame): Remove declaration.
6201         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6202         like x.
6203
6204 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6205
6206         * rfc2104.el (rfc2104-zero): Delete defconst.
6207         (rfc2104-hex-alist): Likewise.
6208         (rfc2104-hex-to-int): Delete func.
6209         (rfc2104-hexstring-to-bitstring): Likewise.
6210         (rfc2104-nybbles): New defconst.
6211         (rfc2104-hash): Rewrite for speed.
6212
6213 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * tls.el (open-tls-stream): Make it work with the 2nd argument
6216         BUFFER that is a string but does not exist as a buffer object, as
6217         mentioned in the doc-string.
6218
6219 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6222         SXEmacs.
6223
6224 2008-07-16  Glenn Morris  <rgm@gnu.org>
6225
6226         * gnus-util.el (ns-focus-frame): Declare for compiler.
6227
6228 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6229
6230         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6231         set as a group parameter.
6232         (gnus-summary-save-in-pipe): Work when it is called independently.
6233         (gnus-summary-pipe-to-muttprint): Don't modify
6234         gnus-summary-pipe-output-default-command.
6235
6236 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6237
6238         * message.el (message-send-mail-with-sendmail):
6239         Display the error message.
6240
6241 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * gnus-art.el (gnus-default-article-saver):
6244         Add gnus-summary-save-in-pipe to choices.
6245         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6246         gnus-summary-pipe-output-default-command as the default command.
6247         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6248         instead of gnus-last-shell-command.
6249
6250         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6251         New user option.
6252         (gnus-summary-muttprint-program): Mention the value will be changed.
6253         (gnus-summary-save-article): Force showing of all headers.
6254         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6255
6256 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6257
6258         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6259
6260 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6261
6262         * nnimap.el (nnimap-id):
6263         * sieve-manage.el (sieve-manage-open): Doc fixes.
6264
6265 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6266
6267         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6268         if available.
6269
6270 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6271
6272         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6273
6274         * nnkiboze.el (nnkiboze-generate-group):
6275         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6276
6277         * nnmairix.el: Require CL.
6278
6279 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6280
6281         * dgnushack.el: Autoload get-display-table and put-display-table for
6282         XEmacs 21.5.
6283
6284         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6285         21.4 and SXEmacs.
6286
6287 2008-06-15  David Engster  <dengste@eml.cc>
6288
6289         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6290
6291 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6292
6293         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6294         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6295         runtime choice under XEmacs.
6296
6297         * gnus-sum.el (gnus-summary-set-display-table):
6298         Use `gnus-put-display-table', `gnus-get-display-table',
6299         `gnus-set-display-table' for the display table, instead of `aset'.
6300
6301         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6302         Use `gnus-put-display-table', `gnus-get-display-table',
6303         `gnus-set-display-table' for the display table.
6304
6305 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6306
6307         * nnmairix.el: Add autoloads.
6308
6309 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6310
6311         * nnmairix.el (nnmairix-delete-recreate-group)
6312         (nnmairix-update-and-clear-marks): Fix error messages.
6313
6314 2008-06-14  David Engster  <dengste@eml.cc>
6315
6316         * nnmairix.el: Upgrade to version 0.6.
6317         (nnmairix-group-toggle-propmarks-this-group)
6318         (nnmairix-group-toggle-readmarks-this-group)
6319         (nnmairix-group-delete-recreate-this-group)
6320         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6321         (nnmairix-remove-tick-mark-original-article): New commands.
6322         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6323         (nnmairix-propagate-marks-to-nnmairix-groups)
6324         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6325         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6326         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6327         functions needed for marks propagation and manipulation of read marks.
6328         (nnmairix-update-groups): New function.
6329         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6330         (nnmairix-determine-original-group-from-registry)
6331         (nnmairix-determine-original-group-from-path)
6332         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6333         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6334         New helper functions.
6335         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6336         keystrokes for new commands.
6337         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6338         (nnmairix-request-group): Check allow-fast group parameter.
6339         (nnmairix-request-create-group): Set allow-fast group parameter if
6340         nnmairix-allowfast-default is set.
6341         (nnmairix-close-group): Propagate marks upon closing if needed.
6342         (nnmairix-group-toggle-threads-this-group): Use new.
6343         nnmairix-group-toggle-parameter helper function.
6344         (nnmairix-search): Better check for empty search result.
6345         (nnmairix-goto-original-article): Use new helper functions for
6346         determining original article.
6347         (nnmairix-show-original-article): Make sure message-id is in brackets.
6348         (nnmairix-call-mairix-binary): Change variable name.
6349         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6350         helper function.
6351         (nnmairix-widget-toggle-activate): Fix doc string.
6352
6353 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * nnir.el: Require edmacro when compiling with XEmacs.
6356         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6357         available in Emacs 21.
6358
6359 2008-06-11  Glenn Morris  <rgm@gnu.org>
6360
6361         * gnus-util.el (x-focus-frame):
6362         * gnus.el (image-size):
6363         * mm-decode.el (image-size): Declare.
6364
6365         * gnus-picon.el (declare-function): Add compat definition.
6366         (image-size): Declare.
6367
6368         * gnus-group.el (tool-bar-map):
6369         * gnus-sum.el (tool-bar-map): Define for compiler.
6370
6371         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6372
6373         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6374
6375         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6376         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6377         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6378         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6379         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6380         * sieve-manage.el, spam-report.el, spam.el:
6381         Remove unnecessary eval-and-compile of autoloads.
6382
6383 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6384
6385         * auth-source.el: Precise Tramp doc.
6386
6387 2008-06-07  Glenn Morris  <rgm@gnu.org>
6388
6389         * nnmairix.el: Remove unnecessary eval-when-compile.
6390
6391 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6392
6393         * lpath.el: Fbind propertize for XEmacs 21.4.
6394
6395 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6396
6397         * nnir.el: Move here from ../contrib.
6398
6399 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6400
6401         * gnus-util.el (gnus-read-shell-command): New function.
6402         * mm-decode.el (mm-pipe-part):
6403         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6404
6405 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6406
6407         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6408
6409 2008-06-03  Glenn Morris  <rgm@gnu.org>
6410
6411         * pop3.el (nnheader-accept-process-output): Autoload it.
6412
6413 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6416         are not 2-digit hexadecimal characters that follow `%'s.
6417
6418 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6419
6420         * message.el (message-bogus-recipient-p): Fix type in doc string.
6421         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6422         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6423         Improve custom options.
6424         (message-bogus-recipient-p): Adjust accordingly.
6425
6426 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6427
6428         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6429         long-form month and day names.
6430
6431 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6432
6433         * dgnushack.el: Autoload debug, eudc-expand-inline and
6434         pgg-snarf-keys-region for XEmacs.
6435
6436         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6437
6438         * nnmairix.el: Require edmacro when compiling with XEmacs.
6439
6440 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6441
6442         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6443         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6444
6445 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6446
6447         * auth-source.el: Add more docs.
6448
6449         * netrc.el (netrc-machine): Always match if the port is not given.
6450
6451 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6452
6453         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6454         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6455         retrieval faster in some cases, but might make CPU usage larger.
6456         If this has any bad side effects, we might revert this change.
6457
6458         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6459         seems to make mail retrieval much, much faster.
6460         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6461         unconditionally.
6462
6463         * gnus-draft.el (gnus-group-send-queue):
6464         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6465
6466 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6467
6468         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6469
6470         * message.el (message-bogus-address-regexp): Fix and improve custom
6471         type.
6472         (message-setup-hook): Add message-check-recipients as custom option.
6473
6474 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6475
6476         * message.el (message-cite-function): Remove bogus autoload which crept
6477         in during merge from v5-10.
6478
6479 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6480
6481         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6482
6483         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6484
6485         * auth-source.el: Preliminary Tramp docs.
6486         (auth-sources): Change the default auth-sources to use
6487         EPA .gpg files.
6488
6489 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6490
6491         * nntp.el: Autoload `auth-source-user-or-password'.
6492         (nntp-send-authinfo): Use it.
6493
6494         * nnimap.el: Autoload `auth-source-user-or-password'.
6495         (nnimap-open-connection): Use it.
6496
6497         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6498         for the gnus-message function.
6499         (auth-source-user-or-password): Use it.
6500
6501 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6502
6503         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6504         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6505         (rfc2104-hash): Use it.
6506
6507 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6508
6509         * gnus-art.el (gnus-article-toggle-truncate-lines):
6510         Don't use `iff' in docstring.
6511
6512 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6513
6514         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6515
6516         * gnus-util.el (gnus-extract-address-component-name)
6517         (gnus-extract-address-component-email): Convenience functions around
6518         `gnus-extract-address-components'.
6519
6520         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6521         Use `gnus-extract-address-component-email' to fix bug of comparing full
6522         sender name to `user-mail-address'.
6523
6524 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6525
6526         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6527         catch/throw to optimize.
6528         (gnus-registry-find-keywords): Just use member to find a keyword.
6529
6530 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6531
6532         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6533         is current before calling gnus-server-prepare.
6534         (gnus-server-setup-buffer, gnus-server-update-server)
6535         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6536
6537 2008-05-04  Juri Linkov  <juri@jurta.org>
6538
6539         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6540         (mailcap-file-default-commands): Use mailcap-replace-in-string
6541         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6542         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6543
6544 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6545
6546         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6547
6548 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6549
6550         * gnus.el: Bump version to 0.11.
6551
6552 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6553
6554         * gnus.el: No Gnus v0.10 is released.
6555
6556 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6557
6558         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6559         hooks.
6560         (gnus-update-read-articles): Speed up non-marks-using users.
6561         (gnus-use-marks): Define gnus-use-marks.
6562         (gnus-propagate-marks): Rename variable to something more sensible.
6563
6564 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6565
6566         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6567         (gmm-image-load-path-for-library): Fix typos in docstrings.
6568         (gmm-message): Reflow docstring.
6569
6570 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6571
6572         * mail-source.el (mail-source-set-1, mail-source-bind):
6573         Move auth-source code out of the macro to clean it up and fix bugs.
6574
6575 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6576
6577         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6578         by sender if it's equal to user-mail-address, it's likely to be
6579         useless.
6580
6581         * mail-source.el (mail-source-bind): Don't use user or password if they
6582         are not bound.  Unintern them if they are nil.  Don't use server unless
6583         it's bound, and default it to empty string otherwise.
6584
6585 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6586
6587         * mail-source.el: Load auth-source.el.
6588         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6589         get user name or password, if auth-sources is set up.
6590
6591         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6592         strategy of splitting with parent.
6593         (gnus-registry-split-fancy-with-parent)
6594         (gnus-registry-post-process-groups): Use it and fix prior
6595         bug (returning a list as the split result).
6596
6597         * auth-source.el (auth-sources): Remove server parameter.
6598         (auth-source-pick, auth-source-user-or-password)
6599         (auth-source-user-or-password-imap)
6600         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6601         (auth-source-user-or-password-sftp)
6602         (auth-source-user-or-password-smtp): Remove server parameter.
6603
6604 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6605
6606         * smime.el (smime-sign-region, smime-encrypt-region)
6607         (smime-decrypt-region):
6608         Remove redundant calls to `generate-new-buffer-name'.
6609
6610 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6611
6612         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6613         Don't use QP for message/rfc822.
6614         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6615
6616 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6617
6618         * sieve-manage.el (sieve-string-bytes): Remove.
6619         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6620         correct byte-length only if the process's coding-system is the same as
6621         the one used internally by Emacs to represent strings.
6622
6623 2008-04-22  Juri Linkov  <juri@jurta.org>
6624
6625         * mailcap.el (mailcap-file-default-commands): New function.
6626
6627 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6628
6629         * message.el (message-signature-separator, message-cite-function):
6630         Change custom version.
6631
6632 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6633
6634         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6635         commands.
6636         (tls-checktrust): Ditto.
6637
6638 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6639
6640         * mm-decode.el (mm-display-external): Make temp file read-only.
6641
6642 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6643
6644         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6645         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6646         `C-c C-f d'.
6647
6648 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6649
6650         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6651
6652 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6653
6654         * gnus.el: Bump version to 0.9.
6655
6656 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6657
6658         * gnus.el: No Gnus v0.8 is released.
6659
6660 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6661
6662         * mail-source.el (mail-source-value):
6663         Prefer fboundp to functionp so it works with macros as well.
6664
6665 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6666
6667         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6668         Fix last change in case the element is not even a symbol.
6669
6670 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6671
6672         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6673         Prefer fboundp to functionp so it works with macros as well.
6674
6675 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6676
6677         * auth-source.el: Add docs.
6678         (auth-sources): Modify format to support server.
6679         (auth-source-pick, auth-source-user-or-password)
6680         (auth-source-user-or-password-imap)
6681         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6682         (auth-source-user-or-password-sftp)
6683         (auth-source-user-or-password-smtp): Add server parameter.
6684
6685 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6686
6687         * gnus-registry.el: Initialize the registry when gnus-registry-install
6688         is t.
6689
6690 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * compface.el (uncompface): Make buffer unibyte.
6693
6694 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6695
6696         * mail-source.el (mail-source-value):
6697         Prefer fboundp to functionp so it works with macros as well.
6698
6699 2008-04-05  Glenn Morris  <rgm@gnu.org>
6700
6701         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6702
6703 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6704
6705         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6706         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6707
6708         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6709         multibyteness after rather than before erasing it.
6710
6711         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6712         mm-with-multibyte.
6713         (gnus-request-article-this-buffer): Make sure the proper decoding is
6714         used if gnus-original-article-buffer happens to be unibyte.
6715
6716         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6717         default-enable-multibyte-characters.
6718
6719         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6720         default-enable-multibyte-characters.
6721
6722         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6723
6724         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6725
6726 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6727
6728         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6729         Fix last change in case the element is not even a symbol.
6730
6731 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6732
6733         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6734         (imap-message-copyuid-1): Use it.
6735         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6736         J. Williams in
6737         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6738
6739         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6740         imap-enable-exchange-bug-workaround.
6741         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6742
6743 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6744
6745         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6746         a 100 byte status-checks into a 2-3MB transfer for each group.
6747         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6748         to enable bug workaround or not.
6749         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6750
6751 2008-03-31  Glenn Morris  <rgm@gnu.org>
6752
6753         * message.el (mml2015-use): Declare for compiler.
6754         (message-info): Require mml2015 when appropriate.
6755
6756 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6757
6758         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6759         whitespace.
6760
6761 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6762
6763         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6764         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6765         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6766         (nntp-service-to-port): New function.
6767         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6768         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6769         (nntp-open-netcat-stream): New function.
6770         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6771
6772 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6773
6774         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6775
6776 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6777
6778         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6779
6780 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6781
6782         * dns.el (dns-write): Use set-buffer-multibyte.
6783
6784 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6785
6786         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6787
6788 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6789
6790         * message.el (message-signature-separator): Change default.
6791         Improve custom type.
6792         (message-cite-function): Change default to
6793         message-cite-original-without-signature.
6794
6795         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6796         toggle.
6797
6798         * message.el (message-check-news-body-syntax): Fix signature check.
6799         (message-setup-1): Mark buffer as unmodified _after_ running
6800         message-setup-hook and handling message-alternative-emails.
6801         (message-shorten-references): Be more strict when building list of
6802         valid references to comply with GNKSA.
6803
6804         * gnus-group.el (gnus-read-ephemeral-bug-group)
6805         (gnus-read-ephemeral-debian-bug-group)
6806         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6807
6808         * message.el (message-info): Don't use booleanp which isn't supported
6809         in Emacs 21 and XEmacs.
6810
6811 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6812
6813         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6814         gnus-group-gmane-group-download-format.
6815         (gnus-group-read-ephemeral-gmane-group): Rename from
6816         gnus-group-read-ephemeral-gmane-group.
6817         (gnus-read-ephemeral-gmane-group-url): Rename from
6818         gnus-group-read-ephemeral-gmane-group-url.
6819         (gnus-bug-group-download-format-alist): New variable.
6820         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6821         (gnus-read-ephemeral-emacs-bug-group): New commands.
6822
6823 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6824
6825         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6826         (gnus-visible-headers): Improve custom type.
6827
6828 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6829
6830         * mml.el (mml-menu): Add workarounds for XEmacs.
6831
6832         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6833         X-Boundary header.
6834
6835         * message.el (message-simplify-recipients): Fix previous commit.
6836
6837 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6838
6839         * mm-util.el (mm-set-buffer-multibyte): New function.
6840         * mm-decode.el (mm-copy-to-buffer): Use it.
6841
6842         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6843         Prefer fboundp to functionp so it works with macros as well.
6844
6845 2008-03-19  Glenn Morris  <rgm@gnu.org>
6846
6847         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6848         Accidentally removed in the sync process with Emacs.
6849
6850 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6851
6852         * message.el (message-alter-recipients-discard-bogus-full-name):
6853         New function.
6854         (message-alter-recipients-function): New variable.
6855         (message-get-reply-headers): Use it.
6856         (message-replace-header): New helper function.
6857         (message-recipients-without-full-name): New variable.
6858         (message-simplify-recipients): New command.
6859
6860         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6861
6862         * message.el (message-info): Handle EasyPG manual.
6863
6864         * mml.el (mml-menu): Add entry for EasyPG.
6865
6866 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6867
6868         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6869         parameter.
6870
6871         * message.el (message-disassociate-draft): Specify drafts group name
6872         fully.
6873
6874 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6875
6876         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6877         Eliminate unnecessary duplicates from the match list.
6878
6879 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6882
6883         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6884
6885         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6886         args of `how-many' of which the XEmacs version doesn't take; declare
6887         Info-index-next as function.
6888
6889 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6890
6891         * gnus-score.el (gnus-score-headers): Fix handling of
6892         gnus-inhibit-slow-scoring.
6893
6894         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6895         string.
6896         (gnus-button-url-regexp): Improve handling of parenthesis.
6897         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6898         (gnus-button-handle-info-keystrokes): Handle index entries.
6899
6900 2008-03-15  Glenn Morris  <rgm@gnu.org>
6901
6902         * parse-time.el (parse-time-string): Simplify.
6903
6904 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6907         Incoming* files.
6908
6909 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6910
6911         * auth-source.el (auth-sources): Rename from auth-source-choices.
6912         (auth-source-pick): Use it.
6913
6914 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6915
6916         * binhex.el (binhex-decode-region-internal):
6917         * uudecode.el (uudecode-decode-region-internal):
6918         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6919         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6920         setting default-enable-multibyte-characters.
6921
6922 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6923
6924         * auth-source.el (auth-source-protocols)
6925         (auth-source-protocols-customize, auth-source-choices): Add and
6926         modified variable customizations and defaults.
6927         (auth-source-pick, auth-source-user-or-password)
6928         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6929         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6930         (auth-source-user-or-password-sftp)
6931         (auth-source-user-or-password-smtp): Use new variables and provide an
6932         interface to netrc.el.
6933
6934 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6937         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6938         Make sure the nntp port to specify is a string.
6939
6940 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6941
6942         * nntp.el: Use with-current-buffer.
6943         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6944         dubious mm-with-unibyte-current-buffer.
6945         (nntp-with-open-group-function): New function extracted from
6946         nntp-with-open-group macro.
6947         (nntp-with-open-group): Use the function, so it's easier to debug.
6948         Add indentation and debugging info.
6949         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6950         Recommend the use of the netcat alternatives.
6951
6952         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6953         Avoid mm-string-as-multibyte as well.
6954
6955         * nnweb.el (nnweb-insert-html):
6956         Remove use of nnheader-string-as-multibyte.
6957
6958         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6959         (nnheader-string-as-multibyte): Remove.
6960
6961         * mm-view.el: Use inhibit-read-only.
6962         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6963         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6964         or unibyte-string.
6965
6966         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6967         (mm-uu-yenc-extract): Use with-current-buffer.
6968
6969         * gnus-soup.el (gnus-soup-send-packet): Don't use
6970         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6971
6972         * nnmh.el: Use with-current-buffer.
6973         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6974         mm-string-as-multibyte on the output of mm-encode-coding-string.
6975
6976         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6977         (nnimap-request-move-article): Use with-current-buffer.
6978
6979         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6980         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6981         conversion uses string-make-unibyte rather than string-as-unibyte.
6982
6983         * gnus-msg.el: Use with-current-buffer.
6984
6985         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6986
6987 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6988
6989         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6990         string for caching if it is 'PIN.
6991
6992 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6993
6994         * lpath.el: Consider the case without Emacs/W3.
6995
6996 2008-03-08  Glenn Morris  <rgm@gnu.org>
6997
6998         * time-date.el (date-to-time, time-subtract, time-add)
6999         (safe-date-to-time): Doc fixes.
7000
7001 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7002
7003         * mail-source.el (mail-source-delete-old-incoming-confirm):
7004         Change default to nil.
7005         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7006
7007 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7008
7009         * lpath.el: Rearrange.
7010
7011         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7012         (gnus-article-goto-prev-page): Work for articles having ^L's.
7013
7014         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7015
7016         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7017
7018 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7019
7020         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7021         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7022         (gnus-bookmark-jump): Adjust some variable names.
7023
7024 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7025
7026         * auth-source.el: New package.
7027         (auth-source-choices): Add customization entry point variable.
7028
7029         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7030         bug.
7031
7032 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7033
7034         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7035         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7036         (gnus-registry-install-shortcuts): Rename from
7037         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7038         the `gnus-registry-mark-map' keymap dynamically from
7039         `gnus-registry-marks'.  The generated functions update the summary line
7040         when a registry mark is added or deleted, and will call
7041         `gnus-registry-install-p' (see the comments in the code).
7042         (gnus-registry-user-format-function-M): Use concat intelligently.
7043
7044         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7045         the registry mark functions.
7046
7047 2008-03-05  Glenn Morris  <rgm@gnu.org>
7048
7049         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7050         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7051         gnus-art.
7052         (top-level): No need to load own source when compiling.
7053
7054 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7055
7056         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7057         Suggested by <chris.anderton@zetnet.co.uk>.
7058
7059 2008-03-04  Glenn Morris  <rgm@gnu.org>
7060
7061         * gnus-sum.el (top-level): No need to require gnus when compiling,
7062         since unconditionally required near start of file.
7063         (gnus-summary-display-while-building): Move definition before use.
7064
7065 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7066
7067         * gnus-registry.el (gnus-registry-user-format-function-M):
7068         Add formatting function.
7069
7070 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7071
7072         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7073         with plists.
7074         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7075         Use new format.
7076
7077 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7080         `where-is-internal' that returns a range of key sequences.
7081
7082 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7083
7084         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7085
7086         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7087         (gnus-summary-jump-to-group): Consider windows on other displayed
7088         frames as well.  Similar changes might be needed elsewhere, but that's
7089         the one I've bumped into during my use.
7090
7091         * nndoc.el (nndoc-oe-dbx-type-p):
7092         * gnus-msg.el (gnus-debug):
7093         * gnus-group.el (gnus-update-group-mark-positions):
7094         Use mm-string-to-multibyte.
7095
7096 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7097
7098         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7099         doesn't handle NotDashEscaped.
7100
7101         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7102         (mml-dnd-attach-options): Fix typo in custom choice.
7103
7104         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7105         Change nndoc-article-type to mbox.
7106         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7107
7108         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7109         to nil, instead of html2text.
7110
7111         * imap.el (imap-debug): Add `imap-ping-server'.
7112
7113         * gnus-bookmark.el: Add FIXMEs.
7114
7115         * message.el (message-form-letter-separator)
7116         (message-send-form-letter-delay): New variables.
7117         (message-send-form-letter): Use them.  New command to send form
7118         letters.  Requested by Uwe Siart.
7119         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7120
7121 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7122
7123         * Update copyright years.
7124
7125 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7126
7127         Sync from EMACS_22_BASE.
7128
7129         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7130
7131 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7132
7133         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7134         empty author.
7135
7136 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7137
7138         * gnus-registry.el (gnus-registry-marks): Add variable for
7139         customization of marks and their appearance.
7140         (gnus-registry-read-mark): Use it.
7141         (gnus-registry-do-marks): Add utility function to loop through
7142         `gnus-registry-marks'.
7143         (gnus-registry-install-shortcuts-and-menus): Add function to install
7144         shortcuts and menus.
7145         (gnus-registry-initialize): Use it.
7146         (gnus-registry-default-mark): Clarify documentation.
7147
7148 2008-02-29  Glenn Morris  <rgm@gnu.org>
7149
7150         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7151         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7152         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7153         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7154         Change defcustom :version from 23.0 to 23.1.
7155
7156 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7157
7158         * gnus-registry.el (gnus-registry-follow-group-p)
7159         (gnus-registry-post-process-groups): Add functions to aid registry
7160         splitting and improve logging.  Clarify behavior in function
7161         documentation.
7162         (gnus-registry-split-fancy-with-parent): Use them.
7163
7164 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7165
7166         * gnus-art.el: Use with-current-buffer.
7167
7168 2008-02-27  David Engster  <dengste@eml.cc>
7169
7170         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7171         Express real group name in the response.
7172
7173 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7176         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7177         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7178         autoload gnus-registry-fetch-group when compiling.
7179         (nnmairix-request-group-with-article-number-correction):
7180         Remove unreferenced argument passed to nnmairix-call-backend.
7181
7182 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7183
7184         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7185         (mm-uu-extract): Improve face for low color ttys.
7186         Reported by Sascha Wilde.
7187
7188 2008-02-27  Glenn Morris  <rgm@gnu.org>
7189
7190         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7191         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7192         variables to defconsts.  Convert comments to doc-strings.
7193         (nnmairix-last-server, nnmairix-current-server): Convert from free
7194         variables to defvars.  Convert comments to doc-strings.
7195         (gnus-registry-fetch-group): Autoload.
7196         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7197         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7198         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7199         caddr.
7200         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7201         nnmairix-request-group-with-article-number-correction call.
7202         (nnmairix-fast, nnmairix-group): New, less general names, for free
7203         variables passed from nnmairix-request-group to
7204         nnmairix-request-group-with-article-number-correction.  Declare.
7205         (nnmairix-request-group-with-article-number-correction):
7206         Use nnmairix-fast, nnmairix-group rather than fast, group.
7207
7208 2008-02-26  David Engster  <dengste@eml.cc>
7209
7210         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7211         version 0.5.
7212
7213 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7214
7215         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7216         instead of making an extra function call.  Don't add the current group
7217         to articles only when they have the group.  Use
7218         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7219         Reported by David <de_bb@arcor.de>.
7220
7221 2008-02-24  Miles Bader  <miles@gnu.org>
7222
7223         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7224         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7225         (mm-find-mime-charset-region):
7226         * mm-bodies.el (mm-encode-body):
7227         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7228
7229 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7232         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7233
7234 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7235
7236         * mail-source.el (mail-source-delete-incoming): Change default.
7237         Supplement doc string.
7238
7239         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7240
7241 2008-02-14  Glenn Morris  <rgm@gnu.org>
7242
7243         * time-date.el (format-seconds): New function.
7244
7245 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7246
7247         * nnmail.el (nnmail-message-id-cache-file): Derive from
7248         `gnus-home-directory'.
7249
7250 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7251
7252         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7253         Document negative prefix.
7254
7255         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7256
7257 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7258
7259         * message.el (message-unsent-separator): Add the Exim bounce
7260         separator.
7261
7262 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7263
7264         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7265         list.
7266         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7267         recipient/signer list.
7268
7269 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7270
7271         * Makefile.in (datarootdir): Define.
7272         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7273         name that might contain whitespace.
7274
7275 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7276
7277         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7278         fbound (Emacs 23 unicode), signal an error.
7279
7280 2008-02-08  Glenn Morris  <rgm@gnu.org>
7281
7282         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7283
7284 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7285
7286         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7287         ports to the calls to `netrc-machine-user-or-password' in addition to
7288         "imap" and "imaps".
7289
7290 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7291
7292         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7293
7294         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7295
7296 2008-02-01  Kenichi Handa  <handa@m17n.org>
7297
7298         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7299         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7300         (rfc2104-hash): Convert the result of concat to unibyte string.
7301
7302 2008-02-01  Dave Love  <fx@gnu.org>
7303
7304         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7305         coding-system-for-read.
7306         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7307
7308 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7309
7310         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7311         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7312         <hanche@math.ntnu.no>.
7313
7314 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7315
7316         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7317
7318         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7319
7320 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7321
7322         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7323         * message.el (message-beginning-of-line): Use featurep instead of bound
7324         tests in order to resolve conditionals at compile time.
7325
7326 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7327
7328         * mail-source.el (mail-sources): Add `group' choice.
7329
7330         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7331         parameter `in-group' to control into which group the articles go.
7332         Add treatment of `group' mail-source.
7333
7334 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7335
7336         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7337
7338         * mm-decode.el (mm-dissect-buffer): Decode description.
7339
7340         * mml.el (mml-to-mime): Encode message header first.
7341
7342 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7345         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7346
7347         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7348         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7349
7350 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7351
7352         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7353
7354 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7357         prefix keys.
7358         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7359         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7360         gnus-xmas.el.
7361
7362         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7363         (gnus-xmas-article-describe-bindings): New function.
7364         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7365         gnus-xmas-article-describe-bindings.
7366
7367         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7368
7369 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7370
7371         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7372         Add new variables for article mark management.
7373         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7374         list of extra data entries which, when present, will indicate that the
7375         article ID should not be trimmed from the registry.
7376         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7377         functions.
7378         (gnus-registry-read-mark): New function to read a mark name from the
7379         user.
7380         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7381         (gnus-registry-set-article-mark-internal): New functions to add and
7382         remove marks.
7383         (gnus-registry-get-article-marks): New function to show the marks for
7384         an article, or retrieve them for further use.
7385
7386 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7387
7388         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7389         keys when no argument is given.
7390
7391 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7392
7393         * imap.el (imap-ping-server): New variable.
7394         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7395         (imap-ping-server): Minor doc string fixes.
7396
7397 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7398
7399         * imap.el (imap-ping-server): New function.
7400         (imap-opened): Call imap-ping-server.
7401
7402 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7403
7404         * gnus-sum.el (gnus-article-sort-by-random)
7405         (gnus-thread-sort-by-random): Fix doc strings.
7406         Reported by jidanni@jidanni.org.
7407
7408 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * gnus-art.el (gnus-article-describe-bindings): New function.
7411         (gnus-article-read-summary-keys): Use it.
7412         (gnus-article-mode-map): Bind `C-h b' to it.
7413
7414 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7417         XEmacs.
7418         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7419         Protect against non-character events.
7420
7421         * lpath.el: Fbind map-keymap for Emacs 21.
7422
7423 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7424
7425         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7426         New command.
7427         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7428         instead of END.  Change name of the temp file.
7429         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7430         customizable.
7431
7432 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7433
7434         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7435         bind `S W' to gnus-article-wide-reply-with-original; set default
7436         binding to gnus-article-read-summary-send-keys.
7437         (gnus-article-read-summary-keys): Fix the order of keys; display
7438         continuation keys correctly in the echo area; describe bindings
7439         correctly when keys end with `C-h'.
7440         (gnus-article-read-summary-send-keys): New function.
7441         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7442         Work for gnus-article-read-summary-send-keys; display continuation keys
7443         correctly in the echo area.
7444         (gnus-article-reply-with-original): Ignore prefix argument.
7445         (gnus-article-wide-reply-with-original): New function.
7446
7447         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7448         Emacs 21.
7449
7450 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7453         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7454
7455 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7456
7457         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7458         (gnus-group-read-ephemeral-gmane-group): New command.
7459
7460 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7461
7462         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7463
7464 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7465
7466         * message.el (message-send-mail-function): Increase custom version.
7467
7468         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7469         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7470
7471 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7472
7473         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7474         for the cases where imap-authenticate is called with a nil buffer
7475         parameter.
7476
7477 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7480         html parts correctly; support forwarded messages.
7481         (gnus-article-browse-html-article): Remove work buffers.
7482
7483         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7484         compiling.
7485         (netrc-bound-and-true-p): New macro.
7486         (netrc-parse): Use it instead of bound-and-true-p that is not available
7487         in XEmacs 21.4.
7488
7489 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7490
7491         * gnus-registry.el (gnus-registry-mark-article)
7492         (gnus-registry-article-marks): Add functionality to mark articles
7493         through the Gnus registry.
7494
7495         * encrypt.el: Clarify documentation for the new pgg method.
7496         (encrypt-file-alist): Add PGG option.
7497         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7498         functionality.  Abstract password key and messaging to external
7499         functions.
7500         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7501         (encrypt-message-method-and-cipher): Add new convenience external
7502         functions.
7503         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7504         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7505
7506         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7507         (netrc-parse): Use encrypt-file-alist to determine if
7508         encrypt-find-model or encrypt-insert-file-contents should be used.
7509
7510         * encrypt.el: Clarify documentation.  Load password-cache or
7511         password, whichever one is found first, instead of autoloading.
7512
7513 2007-12-19  Glenn Morris  <rgm@gnu.org>
7514
7515         * mml.el (message-options-set, message-narrow-to-head)
7516         (message-in-body-p, message-mail-p, message-encode-message-body):
7517         Autoload.
7518         (message-remove-header, message-narrow-to-headers-or-head)
7519         (message-subscribed-p, message-make-mail-followup-to)
7520         (message-position-on-field, message-news-p)
7521         (message-options-set-recipient, message-generate-headers)
7522         (message-sort-headers): Declare as functions.
7523
7524 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7525
7526         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7527         convention in doc string.
7528
7529 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7532         title to html parts.
7533         (gnus-article-browse-html-article): Pass message header to it.
7534
7535         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7536
7537 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7538
7539         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7540         or password compatible with XEmacs.
7541
7542 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7543
7544         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7545         format document.
7546         (gnus-mime-delete-part): Don't write description line if empty.
7547         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7548
7549 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7550
7551         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7552         (gnus-summary-mark-read-and-unread-as-read)
7553         (gnus-summary-mark-current-read-and-unread-as-read)
7554         (gnus-summary-mark-unread-as-ticked): Doc fix.
7555         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7556
7557 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7558
7559         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7560         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7561
7562 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7563
7564         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7565         yes-or-no-p.
7566
7567 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7568
7569         * mm-decode.el (mm-add-meta-html-tag): New function.
7570         (mm-save-part-to-file, mm-pipe-part): Use it.
7571
7572         * gnus-art.el (gnus-article-browse-delete-temp-files):
7573         Use gnus-y-or-n-p instead of y-or-n-p.
7574         (gnus-article-browse-html-parts): Work with message/external-body; use
7575         mm-add-meta-html-tag.
7576
7577 2007-12-11  Glenn Morris  <rgm@gnu.org>
7578
7579         * gnus-cache.el: Require gnus-sum not just when compiling.
7580
7581         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7582
7583         * gnus-int.el (gnus-server-opened, gnus-status-message):
7584         Move definitions before use.
7585
7586         * mm-decode.el: Require gnus-util.
7587         (mm-remove-part): Only call delete-annotation on XEmacs.
7588
7589         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7590
7591         * nnmail.el: Require gnus-int.
7592
7593         * spam.el: Move `require's before `eval-when-compile's.
7594
7595         * gnus-ems.el (gnus-alive-p):
7596         * gnus-fun.el (message-goto-eoh):
7597         * gnus-util.el (gnus-group-name-decode):
7598         * mail-source.el (gnus-compress-sequence):
7599         * message.el (Info-goto-node, format-spec):
7600         * mm-bodies.el (message-options-get):
7601         * mm-decode.el (mm-view-pkcs7):
7602         * mm-util.el (gmm-write-region):
7603         * mml-smime.el (mml-compute-boundary)
7604         (gnus-completing-read-with-default):
7605         * mml.el (widget-button-press, gnus-make-hashtable):
7606         * mml1991.el (mm-decode-content-transfer-encoding)
7607         (mm-encode-content-transfer-encoding)
7608         (message-options-get, message-options-set):
7609         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7610         * nnfolder.el (gnus-request-group):
7611         * nnheader.el (ietf-drums-unfold-fws):
7612         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7613         * smime.el (gnus-run-mode-hooks):
7614         * spam-stat.el (gnus-message): Autoload.
7615
7616         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7617         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7618         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7619         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7620         Add declare-function compatibility definition.
7621
7622         * gnus-cache.el (nnvirtual-find-group-art):
7623         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7624         (gnus-add-image, gnus-add-wash-type):
7625         * gnus-group.el (nnkiboze-score-file):
7626         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7627         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7628         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7629         (message-tokenize-header, gnus-get-buffer-create)
7630         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7631         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7632         * gnus.el (gnus-group-decoded-name):
7633         * mail-source.el (imap-capability):
7634         * mm-bodies.el (message-options-set):
7635         * mm-decode.el (gnus-configure-windows):
7636         * mm-extern.el (message-goto-body):
7637         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7638         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7639         (epg-sub-key-validity, message-options-set):
7640         * mml.el (widget-event-point, gnus-configure-windows):
7641         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7642         * mml2015.el (epg-check-configuration, epg-configuration)
7643         (message-options-set):
7644         * nndb.el (nndb-request-article):
7645         * nnfolder.el (gnus-request-create-group):
7646         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7647         * nnmaildir.el (gnus-group-mark-article-read):
7648         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7649         * rfc1843.el (message-fetch-field):
7650         * spam.el (gnus-extract-address-components):
7651         Declare as functions.
7652
7653 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7656
7657         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7658
7659         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7660         bind show-trailing-whitespace for XEmacs.
7661
7662 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7663
7664         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7665         new no-op macro for backward compatibility.
7666
7667         * imap.el (imap-string-to-integer): New function.
7668
7669 2007-12-09  Glenn Morris  <rgm@gnu.org>
7670
7671         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7672
7673         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7674         * message.el, mm-view.el, sieve-manage.el, smime.el:
7675         Add declare-function compatibility definition.
7676
7677         * gnus-art.el (w3-region, w3m-region, Info-menu):
7678         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7679         * gnus-sum.el (gnus-get-predicate):
7680         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7681         * message.el (mail-abbrev-in-expansion-header-p):
7682         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7683         (w3m-detect-meta-charset, w3m-region):
7684         * sieve-manage.el (password-read, password-cache-add)
7685         (password-cache-remove):
7686         * smime.el (password-read-and-add): Declare as functions.
7687
7688 2007-12-08  David Kastrup  <dak@gnu.org>
7689
7690         * gnus-sum.el (gnus-summary-simplify-subject-query):
7691         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7692         `message'.
7693
7694 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7697         it to bind idna-program, installation-directory, defined-colors, and
7698         face-attribute for XEmacs of the version that compiles defcustom forms.
7699
7700 2007-12-07  Glenn Morris  <rgm@gnu.org>
7701
7702         * gnus-art.el (article-make-date-line): Revert previous change.
7703
7704 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7705
7706         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7707
7708 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7709
7710         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7711         Call gnus-add-to-range ranges only once with a prepared article-list.
7712
7713 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7714
7715         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7716         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7717         group names with backslashes.
7718         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7719
7720 2007-12-06  Deepak Goel  <deego3@gmail.com>
7721
7722         * gnus-art.el (article-make-date-line):
7723         * gnus-start.el (gnus-load):
7724         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7725
7726 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7727
7728         * gnus-art.el (gnus-use-idna)
7729         * gnus-start.el (gnus-site-init-file)
7730         * message.el (message-use-idna)
7731         * mm-uu.el (mm-uu-hide-markers)
7732         * smiley.el (smiley-style): Revert changes that suppress warnings.
7733
7734 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7737         specify charset to html source.
7738         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7739
7740 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7743         idna-program in order to suppress byte compile warning issued by XEmacs
7744         that came to byte compile the default value section of defcustom forms
7745         recently.
7746
7747         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7748         value of installation-directory.
7749
7750         * message.el (message-use-idna): Don't directly refer to the value of
7751         idna-program.
7752
7753         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7754
7755         * smiley.el (smiley-style): Don't directly call face-attribute.
7756
7757 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7758
7759         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7760
7761         * gnus-dired.el: Reduce Gnus dependencies.
7762         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7763         Don't require.  Use autoloads instead.
7764         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7765         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7766         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7767         (gnus-dired-mode): Adjust doc string.
7768         (gnus-dired-mail-mode): New variable.
7769         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7770         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7771         (gnus-dired-mail-buffers): New function.  Return mail or message
7772         composition buffers.
7773         (gnus-dired-attach): Use it.
7774         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7775         NO-DECODE.
7776         (gnus-dired-print): Use `gnus-print-buffer' depending on
7777         `gnus-dired-mail-mode'.
7778
7779 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7780
7781         * rfc2047.el (rfc2047-encoded-word-regexp)
7782         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7783         explaining what regexp patterns are for.
7784
7785 2007-12-04  Glenn Morris  <rgm@gnu.org>
7786
7787         * password.el: Move to password-cache.el.
7788
7789         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7790         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7791         * mml-smime.el (password-read, password-cache-add)
7792         (password-cache-remove):
7793         No need to autoload, since mml-sec requires password.
7794
7795         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7796         * message.el (gnus-extract-address-components):
7797         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7798
7799         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7800         password.
7801
7802 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7803
7804         * mailcap.el: Reduce dependencies.
7805         (mail-header-parse-content-type): Autoload.
7806         (mailcap-delete-duplicates): New alias.
7807         (mailcap-mime-info): Add optional argument NO-DECODE.
7808         (mailcap-mime-types): Use mailcap-delete-duplicates.
7809
7810         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7811
7812 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7813
7814         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7815         (imap-parse-status): Upcase status-att for servers that sends them
7816         lower-case (e.g., MS Exchange 2007).
7817
7818 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7819
7820         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7821         function.
7822
7823         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7824         (gnus-uu-yenc-article): New function.
7825
7826         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7827
7828         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7829
7830 2007-12-02  Glenn Morris  <rgm@gnu.org>
7831
7832         * binhex.el (binhex): New custom group.
7833         (binhex-decoder-program, binhex-decoder-switches)
7834         (binhex-use-external): Move to the binhex custom group.
7835
7836         * uudecode.el (uudecode): New custom group.
7837         (uudecode-decoder-program, uudecode-decoder-switches)
7838         (uudecode-use-external): Move to the uudecode custom group.
7839
7840         * netrc.el (top-level): Don't load `encrypt' features.
7841         (netrc-parse): Don't use encrypt.
7842         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7843
7844         * encrypt.el: Remove file.
7845
7846 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7847
7848         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7849         matches on patches.
7850
7851         * gnus-art.el (gnus-article-browse-html-article):
7852         Mention `mm-text-html-renderer' in the doc string.
7853
7854         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7855         string.  Add comments.
7856
7857         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7858         if rhs is ASCII.
7859
7860 2007-12-01  Glenn Morris  <rgm@gnu.org>
7861
7862         * mail-source.el (top-level): Require format-spec before
7863         eval-when-compile.
7864
7865 2007-11-30  Glenn Morris  <rgm@gnu.org>
7866
7867         * encrypt.el: Require password, rather than autoloading password-read.
7868
7869 2007-11-29  Glenn Morris  <rgm@gnu.org>
7870
7871         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7872         (sasl-make-client, sasl-next-step, sasl-step-data)
7873         (sasl-step-set-data): Declare as functions.
7874
7875 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7876
7877         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7878
7879 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7880
7881         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7882         certs should be verified and what is to be done in the event of a
7883         verification failure.
7884
7885         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7886         caller can indicate whether the cache should be disregarded for this
7887         call.  This way the result of the call is reproducible at all times and
7888         can be considered a canonical server name for the supplied method.
7889         (gnus-agent-method-p): Canonicalize server names by pushing their
7890         method through `gnus-method-to-server' using the no-cache argument.
7891
7892         * gnus-srvr.el (gnus-server-insert-server-line):
7893         Call `gnus-method-to-server' with `no-cache' argument.
7894
7895         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7896         gnus-agent-possibly-synchronize-flags as this should be called when the
7897         server is actually being opened.
7898         (gnus-agent-possibly-synchronize-flags)
7899         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7900         flags file of an agentized server to the latter function.
7901
7902         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7903         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7904         after a connection has been established successfully.
7905
7906 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * gnus-art.el (article-display-face): Force to display face if called
7909         interactively; check if gnus-article-x-face-too-ugly matches author.
7910         (article-display-x-face): Display face even if From header is missing
7911         as article-display-face does.
7912
7913 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7914
7915         * hashcash.el (message-narrow-to-headers-or-head)
7916         (message-fetch-field, message-goto-eoh)
7917         (message-narrow-to-headers): Declare as functions.
7918
7919 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7920
7921         * mail-source.el (mail-sources): Default to fetch from file for
7922         compatibility with default of nnmail-spool-file.
7923
7924 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7927         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7928         to look for encoded word that should be encoded again.
7929         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7930         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7931         encoding pattern.
7932         (rfc2047-decode-region): Switch strict regexp and loose one according
7933         to rfc2047-allow-irregular-q-encoded-words.
7934
7935 2007-11-25  Romain Francoise  <romain@orebokech.com>
7936
7937         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7938
7939 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * tls.el (tls-program): Provide more custom choices from
7942         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7943         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7944
7945 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7946
7947         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7948         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7949
7950         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7951         `nnmail-spool-file'.
7952
7953         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7954         `nnmail-spool-file'.
7955
7956         * gnus-move.el (gnus-change-server): Ditto.
7957
7958         * gnus-kill.el (gnus-batch-score): Ditto.
7959
7960         * gnus-cache.el (gnus-jog-cache): Ditto.
7961
7962         * gnus-msg.el (gnus-summary-reply):
7963         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7964
7965 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7966
7967         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7968         version.  Minor improvement to doc strings.
7969         (tls-program): Add comment.
7970
7971 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7972
7973         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7974         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7975         mismatch between the hostname provided in the certificate and the name
7976         of the host connnecting to.
7977         (open-tls-stream): Use them.  Check certificates against trusted root
7978         certificates.
7979
7980 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7981
7982         * gnus-cache.el (gnus-cache-generate-nov-databases):
7983         Use nnml-generate-nov-databases-directory instead of
7984         nnml-generate-nov-databases-1.
7985
7986 2007-11-24  Glenn Morris  <rgm@gnu.org>
7987
7988         * message.el (message-tool-bar-retro): Update for rename
7989         mail_send.xpm->mail-send.xpm.
7990
7991 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7992
7993         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7994         `smime-ldap-search' for Emacs 22 and up.
7995
7996 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7997
7998         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7999
8000         * message.el (message-send-mail-function): Fix error convention.
8001         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8002         (message-widen-reply, message-send-mail, message-talkative-question)
8003         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8004         (message-clone-locals, message-send-news): Use with-current-buffer.
8005         (message-insert-or-toggle-importance): Remove unused var `valid'.
8006         (message-make-references): Remove unused var `new-references'.
8007         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8008
8009 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8010
8011         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8012         (spam-split-symbolic-return-positive): Reflow docstring.
8013         (spam-backends, spam-summary-exit-behavior)
8014         (spam-mark-ham-unread-before-move-from-spam-group)
8015         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8016         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8017         (spam-clear-cache, spam-backend-check, spam-install-backend)
8018         (spam-install-statistical-backend, spam-list-of-processors)
8019         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8020         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8021         (spam-check-crm114, spam-initialize, spam-unload-hook):
8022         Fix typos in docstrings.
8023
8024 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8025
8026         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8027         been checked if they have never been read and those group levels are
8028         higher than the one that a user specified.
8029
8030 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8031
8032         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8033         foreign groups unless a group level is specified by a user.
8034         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8035
8036 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8037
8038         * message.el (message-send-mail-function): Require sendmail.
8039
8040 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8041
8042         * message.el (message-send-mail-function): Check for smtpmail too.
8043
8044         * utf7.el (utf7-encode, utf7-decode): Use coding system
8045         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8046
8047         * message.el (message-send-mail-function): New function.
8048         (message-send-mail-function): Set default using
8049         message-send-mail-function.  Adjust doc string.
8050         (message-send-mail-with-mailclient): New function.
8051
8052 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8053
8054         * smime.el (from):
8055         * rfc2047.el (message-posting-charset):
8056         * qp.el (mm-use-ultra-safe-encoding):
8057         * pop3.el (parse-time-months):
8058         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8059         * nnml.el (files):
8060         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8061         (jka-compr-compression-info-list, ange-ftp-path-format)
8062         (efs-path-regexp):
8063         * nndiary.el (files):
8064         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8065         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8066         (epg-digest-algorithm-alist, inhibit-redisplay)
8067         (password-cache-expiry):
8068         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8069         (pgg-output-buffer, password-cache-expiry):
8070         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8071         (efs-path-regexp):
8072         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8073         (inhibit-redisplay):
8074         * mm-uu.el (file-name, start-point, end-point, entry)
8075         (gnus-newsgroup-name, gnus-newsgroup-charset):
8076         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8077         (latin-unity-ucs-list):
8078         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8079         (mm-uu-binhex-decode-function):
8080         * message.el (gnus-message-group-art, gnus-list-identifiers)
8081         (rmail-enable-mime-composing, gnus-local-organization)
8082         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8083         (gnus-read-active-file, facemenu-add-face-function)
8084         (facemenu-remove-face-function, gnus-article-decoded-p)
8085         (tool-bar-mode):
8086         * mail-source.el (display-time-mail-function):
8087         * gnus-util.el (nnmail-pathname-coding-system)
8088         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8089         (gnus-original-article-buffer, gnus-user-agent)
8090         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8091         (xemacs-codename, sxemacs-codename, emacs-program-version):
8092         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8093         * gnus-start.el (gnus-agent-covered-methods)
8094         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8095         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8096         (gnus-newsgroup-headers, gnus-group-list-mode)
8097         (gnus-group-mark-positions, gnus-newsgroup-data)
8098         (gnus-newsgroup-unreads, nnoo-state-alist)
8099         (gnus-current-select-method, mail-sources)
8100         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8101         (nnmail-spool-file, gnus-cache-active-hashtb):
8102         * gnus-mh.el (mh-lib-progs):
8103         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8104         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8105         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8106         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8107         (gnus-group-buffer):
8108         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8109         (font-lock-set-defaults):
8110         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8111         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8112         (gnus-summary-post-menu, total-parts, type, condition, length):
8113         * gnus-agent.el (gnus-agent-read-agentview):
8114         * flow-fill.el (show-trailing-whitespace):
8115         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8116         eval-and-compile wrappers for byte compiler pacifiers.
8117
8118         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8119         (mm-display-inline-fontify): Check for featurep 'xemacs not
8120         extent-list.
8121
8122         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8123         itimer-list.
8124         (mm-create-image-xemacs): Only do something for XEmacs.
8125         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8126
8127         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8128
8129         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8130         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8131
8132 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8133
8134         * nnimap.el (nnimap-split-download-body):
8135         * gnus-demon.el (gnus-demon):
8136         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8137
8138 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8139
8140         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8141         New macros.
8142         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8143         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8144         copy data from unibyte buffer to multibyte current buffer.
8145         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8146         to copy data from unibyte current buffer to multibyte buffer.
8147         (nntp-make-process-buffer): Make process buffer unibyte.
8148
8149         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8150
8151 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8152
8153         * pop3.el (pop3-open-server): Accept and process data more robustly at
8154         connexion start to avoid spurious "POP SSL connexion failed" errors.
8155
8156 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8159         read group names.
8160
8161 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8162
8163         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8164
8165 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8166
8167         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8168         (nnmail-save-active): Use a unibyte buffer when saving active file,
8169         which may contain non-ASCII group names.
8170
8171         * nnml.el (nnml-request-group): Decode group names in messages.
8172
8173 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8174
8175         * message.el (message-citation-line-function)
8176         (message-insert-formatted-citation-line): Fix spelling of
8177         `message-insert-formated-citation-line'.
8178
8179 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8180
8181         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8182
8183 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8184
8185         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8186         nnmail-pathname-coding-system.
8187
8188         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8189         that a user enters; decode group names in messages.
8190
8191         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8192
8193 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8194
8195         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8196
8197         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8198
8199         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8200         risky local variable.
8201
8202         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8203
8204 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8205
8206         * encrypt.el: Improve documentation to fix function name typo.
8207         Reported by Daiki Ueno <ueno@unixuser.org>.
8208
8209 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8210
8211         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8212         even if the point is not in the last page of an article.
8213         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8214         back to the previous page.
8215
8216 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8217
8218         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8219
8220 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8223
8224 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8225
8226         * message.el (message-check-news-body-syntax):
8227         Avoid mm-string-as-multibyte.
8228         (message-hide-headers): Don't assume (point-min)==1.
8229
8230 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8231
8232         * message.el (message-remove-blank-cited-lines): Fix if remove is
8233         given.
8234         (message-bogus-address-regexp): New variable.
8235         (message-bogus-recipient-p): New function.
8236         (message-check-recipients): New command.
8237         (message-syntax-checks): Add `bogus-recipient'.
8238         (message-fix-before-sending): Add `bogus-recipient'.
8239
8240         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8241         (gnus-treat-body-boundary): Don't test window-system.
8242
8243 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8244
8245         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8246
8247 2007-10-28  Miles Bader  <miles@gnu.org>
8248
8249         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8250         at compile-time too.
8251
8252 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8253
8254         * gnus-msg.el (gnus-message-setup-hook):
8255         Add `message-remove-blank-cited-lines' to options.
8256
8257 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8258
8259         * message.el (message-remove-blank-cited-lines): New function.
8260         Suggested by Karl Plästerer.
8261
8262 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8265         mapc.
8266
8267         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8268         (top-level): Use mapc to set functions to be traced for debugging.
8269
8270         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8271         called for effect with while loop.
8272
8273         * message.el (message-talkative-question): Replace mapcar called for
8274         effect with mapc.
8275
8276         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8277         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8278         called for effect with dolist.
8279
8280         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8281
8282         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8283         gnus-extra-headers and nnmail-extra-headers.
8284
8285         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8286         called for effect with dolist.
8287         (top-level): Use mapc to set functions to be traced for debugging.
8288
8289         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8290         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8291         dolist.
8292
8293         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8294         Replace mapcar called for effect with mapc.
8295         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8296         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8297         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8298         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8299
8300         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8301         remove-if that's a cl function.
8302
8303         * webmail.el (webmail-debug): Replace mapcar called for effect with
8304         dolist.
8305
8306         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8307         with mapc.
8308
8309 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8312         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8313         with while loop.
8314
8315         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8316         functions from article-* functions.
8317         (gnus-multi-decode-header): Replace mapcar called for effect with
8318         dolist.
8319
8320         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8321         (gnus-bookmark-show-details): Replace mapcar called for effect with
8322         while loop.
8323
8324         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8325         called for effect with while loop.
8326
8327         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8328         with dolist.
8329
8330         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8331         Replace mapcar called for effect with dolist.
8332
8333         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8334
8335         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8336         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8337         Replace mapcar called for effect with dolist.
8338         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8339         mapc.
8340
8341         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8342         Replace mapcar called for effect with dolist.
8343         (gnus-topic-list): Replace mapcar called for effect with mapc.
8344
8345         * gnus.el: Use mapc instead of mapcar to add autoloads.
8346
8347 2007-10-23  Richard Stallman  <rms@gnu.org>
8348
8349         * gnus-group.el (gnus-group-highlight): Mark as risky.
8350
8351 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * gnus.el (gnus-server-to-method): Return method found first in
8354         gnus-newsrc-alist.
8355
8356         * gnus-art.el (gnus-article-highlight-signature)
8357         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8358         button overlay without the front stickiness.
8359
8360 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8361
8362         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8363         overview buffer needed a catch to receive its throw.
8364         (gnus-agent-flush-cache): Declare as interactive to make this function
8365         easier to use.
8366
8367 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8368
8369         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8370         `next-line'.
8371
8372 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8373
8374         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8375         exclude address matching message-dont-reply-to-names.
8376
8377 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * gnus-util.el (gnus-string<): New function.
8380
8381         * gnus-sum.el (gnus-article-sort-by-author)
8382         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8383
8384 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8385
8386         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8387         the frame-focus tag is set in gnus-buffer-configuration.
8388
8389 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8392         the front stickiness.
8393
8394 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8395
8396         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8397         url pattern; remove duplicate one.
8398         (gnus-article-extend-url-button): New function.
8399         (gnus-article-add-buttons): Use it.
8400         (gnus-button-push): Use concatenated url that it makes.
8401
8402 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8403
8404         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8405
8406 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8407
8408         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8409         Don't hardcode point-min==1.
8410
8411 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8412
8413         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8414         Fix comment about "iso8859-1".
8415
8416 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8417
8418         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8419         ones returned from the verify-function.
8420
8421         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8422         Call mml2015-extract-cleartext-signature if extraction failed.
8423
8424 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8425
8426         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8427         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8428         failed.
8429
8430 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8431
8432         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8433
8434 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8435
8436         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8437         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8438         recommends to use EasyPG instead of PGG.
8439
8440         * pgg.el: Revert to revision 6.23.2.16.
8441
8442         * pgg-def.el: Revert to revision 6.6.2.14.
8443
8444         * pgg-gpg.el: Revert to revision 6.23.2.34.
8445
8446 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8447
8448         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8449         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8450         thread for both the null and zero (kill/expire thread) universal prefix
8451         cases.
8452         (gnus-summary-expire-thread): Add new function to expire a thread,
8453         using gnus-summary-kill-thread.
8454         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8455         shortcuts for gnus-summary-expire-thread.
8456         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8457         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8458
8459 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8460
8461         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8462         extras value, so an extras entry can be deleted.
8463         (gnus-registry-delete-extra-entry): Use it.
8464         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8465         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8466         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8467         storage through the gnus-registry, and provide an appropriate API for
8468         it.
8469
8470 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8471
8472         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8473         Suggested by Leo <sdl.web@gmail.com>.
8474
8475         * gnus.el: Do.
8476
8477 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8480         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8481
8482         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8483
8484         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8485         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8486
8487 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8490         newline.
8491         (nnmbox-request-accept-article): Don't change article in source buffer;
8492         narrow to header to use message-fetch-field rather than
8493         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8494         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8495         as delimiters; make sure article ends with newline.
8496         (nnmbox-delete-mail): Correct last position of article to be deleted;
8497         ignore X-Gnus-Newsgroup header in article body.
8498         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8499         positions; make sure article ends with newline.
8500
8501         * message.el (message-display-abbrev): Don't infloop when a user
8502         inserts SPC in the beginning of header.
8503
8504         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8505         coding-system-for-read and coding-system-for-write for XEmacs having no
8506         file-coding feature.
8507
8508         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8509
8510 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8511
8512         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8513         list of groups not followed by default.  Fix type to be regexp.
8514         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8515
8516 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8517
8518         * hmac-def.el (define-hmac-function): Switch from old-style to
8519         new-style backquotes.
8520
8521         * md4.el (md4-make-step): Likewise.
8522
8523 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8526         raw-text coding system when saving .newsrc file, which may contain
8527         non-ASCII group names.
8528
8529 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * gnus-cus.el (gnus-score-extra): New widget.
8532         (gnus-score-extra-convert): New function.
8533         (gnus-score-customize): Use it for Extra.
8534
8535 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8536
8537         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8538         (mml2015-mailcrypt-clear-verify): Use it.
8539         (mml2015-gpg-clear-verify): Use it.
8540         (mml2015-pgg-clear-verify): Use it.
8541         (mml2015-epg-clear-verify): Replace the current part with the output
8542         from GnuPG; don't extract the plaintext by itself.
8543
8544         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8545         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8546         mml2015-clear-verify-function; don't touch the armor headers or
8547         dash-escaped text here.
8548
8549 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8552         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8553         parts, or application/octet-stream as a last resort.
8554         (gnus-mime-view-part-as-type): Don't toggle display.
8555         (gnus-mime-view-part-as-charset): Don't turn off display before
8556         querying charset.
8557
8558         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8559         stuff to undisplayer function in Emacs.
8560         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8561
8562         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8563         text/calendar parts.
8564
8565 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8566
8567         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8568         decoding text/calendar parts.
8569
8570         * message.el (message-forward-make-body-mime): Always mark body as
8571         having no illegible text; remove signed-or-encrypted argument.
8572         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8573
8574         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8575         (mml-generate-mime-1): Don't encode body if it is specified to be in
8576         raw form; don't make buffer be unibyte when inserting multibyte string.
8577
8578 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8579
8580         * sha1.el: Fix up comment style.
8581         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8582         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8583
8584         * hex-util.el: Fix up comment style.
8585         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8586
8587         * gnus-salt.el: Use with-current-buffer.
8588         (gnus-pick-setup-message): Fix long-standing typo.
8589
8590 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8591
8592         * imap.el (imap-logout-timeout): New variable.
8593         (imap-logout, imap-logout-wait): New functions.
8594         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8595
8596         * nnimap.el (nnimap-logout-timeout): New server variable.
8597         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8598         nnimap-logout-timeout.
8599
8600         * gnus-art.el (gnus-article-summary-command-nosave)
8601         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8602
8603 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * gnus.el (gnus-maximum-newsgroup): New variable.
8606
8607         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8608         according to gnus-maximum-newsgroup.
8609
8610         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8611         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8612         Limit the range of articles according to gnus-maximum-newsgroup.
8613
8614 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8615
8616         * gnus-art.el (gnus-sticky-article): Fix problems described in
8617         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8618         Don't perform gnus-configure-windows here; reuse existing sticky
8619         article buffer.
8620
8621         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8622         it doesn't exist in gnus-article-mode.
8623
8624 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8627         (gnus-agent-decoded-group-name): New function.
8628         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8629         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8630
8631 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8632
8633         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8634         Add binding for gnus-sticky-article.
8635         (gnus-summary-exit): Don't kill sticky article buffers.
8636
8637         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8638         article buffer.
8639         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8640         (gnus-kill-sticky-article-buffers): New commands.
8641
8642 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8643
8644         * nntp.el (nntp-xref-number-is-evil): New server variable.
8645         (nntp-find-group-and-number): If it is non-nil, don't trust article
8646         numbers in the Xref header.
8647
8648 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8649
8650         * gnus-agent.el (gnus-agent-read-group): New function.
8651         (gnus-agent-flush-group, gnus-agent-expire-group)
8652         (gnus-agent-regenerate-group): Use it.
8653         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8654         nnmail-pathname-coding-system.
8655
8656 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8657
8658         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8659
8660         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8661         that are unread as unread, and also as selected so that information of
8662         marks having been changed by a user may be updated when exiting group.
8663
8664 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8665
8666         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8667
8668 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8671         calculated ignoring signature parts to gnus-treat-article.
8672
8673 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8674
8675         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8676         a point here in order to keep the window start.
8677         (gnus-insert-mime-security-button): Make a button overlay without the
8678         front stickiness.
8679         (gnus-mime-display-security): Goto the end of a button.
8680
8681         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8682
8683 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8686         group-name-at-point.
8687         (gnus-group-completing-read): New function that offers decoded
8688         non-ASCII group names for completion.
8689         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8690         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8691         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8692         (gnus-group-fetch-control): Use it.
8693         (gnus-fetch-group): Use group-name-at-point for the initial value
8694         rather than the default value; use gnus-alive-p.
8695
8696         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8697         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8698         (gnus-summary-post-news): Use gnus-group-completing-read.
8699
8700         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8701         (gnus-read-move-group-name): Decode group name for completion.
8702
8703 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8704
8705         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8706         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8707         Yamaoka slightly modified the code).
8708
8709 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8712         (nnmail-split-incoming): Bind it.
8713
8714         * nnml.el (nnml-group-name-charset): New function.
8715         (nnml-decoded-group-name): Use it; don't decode group name if
8716         nnmail-group-names-not-encoded-p is non-nil.
8717         (nnml-encoded-group-name): New function.
8718         (nnml-group-pathname): Inline nnml-decoded-group-name.
8719         (nnml-request-expire-articles): Decode group name in message.
8720         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8721         nnmail-pathname-coding-system.
8722         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8723         not decoded ones according to nnmail-group-names-not-encoded-p.
8724         (nnml-generate-active-info): Use nnml-encoded-group-name.
8725
8726 2007-08-08  Glenn Morris  <rgm@gnu.org>
8727
8728         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8729         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8730         doc-strings and comments.
8731
8732 2007-07-25  Glenn Morris  <rgm@gnu.org>
8733
8734         * Relicense all FSF files to GPLv3 or later.
8735
8736 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8737
8738         * gnus-sum.el (gnus-summary-move-article):
8739         Make gnus-summary-respool-article work.
8740
8741 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8742
8743         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8744         string.
8745
8746 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8747
8748         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8749         that should be ignored when comparing distant RSS articles with local
8750         ones.
8751         (nnrss-make-hash-index): New function.  Create a hash index according
8752         to the ignored fields.
8753         (nnrss-check-group): Use it.
8754
8755 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8756
8757         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8758
8759         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8760
8761         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8762         the new optional argument ENCODED is non-nil.
8763         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8764         coding system for encoding group name.
8765         (gnus-group-make-rss-group): Pass un-encoded group name to
8766         gnus-group-make-group.
8767         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8768         encoded.
8769
8770         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8771         Encode group name to which articles are moved or copied.
8772         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8773         coding system for encoding Newsgroup, Followup-To and Xref headers.
8774
8775         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8776         marks; use nnheader-file-coding-system to write a file.
8777         (nnagent-retrieve-headers): Bind file-name-coding-system to
8778         nnmail-pathname-coding-system.
8779
8780         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8781
8782         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8783         (nnml-request-article, nnml-request-create-group)
8784         (nnml-request-rename-group, nnml-find-id)
8785         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8786         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8787         (nnml-save-marks): Use nnml-group-pathname instead of
8788         nnmail-group-pathname.
8789
8790         (nnml-request-create-group, nnml-request-expire-articles)
8791         (nnml-request-move-article, nnml-request-delete-group)
8792         (nnml-deletable-article-p, nnml-possibly-create-directory)
8793         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8794         (nnml-open-marks): Bind file-name-coding-system to
8795         nnmail-pathname-coding-system.
8796
8797         (nnml-request-article): Pass server argument to nnml-find-group-number.
8798         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8799         Pass server argument to nnml-possibly-create-directory.
8800         (nnml-request-accept-article): Pass server argument to
8801         nnml-active-number and nnml-save-mail.
8802         (nnml-find-group-number): Pass server argument to nnml-find-id.
8803         (nnml-request-update-info): Pass server argument to
8804         nnml-marks-changed-p.
8805
8806         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8807         (nnml-save-mail, nnml-active-number): Add server argument.
8808
8809         (nnml-request-delete-group): Warn if group is missing.
8810         (nnml-get-nov-buffer): Decode group name.
8811         (nnml-generate-active-info): Encode group name.
8812         (nnml-open-marks): Decode group name in messages.
8813
8814 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8817         if it is not specified.
8818         (gnus-article-pipe-part, gnus-article-save-part)
8819         (gnus-article-interactively-view-part, gnus-article-copy-part)
8820         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8821         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8822         (gnus-article-replace-part, gnus-article-delete-part)
8823         (gnus-article-view-part-as-type): Pass raw prefix argument to
8824         gnus-article-part-wrapper.
8825
8826 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * gnus-agent.el (gnus-agent-save-active):
8829         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8830
8831         * gnus-cache.el (gnus-cache-save-buffers)
8832         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8833         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8834         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8835         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8836         (gnus-cache-generate-active, gnus-cache-rename-group)
8837         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8838         (gnus-cache-update-overview-total-fetched-for):
8839         Bind file-name-coding-system to nnmail-pathname-coding-system.
8840         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8841         New variables.
8842         (gnus-cache-decoded-group-name): New function.
8843         (gnus-cache-file-name): Use it.
8844         (gnus-cache-generate-active): Use non-decoded group name for active.
8845
8846         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8847         right place.
8848         (gnus-write-active-file): Don't break non-ASCII group names.
8849
8850         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8851         nnmail-pathname-coding-system.
8852
8853         * lpath.el: Bind default-file-name-coding-system,
8854         file-name-coding-system and language-info-alist for XEmacs.
8855
8856         * gnus-uu.el (gnus-uu-decode-save): Typo.
8857
8858 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8861
8862 2007-07-14  David Kastrup  <dak@gnu.org>
8863
8864         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8865         finishing actions if we did not edit the article.
8866
8867 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8870         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8871         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8872         (gnus-agent-flush-group, gnus-agent-flush-cache)
8873         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8874         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8875         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8876         (gnus-agent-regenerate-group)
8877         (gnus-agent-update-files-total-fetched-for)
8878         (gnus-agent-update-view-total-fetched-for):
8879         Bind file-name-coding-system to nnmail-pathname-coding-system.
8880         (gnus-agent-group-pathname): Don't encode file names by
8881         nnmail-pathname-coding-system.
8882         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8883         coding-system-for-write instead of buffer-file-coding-system to
8884         gnus-agent-file-coding-system.
8885
8886         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8887         Decode group name.
8888
8889         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8890
8891         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8892         (gnus-read-newsrc-el-file): Make group names unibyte.
8893
8894         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8895         nnmail-pathname-coding-system.
8896
8897         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8898         (nnrss-request-delete-group): Bind file-name-coding-system to
8899         nnmail-pathname-coding-system.
8900         (nnrss-read-server-data, nnrss-read-group-data):
8901         Bind file-name-coding-system correctly.
8902         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8903
8904         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8905         (nntp-server-to-method-cache): New variable.
8906         (nntp-group-pathname): New function that decodes non-ASCII group names.
8907         (nntp-possibly-create-directory, nntp-marks-changed-p)
8908         (nntp-save-marks, nntp-open-marks): Use it.
8909         (nntp-possibly-create-directory, nntp-open-marks):
8910         Bind file-name-coding-system to nnmail-pathname-coding-system.
8911         (nntp-open-marks): Decode group names when bootstrapping marks.
8912
8913         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8914         Newsgroups and Folowup-To headers.
8915
8916 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8919         (gnus-server-closed-face, gnus-server-denied-face)
8920         (gnus-server-offline-face): Remove variable.
8921         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8922
8923         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8924         of modifying message-stack directly for XEmacs.
8925
8926         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8927         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8928         if the coding-system argument is nil for XEmacs.
8929
8930         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8931         mm-charset-override-alist.
8932
8933         * rfc2047.el: Don't require base64; require rfc2045 for the function
8934         rfc2045-encode-string.
8935         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8936         to quote the parameter value.
8937
8938 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8939
8940         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8941         form in gnus-group-name-charset-method-alist.
8942
8943         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8944         overrides the default layout edit-form.
8945
8946         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8947
8948         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8949
8950 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8951
8952         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8953         as unfetched articles.
8954
8955 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8956
8957         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8958
8959 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8960
8961         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8962         original back end that keeps marks in the local system.
8963
8964 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8967         arg of pop-to-buffer for XEmacs.
8968         (gnus-article-read-summary-keys): Ditto; don't restore window
8969         configuration if summary command ends up with neither article buffer
8970         nor summary buffer; describe bindings if summary keys end with C-h.
8971
8972 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8973
8974         * message.el (message-fix-before-sending): Skip raw message part to be
8975         forwarded while checking illegible text.
8976         (message-forward-make-body-mime, message-forward-make-body):
8977         Mark signed or encrypted raw message as having no illegible text.
8978
8979 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8982         (gnus-message-with-timestamp-1): New macro.
8983         (gnus-message-with-timestamp): New function.
8984         (gnus-message): Use them.
8985
8986         * nnheader.el (nnheader-message): Use them.
8987
8988 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8989
8990         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8991         .newsrc.eld file.
8992
8993 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * gnus-agent.el (gnus-agent-fetch-headers)
8996         (gnus-agent-retrieve-headers):
8997         Bind gnus-decode-encoded-address-function to identity.
8998
8999         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9000         available also when the server returns simply a dot.
9001
9002         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9003
9004 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9007
9008 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * gnus-ems.el (gnus-x-splash): Make it work.
9011
9012         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9013         from being used.
9014
9015         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9016
9017 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9020         4th and the 5th arguments.
9021
9022         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9023         the front stickiness.
9024         (gnus-article-summary-command-nosave): Correct the order of the
9025         arguments passed to pop-to-buffer.
9026         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9027         summary command ends up with the article buffer.
9028
9029         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9030         the same faces.
9031
9032 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9033
9034         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9035
9036 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9037
9038         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9039         * gnus-sum.el (gnus-summary-highlight):
9040         * pgg.el (pgg-sign-region, pgg-sign):
9041         * mail-source.el (mail-source-delete-old-incoming-confirm):
9042         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9043
9044 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9045
9046         * gnus-art.el (gnus-mime-view-part-externally)
9047         (gnus-mime-view-part-internally): Fix predicate function passed to
9048         completing-read.
9049
9050         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9051
9052         * gnus.el (gnus-update-message-archive-method): Add :version.
9053
9054 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * gnus.el (gnus-update-message-archive-method): New variable.
9057
9058         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9059         according to gnus-message-archive-method if
9060         gnus-update-message-archive-method is non-nil.
9061
9062 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9065         Suggested by Loic Dachary <loic@dachary.org>.
9066         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9067
9068 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9069
9070         * message.el (message-pop-to-buffer): Add switch-function argument.
9071         (message-mail): Pass switch-function argument to it.
9072
9073 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9074
9075         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9076         Improve doc string.
9077
9078 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9081         (gnus-header-content)
9082         * gnus-cite.el (gnus-cite-10)
9083         * gnus-srvr.el (gnus-server-closed)
9084         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9085         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9086         (gnus-group-mail-3-empty, gnus-group-mail-low)
9087         (gnus-group-mail-low-empty, gnus-splash)
9088         * message.el (message-header-to, message-header-cc)
9089         (message-header-subject, message-header-other, message-header-name)
9090         (message-header-xheader, message-separator, message-cited-text)
9091         (message-mml): Lighten colors of faces used for dark background.
9092
9093 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9094
9095         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9096         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9097
9098 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9099
9100         * message.el (message-narrow-to-headers-or-head):
9101         Ignore mail-header-separator in the body.
9102
9103 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9104
9105         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9106         same as window size.
9107
9108 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9109
9110         * message.el (message-font-lock-keywords): Use message-header-xheader
9111         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9112         ahead of the anything pattern, to get it recognised.
9113
9114 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9117         spam.el loads uses it in the compiled defadvice form.
9118
9119 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9120
9121         * gnus-sum.el (gnus-articles-to-read)
9122         (gnus-summary-insert-old-articles): Don't truncate group name for
9123         `read-string'.
9124
9125         * gnus-util.el (gnus-limit-string): Delete this function.
9126
9127         * gnus-sum.el (gnus-simplify-subject-fully):
9128         Use `truncate-string-to-width' instead.
9129
9130 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9131
9132         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9133         Tell if, on summary exit, the next group has to be selected.
9134         (gnus-summary-exit): Use it.
9135
9136 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9137
9138         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9139         non-break space.
9140
9141 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9142
9143         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9144         Check if group is not a directory.
9145         (nnfolder-request-expire-articles): Don't delete articles if the target
9146         group is not available.
9147
9148         * nnml.el (nnml-request-create-group): Properly check if group is not a
9149         file.
9150         (nnml-request-expire-articles): Don't delete articles if the target
9151         group is not available.
9152
9153         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9154         Don't quote characters that are within parentheses.
9155
9156 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9159         (gnus-handle-ephemeral-exit): Select article according to it.
9160
9161 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9162
9163         * message.el (message-insert-formated-citation-line): Remove newline.
9164         (message-citation-line-format): Add final \n here so that the user can
9165         avoid a blank line.
9166
9167 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9168
9169         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9170         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9171         Update lanl/arXiv support.
9172
9173 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9174
9175         * gnus.el: Bump version number.
9176
9177 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9178
9179         * gnus.el (gnus-version-number): Bump version.
9180
9181 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9182
9183         * gnus.el: No Gnus v0.6 is released.
9184
9185 2007-04-27  Didier Verna  <didier@xemacs.org>
9186
9187         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9188         * gmm-utils.el (gmm-regexp-concat): ... here.
9189         * message.el: Don't require 'gnus-util.
9190         (message-dont-reply-to-names): Handle name change above.
9191         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9192
9193 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9194
9195         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9196         since the initial value varies according to the system.
9197
9198 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9201
9202 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9203
9204         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9205
9206 2007-04-24  Didier Verna  <didier@xemacs.org>
9207
9208         Improve the type of gnus-ignored-from-addresses.
9209         * gnus-util.el (gnus-orify-regexp): New function.
9210         * message.el (gnus-util): Require it.
9211         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9212         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9213         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9214
9215 2007-04-24  Didier Verna  <didier@xemacs.org>
9216
9217         * gnus-sum.el:
9218         * gnus-utils.el: Fix some trailing whitespaces.
9219
9220 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9223         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9224         article's Message-ID; refer parent article in summary buffer.
9225
9226         * message.el (message-bounce): Call mime-to-mml.
9227
9228         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9229         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9230         optimize and/or forms properly.
9231
9232 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9233
9234         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9235         URL.
9236
9237 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9240
9241 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9242
9243         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9244         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9245         displayed of multipart/alternative part if it is invoked from summary
9246         buffer.
9247
9248         * mm-view.el (mm-inline-text-html-render-with-w3m)
9249         (mm-inline-text-html-render-with-w3m-standalone)
9250         (mm-inline-render-with-function): Use mail-parse-charset by default.
9251
9252 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9253
9254         * parse-time.el (parse-time-string-chars): Check if CHAR
9255         is less than the length of parse-time-syntax.
9256
9257 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9260         from gnus-newsgroup-processable.
9261
9262 2007-04-16  Didier Verna  <didier@xemacs.org>
9263
9264         * gnus-msg.el (gnus-configure-posting-styles):
9265         Handle message-signature-directory properly with :file syntax.
9266         Reported by "Leo".
9267
9268 2007-04-11  Didier Verna  <didier@xemacs.org>
9269
9270         New user option: message-signature-directory.
9271         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9272         * message.el (message-insert-signature): Ditto.
9273         * message.el (message-signature-file): Doc update.
9274         * message.el (message-signature-directory): New.
9275
9276 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9277
9278         * gnus-msg.el (gnus-inews-yank-articles):
9279         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9280
9281 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * message.el (message-yank-original): Make sure cited text ends with
9284         newline; don't exchange point and mark.
9285
9286 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9287
9288         * tls.el (open-tls-stream): Properly handle case where there
9289         is no associated buffer.
9290
9291 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9292
9293         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9294         message-yank-original, make sure (< mark TEXT point).
9295
9296 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9297
9298         * message.el (message-fill-column): New variable.
9299         (message-mode): Use it.  Add comment on a possible new hook.
9300
9301         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9302         (nnmail-get-new-mail): Reformat.
9303
9304         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9305
9306         * gmm-utils.el: Fix Commentary.
9307         (gmm-tool-bar-from-list): Fix typo in doc string.
9308
9309 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9310
9311         * message.el (message-yank-original): Don't switch point and mark
9312         unnecessarily to put point and mark as documented.
9313
9314 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9315
9316         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9317         from the message heads.
9318
9319 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9320
9321         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9322         article buffer does not have a window.  This may not be the best
9323         solution but is certainly better than setting the start of the null,
9324         that is the current, window.
9325
9326 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9327
9328         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9329         (gnus-draft-setup): Run it.
9330
9331         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9332         gnus-score-fast-scoring.  Allow regexp.
9333         (gnus-score-headers): Use it.
9334
9335         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9336         XEmacs.
9337
9338         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9339         string.
9340         (gnus-button-alist): Also catch `<f1> k ...'.
9341         (gnus-treat-display-x-face): Fix doc string.
9342
9343 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9344
9345         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9346         evaluation of gnus-extended-version to ensure correct generation of the
9347         User-Agent header when message-generate-headers-first is used.
9348
9349 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9350
9351         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9352         hashcash-path is nil.  Don't call callback with incorrect number of
9353         parameters if val is 0.
9354
9355 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9356
9357         * message.el (message-required-news-headers):
9358         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9359
9360 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9361
9362         * tls.el (open-tls-stream): In handshake-waiting loop,
9363         don't wait more if there is output available to process.
9364
9365 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9366
9367         * tls.el (tls-program): Doc fix.
9368
9369 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9370
9371         * message.el (message-generate-new-buffers): Change the meaning of the
9372         nil value; add `standard' to the choices; treat t as `unique'; improve
9373         doc string.
9374         (gnus-select-frame-set-input-focus): Autoload.
9375         (message-buffer-name): Search for the existing message buffer if
9376         message-generate-new-buffers is nil or `standard'; treat the value t of
9377         message-generate-new-buffers as `unique'.
9378         (message-pop-to-buffer): Raise the frame already displaying the message
9379         buffer; clear the echo area after querying.
9380         (message-setup): Pass the `continue' argument to compose-mail.
9381         (message-mail): Prefer `switch-function' if it is given; search for the
9382         existing message buffer if the `continue' argument is non-nil; pass
9383         continue and switch-function arguments to compose-mail by way of
9384         message-setup.
9385         (message-mail-other-window): Adjust argument of message-setup.
9386         (message-mail-other-frame): Ditto.
9387
9388 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9391         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9392         to turn font-lock on when turning gnus-message-citation-mode on.
9393
9394 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9395
9396         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9397         (mml-smime-function-alist): New variable; add epg as the backend.
9398         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9399         mml-smime- functions instead.
9400         * mm-view.el: Require smime.
9401
9402 2007-03-05  Didier Verna  <didier@xemacs.org>
9403
9404         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9405         instead of just inheritance for posting styles.
9406         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9407
9408 2007-02-24  Chris Moore  <dooglus@gmail.com>
9409
9410         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9411         * pgg-pgp.el (pgg-pgp-encrypt-region):
9412         * pgg-gpg.el (pgg-gpg-encrypt-region):
9413         Check pgg-encrypt-for-me if no other recipients.
9414
9415 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9416
9417         * tls.el (tls-certtool-program): Fix custom type.
9418
9419 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9422         and point-at-eol instead of line-(beginning|end)-position.
9423
9424         * assistant.el (assistant-parse-buffer): Ditto.
9425
9426         * netrc.el (netrc-parse-services): Ditto.
9427
9428 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9429
9430         * mml2015.el (mml2015-epg-find-usable-key): New function.
9431         (mml2015-epg-sign): Use it.
9432         (mml2015-epg-encrypt): Use it.
9433
9434 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9435
9436         * message.el (message-make-in-reply-to): Quote name containing
9437         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9438         if there are special characters.  Reported by NAKAJI Hiroyuki
9439         <nakaji@jp.freebsd.org>.
9440
9441 2007-02-27  Didier Verna  <didier@xemacs.org>
9442
9443         Include the group parameters as well as the topic ones in the
9444         inheritance filter process.
9445         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9446         argument GROUP-PARAMS-LIST.
9447         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9448
9449 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9450
9451         * nntp.el (nntp-never-echoes-commands)
9452         (nntp-open-connection-functions-never-echo-commands): New variables.
9453         (nntp-send-command): Use them.
9454
9455 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9456
9457         * mml2015.el (mml2015-epg-verify): Simplify.
9458
9459 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9460
9461         * mml.el (mml-content-disposition-alist): New user option.
9462         (mml-content-disposition): New function.
9463         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9464         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9465
9466 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9467
9468         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9469         verification.
9470
9471 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9472
9473         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9474         articles posted in the last 24 hours.
9475
9476 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9477
9478         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9479
9480 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9481
9482         * nntp.el (nntp-send-command): Don't wait for echoes when
9483         nntp-open-ssl-stream is used.
9484
9485 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9488         (gnus-message-add-citation-keywords)
9489         (gnus-message-remove-citation-keywords): Remove.
9490         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9491         directly, make the variables in font-lock-defaults buffer-local, add
9492         gnus-message-citation-keywords to them and then update the value of
9493         font-lock-keywords.
9494
9495 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9496
9497         * message.el (message-cite-original-1): Don't call
9498         gnus-article-highlight-citation.
9499
9500         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9501         citations; fix line count.
9502
9503 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9504
9505         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9506         (gnus-message-add-citation-keywords)
9507         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9508         versions of font-lock-add-keywords and font-lock-remove-keywords to
9509         work with XEmacs correctly.
9510
9511 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * gnus-cite.el (gnus-cite-face-list): Set the values of
9514         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9515         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9516         (gnus-message-cite-prefix-regexp): New variable.
9517         (gnus-message-search-citation-line): Use it; protect against long
9518         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9519         the 0th match data for Emacs.
9520         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9521         (gnus-message-add-citation-keywords): Append keywords rather than
9522         prepending; emulate font-lock-add-keywords if it is not available.
9523         (gnus-message-remove-citation-keywords):
9524         Emulate font-lock-remove-keywords if it is not available.
9525
9526         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9527
9528         * message.el (message-cite-prefix-regexp): Set the value of
9529         gnus-message-cite-prefix-regexp.
9530
9531 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9532
9533         * nnweb.el (nnweb-google-parse-1): Update parser.
9534
9535 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9536
9537         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9538
9539 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9540
9541         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9542         regexp.
9543
9544 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9547         string-to-multibyte.
9548         (uudecode-decode-region-internal): Use it.
9549
9550         * lpath.el: Fbind string-as-multibyte for XEmacs.
9551
9552 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9553
9554         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9555         Fix custom choice.
9556
9557         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9558
9559 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9560
9561         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9562
9563         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9564         `write-region' to respect `mm-inhibit-file-name-handlers'.
9565
9566 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9567
9568         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9569         Use gnus-home-directory instead of "~/" or "$HOME".
9570
9571 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9572
9573         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9574         to mention filename.
9575         Add comments at beginning regarding usage.
9576         (encrypt-write-file-contents): Change interactive so a string is
9577         acceptable.  If the file has no associated model, show an error instead
9578         of a nonsense prompt.
9579
9580 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9581
9582         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9583         Thanks to Yoshihiko Yamada for kind notification of this typo.
9584
9585 2007-01-12  Kenichi Handa  <handa@m17n.org>
9586
9587         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9588         multibyte buffer.
9589
9590 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9591
9592         * gnus-score.el (gnus-score-fast-scoring): New variable.
9593         (gnus-score-headers): Use it.
9594
9595         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9596
9597         * message.el (message-cite-original-1):
9598         Call gnus-article-highlight-citation if requested.
9599         (message-make-from): Allow name and address as optional arguments.
9600
9601         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9602
9603         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9604         bugs to doc string.
9605         (gnus-button-alist): Add mid\\|message-id.
9606         (gnus-button-fetch-group): Extend for use in
9607         `browse-url-browser-function'.
9608         (gnus-button-url-regexp): Try to catch paired parentheses like in
9609         Wikipedia URLs.
9610
9611         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9612         Suggested by Simon Krahnke <overlord@gmx.li>.
9613
9614 2007-01-13  Romain Francoise  <romain@orebokech.com>
9615
9616         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9617         Update copyright.
9618
9619 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9620
9621         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9622
9623 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9624
9625         * gnus-registry.el (gnus-registry-unfollowed-groups)
9626         (gnus-registry-split-fancy-with-parent): Fix documentation.
9627
9628 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9629
9630         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9631         from nnweb groups.
9632
9633 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9634
9635         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9636         Xref urls.  Erase buffer before requesting head.
9637
9638         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9639
9640 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9643         customizable.
9644
9645 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9646
9647         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9648         no signing key is found.
9649         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9650         no encrypting and/or signing key is found.
9651
9652 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9653
9654         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9655
9656 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9657
9658         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9659         headers read from disk with the ones newly found in the current search.
9660         This should no longer cause problems, because the article numbers in
9661         Gmane's `nov.php' output are ignored since the previous change.
9662
9663 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9664
9665         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9666
9667 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9668
9669         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9670         replace-regexp-in-string; bind url-version; fbind display-images-p and
9671         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9672         find-face and set-itimer-function for Emacs; bind itimer-list for
9673         Emacs.
9674
9675         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9676
9677 2007-01-01  Romain Francoise  <romain@orebokech.com>
9678
9679         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9680
9681 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9682
9683         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9684         `define-minor-mode' macro definition expanded properly.
9685         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9686         exclude it there.
9687
9688         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9689         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9690         `fboundp' test.
9691         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9692         This is OK to autoload in (S)XEmacs now.
9693
9694 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9695
9696         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9697         keystroke.
9698         (gnus-summary-limit-to-singletons): Fix typo.
9699
9700         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9701         else fails.
9702
9703 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9704
9705         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9706         docstring.
9707
9708         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9709         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9710         (gnus-summary-insert-dormant-articles): Fix typo in message.
9711
9712 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9713
9714         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9715         nil for XEmacs.
9716         (gnus-message-citation-mode): Don't autoload in XEmacs.
9717
9718         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9719
9720 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9721
9722         * nnimap.el (nnimap-expunge-search-string):
9723         Mention nnimap-search-uids-not-since-is-evil in docstring.
9724
9725 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9726
9727         * spam.el: Revert to make-obsolete-variable because
9728         define-obsolete-variable-alias is not supported in Emacs 21.
9729
9730         * spam.el (spam-ifile-path, spam-ifile-database-path)
9731         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9732         make-obsolete-variable.
9733         (spam-bsfilter-path, spam-bsfilter-program)
9734         (spam-spamassassin-path, spam-spamassassin-program)
9735         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9736         Don't use "path" inappropriately.
9737         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9738         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9739         variable names.
9740
9741 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9742
9743         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9744         summary buffer.
9745
9746         * password.el (password-cache-remove): Use clear-string to burn
9747         password, if available.
9748
9749 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9750
9751         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9752
9753         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9754
9755         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9756         (gnus-message-highlight-citation): Move defcustom here from
9757         gnus-cite.el.
9758         (gnus-message-citation-mode): Autoload.
9759
9760         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9761         checks to make it compile with XEmacs.
9762         (gnus-message-citation-mode): New minor mode.
9763         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9764         (gnus-message-highlight-citation): New variables.
9765         (gnus-message-search-citation-line)
9766         (gnus-message-add-citation-keywords)
9767         (gnus-message-remove-citation-keywords)
9768         (turn-on-gnus-message-citation-mode)
9769         (turn-off-gnus-message-citation-mode): New functions.
9770
9771 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9772
9773         * gnus-cite.el: Enable highlighting of different citation levels in
9774         message-mode.
9775
9776 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9777
9778         * message.el (message-make-fqdn): Fix comment.
9779         (message-bogus-system-names): Add ".local".
9780
9781         * spam.el (spam-ifile-path, spam-ifile-program)
9782         (spam-ifile-database-path, spam-ifile-database)
9783         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9784         Don't use "path" inappropriately.
9785         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9786         strings.
9787         (spam-check-ifile, spam-ifile-register-with-ifile)
9788         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9789         Use new variable names.
9790
9791         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9792         (gnus-treat-display-smileys): Simplify using
9793         gnus-image-type-available-p.
9794
9795         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9796         available.
9797
9798         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9799         Use `display-images-p' if available.
9800
9801 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9804         one after turning on the buffer's multibyteness instead of decoding
9805         them directly in the unibyte buffer that causes unexpected conversion
9806         in Emacs 23 (unicode).
9807
9808 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9809
9810         * message.el (message-generate-hashcash): Fix custom type.
9811
9812 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9813
9814         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9815
9816 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9817
9818         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9819         disconnect icons.  Add help text.
9820
9821 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9822
9823         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9824         negated to be consistent with the others we handle.
9825
9826 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9827
9828         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9829         version of gnus-summary-buffer to something, so that we can use two
9830         article buffers at the same time.
9831
9832 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9833
9834         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9835         trigger all the extra headers.
9836         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9837         sorting.
9838
9839 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9840
9841         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9842         solid groups.
9843
9844 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9845
9846         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9847
9848 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9849
9850         * legacy-gnus-agent.el: Add Copyright notice.
9851
9852 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9853
9854         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9855
9856 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9857
9858         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9859
9860         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9861         to make it work reliably in CVS Emacs.
9862         (gnus-summary-limit-strange-charsets-predicate)
9863         (gnus-summary-limit-to-predicate): New functions.
9864
9865 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9866
9867         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9868         specifying array size.
9869         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9870         array if it is too small.
9871         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9872         (gnus-sort-threads-loop): New function.
9873
9874 2006-12-06  Chris Moore  <dooglus@gmail.com>
9875
9876         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9877         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9878
9879 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9880
9881         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9882         options.
9883
9884 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9885
9886         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9887         DOS-ing the recipient.
9888
9889         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9890         the headers when creating the mapping to avoid mismappings.
9891         (nnweb-gmane-create-mapping): Always nix out old mapping.
9892
9893 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9896         and mm-verify-option to never.
9897
9898 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * message.el (message-signed-or-encrypted-p): New function.
9901         (message-forward-make-body): Use it.
9902
9903         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9904         Replace encode-coding-string with mm-encode-coding-string.
9905
9906 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * nneething.el (nneething-decode-file-name):
9909         Replace decode-coding-string with mm-decode-coding-string.
9910
9911         * gnus-int.el (gnus-open-server): Say failed server's name.
9912
9913 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9914
9915         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9916         strings to a single string.  Quote `errors-file-name'.
9917         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9918         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9919         Adjust calls.  Use `shell-quote-argument'.
9920
9921 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9922
9923         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9924         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9925
9926         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9927         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9928         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9929         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9930         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9931         (gnus-subscribe-newsgroup, gnus-1):
9932         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9933         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9934         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9935         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9936
9937 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9938
9939         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9940         keystroke.
9941         (gnus-summary-limit-to-bodies): Implement headersp.
9942
9943 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9944
9945         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9946
9947 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9948
9949         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9950
9951 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9952
9953         * message.el (message-generate-hashcash): Expand range of values to
9954         include `opportunistic'.
9955         (message-send-mail): Use it.
9956
9957 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9958
9959         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9960         and comment it.
9961
9962         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9963
9964 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9965
9966         * gnus-util.el (gnus-extract-address-components): Improve comment.
9967
9968 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9969
9970         * gnus-util.el (gnus-extract-address-components): Work with address in
9971         which the name portion contains @.
9972
9973         * lpath.el: Fbind custom-autoload.
9974
9975 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9976
9977         * gnus.el (gnus-start): Move custom group up.
9978         (gnus-select-method): Don't autoload, but make it available for
9979         `customize-variable'.
9980         (gnus-getenv-nntpserver): Don't autoload.
9981
9982 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9983
9984         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9985
9986 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9987
9988         * message.el (message-sendmail-extra-arguments): New variable.
9989         (message-send-mail-with-sendmail): Use it.
9990
9991 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9992
9993         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9994         mm-with-unibyte-current-buffer to make string unibyte.
9995
9996         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9997         mm-string-as-multibyte.
9998
9999 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10000
10001         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10002         Reported by Werner Koch <wk@gnupg.org>.
10003
10004 2006-11-14  Daiki Ueno  <ueno@p360>
10005
10006         * mml2015.el: Autoload epa-select-keys when compiling.
10007
10008 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10009
10010         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10011         message-options.
10012         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10013
10014 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10015
10016         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10017         EasyPG (< 0.0.6).
10018         (mml2015-always-trust): New user option.
10019         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10020         prompt.
10021
10022 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * nntp.el (nntp-authinfo-force): New variable.
10025         (nntp-send-authinfo): Use it.
10026
10027 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10028
10029         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10030         decode encoded words.  Improve prompt.  Add comment about forwarding.
10031         (message-replacement-char): Move up.
10032
10033 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10034
10035         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10036         instead of gnus-intersection because arguments of gnus-sorted-nunion
10037         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10038
10039 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10040
10041         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10042         (message-simplify-subject-functions):
10043         Enable message-strip-subject-encoded-words by default.
10044
10045 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10046
10047         * message.el (message-strip-subject-encoded-words): New function.
10048         (message-simplify-subject-functions): New variable.
10049         (message-simplify-subject): Use it.  Fix typo in doc string.
10050         Support message-strip-subject-encoded-words.
10051
10052 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10053
10054         * gnus-diary.el (gnus-diary-delay-format-function):
10055         * nndiary.el (nndiary-reminders):
10056         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10057
10058 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10059
10060         * gnus-art.el (article-hide-boring-headers): Fetch date from
10061         gnus-original-article-buffer to avoid problems with localized date
10062         strings.
10063
10064 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10067
10068 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10069
10070         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10071         New variables.
10072         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10073         (mm-charset-synonym-alist): Move some entries to
10074         mm-codepage-iso-8859-list.
10075         (mm-charset-synonym-alist, mm-charset-override-alist):
10076         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10077
10078 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10079
10080         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10081
10082 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10083
10084         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10085         with Emacs 21 and XEmacs.
10086
10087 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10088
10089         * spam.el (spam-parse-address): New function for better parsing,
10090         catching errors, etc.
10091         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10092
10093 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10094
10095         * mm-view.el: Add interactive arg to html2text autoload.
10096
10097 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10098
10099         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10100
10101 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10102
10103         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10104         New variables.
10105         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10106         (mm-charset-synonym-alist): Move some entries to
10107         mm-codepage-iso-8859-list.
10108
10109         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10110
10111 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10112
10113         * message.el (message-citation-line-format)
10114         (message-insert-formated-citation-line): Fix implementation of %E, %N
10115         and %n according to the doc string.
10116
10117 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10118
10119         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10120         Use car-safe to avoid bad parses.
10121
10122 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10123
10124         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10125         names.
10126
10127         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10128
10129 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10132         header.
10133
10134         * message.el (message-draft-headers): Add Date.
10135         (message-headers-to-generate): Fix typo in docstring.
10136
10137         * nndraft.el (nndraft-required-headers): New variable.
10138         (nndraft-generate-headers): Use it.
10139
10140         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10141
10142 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10143
10144         * gnus-registry.el (gnus-registry-wash-for-keywords)
10145         (gnus-registry-find-keywords): New functions to allow easy searching of
10146         articles that are in the registry.
10147
10148 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10149
10150         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10151         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10152         Reported by Damien Elmes <damien@repose.cx>.
10153
10154 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10155
10156         * gnus.el (gnus-mime): Remove unused custom group.
10157
10158 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10159
10160         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10161         "blank line" when searching for end of armor headers.
10162
10163 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10164
10165         * gmm-utils.el (gmm-write-region): Fix variable name.
10166
10167 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10168
10169         * gmm-utils.el (gmm-write-region): New function based on compatibility
10170         code from `mm-make-temp-file'.
10171
10172         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10173
10174         * nnmaildir.el (nnmaildir--update-nov)
10175         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10176         Use `gmm-write-region'.
10177
10178 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10179
10180         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10181         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10182
10183         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10184
10185         * message.el (message-replacement-char): New variable.
10186         (message-fix-before-sending): Use it.
10187         (message-simplify-subject): New function to remove duplicate code.
10188         (message-reply, message-followup): Use it.
10189
10190         * gnus-sum.el (gnus-summary-make-menu-bar):
10191         Clarify gnus-summary-limit-to-articles.
10192
10193 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10194
10195         * gnus-util.el (gnus-with-local-quit): New macro.
10196
10197         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10198
10199 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10200
10201         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10202         ignore non-string data.
10203
10204 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10205
10206         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10207         non-string data (needs to be done in the registry too).
10208
10209 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10210
10211         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10212         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10213         (gnus-registry-split-fancy-with-parent)
10214         (gnus-registry-fetch-simplified-message-subject-fast)
10215         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10216         Remove text properties on ingress into the registry and when it's saved.
10217         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10218         registry from entries with no groups.
10219
10220 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10221
10222         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10223         function to remove string properties.
10224
10225 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10226
10227         * gmm-utils.el (gmm): Adjust custom version.
10228
10229         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10230         Adjust custom version.
10231
10232         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10233
10234 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10235
10236         * gnus-art.el (gnus-insert-prev-page-button)
10237         (gnus-insert-next-page-button): Simplify.  Reformat.
10238
10239 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10240
10241         * gnus-art.el (gnus-insert-prev-page-button)
10242         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10243
10244 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10245
10246         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10247
10248 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10249
10250         * gnus-art.el (gnus-insert-mime-button)
10251         (gnus-insert-mime-security-button):
10252         Apply gnus-article-button-face to MIME and security buttons.
10253
10254 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10255
10256         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10257         readable.
10258
10259 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10262
10263 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10264
10265         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10266         `browse-url-of-file' instead of `browse-url'.
10267
10268 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10269
10270         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10271         regexp.  Articles containing quotation were cut prematurely.
10272
10273 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10274
10275         * message.el (message-cite-original-1): Use nobody by default for the
10276         value of From header.
10277         (message-reply): Ditto.
10278
10279 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10280
10281         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10282         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10283         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10284
10285 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10286
10287         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10288         mails in the doc string.  Add some URLs in comment.
10289         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10290
10291 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10294         backslashes handling and the way to find boundaries of quoted strings.
10295
10296 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10297
10298         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10299         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10300         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10301         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10302
10303 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10304
10305         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10306         doc string.
10307         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10308
10309 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * lpath.el: Fbind epg-check-configuration.
10312
10313 2006-09-06  Simon Josefsson  <jas@extundo.com>
10314
10315         * mml2015.el (mml2015-use): Doc fix, mention epg.
10316
10317 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10318
10319         * mml2015.el (mml2015-use): Default to epg, if available.
10320
10321 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10322
10323         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10324         message-sender.
10325         (mml1991-epg-encrypt): Ditto.
10326         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10327         message-sender.
10328         (mml2015-epg-encrypt): Ditto.
10329
10330 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10331
10332         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10333         several common directories.
10334
10335 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10336
10337         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10338         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10339
10340 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * gnus-art.el (article-decode-encoded-words): Make it fast.
10343
10344 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10347
10348         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10349         in quoted string into `\'.
10350
10351 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10352
10353         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10354         Use standard-syntax-table.
10355
10356 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10357
10358         * gnus-art.el (gnus-decode-address-function): New variable.
10359         (article-decode-encoded-words): Use it to decode headers which are
10360         assumed to contain addresses.
10361         (gnus-mime-delete-part): Remove useless `or'.
10362
10363         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10364         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10365         (gnus-nov-parse-line): Use it to decode From header.
10366         (gnus-get-newsgroup-headers): Ditto.
10367         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10368
10369         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10370         (mail-decode-encoded-address-string): New alias.
10371
10372         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10373         New function.
10374         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10375         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10376         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10377         (rfc2047-decode-string): Ditto.
10378         (rfc2047-decode-address-region): New function.
10379         (rfc2047-decode-address-string): New function.
10380
10381 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10382
10383         * message.el (message-caesar-buffer-body): Allow rotating headers.
10384
10385         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10386
10387         * message.el (message-insert-formated-citation-line): Fix %f.
10388         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10389
10390 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10393         (gnus-bookmark-mouse-available-p): New macro.
10394         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10395         (gnus-bookmark-bmenu-show-infos): Use it.
10396         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10397         (gnus-bookmark-bmenu-hide-infos): Ditto.
10398         (gnus-bookmark-remove-properties): New function.
10399         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10400         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10401         (gnus-bookmark-write-file): Bind coding-system-for-write.
10402         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10403         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10404         group before selecting it.
10405         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10406         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10407         quit-window if it is not available; use gnus-mouse-2 and bind it to
10408         gnus-bookmark-bmenu-select-by-mouse.
10409         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10410         (gnus-bookmark-bmenu-select-by-mouse): New function.
10411
10412 2006-08-13  Romain Francoise  <romain@orebokech.com>
10413
10414         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10415         space.
10416
10417 2006-08-10  Romain Francoise  <romain@orebokech.com>
10418
10419         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10420         (dns-mode-soa-auto-increment-serial): New user option.
10421         (dns-mode-soa-maybe-increment-serial): New function.
10422         (dns-mode): Add the latter to `write-contents-functions'.
10423
10424 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * compface.el (uncompface): Use binary rather than raw-text-unix.
10427
10428 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * compface.el (uncompface): Make sure the eol conversion doesn't take
10431         place when communicating with the external programs.
10432         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10433
10434 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10435
10436         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10437
10438 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10439
10440         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10441         Make it more robust by parsing author and date independently.
10442
10443 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10446
10447 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10448
10449         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10450         first matching secret key.
10451         (mml2015-epg-encrypt): Ditto.
10452
10453         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10454         first matching secret key.
10455         (mml1991-epg-encrypt): Ditto.
10456
10457         * mml2015.el (mml2015-encrypt-to-self): New user option.
10458         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10459         mml2015-epg-encrypt-to-self is set.
10460
10461         * mml1991.el (mml1991-encrypt-to-self): New variable.
10462         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10463         mml1991-epg-encrypt-to-self is set.
10464
10465         * mml2015.el (mml2015-signers): New user option.
10466         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10467         (mml2015-epg-encrypt): Allow to select signing keys.
10468
10469         * mml1991.el (mml1991-signers): New variable.
10470         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10471         (mml1991-epg-encrypt): Allow to select signing keys.
10472
10473 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * nnheader.el (nnheader-insert-head): Make it work even if the file
10476         uses CRLF for the line-break code.
10477
10478 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10479
10480         * mml2015.el: Require mml-sec instead of password.
10481         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10482         (mml2015-cache-passphrase): Inherit the default value from
10483         mml-secure-cache-passphrase.
10484         (mml2015-passphrase-cache-expiry): Inherit the default value from
10485         mml-secure-passphrase-cache-expiry.
10486
10487         * mml1991.el: Require mml-sec instead of password.
10488         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10489         (mml1991-cache-passphrase): Inherit the default value from
10490         mml-secure-cache-passphrase.
10491         (mml1991-passphrase-cache-expiry): Inherit the default value from
10492         mml-secure-passphrase-cache-expiry.
10493
10494         * mml-sec.el: Require password.
10495         (mml-secure-verbose): New user option.
10496         (mml-secure-cache-passphrase): New user option.
10497         (mml-secure-passphrase-cache-expiry): New user option.
10498
10499 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10500
10501         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10502         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10503         andreas@altroot.de (Andreas Vögele).
10504
10505         FIXME: Use `tiny change'?
10506
10507 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10508
10509         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10510         workaround for the url package included with Emacs.
10511
10512         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10513
10514 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10517         correctly.  This fixes a bug caused by the 2006-05-12 change.
10518
10519 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10520
10521         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10522         some information about the error when saying that the `bogus' mail
10523         group will be used.
10524
10525 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10528         string.
10529
10530 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10531
10532         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10533
10534 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10535
10536         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10537
10538 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10539
10540         * mml1991.el (mml1991-function-alist): Add epg.
10541         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10542         (mml1991-epg-encrypt): New functions.
10543
10544 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10545
10546         * mml2015.el (mml2015-verbose): New variable.
10547         (mml2015-cache-passphrase): Ditto.
10548         (mml2015-passphrase-cache-expiry): Ditto.
10549         (mml2015-function-alist): Add epg.
10550         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10551         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10552         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10553         New functions.
10554
10555 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10556
10557         * message.el (message-cite-original-1): Preserve region when removing
10558         quoted text due to X-No-Archive in order to avoid bogus attribution
10559         when citing multiple messages.
10560
10561 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10562
10563         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10564         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10565
10566 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10567
10568         * gnus-diary.el (gnus-user-format-function-d)
10569         (gnus-user-format-function-D): Autoload.
10570
10571         * imap.el (Commentary): Fix typo.
10572
10573         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10574         2006-04-22 contribution.
10575
10576 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10577
10578         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10579         It didn't really fix the bogosity I'm seeing with solid web groups.
10580
10581 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10582
10583         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10584         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10585         created using server names.  If we use the feature without declaring
10586         it, Gnus does not properly manage server and group state.
10587
10588         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10589         bound.
10590
10591 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10592
10593         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10594         looking up the method using GROUP's prefix before inventing a new one.
10595         It is used on killed/unknown groups in various places where returning
10596         an all-new method isn't expected by the caller.
10597
10598         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10599         and match semantics of gnus-group-real-prefix.
10600
10601 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10602
10603         * nnmail.el (nnmail-broken-references-mailers): New variable.
10604         (nnmail-ignore-broken-references): New function generalizing
10605         nnmail-fix-eudora-headers.
10606         (nnmail-fix-eudora-headers): Now obsolete.
10607
10608         * gnus-art.el (gnus-button-handle-custom):
10609         Support `customize-apropos*'.
10610
10611 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10612
10613         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10614
10615         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10616         articles.
10617
10618 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10619
10620         * message.el (message-cite-reply-above): New variable.
10621         (message-yank-original): Use it.
10622
10623 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10624
10625         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10626
10627 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10628
10629         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10630         as read.
10631
10632         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10633
10634 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10635
10636         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10637         (gnus-bookmark-default-file): Use gnus-directory.
10638         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10639         Remove "*" in doc string.
10640         (gnus-bookmark-write-file): Simplify.
10641         (gnus-bookmark-maybe-sort-alist): Use `when'.
10642         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10643         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10644         Add FIXME about Emacs 21 and XEmacs compatibility.
10645         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10646         compatibility.
10647         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10648         compatibility.
10649         (gnus-bookmark-menu-heading): Fix version.
10650
10651 2006-06-19  Bastien Guerry  <bzg@altern.org>
10652
10653         * gnus-bookmark.el: New file.
10654
10655 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10656
10657         * message.el (message-syntax-checks): Doc fix.
10658
10659 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10660
10661         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10662         unsubscribed groups as if they were killed ones.  It causes duplicate
10663         entries in gnus-newsrc-alist.
10664
10665 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * message.el (message-syntax-checks): Doc fix.
10668         (message-send-mail): Add check for continuation headers.
10669         (message-check-news-header-syntax): Fix regexp used to check for
10670         continuation headers.
10671
10672 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10673
10674         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10675
10676 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10677
10678         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10679
10680 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10683         default-truncate-lines.
10684
10685 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10688         to fill the utf-8 entry.
10689
10690         * lpath.el: Fbind unicode-precedence-list.
10691
10692 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10693
10694         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10695
10696 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10697
10698         * gnus-agent.el (directory-files-and-attributes): Move all the way
10699         forward (the third and final move).
10700         (gnus-agent-read-agentview): Trap reconstruction errors due to
10701         nonexistent directory.  Handle by returning nil.
10702
10703 2006-05-30  Didier Verna  <didier@xemacs.org>
10704
10705         * message.el (message-dont-reply-to-names): Update the custom type.
10706         * message.el (message-dont-reply-to-names): New defsubst: potentially
10707         convert a list of regexps into a single one.
10708         * message.el (message-get-reply-headers): Use it.
10709         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10710
10711 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * gnus-agent.el (directory-files-and-attributes): Move forward.
10714
10715 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10716
10717         * gnus-ml.el (gnus-mailing-list-subscribe)
10718         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10719         (gnus-mailing-list-message): Fix doc strings.
10720
10721 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10722
10723         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10724         of doing it manually.
10725
10726 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10727
10728         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10729         comment.
10730
10731 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10732
10733         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10734         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10735         (gnus-agent-read-local): All symbols allocated in my-obarray.
10736         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10737         (gnus-agent-regenerate-group): Check numeric names to see if they are
10738         messages or groups.
10739         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10740         better way of do this...)
10741
10742         * gnus-cache.el (gnus-agent-total-fetched-for):
10743         Ignore 'dummy.group' (there should be a better way of do this...)
10744
10745 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10748         (gnus-saved-headers): Ditto.
10749         (gnus-default-article-saver): Mention functions may have properties.
10750         (gnus-article-save): Override gnus-save-all-headers and
10751         gnus-saved-headers by :headers property which saver function may have.
10752         (gnus-summary-save-in-file): Add :headers property.
10753         (gnus-summary-write-to-file): Ditto.
10754
10755         * gnus-sum.el (gnus-summary-save-article): Bind
10756         gnus-prompt-before-saving to t when saving many articles in a file;
10757         always show all headers.
10758
10759         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10760
10761 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10762
10763         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10764         marks.
10765
10766         * message.el (message-indent-citation): Add optional arguments to allow
10767         using it outside of message buffers.
10768
10769         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10770         (gnus-article-treat-unfold-headers): Use it.
10771         (gnus-article-truncate-lines): New variable.
10772         (gnus-article-mode): Use it.
10773         (gnus-article-toggle-truncate-lines): New function.
10774
10775         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10776         Add gnus-article-toggle-truncate-lines.
10777
10778         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10779         coding system in XEmacs, use binary.
10780
10781 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10782
10783         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10784         after-load-alist.
10785
10786         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10787         this function should save decoded articles.
10788         (gnus-summary-write-to-file): Use property to specify this function
10789         should save decoded articles and specify gnus-summary-save-in-file
10790         should be used to save articles other than the first one when saving
10791         many articles.
10792         (gnus-summary-save-body-in-file): Use property to specify this
10793         function should save decoded articles.
10794         (gnus-summary-write-body-to-file): Use property to specify this
10795         function should save decoded articles and specify
10796         gnus-summary-save-body-in-file should be used to save articles other
10797         than the first one when saving many articles.
10798
10799         * gnus-sum.el (gnus-summary-save-article): Simplify.
10800
10801 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * gnus-art.el (gnus-default-article-saver):
10804         Add gnus-summary-write-body-to-file.
10805         (gnus-article-save-coding-system): Don't use coding system object
10806         in XEmacs.
10807         (gnus-read-save-file-name): Add optional `dir-var' argument which
10808         specifies directory in which files are saved; work even if optional
10809         `variable' argument is not specified.
10810         (gnus-summary-write-to-file): Read file name.
10811         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10812         (gnus-summary-write-body-to-file): New function.
10813
10814         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10815         (gnus-summary-local-variables): Add it.
10816         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10817         (gnus-summary-save-article): Remove optional `decode' argument;
10818         determine whether to decode articles by the value of
10819         gnus-default-article-saver; when saving many files using
10820         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10821         it first and use gnus-summary-save-in-file or
10822         gnus-summary-save-body-in-file thereafter unless
10823         gnus-prompt-before-saving is always; move point to article which
10824         will be saved.
10825         (gnus-summary-save-article-file): Revert.
10826         (gnus-summary-write-article-file): Revert.
10827         (gnus-summary-save-article-body-file): Revert.
10828         (gnus-summary-write-article-body-file): New function.
10829
10830 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * gnus-art.el (gnus-default-article-saver): Doc fix.
10833         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10834         from gnus-summary-save-article-coding-system, and default to a
10835         certain coding system.
10836         (gnus-output-to-file): Add coding cookie and encode text according
10837         to gnus-article-save-coding-system; don't use mm-append-to-file.
10838
10839         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10840         gnus-art.el and rename to gnus-article-save-coding-system.
10841         (gnus-summary-save-article): Require gnus-art; don't show all
10842         headers if it decodes articles; don't add coding cookie here;
10843         don't bind mm-text-coding-system-for-write.
10844         (gnus-summary-save-article-file): Save decoded articles.
10845         (gnus-summary-write-article-file): When saving many files, use
10846         gnus-summary-write-to-file first and gnus-summary-save-in-file
10847         thereafter unless gnus-prompt-before-saving is always.
10848         (gnus-summary-save-article-body-file): Save decoded articles.
10849
10850         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10851
10852 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10853
10854         * nnrss.el (nnrss-check-group): Bind hash-index.
10855
10856 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10857
10858         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10859         its hash index.  Store this hash in `nnrss-group-data'.
10860         (nnrss-read-group-data): Update accordingly.
10861
10862 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10863
10864         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10865         entry.
10866
10867         * gnus-sum.el (gnus-summary-make-menu-bar):
10868         Add gnus-article-browse-html-article.
10869
10870 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10871
10872         * gnus-sum.el (gnus-summary-mime-map):
10873         Add gnus-article-browse-html-article.
10874
10875         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10876
10877 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10878
10879         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10880         suitable coding systems in customize.
10881
10882 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10883
10884         * mail-source.el (mail-sources): Fix custom type.
10885
10886 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10887
10888         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10889         (gnus-summary-expire-articles-now): Shorten prompt.
10890
10891         * gmm-utils.el (wid-edit): Require.
10892         (defun-gmm): Rename from `gmm-defun-compat'.
10893         (gmm-image-search-load-path): Use it.
10894         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10895
10896 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10897
10898         * gnus-sum.el (gnus-summary-save-article-coding-system):
10899         New variable.
10900         (gnus-summary-save-article): Add optional `decode' argument.
10901         If it is set and gnus-summary-save-article-coding-system is non-nil,
10902         save decoded article.
10903         (gnus-summary-write-article-file): Save decoded article if
10904         gnus-summary-save-article-coding-system is non-nil.
10905
10906         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10907         type.
10908
10909 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10910
10911         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10912
10913 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10914
10915         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10916         first to test gnus-single-article-buffer which may be buffer-local.
10917
10918         * gnus-sum.el (gnus-summary-setup-buffer):
10919         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10920         group; make gnus-article-buffer, gnus-article-current, and
10921         gnus-original-article-buffer always buffer-local.
10922         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10923         group.
10924         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10925
10926 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10927
10928         * nnml.el (nnml-request-compact-group): Compressed files might not
10929         have .gz extension.
10930
10931 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10932
10933         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10934         (mm-copy-to-buffer): Use with-current-buffer.
10935         (mm-display-part): Simplify.
10936         (mm-inlinable-p): Add optional arg `type'.
10937
10938 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10939
10940         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10941         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10942         Try harder to show the attachment internally or externally using
10943         gnus-mime-view-part-as-type.
10944
10945 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10946
10947         * message.el (message-from-style, message-signature-separator)
10948         (message-user-organization-file, message-send-mail-function)
10949         (message-citation-line-function, message-yank-prefix)
10950         (message-indent-citation-function, message-signature)
10951         (message-signature-file, message-signature-insert-empty-line):
10952         Remove autoloads.
10953
10954         * gnus-art.el (gnus-buttonized-mime-types):
10955         Remove "multipart/signed".  Revert 2006-04-26 change.
10956
10957 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10958
10959         * gnus.el (gnus-version-number): Bump version.
10960
10961 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10962
10963         * gnus.el: No Gnus v0.5 is released.
10964
10965 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10966
10967         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10968         fetching articles by message-id.
10969
10970 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10971
10972         * message.el (hashcash): Require hashcash as normal.
10973
10974         * ecomplete.el (ecomplete-highlight-match-line):
10975         Use point-at-eol.
10976         (ecomplete-highlight-match-line): Use `highlight', because that
10977         face exists in both Emacs and XEmacs.
10978
10979         * message.el (message-display-abbrev): Use point-at-bol.
10980
10981         * mail-source.el: Don't require timer/timer-funcs.
10982
10983         * gnus-async.el: Ditto.
10984
10985         * password.el: Ditto.
10986
10987         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10988
10989         * mm-url.el: Ditto.
10990
10991         * gnus-xmas.el: Don't require timer-funcs.
10992
10993         * mm-util.el: Require timer/timer-funcs.
10994
10995 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10996
10997         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10998         Close.
10999
11000 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11003         unibyte after clear-decrypt function runs.
11004
11005         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11006         returns as a unibyte string.
11007
11008 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11009
11010         * lpath.el: Revert.
11011
11012         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11013         (pgg-gpg-process-sentinel): Revert.
11014
11015         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11016         (pgg-pgp-lookup-key): Revert.
11017
11018         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11019         (pgg-pgp5-lookup-key): Revert.
11020
11021         * pgg.el (pgg-fetch-key): Revert.
11022
11023 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * lpath.el: Fbind string-as-multibyte for XEmacs.
11026
11027         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11028         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11029         (mml1991-pgg-encrypt): Ditto.
11030
11031         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11032         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11033         a multibyte buffer.
11034
11035         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11036         (pgg-pgp-lookup-key): Ditto.
11037
11038         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11039         (pgg-pgp5-lookup-key): Ditto.
11040
11041         * pgg.el (pgg-fetch-key): Ditto.
11042
11043 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11044
11045         * message.el (message-user-organization-file): Check several
11046         locations of the organization file.
11047
11048         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11049         Add gnus-article-view-part-as-type.
11050
11051         * gnus-art.el (gnus-article-view-part-as-type): New function.
11052
11053         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11054         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11055
11056         * mml.el: Simplify autoload.
11057         (mml-mode): defvar dnd-protocol-alist instead of using
11058         symbol-value.
11059         (mml-default-directory): New variable.
11060         (mml-minibuffer-read-file): Use it.
11061         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11062
11063         * message.el (message-citation-line-format): New variable.
11064         (message-insert-formated-citation-line): New function.
11065         (message-citation-line-function):
11066         Add `message-insert-formated-citation-line' to custom type.
11067
11068         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11069         to doc string.
11070
11071         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11072         depending on mm-verify-option.
11073
11074 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11075
11076         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11077         binding pgg-* variables; reimplement the section which prevents
11078         MIME header from being signed.
11079         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11080         pgg-text-mode; remove a blank line at the top of body.
11081
11082         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11083         lines at the top of body; use gnus-newsgroup-charset if there's no
11084         Charset header.
11085
11086 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11087
11088         * message.el (message-self-insert-commands): Doc fix.
11089
11090         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11091         (mm-uu-pgp-encrypted-test): Ditto.
11092         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11093         between header and body; return application/pgp-encrypted handle
11094         if decryption failed; decode decrypted body by charset.
11095
11096         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11097         element match to application/pgp-*.
11098
11099 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11100
11101         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11102         HTML.
11103
11104 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11105
11106         * mail-source.el (mail-source-call-script): Message the error
11107         string.
11108
11109 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11110
11111         * gnus-util.el (gnus-byte-compile): Use it.
11112
11113 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11114
11115         * gnus-util.el (kill-empty-logs): New function.
11116
11117 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11118
11119         * message.el (message-mail-alias-type): Doc fix.
11120         (message-mail-alias-type-p): New function.
11121         (message-send): Use it.
11122         (message-mode): Ditto.
11123         (message-strip-forbidden-properties): Ditto.
11124
11125         * ecomplete.el (ecomplete-database-file-coding-system):
11126         New variable.
11127         (ecomplete-save): Use it.
11128         (ecomplete-setup): Use it.
11129
11130 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * message.el (message-self-insert-commands): New variable.
11133         (message-strip-forbidden-properties): Use it.
11134
11135 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11136
11137         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11138         that doesn't make XEmacs choke.
11139
11140 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11141
11142         * gnus-util.el (gnus-replace-in-string):
11143         Prefer replace-regexp-in-string over of replace-in-string.
11144
11145 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11146
11147         * gnus-util.el (gnus-select-frame-set-input-focus):
11148         Use select-frame-set-input-focus if it is available in XEmacs; use
11149         definition defined in Emacs 22 for old Emacsen.
11150
11151         * dgnushack.el: Autoload unmorse-region for XEmacs.
11152
11153         * lpath.el: Bind cursor-in-non-selected-windows and
11154         select-frame-set-input-focus for XEmacs.
11155
11156 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11157
11158         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11159
11160 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11161
11162         * gnus-registry.el (gnus-registry-cache-save): Remove text
11163         properties when saving via the temp buffer.
11164
11165 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11166
11167         * message.el (message-generate-hashcash): Honor custom type.
11168
11169 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11170
11171         * message.el (message-generate-hashcash): Default to non-nil when
11172         hashcash is found.
11173
11174         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11175         (gnus-refer-thread-limit): Increase default to 500.
11176
11177         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11178
11179         * flow-fill.el (fill-flowed): Allow delete-space.
11180
11181 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11182
11183         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11184         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11185         Remove autoloads.
11186
11187 2006-04-18  Simon Josefsson  <jas@extundo.com>
11188
11189         * message.el (message-generate-hashcash): Default to.
11190
11191 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11192
11193         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11194         concatenating segments rather than before concatenating them.
11195
11196 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11197
11198         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11199
11200 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11201
11202         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11203
11204         * message.el (message-forward-make-body-plain):
11205         Allow message-forward-ignored-headers to be a list.
11206         (message-remove-ignored-headers): Factor out into function.
11207         (message-forward-make-body-mml): Use it.
11208
11209         * imap.el (imap-quote-specials): New function.
11210         (imap-login-auth): Quote specials.
11211
11212         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11213         (rfc2231-parse-string): Allow concatanation of parameters that
11214         aren't contiguous.  The test case is
11215           (mail-header-parse-content-type "message/external-body;
11216             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11217             access-type=LOCAL-FILE;
11218             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11219
11220 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11221
11222         * nntp.el (nntp-accept-process-output): Return the value of
11223         `nnheader-accept-process-output'.
11224
11225 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11226
11227         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11228         (gnus-button-alist): Recognize more diff formats.
11229         (gnus-button-patch): Strip directory.
11230
11231 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11232
11233         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11234         Emacs 22 when setting focus.
11235
11236 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11237
11238         * gnus-art.el (gnus-article-treat-types): Do treatment of
11239         text/x-verbatim parts.
11240         (gnus-button-patch): New command.
11241
11242         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11243         addresses that contain invalid characters.
11244
11245 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11246
11247         * message.el (message-put-addresses-in-ecomplete):
11248         Use gnus-replace-in-string.
11249         (message-is-yours-p): Use the more correct
11250         mail-header-parse-address instead of
11251         mail-extract-address-components.
11252         (message-put-addresses-in-ecomplete): Fix typo.
11253
11254         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11255         keystroke.
11256
11257         * gnus-art.el (gnus-treatment-function-alist): Change order of
11258         newsgroups/generic header folding to avoid double-folding.
11259
11260         * message.el (message-hidden-headers): Add X-Draft-From.
11261
11262         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11263         New command.
11264         (gnus-summary-repeat-search-article-backward): New command.
11265
11266         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11267         groups in the parent topic.
11268
11269 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11270
11271         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11272         (spam-extra-header-to-number): Return the CRM114 number as a
11273         number instead of a string.
11274
11275 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11276
11277         * gnus-art.el (gnus-face-properties-alist): Move here from
11278         gnus-fun.
11279
11280         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11281
11282 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11283
11284         * message.el (message-strip-forbidden-properties): Only display on
11285         self-insert-command.
11286
11287         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11288         reindent.
11289         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11290
11291 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11292
11293         * smiley.el (smiley-style): Fix typo.
11294
11295 2006-03-23  Kenichi Handa  <handa@m17n.org>
11296
11297         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11298         instead of set-buffer-multibyte.
11299
11300 2006-03-23  Kenichi Handa  <handa@m17n.org>
11301
11302         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11303         buffer and then decode the buffer text if necessary.
11304         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11305         first, and after mm-encode-body, change the buffer to unibyte.
11306
11307 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11308
11309         * hashcash.el (hashcash-insert-payment-async-2):
11310         Use message-goto-eoh instead of doing it manually.
11311         (mail-add-payment): Use message-narrow-to-header instead of trying
11312         to do the same itself.
11313
11314         * message.el (message-hidden-headers): Add Face.
11315
11316         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11317         reparenting code.
11318         (gnus-summary-reparent-children): Refactored out code.
11319         (gnus-summary-thread-map): New keystroke.
11320         (gnus-summary-reparent-children): Make into command.
11321
11322         * smiley.el (smiley-style): Default to `medium' if using a large
11323         font.
11324
11325         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11326         does it itself.
11327
11328         * message.el (message-point-in-header-p): Simplify definition.
11329
11330 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11331
11332         * nnagent.el (nnagent-request-set-mark): Silence log file
11333         writing.
11334         (nnagent-request-set-mark): Use write-region instead of
11335         append-to-file.
11336
11337         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11338         strange select method.
11339
11340         * ecomplete.el (ecomplete-display-matches): Get highlightling
11341         right.
11342         (ecomplete-display-matches): Use literals.
11343         (ecomplete-display-matches): Disable message logging.
11344
11345         * message.el (message-display-abbrev): Small optimization.
11346
11347         * ecomplete.el (ecomplete-display-matches): Allow automatic
11348         display.
11349
11350         * message.el (message-strip-forbidden-properties):
11351         Display abbrevs.
11352         (message-display-abbrev): Get automatic display right.
11353
11354         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11355         keystrokes.
11356
11357 2006-04-13  Romain Francoise  <romain@orebokech.com>
11358
11359         TODO: Backport to v5-10!
11360
11361         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11362         Move here (and rename) from gnus-registry.el.
11363
11364         * gnus-registry.el: Require gnus-util.
11365         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11366
11367 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11368
11369         * gnus-group.el (gnus-group-catchup-current):
11370         Change if-then-else-if-then-else into cond.
11371         (gnus-group-catchup): Indent.
11372         (group-name-at-point): New function.
11373         (gnus-fetch-group): Provide default from thing at point.
11374
11375 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11376
11377         * message.el (message-display-abbrev): Fix regexp.
11378
11379         * ecomplete.el (ecomplete-highlight-match-line):
11380         Reimplement choosing.
11381         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11382         dead variables.
11383
11384         * message.el (message-newline-and-indent): Remove debugging.
11385         (message-display-abbrev): Use new implementation.
11386
11387 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11388
11389         * gnus-art.el (gnus-article-mode):
11390         Set cursor-in-non-selected-windows to nil.
11391
11392         * smiley.el: Revert previous change.
11393         (smiley-data-directory): defvar it before using it in the
11394         defcustom of `smiley-style'.
11395
11396 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11397
11398         * message.el (message-newline-and-indent): New function.
11399
11400         * ecomplete.el: Implement more bits.
11401
11402         * message.el (message-put-addresses-in-ecomplete): Clean up the
11403         string.
11404
11405         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11406
11407         * gnus-sum.el (gnus-summary-save-parts):
11408         Bind gnus-summary-save-parts-counter and use it to make unique file
11409         names.
11410
11411         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11412
11413         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11414         parameter to say whether to actually parse the individual
11415         addresses.
11416
11417         * message.el (message-put-addresses-in-ecomplete): New function.
11418         (ecomplete): Require.
11419         (message-mail-alias-type): Add ecomplete as an option.
11420
11421 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11422
11423         * flow-fill.el (fill-flowed): Remove trailing space from blank
11424         quoted lines.
11425
11426 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11427
11428         * smiley.el (smiley-style): Move definition later to avoid a
11429         compilation warning.
11430
11431 2006-04-12  Kenichi Handa  <handa@m17n.org>
11432
11433         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11434         buffer and then decode the buffer text if necessary.
11435         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11436         first, and after mm-encode-body, change the buffer to unibyte.
11437         Use mm-disable-multibyte instead of set-buffer-multibyte.
11438
11439 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11440
11441         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11442         Content-Type header instead of Content-Disposition header.
11443         (gnus-mime-inline-part): Ditto.
11444         (gnus-mime-view-part-as-charset): Ignore charset that the part
11445         specifies.
11446
11447         * mm-decode.el (mm-display-part): Work with external parts and
11448         usual parts similarly.
11449
11450         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11451         instead of gnus-display-mime.
11452
11453         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11454         instead of with-temp-buffer.
11455
11456         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11457         tag to summarized topics part in order to encode non-ASCII text.
11458
11459 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11460
11461         * smiley.el (smiley-style): New variable.
11462         (smiley-directory): New function.
11463         (smiley-data-directory): Derive from `smiley-style' using
11464         `smiley-directory'.
11465         (smiley-regexp-alist): Add new entries.
11466
11467         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11468         (gnus-article-browse-delete-temp): Add :version.
11469
11470 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11471
11472         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11473         the sieve region.
11474
11475 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11476
11477         * gnus.el (gnus-version-number): Bump version.
11478
11479 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11480
11481         * gnus.el: No Gnus v0.4 is released.
11482
11483 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11484
11485         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11486         layout.
11487
11488         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11489         unknown charset.
11490
11491         * message.el (message-header-synonyms): Add Original-To to the
11492         default.
11493
11494         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11495         optional parameter.
11496
11497 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * gnus-fun.el (gnus): Require it for gnus-directory.
11500
11501 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11504
11505 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11506
11507         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11508
11509 2006-04-05  Simon Josefsson  <jas@extundo.com>
11510
11511         * password.el (password-reset): New function.
11512
11513 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11514
11515         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11516         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11517
11518 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11519
11520         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11521         Some whitespace was matched into the url, which broke browsing hits
11522         > 100 when mm-url-use-external was nil.
11523
11524 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11525
11526         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11527         Check gnus-extra-headers for 'Newsgroups.
11528
11529         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11530         bound.
11531
11532 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11533
11534         * pgg-gpg.el: Clean up process buffers every time gpg processes
11535         complete.
11536
11537 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11538
11539         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11540         doc string.
11541
11542 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11543
11544         * pgg-gpg.el (pgg-gpg-process-filter)
11545         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11546
11547         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11548         lines, temporary fix.
11549
11550 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11551
11552         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11553
11554 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11555
11556         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11557         default-enable-multibyte-characters.  This reverts the change from
11558         revision 6.17 which is no longer necessary because the passphrase
11559         is sent separately now.  GnuPG messages are unreadable under
11560         multibyte locales with default-enable-multibyte-characters set to
11561         nil.
11562
11563 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11564
11565         * message.el (message-tool-bar-gnome): Move "spell".
11566
11567 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11568
11569         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11570         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11571         instead.
11572
11573 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11574
11575         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11576         Improve newsgroups handling for NNTP overviews which don't include
11577         Newsgroups.
11578
11579 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11580
11581         * message.el (message-resend): Bind message-generate-hashcash to nil.
11582
11583 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11584
11585         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11586         when searching for already-paid recipients.
11587
11588 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11589
11590         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11591         passphrases when it is not needed.
11592         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11593         passphrase stuff from gpg, should only be necessary when you use
11594         gpg with a smartcard.
11595
11596 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * mml.el (mml-insert-mime): Ignore cached contents of
11599         message/external-body part.
11600
11601         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11602         (mm-insert-part): Ditto.
11603
11604 2006-03-23  Simon Josefsson  <jas@extundo.com>
11605
11606         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11607         Reiner.
11608         (pgg-gpg-use-agent-p): Use it again.
11609
11610 2006-03-23  Simon Josefsson  <jas@extundo.com>
11611
11612         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11613         older emacsen.
11614         (pgg-gpg-use-agent-p): Don't use it.
11615
11616 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11617
11618         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11619         if we can.
11620
11621 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11622
11623         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11624         (pgg-gpg-update-agent): New function.
11625         (pgg-gpg-use-agent-p): New function.
11626         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11627         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11628         (pgg-gpg-sign-region): Use it.
11629
11630 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11633         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11634
11635 2006-03-21  Simon Josefsson  <jas@extundo.com>
11636
11637         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11638         <wilde@sha-bang.de>.
11639         (pgg-gpg-use-agent): New variable.
11640         (pgg-gpg-process-region): Use it.
11641         (pgg-gpg-encrypt-region): Likewise.
11642         (pgg-gpg-encrypt-symmetric-region): Likewise.
11643         (pgg-gpg-decrypt-region): Likewise.
11644         (pgg-gpg-sign-region): Likewise.
11645         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11646
11647 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11648
11649         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11650
11651         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11652         Add comment on version.
11653
11654 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11655
11656         * smiley.el: Add missing test smiley.
11657
11658 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * mm-decode.el (mm-with-part): New macro.
11661         (mm-get-part): Use it; work with message/external-body as well.
11662         (mm-save-part): Treat name and filename equally.
11663
11664         * mm-extern.el (mm-extern-cache-contents): New function.
11665         (mm-inline-external-body): Use it; force the part to be displayed;
11666         move undisplayer added to the cached handle to the parent.
11667
11668         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11669         (gnus-mime-view-part-as-type): Work with message/external-body.
11670
11671         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11672
11673 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11674
11675         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11676         images in image-load-path.  [Sync with image.el, revision 1.60, in
11677         Emacs.]
11678
11679 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11680
11681         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11682         path rather than symbol.  Always return list of directories.
11683         Guarantee that image directory comes first.  [Sync with image.el,
11684         revision 1.59, in Emacs.]
11685
11686         * message.el (message-make-tool-bar): Adjust to new API of
11687         `gmm-image-load-path-for-library'.
11688
11689         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11690
11691         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11692
11693 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11694
11695         * gnus-art.el (gnus-article-only-boring-p):
11696         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11697         intangible text.
11698         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11699
11700 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11701
11702         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11703         Use `defun' instead of `gmm-defun-compat'.
11704
11705 2006-03-14  Simon Josefsson  <jas@extundo.com>
11706
11707         * message.el (message-unique-id): Don't use message-number-base36
11708         if (user-uid) is a float.
11709         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11710
11711 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11712
11713         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11714
11715         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11716         empty line between a part and a message part.
11717
11718 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11719
11720         * smiley.el: Add more test smileys.
11721         (smiley-data-directory, smiley-regexp-alist)
11722         (gnus-smiley-file-types): Fix doc strings.
11723         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11724         adding new elements.
11725         (smiley-mouse-map): Unused code.  Make it a comment.
11726
11727 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11730         scan latest NoCeM messages instead of old ones.
11731         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11732         delimiters that are recently used.
11733         (gnus-nocem-load-cache): Add autoload cookie.
11734
11735         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11736
11737         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11738         level which is larger than gnus-use-nocem is specified.
11739
11740         * gnus-group.el (gnus-group-get-new-news): Ditto.
11741
11742 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11743
11744         * gnus-util.el (gnus-tool-bar-update): New function.
11745
11746         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11747         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11748
11749         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11750
11751         * gnus-group.el (gnus-group-redraw-when-idle)
11752         (gnus-group-redraw-check): Remove.
11753         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11754
11755 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11756
11757         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11758         if optional last element is specified in splits (FIELD VALUE...).
11759
11760 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11761
11762         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11763         to gmm-image-load-path-for-library.  Call with no-error argument.
11764         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11765
11766         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11767
11768         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11769
11770         * gmm-utils.el (gmm-image-load-path): Remove alias.
11771
11772 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11773
11774         * gmm-utils.el (gmm-image-load-path): Add alias.
11775
11776         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11777         nnml-generate-nov-databases-1.
11778         (nnml-generate-nov-databases): Use it.
11779         (nnml-generate-nov-databases-directory): Document no-active
11780         argument.
11781
11782         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11783         directory if path is t.  Add no-error.
11784
11785         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11786         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11787
11788         * gnus-art.el (gnus-article-browse-delete-temp-files):
11789         Simplify resetting gnus-article-browse-html-temp-list.
11790
11791         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11792         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11793         Add example to docstring.  Rename local variables.  Move error
11794         checks to default case in cond and simplify.
11795
11796 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11797
11798         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11799         handle is multipart when calling it recursively.
11800         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11801
11802 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11803
11804         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11805         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11806
11807 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11810         is loaded.
11811
11812         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11813         loaded.
11814
11815 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11816
11817         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11818         to "Emacs 23 (unicode)" in doc string.
11819
11820         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11821         "Emacs 23 (unicode)" in comment.
11822
11823 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11826
11827         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11828         characters 160 through 255 in Emacs 23.
11829
11830 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11831
11832         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11833         gnus-article-browse-html-temp.
11834         (gnus-article-browse-delete-temp): Make it customizable.
11835         Add `file'.  Adjust doc string.
11836         (gnus-article-browse-delete-temp-files): Add argument.
11837         Allow query for each file.  Adjust doc string.
11838         (gnus-article-browse-html-parts):
11839         Add `gnus-article-browse-delete-temp-files' to
11840         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11841
11842 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11843
11844         * gnus-art.el (gnus-article-browse-html-temp)
11845         (gnus-article-browse-delete-temp): New variables.
11846         (gnus-article-browse-delete-temp-files): New function.
11847         (gnus-article-browse-html-parts): Use it.
11848
11849 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11850
11851         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11852
11853         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11854         string.
11855
11856         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11857         gnus-summary-insert-new-articles when unplugged.
11858         Remove gnus-summary-search-article-forward.
11859
11860         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11861         display-visual-class instead of display-color-cells.
11862
11863 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * dgnushack.el: Autoload customize-group for XEmacs.
11866
11867         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11868         message/* containing non-ASCII text properly.
11869
11870 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11871
11872         * message.el: Require gmm-utils, remove autoloads.
11873         (message-tool-bar): Set default based on
11874         gmm-tool-bar-style.
11875         (message-tool-bar-gnome): Add gmm-customize-mode.
11876
11877         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11878         gmm-tool-bar-style.
11879         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11880
11881         * gnus-group.el (gnus-group-tool-bar): Set default based on
11882         gmm-tool-bar-style.
11883         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11884
11885         * gmm-utils.el (gmm-image-directory): Rename variable from
11886         gmm-image-load-path.
11887         (gmm-image-load-path): Use gmm-image-directory.
11888         (gmm-customize-mode): New function.
11889         (gmm-tool-bar-style): New variable.
11890
11891         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11892         gnus-group-redraw-line-number.
11893         (gnus-group-redraw-check): Simplify.
11894         (gnus-group-tool-bar-update): Remove redraw check.
11895         (gnus-group-make-tool-bar): Add redraw check.
11896
11897 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11898
11899         * gnus-art.el (gnus-button): Add missing parentheses.
11900
11901 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * lpath.el: Fbind line-number-at-pos.
11904
11905 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11908
11909 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11910
11911         * gnus-art.el (gnus-button): New face.
11912         (gnus-article-button-face): Use it.
11913
11914         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11915         Add gnus-summary-next-page.  Re-order.
11916
11917         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11918         next-node are now included.
11919         (gnus-group-redraw-line-number): New internal variable.
11920         (gnus-group-redraw-check): Helper function for updating the tool
11921         bar.
11922         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11923
11924         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11925
11926         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11927         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11928         Use it to match format of Spamassassin 3.0 and later.
11929         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11930         (spam-check-bogofilter)
11931         (spam-bogofilter-register-with-bogofilter): Fix args of
11932         `gnus-error' calls.
11933
11934 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11935
11936         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11937         unnecessary interaction when sending queued mails.
11938         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11939
11940 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11941
11942         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11943         first or last are nil.
11944
11945 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11946
11947         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11948
11949 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11950
11951         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11952
11953 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11954
11955         * dns.el (query-dns): Protect more against buggy tcp output.
11956
11957 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11958
11959         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11960         nov.php.
11961
11962 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11963
11964         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11965         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11966         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11967         output on the server side.
11968         (nnweb-google-create-mapping): Update regexps and add some
11969         progress indication.
11970
11971 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11972
11973         * gnus-group.el (gnus-group-tool-bar-gnome):
11974         Fix gnus-agent-toggle-plugged.  Re-order icons.
11975         (gnus-group-tool-bar-gnome):
11976         Add gnus-group-{prev,next}-unread-group.
11977         (gnus-group-tool-bar-gnome): Re-order icons.
11978
11979         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11980         Move gnus-summary-insert-new-articles.
11981
11982         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11983         Fix comments.
11984
11985         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11986         also available in Emacs 21.3.
11987
11988         * message.el (message-fix-before-sending): Change "Emacs 22" to
11989         "Emacs 23 (unicode)" in comment.
11990
11991         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11992         "Emacs 23 (unicode)" in comment.
11993
11994         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11995         comment.
11996         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11997
11998         * mm-view.el (mm-fill-flowed): Add :version.
11999
12000 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12001
12002         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12003         and load-path.
12004
12005 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12006
12007         * message.el: Autoload gmm-image-load-path.
12008         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12009         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12010         consitency.
12011
12012         * gmm-utils.el (gmm-image-load-path): Also search in
12013         "../etc/images".  Don't set gmm-image-load-path if we don't find
12014         the image.
12015
12016 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * gmm-utils.el (gmm-image-load-path): Don't make
12019         `gmm-image-load-path' include subdirectories which the second arg
12020         `image' might specify.
12021
12022         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12023         subdirectory to icon file names.
12024
12025         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12026
12027 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12030         gmm-image-load-path calls.
12031
12032         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12033
12034         * message.el (message-make-tool-bar): Ditto.
12035
12036         * mml.el (mml-preview): Add comment concerning tool bar icons.
12037
12038         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12039         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12040
12041         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12042         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12043
12044         * message.el (message-tool-bar-gnome): Use new icon names.
12045         (message-make-tool-bar): Use `gmm-image-load-path'.
12046
12047         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12048         New functions from MH-E.
12049         (gmm-image-load-path): New variable from MH-E.
12050         (gmm-image-load-path): New function from MH-E.  Add arguments
12051         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12052         *-image-load-path-called-flag.
12053
12054 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12055
12056         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12057
12058 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12059
12060         * nnimap.el (nnimap-request-move-article): Change folder back to
12061         source group before deleting.
12062
12063 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12064
12065         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12066
12067         * gnus-art.el (mm-url-insert-file-contents-external):
12068         Autoload mm-url.
12069
12070         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12071
12072 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12075         coding system which mm-charset-to-coding-system returns for a
12076         given charset is valid.
12077
12078 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12079
12080         * html2text.el (html2text-remove-tag-list):
12081         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12082
12083 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12084
12085         * gnus-cus.el: Revert 2005-10-17 change.
12086
12087 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12088
12089         * gnus-art.el (article-strip-banner):
12090         Call article-really-strip-banner only when the regexp match is made.
12091
12092 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * gnus-art.el (article-strip-banner):
12095         Use gnus-extract-address-components instead of
12096         mail-header-parse-addresses to make it work with non-ASCII text;
12097         remove mail-encode-encoded-word-string.
12098
12099         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12100         values which are surrounded with \"...\"; make it never cause a
12101         Lisp error; give up parsing of parameters if it failed in
12102         extracting type.
12103
12104 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12105
12106         * smime.el (smime-cert-by-ldap-1): Fix bug where
12107         `smime-ldap-search' returns results without userCertificates.
12108
12109 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12110
12111         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12112
12113 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12114
12115         * spam.el (spam-check-spamassassin-headers): Adapt format for
12116         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12117         <ari@mbf.ocn.ne.jp>.
12118         (spam-list-of-processors): Add spam-use-gmane.
12119
12120 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12123         make-temp-file; make it work with XEmacs as well.
12124
12125         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12126         mm-make-temp-file.
12127
12128         * mm-decode.el (mm-display-external): Use the 3rd arg of
12129         mm-make-temp-file.
12130         (mm-create-image-xemacs): Ditto.
12131
12132 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12133
12134         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12135         with message-narrow-to-headers.
12136         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12137         (gnus-draft-check-draft-articles): New function.
12138         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12139
12140 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12141
12142         * gnus-art.el (gnus-article-browse-html-parts):
12143         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12144         Don't use suffix argument for mm-make-temp-file for Emacs 21
12145         compatibility.  Remove useless `format'.
12146
12147 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12148
12149         * nnweb.el (nnweb-google-wash-article): Update regexps.
12150         (nnweb-group-alist): Use defvoo instead of defvar.
12151
12152 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12153
12154         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12155         re-loading nn* modules.
12156
12157 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12158
12159         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12160         for `tool-bar-mode' and don't check it's default-value.
12161
12162         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12163
12164         * message.el (message-make-tool-bar): Ditto.
12165
12166         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12167         `substring'.  Shorten tmp-file name.
12168
12169         * gnus.el: Remove bogus comment.
12170
12171 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12172
12173         * gnus-art.el (gnus-article-browse-html-parts): New function.
12174         (gnus-article-browse-html-article): New function for viewing html
12175         articles with a browser.
12176
12177 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12178
12179         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12180         in elisp.
12181         (pgg-gpg-encrypt-symmetric-region): Ditto.
12182         (pgg-gpg-sign-region): Ditto.
12183
12184         * pgg-def.el (pgg-text-mode): New variable.
12185
12186         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12187         (mml2015-pgg-encrypt): Ditto.
12188
12189         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12190         (mml1991-pgg-encrypt): Ditto.
12191
12192 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12193
12194         * nnfolder.el (nnfolder-insert-newsgroup-line):
12195         Use message-make-date instead of current-time-string.
12196
12197         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12198         to gnus-decoded which mm-uu might set.
12199
12200 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12201
12202         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12203         don't decode quoted parameters; remove misimported Emacs code.
12204         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12205         (rfc2231-decode-encoded-string): Don't use split-string which
12206         behaves differently according to Emacs version; use
12207         mm-decode-coding-region to convert charset to coding-system.
12208         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12209         (rfc2231-encode-string): Remove misimported Emacs code.
12210
12211 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12214         when calling mail-header-parse-content-type.
12215         (article-de-quoted-unreadable): Ditto.
12216         (article-de-base64-unreadable): Ditto.
12217         (article-wash-html): Ditto.
12218
12219         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12220         calling mail-header-parse-content-type and
12221         mail-header-parse-content-disposition.
12222         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12223         mail-header-parse-content-type.
12224
12225         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12226         insert charset and format parameters; encode description after
12227         inserting it to buffer.
12228         (mml-insert-parameter): Fold lines properly even if a parameter is
12229         segmented into two or more lines; change the max column to 76.
12230
12231         * rfc1843.el (rfc1843-decode-article-body): Don't use
12232         ignore-errors when calling mail-header-parse-content-type.
12233
12234         * rfc2231.el (rfc2231-parse-string): Return at least type if
12235         possible; don't cause an error even if it fails in parsing of
12236         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12237         (rfc2231-encode-string): Don't break lines at the beginning, leave
12238         it to mml-insert-parameter.
12239
12240         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12241         calling mail-header-parse-content-type.
12242
12243 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12244
12245         * spam-report.el (spam-report-gmane-use-article-number):
12246         Improve doc string.
12247         (spam-report-gmane-internal): Check if a suitable header was found
12248         in the article.
12249
12250 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12251
12252         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12253         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12254
12255 2006-02-05  Romain Francoise  <romain@orebokech.com>
12256
12257         Update copyright notices of all files in the gnus directory.
12258
12259 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12260
12261         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12262
12263 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12264
12265         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12266         segmented lines of parameter value to cope with Thunderbird 1.5
12267         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12268         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12269         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12270
12271 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12272
12273         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12274         parts.
12275
12276 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12277
12278         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12279         there's only one active file for all servers.
12280         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12281         solid groups.  Gnus might have used a FAST request to select the group.
12282         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12283         and nnweb-search redundantly in the active file.
12284         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12285         (nnweb-request-create-group): Don't use ARGS.
12286         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12287         initialisations.  Let nnoo do the work.
12288
12289 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12290
12291         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12292         Say the part has been decoded.
12293
12294         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12295
12296 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12297
12298         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12299         mailcap-viewer-test-cache when there's no 'test clause, since that
12300         will invert the meaning of a "nil" test previously determined by
12301         mailcap-mailcap-entry-passes-test.
12302
12303 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12304
12305         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12306         compiling.
12307
12308         * gnus-sum.el: Ditto.
12309
12310         * message.el: Don't bind tool-bar-map when compiling.
12311
12312 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12313
12314         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12315
12316 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12317
12318         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12319         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12320         current Google Groups.
12321
12322 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12323
12324         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12325         and tool-bar-mode.
12326
12327         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12328         and tool-bar-mode.
12329
12330         * message.el (message-tool-bar-update): Simplify.
12331         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12332
12333         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12334         gnus-summary-buffer.
12335         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12336         gnus-summary-reply.
12337
12338         * gmm-utils.el (gmm): Add :version.
12339
12340 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * Makefile.in (clean): New rule.
12343         (distclean): Use it.
12344
12345 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12346
12347         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12348         Don't autoload.
12349
12350 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12351
12352         * gmm-utils.el (gmm-verbose): Add :group.
12353
12354 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12355
12356         * message.el: Change some comments WRT tool-bars.
12357
12358         * gnus-sum.el (gnus-summary-tool-bar)
12359         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12360         (gnus-summary-tool-bar-zap-list): New variables.
12361         (gnus-summary-make-tool-bar): Complete rewrite using
12362         `gmm-tool-bar-from-list'.
12363
12364         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12365         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12366         New variables.
12367         (gnus-group-make-tool-bar): Complete rewrite using
12368         `gmm-tool-bar-from-list'.
12369         (gnus-group-tool-bar-update): New function.
12370
12371         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12372
12373 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12376         is dissected into a single part of which the type is the same as
12377         the given one; decode charset.
12378
12379 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12380
12381         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12382         into alists as symbol not string, since that's what
12383         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12384         look for.
12385
12386 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12387
12388         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12389         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12390
12391         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12392
12393 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12394
12395         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12396         (gnus-xmas-mime-security-button-menu): New function.
12397
12398         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12399         (gnus-mime-security-button-menu): New definition.
12400         (gnus-mime-security-button-map): Use them.
12401         (gnus-mime-security-button-menu): New function.
12402         (gnus-insert-mime-security-button): Addition to help echo.
12403         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12404         (gnus-mime-security-pipe-part): New functions.
12405
12406         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12407         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12408
12409         * mm-decode.el (mm-handle-set-disposition): Remove.
12410         (mm-handle-set-description): Remove.
12411
12412 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12415         (mm-w3m-standalone-supports-m17n-p): New function.
12416         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12417         w3m usage.
12418
12419         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12420         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12421
12422 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12423
12424         * message.el (message-tool-bar-zap-list):
12425         Use gmm-tool-bar-zap-list as custom type.
12426         (message-tool-bar-update): New function.
12427         (message-tool-bar, message-tool-bar-gnome)
12428         (message-tool-bar-retro): Add message-tool-bar-update.
12429         (message-tool-bar-gnome): Add flyspell-buffer.
12430
12431         * gnus-util.el (gnus-error): Describe `args'.
12432
12433         * gmm-utils.el (gmm-error): Describe `args'.
12434         (gmm-tool-bar-zap-list): New widget.
12435         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12436
12437 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12440         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12441         the number of recursive calls.
12442
12443         * mm-decode.el (mm-handle-set-disposition): New macro.
12444         (mm-handle-set-description): New macro.
12445
12446 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12449         encoding.
12450
12451 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12452
12453         * message.el (message-tool-bar-zap-list, message-tool-bar)
12454         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12455         (message-tool-bar-local-item-from-menu): Remove.
12456         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12457         (message-make-tool-bar): New function.
12458         (message-mode): Use `message-make-tool-bar'.
12459
12460         * gmm-utils.el: New file.
12461         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12462         (gmm-lazy): New widget copied from `nnmail.el'.
12463         (gmm-tool-bar-from-list): New function for creating customizable
12464         tool bars.
12465         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12466         output.
12467         (gmm): Add :prefix to defgroup.
12468
12469 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12470
12471         * gmm-utils.el (gmm-widget-p): New function.
12472
12473 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12474
12475         * mml.el (mml-attach-file): Describe `description' in doc string.
12476         (mml-menu): Add Emacs MIME manual and PGG manual.
12477
12478 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12479
12480         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12481
12482 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12483
12484         * nntp.el (nntp-end-of-line): Doc fix.
12485
12486 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12487
12488         * imap.el (imap-open): Handle case where buffer is a buffer
12489         object.
12490
12491 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12492
12493         * gnus-delay.el (gnus-delay): Don't autoload.
12494         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12495         to be re-loaded when customizing the `gnus-delay' group.
12496
12497 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12498
12499         * message.el (message-insert-citation-line): Use newlines.
12500
12501 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12502
12503         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12504         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12505         these routines, so the passphrase can be managed externally and
12506         passed in to the system.
12507         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12508         pgg-add-passphrase-to-cache function.
12509
12510         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12511         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12512         these routines, so the passphrase can be managed externally and
12513         passed in to the system.
12514         (pgg-pgp5-sign-region): Use new name of
12515         pgg-add-passphrase-to-cache function.
12516
12517 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12518
12519         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12520         part of the decoded armor to find the key-identifier.
12521         (pgg-gpg-lookup-key-owner): New function to return the
12522         human-readable identifier of a key owner.
12523         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12524         itself.
12525         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12526         the key value) if we have a key and can match it against a secret
12527         key.  Also, added a note pointing out fact that the prompt only
12528         indicates the first matching key.
12529
12530         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12531         pgg-decrypt-region.
12532         (pgg-add-passphrase-to-cache): Rename from
12533         `pgg-add-passphrase-cache' to reduce confusion (all callers
12534         changed).
12535         (pgg-remove-passphrase-from-cache): Rename from
12536         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12537         changed).
12538         (pgg-read-passphrase, pgg-add-passphrase-cache)
12539         (pgg-remove-passphrase-cache): Add informative docstrings.
12540         (pgg-decrypt): Convey provided passphrase in subordinate call to
12541         pgg-decrypt-region.
12542
12543 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12544
12545         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12546         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12547         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12548         'passphrase' argument, so the passphrase can be managed externally
12549         and then passed in to the system.
12550
12551         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12552         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12553         so the passphrase cache can be used reliably with identifiers
12554         besides a pgp packet's key id.
12555
12556         * pgg-gpg.el (pgg-gpg-encrypt-region)
12557         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12558         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12559         these routines, so the passphrase can be managed externally and
12560         passed in to the system.
12561
12562         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12563         'notruncate' argument, so the passphrase cache can be used
12564         reliably with identifiers besides a pgp packet's key id.
12565
12566 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12567
12568         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12569         symmetric encryption.
12570         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12571         encrypted session key.
12572         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12573         message ask for the passphrase in a proper way.
12574
12575         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12576         New user commands for symmetric encryption.
12577
12578 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12579
12580         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12581
12582         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12583
12584 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12585
12586         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12587
12588 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12589
12590         * mm-decode.el (mm-inlined-types): Add application/pgp.
12591         (mm-automatic-display): Ditto.
12592
12593         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12594         part as text.
12595
12596 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * nnrss.el: Update copyright.
12599         (nnrss-opml-import): Query whether to subscribe to each entry.
12600
12601         * gnus-art.el:
12602         * gnus-sum.el:
12603         * gnus-xmas.el:
12604         * messagexmas.el:
12605         * mm-uu.el:
12606         * mm-view.el: Update copyright.
12607
12608 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12609
12610         * message.el (message-info): New function.
12611         (message-mode-menu): Add it.
12612         Update copyright.
12613
12614         * ChangeLog: Fix and update copyright.
12615
12616 2006-01-13  Romain Francoise  <romain@orebokech.com>
12617
12618         * message.el (message-forward-subject-name-subject): Prefer the
12619         address to 'nowhere' if the sender has no name.
12620         Fix typo.  Update copyright year.
12621
12622 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * gnus-art.el (article-wash-html):
12625         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12626         (gnus-article-wash-html-with-w3m-standalone): New function.
12627
12628         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12629         mm-inline-text-html-render-with-w3m-standalone.
12630         (mm-text-html-washer-alist): Map w3m-standalone to
12631         gnus-article-wash-html-with-w3m-standalone.
12632         (mm-inline-text-html-render-with-w3m-standalone): New function.
12633
12634 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12637         Improve LaTeX.
12638
12639 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12642         (nnrss-request-article): Render text/plain parts as HTML.
12643
12644         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12645         the buffer.
12646
12647 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12648
12649         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12650         custom definition of `gnus-posting-styles'.
12651
12652         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12653         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12654
12655 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12656
12657         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12658         Use nntp for bug archive.
12659
12660 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12663         parts.
12664         (nnrss-normalize-date): New function converts ISO 8601 date into
12665         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12666         (nnrss-check-group): Use it.
12667
12668 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12671
12672         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12673         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12674         (nnrss-insert-w3): Ditto.
12675
12676 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12677
12678         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12679         the articles to be forwarded including the case where neither a
12680         number of articles nor a region is specified.
12681
12682 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * nnrss.el (nnrss-request-article): Fix last change; fill
12685         text/plain parts.
12686
12687 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12688
12689         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12690         in text/plain part.
12691         (nnrss-check-group): Don't add excessive newline to dc:subject.
12692
12693 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12694
12695         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12696         article.
12697
12698 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12699
12700         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12701         (nnml-use-compressed-files, nnml-save-mail): Support other
12702         comression programs such as bzip2.
12703
12704 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12705
12706         * dns.el (query-dns): Make sure we check the buffer size before
12707         removing tcp headers.
12708
12709 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12710
12711         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12712         remove MIME buttons associated with multipart/alternative parts.
12713         (gnus-mime-display-alternative): Tag buttons using `article-type'
12714         text property.
12715
12716         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12717         associated with multipart/alternative parts.
12718
12719         * gnus-art.el (gnus-signature-separator): Fix custom type.
12720
12721         * mm-decode.el (mm-inlined-types): Fix custom type.
12722         (mm-keep-viewer-alive-types): Ditto.
12723         (mm-automatic-display): Ditto.
12724         (mm-attachment-override-types): Ditto.
12725         (mm-inline-override-types): Ditto.
12726         (mm-automatic-external-display): Ditto.
12727
12728 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12729
12730         * spam-report.el (spam-report-user-mail-address)
12731         (spam-report-user-agent): New variables.
12732         (spam-report-url-ping-plain): Use spam-report-user-agent.
12733
12734 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12735
12736         * gnus-art.el (gnus-button-handle-custom): Do not just use
12737         `customize-apropos' for any "M-x customize-*" button but the
12738         function called for.  Accept both the function name and its
12739         argument in order to achieve this.
12740         (gnus-button-alist): Remove support for "custom:" URL's.
12741         Pass function name to `gnus-button-handle-custom' in case of "M-x
12742         customize-*" buttons.
12743
12744 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12745
12746         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12747         multipart/alternative and add xref to mm-discouraged-alternatives
12748         in doc string.
12749
12750         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12751         gnus-buttonized-mime-types in doc string.
12752
12753 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12754
12755         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12756         Suggest image/.* in the doc string.
12757
12758 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12759
12760         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12761         message-marks (Debian bug #342521).
12762
12763 2005-12-12  Simon Josefsson  <jas@extundo.com>
12764
12765         * password.el (password-read-from-cache): Add.
12766         (password-read): Use it.
12767
12768 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12769
12770         * rfc2047.el (rfc2047-charset-to-coding-system):
12771         Recognize us-ascii as a MIME charset.
12772
12773         * mm-bodies.el (mm-decode-content-transfer-encoding):
12774         Protect against the case where the 2nd arg TYPE is nil.
12775
12776 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12777
12778         * pop3.el (pop3-stream-type): Fix custom version.
12779
12780         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12781
12782 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12783
12784         * mm-decode.el (mm-display-external): Add missing cdr.
12785
12786 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12787
12788         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12789         RFC1524) if it is in mailcap or add a suffix according to
12790         mailcap-mime-extensions when generating a temp filename; postpone
12791         deleting a temp file for 2 seconds for some wrappers, shell
12792         scripts, and so on, which might exit right after having started a
12793         viewer command as a background job.
12794
12795 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12796
12797         * nntp.el (nntp-marks-directory): Fix custom group.
12798
12799         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12800         steps when < 10.
12801
12802         * gnus-start.el (gnus-no-server-1):
12803         Mention `gnus-level-default-subscribed' in doc string.
12804
12805 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12806
12807         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12808         parens.
12809
12810 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * gnus-xmas.el (gnus-use-toolbar): Revert.
12813         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12814         gnus-use-toolbar is default.
12815
12816         * messagexmas.el (message-use-toolbar): Revert.
12817         (message-setup-toolbar): Use global default-toolbar if
12818         message-use-toolbar is default.
12819
12820 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12821
12822         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12823         according to default-toolbar-visible-p.
12824
12825         * messagexmas.el (message-use-toolbar): Ditto.
12826
12827 2005-11-26  Dave Love  <fx@gnu.org>
12828
12829         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12830         (tls-program, tls-success): Provide openssl alternative.
12831
12832         * starttls.el: Doc fixes.
12833         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12834         SERVICE to PORT.
12835
12836         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12837         port null or service name.
12838         (starttls-negotiate): Autoload.
12839
12840 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12841
12842         * message.el (message-kill-to-signature): Fix interactive spec.
12843
12844 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * pop3.el (pop3-open-server): Recognize a string as a service name.
12847
12848 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12849
12850         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12851
12852 2005-11-23  Dave Love  <fx@gnu.org>
12853
12854         Add pop3s, pop3/starttls.
12855
12856         * pop3.el (pop3-authentication-scheme): Clarify doc.
12857         (open-tls-stream, starttls-open-stream): Autoload.
12858         (pop3-stream-type): New.
12859         (pop3-open-server): Use it.
12860
12861         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12862         for POP.
12863         (mail-source-keyword-map): Add :stream for POP.
12864         (mail-source-fetch-pop): Use pop3-stream-type.
12865
12866 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12867
12868         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12869         of current-time-string.
12870
12871 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12872
12873         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12874         date header.
12875
12876 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12877
12878         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12879         it can seriously impact performance as it bypasses the agent's
12880         local caches.
12881
12882 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12883
12884         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12885         must be explicitly online rather than "not explicitly offline" for
12886         its flags to be synchronized.
12887
12888         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12889         that gnus-uu-unmark-thread will function correctly.
12890
12891         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12892         1024K is instead displayed as 1M.
12893
12894 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12895
12896         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12897
12898 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12899
12900         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12901
12902 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12903
12904         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12905         error message to display actual error condition.
12906         (gnus-agent-save-local): Avoid saving symbols that are bound to
12907         nil as they simply result in a warning message in
12908         gnus-agent-read-local.
12909
12910 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12911
12912         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12913         rather than make-variable-buffer-local for file-precious-flag.
12914
12915 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12916
12917         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12918         for duplicates which are removed.  The invalid sort check then
12919         triggers a rescan after the sort as sorting may have moved
12920         duplicate entries such that they can be cheaply detected.
12921
12922 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12923
12924         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12925
12926 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12927
12928         * gnus-agent.el (gnus-agent-article-alist-save-format):
12929         Change internal variable to a custom variable.  Change default value
12930         from compressed(2) to uncompressed(1).
12931         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12932         support for uncompressed agentview files.  Taken together, reading
12933         the agentview file should now be 6-7 times faster.
12934
12935 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12936
12937         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12938         as a buffer-local variable.  This avoids creating truncated
12939         dribble files as a result of a hang up, eg.
12940
12941 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12942
12943         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12944         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12945         XEmacs.
12946
12947 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12948
12949         * gnus-start.el (gnus-start-draft-setup):
12950         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12951
12952         * gnus.el (gnus-splash): Change custom group.
12953         (gnus-group-get-parameter, gnus-group-parameter-value):
12954         Describe allow-list argument.
12955
12956         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12957         string.
12958
12959 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12960
12961         * gnus-art.el (gnus-default-article-saver): Add user-defined
12962         `function' to custom type.
12963
12964 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12965
12966         * imap.el (imap-open): Handle case where buffer is a buffer
12967         object.
12968
12969 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12970
12971         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12972         long lines.
12973         (gnus-cache-delete-group): Wrap doc strings.
12974
12975         * gnus-agent.el (gnus-agent-rename-group)
12976         (gnus-agent-delete-group): Wrap doc strings.
12977
12978 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12979
12980         * messagexmas.el (message-use-toolbar): Change the valid values
12981         into default, top, bottom, left, and right.
12982         (message-toolbar-thickness): New variable.
12983         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12984         well.
12985         (message-setup-toolbar): Make it work.
12986
12987         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12988         (gnus-use-toolbar): Change the valid values into default, top,
12989         bottom, left, and right.
12990         (gnus-toolbar-thickness): New variable.
12991         (gnus-xmas-setup-toolbar): New function.
12992         (gnus-xmas-setup-group-toolbar): Use it.
12993         (gnus-xmas-setup-summary-toolbar): Use it.
12994
12995 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12996
12997         * gnus-start.el (gnus-1): Add "native" to
12998         gnus-predefined-server-alist.
12999
13000         * gnus.el (gnus-method-to-server): Don't add "native" to the
13001         lists here, because that leads to problems when
13002         gnus-select-method is bound.
13003
13004 2005-11-09  Simon Josefsson  <jas@extundo.com>
13005
13006         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13007         use (not sort-by-date) instead.
13008
13009 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13010
13011         * gnus-delay.el (gnus-delay-group): Don't autoload.
13012         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13013         to be re-loaded when customizing the `gnus-delay' group.
13014
13015 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13016
13017         * message.el: Revert last changes.
13018         (message-insert-citation-line): Use newlines.
13019
13020 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13021
13022         * message.el (message-courtesy-message)
13023         (message-mark-insert-begin, message-mark-insert-end)
13024         (message-elide-ellipsis, message-cancel-message)
13025         (message-add-header, message-change-subject)
13026         (message-cross-post-followup-to-header)
13027         (message-cross-post-insert-note, message-reduce-to-to-cc)
13028         (message-widen-reply, message-delete-not-region)
13029         (message-kill-to-signature, message-insert-signature)
13030         (message-insert-importance-high, message-insert-importance-low)
13031         (message-insert-or-toggle-importance)
13032         (message-insert-disposition-notification-to)
13033         (message-indent-citation, message-yank-original)
13034         (message-cite-original-without-signature, message-cite-original)
13035         (message-insert-citation-line, message-position-on-field)
13036         (message-fix-before-sending, message-send-mail-partially)
13037         (message-send-mail, message-send-mail-with-sendmail)
13038         (message-send-mail-with-qmail, message-send-news)
13039         (message-check-news-header-syntax, message-generate-headers)
13040         (message-insert-courtesy-copy, message-fill-address)
13041         (message-fill-header, message-shorten-references)
13042         (message-setup-1, message-cancel-news)
13043         (message-forward-make-body-plain, message-forward-make-body-mime)
13044         (message-forward-make-body-mml, message-encode-message-body)
13045         (message-forward-make-body-digest-plain)
13046         (message-forward-make-body-digest-mime)
13047         (message-use-alternative-email-as-from): Insert `hard-newline'
13048         instead of ordinary newlines.
13049
13050 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * message.el (message-generate-headers): Downcase the argument
13053         given to message-check-element.
13054
13055 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13056
13057         * nntp.el (nntp-authinfo-rejected): New error condition.
13058         (nntp-wait-for): Use new error condition to signal authentication
13059         error.
13060         (nntp-retrieve-data): Rethrow new error condition to break out of
13061         recursive call to nntp-send-authinfo.
13062
13063 2005-11-08  Romain Francoise  <romain@orebokech.com>
13064
13065         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13066         (gnus-summary-exit-map): Bind to `Z p'.
13067         (gnus-summary-make-menu-bar): Add menu item.
13068
13069 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13070
13071         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13072         (gnus-treat-*): Add `first' in all doc strings.
13073
13074         * gnus-group.el (gnus-group-compact-group): Fix typo.
13075
13076 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13077
13078         * gnus.el (gnus-parameters-case-fold-search): New variable.
13079         (gnus-parameters-get-parameter): Use it.
13080
13081         * gnus-score.el (gnus-home-score-file): Doc fix.
13082
13083 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13084
13085         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13086
13087 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * mm-util.el (mm-special-display-p): New function.
13090
13091         * mml.el (mml-preview): Use it; doc fix.
13092
13093 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13094
13095         * imap.el (imap-open): Handle case where buffer is a buffer object.
13096
13097 2005-10-29  Romain Francoise  <romain@orebokech.com>
13098
13099         * message.el (message-fix-before-sending): Fix comment.
13100
13101 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13102
13103         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13104
13105 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13106
13107         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13108         Used in gnus-score.el.
13109
13110 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13111
13112         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13113
13114 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13115
13116         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13117         whitespace removed in revision 7.8.  Use concatenated string to
13118         protect trailing whitespace.
13119
13120 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13121
13122         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13123         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13124         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13125         Courier IMAP ("some version from 2004").  Mostly based on similar
13126         code in the same function.
13127
13128 2005-10-26  Didier Verna  <didier@xemacs.org>
13129
13130         * gnus-group.el (gnus-group-compact-group): Invalidate original
13131         article buffer.
13132         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13133         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13134         NOV database and in article itself.
13135         Invalidate article backlog.
13136
13137 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13138
13139         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13140
13141 2005-10-26  Simon Josefsson  <jas@extundo.com>
13142
13143         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13144         part of 2004-07-25 change.
13145
13146 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * message.el (message-display-completion-list): New function.
13149         (message-expand-group): Use it; make sure the Completions buffer
13150         is modifiable.
13151 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13152
13153         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13154         user-mail-name is an empty string.
13155
13156 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13157
13158         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13159         depending on gnus-score-decay-constant.
13160
13161         * encrypt.el (encrypt-insert-file-contents)
13162         (encrypt-write-file-contents): Don't use `gnus-message'.
13163
13164         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13165         arguments.
13166         (mm-uu-type-alist): Add message-marks and insert-marks.
13167         Pass arguments to mm-uu-verbatim-marks-extract.
13168         (mm-uu-hide-markers): New variable.
13169         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13170
13171         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13172         (gnus-convert-image-to-face-command): Use "convert" by default to
13173         allow other input image formats.
13174         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13175         accordingly.
13176
13177 2005-10-23  Simon Josefsson  <jas@extundo.com>
13178
13179         * imap.el (imap-gssapi-program): Align command line parameters
13180         with latest GNU SASL.
13181         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13182
13183 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13184
13185         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13186         HTML.
13187         (nnslashdot-request-article): Ditto.
13188
13189         * lpath.el (featurep): Add nobreak-char-display.
13190
13191 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13192
13193         * mail-source.el (mail-source-fetch-pop): Require pop3.
13194         (mail-source-check-pop): Ditto.
13195
13196 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13197
13198         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13199         errors.
13200
13201 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13202
13203         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13204         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13205
13206         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13207
13208         * mm-bodies.el (mm-decode-string):
13209         Call `mm-charset-to-coding-system' with allow-override argument.
13210
13211 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13214         (rfc2047-charset-to-coding-system): New function.
13215         (rfc2047-decode-encoded-words): New function.
13216         (rfc2047-decode-region): Use them.
13217         (rfc2047-decode-cte): Remove.
13218         (rfc2047-parse-and-decode): Remove.
13219         (rfc2047-decode): Remove.
13220
13221 2005-10-15  Kenichi Handa  <handa@m17n.org>
13222
13223         * rfc2047.el (rfc2047-decode-cte): New function.
13224         (rfc2047-decode-region): Change the way to decode successive
13225         encoded-words: decode B- or Q-encoding in each encoded-word,
13226         concatenate them, and decode it as charset.
13227
13228 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13229
13230         * lpath.el: Fbind codepage-setup for XEmacs.
13231
13232 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13233
13234         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13235         widget-move-and-invoke.
13236         (gnus-custom-mode): Use gnus-custom-map.
13237
13238 2005-10-15  Bill Wohler  <wohler@newt.com>
13239
13240         * message.el (message-tool-bar-map): Rename image file from
13241         mail_send to mail/send.
13242
13243 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13244
13245         * message.el (message-expand-group): Pass the common
13246         prefix substring of completion to `display-completion-list'.
13247
13248 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13249
13250         * mml-sec.el (mml-secure-method): New internal variable.
13251         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13252         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13253         New functions using mml-secure-method.
13254
13255         * mml.el (mml-mode-map): Add key bindings for those functions.
13256         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13257         Harder <harder@myrealbox.com>.
13258         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13259         Goto end of message if point is the headers of the message.
13260
13261         * message.el (message-in-body-p): New function.
13262
13263         * assistant.el: Autoload gnus-util and netrc.
13264
13265         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13266         Use `mm-charset-override-alist' only when decoding.
13267
13268         * mm-bodies.el (mm-decode-body):
13269         Call `mm-charset-to-coding-system' with allow-override argument.
13270
13271         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13272         `filename' from Content-Disposition if Content-Type doesn't
13273         provide `name'.
13274         (gnus-mime-view-part-as-type): Set default instead of
13275         initial-input.
13276
13277 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13278
13279         * format-spec.el (format-spec): Propagate text properties of % spec.
13280
13281 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13282
13283         * gnus-art.el (gnus-treat-predicate): Add `first'.
13284
13285 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13286
13287         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13288         (mm-charset-override-alist): New variable.
13289         (mm-charset-to-coding-system): Use it.
13290         (mm-codepage-setup): New helper function.
13291         (mm-charset-eval-alist): New variable.
13292         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13293         Warn about unknown charsets.
13294
13295         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13296
13297 2005-10-04  David Hansen  <david.hansen@gmx.net>
13298
13299         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13300         (nnrss-check-group): Ditto.
13301
13302 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13303
13304         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13305         Rename x-gnus-verbatim to x-verbatim.
13306         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13307
13308         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13309         x-verbatim.
13310
13311         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13312
13313         * gnus-util.el (gnus-remove-duplicates): Remove.
13314
13315         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13316         instead of gnus-remove-duplicates.
13317
13318         * message.el (message-remove-duplicates): Remove.
13319         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13320         message-remove-duplicates.
13321
13322         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13323         available, else use implementation from `delete-dups'.
13324
13325         * message.el (message-insert-expires): New function.
13326         (message-mode-map): Add key binding.
13327         (message-mode-field-menu): Add menu entry.
13328         (message-mode): Document it.
13329         (message-make-expires-date): Use `message-make-date'.
13330
13331 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13332
13333         * message.el (message-make-expires-date): New function.
13334
13335 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * Makefile.in (list-installed-shadows): New entry.
13338         (install): Use it.
13339         (remove-installed-shadows): New entry.
13340
13341         * dgnushack.el (dgnushack-default-load-path): New variable.
13342         (dgnushack-find-lisp-shadows): New function.
13343         (dgnushack-remove-lisp-shadows): New function.
13344
13345 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13346
13347         * Makefile.in (install-el-elc): New entry.
13348         (install): Use it so that .el files are necessarily installed.
13349
13350 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13353
13354 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13355
13356         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13357         function rather than the diff-mode.el package.
13358         (mm-display-external): Use with-current-buffer.
13359         (mm-viewer-completion-map, mm-viewer-completion-map):
13360         Move initialization inside declaration.
13361
13362 2005-09-29  Simon Josefsson  <jas@extundo.com>
13363
13364         * spam.el: Load hashcash when compiling, to avoid warnings.
13365         Don't autoload mail-check-payment.
13366         (spam-check-hashcash): Define unconditionally, since hashcash.el
13367         is part of Gnus now.  Ignore errors from payment checking.
13368
13369 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13370
13371         * message.el (message-bold-region, message-unbold-region):
13372         Rename from `bold-region' and `unbold-region'.
13373
13374         * message.el: Remove useless autoloads.
13375
13376 2005-09-28  Simon Josefsson  <jas@extundo.com>
13377
13378         * message.el (message-use-idna): Default to t.
13379         (message-use-idna): Test whether encoding works too.  Doc fix.
13380
13381 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * nntp.el (nntp-warn-about-losing-connection): Remove.
13384
13385 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13386
13387         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13388         customizable.  Change default value.
13389         (mm-uu-diff-groups-regexp): Change default value.
13390         (mm-uu-type-alist): Add doc string.
13391         (mm-uu-configure): Add doc string.  Make it interactive.
13392         (mm-uu-tex-groups-regexp): New variable.
13393         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13394         (mm-uu-type-alist): Add LaTeX documents.
13395         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13396         of "text/verbatim".
13397         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13398
13399         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13400         instead of "text/verbatim".
13401
13402         * message.el (message-mark-inserted-region)
13403         (message-mark-insert-file): Use slrn style marks when called with
13404         prefix argument.
13405
13406 2005-09-27  Simon Josefsson  <jas@extundo.com>
13407
13408         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13409
13410 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13411
13412         * message.el (message-remove-duplicates): New function.
13413         Implementation borrowed from `gnus-remove-duplicates'.
13414         (message-idna-to-ascii-rhs): Also encode idna addresses in
13415         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13416         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13417         only ask about the same idna domain once per header and also tell
13418         in what header to replace the idna domain.
13419
13420         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13421         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13422         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13423         a header is decoded and not just the last one.
13424
13425 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13426
13427         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13428         has been decoded.
13429
13430         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13431         (mm-insert-part): Don't modify text if it has been decoded.
13432
13433         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13434         decoded.
13435
13436         * mm-view.el (mm-inline-text): Don't strip text props unless
13437         decoding enriched or richtext parts.
13438
13439 2005-09-25  Romain Francoise  <romain@orebokech.com>
13440
13441         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13442         * gnus-start.el (gnus-subscribe-interactively):
13443         * gnus-uu.el (gnus-uu-grab-articles):
13444         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13445         space.
13446
13447 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13448
13449         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13450         * mm-view.el (mm-view-pkcs7-decrypt):
13451         * gnus-sum.el (gnus-summary-limit-to-extra)
13452         (gnus-summary-respool-article, gnus-read-move-group-name):
13453         * gnus-score.el (gnus-summary-increase-score):
13454         * gnus-util.el (gnus-completing-read-with-default):
13455         * gnus-art.el (gnus-read-save-file-name)
13456         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13457         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13458         * message.el (message-check-news-header-syntax):
13459         Follow convention for reading with the minibuffer.
13460
13461 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13462
13463         * spam-report.el (spam-report-url-ping-plain):
13464         Use gnus-extended-version as User-Agent.
13465
13466         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13467         default value is nil.
13468
13469         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13470         (mm-uu-verbatim-marks-extract): New function.
13471         (mm-uu-extract): New face.
13472         (mm-uu-copy-to-buffer): Use it.
13473
13474         * spam-report.el (spam-report-gmane-ham): Rename from
13475         `spam-report-gmane-unspam'.
13476         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13477         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13478
13479         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13480         Autoload.
13481         (spam-report-gmane-unregister-routine):
13482         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13483
13484 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13485
13486         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13487         (spam-report-gmane-unregister-routine): Add support for gmane
13488         unregistration.
13489
13490         * spam-report.el (spam-report-gmane-unspam)
13491         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13492         (spam-report-gmane): Change to take a single article and do unspam
13493         registration.
13494
13495 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13496
13497         * mm-url.el (mm-url-decode-entities): Fix regexp.
13498
13499 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13500
13501         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13502         default to nil, to be able to use Gnus at all.  If the default
13503         switches to something else, then the function should be fixed not
13504         be exceedingly slow.
13505
13506 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13507
13508         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13509         fail hard.
13510
13511         * spam-report.el: Add better Keywords line.
13512
13513         * spam.el: Add Maintainer and better Keywords line.
13514
13515 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13516
13517         * gnus-art.el (gnus-article-replace-part)
13518         (gnus-mime-replace-part): New functions.
13519         (gnus-mime-action-alist, gnus-mime-button-commands)
13520         (gnus-mime-save-part-and-strip): Add file argument.
13521         (gnus-article-part-wrapper): Add interactive argument.
13522
13523         * gnus-sum.el (gnus-summary-mime-map):
13524         Add `gnus-article-replace-part'.
13525
13526 2005-09-19  Didier Verna  <didier@xemacs.org>
13527
13528         The nnml compaction feature:
13529         * nnml.el (nnml-request-compact-group): New function.
13530         * nnml.el (nnml-request-compact): New function.
13531         * gnus-int.el (gnus-request-compact-group): New function.
13532         * gnus-int.el (gnus-request-compact): New function.
13533         * gnus-group.el (gnus-group-compact-group): New function.
13534         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13535         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13536         * gnus-srvr.el (gnus-server-compact-server): New function.
13537         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13538         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13539
13540 2005-09-18  Deepak Goel  <deego@gnufans.org>
13541
13542         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13543         format spec.
13544
13545 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13548
13549 2005-09-15  Romain Francoise  <romain@orebokech.com>
13550
13551         * message.el (message-fill-paragraph): Clarify docstring.
13552
13553 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * gnus-art.el (gnus-mime-display-part): Protect against broken
13556         MIME messages.
13557
13558 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13561         before parsing header.
13562
13563 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13564
13565         * html2text.el (html2text-replace-list): Add new entities.
13566
13567 2005-09-11  Romain Francoise  <romain@orebokech.com>
13568
13569         * message.el (message-alternative-emails): Improve docstring.
13570         (message-setup-1): Call `message-use-alternative-email-as-from'
13571         after `message-setup-hook' to give it precedence over posting
13572         styles, etc.
13573         (message-use-alternative-email-as-from): Add docstring.
13574         Remove the original From header if present.
13575
13576         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13577         (nnml-save-mail): Use it.
13578
13579         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13580         articles.  Add new argument `silent'.
13581         (gnus-uu-mark-all): Report the total number of marked articles.
13582
13583 2005-09-10  Romain Francoise  <romain@orebokech.com>
13584
13585         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13586         (gnus-uu-mark-series): Likewise.
13587
13588 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13589
13590         * spam-report.el (spam-report-gmane): Fix generation of spam
13591         report URL.
13592
13593 2005-09-10  Simon Josefsson  <jas@extundo.com>
13594
13595         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13596         t, based on discussion on the ding list with Robert Epprecht
13597         <epprecht@solnet.ch>.
13598
13599 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13600
13601         * spam-report.el (spam-report-gmane): Make it work without
13602         X-Report-Spam header.  Gmane now only provides Archived-At.
13603         This is only used if `spam-report-gmane-use-article-number' is nil.
13604         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13605
13606         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13607         make `gnus-summary-sort-by-recipient' work with threading.
13608
13609         * nnweb.el (nnweb-google-wash-article): Print a message if article
13610         is not available.
13611
13612 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13613
13614         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13615         change.  Decode text/* parts content before displaying.
13616
13617 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13618
13619         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13620
13621 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13624
13625         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13626         url-package-name, url-package-version,
13627         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13628         w3m-display-inline-images, and w3m-minor-mode-map.
13629
13630 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13631
13632         * message.el (message-tab-body-function): Fix mismatched custom type.
13633
13634         * gnus.el (gnus-group-change-level-function): Ditto.
13635
13636         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13637
13638         * gnus-art.el (gnus-signature-limit)
13639         (gnus-article-mime-part-function): Ditto.
13640
13641 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13642
13643         * mml.el (mml-mode): Silence the byte compiler.
13644
13645         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13646         using `(sit-for 0)' before moving the point to the specified part;
13647         skip unbuttonized parts.
13648         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13649         return to the summary window if gnus-auto-select-part is non-nil.
13650
13651 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13652
13653         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13654         New variables.
13655         (mml-dnd-attach-file, mml-mode): Use them.
13656
13657         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13658         Make fetching article by MID work again for Google Groups.
13659         Add FIXME concerning gnus-group-make-web-group.
13660
13661         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13662         Don't depend on Gnus by using mail-extract-address-components if
13663         gnus-extract-address-components is not bound.
13664
13665 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13666
13667         * gnus-art.el (gnus-mime-display-security): Don't display the
13668         signature, but only the signed part.
13669
13670 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13671
13672         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13673
13674         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13675         list, not listp.
13676
13677 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13678
13679         * mm-encode.el (mm-encode-content-transfer-encoding):
13680         Likewise when encoding.
13681
13682         * mm-bodies.el (mm-decode-content-transfer-encoding):
13683         De-canonicalize CRLF for all text content types, not just
13684         text/plain.
13685
13686 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13687
13688         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13689         valid article; point arrow and cursor at the MIME button.
13690
13691 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13694         Suggested by Dan Christensen <jdc@uwo.ca>.
13695
13696         * mm-decode.el (mm-save-part): Enable change of prompt.
13697
13698 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13699
13700         * gnus-msg.el (gnus-inews-add-send-actions):
13701         Make `message-post-method' lambda parameter ARG `&optional'.
13702
13703 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13704
13705         * gnus-sum.el (gnus-summary-mime-map):
13706         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13707         gnus-article-jump-to-part.
13708
13709         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13710         (gnus-article-edit-part): Use it.
13711         (gnus-article-part-wrapper): Add no-handle argument.
13712         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13713         New functions.
13714
13715 2005-08-29  Romain Francoise  <romain@orebokech.com>
13716
13717         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13718         docstring.
13719         (gnus-face-from-file): Likewise.
13720
13721 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13722
13723         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13724         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13725         non-nil.
13726         (gnus-auto-select-part): New variable.
13727         (gnus-article-jump-to-part): New function.
13728         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13729         (gnus-mime-delete-part): Allow selecting specified part after
13730         deleting or stripping parts.
13731         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13732         part if argument is bogus.
13733
13734 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13735
13736         * gnus-art.el (w3m-minor-mode-map):
13737         * gnus-spec.el (gnus-newsrc-file-version):
13738         * gnus-util.el (nnmail-active-file-coding-system)
13739         (gnus-original-article-buffer, gnus-user-agent):
13740         * gnus.el (gnus-ham-process-destinations)
13741         (gnus-parameter-ham-marks-alist)
13742         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13743         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13744         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13745         * mm-decode.el (gnus-current-window-configuration):
13746         * mm-extern.el (gnus-article-mime-handles):
13747         * mm-url.el (url-current-object, url-package-name)
13748         (url-package-version):
13749         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13750         (smime-keys, w3m-cid-retrieve-function-alist)
13751         (w3m-current-buffer, w3m-display-inline-images)
13752         (w3m-minor-mode-map):
13753         * mml-smime.el (gnus-extract-address-components):
13754         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13755         (gnus-newsrc-hashtb, message-default-charset)
13756         (message-deletable-headers, message-options)
13757         (message-posting-charset, message-required-mail-headers)
13758         (message-required-news-headers):
13759         * mml1991.el (mc-pgp-always-sign):
13760         * mml2015.el (mc-pgp-always-sign):
13761         * nnheader.el (nnmail-extra-headers):
13762         * rfc1843.el (gnus-decode-encoded-word-function)
13763         (gnus-decode-header-function, gnus-newsgroup-name):
13764         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13765
13766 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13767
13768         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13769         the end of the date treatments.
13770
13771 2005-08-15  Simon Josefsson  <jas@extundo.com>
13772
13773         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13774         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13775         Capello and Romain Francoise.
13776         (pgg-fetch-key-function): Remove, not used?
13777         (pgg-insert-url-with-w3): Require url, to get
13778         url-insert-file-contents regardless of where it is defined.
13779
13780 2005-08-13  Romain Francoise  <romain@orebokech.com>
13781
13782         * message.el (message-cite-original-1): New function.
13783         (message-cite-original): Use it.
13784         (message-cite-original-without-signature): Ditto.
13785
13786 2005-08-08  Romain Francoise  <romain@orebokech.com>
13787
13788         * message.el (message-yank-empty-prefix): New variable.
13789         (message-indent-citation): Use it.
13790         (message-cite-original-without-signature): Respect X-No-Archive.
13791
13792 2005-08-08  Simon Josefsson  <jas@extundo.com>
13793
13794         * pgg.el: Autoload url-insert-file-contents instead of loading
13795         w3/url.
13796         (pgg-insert-url-with-w3): Don't load url here.
13797
13798 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13799
13800         * message.el (message-kill-to-signature): Don't insert newline at
13801         bol.
13802         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13803
13804 2005-08-06  Romain Francoise  <romain@orebokech.com>
13805
13806         * message.el (message-user-fqdn): Fix typo in docstring.
13807
13808 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13809
13810         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13811
13812         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13813
13814 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13815
13816         * mm-bodies.el (mm-encode-body): Use coding system rather than
13817         charset to encode text.
13818
13819         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13820         number of charsets if utf-8 is available (XEmacs).
13821
13822 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13823
13824         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13825         taken from `gnus-button-mid-or-mail-regexp'.
13826         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13827         (gnus-button-alist): Improve regexp for domain part of the MIDs
13828         for news:localpart@domain buttons.
13829         (gnus-button-ctan-directory-regexp): Update.
13830
13831 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13832
13833         * sieve-manage.el (sieve-manage-interactive-login):
13834         Use make-local-variable rather than make-variable-buffer-local.
13835         (sieve-manage-open): Ditto.
13836         (sieve-manage-authenticate): Ditto.
13837
13838         * mml.el (mml-generate-mime-1): Make the content type default to
13839         text/plain if the filename is not specified.
13840
13841 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13844         instead of insert-buffer.
13845
13846         * message.el (message-yank-original): Ditto; set the mark at the
13847         end of the yanked message.
13848
13849 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13850
13851         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13852         lines to scroll rather than to stop it.
13853
13854         * mml.el (mml-generate-default-type): Add doc string.
13855         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13856         default to application/octet-stream when determining the content
13857         type if it is not specified for the part or the mml contents; add
13858         a comment about mml-generate-default-type.
13859
13860 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13861
13862         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13863         make it default to application/octet-stream when determining the
13864         content type if it is not specified for the external contents.
13865
13866 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13867
13868         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13869         segmented parameter but also other parameters might be there.
13870
13871 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13872
13873         * mm-decode.el (mm-display-external): Delete temp file, directory
13874         and buffer immediately if the external process is exited.
13875
13876 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13877
13878         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13879         fewer lines than that of scroll-margin.
13880         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13881
13882 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13883
13884         * gnus-art.el (gnus-article-next-page): Revert.
13885         (gnus-article-beginning-of-window): New macro.
13886         (gnus-article-next-page-1): Use it.
13887         (gnus-article-prev-page): Ditto.
13888         (gnus-article-edit-part): Use insert-buffer-substring instead of
13889         insert-buffer.
13890         (gnus-article-edit-exit): Ditto.
13891
13892         * gnus-util.el (gnus-beginning-of-window): Remove.
13893         (gnus-end-of-window): Remove.
13894
13895         * lpath.el: Don't bind header-line-format and scroll-margin.
13896
13897 2005-07-25  Simon Josefsson  <jas@extundo.com>
13898
13899         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13900         to have the url package without w3.  Reported by Daiki Ueno
13901         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13902
13903 2005-07-20  Didier Verna  <didier@xemacs.org>
13904
13905         * gnus-diary.el: Remove the description comment (nndiary is now
13906         properly documented in the Gnus manual).
13907         Fix the spelling of "Back End".
13908         * nndiary.el: Ditto.
13909         Fix the copyright notice.
13910
13911 2005-07-18  Romain Francoise  <romain@orebokech.com>
13912
13913         * gnus-sum.el (gnus-summary-to-prefix)
13914         (gnus-summary-newsgroup-prefix): New variables.
13915         (gnus-summary-from-or-to-or-newsgroups): Use them.
13916
13917 2005-07-17  Romain Francoise  <romain@orebokech.com>
13918
13919         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13920         space as it's generally not especially interesting to the user.
13921
13922 2005-07-16  Romain Francoise  <romain@orebokech.com>
13923
13924         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13925         nil to avoid prompting and file modification if one of the
13926         messages at the top of the nnfolder file contains a copyright
13927         notice.
13928         Update copyright notice.
13929
13930         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13931         instead of `current-time-string' as the latter creates a time
13932         string that is not RFC 2822 compliant (it lacks the zone).
13933         Update copyright notice.
13934
13935 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13936
13937         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13938         for text/rtf.  Display default in prompt.  Pass default for M-n.
13939
13940         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13941
13942 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13943
13944         * gnus-msg.el (gnus-button-mailto):
13945         Remove save-selected-window-window hackery because it relies on
13946         save-selected-window internals.
13947
13948 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13951         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13952         (gnus-article-prev-page): Ditto.
13953
13954         * gnus-util.el (gnus-beginning-of-window): New function.
13955         (gnus-end-of-window): New function.
13956
13957         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13958
13959 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13960
13961         * gnus-score.el (gnus-score-edit-all-score):
13962         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13963         gnus-message.
13964
13965 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13966
13967         * gnus-msg.el (gnus-button-mailto):
13968         Remove save-selected-window-window hackery because it relies on
13969         save-selected-window internals.
13970
13971 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13974         add-minor-mode.
13975         (gnus-binary-mode): Ditto.
13976
13977         * gnus-topic.el (gnus-topic-mode): Ditto.
13978
13979 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13980
13981         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13982         (gnus-article-prev-page): Take scroll-margin into consideration.
13983
13984 2005-07-04  Lute Kamstra  <lute@gnu.org>
13985
13986         Update FSF's address in GPL notices.
13987
13988 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13989
13990         * gnus.el (gnus-exit):
13991         * gnus-group.el (gnus-group-icons):
13992         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13993
13994         * gnus-nocem.el (gnus-nocem):
13995         * message.el (message-various, message-buffers, message-sending)
13996         (message-interface, message-forwarding, message-insertion)
13997         (message-headers, message-news, message-mail):
13998         * pgg-gpg.el (pgg-gpg):
13999         * pgg-parse.el (pgg-parse):
14000         * pgg-pgp.el (pgg-pgp):
14001         * pgg-pgp5.el (pgg-pgp5):
14002         * pop3.el (pop3): Finish `defgroup' description with period.
14003
14004 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14005
14006         * gnus-art.el (article-display-face): Improve the efficiency.
14007         (article-display-x-face): Ditto; remove grey x-face stuff.
14008
14009 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14010
14011         * gnus-art.el (article-display-face): Correct the position in
14012         which Faces are inserted.
14013
14014 2005-06-29  Didier Verna  <didier@xemacs.org>
14015
14016         * gnus-art.el (article-display-face): Display faces in correct
14017         order.
14018
14019 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14022         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14023         (gnus-nocem-check-article): Fetch the Type header.
14024         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14025         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14026         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14027         make sure gnus-nocem-hashtb is initialized.
14028         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14029         (gnus-nocem-unwanted-article-p): Ditto.
14030
14031         * pgg.el (pgg-verify): Return the verification result.
14032
14033 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14034
14035         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14036         is ascii.
14037
14038 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14039
14040         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14041         `show-nonbreak-escape'.
14042
14043 2005-06-23  Lute Kamstra  <lute@gnu.org>
14044
14045         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14046
14047         * dig.el (dig-mode):
14048         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14049
14050 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14051
14052         * nnimap.el (nnimap-split-download-body): Fix spellings.
14053
14054 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14055
14056         * gnus-art.el (gnus-article-encrypt-body):
14057         * gnus-cus.el (gnus-score-customize):
14058         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14059         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14060
14061 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14062
14063         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14064         header by looking for magic "MII" at the beginnig.
14065
14066 2005-06-16  Miles Bader  <miles@gnu.org>
14067
14068         * gnus-xmas.el (gnus-xmas-group-startup-message):
14069         Use renamed gnus-splash face.
14070
14071         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14072         (assistant-field-face): New backward-compatibility alias for renamed
14073         face.
14074         (assistant-render-text): Use renamed assistant-field face.
14075
14076         * spam.el (spam): Remove "-face" suffix from face name.
14077         (spam-face): New backward-compatibility alias for renamed face.
14078         (spam-face, spam-initialize): Use renamed spam face.
14079
14080         * message.el (message-header-to, message-header-cc)
14081         (message-header-subject, message-header-newsgroups)
14082         (message-header-other, message-header-name)
14083         (message-header-xheader, message-separator, message-cited-text)
14084         (message-mml): Remove "-face" suffix from face names.
14085         (message-header-to-face, message-header-cc-face)
14086         (message-header-subject-face, message-header-newsgroups-face)
14087         (message-header-other-face, message-header-name-face)
14088         (message-header-xheader-face, message-separator-face)
14089         (message-cited-text-face, message-mml-face):
14090         New backward-compatibility aliases for renamed faces.
14091         (message-font-lock-keywords): Use renamed message faces.
14092
14093         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14094         (sieve-test-commands, sieve-tagged-arguments):
14095         Remove "-face" suffix from face names.
14096         (sieve-control-commands-face, sieve-action-commands-face)
14097         (sieve-test-commands-face, sieve-tagged-arguments-face):
14098         New backward-compatibility aliases for renamed faces.
14099         (sieve-control-commands-face, sieve-action-commands-face)
14100         (sieve-test-commands-face, sieve-tagged-arguments-face):
14101         Use renamed sieve faces.
14102
14103         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14104         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14105         (gnus-group-news-3-empty, gnus-group-news-4)
14106         (gnus-group-news-4-empty, gnus-group-news-5)
14107         (gnus-group-news-5-empty, gnus-group-news-6)
14108         (gnus-group-news-6-empty, gnus-group-news-low)
14109         (gnus-group-news-low-empty, gnus-group-mail-1)
14110         (gnus-group-mail-1-empty, gnus-group-mail-2)
14111         (gnus-group-mail-2-empty, gnus-group-mail-3)
14112         (gnus-group-mail-3-empty, gnus-group-mail-low)
14113         (gnus-group-mail-low-empty, gnus-summary-selected)
14114         (gnus-summary-cancelled, gnus-summary-high-ticked)
14115         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14116         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14117         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14118         (gnus-summary-low-undownloaded)
14119         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14120         (gnus-summary-low-unread, gnus-summary-normal-unread)
14121         (gnus-summary-high-read, gnus-summary-low-read)
14122         (gnus-summary-normal-read, gnus-splash):
14123         Remove "-face" suffix from face names.
14124         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14125         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14126         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14127         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14128         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14129         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14130         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14131         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14132         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14133         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14134         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14135         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14136         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14137         (gnus-summary-normal-ticked-face)
14138         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14139         (gnus-summary-normal-ancient-face)
14140         (gnus-summary-high-undownloaded-face)
14141         (gnus-summary-low-undownloaded-face)
14142         (gnus-summary-normal-undownloaded-face)
14143         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14144         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14145         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14146         (gnus-splash-face):
14147         New backward-compatibility aliases for renamed faces.
14148         (gnus-group-startup-message): Use renamed gnus faces.
14149
14150         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14151         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14152         (gnus-server-agent): Remove "-face" suffix from face names.
14153         (gnus-server-agent-face, gnus-server-opened-face)
14154         (gnus-server-closed-face, gnus-server-denied-face)
14155         (gnus-server-offline-face):
14156         New backward-compatibility aliases for renamed faces.
14157         (gnus-server-agent-face, gnus-server-opened-face)
14158         (gnus-server-closed-face, gnus-server-denied-face)
14159         (gnus-server-offline-face): Use renamed gnus faces.
14160
14161         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14162         Remove "-face" suffix from face names.
14163         (gnus-picon-xbm-face, gnus-picon-face):
14164         New backward-compatibility aliases for renamed faces.
14165
14166         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14167         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14168         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14169         (gnus-cite-11): Remove "-face" suffix from face names.
14170         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14171         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14172         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14173         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14174         New backward-compatibility aliases for renamed faces.
14175         (gnus-cite-attribution-face, gnus-cite-face-list)
14176         (gnus-article-boring-faces): Use renamed gnus faces.
14177
14178         * gnus-art.el (gnus-signature, gnus-header-from)
14179         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14180         (gnus-header-content): Remove "-face" suffix from face names.
14181         (gnus-signature-face, gnus-header-from-face)
14182         (gnus-header-subject-face, gnus-header-newsgroups-face)
14183         (gnus-header-name-face, gnus-header-content-face):
14184         New backward-compatibility aliases for renamed faces.
14185         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14186
14187         * gnus-sum.el (gnus-summary-selected-face)
14188         (gnus-summary-highlight): Use renamed gnus faces.
14189         * gnus-group.el (gnus-group-highlight): Likewise.
14190
14191 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14192
14193         * gnus-sieve.el (gnus-sieve-article-add-rule):
14194         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14195         * spam-stat.el (spam-stat-buffer-change-to-spam)
14196         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14197
14198         * message.el (message-is-yours-p):
14199         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14200
14201 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14202
14203         * mm-view.el (mm-inline-text): Withdraw the last change.
14204
14205 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14208         executing enriched-decode.
14209
14210 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14213         charset of tar files.
14214
14215 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14216
14217         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14218
14219 2005-06-04  Lute Kamstra  <lute@gnu.org>
14220
14221         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14222         information is never recorded.
14223
14224 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14225
14226         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14227
14228 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14229
14230         * pop3.el (pop3-apop): Run md5 in the binary mode.
14231
14232         * starttls.el (starttls-set-process-query-on-exit-flag):
14233         Use eval-and-compile.
14234
14235 2005-05-31  Simon Josefsson  <jas@extundo.com>
14236
14237         * smime.el (smime-replace-in-string): Define.
14238         (smime-cert-by-ldap-1): Use it.
14239
14240 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * gnus-art.el (article-display-x-face): Replace
14243         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14244
14245         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14246         set-process-query-on-exit-flag or process-kill-without-query.
14247
14248         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14249         loop instead of replace-regexp.
14250
14251         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14252         instead of process-kill-without-query if it is available.
14253
14254         * lpath.el: Fbind ldap-search-entries.
14255
14256         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14257         instead of find-file-hooks if it is available.
14258
14259         * mml1991.el: Bind pgg-default-user-id when compiling.
14260
14261         * mml2015.el: Bind pgg-default-user-id when compiling.
14262
14263         * nndraft.el (nndraft-request-associate-buffer):
14264         Use write-contents-functions instead of write-contents-hooks if it is
14265         available.
14266
14267         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14268         instead of find-file-hooks if it is available.
14269
14270         * nntp.el (nntp-open-connection): Replace
14271         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14272         (nntp-open-ssl-stream): Ditto.
14273         (nntp-open-tls-stream): Ditto.
14274
14275         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14276         set-process-query-on-exit-flag or process-kill-without-query.
14277         (starttls-open-stream-gnutls): Use it instead of
14278         process-kill-without-query.
14279         (starttls-open-stream): Ditto.
14280
14281 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14282
14283         * smime.el (smime-cert-by-ldap-1): Don't use
14284         replace-regexp-in-string.
14285
14286 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14287
14288         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14289
14290         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14291         in PEM format.  Adjust to the XEmacs compability.
14292
14293 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14294
14295         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14296         by `string-to-number'.
14297         * gnus-agent.el (gnus-agent-regenerate-group)
14298         (gnus-agent-fetch-articles): Ditto.
14299         * gnus-art.el (gnus-button-fetch-group): Ditto.
14300         * gnus-cache.el (gnus-cache-generate-active)
14301         (gnus-cache-articles-in-group): Ditto.
14302         * gnus-group.el (gnus-group-set-current-level)
14303         (gnus-group-insert-group-line): Ditto.
14304         * gnus-score.el (gnus-score-set-expunge-below)
14305         (gnus-score-set-mark-below, gnus-summary-score-effect)
14306         (gnus-summary-score-entry): Ditto.
14307         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14308         (gnus-soup-pack): Ditto.
14309         * gnus-spec.el (gnus-xmas-format): Ditto.
14310         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14311         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14312         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14313         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14314         * nndb.el (nndb-get-remote-expire-response): Ditto.
14315         * nndiary.el (nndiary-parse-schedule-value)
14316         (nndiary-string-to-number, nndiary-request-replace-article)
14317         (nndiary-request-article): Ditto.
14318         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14319         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14320         * nneething.el (nneething-make-head): Ditto.
14321         * nnfolder.el (nnfolder-request-article)
14322         (nnfolder-retrieve-headers): Ditto.
14323         * nnheader.el (nnheader-file-to-number): Ditto.
14324         * nnkiboze.el (nnkiboze-request-article): Ditto.
14325         * nnmail.el (nnmail-process-unix-mail-format)
14326         (nnmail-process-babyl-mail-format): Ditto.
14327         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14328         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14329         (nnmh-request-create-group, nnmh-request-list-1)
14330         (nnmh-request-group, nnmh-request-article): Ditto.
14331         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14332         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14333         * nnsoup.el (nnsoup-make-active): Ditto.
14334         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14335         * nntp.el (nntp-find-group-and-number)
14336         (nntp-retrieve-headers-with-xover): Ditto.
14337         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14338         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14339         (pgg-format-key-identifier): Ditto.
14340         * pop3.el (pop3-last, pop3-stat): Ditto.
14341         * qp.el (quoted-printable-decode-region): Ditto.
14342
14343         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14344         of concat.
14345
14346 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14347
14348         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14349
14350         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14351
14352         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14353
14354         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14355
14356         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14357
14358         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14359
14360         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14361         (gnus-carpal-mode): Ditto.
14362
14363         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14364         (gnus-browse-mode): Ditto.
14365
14366         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14367
14368         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14369
14370 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14371
14372         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14373
14374 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * gnus-util.el (gnus-run-mode-hooks): New function.
14377
14378         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14379
14380         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14381         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14382
14383 2005-05-27  Lute Kamstra  <lute@gnu.org>
14384
14385         * dns-mode.el (dns-mode): Specify customization group.
14386
14387 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14388
14389         * gnus-agent.el (gnus-agent-make-mode-line-string):
14390         Use mode-line-highlight as mouse-face.
14391
14392 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14393
14394         * canlock.el (canlock): Change the parent group to news.
14395
14396         * deuglify.el (gnus-outlook-deuglify): Add :group.
14397
14398         * dig.el (dig): Add :group.
14399
14400         * dns-mode.el (dns-mode): Add :group.
14401
14402         * encrypt.el (encrypt): Add :group.
14403
14404         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14405         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14406         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14407         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14408         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14409
14410         * gnus-diary.el (gnus-diary): Add :group.
14411
14412         * gnus.el (gnus-group-news-1-face): Add :group.
14413         (gnus-group-news-1-empty-face): Ditto.
14414         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14415         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14416         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14417         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14418         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14419         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14420         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14421         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14422         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14423         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14424         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14425         (gnus-summary-high-ticked-face): Ditto.
14426         (gnus-summary-low-ticked-face): Ditto.
14427         (gnus-summary-normal-ticked-face): Ditto.
14428         (gnus-summary-high-ancient-face): Ditto.
14429         (gnus-summary-low-ancient-face): Ditto.
14430         (gnus-summary-normal-ancient-face): Ditto.
14431         (gnus-summary-high-undownloaded-face): Ditto.
14432         (gnus-summary-low-undownloaded-face): Ditto.
14433         (gnus-summary-normal-undownloaded-face): Ditto.
14434         (gnus-summary-high-unread-face): Ditto.
14435         (gnus-summary-low-unread-face): Ditto.
14436         (gnus-summary-normal-unread-face): Ditto.
14437         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14438         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14439
14440         * hashcash.el (hashcash): New custom group.
14441         (hashcash-default-payment): Add :group.
14442         (hashcash-payment-alist): Ditto.
14443         (hashcash-default-accept-payment): Ditto.
14444         (hashcash-accept-resources): Ditto.
14445         (hashcash-path): Ditto.
14446         (hashcash-extra-generate-parameters): Ditto.
14447         (hashcash-double-spend-database): Ditto.
14448         (hashcash-in-news): Ditto.
14449
14450         * message.el (message-minibuffer-local-map): Add :group.
14451
14452         * netrc.el (netrc): Add :group.
14453
14454         * sieve-manage.el (sieve-manage-log): Add :group.
14455         (sieve-manage-default-user): Diito.
14456         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14457         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14458         (sieve-manage-authenticators): Ditto.
14459         (sieve-manage-authenticator-alist): Ditto.
14460         (sieve-manage-default-port): Ditto.
14461
14462         * sieve-mode.el (sieve-control-commands-face): Add :group.
14463         (sieve-action-commands-face): Ditto.
14464         (sieve-test-commands-face): Ditto.
14465         (sieve-tagged-arguments-face): Ditto.
14466
14467         * smime.el (smime): Add :group.
14468
14469         * spam-report.el (spam-report): Add :group.
14470
14471         * spam.el (spam, spam-face): Add :group.
14472
14473 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14474
14475         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14476         return \n.\n.\n at the end of articles.  Protect against that.
14477         (nntp-with-open-group): Allow debugging.
14478
14479         * nnheader.el (mail-header-set-extra): Make into a function
14480         because I just could't understand how to quote the list properly.
14481
14482         * dns.el (query-dns-cached): New function.
14483
14484 2005-05-26  Lute Kamstra  <lute@gnu.org>
14485
14486         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14487
14488 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14491
14492         * gnus-art.el: Don't autoload mail-extract-address-components.
14493
14494         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14495         eval-and-compile to evaluate it.
14496
14497         * hashcash.el: Don't autoload executable-find.
14498
14499         * nndb.el: Don't declare the nndb back end two or more times; don't
14500         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14501
14502         * nntp.el: Autoload format-spec instead of format; use
14503         eval-and-compile to evaluate autoload forms.
14504
14505 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14506
14507         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14508
14509 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14510
14511         * gnus.el (gnus-version-number): Bump version.
14512
14513 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14514
14515         * gnus.el: No Gnus v0.3 is released.
14516
14517 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14518
14519         * lpath.el (featurep): Bind show-nonbreak-escape.
14520
14521 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14522
14523         * gnus-art.el (gnus-article-edit-part): Disable undo.
14524
14525 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14526
14527         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14528         gnus-article-date-lapsed-new-header is t if date timer is active;
14529         skip headers in which the original date value is empty.
14530         (gnus-article-save-original-date): Redefine it as a macro.
14531         (gnus-display-mime): Use it.
14532
14533 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14534
14535         * gnus-art.el (article-date-ut): Support converting date in
14536         forwarded parts as well.
14537         (gnus-article-save-original-date): New function.
14538         (gnus-display-mime): Use it.
14539
14540 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14541
14542         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14543         enclosure element of <item>.
14544
14545 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14546
14547         * message.el (message-kill-buffer-query): Rename from
14548         `message-kill-buffer-query-if-modified'.  Add :version.
14549
14550 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14553         window layout.
14554
14555 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14556
14557         * mml.el: Autoload dnd when compiling.
14558
14559 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14560
14561         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14562         x-dnd-*.
14563
14564 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * qp.el (quoted-printable-encode-region): Save excursion.
14567
14568 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14569
14570         * message.el (message-kill-buffer-query-if-modified): Add new variable
14571         so the user can kill a modified message buffer quickly.
14572         (message-kill-buffer): Use it.
14573
14574 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14575
14576         * lpath.el: Fbind display-time-event-handler; don't fbind
14577         string-to-multibyte.
14578
14579         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14580
14581 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14582
14583         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14584         contained in text because xml.el decodes entities) with LFs.
14585
14586 2005-04-11  Lute Kamstra  <lute@gnu.org>
14587
14588         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14589         differently.
14590
14591 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14592
14593         * mm-util.el (mm-detect-coding-region): Typo.
14594
14595 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14596
14597         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14598
14599 2005-04-06  Deepak Goel  <deego@gnufans.org>
14600
14601         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14602         user-function allow user modifications of the scores.
14603         (spam-stat-score-buffer-user): New function, to allow
14604         user-computed modifications to the score.
14605         (spam-stat-score-buffer-user-functions): List of additional
14606         scoring functions.
14607         (spam-stat-error-holder): Global temporary error holder.
14608         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14609         variable.
14610
14611 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14612
14613         * gnus-registry.el (gnus-registry-clean-empty-function)
14614         (gnus-registry-trim, gnus-registry-fetch-groups)
14615         (gnus-registry-delete-group): Groups that match
14616         `gnus-registry-ignored-groups' are removed from the registry
14617         entries, not just ignored for splitting.  This helps clean up the
14618         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14619         to get all the groups a message ID is in.
14620
14621         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14622         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14623         (spam-stat-score-buffer-user-functions): Add :number custom type.
14624
14625 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14628         argument in XEmacs.
14629
14630         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14631         (nnrss-request-group): Decode group name first.
14632         (nnrss-request-article): Make a text/plain article if mml-to-mime
14633         failed.
14634         (nnrss-get-encoding): Return a compatible encoding according to
14635         nnrss-compatible-encoding-alist.
14636         (nnrss-find-el): Use consp instead of listp.
14637         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14638
14639 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14640
14641         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14642         which Emacs 20 doesn't support.
14643         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14644
14645 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14646
14647         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14648         silence the byte compiler inside the defun.
14649
14650         * gnus-demon.el (parse-time-string): Add autoload.
14651
14652         * gnus-delay.el (parse-time-string): Add autoload.
14653
14654         * gnus-art.el (parse-time-string): Add autoload.
14655
14656         * nnultimate.el (parse-time): Require for `parse-time-string'.
14657
14658 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14659
14660         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14661
14662         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14663
14664         * smime.el (smime-ldap-host-list): Add :version.
14665
14666 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14667
14668         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14669         pass it to `gnus-browse-read-group'.
14670         (gnus-browse-read-group): Add NUMBER argument and pass it to
14671         `gnus-group-read-ephemeral-group'.
14672
14673         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14674         argument and pass it to `gnus-group-read-group'.
14675
14676 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14677
14678         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14679         mm-xemacs-find-mime-charset-1 if we have the mule feature
14680         available at runtime.
14681
14682 2005-03-25  Werner Lemberg  <wl@gnu.org>
14683
14684         * nnmaildir.el: Replace `illegal' with `invalid'.
14685
14686 2005-03-23  Lute Kamstra  <lute@gnu.org>
14687
14688         * time-date.el: Add comment on time value formats.
14689         Don't require parse-time.
14690         (with-decoded-time-value): New macro.
14691         (encode-time-value): New function.
14692         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14693         (days-to-time): Return a valid time value when arg is huge.
14694         (time-since): Use time-subtract.
14695         (time-to-number-of-days): Use time-to-seconds.
14696
14697 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14698
14699         * gnus-start.el (gnus-display-time-event-handler):
14700         Check display-time-timer at runtime rather than only at load time
14701         in case display-time-mode is turned off in the mean time.
14702
14703 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14704
14705         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14706         used.
14707
14708         * nneething.el (nneething-map-file-directory): Derive from
14709         `gnus-directory'.
14710
14711         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14712         the To/Cc button.
14713
14714 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14715
14716         * nnmaildir.el (nnmaildir-request-accept-article):
14717         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14718
14719 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14720
14721         * gnus-async.el: Require timer-funcs at compile time when in
14722         XEmacs for `run-with-idle-timer'.
14723
14724 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14725
14726         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14727         autoloaded function.
14728
14729 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14730
14731         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14732
14733 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14734
14735         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14736
14737 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14738
14739         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14740         Add gnus-expert-user to default.
14741
14742 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14743
14744         * nnimap.el (nnimap-open-server): Ditto.
14745
14746         * imap.el (imap-authenticate): Fix typo.
14747
14748 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14749
14750         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14751         buffer (since IMAP server might return FETCH response out of
14752         order, and the nntp buffer must be sorted).
14753
14754 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14755
14756         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14757         comparison on string.
14758
14759         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14760         (gnus-agent-score): Rename category keywords to match gnus-cus.
14761         (gnus-agent-summary-fetch-series): Modify to protect against
14762         gnus-agent-summary-fetch-group clearing processable flags.
14763         (gnus-agent-synchronize-group-flags): Update live group buffer as
14764         synchronization may occur due to the user toggle the plugged
14765         status.
14766         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14767         successfully downloaded.
14768         (gnus-agent-expire-group-1): Avoid using markers when the overview
14769         is in ascending order; greatly improves performance.
14770         (gnus-agent-regenerate-group):
14771         Use gnus-agent-synchronize-group-flags to reset read status in both
14772         gnus and server.
14773         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14774
14775 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14776
14777         * message.el: Don't autoload former message-utils variables.
14778         (message-strip-subject-trailing-was): Change doc string.
14779
14780         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14781         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14782         (nnweb-google-search): Add "hl=en" here.
14783         (nnweb-google-parse-1, nnweb-google-create-mapping):
14784         Don't hardcode URL.
14785
14786 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14787
14788         * message.el (message-get-reply-headers, message-followup):
14789         Mention related variables `message-use-followup-to' and
14790         `message-use-mail-followup-to', in the information buffer.
14791
14792         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14793         of broken groups(-beta).google.com.
14794
14795 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14796
14797         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14798         parameter to invoked gnus-request-move-article; remove the
14799         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14800         all at once instead of once per article.
14801         (gnus-summary-remove-process-mark): Accept a list of articles as
14802         well as a single article for processing.
14803
14804         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14805         parameter.
14806
14807         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14808
14809         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14810
14811         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14812         parameter.
14813
14814         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14815         parameter.
14816
14817         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14818         parameter and remove the gnus-sum-hint-move-is-internal variable.
14819
14820         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14821         parameter.
14822
14823         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14824         parameter.
14825
14826         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14827         parameter.
14828
14829         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14830
14831         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14832         parameter.
14833
14834         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14835         parameter.
14836
14837 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14838
14839         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14840         a more conservative way.
14841
14842 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14843
14844         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14845         buffer, so it moves the window's cursor.
14846
14847 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14848
14849         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14850         `mm-dissect-multipart' and receive the from field as an (optional)
14851         argument from `mm-dissect-multipart'.
14852         (mm-dissect-multipart): Receive the from field as an argument and
14853         pass it on when we call `mm-dissect-buffer' on MIME parts.
14854         Fixes verification/decryption of signed/encrypted MIME parts.
14855
14856 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14857
14858         * gnus-sum.el (gnus-summary-move-article):
14859         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14860         whatever it calls (right now, only nnimap-request-move article
14861         respects it).
14862
14863         * nnimap.el (nnimap-request-move-article):
14864         When gnus-sum-hint-move-is-internal is set, don't do the extra
14865         nnimap-request-article.
14866
14867 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14868
14869         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14870
14871         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14872         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14873
14874         * gnus-sum.el (gnus-summary-caesar-message):
14875         Apply `gnus-treat-article' after rotation.
14876
14877         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14878         doc string.
14879
14880 2005-02-22  Simon Josefsson  <jas@extundo.com>
14881
14882         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14883         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14884         <arne@arnested.dk>.
14885         (encrypt): Add password-cache and password-cache-expiry as group
14886         members.
14887
14888 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14889
14890         * smime.el (smime-ldap-host-list): Doc fix.
14891         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14892         cache) password.
14893         (smime-sign-region): Use it.
14894         (smime-decrypt-region): Use it.
14895         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14896         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14897         fails.
14898         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14899         certificate from DER to PEM format rather than calling openssl.
14900
14901         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14902
14903         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14904         for signing/encryption.
14905
14906         * mml.el (mml-parse-1): Use them.
14907
14908 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14909
14910         * nnrss.el (nnrss-verbose): Remove.
14911         (nnrss-request-group): Use `nnheader-message' instead.
14912
14913 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14914
14915         * nnrss.el (nnrss-verbose): New variable.
14916         (nnrss-request-group): Make it say nnrss is requesting a group.
14917
14918 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14919
14920         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14921         Handle news URL with given port correctly.
14922
14923 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14926         containing special characters.
14927
14928         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14929
14930         * mml.el (mime-to-mml): Ditto.
14931
14932         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14933         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14934         (rfc2047-decode-region): Quote decoded words containing special
14935         characters when rfc2047-quote-decoded-words-containing-tspecials
14936         is non-nil.
14937
14938 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14939
14940         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14941
14942         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14943
14944 2005-02-15  Simon Josefsson  <jas@extundo.com>
14945
14946         * nnimap.el (nnimap-debug): Doc fix.
14947
14948         * imap.el (imap-debug): Doc fix.
14949
14950 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14951
14952         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14953
14954 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14955
14956         * gnus.el (spam-contents): Improve docs for spam-contents
14957         parameter in its variable incarnation.
14958
14959 2005-02-14  Simon Josefsson  <jas@extundo.com>
14960
14961         * smime-ldap.el: Use require instead of load-library for ldap.
14962         (smime-ldap-search): Indent.
14963         (smime-ldap-search-internal): Shorten line.
14964
14965         * smime.el (smime-cert-by-dns): Add doc-string.
14966         (smime-cert-by-ldap-1): Indent.
14967
14968         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14969         mml-smime-get-dns-ldap.
14970         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14971
14972 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14973
14974         * smime.el: Require smime-ldap.
14975         (smime-ldap-host-list): New variable.
14976         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14977
14978         * mml-smime.el (mml-smime-encrypt-query): New function.
14979         (mml-smime-encrypt-query): Use it.
14980
14981         * smime-ldap.el: New file.
14982
14983 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14986
14987 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14988
14989         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14990         argument in doc string.  Make query for type more clear.
14991
14992 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14993
14994         * gnus.el (gnus-group-startup-message): Search for gnus images in
14995         etc/images/gnus.
14996         * mm-util.el (mm-image-load-path): Likewise.
14997         * smiley.el (smiley-data-directory): Search for smilies in
14998         etc/images/smilies.
14999
15000 2005-02-09  Kim F. Storm  <storm@cua.dk>
15001
15002         Change Emacs release version from 21.4 to 22.1 throughout.
15003         Change Emacs development version from 21.3.50 to 22.0.50.
15004
15005 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15006
15007         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15008
15009         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15010         non-Mule XEmacs as well.
15011         (mm-decompress-buffer): Signal an error intentionally if it does
15012         not decompress compressed data because auto-compression-mode is
15013         disabled.
15014
15015 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15016
15017         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15018         an ID in the registry even if it has no groups.
15019
15020 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15021
15022         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15023         merge it into mm-decompress-buffer.
15024         (gnus-mime-copy-part): Use the MIME part charset, the value which
15025         a user specified or gnus-newsgroup-charset for decoding, like
15026         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15027         save-buffer what was used.  Suggested by Kevin Ryde
15028         <user42@zip.com.au>.
15029         (gnus-mime-inline-part): Allow the name parameter as well as the
15030         filename parameter; force decompressing of compressed data; always
15031         display contents being not decoded as unibyte.
15032
15033         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15034         as well as the filename parameter.
15035
15036         * mm-util.el (mm-decompress-buffer):
15037         Merge gnus-mime-jka-compr-maybe-uncompress.
15038         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15039         of compressed data.
15040
15041 2005-02-08  Simon Josefsson  <jas@extundo.com>
15042
15043         * imap.el (imap-log): Doc fix.
15044
15045 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15046
15047         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15048         the coding cookies; decompress compressed parts.
15049
15050         * mml.el (mml-generate-mime-1): Add the charset parameter according
15051         to the value which a user specified manually or the coding cookie.
15052
15053         * mm-util.el (mm-string-to-multibyte): New function.
15054         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15055         (mm-coding-system-to-mime-charset): New function.
15056         (mm-decompress-buffer): New function.
15057         (mm-find-buffer-file-coding-system): New function.
15058
15059         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15060         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15061         parts.
15062
15063 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15064
15065         * mm-view.el (mm-display-inline-fontify): Decode a part according
15066         to the charset parameter.
15067
15068 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15069
15070         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15071         prefix arg is neither nil nor a number, as info specifies.
15072
15073 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15076         timestamps.
15077
15078 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15079
15080         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15081         groups error checking and notify user.
15082
15083 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15084
15085         * message.el (message-send-mail-function): Check existence of
15086         sendmail-program first before using default value
15087         `message-send-mail-with-sendmail'.  Otherwise use more generic
15088         `smtpmail-send-it'.
15089
15090 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * nntp.el (nntp-request-update-info): Always return nil.
15093
15094 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15095
15096         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15097
15098 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15099
15100         * message.el (message-beginning-of-line): Change the behavior when
15101         invoked between BOL and : so that it first moves backward.
15102
15103 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15104
15105         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15106         article buffer when editing of the article is discarded.
15107         (gnus-article-prepare): Revert.
15108
15109 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15110
15111         * gnus-art.el (gnus-article-prepare):
15112         Remove message-strip-forbidden-properties from the local hook.
15113
15114 2005-01-27  Simon Josefsson  <jas@extundo.com>
15115
15116         * password.el (password-cache-add): Only start one timer per key.
15117         Reported by Derek Atkins <warlord@MIT.EDU>.
15118
15119 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15120
15121         * run-at-time.el: Remove.  It is no longer needed as
15122         timer-funcs.el in the xemacs-base package has a working version of
15123         `run-at-time'.
15124
15125         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15126
15127         * password.el: Require timer-funcs instead of run-at-time in
15128         XEmacs.
15129         Remove `password-run-at-time' macro.
15130         (password-cache-add): Use `run-at-time' instead of
15131         `password-run-at-time'.
15132
15133         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15134         Remove `nnheader-cancel-function-timers' alias,
15135         `cancel-function-timers' exists in XEmacs in timer-funcs.
15136
15137         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15138         for `run-with-idle-timer'.
15139
15140         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15141         for `run-at-time'.
15142
15143         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15144         for `with-timeout'.
15145
15146         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15147         the same as for XEmacs 21.4.
15148         No need to ignore `run-with-idle-timer', this function exists in
15149         XEmacs now in timer-funcs.el in the xemacs-base package.
15150         (dgnushack-compile): No need to delete
15151         run-at-time.el from the list of files to compile because it
15152         doesn't exist anymore.
15153
15154 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15155
15156         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15157         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15158
15159 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15160
15161         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15162         sensitively.
15163
15164 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15165
15166         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15167
15168 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15169
15170         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15171         which will be inserted according to the multibyteness of a buffer
15172         rather than the type of contents.  Suggested by ARISAWA Akihiro
15173         <ari@mbf.ocn.ne.jp>.
15174
15175         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15176         of string which old xml.el may return rather than a string.
15177
15178 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15179
15180         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15181
15182 2005-01-16  Simon Josefsson  <jas@extundo.com>
15183
15184         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15185         idn/idna.el isn't available.
15186         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15187         <michael@waxrat.com>.
15188
15189         * hashcash.el: Remove non-FSF copyright header.
15190
15191         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15192         (hashcash-generate-payment): Use it.
15193         (hashcash-generate-payment-async): Use it.
15194
15195 2005-01-15  Simon Josefsson  <jas@extundo.com>
15196
15197         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15198         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15199
15200         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15201         gnus-summary-idna-message.
15202         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15203         (gnus-summary-idna-message): New function.
15204
15205 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15206
15207         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15208         gnus-novice-user.
15209
15210 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15211
15212         * nnrss.el (nnrss-request-delete-group): Delete entries in
15213         nnrss-group-alist as well.
15214         (nnrss-save-server-data): Insert newline.
15215
15216 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15217
15218         * gnus.el (gnus-user-agent): Use list of symbols instead of
15219         symbols.  Display full version number for (S)XEmacs.
15220         Optionally display (S)XEmacs codename.
15221
15222         * gnus-util.el (gnus-emacs-version): Update for new
15223         `gnus-user-agent'.
15224
15225         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15226         Gnus version.
15227
15228 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15229
15230         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15231         which is unreadable in some setups.
15232
15233 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * gnus-spec.el (gnus-update-format-specifications): Flush the
15236         group format spec cache if it doesn't support decoded group names.
15237
15238 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15239
15240         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15241         Allow to apply decay on score files matching a regexp.
15242
15243 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15244
15245         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15246         compatibility in %g and %c.
15247
15248 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15249
15250         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15251         name for only %g and %c.
15252         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15253         of gnus-tmp-group to decoded group name.
15254         (gnus-group-make-rss-group): Exclude `/'s from group names.
15255
15256 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15257
15258         * nnrss.el (nnrss-get-encoding): Fix regexp.
15259
15260 2004-12-27  Simon Josefsson  <jas@extundo.com>
15261
15262         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15263         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15264         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15265
15266 2004-12-17  Kim F. Storm  <storm@cua.dk>
15267
15268         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15269
15270         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15271
15272 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15273
15274         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15275
15276 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15277
15278         * nnrss.el: Require rfc2047 and mml.
15279         (nnrss-file-coding-system): New variable.
15280         (nnrss-format-string): Redefine it as an inline function.
15281         (nnrss-decode-group-name): New function.
15282         (nnrss-string-as-multibyte): Remove.
15283         (nnrss-retrieve-headers): Decode group name; don't use
15284         nnrss-format-string.
15285         (nnrss-request-group): Decode group name.
15286         (nnrss-request-article): Decode group name; allow a Message-ID as
15287         well as an article number; don't use nnrss-format-string; encode a
15288         Message-ID string which may contain non-ASCII characters; use
15289         mml-to-mime to compose a MIME article.
15290         (nnrss-request-expire-articles): Decode group name.
15291         (nnrss-request-delete-group): Decode group name.
15292         (nnrss-fetch): Clarify error message.
15293         (nnrss-read-server-data): Use insert-file-contents instead of load;
15294         bind file-name-coding-system; use multibyte buffer.
15295         (nnrss-save-server-data): Bind coding-system-for-write to the
15296         value of nnrss-file-coding-system; bind file-name-coding-system;
15297         add coding cookie.
15298         (nnrss-read-group-data): Use insert-file-contents instead of load;
15299         bind file-name-coding-system; use multibyte buffer.
15300         (nnrss-save-group-data): Bind coding-system-for-write to the
15301         value of nnrss-file-coding-system; bind file-name-coding-system.
15302         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15303         make it work with non-ASCII text.
15304         (nnrss-find-el): Make it work with old xml.el as well.
15305
15306 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15307
15308         * nnrss.el (nnrss-get-encoding): New function.
15309         (nnrss-fetch): Use unibyte buffer initially; bind
15310         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15311         decode contents according to the encoding attribute.
15312         (nnrss-save-group-data): Add coding cookie.
15313         (nnrss-mime-encode-string): New function.
15314         (nnrss-check-group): Use it to encode subject and author.
15315
15316 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15317
15318         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15319         imaginary variable.
15320
15321 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15322
15323         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15324         correctly even if there are wide characters.
15325
15326 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15327
15328         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15329         downcased symbol names; make a new cache instead of reusing
15330         bbdb-hashtable.
15331
15332 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15333
15334         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15335         concatenating segments rather than before concatenating them.
15336         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15337
15338         * message.el (message-get-reply-headers): Bind `extra'.
15339
15340 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15341
15342         * message.el (message-extra-wide-headers): New variable.
15343         (message-get-reply-headers): Use it.
15344
15345 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15348         (gnus-agent-group-pathname): Ditto.
15349
15350         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15351
15352         * gnus-group.el (gnus-group-make-group): Decode group name.
15353         (gnus-group-make-rss-group): Register the group data after opening
15354         the nnrss group.
15355
15356 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15357
15358         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15359         by expiry now get marked as read.
15360
15361 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15364
15365 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15366
15367         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15368         unify Latin characters in XEmacs.
15369         (mm-find-mime-charset-region): Use it.
15370
15371 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15372
15373         * gnus-util.el (gnus-delete-directory): New function.
15374
15375         * gnus-agent.el (gnus-agent-delete-group): Use it.
15376
15377         * gnus-cache.el (gnus-cache-delete-group): Use it.
15378
15379 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15382         names.
15383
15384 2004-12-16  Simon Josefsson  <jas@extundo.com>
15385
15386         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15387
15388 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15389
15390         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15391
15392         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15393         (gnus-group-set-current-level): Decode group name.
15394
15395 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15396
15397         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15398         failed.
15399
15400 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * gnus-group.el (gnus-group-delete-group): Decode group name.
15403         (gnus-group-make-rss-group): Encode group name.
15404         (gnus-group-catchup-current): Decode group name.
15405         (gnus-group-kill-group): Decode group name.
15406
15407 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15408
15409         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15410
15411 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15412
15413         * gnus-group.el (gnus-group-make-rss-group):
15414         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15415
15416         * gnus-start.el (gnus-setup-news): Honor user's setting to
15417         gnus-message-archive-method.  Suggested by Lute Kamstra
15418         <lute@gnu.org>.
15419
15420 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15421
15422         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15423         global counterparts of the buffer-local variables.
15424
15425 2004-11-16  Romain Francoise  <romain@orebokech.com>
15426
15427         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15428         counterparts of the buffer-local variables.
15429
15430 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15431
15432         * message.el (message-forbidden-properties): Fix typo in doc
15433         string.
15434
15435 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15436
15437         * gnus-util.el (gnus-replace-in-string): Add doc string.
15438
15439         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15440         to avoid problems when splitting mails with many recipients.
15441
15442 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15443
15444         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15445         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15446
15447 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15448
15449         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15450         if there is no hashtable in memory or file modification time is
15451         newer than cached timestamp.
15452
15453 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15454
15455         * gnus-sum.el (gnus-summary-limit-to-recipient):
15456         Implement not-matching option.
15457
15458 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15459
15460         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15461         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15462         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15463         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15464         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15465         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15466
15467 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * message.el (message-forward-make-body-mml): Remove headers
15470         according to message-forward-ignored-headers if a message is decoded.
15471
15472 2004-12-02  Romain Francoise  <romain@orebokech.com>
15473
15474         * message.el (message-forward-make-body-plain): Always remove
15475         headers according to message-forward-ignored-headers.
15476
15477 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15478
15479         * spam.el (spam-summary-prepare-exit): Remove the
15480         gnus-summary-limit pop for now, it has problems with ham marks for
15481         me.
15482
15483 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15484
15485         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15486         correctly.
15487
15488 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15489
15490         * format-spec.el (format-spec): Message the char.
15491
15492 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15493
15494         * gnus-art.el (gnus-split-methods): Reformat comments.
15495
15496         * spam.el (spam-summary-prepare-exit): Remove article limits
15497         before exiting the summary buffer.
15498
15499 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15502         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15503
15504         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15505         order to silence the byte compiler.
15506
15507         * spam.el: Fix the way to silence the byte compiler, which
15508         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15509         bbdb-search-simple, spam-BBDB-register-routine,
15510         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15511         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15512         spam-stat-buffer-is-spam, spam-stat-load,
15513         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15514         spam-stat-save and spam-stat-split-fancy.
15515
15516 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15519         which may confuse users.
15520         (canlock-password-for-verify): Ditto.
15521
15522         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15523
15524         * gnus-art.el (gnus-emphasis-alist): Ditto.
15525
15526         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15527
15528         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15529
15530         * gnus-start.el (gnus-save-killed-list): Ditto.
15531
15532         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15533         (gnus-sum-thread-tree-root): Ditto.
15534         (gnus-sum-thread-tree-false-root): Ditto.
15535         (gnus-sum-thread-tree-single-indent): Ditto.
15536
15537         * message.el (message-courtesy-message): Ditto.
15538         (message-archive-note): Ditto.
15539         (message-subscribed-address-file): Ditto.
15540         (message-user-fqdn): Ditto.
15541
15542         * spam-report.el (spam-report-gmane-regex): Ditto.
15543
15544         * spam.el (spam-blackhole-good-server-regex): Ditto.
15545
15546 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * mml.el (mml-preview): Widen the message buffer before copying
15549         the contents to the preview buffer; sort headers before previewing.
15550
15551         * message.el (message-hidden-headers): Fix the way to avoid a bug
15552         in the `repeat' widget in Emacs 21.3 or earlier.
15553
15554 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15555
15556         * message.el (message-hidden-headers): Default to "^References:".
15557         Improve customization type.  Suggested by Reiner Steib
15558         <Reiner.Steib@gmx.de>.
15559
15560 2004-11-25  Romain Francoise  <romain@orebokech.com>
15561
15562         * message.el (message-strip-forbidden-properties): Remove check for
15563         obsolete `message-hidden' text property, hidden headers are not
15564         accessible in the buffer anymore.
15565
15566 2004-11-22  Romain Francoise  <romain@orebokech.com>
15567
15568         * message.el (message-header-format-alist): Add `From' in list
15569         so that it can be sorted.
15570         (message-fix-before-sending): Widen and sort headers before
15571         sending.
15572         (message-hide-headers): Use narrowing to hide headers by moving
15573         them to the top of the buffer and narrowing to the region
15574         underneath.
15575
15576 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15577
15578         * message.el (message-strip-forbidden-properties):
15579         Bind buffer-read-only (etc) to nil.
15580
15581 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15582
15583         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15584         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15585
15586 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15587
15588         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15589
15590 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15591
15592         * dns.el (query-dns): Use sit-for to time instead of
15593         accept-process-output, since that doesn't seem to work on udp
15594         sockets.
15595
15596 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15599
15600 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15601
15602         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15603         doc string.  Improve doc string.
15604
15605 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15606
15607         * nntp.el (nntp-request-update-info): Return nil if
15608         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15609         may not call gnus-activate-group which uselessly issues the GROUP
15610         commands for all nntp groups and wastes time.  Reported by Romain
15611         Francoise <romain@orebokech.com>.
15612
15613         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15614
15615 2004-11-15  Simon Josefsson  <jas@extundo.com>
15616
15617         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15618         headers separately.
15619         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15620         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15621
15622 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15623
15624         * gnus-start.el (gnus-convert-old-newsrc):
15625         Assign legacy-gnus-agent to 5.10.7.
15626
15627 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15628
15629         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15630         start of the lines.
15631
15632 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15633
15634         * hashcash.el (hashcash-default-payment): Change default to 20.
15635         (hashcash-default-accept-payment): Change default to 20.
15636         (hashcash-process-alist): New variable.
15637         (hashcash-generate-payment-async): Add.
15638         (hashcash-already-paid-p): Add.
15639         (hashcash-insert-payment): Don't generate payments twice.
15640         (hashcash-insert-payment-async): Add.
15641         (hashcash-insert-payment-async-2): Add.
15642         (hashcash-cancel-async): Add.
15643         (hashcash-wait-async): Add.
15644         (hashcash-processes-running-p): Add.
15645         (hashcash-wait-or-cancel): Add.
15646         (mail-add-payment): New optional argument.  Conditionally start
15647         asynchronous calculation.
15648         (mail-add-payment-async): Add.
15649
15650         * message.el (message-send-mail): Wait for asynchronous hashcash
15651         results.  Don't clobber existing X-Hashcash headers.
15652         (message-setup-1): Call mail-add-payment-async when
15653         message-generate-hashcash is non-nil.
15654
15655 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15656
15657         * message.el (message-use-alternative-email-as-from): Examine the
15658         From header as well; use message-make-from in order to include a
15659         user's full name.
15660
15661 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15664         default; improve customization type.
15665         (gnus-emphasis-custom-with-format): New macro.
15666         (gnus-emphasis-custom-value-to-external): New function.
15667         (gnus-emphasis-custom-value-to-internal): New function.
15668
15669 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15670
15671         * dns.el (query-dns): Resolve reverse addresses.
15672
15673 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15674
15675         * gnus-group.el (gnus-group-get-new-news): Use it.
15676
15677         * gnus-start.el (gnus-check-reasonable-setup): New function.
15678
15679 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15682         "Args out of range" error.  Reported by Arnaud Giersch
15683         <arnaud.giersch@free.fr>.
15684
15685 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15686
15687         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15688
15689 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15690
15691         * spam.el (spam group): Add :version.
15692
15693         * pgg-def.el (pgg group): Add :version.
15694
15695 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * gnus-art.el (gnus-article-edit-article): Don't associate the
15698         article buffer with a draft file.  This is a temporary measure
15699         against the 2004-08-22 change to gnus-article-edit-mode.
15700
15701 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15702
15703         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15704         (html2text-format-tags): Remove unused variable `attr'.
15705
15706 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15707
15708         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15709
15710         * tls.el (tls-process-connection-type, tls-success)
15711         (tls-certtool-program): Add :version.
15712
15713         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15714         (starttls-extra-arguments, starttls-process-connection-type)
15715         (starttls-connect, starttls-failure, starttls-success): Add :version.
15716
15717         * spam-stat.el (spam-stat): Add :version.
15718
15719         * sieve.el (sieve): Add :version.
15720
15721         * sha1.el (sha1): Add :version.
15722         (sha1-use-external): Remove redundant version.
15723
15724         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15725         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15726         (nnmail-split-fancy-match-partial-words)
15727         (nnmail-split-lowercase-expanded): Add :version.
15728
15729         * nndiary.el (nndiary): Add :version.
15730
15731         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15732
15733         * mml-sec.el (mml-default-sign-method)
15734         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15735         Add :version.
15736
15737         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15738
15739         * mm-url.el (mm-url-use-external, mm-url-program)
15740         (mm-url-arguments): Add :version.
15741
15742         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15743         (mm-attachment-file-modes, mm-decrypt-option)
15744         (mm-w3m-safe-url-regexp): Add :version.
15745
15746         * message.el (message-cite-prefix-regexp)
15747         (message-sendmail-envelope-from, message-minibuffer-local-map)
15748         (message-user-fqdn, message-completion-alist): Add :version.
15749
15750         * gnus-win.el (gnus-configure-windows-hook)
15751         (gnus-use-frames-on-any-display): Add :version.
15752
15753         * gnus-art.el (gnus-article-address-banner-alist)
15754         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15755         (gnus-treat-from-picon, gnus-treat-mail-picon)
15756         (gnus-treat-x-pgp-sig): Add :version.
15757
15758         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15759         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15760         (gnus-summary-article-delete-hook)
15761         (gnus-summary-display-while-building): Add :version.
15762
15763         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15764         (gnus-get-top-new-news-hook): Add :version.
15765
15766         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15767         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15768
15769         * gnus-registry.el (gnus-registry): Add :version.
15770
15771         * gnus-spec.el (gnus-use-correct-string-widths)
15772         (gnus-make-format-preserve-properties): Add :version.
15773
15774         * gnus.el (gnus-group-charter-alist)
15775         (gnus-group-fetch-control-use-browse-url)
15776         (gnus-install-group-spam-parameters): Add :version.
15777
15778         * gnus-diary.el (gnus-diary): Add :version.
15779
15780         * gnus-delay.el (gnus-delay): Add :version.
15781
15782         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15783         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15784         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15785         Add :version.
15786
15787         * gnus-agent.el (gnus-agent-max-fetch-size)
15788         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15789         (gnus-agent-prompt-send-queue): Add :version.
15790
15791         * deuglify.el (gnus-outlook-deuglify): Add :version.
15792
15793         * html2text.el: Beautify code.  Improve doc strings.
15794         Some checkdoc cleanup.
15795         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15796
15797 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15798
15799         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15800
15801 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15802
15803         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15804         when package is loaded.
15805
15806         * spam.el (spam-summary-score-preferred-header): Add global preference
15807         for people who want to override the default SpamAssassin over
15808         Bogofilter preference (when both are set).
15809         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15810         (spam-user-format-function-S):
15811         Check spam-summary-score-preferred-header.
15812         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15813         (spam-user-format-function-S): Format the score correctly.
15814
15815 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15816
15817         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15818         signature file.  Suggested by Manoj Srivastava
15819         <srivasta@golden-gryphon.com>.
15820
15821         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15822         iso-2022-jp even in the Japanese language environment.
15823         Suggested by Jason Rumney <jasonr@gnu.org>.
15824
15825 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15826
15827         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15828         use the same characters as the dummy marks; make it free from
15829         getting affected by the language environment.
15830         (gnus-summary-read-group-1): Update mark positions only when the
15831         format spec is updated.
15832
15833         * gnus-spec.el (gnus-update-format-specifications): Return a list
15834         of updated types.
15835
15836 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15837
15838         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15839         of boundp to check if display-warning is available.
15840
15841 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15842
15843         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15844
15845 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15846
15847         * nnspool.el (nnspool-spool-directory): Use news-path if the
15848         news-directory variable is not bound.
15849
15850         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15851         function instead of display-warning if it is not available.
15852
15853 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15854
15855         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15856         v5-10: Use `point-at-bol'.
15857
15858 2004-10-26  Simon Josefsson  <jas@extundo.com>
15859
15860         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15861         <chenggao@gmail.com>.
15862
15863 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15864
15865         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15866         instead.
15867
15868 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15869
15870         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15871         to remove a server from the nnimap-server-buffer-alist.
15872         (nnimap-open-connection, nnimap-close-server): Use it.
15873
15874         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15875
15876 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15877
15878         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15879         running the major-mode function.
15880
15881 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15882
15883         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15884         dummy marks in the right way.
15885
15886 2004-10-18  David Edmondson  <dme@dme.org>
15887
15888         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15889         excessively.
15890
15891 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15892
15893         * gnus-util.el (gnus-split-references): Accept a nil references
15894         string and go on blissfully.
15895
15896         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15897         cases where the references string is non-nil but has no references.
15898
15899         * encrypt.el: Add autoload tags.
15900
15901         * spam.el (spam-resolve-registrations-routine): Remove article
15902         from unregistration list too.  Reported by David Hanak
15903         <dhanak@isis.vanderbilt.edu>
15904
15905 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15906
15907         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15908         nil.  Change custom type.
15909
15910 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15911
15912         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15913
15914         * gnus-sum.el (gnus-summary-move-article): Use it.
15915
15916 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15917
15918         * encrypt.el: Add autoload cookies.
15919
15920         * spam.el (spam-backend-article-list-property)
15921         (spam-backend-get-article-todo-list)
15922         (spam-backend-put-article-todo-list)
15923         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15924         Resolve registrations separately.
15925         (spam-register-routine): Format comments.
15926         (spam-unregister-routine, spam-register-routine): Always call with
15927         specific-articles, no default list.
15928         (spam-summary-prepare-exit): Use the spam-classifications function.
15929
15930         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15931         gnus-encrypt.el.
15932
15933         * encrypt.el: Copied from gnus-encrypt.el.
15934
15935         * gnus-encrypt.el: Commented that it's obsolete.
15936
15937 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15938
15939         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15940         (gnus-score-save): Use it.
15941
15942         * message.el (message-bury): Use `window-dedicated-p'.
15943
15944 2004-10-15  Simon Josefsson  <jas@extundo.com>
15945
15946         * pop3.el (top-level): Don't require nnheader.
15947         (pop3-read-timeout): Add.
15948         (pop3-accept-process-output): Add.
15949         (pop3-read-response, pop3-retr): Use it.
15950
15951 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15952
15953         * spam.el (spam-register-routine): Move comment.
15954         (spam-verify-bogofilter): Use 'unknown for the initial
15955         spam-bogofilter-valid state, not 'never.
15956
15957         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15958         for netrc-machine.
15959
15960         * nnimap.el (nnimap-open-connection):
15961         Use netrc-machine-user-or-password.
15962
15963 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15964
15965         * gnus-registry.el (gnus-registry-unload-hook):
15966         Set as a variable with add-hook.
15967
15968         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15969         of news-path.
15970
15971         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15972
15973         * spam.el: Delete duplicate `provide'.
15974         (spam-unload-hook): Set as a variable with add-hook.
15975
15976 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15977
15978         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15979         in the doc string.
15980
15981         * message.el (message-ignored-news-headers)
15982         (message-ignored-supersedes-headers)
15983         (message-ignored-resent-headers)
15984         (message-forward-ignored-headers): Improve custom type.
15985
15986 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * message.el (message-tokenize-header): Fix 2004-09-06 change
15989         which used point-min in the wrong place.
15990
15991 2004-10-12  Simon Josefsson  <jas@extundo.com>
15992
15993         * tls.el (tls-certtool-program): New variable.
15994         (tls-certificate-information): New function, based on
15995         ssl-certificate-information.
15996
15997 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15998
15999         * compface.el: Move the version of ELisp-based uncompface program
16000         to the contrib directory because of the copyright problem.
16001
16002 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16003
16004         * message.el (message-kill-buffer): Raise the current frame.
16005
16006 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16007
16008         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16009
16010         * gnus.el (message-y-or-n-p): Autoload.
16011
16012         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16013         (pop3-password-required, pop3-authentication-scheme)
16014         (pop3-leave-mail-on-server): Make customizable.
16015         (pop3): New custom group.
16016         (pop3-retr): Remove `sleep-for' statements.
16017         Suggested by Dave Love <fx@gnu.org>.
16018
16019         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16020         Windows/DOS.
16021
16022         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16023         (imap-parse-body): Fix incorrect use of `assert'.
16024         Suggested by Dave Love <fx@gnu.org>.
16025
16026         * mml.el (mml-minibuffer-read-disposition): Require match.
16027         Suggested by Dave Love <fx@gnu.org>.
16028
16029 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16030
16031         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16032         doc string.
16033
16034 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16035
16036         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16037
16038 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16039
16040         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16041         instead of calling `mm-insert-inline', to decode text/* parts
16042         before displaying them.
16043
16044 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * mm-uu.el (mm-uu-text-plain-type): New variable.
16047         (mm-uu-pgp-signed-extract-1): Use it.
16048         (mm-uu-pgp-encrypted-extract-1): Use it.
16049         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16050         bind mm-uu-text-plain-type with that value.
16051         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16052         mm-uu-dissect.
16053
16054 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16055
16056         * gnus-group.el (gnus-update-group-mark-positions):
16057         * gnus-sum.el (gnus-update-summary-mark-positions):
16058         * message.el (message-check-news-body-syntax):
16059         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16060         of string-as-multibyte.
16061
16062 2004-10-05  Juri Linkov  <juri@jurta.org>
16063
16064         * gnus-group.el (gnus-update-group-mark-positions):
16065         * gnus-sum.el (gnus-update-summary-mark-positions):
16066         * message.el (message-check-news-body-syntax):
16067         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16068         8-bit unibyte values to a multibyte string for search functions.
16069
16070 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16071
16072         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16073         (mm-uu-dissect-text-parts): New function.
16074
16075         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16076         dissect text parts.
16077
16078         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16079         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16080
16081         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16082
16083         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16084         Use gnus-current-topics instead of gnus-current-topic.
16085
16086 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16087
16088         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16089
16090 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16091
16092         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16093         where approriate.
16094
16095         * nnml.el (nnml-generate-active-info): do.
16096
16097         * nndiary.el (nndiary-generate-active-info): do.
16098
16099         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16100         (gnus-topic-move): do.
16101
16102         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16103         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16104
16105         * gnus-srvr.el (gnus-server-prepare)
16106         (gnus-server-open-all-servers): do.
16107
16108         * gnus-msg.el (gnus-summary-cancel-article)
16109         (gnus-summary-resend-message)
16110         (gnus-summary-mail-crosspost-complaint): do.
16111
16112         * gnus-move.el (gnus-change-server): do.
16113
16114         * gnus-group.el (gnus-group-unmark-all-groups)
16115         (gnus-group-set-current-level): do.
16116
16117 2004-10-04  Simon Josefsson  <jas@extundo.com>
16118
16119         * message.el (message-generate-hashcash): Doc fix.
16120
16121 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16122
16123         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16124         avoid infinite recursion via gnus-get-function.
16125
16126 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16127
16128         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16129
16130         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16131
16132         * nnmail.el (nnmail-split-history): do.
16133
16134         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16135         (nnml-request-delete-group): do.
16136
16137         * nnslashdot.el (nnslashdot-read-groups): do.
16138
16139         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16140         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16141
16142         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16143         (nnspool-sift-nov-with-sed): Use last.
16144         (nnspool-retrieve-headers-with-nov): Use mapc.
16145         (nnspool-request-newgroups): Use dolist.
16146         (nnspool-request-group): Use last.
16147
16148         * nntp.el (nntp-read-server-type): Use dolist.
16149
16150         * nnvirtual.el (nnvirtual-create-mapping)
16151         (nnvirtual-update-read-and-marked): Use dolist.
16152         (nnvirtual-convert-headers): Simplify.
16153
16154 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16155
16156         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16157         Add support for sync'ing tick marks.
16158
16159 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16160
16161         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16162         there's no visible header.
16163
16164 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16165
16166         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16167         When necessary, pass full group name to gnus-request-set-marks.
16168
16169 2004-10-01  Simon Josefsson  <jas@extundo.com>
16170
16171         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16172         acroread.
16173
16174 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16175
16176         * spam-report.el (spam-report-gmane): Fix interactive.
16177
16178         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16179
16180         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16181         when writing file.
16182         (gnus-agent-synchronize-flags): Don't default to being
16183         interactive.
16184
16185 2004-09-30  Simon Josefsson  <jas@extundo.com>
16186
16187         * message.el (message-generate-hashcash): Add.
16188         (message-send-mail): Use it, call mail-add-payment.
16189
16190 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16191
16192         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16193
16194 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16195
16196         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16197         gnus-requst-update-info with explicit code to sync the in-memory
16198         info read flags with the marks being sync'd to the backend.
16199
16200         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16201
16202 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16203
16204         * spam.el (spam-verify-bogofilter): Add new function.
16205         (spam-check-bogofilter)
16206         (spam-bogofilter-register-with-bogofilter): Use it.
16207         (spam-verify-bogofilter): Add small fixes.
16208
16209 2004-09-28  Simon Josefsson  <jas@extundo.com>
16210
16211         * hashcash.el (hashcash-generate-payment): Revert.
16212
16213 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16214
16215         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16216         Use gnus-extract-references instead of gnus-split-references.
16217
16218         * gnus-util.el (gnus-extract-references): Add new function, analogous
16219         to gnus-split-references but extracts only the message-ID without
16220         anything extra.
16221
16222         * hashcash.el (hashcash-generate-payment)
16223         (hashcash-check-payment): Do the right thing if hashcash-path is
16224         nil (because the hashcash program could not be found).
16225
16226         * spam.el (spam-use-hashcash): Remove comment.
16227
16228 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16229
16230         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16231         (gnus-cache-enter-article, gnus-cache-remove-article)
16232         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16233
16234         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16235
16236         * gnus-art.el (article-hide-boring-headers)
16237         (article-translate-strings, article-display-face)
16238         (gnus-article-mime-match-handle-first)
16239         (gnus-article-highlight-headers)
16240         (gnus-article-add-buttons-to-head): do.
16241
16242 2004-09-27  Simon Josefsson  <jas@extundo.com>
16243
16244         * hashcash.el: New version, from
16245         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16246         ../contrib/.
16247
16248 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16249
16250         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16251
16252 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16253
16254         * gnus-dup.el (gnus-dup-open): Use mapc.
16255         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16256
16257         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16258         Reported by Stefan Wiens <s.wi@gmx.net>.
16259
16260         * gnus.el (gnus-shutdown): Use dolist.
16261
16262         * gnus-undo.el (gnus-undo): Use mapc.
16263
16264         * nnrss.el (nnrss-generate-active): do.
16265
16266         * message.el (message-cite-original-without-signature)
16267         (message-cite-original): Use mapc.
16268         (message-do-actions, message-make-forward-subject): Use dolist.
16269
16270 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16271
16272         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16273         deletion to remove entire duplicate line.  Fixes merged article
16274         number bug.
16275
16276 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16277
16278         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16279         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16280         first ask if you want to open a server and then, even when you
16281         responded with no, asking if you want to synchronize the server's
16282         flags.
16283         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16284         multi-line expressions.
16285         (gnus-agent-synchronize-group-flags): New internal function.
16286         Updates marks in memory (in the info structure) AND in the
16287         backend.
16288
16289         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16290
16291         * nnagent.el (nnagent-request-set-mark):
16292         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16293         method, to ensure that synchronization updates marks in the
16294         backend and in the info (in memory) structure.
16295
16296 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16297
16298         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16299         convention fully; don't miss the root article of a thread; make
16300         the X-Draft-From header with correct article numbers.
16301
16302 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16303
16304         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16305         unless plugged.  Disable the agent so that an open failure causes
16306         an error.
16307
16308         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16309         Revert 2004-09-21 change.  The backend must be opened while
16310         synchronizing flags even when the backend stores the flags
16311         locally.
16312
16313 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16314
16315         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16316         in `header' match.  Reported by Svend Tollak Munkejord.
16317
16318         * message.el (message-cite-original): Fix use of
16319         `message-cite-articles-with-x-no-archive'.
16320
16321 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16324         (gnus-window-to-buffer): Ditto.
16325
16326         * mml.el (mml-preview-buffer): New variable.
16327         (mml-preview): Manage window layout with gnus-buffer-configuration.
16328
16329         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16330         X-Draft-From header even if those articles aren't quoted.
16331
16332 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16333
16334         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16335         (gnus-request-set-mark, gnus-request-update-mark): Use new
16336         g-s-t-u-l-m to decide to use backend even when unplugged.
16337
16338 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16341         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16342
16343 2004-09-20  Simon Josefsson  <jas@extundo.com>
16344
16345         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16346         "utf-16-le".
16347
16348 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16349
16350         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16351
16352 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16353
16354         * uudecode.el (uudecode-use-external): Add :version.
16355
16356         * smime.el (smime-CA-file, smime-encrypt-cipher)
16357         (smime-dns-server): Add :version.
16358
16359         * smiley.el (gnus-smiley-file-types): Add :version.
16360
16361         * sha1.el (sha1-use-external): Add :version.
16362
16363         * pgg-def.el (pgg-query-keyserver): Add :version.
16364
16365         * nnmail.el (nnmail-fancy-expiry-targets)
16366         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16367         Add :version.
16368
16369         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16370         (nnimap-retrieve-groups-asynchronous): Add :version.
16371         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16372
16373         * mml.el (mml-content-disposition-parameters)
16374         (mml-insert-mime-headers-always): Add :version.
16375
16376         * mm-util.el (mm-coding-system-priorities): Add :version.
16377
16378         * mm-decode.el (mm-inline-text-html-with-images)
16379         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16380         (mm-verify-option): Add :version.
16381         (mm-text-html-renderer): Change :version.
16382
16383         * message.el (message-fcc-externalize-attachments)
16384         (message-required-headers, message-draft-headers)
16385         (message-subject-trailing-was-query)
16386         (message-subject-trailing-was-ask-regexp)
16387         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16388         (message-mark-insert-end, message-archive-header)
16389         (message-archive-note, message-cross-post-default)
16390         (message-cross-post-note, message-followup-to-note)
16391         (message-cross-post-note-function, message-use-mail-followup-to)
16392         (message-subscribed-address-functions)
16393         (message-subscribed-address-file, message-subscribed-addresses)
16394         (message-subscribed-regexps, message-allow-no-recipients)
16395         (message-yank-cited-prefix, message-signature-insert-empty-line)
16396         (message-hidden-headers, message-hierarchical-addresses)
16397         (message-mail-user-agent, message-use-idna)
16398         (message-valid-fqdn-regexp)
16399         (message-strip-special-text-properties, message-header-synonyms)
16400         (message-beginning-of-line, message-tab-body-function): Add :version.
16401         (message-insert-canlock, message-wide-reply-confirm-recipients):
16402         Change :version.
16403
16404         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16405         and :version.
16406         (mail-source-delete-old-incoming-confirm)
16407         (mail-source-movemail-program): Add :version.
16408
16409         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16410         (gnus-agent-cache, gnus-agent): Change :version.
16411
16412         * gnus-util.el (gnus-use-byte-compile): Change :version.
16413
16414         * gnus-sum.el (gnus-summary-make-false-root-always)
16415         (gnus-summary-default-high-score)
16416         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16417         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16418         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16419         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16420         (gnus-sum-thread-tree-single-indent)
16421         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16422         (gnus-sum-thread-tree-leaf-with-other)
16423         (gnus-sum-thread-tree-single-leaf): Add :version.
16424         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16425         (gnus-article-loose-mime): Change :version.
16426
16427         * gnus-start.el (gnus-backup-startup-file)
16428         (gnus-save-startup-file-via-temp-buffer): Add :version.
16429
16430         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16431         (gnus-server-offline-face): Add :version.
16432
16433         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16434
16435         * gnus-msg.el (gnus-gcc-externalize-attachments)
16436         (gnus-debug-files, gnus-debug-exclude-variables)
16437         (gnus-discouraged-post-methods): Change :version.
16438         (gnus-confirm-mail-reply-to-news)
16439         (gnus-confirm-treat-mail-like-news): Add :version.
16440
16441         * gnus-int.el (gnus-server-unopen-status): Add :version.
16442
16443         * gnus-group.el (gnus-group-jump-to-group-prompt)
16444         (gnus-large-ephemeral-newsgroup)
16445         (gnus-fetch-old-ephemeral-headers): Add :version.
16446
16447         * gnus-fun.el (gnus-x-face-directory)
16448         (gnus-convert-pbm-to-x-face-command)
16449         (gnus-convert-image-to-x-face-command)
16450         (gnus-convert-image-to-face-command): Add :version.
16451
16452         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16453
16454         * gnus-cite.el (gnus-cite-blank-line-after-header)
16455         (gnus-article-boring-faces): Add :version.
16456
16457         * gnus-art.el (gnus-buttonized-mime-types)
16458         (gnus-inhibit-mime-unbuttonizing)
16459         (gnus-treat-display-face)
16460         (gnus-treat-body-boundary): Change :version.
16461         (gnus-body-boundary-delimiter, gnus-picon-databases)
16462         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16463         (gnus-treat-date-english, gnus-treat-fold-headers)
16464         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16465         (gnus-treat-mail-picon, gnus-treat-wash-html)
16466         (gnus-article-encrypt-protocol)
16467         (gnus-use-idna, gnus-article-over-scroll)
16468         (gnus-mime-display-multipart-alternative-as-mixed)
16469         (gnus-mime-display-multipart-related-as-mixed)
16470         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16471         (gnus-ctan-url, gnus-button-ctan-handler)
16472         (gnus-button-handle-ctan-bogus-regexp)
16473         (gnus-button-ctan-directory-regexp)
16474         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16475         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16476         (gnus-button-man-level, gnus-button-emacs-level)
16477         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16478
16479         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16480         (gnus-agent-go-online): Change :version.
16481         (gnus-agent-expire-unagentized-dirs)
16482         (gnus-agent-auto-agentize-methods): Add :version.
16483
16484         * flow-fill.el (fill-flowed-display-column)
16485         (fill-flowed-encode-column): Add :version.
16486
16487         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16488         (gnus-outlook-deuglify-unwrap-max)
16489         (gnus-outlook-deuglify-cite-marks)
16490         (gnus-outlook-deuglify-unwrap-stop-chars)
16491         (gnus-outlook-deuglify-no-wrap-chars)
16492         (gnus-outlook-deuglify-attrib-cut-regexp)
16493         (gnus-outlook-deuglify-attrib-verb-regexp)
16494         (gnus-outlook-deuglify-attrib-end-regexp)
16495         (gnus-outlook-display-hook): Add :version.
16496
16497         * binhex.el (binhex-use-external): Add :version.
16498
16499 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16500
16501         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16502         and `invisible'.
16503
16504 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16505
16506         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16507         in gnus-registry-trim.
16508
16509 2004-09-13  Simon Josefsson  <jas@extundo.com>
16510
16511         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16512
16513         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16514
16515         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16516         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16517         <yamaoka@jpl.org>.
16518         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16519         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16520         <yamaoka@jpl.org>.
16521
16522         * sieve.el (sieve-manage-mode): Ditto.
16523
16524 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16525
16526         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16527
16528 2004-09-11  Simon Josefsson  <jas@extundo.com>
16529
16530         * dns-mode.el: Add.
16531
16532         * mm-view.el (mm-display-dns-inline): Add.
16533
16534         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16535         (mm-automatic-display): Ditto.
16536
16537         * mailcap.el (mailcap-mime-data): Add text/dns.
16538         (mailcap-mime-extensions): Map .soa to text/dns.
16539
16540 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16541
16542         * gnus-art.el (article-decode-mime-words, article-babel)
16543         (gnus-article-highlight-signature, gnus-article-add-buttons)
16544         (gnus-signature-toggle): Remove unnecessary bindings of
16545         `inhibit-read-only' inherited from v5.10 merge.
16546
16547 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16548
16549         * nntp.el (nntp): New customization group.
16550         (nntp-authinfo-file): Add customization group.
16551
16552         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16553
16554         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16555
16556         * gnus.el (to-address, to-list, subscribed)
16557         (large-newsgroup-initial): Ditto.
16558
16559         * flow-fill.el (fill-flowed-display-column)
16560         (fill-flowed-encode-column): Ditto.
16561
16562 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16563
16564         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16565         Use point-min rather than 1.
16566         (message-send-mail): Use buffer-size rather than point-max.
16567
16568         * gnus-sum.el (gnus-summary-search-article-forward):
16569         Signal a specific `search-failed' rather than a generic `error'.
16570
16571         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16572         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16573         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16574
16575 2004-09-10  Simon Josefsson  <jas@extundo.com>
16576
16577         * nndb.el (require): Remove tcp and duplicate cl.
16578
16579 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16580
16581         * gnus-agent.el (directory-files-and-attributes): Move forward.
16582
16583 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16584
16585         * gnus-agent.el (directory-files-and-attributes):
16586         Optionally defined to support XEmacs.
16587
16588 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16589
16590         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16591         to avoid run-time CL dependencies.
16592         (gnus-agent-unfetch-articles): New function.
16593         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16594         article numbers even when local .overview file is missing.
16595         (gnus-agent-read-article-number): New function.  Only accepts
16596         27-bit article numbers.
16597         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16598         Use gnus-agent-read-article-number.
16599         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16600         from backend while recognizing that article numbers in .overview
16601         must be valid.
16602         (gnus-agent-update-files-total-fetched-for):
16603         Use directory-files-and-attributes to improve performance.
16604         * gnus-int.el (gnus-request-move-article):
16605         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16606         improve performance.
16607
16608         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16609         some users confused by references to .newsrc when they only have a
16610         .newsrc.eld file.
16611         (gnus-convert-mark-converter-prompt)
16612         (gnus-convert-converter-needs-prompt): Fix use of property list.
16613         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16614         New function.  Used internally to only display 'gnus converting
16615         files' message when actually necessary.
16616
16617         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16618         methods now autoloaded.
16619
16620 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16621
16622         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16623         identifiers.
16624
16625 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16626
16627         * gnus-picon.el: Fix indentation and closing parenthesis.
16628
16629 2004-09-01  Simon Josefsson  <jas@extundo.com>
16630
16631         * message.el (message-canlock-generate): Require sha1, not
16632         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16633         to require within a function.  Sadly, if sha1.el isn't loaded, the
16634         let binding in m-c-g will hide the defcustom definition, which is
16635         bad.)
16636
16637         * canlock.el: Require sha1, not sha1-el.
16638
16639         * message.el: Don't autoload sha1 (there is a autoload cookie in
16640         sha1.el).
16641
16642         * sha1-el.el: Rename to sha1.el.
16643
16644 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16645
16646         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16647
16648 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16649
16650         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16651
16652 2004-08-30  Kim F. Storm  <storm@cua.dk>
16653
16654         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16655
16656         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16657         Add :group 'nnimap.
16658
16659 2004-08-30  Andreas Schwab  <schwab@suse.de>
16660
16661         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16662         ?* and ?\;.
16663
16664         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16665         and ?\' to symbol instead of whitespace.
16666
16667 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16668
16669         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16670
16671         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16672         instead of re-search-forward.
16673
16674         * gnus-uu.el (gnus-uu-save-article): Ditto.
16675         (gnus-uu-post-encode-uuencode): Ditto.
16676
16677         * html2text.el (html2text-clean-list-items): Ditto.
16678         (html2text-clean-dtdd): Ditto.
16679         (html2text-format-tags): Ditto.
16680
16681         * message.el (message-send-mail-with-sendmail): Fix regexp.
16682         (message-fill-field-general): Use search-forward instead of
16683         re-search-forward.
16684         (unbold-region): Ditto.
16685
16686         * nnrss.el (nnrss-request-article): Ditto.
16687
16688         * nnslashdot.el (nnslashdot-request-article): Ditto.
16689
16690         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16691
16692         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16693         "Unrecognized menu descriptor" error in XEmacs.
16694
16695 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16696
16697         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16698         parent article of a sparse article in the thread hashtb.
16699
16700 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16701
16702         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16703         (nnmail-expand-newtext): Lowercase expanded entries if
16704         nnmail-split-lowercase-expanded is non-nil.
16705
16706 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16707
16708         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16709
16710         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16711         of gnus-tmp-news-method into string under XEmacs.  It will be
16712         passed to gnus-correct-length which takes only a string argument.
16713
16714 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16715
16716         * gnus-util.el (gnus-bind-print-variables): New macro.
16717         (gnus-prin1): Use it.
16718         (gnus-prin1-to-string): Use it.
16719         (gnus-pp): New function.
16720         (gnus-pp-to-string): New function.
16721
16722         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16723         Replace pp-to-string with gnus-pp-to-string.
16724         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16725         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16726         * gnus-msg.el (gnus-debug): Ditto.
16727         * gnus-score.el (gnus-score-save): Ditto.
16728         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16729         gnus-pp-to-string.
16730         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16731         with gnus-pp.
16732         * score-mode.el (gnus-score-pretty-print): Ditto.
16733         * webmail.el (webmail-debug): Ditto.
16734
16735 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16736
16737         * gnus-art.el (article-display-face, article-display-x-face):
16738         Use buffer-read-only.
16739
16740 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16741
16742         * gnus-art.el (article-hide-list-identifiers):
16743         Bind inhibit-read-only as t.
16744
16745 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16746
16747         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16748
16749 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16750
16751         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16752         (gnus-narrow-to-page): Don't assume point-min == 1.
16753         (gnus-article-edit-mode): Derive from message-mode.
16754
16755         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16756         point-min == 1.
16757
16758         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16759         Disable incorrect use of `assert'.
16760
16761         * message.el (message-mode): Set comment-start-skip.
16762
16763
16764 2004-08-22  Sam Steingold  <sds@gnu.org>
16765
16766         * pop3.el (pop3-leave-mail-on-server): New user variable.
16767         (pop3-movemail): Delete mail only when it is nil.
16768
16769 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16770
16771         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16772
16773         * mml.el (mml-preview): Use `pop-to-buffer'.
16774
16775         * message.el (message-goto-mail-followup-to): Insert after "To".
16776         (message-carefully-insert-headers): Add comment.
16777
16778         * gnus.el: Remove unused variable `gnus-article-check-size'.
16779
16780         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16781
16782         * gnus-art.el (gnus-button-alist):
16783         Improve `gnus-button-handle-library' entry.
16784
16785 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16786
16787         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16788         Use downcase, since XEmacs capitalizes error messages differently.
16789
16790 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16791
16792         * nntp.el: Add (require 'gnus) due to reference to
16793         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16794
16795 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16796
16797         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16798         Bind `mm-fill-flowed'.
16799
16800         * mm-decode.el (mm-dissect-singlepart): Check it.
16801
16802 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16803
16804         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16805         'imap' for netrc parsing.
16806
16807 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16808
16809         * mailcap.el (mailcap-mime-data): Mark as risky.
16810
16811 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16814         may be included in the encoded word.
16815         (rfc2047-encode): Don't append a space if the encoded word
16816         includes close parenthesis.
16817
16818 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16819
16820         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16821         of text within parentheses.
16822
16823 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16824
16825         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16826         (gnus-encrypt-write-file-contents): Make the password key the file
16827         name PLUS the cipher, not just the cipher.  Also remove failed
16828         passwords from the cache.
16829
16830 2004-08-06  Simon Josefsson  <jas@extundo.com>
16831
16832         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16833         Doc fix.
16834
16835 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16836
16837         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16838         LWSP.
16839
16840 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16841
16842         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16843         Try to append in-reply-to: data to the references: header.
16844
16845         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16846         (netrc-parse): Use gnus-encrypt.el functions.
16847
16848         * gnus-encrypt.el: Add new file for encryption support; currently
16849         does only a few GPG ciphers and an internal XOR cipher.
16850
16851         * password.el: Add comments on using password-read-and-add.
16852         (password-read-and-add): Add function to read and add the
16853         password to the cache at once.
16854
16855 2004-07-28  Simon Josefsson  <jas@extundo.com>
16856
16857         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16858         parameter (but don't use it, for now).
16859
16860         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16861         instead of hard coding to nil.
16862
16863 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16864
16865         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16866         as mm-inline-image-xemacs does.
16867
16868 2004-07-26  Simon Josefsson  <jas@extundo.com>
16869
16870         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16871         Revert part of 2004-07-17 change below.
16872
16873 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16874
16875         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16876         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16877
16878 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16879
16880         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16881         quotes that actually start with ">" at the beginning of the
16882         lines.
16883
16884 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16885
16886         * rfc2047.el (rfc2047-encode-region): Fix last change.
16887         (rfc2047-encode-parameter): Remove useless concat.
16888
16889 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16890
16891         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16892         encode special characters; fix some kind of misconfigured headers;
16893         signal a real error if debug-on-quit or debug-on-error is non-nil.
16894         (rfc2047-encode-max-chars): New variable.
16895         (rfc2047-encode-1): Use it.
16896         (rfc2047-encode-parameter): New function.
16897
16898         * mml.el (mml-insert-parameter): Remove an excessive space.
16899
16900 2004-07-17  Simon Josefsson  <jas@extundo.com>
16901
16902         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16903         Kai Grossjohann <kai@emptydomain.de>.
16904         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16905         (gnus-group-make-menu-bar): Ditto.
16906
16907         * gnus-util.el (gnus-group-server): Add.
16908
16909 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16910
16911         * message.el (message-clone-locals): Clone sendmail and smtp
16912         variables.
16913
16914 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16915
16916         * rfc2047.el (rfc2047-encode-region): Fix last change.
16917
16918 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16919
16920         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16921         characters as non-special.
16922
16923 2004-07-09  Simon Josefsson  <jas@extundo.com>
16924
16925         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16926         Users will lose all flag changes made while unplugged with
16927         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16928         good default.  See numerous reports on ding mailing list.
16929
16930 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16931
16932         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16933         add generate-head-function and generate-article-function to the
16934         rfc822-forward entry.
16935         (nndoc-rfc822-forward-generate-article): New function.
16936         (nndoc-rfc822-forward-generate-head): New function.
16937
16938         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16939
16940 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16941
16942         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16943         respect display group parameter and gnus-summary-expunge-below.
16944         (gnus-articles-to-read): Remove unused reference to display group
16945         parameter.
16946
16947 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16948
16949         * nnheader.el (nnheader-uniquify-message-id): New experimental
16950         variable.
16951         (nnheader-nov-read-message-id): Use it.
16952
16953         * spam-report.el (spam-report-gmane): Add interactive.
16954
16955 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16956
16957         * mm-encode.el (mm-content-transfer-encoding-defaults):
16958         Use qp-or-base64 for the application/* types.
16959
16960 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16961
16962         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16963
16964 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16965
16966         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16967         trim value.
16968
16969 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16970
16971         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16972         New macro and function.
16973         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16974
16975 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16976
16977         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16978         after-load-alist.
16979
16980 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16981
16982         * gnus-group.el (gnus-group-get-new-news-this-group):
16983         Don't update info that isn't there.
16984
16985 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16986
16987         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16988         entry.
16989
16990 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * mm-view.el (mm-inline-render-with-function): Use multibyte
16993         buffer; decode html source by charset.
16994
16995         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16996
16997         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16998         Mule-UCS is loaded under XEmacs.
16999         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17000
17001 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17002
17003         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17004
17005 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17006
17007         * mm-util.el (mm-coding-system-p): Return a coding-system.
17008         (mm-mime-mule-charset-alist): Use shift_jis instead of
17009         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17010         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17011         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17012         instead of japanese-shift-jis and iso-latin-1 respectively in
17013         order to share the default value with both Emacs and XEmacs-mule.
17014         (mm-mule-charset-to-mime-charset):
17015         Make mm-coding-system-priorities effective.
17016         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17017         while predicating of candidates upon the priorities.
17018
17019 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17020
17021         * gnus-sum.el (gnus-summary-make-menu-bar):
17022         Add gnus-uu-invert-processable.
17023
17024         * gnus.el: Autoload gnus-uu-invert-processable.
17025
17026 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17027
17028         * mm-util.el (mm-with-multibyte-buffer): New macro.
17029
17030         * rfc2047.el (rfc2047-encode-string): Use it.
17031         (rfc2047-encode-region): Move point to the end of the region after
17032         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17033
17034 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17035
17036         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17037         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17038
17039 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17042         (gnus-cite-parse): Ignore quoted envelope From_.
17043         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17044
17045 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17046
17047         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17048         invalid addresses.
17049
17050 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17051
17052         * spam.el: Change section markers, revise TODO list.
17053         (spam-backends): Make new master list of all installed backends.
17054         (spam-summary-exit-behavior): Add new variable to determine how
17055         messages moves are done at summary exit.
17056         (spam-move-spam-nonspam-groups-only)
17057         (spam-process-ham-in-nonham-groups)
17058         (spam-process-ham-in-spam-groups): Remove variables, the
17059         spam-summary-exit-behavior variable should be used to manage this
17060         behavior.
17061         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17062         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17063         and spam-old-spam-articles.
17064         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17065         Add empty variables, placeholders for the backends they represent.
17066         (spam-set-difference): Move, unchanged.
17067         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17068         unless the user has a processor variable.
17069         (spam-classifications, spam-classification-valid-p)
17070         (spam-backend-properties, spam-backend-property-valid-p)
17071         (spam-backend-function-type-valid-p)
17072         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17073         (spam-report-articles-gmane, spam-report-articles-resend):
17074         Remove functions, they are not needed.
17075         (spam-install-backend-super, spam-backend-list)
17076         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17077         (spam-backend-function, spam-backend-ham-registration-function)
17078         (spam-backend-spam-registration-function)
17079         (spam-backend-ham-unregistration-function)
17080         (spam-backend-spam-unregistration-function)
17081         (spam-backend-statistical-p, spam-backend-mover-p)
17082         (spam-install-backend-alias, spam-install-checkonly-backend)
17083         (spam-install-mover-backend, spam-install-nocheck-backend)
17084         (spam-install-backend, spam-install-statistical-backend)
17085         (spam-install-statistical-checkonly-backend): Add backend installation
17086         support.
17087         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17088         (spam-group-processor-p): Use the new backend code and respect the
17089         summary exit behavior.
17090         (spam-mark-spam-as-expired-and-move-routine): Remove.
17091         (spam-summary-prepare): Change to use the new spam-old-articles
17092         variable.
17093         (spam-copy-or-move-routine, spam-copy-spam-routine)
17094         (spam-move-spam-routine, spam-copy-ham-routine)
17095         (spam-move-ham-routine): Add code to copy/move ham or spam.
17096         (spam-fetch-field-fast): Improve doc and code, plus allow the
17097         'number request.
17098         (spam-list-of-checks, spam-list-of-statistical-checks):
17099         Remove variables.
17100         (spam-split, spam-find-spam): Use the new backend code.
17101         (spam-registration-functions): Remove variable.
17102         (spam-unregister-routine): Add convenience wrapper.
17103         (spam-log-undo-registration, spam-register-routine)
17104         (spam-log-processing-to-registry)
17105         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17106         where possible.
17107         (spam-check-gmane-xref, spam-check-regex-headers)
17108         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17109         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17110         (spam-check-bogofilter-headers, spam-check-spamoracle)
17111         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17112         (spam-check-crm114-headers): Use the spam-split-group that
17113         spam-split prepares, no need to determine it every time.
17114
17115         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17116         to the nnheader-parse-naked-head call.
17117
17118         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17119
17120         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17121         the nnheader-nov-read-message-id call.
17122
17123 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17124
17125         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17126         gnus-activate-group twice.  Suggested by Markus Peter
17127         <warp@spin.de>.
17128
17129 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17130
17131         * gnus-art.el (gnus-article-time-format): Exchange the order of
17132         day and month in the default value; fix customization type.
17133         (article-date-ut): Use add-text-properties.
17134         (article-make-date-line): Use message-make-date instead of
17135         current-time-string.
17136
17137         * message.el (message-fetch-field): Don't use set-text-properties.
17138         (message-make-date): Simplify.
17139
17140         * messagexmas.el (message-xmas-make-date): New function.
17141         (message-xmas-redefine): Defalias message-make-date to it.
17142
17143 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17144
17145         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17146         (rfc2047-encode-region): Treat text within parentheses as special;
17147         show the original text when error has occurred.
17148
17149         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17150         already-computed method to gnus-activate-group.
17151
17152         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17153         same select-methods identical Lisp objects.
17154
17155         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17156         object when modifying the info.
17157
17158 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17159
17160         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17161         gnus-opened-servers since it has never been opened with the new
17162         configuration yet.
17163
17164 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17165
17166         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17167         arg to nnheader-generate-fake-message-id.
17168
17169 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17170
17171         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17172         number and build a fake message ID localized to a group and
17173         article number (so it's repeatable from that point on).
17174         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17175         ID format.
17176
17177         * gnus-sum.el (gnus-get-newsgroup-headers):
17178         Call nnheader-generate-fake-message-id with the article number.
17179
17180 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17181
17182         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17183         end-of-buffer.
17184
17185 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17186
17187         * message.el (message-ignored-supersedes-headers): Add Approved.
17188
17189 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17190
17191         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17192         goto-char.
17193         (rfc2047-encode): Fold the line before encoding.
17194
17195 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17196
17197         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17198         folding -- not all headers can be folded, and this should be done
17199         by the message composition mode.  Probably.  I think.
17200
17201 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17202
17203         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17204         fast.
17205
17206         * gnus-ems.el (gnus-remove-image): Don't use
17207         message-text-with-property; remove only the image found first.
17208
17209         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17210         found first.
17211
17212 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17213
17214         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17215
17216 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17217
17218         * message.el (message-text-with-property): Make it fast and accept
17219         optional arguments.
17220         (message-strip-forbidden-properties): Use it.
17221         (message-fix-before-sending): Follow the m-t-w-p change.
17222
17223         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17224
17225 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17226
17227         * gnus-art.el (article-hide-headers): Don't change the buffer
17228         mistakenly when performing mml-preview even if
17229         gnus-single-article-buffer is nil.
17230
17231 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17232
17233         * message.el (message-expand-name-databases): New user option.
17234         (message-expand-name): Use it.
17235
17236 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17237
17238         * spam.el (spam-report-articles-resend)
17239         (spam-report-resend-register-routine): Allow ham reporting.
17240         (spam-report-resend-register-ham-routine): Add wrapper.
17241         (spam-registration-functions): Add ham resending functions.
17242         (spam-list-of-processors): Add ham resend processor.
17243
17244         * gnus.el (ham-resend-to): Add new group parameter.
17245         (spam-process): Add ham resend option.
17246
17247         * spam-report.el (spam-report-resend): Allow reporting ham.
17248         (spam-report-resend-ham): Add wrapper.
17249
17250 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17251
17252         * message.el (message-cite-articles-with-x-no-archive):
17253         New variable.
17254         (message-cite-original): Use it.
17255
17256 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17257
17258         * message.el (message-cite-original): Respect X-No-Archive.
17259
17260 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17261
17262         * gnus-art.el (article-hide-headers): Refer to the values for
17263         gnus-ignored-headers and gnus-visible-headers in the summary
17264         buffer since a user may have set them as group parameters.
17265
17266 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17267
17268         * assistant.el (assistant-node-name): Add convenience function.
17269         (assistant-render-text, assistant-render-node): Add error handling,
17270         plus handle multiple next nodes.
17271         (assistant-find-next-node): Comment out for now.
17272         (assistant-find-next-nodes): Add function, returns list of next
17273         nodes.
17274
17275 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17276
17277         * mail-source.el (mail-source-directory): Fix doc-string.
17278
17279 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17280
17281         * assistant.el (assistant-render-text, assistant-eval): Add :set
17282         widget type, which is different because it takes and returns a
17283         list.  Much hilarity ensues.
17284
17285 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17286
17287         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17288
17289         * gnus-group.el (gnus-group-get-new-news-this-group):
17290         Add doc-string.
17291
17292         * gnus-start.el (gnus-activate-group): Add doc-string.
17293
17294 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17297
17298 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17299
17300         * assistant.el (assistant-render-text): Try to add a :set
17301         widget, more to come.
17302
17303         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17304         strings.
17305         (spam-report-articles-resend)
17306         (spam-register-routine): Do registration iff any articles warrant
17307         it.
17308         (spam-summary-prepare-exit): Change log message for nil group
17309         destinations.
17310
17311 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17312
17313         * spam.el (spam-report-resend-register-routine):
17314         Allow spam-report-resend-to to be a group parameter or a global value.
17315
17316 2004-05-26  Simon Josefsson  <jas@extundo.com>
17317
17318         * starttls.el: Merge with my GNUTLS based starttls.el.
17319         (starttls-gnutls-program, starttls-use-gnutls)
17320         (starttls-extra-arguments, starttls-process-connection-type)
17321         (starttls-connect, starttls-failure, starttls-success):
17322         New variables.
17323         (starttls-program, starttls-extra-args): Doc fix.
17324         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17325         New functions.
17326         (starttls-negotiate, starttls-open-stream):
17327         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17328         function if it is set.
17329
17330 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17331
17332         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17333         structured fields.
17334
17335 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17336
17337         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17338
17339 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17340
17341         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17342         Add variable.
17343         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17344         assigning the spam-mark to new messages.
17345
17346 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17347
17348         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17349
17350 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17351
17352         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17353
17354         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17355         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17356         default.
17357
17358 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17359
17360         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17361         correct data.
17362
17363 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17364
17365         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17366         (spam-group-processor-p): Fix function.
17367         (spam-group-processor-multiple-p)
17368         (spam-group-spam-processor-report-gmane-p)
17369         (spam-group-spam-processor-report-resend-p)
17370         (spam-group-spam-processor-bogofilter-p)
17371         (spam-group-spam-processor-blacklist-p)
17372         (spam-group-spam-processor-ifile-p)
17373         (spam-group-ham-processor-ifile-p)
17374         (spam-group-spam-processor-spamoracle-p)
17375         (spam-group-spam-processor-crm114-p)
17376         (spam-group-ham-processor-bogofilter-p)
17377         (spam-group-spam-processor-stat-p)
17378         (spam-group-ham-processor-stat-p)
17379         (spam-group-ham-processor-whitelist-p)
17380         (spam-group-ham-processor-BBDB-p)
17381         (spam-group-ham-processor-spamoracle-p)
17382         (spam-group-ham-processor-copy-p): Remove functions with some
17383         prejudice against unneeded code.
17384         (spam-report-articles-resend)
17385         (spam-report-resend-register-routine): Allow the group/topic
17386         spam-resend-to value to override spam-report-resend-to.
17387         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17388         properly now.
17389
17390         * gnus.el (spam-resend-to): Add group/topic parameter.
17391         (spam-process): Move the OBSOLETE processors to the end of the
17392         choices.
17393
17394 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17395
17396         * spam-report.el (spam-report-resend-to, spam-report-resend):
17397         Start with resend-to set to nil, and then ask the user if necessary.
17398         (spam-report-resend): spam-report-resend takes a list of articles, not
17399         separate article numbers.
17400
17401 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17402
17403         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17404         addition to emacs-w3m.
17405
17406 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17407
17408         * assistant.el (assistant-authinfo-data): New function.
17409         (assistant-eval): Eval for entire assistant.
17410
17411         * netrc.el (netrc-services-file): New variable.
17412         (netrc-parse-services): New function.
17413         (netrc-find-service-name): New function.
17414         (netrc-find-service-number): New function.
17415         (netrc-port-equal): New function.
17416         (netrc-machine): Use it.
17417
17418         * nnimap.el (nnimap-open-connection): Use netrc.
17419
17420         * gnus-util.el (gnus-netrc-get): Remove aliases.
17421
17422         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17423
17424         * assistant.el (wid-edit): Fix compilation.
17425
17426         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17427
17428 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17429
17430         * gnus-util.el (gnus-set-file-modes): New function.  (small
17431         patch).
17432
17433 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17434
17435         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17436
17437         * assistant.el (assistant-render-node): Fix up rendering and
17438         read-only text.
17439         (assistant-render-node): Reset.
17440         (assistant-make-read-only): Not sticky.
17441
17442 2004-05-20  Danny Siu  <dsiu@adobe.com>
17443
17444         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17445         centered even when gnus-auto-center-summary is t.
17446
17447 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17448
17449         * dns.el (dns-get-txt-answer): New function.
17450         (dns-read-txt): Ditto.
17451         (query-dns): Use it.
17452
17453 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17454
17455         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17456         active for foreign groups even if the group level is higher than
17457         the specified value.
17458
17459 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17460
17461         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17462         non-active groups.
17463
17464         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17465
17466 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17467
17468         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17469
17470 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17471
17472         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17473         (spam-crm114-header, spam-crm114-spam-switch)
17474         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17475         (spam-crm114-positive-spam-header)
17476         (spam-crm114-database-directory, spam-list-of-processors)
17477         (spam-group-spam-processor-crm114-p)
17478         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17479         (spam-generic-score, spam-list-of-checks)
17480         (spam-list-of-statistical-checks, spam-registration-functions)
17481         (spam-check-crm114-headers, spam-crm114-score)
17482         (spam-check-crm114, spam-crm114-register-with-crm114)
17483         (spam-crm114-register-spam-routine)
17484         (spam-crm114-unregister-spam-routine)
17485         (spam-crm114-register-ham-routine)
17486         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17487         From asjo@koldfront.dk (Adam Sjøgren).
17488
17489         * gnus.el: Add spam-use-crm114.
17490
17491         * spam.el (spam-list-of-processors, spam-registration-functions):
17492         Add spam-use-resend.
17493         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17494         (spam-report-articles-gmane): Add doc fix.
17495         (spam-report-articles-resend, spam-report-resend-register-routine):
17496         Add wrappers around spam-report-resend-to.
17497
17498         * spam-report.el (spam-report-resend-to, spam-report-resend):
17499         Add support for resending spam.
17500         (spam-report-gmane): Fix line length >80.
17501
17502         * gnus.el (spam-process): Add spam-use-resend.
17503
17504 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17505
17506         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17507         number of processed spam messages.
17508         (spam-ham-copy-or-move-routine): Return the number of processed
17509         ham messages.
17510         (spam-summary-prepare-exit): Use the above values to decide
17511         whether status messages shouled be displayed.
17512
17513 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17514
17515         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17516         `rfc2047-encoding-function-alist' in order to avoid conflicting
17517         with the old version.
17518         (rfc2047-encode-region): Concatenate words containing non-ASCII
17519         characters in structured fields; don't encode space-delimited
17520         ASCII words even in unstructured fields; don't break words at
17521         char-category boundaries.
17522         (rfc2047-encode-1): New function.
17523         (rfc2047-encode): Use it; encode text so that it occupies the
17524         maximum width within 76-column; work correctly on Q encoding for
17525         iso-2022-* charsets.
17526         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17527         sure not to break a line just after the header name.
17528         (rfc2047-b-encode-region): Remove.
17529         (rfc2047-b-encode-string): New function.
17530         (rfc2047-q-encode-region): Remove.
17531         (rfc2047-q-encode-string): New function.
17532
17533         * mm-util.el (mm-replace-in-string): New function.
17534
17535 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17536
17537         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17538         Really get it right.
17539         (gnus-inews-make-draft): Really.
17540
17541 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17542
17543         * nnmh.el (nnmh-request-list-1): Don't check the link count
17544         before descending.  (small patch)
17545
17546 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17547
17548         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17549         stuff.
17550
17551         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17552         Match on real group name.
17553
17554         * gnus-art.el (gnus-signature-limit): Doc fix.
17555
17556         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17557
17558         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17559
17560 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17561
17562         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17563         isn't a string.
17564
17565 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17566
17567         * gnus-draft.el (gnus-draft-send):
17568         Bind rfc2047-encode-encoded-words.
17569
17570         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17571         (rfc2047-encodable-p): Say that =? needs encoding.
17572         (rfc2047-encode-encoded-words): New variable.
17573
17574         * gnus-group.el (gnus-group-select-group): Doc fix.
17575
17576         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17577
17578         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17579         to nil.
17580
17581         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17582
17583         * nnheader.el (nnheader-get-lines-and-char): New function.
17584
17585 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17586
17587         * gnus-msg.el (gnus-summary-followup-with-original):
17588         Document yanking of region when active.
17589
17590 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17591
17592         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17593         groups if the group level is higher than the specified value.
17594
17595 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17596
17597         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17598         (gnus-group-jump-to-group): Add prefix argument using
17599         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17600         non-active group.
17601
17602         * compface.el (uncompface): Be verbose when changing
17603         `uncompface-use-external'.
17604
17605         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17606         handle manual section.
17607
17608 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17609
17610         * gnus-art.el (gnus-button-alist): Revert previous change.
17611
17612 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17613
17614         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17615
17616 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17617
17618         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17619         whether backend can accept message.
17620
17621         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17622
17623 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17624
17625         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17626         Avoid creating directory when nntp-marks-is-evil is true.
17627         Reported by Reiner Steib.
17628
17629 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17630
17631         * gnus-picon.el (gnus-picon-style): New variable.
17632         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17633         (gnus-picon-transform-address): Support `gnus-picon-style'.
17634         From Jesper Harder <harder@ifa.au.dk>.
17635
17636 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17637
17638         * message.el (message-fill-field): Return point.
17639         (message-generate-headers): Go to end of field.
17640
17641         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17642         stuff for non-living groups.
17643
17644 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17645
17646         * gnus-art.el (gnus-article-followup-with-original)
17647         (gnus-article-reply-with-original): gnus-mark-active-p ->
17648         gnus-region-active-p.
17649
17650 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17651
17652         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17653         only when there is spam or ham to be processed.
17654
17655 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17656
17657         * mail-source.el (mail-source-delete-crash-box): Refactor.
17658         (mail-source-fetch): Use it.
17659         (mail-source-fetch-file): Ditto.
17660         (mail-source-fetch-directory): Run postscript in loop.
17661         (mail-source-fetch-pop): Delete.
17662         (mail-source-fetch-maildir): Ditto.
17663         (mail-source-fetch-imap): Ditto.
17664
17665         * imap.el (imap-authenticators): Comment out sasl.
17666
17667         * message.el (message-skip-to-next-address): New function.
17668         (message-fill-header-address): Refactor.
17669         (message-fill-address): Use it.
17670         (message-delete-address): Use it.
17671         (message-fill-header-general): Refactor.
17672         (message-fill-field-address): Rename.
17673         (message-narrow-to-field): Find the start of the header.
17674         (message-header-format-alist): Don't pre-fill.
17675         (message-fill-header): Remove.
17676         (message-insert-header): New function.
17677         (message-shorten-references): Use it.
17678
17679         * rfc2047.el (rfc2047-field-value): Strip props.
17680
17681         * mail-parse.el (mail-header-make-address): New alias.
17682
17683         * ietf-drums.el (ietf-drums-make-address): New function.
17684
17685         * imap.el: Add compiler directives.
17686
17687         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17688
17689         * gnus-art.el (article-decode-idna-rhs): Don't use
17690         message-idna-inside-rhs-p.
17691
17692 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17693
17694         * message.el (message-idna-inside-rhs-p): Remove.
17695         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17696
17697         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17698         false positives.
17699
17700 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17701
17702         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17703
17704 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17705
17706         * nneething.el (nneething-file-name): Don't create spurious
17707         files.
17708
17709         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17710         (gnus-inews-do-gcc): Remove sleep.
17711
17712         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17713         part under point.
17714
17715         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17716         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17717
17718 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17719
17720         * spam.el (spam-summary-prepare-exit): Fix (length).
17721
17722 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17723
17724         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17725         as expired without moving it" message when there are spam
17726         messages left.
17727
17728 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17729
17730         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17731         header is not nil.
17732
17733 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17734
17735         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17736         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17737         (nntp-marks-changed-p): New arg SERVER.
17738         (nntp-request-update-info): Adjust caller.
17739
17740 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17741
17742         * nntp.el (nntp-save-marks): Pass missing arg.
17743
17744 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17745
17746         * nntp.el: Support marks.
17747         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17748         (nntp-marks-modtime, nntp-marks-directory): New variables.
17749         (nntp-request-set-mark, nntp-request-update-info)
17750         (nntp-possibly-create-directory, nntp-marks-changed-p)
17751         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17752         New functions.
17753
17754 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17755
17756         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17757         (gnus-xmas-redefine): Rename.
17758
17759         * gnus-score.el (gnus-score-insert-help):
17760         Use gnus-select-lowest-window.
17761
17762         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17763         appt-select-lowest-window and rename to gnus-select-lowest-window.
17764
17765         * gnus.el: do.
17766
17767 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17768
17769         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17770         encodings of MIME-encoded words, in order to improve
17771         interoperability with several broken MUAs.
17772
17773 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17774
17775         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17776         tags, only when charsets are not specified in headers.
17777         (mm-inline-text-html-render-with-w3m): Ditto.
17778
17779         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17780         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17781
17782 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17783
17784         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17785         instead of MIME-decoded from fields when checking
17786         `gnus-article-address-banner-alist'.
17787
17788 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17789
17790         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17791         description rather than subject.
17792
17793 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17794
17795         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17796
17797 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17798
17799         * gnus.el (gnus-version-number): Bump.
17800
17801 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17802
17803         * gnus.el: No Gnus v0.2 is released.
17804
17805 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17806
17807         * gnus-agent.el (gnus-agent-read-agentview):
17808         Inline gnus-uncompress-range.
17809
17810 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17811
17812         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17813         `exec-installed-p'.
17814
17815 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17816
17817         * gnus.el (spam-process, spam-autodetect-methods):
17818         Add bsfilter and bsfilter-headers.
17819
17820         * spam.el (spam-bsfilter): New customize group.
17821         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17822         (spam-bsfilter-header, spam-bsfilter-probability-header)
17823         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17824         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17825         (spam-bsfilter-database-directory): New options.
17826         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17827         (spam-list-of-statistical-checks, spam-registration-functions):
17828         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17829         (spam-bsfilter-score): New command.
17830         (spam-check-bsfilter-headers, spam-check-bsfilter)
17831         (spam-bsfilter-register-with-bsfilter)
17832         (spam-bsfilter-register-spam-routine)
17833         (spam-bsfilter-unregister-spam-routine)
17834         (spam-bsfilter-register-ham-routine)
17835         (spam-bsfilter-unregister-ham-routine): New functions.
17836         (spam-generic-score): Support bsfilter; Accept an optional argument
17837         to recalcurate spam score even if scoring header has already been
17838         added.
17839         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17840         optional argument to recalcurate spam score even if scoring header
17841         has already been added.
17842
17843 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17844
17845         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17846         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17847         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17848         link is missing.
17849
17850 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17851
17852         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17853         (html2text-get-attr): Rewrite.
17854
17855         * message.el (message-setup-1): Remove redundant put-text-property
17856         on mail-header-separator.
17857
17858 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17859
17860         * gnus-registry.el (gnus-registry-cache-whitespace)
17861         (gnus-registry-action, gnus-registry-spool-action)
17862         (gnus-registry-split-fancy-with-parent): Change message levels
17863         from 5 to 3 or 7, as needed.
17864
17865         * spam.el (spam-summary-prepare-exit)
17866         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17867         (spam-split, spam-find-spam, spam-log-undo-registration)
17868         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17869         level from 5 to 6.
17870
17871 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17872
17873         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17874         2004-03-04 change).
17875
17876 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17877
17878         * sieve-manage.el (sieve-manage-open):
17879         * nnweb.el (nnweb-insert-html):
17880         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17881         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17882         * nnspool.el (nnspool-request-group):
17883         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17884         * nnml.el (nnml-request-update-info):
17885         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17886         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17887         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17888         (nnimap-request-set-mark):
17889         * nnfolder.el (nnfolder-request-update-info):
17890         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17891         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17892         * gnus-uu.el (gnus-uu-find-articles-matching):
17893         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17894         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17895         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17896         * gnus-nocem.el (gnus-nocem-scan-groups):
17897         * gnus-int.el (gnus-start-news-server):
17898         * gnus-group.el (gnus-group-make-kiboze-group)
17899         (gnus-group-browse-foreign-server):
17900         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17901         Use mapc when appropriate.
17902
17903 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17904
17905         FIXME: Make separate entries for each person.
17906
17907         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17908         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17909         <shields@msrl.com>:
17910
17911         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17912         may need for spam sorting and scoring.
17913         (spam-user-format-function-S): Add user format function suitable for
17914         general use.
17915         (spam-article-sort-by-spam-status): Add sorting function for summary
17916         sorting.
17917         (spam-extra-header-to-number): Add function to get a score from a
17918         header.
17919         (spam-summary-score): Add function to get a numeric score from the
17920         headers.
17921         (spam-generic-score): Fix function doc, was in wrong place.
17922         (spam-initialize): Take symbols when it's run, and install the
17923         extra headers that spam-necessary-extra-headers thinks we need.
17924
17925 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17926
17927         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17928         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17929
17930 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17931
17932         * gnus-sum.el (gnus-set-global-variables)
17933         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17934         (gnus-article-get-xrefs, gnus-summary-best-group)
17935         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17936         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17937         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17938         Use with-current-buffer.
17939
17940 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17941
17942         * spam.el (spam-summary-prepare-exit): Simplify logic.
17943         (spam-fetch-article-header): Read the article header if it's not
17944         available.
17945         (spam-list-articles): Simplify logic.
17946         (spam-filelist-register-routine): Fix bug with unregister-list.
17947
17948         * gnus-registry.el: Fix comments at beginning.
17949
17950 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17951
17952         * message.el (message-cater-to-broken-inn): Remove.
17953         (message-shorten-references): Make sure the total folded length of
17954         References is shorter than 998 characters to cater to a bug in INN
17955         2.3.  Also, don't pretend that references aren't folded -- this
17956         hasn't worked for a while.
17957
17958 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17959
17960         * gnus-agent.el (gnus-agentize):
17961         gnus-agent-send-mail-real-function no longer set to current value
17962         of message-send-mail-function but rather a lambda that calls
17963         message-send-mail-function.  The change makes the agent real-time
17964         responsive to user changes to message-send-mail-function.
17965
17966 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17967
17968         * legacy-gnus-agent.el
17969         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17970         help from Florian Weimer <fw@deneb.enyo.de>
17971
17972 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17973
17974         * nnmail.el (nnmail-cache-insert): Revert last change.
17975
17976 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17977
17978         * nnmail.el (nnmail-cache-insert): Always check whether
17979         nnmail-cache-ignore-groups matches a group name.
17980
17981 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17982
17983         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17984         (spam-find-spam, spam-log-processing-to-registry)
17985         (spam-log-registered-p, spam-log-unregistration-needed-p)
17986         (spam-log-undo-registration): Use gnus-message instead of
17987         gnus-error, none of these errors are fatal.
17988
17989         * gnus-registry.el (gnus-registry-clean-empty-function)
17990         (gnus-registry-clean-empty): Remove only empty entries without
17991         extra data.
17992
17993 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17994
17995         * spam-stat.el (spam-stat-buffer-change-to-spam)
17996         (spam-stat-buffer-change-to-non-spam): Change (error) to
17997         (gnus-message 8) invocation.
17998
17999 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18000
18001         * nntp.el (nntp-via-netcat-command): New variable.
18002         (nntp-via-netcat-switches): New variable.
18003         (nntp-open-via-rlogin-and-netcat): New function.
18004         (nntp-open-connection-function): Doc fix.
18005         (nntp-telnet-command): Doc fix.
18006         (nntp-end-of-line): Doc fix.
18007         (nntp-via-rlogin-command): Doc fix.
18008         (nntp-via-user-name): Doc fix.
18009         (nntp-via-address): Doc fix.
18010
18011 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18014         error in Emacs 21.1.
18015
18016 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18017
18018         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18019
18020 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18021
18022         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18023         (gnus-agent-with-refreshed-group): New macro.
18024         (gnus-agent-rename-group): New function.
18025         (gnus-agent-delete-group): New function.
18026         (gnus-agent-save-group-info): Use gnus-command-method when
18027         `method' parameter is nil.  Don't write nil entries into the
18028         active file.
18029         (gnus-agent-get-group-info): New function.
18030         (gnus-agent-fetch-articles):
18031         Use gnus-agent-update-files-total-fetched-for to increment disk space
18032         used.
18033         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18034         Use gnus-agent-update-view-total-fetched-for to increment disk space
18035         used.
18036         (gnus-agent-get-local): Add optional parameters to avoid calling
18037         gnus-group-real-name and gnus-find-method-for-group.
18038         (gnus-agent-set-local): Delete stored entry if either min, or max,
18039         are nil.
18040         (gnus-agent-fetch-session): Reworded error/quit messages.
18041         On quit, use gnus-agent-regenerate-group to record existance of any
18042         articles fetched to disk before the quit occurred.
18043         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18044         gnus-agent-update-view-total-fetched-for, and
18045         gnus-agent-update-files-total-fetched-for to decrement disk space
18046         used.
18047         (gnus-agent-retrieve-headers):
18048         Use gnus-agent-update-view-total-fetched-for to increment disk space
18049         used.
18050         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18051         with gnus-agent-update-files-total-fetched-for to decrement disk
18052         space and fresh group buffer.
18053         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18054         (gnus-agent-need-update-total-fetched-for): New variable.
18055         (gnus-agent-update-files-total-fetched-for): New function.
18056         (gnus-agent-update-view-total-fetched-for): New function.
18057         (gnus-agent-total-fetched-for): New function.
18058
18059         * gnus-cache.el (gnus-cache-save-buffers):
18060         Use gnus-cache-update-overview-total-fetched-for to change disk space
18061         used by this group.
18062         (gnus-cache-possibly-enter-article):
18063         Use gnus-cache-update-file-total-fetched-for to increment disk space
18064         used by this group.
18065         (gnus-cache-possibly-remove-article):
18066         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18067         used by this group.
18068         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18069         (gnus-cache-rename-group): New function.
18070         (gnus-cache-delete-group): New function.
18071         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18072         (gnus-cache-need-update-total-fetched-for): New variable.
18073         (gnus-cache-with-refreshed-group): New macro.
18074         (gnus-cache-update-file-total-fetched-for): New function.
18075         (gnus-cache-update-overview-total-fetched-for): New function.
18076         (gnus-cache-rename-group-total-fetched-for): New function.
18077         (gnus-cache-delete-group-total-fetched-for): New function.
18078         (gnus-cache-total-fetched-for): New function.
18079
18080         * gnus-group.el: Require gnus-sum and autoload functions to
18081         resolve warnings when gnus-group.el compiled alone.
18082         (gnus-group-line-format): Documented new %F.
18083         (size of Fetched data) group line format; identifies disk space
18084         used by agent and cache.
18085         (gnus-group-line-format-alist): Defined new F format.
18086         (gnus-total-fetched-for): New function.
18087         (gnus-group-delete-group): No longer update
18088         gnus-cache-active-altered as gnus-request-delete-group now keeps
18089         the cache in sync.
18090         (gnus-group-list-active): Let the agent store a server's active
18091         list if currently plugged.
18092
18093         * gnus-int.el (gnus-request-delete-group):
18094         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18095         local disk in sync with the server.
18096         (gnus-request-rename-group):
18097         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18098         local disk in sync with the server.
18099
18100         * gnus-start.el (gnus-get-unread-articles):
18101         Cosmetic simplification to logic.
18102
18103         * gnus-util.el (gnus-rename-file): New function.
18104
18105 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18106
18107         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18108
18109 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18110
18111         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18112         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18113
18114 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18115
18116         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18117         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18118
18119 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18120
18121         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18122
18123 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18124
18125         * spam.el (spam-set-difference): Add function to replace
18126         gnus-set-difference in spam.el.
18127         (spam-summary-prepare-exit): Use spam-set-difference.
18128
18129 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18130
18131         * gnus-registry.el (gnus-registry-cache-file): Update to use
18132         gnus-dribble-directory OR gnus-home-directory OR ~.
18133         (gnus-registry-split-fancy-with-parent): Fix doc.
18134
18135 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18136
18137         * message.el (message-exchange-point-and-mark):
18138         Use message-mark-active-p.  Suggested by Jesper Harder
18139         <harder@ifa.au.dk>.
18140
18141 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18142
18143         * message.el (message-exchange-point-and-mark): Don't activate
18144         region if it was inactive.  Suggested by Hiroshi Fujishima
18145         <pooh@nature.tsukuba.ac.jp>.
18146
18147 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18148
18149         * gnus-art.el (article-display-face): Display Faces in the same
18150         order as X-Faces.
18151
18152 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18153
18154         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18155
18156 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18157
18158         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18159         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18160         (gnus-article-mime-hierarchy): Remove.
18161         (gnus-article-mime-hierarchy-next): Remove.
18162         (gnus-article-mode): Revert 2004-03-19 change.
18163         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18164         (gnus-insert-mime-button): Revert 2004-03-19 change.
18165         (gnus-mime-accumulate-hierarchy): Remove.
18166         (gnus-mime-enter-multipart): Remove.
18167         (gnus-mime-leave-multipart): Remove.
18168         (gnus-mime-display-part): Revert 2004-03-19 change.
18169         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18170
18171         * mml.el (mml-preview): Revert 2004-03-19 change.
18172
18173 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18174
18175         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18176
18177 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18178
18179         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18180         t while entering a file name using the mm-with-multibyte macro.
18181         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18182
18183         * mm-util.el (mm-with-multibyte): New macro.
18184
18185 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18186
18187         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18188         New user option.
18189         (gnus-mime-multipart-functions): Doc and customization fix.
18190         (gnus-article-mime-hierarchy): New variable.
18191         (gnus-article-mime-hierarchy-next): New variable.
18192         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18193         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18194         gnus-article-mime-hierarchy-next to nil.
18195         (gnus-insert-mime-button): Show hierarchy numbers.
18196         (gnus-mime-accumulate-hierarchy): New function.
18197         (gnus-mime-enter-multipart): New function.
18198         (gnus-mime-leave-multipart): New function.
18199         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18200         (gnus-mime-display-alternative): Show hierarchy numbers.
18201
18202         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18203         gnus-article-mime-hierarchy-next to nil.
18204
18205 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18206
18207         * dns.el: Don't require gnus-xmas.
18208
18209 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18210
18211         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18212         inline PGP.
18213         (mml-menu): Disable mml-quote-region if mark is inactive.
18214
18215 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18216
18217         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18218         when the group's active is not available.
18219
18220 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18221
18222         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18223         error.
18224
18225 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18226
18227         * imap.el (imap-store-password): New variable.
18228         (imap-interactive-login): Use it.
18229         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18230
18231 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18232
18233         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18234         window-start and hscroll to summary window.
18235
18236 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18237
18238         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18239         conversion message to newsrc-dribble when an actual conversion is
18240         performed.
18241
18242 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18243
18244         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18245
18246 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18247
18248         * mm-decode.el (mm-complicated-handles): New function reviving
18249         former definition of mm-multiple-handles.
18250
18251         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18252         (gnus-mime-delete-part): Use it.
18253
18254 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18255
18256         * gnus-agent.el (gnus-agent-read-local):
18257         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18258         avoid the implicit assumption that they will always be equal.
18259         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18260         coding-system-for-write, as the with-temp-file macro first prints
18261         to a buffer then saves the buffer.
18262
18263 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18264
18265         * gnus-art.el (gnus-article-edit-part): New function.
18266         (gnus-mime-save-part-and-strip): Use it; do query instead of
18267         signaling an error; don't use mm-multiple-handles.
18268         (gnus-mime-delete-part): Ditto.
18269
18270 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18271
18272         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18273         old file versions.
18274         (gnus-group-prepare-hook): Remove function that converted list
18275         form of gnus-agent-expire-days to group properties.
18276
18277         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18278         (gnus-request-accept-article): Re-indented.
18279
18280         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18281         converters to handle old agent file formats.  Add logic for a
18282         "backup before upgrading warning".
18283         (gnus-convert-mark-converter-prompt): Developers can mark
18284         functions as needing (default), or not needing,
18285         gnus-convert-old-newsrc's "backup before upgrading warning".
18286         (gnus-convert-converter-needs-prompt): Tests whether the user
18287         should be protected from potentially irreversable changes by the
18288         function.
18289
18290         * legacy-gnus-agent.el: New.  Provides converters that are only
18291         loaded when gnus-convert-old-newsrc needs to call them.
18292
18293 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18294
18295         * mail-source.el (mail-source-touch-pop): Doc fix.
18296
18297         * message.el (message-smtpmail-send-it): Doc fix.
18298
18299 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18300
18301         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18302
18303         * nnmail.el (nnmail-split-fancy): do.
18304
18305         * gnus-kill.el (gnus-kill, gnus-execute): do.
18306
18307 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18308
18309         * gnus-sum.el (gnus-widget-reversible-match)
18310         (gnus-widget-reversible-to-internal)
18311         (gnus-widget-reversible-to-external): New functions.
18312         (gnus-widget-reversible): New widget.
18313         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18314
18315 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18316
18317         * gnus-sum.el (gnus-thread-sort-functions)
18318         (gnus-article-sort-functions): Document `(not F)' items.
18319
18320 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18321
18322         * spam.el (spam-use-gmane-xref): Add new backend.
18323         (spam-gmane-xref-spam-group): Add variable to control the name of the
18324         Gmane spam group.
18325         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18326         (spam-regex-headers-spam, spam-regex-headers-ham)
18327         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18328         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18329         backends and checks.
18330         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18331
18332         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18333         an autodetect method.
18334
18335 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18336
18337         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18338         articles are being added to a group.
18339         (gnus-request-replace-article): Inform the agent that articles
18340         need to be uncached as the cached contents are no longer valid.
18341
18342 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18343
18344         * binhex.el: Don't autoload executable-find.
18345
18346         * canlock.el: Don't autoload mail-fetch-field.
18347
18348         * dgnushack.el: Autoload c-mode for XEmacs.
18349
18350         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18351
18352         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18353         rmail-dont-reply-to and rmail-output.
18354
18355         * gnus-score.el: Don't autoload ffap-string-at-point.
18356
18357         * gnus-setup.el: Don't autoload sc-cite-original.
18358
18359         * imap.el: Don't autoload base64-decode-string,
18360         base64-encode-string and md5.
18361
18362         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18363         and rmail-msg-restore-non-pruned-header.
18364
18365         * mm-decode.el: Don't autoload executable-find.
18366
18367         * mm-url.el: Don't autoload executable-find.
18368
18369         * mm-view.el: Don't autoload diff-mode.
18370
18371         * nndb.el: Don't autoload news-reply-mode, news-setup,
18372         cancel-timer and telnet.
18373
18374         * password.el: Don't autoload run-at-time for Emacs.
18375
18376         * sha1-el.el: Don't autoload executable-find.
18377
18378         * sieve-mode.el: Don't autoload c-mode.
18379
18380         * uudecode.el: Don't autoload executable-find.
18381
18382 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18383
18384         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18385         (gnus-agent-possibly-alter-active): Avoid null in numeric
18386         comparison.
18387         (gnus-agent-set-local): Refuse to save null in local object table.
18388         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18389         list of articles that will be marked as unread.
18390
18391 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18392
18393         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18394
18395 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18396
18397         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18398         language tags.
18399
18400 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18401
18402         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18403         Don't bind "obarray".
18404
18405         * gnus-sum.el (gnus-thread-sort-functions):
18406         Add `gnus-thread-sort-by-most-recent-number' and
18407         `gnus-thread-sort-by-most-recent-date'.
18408         Reported by Kai Grossjohann <kai@emptydomain.de>.
18409
18410 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18411
18412         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18413
18414 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18415
18416         * gnus-cus.el (gnus-agent-customize-category):
18417         Remove ignore-errors macro reference that required cl to be loaded at
18418         run-time.
18419
18420         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18421         single-interval range of the form (min . max).  Previously the
18422         range had to look like ((min . max)).  Likewise, return
18423         (min . max) rather than ((min . max)).
18424         (gnus-range-map): Use gnus-range-normalize to accept
18425         single-interval range.
18426
18427         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18428         the cache, but not the agent, now appear with their usual face.
18429
18430         * dgnushack.el (loaddir): New variable that is bound to the
18431         directory containing the dgnushack.el file. Use loaddir, rather
18432         than srcdir, to update load-path. Change lets dgnushack compile
18433         code in directories other than GNUS/lisp.
18434
18435 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18436
18437         * lpath.el: Don't bind w3m-safe-url-regexp.
18438
18439         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18440         w3m-safe-url-regexp variable buffer-local.
18441
18442         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18443
18444 2004-02-27  Simon Josefsson  <jas@extundo.com>
18445
18446         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18447         gnus-group-real-prefix.
18448         (gnus-summary-move-article): Use it, instead of
18449         gnus-group-real-prefix.
18450
18451 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18452
18453         * lpath.el: Bind w3m-safe-url-regexp.
18454
18455         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18456         w3m-safe-url-regexp variable buffer-local and set it as the value
18457         of mm-w3m-safe-url-regexp.
18458
18459         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18460
18461         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18462         parsing gnus-posting-styles when the message is not for replying.
18463
18464         * dgnushack.el: Autoload sgml-mode for XEmacs.
18465
18466         * nnrss.el (nnrss-opml-export):
18467         Use mm-set-buffer-file-coding-system instead of
18468         set-buffer-file-coding-system.
18469
18470 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18471
18472         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18473         of checkdoc.el).
18474         * nnrss.el: do.
18475         * gnus-mlspl.el: do.
18476         * gnus-ml.el: do.
18477         * gnus-srvr.el: do.
18478
18479         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18480
18481 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18482
18483         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18484         Corrections to custom-manual links.
18485
18486         * gnus-art.el (gnus-article): Ditto.
18487
18488         * mm-decode.el (mime-display, mime-security): Ditto.
18489
18490 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18491
18492         * flow-fill.el: Typo.
18493
18494 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18495
18496         * spam-wash.el: New file.
18497
18498 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18499
18500         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18501
18502 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18503
18504         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18505         to be run with new-articles as LIST1, not LIST2.
18506         (spam-registration-functions): Add spam-use-ham-copy as a nil
18507         registration backend.
18508
18509 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18510
18511         * spam-stat.el (spam-stat-washing-hook): New option.
18512         (spam-stat-buffer-words): Use it.
18513         (spam-stat-process-directory, spam-stat-test-directory):
18514         Use insert-file-contents-literally.
18515         (spam-stat-coding-system): New variable.
18516         (spam-stat-load, spam-stat-save): Use it.
18517
18518 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18519
18520         * spam-report.el (spam-report-plug-agent):
18521         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18522
18523 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18524
18525         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18526         Allow / in mailto URLs.
18527
18528 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18529
18530         * spam-report.el (spam-report-process-queue): Fix interactive use.
18531         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18532         (spam-report-unplug-agent): Doc fixes.
18533         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18534         (spam-report-agentize, spam-report-deagentize): Autoload.
18535
18536 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18537
18538         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18539
18540         * message.el (message-setup-fill-variables): Add mml tags to
18541         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18542         <ajk@iu.edu>.
18543         (message-mode): Don't modify paragraph-separate there.
18544
18545 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18546
18547         * compface.el (uncompface-use-external): Default to undecided.
18548         (uncompface-use-external-threshold): New variable.
18549         (uncompface-float-time): New macro.
18550         (uncompface): Determine whether to use the external decoder if
18551         uncompface-use-external is undecided.
18552
18553 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18554
18555         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18556         after images.
18557
18558         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18559
18560 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18561
18562         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18563
18564         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18565
18566         * gnus-sum.el (gnus-summary-limit-to-age)
18567         (gnus-summary-limit-children): do.
18568
18569         * gnus-int.el (gnus-request-scan): do.
18570
18571         * gnus-group.el (gnus-group-suspend): do.
18572
18573         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18574
18575         * gnus-cite.el (gnus-cite-parse-attributions): do.
18576
18577         * gnus-agent.el (gnus-summary-set-agent-mark)
18578         (gnus-agent-regenerate-group): do.
18579
18580         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18581
18582         * binhex.el (binhex-decode-region-internal): do.
18583
18584 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18585
18586         * gnus-fun.el (gnus-face-properties-alist): New user option.
18587         (gnus-display-x-face-in-from): Use it.
18588
18589         * gnus-art.el (article-display-face): Ditto.
18590
18591         * compface.el (uncompface-use-external): Default to nil.
18592
18593 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18594
18595         * nntp.el (nntp-erase-buffer): New function.
18596         (nntp-retrieve-data, nntp-send-command)
18597         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18598         (nntp-possibly-change-group): Use it.
18599
18600         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18601         Use with-current-buffer.
18602
18603 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18604
18605         * compface.el: Merge the ELisp-based uncompface program.
18606         (compface): New customization group.
18607         (uncompface-use-external): New user option.
18608         (uncompface): Call uncompface-internal if uncompface-use-external
18609         is nil.
18610         (uncompface-internal): New function.  Note that there are also
18611         some other functions and variables added for this function.
18612
18613 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18614
18615         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18616         if necessary.
18617
18618 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18619
18620         * spam-report.el (spam-report-unplug-agent)
18621         (spam-report-plug-agent, spam-report-deagentize)
18622         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18623         Add support for the Agent in spam-report: when unplugged, report to a
18624         file; when plugged, submit all the requests.
18625
18626         * spam.el (spam-register-routine): Fix message about
18627         registration.
18628
18629 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18630
18631         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18632         dependencies.
18633         (rfc2047-encode): Use it.
18634
18635         * gnus-art.el (gnus-button-marker-list): Move before first
18636         reference.
18637
18638         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18639         (imap-parse-body): Fix format string mismatch.
18640
18641         * gnus-score.el (gnus-summary-increase-score): do.
18642
18643         * nnrss.el (nnrss-close): New function.
18644
18645 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18646
18647         * nnrss.el (nnrss-make-filename): New function.
18648         (nnrss-request-delete-group, nnrss-read-server-data)
18649         (nnrss-save-server-data, nnrss-read-group-data)
18650         (nnrss-save-group-data): Use it.
18651         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18652         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18653         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18654
18655 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18656
18657         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18658
18659 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18660
18661         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18662         files.
18663
18664         * message.el (message-generate-headers-first): Don't quote nil
18665         and t in docstrings.
18666
18667         * imap.el (imap-id): do.
18668
18669         * gnus-agent.el (gnus-agent-consider-all-articles)
18670         (gnus-agent-queue-mail): do.
18671
18672 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18673
18674         * spam-report.el (spam-report-process-queue): New function.
18675         Process requests from `spam-report-requests-file'.
18676         (spam-report-process-queue): Doc fix.
18677
18678 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18679
18680         * spam.el (spam-register-routine)
18681         (spam-log-processing-to-registry, spam-log-registered-p)
18682         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18683         Change "check" to "spam-check" for semi-clarity.
18684
18685 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18686
18687         * pop3.el: Require nnheader.
18688
18689         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18690
18691         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18692
18693         * gnus-picon.el: Require cl.
18694
18695         * gnus-fun.el: Require gnus-ems and gnus-util.
18696
18697         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18698
18699         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18700
18701         * gnus-art.el (gnus-article-edit-mode): Define before first
18702         reference.
18703
18704 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18705
18706         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18707         (gnus-uu-post-encoded): Use point-at-bol.
18708
18709         * gnus-topic.el (gnus-group-active-topic-p): do.
18710
18711         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18712
18713         * gnus-group.el (gnus-group-kill-region): do.
18714
18715         * gnus-art.el (article-date-ut): do.
18716
18717         * message.el (message-fetch-field): Remove redundant
18718         case-fold-search binding.
18719         (message-narrow-to-field): Simplify.
18720
18721 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18722
18723         * spam.el (spam-directory): Derive from `gnus-directory'.
18724
18725         * spam-report.el (spam-report-url-to-file)
18726         (spam-report-requests-file): New function and variable for offline
18727         reporting.
18728         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18729         and user defined function.
18730         (spam-report-url-ping-mm-url): Remove doubled slash.
18731
18732 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18733
18734         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18735
18736 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18737
18738         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18739         Fix format string mismatch.
18740
18741         * sieve.el (sieve-deactivate-all): do.
18742
18743         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18744
18745         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18746
18747         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18748
18749         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18750
18751 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18752
18753         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18754         the list of checks.
18755
18756 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18757
18758         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18759         padding.
18760
18761 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18762
18763         * mm-view.el (mm-fill-flowed): New variable.
18764         (mm-inline-text): Use it.
18765
18766 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18767
18768         * spam.el (spam-spamassassin-register-ham-routine)
18769         (spam-spamassassin-register-spam-routine): Fix function names.
18770
18771 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18772
18773         * gnus.el (gnus-tmp-grouplens): Remove.
18774         (gnus-summary-line-format): Remove grouplens.
18775
18776         * gnus-group.el (gnus-group-line-format): Ditto.
18777
18778         * gnus-spec.el (gnus-format-specs): Ditto.
18779         (gnus-update-format-specifications): Flush the group format spec
18780         cache if there's the grouplens stuff.
18781         (gnus-parse-simple-format): Replace %l with the empty string.
18782
18783 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18784
18785         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18786         omission.
18787
18788 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18789
18790         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18791         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18792
18793 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18794
18795         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18796         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18797         New macros and functions.
18798         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18799         Handle > NLINK_MAX messages.
18800         * nnmaildir.el (nnmaildir-request-set-mark):
18801         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18802
18803 2004-01-25  Alex Schroeder  <alex@gnu.org>
18804
18805         * spam-stat.el (spam-stat-process-directory-age): New option.
18806         (spam-stat-process-directory): Use it.
18807
18808 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18809
18810         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18811         (spam-stat-save): Accept prefix argument.
18812
18813 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18814
18815         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18816         links" error.
18817
18818 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18819
18820         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18821         the rest of the and/or forms.
18822
18823 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18824
18825         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18826         compatibility with old .newsrc.eld files.
18827
18828         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18829
18830         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18831
18832         * gnus-start.el (gnus-1): do.
18833
18834         * gnus-group.el (gnus-group-line-format-alist): do.
18835
18836         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18837
18838         * gnus-gl.el: Remove.
18839
18840 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18841
18842         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18843         marks consisting of a single range {for example, (3 . 5)} rather
18844         than a list of a single range { ((3 . 5)) }.
18845
18846 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18847
18848         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18849         Use with-current-buffer.
18850         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18851         avoid consing a string.
18852
18853         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18854         Remove obsolete entries for big5 and gb2312.
18855
18856 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18857
18858         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18859         uncompressed list.
18860
18861 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18862
18863         * spam-stat.el (spam-stat-strip-xref): New function.
18864         (spam-stat-process-directory): Use it.
18865
18866         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18867         here -- it's done in message-fetch-field.
18868
18869 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18870
18871         * gnus-agent.el (gnus-agent-queue-mail)
18872         (gnus-agent-prompt-send-queue): New variables.
18873         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18874         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18875         "nndraft:queue" along to gnus-draft-send.
18876         Use gnus-agent-prompt-send-queue.
18877         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18878         is "nndraft:queue".  Suggested by Gaute Strokkenes
18879         <gs234@srcf.ucam.org>
18880
18881         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18882         (agent-enable-undownloaded-faces): Add.
18883         (gnus-agent-cat-groups): Use eval-and-compile, not
18884         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18885         method of gnus-agent-cat-groups even when the buffer has been
18886         evaled.
18887         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18888         delete gnus-agent-save-active-1.
18889         (gnus-agent-save-groups): Delete.  Identical to
18890         gnus-agent-save-active.
18891         (gnus-agent-write-active): No longer adjust agent's copy of active
18892         file as agent's adjustments are now stored in their own
18893         file.  Remove optional parameter.
18894         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18895         servers.  Add use of min/max range limits from server's local
18896         file.
18897         (gnus-agent-save-alist): Remove unused optional argument.
18898         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18899         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18900         (gnus-agent-set-local): A per-server file that keeps min/max range
18901         limits for articles known to the agent.  Provides a fast mechanism
18902         for altering many active ranges.
18903         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18904         active file (local makes it unnecessary).
18905         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18906
18907         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18908         (agent-enable-undownloaded-faces): Add.
18909
18910         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18911         disable it when sending to "nndraft:queue".
18912         (gnus-group-send-queue): Add safety check to avoid sending queue
18913         when unplugged.
18914
18915         * gnus-group.el (gnus-group-catchup): Use new
18916         gnus-sequence-of-unread-articles, not
18917         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18918         numbers of articles.  Use gnus-range-map to avoid having to
18919         uncompress the unread list.
18920         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18921         Fix invalid ange-ftp reference.
18922
18923         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18924         (gnus-sorted-range-intersection): Intersection of two ranges
18925         without requiring that they first be uncompressed.
18926
18927         * gnus-start.el (gnus-activate-group): Unless blocked by the
18928         caller, possibly expand the active range to include both cached
18929         and agentized articles.
18930         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18931         multiple version-dependent converters.
18932         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18933         gnus-agent-save-active.
18934         (gnus-save-newsrc-file): Save dirty agent range limits.
18935
18936         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18937         gnus-agent-possibly-alter-active.
18938         (gnus-adjust-marked-articles): Faster handling of simple lists.
18939
18940 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18941
18942         * spam-stat.el (spam-stat-test-directory): New optional argument
18943         displays a list of files detected.  Suggested by Andrew Cohen
18944         <cohen@andy.bu.edu>.
18945         (spam-stat-buffer-words-with-scores): Don't narrow and change
18946         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18947
18948 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18949
18950         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18951         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18952         (spam-spamassassin-arguments)
18953         (spam-spamassassin-spam-flag-header)
18954         (spam-spamassassin-positive-spam-flag-header)
18955         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18956         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18957         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18958         (spam-list-of-processors, spam-list-of-checks)
18959         (spam-list-of-statistical-checks, spam-registration-functions)
18960         (spam-check-spamassassin-headers, spam-check-spamassassin)
18961         (spam-spamassassin-score)
18962         (spam-spamassassin-register-with-sa-learn)
18963         (spam-spamassassin-register-spam-routine)
18964         (spam-spamassassin-register-ham-routine)
18965         (spam-assassin-register-spam-routine)
18966         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18967         (spam-bogofilter-score): Fix to show article before scoring.
18968
18969 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18970
18971         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18972         default scoring function.
18973         (spam-generic-score): Call spam-spamassassin-score if
18974         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18975         spam-bogofilter-score otherwise.
18976
18977         * gnus.el (spam-process, spam-autodetect-methods):
18978         Add spamassassin and spamassassin-headers.
18979
18980 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18981
18982         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18983         Suppress unnecessary messages.
18984
18985 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18986
18987         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18988         make-hash-table.
18989
18990 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18991
18992         * canlock.el (base64-encode-string): Don't autoload it.
18993
18994 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18995
18996         * run-at-time.el: Remove useless (require 'itimer),
18997         eval-and-compile and (featurep 'xemacs).
18998
18999 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19000
19001         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19002         GROUP is a virtual group.
19003
19004 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19005
19006         * gnus.el: Autoload `message-y-or-n-p'.
19007
19008 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19009
19010         * pgg-parse.el: Remove unnecessary (require 'custom).
19011
19012         * pgg-def.el: do.
19013
19014         * nnmail.el: do.
19015
19016         * gnus-undo.el: do.
19017
19018         * gnus-picon.el: do.
19019
19020         * gnus-util.el: do.
19021
19022 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19023
19024         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19025
19026 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19027
19028         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19029         handle, as well as a list.
19030
19031         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19032         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19033         (mm-w3m-cid-retrieve): Simplify.
19034
19035 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19036
19037         * message.el (message-kill-to-signature): Allow prefix arg to
19038         specify number of lines to keep before signature.
19039
19040 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19041
19042         * message.el (message-kill-to-signature): Change docstring.
19043
19044 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19045
19046         * canlock.el: Always require sha1-el.
19047         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19048
19049         * message.el: Autoload sha1 only when compiling.
19050
19051         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19052         eudc-expand-inline for XEmacs.
19053
19054 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19055
19056         * message.el (message-canlock-generate): Require sha1-el.
19057
19058 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19059
19060         * message.el (message-expand-name): Silence the byte compiler.
19061
19062         * lpath.el: Add detect-coding-system.
19063
19064         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19065         cus-edit.
19066
19067 2004-01-13  Simon Josefsson  <jas@extundo.com>
19068
19069         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19070         Invoke gnus-score-mode.
19071         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19072
19073         * gnus-range.el (gnus-compress-sequence): Doc fix.
19074         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19075
19076 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19077
19078         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19079
19080 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19081
19082         * spam.el (spam-get-article-as-string): Update to use
19083         gnus-request-article-this-buffer, much simpler.
19084         (spam-get-article-as-buffer): Remove.
19085
19086 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19087
19088         * message.el (message-expand-name): Use EUDC if the user uses that.
19089
19090 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19091
19092         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19093         character for the encoding to avoid consing a string.
19094
19095         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19096         unnecessarily.
19097
19098         * mm-util.el (mm-replace-chars-in-string): Remove.
19099
19100         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19101         of mm-replace-chars-in-string.
19102
19103 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19104
19105         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19106
19107         * mm-util.el (mm-subst-char-in-string): Support inplace.
19108
19109         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19110         a new string in every iteration.  Use shy groups.
19111
19112 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19113
19114         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19115         * gnus-soup.el (gnus-soup-group-brew):
19116         * gnus-msg.el (gnus-put-message):
19117         * gnus-move.el (gnus-group-move-group-to-server):
19118         * gnus-kill.el (gnus-batch-score):
19119         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19120         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19121         (gnus-group-update-group, gnus-group-read-group)
19122         (gnus-group-make-group, gnus-group-make-help-group)
19123         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19124         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19125         (gnus-group-sort-by-unread, gnus-group-catchup)
19126         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19127         (gnus-group-yank-group, gnus-group-set-info)
19128         (gnus-group-list-groups):
19129         * gnus.el (gnus-generate-new-group-name):
19130         * gnus-delay.el (gnus-delay-send-queue):
19131         * nnvirtual.el (nnvirtual-catchup-group):
19132         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19133         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19134         (gnus-group-prepare-topics, gnus-topic-check-topology):
19135         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19136         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19137         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19138         (gnus-group-make-articles-read):
19139         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19140         (gnus-group-change-level, gnus-kill-newsgroup)
19141         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19142         (gnus-get-unread-articles, gnus-make-articles-unread)
19143         (gnus-make-ascending-articles-unread): Use accessor
19144         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19145         to get group information for improved readability.
19146
19147
19148 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19149
19150         * gnus-art.el (article-decode-mime-words, article-babel)
19151         (gnus-article-highlight-signature, gnus-article-add-buttons)
19152         (gnus-signature-toggle): Use gnus-with-article-buffer.
19153
19154         * gnus-art.el (gnus-article-highlight-headers)
19155         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19156
19157         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19158         (gnus-article-set-globals, gnus-request-article-this-buffer)
19159         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19160         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19161         (gnus-mime-display-alternative): Use with-current-buffer.
19162
19163 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19164
19165         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19166         also under 80 char limit, and call gnus-error if needed.
19167         (spam-fetch-article-header): Fix - it was a
19168         buffer-local variable (gnus-newsgroup-data).
19169         (spam-find-spam): Use spam-generate-fake-headers, forget about
19170         spam-insert-fake-headers.
19171         (spam-insert-fake-headers): Remove.
19172
19173 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19174
19175         * deuglify.el (gnus-article-outlook-unwrap-lines)
19176         (gnus-outlook-rearrange-article)
19177         (gnus-outlook-repair-attribution-outlook)
19178         (gnus-outlook-repair-attribution-block)
19179         (gnus-outlook-repair-attribution-other): Remove redundant
19180         save-excursion.
19181
19182 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19183
19184         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19185         (spam-fetch-field-subject-fast)
19186         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19187         (spam-fetch-article-header): Add functions to deal with Gnus
19188         internals for fast retrieval of article header data.
19189         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19190
19191 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19192
19193         * pop3.el (pop3-md5): Remove.
19194         (pop3-apop): Replace pop3-md5 with md5.
19195
19196         * mm-bodies.el: base64 is always built-in.
19197
19198         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19199         Use with-current-buffer.
19200
19201 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19202
19203         * canlock.el (canlock-insert-header): Remove excessive grouping in
19204         regexp.
19205
19206         * gnus-sum.el (gnus-summary-read-document): Ditto.
19207
19208         * gnus-uu.el (gnus-uu-part-number): Ditto.
19209
19210         * html2text.el (html2text-remove-tags): Ditto.
19211         (html2text-format-tags): Ditto.
19212         (html2text-format-single-elements): Ditto.
19213
19214         * mml.el (mml-parse-1): Ditto.
19215
19216 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19217
19218         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19219
19220         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19221
19222         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19223
19224         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19225
19226 2003-11-15  Simon Josefsson  <jas@extundo.com>
19227
19228         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19229         (pgg-gpg-lookup-key): Use regexp match instead of
19230         split-string (split-string is different between emacs 21.2 and
19231         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19232
19233 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19234
19235         * gnus-art.el (gnus-mime-view-all-parts)
19236         (gnus-article-part-wrapper, gnus-article-view-part):
19237         Use with-current-buffer.
19238
19239 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19240
19241         * spam.el (spam-disable-spam-split-during-ham-respool)
19242         (spam-spamoracle-database, spam-cache-lookups)
19243         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19244         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19245         (spam-group-ham-marks, spam-group-spam-marks)
19246         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19247         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19248         also add spam-use-blackholes to the statistical checks.
19249         (spam-fetch-field-fast): Add interface to fetching fields, may
19250         become a macro.
19251         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19252         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19253         (spam-insert-fake-headers): Fake an article when needed.
19254         (spam-find-spam): Fake article when possible.
19255         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19256         (spam-check-bogofilter-headers): Use message-fetch-field instead
19257         of nnmail-fetch-field.
19258
19259 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19260
19261         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19262
19263 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19264
19265         * spam.el (spam-split): Do not require spam-use-CHECK to be
19266         enabled if that check is passed to spam-split explicitly; also
19267         fix so 'spam doesn't get converted to spam-split-group when
19268         spam-split-symbolic-return is t.
19269         (spam-find-spam): Find registrations of the article and use those
19270         instead of re-running spam-split to find the spam/ham
19271         classification of the article.
19272         (spam-log-processing-to-registry, spam-log-registered-p)
19273         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19274         Use gnus-error instead of gnus-message.
19275         (spam-log-registration-type): Add function to determine the
19276         classification of a message based on registry entries; will
19277         return nil if both 'spam and 'ham are found.
19278         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19279         a reasonably fast local cache without the loading errors.
19280         (spam-cache-lookups): Set to t by default.
19281         (spam-find-spam): Don't try to guess spam-cache-lookups.
19282         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19283         spam-caches entry.
19284         (spam-filelist-build-cache, spam-filelist-check-cache):
19285         Fix caching of whitelist/blacklist entries.
19286         (spam-check-whitelist, spam-check-blacklist):
19287         Invoke spam-from-listed-p with a type, not a cache variable.
19288         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19289
19290 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19291
19292         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19293
19294         * nnmail.el (nnmail-split-fancy): do.
19295
19296         * mml.el (mml-parse): do.
19297
19298         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19299         (gnus-score-adaptive): do.
19300
19301 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19302
19303         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19304         (gnus-mime-button-map): Don't set keymap parent.
19305         (gnus-button-ctan-directory-regexp): Use shy grouping.
19306         (gnus-prev-page-map): Don't set keymap parent.
19307         (gnus-prev-page-map): Remove duplicated one.
19308         (gnus-next-page-map): Don't set keymap parent.
19309         (gnus-mime-security-button-map): Ditto.
19310
19311         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19312         version number.
19313
19314         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19315
19316 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19317
19318         * canlock.el (canlock-sha1-function): Remove.
19319         (canlock-sha1-function-for-verify): Remove.
19320         (canlock-openssl-program): Remove.
19321         (canlock-openssl-args): Remove.
19322         (canlock-ignore-errors): Remove.
19323         (canlock-sha1-with-openssl): Remove.
19324         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19325         (canlock-verify): Don't use canlock-ignore-errors.
19326
19327         * sha1-el.el (sha1-string-external): Make it can return a string
19328         in binary form.
19329         (sha1-region-external): Ditto.
19330         (sha1-string-internal): Ditto.
19331         (sha1-region-internal): Ditto.
19332         (sha1-region): Ditto.
19333         (sha1-string): Ditto.
19334         (sha1): Ditto.
19335
19336 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19337
19338         * spam.el (spam-report-articles-gmane): New command.
19339
19340 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19341
19342         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19343
19344         * run-at-time.el (run-at-time-saved): Remove.
19345         (run-at-time): Doc fix.
19346
19347 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19348
19349         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19350         (gnus-summary-limit-map): Add it.
19351         (gnus-summary-make-menu-bar): do.
19352
19353 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19354
19355         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19356         Make attempt at some caching support (done for BBDB only now).
19357         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19358         addresses to be checked.
19359         (spam-clear-cache-BBDB): Add function, to be invoked by
19360         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19361         (spam-check-BBDB): Check and use the caches, if
19362         spam-cache-lookups is on, remove superfluous (provide).
19363
19364 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19365
19366         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19367
19368 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19369
19370         * run-at-time.el (run-at-time-saved): Move to after the definition
19371         of `run-at-time'.
19372
19373         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19374
19375 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19376
19377         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19378         mm-w3m-local-map-property.
19379
19380         * mm-view.el (mm-w3m-mode-map): Remove.
19381         (mm-w3m-local-map-property): Remove.
19382         (mm-inline-text-html-render-with-w3m): Don't use
19383         mm-w3m-local-map-property.
19384
19385 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19386
19387         * run-at-time.el: New file.
19388
19389         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19390         under Emacs.
19391
19392         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19393         of gnus-set-text-properties.
19394
19395         * gnus-uu.el (gnus-uu-save-article): Ditto.
19396
19397         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19398
19399         * gnus-cite.el (gnus-cite-parse): Ditto.
19400
19401         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19402         of gnus-.
19403
19404         * gnus-xmas.el (run-at-time): Require run-at-time.
19405
19406         * gnus.el: Change calls to nnheader-run-at-time and
19407         password-run-at-time throughout to use run-at-time directly.
19408
19409         * password.el: Remove definition of run-at-time.
19410
19411         * nnheaderxm.el: Remove definition of run-at-time.
19412
19413 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19414
19415         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19416         in prompt.
19417
19418 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19419
19420         * messagexmas.el (message-xmas-redefine): Alias
19421         `message-make-caesar-translation-table' to
19422         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19423         version.
19424
19425         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19426         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19427         `gnus-xmas-set-text-properties'.
19428         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19429         `gnus-xmas-completing-read'.
19430         (gnus-xmas-completing-read): Removed.
19431         (gnus-xmas-open-network-stream): Removed.
19432
19433         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19434         XEmacs version.
19435
19436         * dns.el (dns-make-network-process): Use `open-network-stream'
19437         instead of `gnus-xmas-open-network-stream'.
19438
19439         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19440
19441         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19442
19443 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19444
19445         * gnus-art.el (gnus-mime-display-alternative)
19446         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19447         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19448         Don't use gnus-local-map-property.
19449
19450         * gnus-util.el (gnus-local-map-property): Remove.
19451
19452         * mm-view.el (mm-view-pkcs7-decrypt):
19453         Replace gnus-completing-read-maybe-default with completing-read.
19454
19455         * gnus-util.el (gnus-completing-read): do.
19456         (gnus-completing-read-maybe-default): Remove.
19457
19458 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19459
19460         * password.el: Only autoload `run-at-time' if not XEmacs.
19461         Only autoload the itimer functions if XEmacs.
19462
19463 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19464
19465         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19466         XEmacsen.
19467
19468         * dgnushack.el: Autoload executable-find for XEmacs.
19469
19470 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19471
19472         * gnus-art.el (gnus-read-string): Remove.
19473         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19474         read-string.
19475
19476 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19477
19478         * netrc.el: Autoload password-read.
19479         (netrc): Add configuration group.
19480         (netrc-encoding-method, netrc-openssl-path):
19481         Add variables for encoding and decoding of files with symmetric
19482         ciphers.
19483         (netrc-encode): Add assistant function to encode a file with
19484         netrc-encoding-method.
19485         (netrc-parse): Add interactive parameter, added optional
19486         decoding if netrc-encoding-method is non-nil but otherwise
19487         behavior is standard.
19488         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19489         Do s/encode/encrypt/ everywhere.
19490
19491         * spam.el: Remove executable-find autoload.
19492
19493 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19494
19495         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19496
19497         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19498
19499 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19500
19501         * gnus-art.el (gnus-treat-ansi-sequences)
19502         (article-treat-ansi-sequences): New variable and function.
19503         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19504
19505         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19506         Use it.
19507
19508 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19509
19510         * mm-util.el (mm-quote-arg): Remove.
19511
19512         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19513         shell-quote-argument.
19514
19515         * gnus-uu.el (gnus-uu-command): do.
19516
19517         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19518
19519         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19520         with make-char.
19521
19522         * mm-util.el (mm-make-char): Remove.
19523
19524         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19525         add-minor-mode.
19526
19527         * gnus-undo.el (gnus-undo-mode): do.
19528
19529         * gnus-topic.el (gnus-topic-mode): do.
19530
19531         * gnus-sum.el (gnus-dead-summary-mode): do.
19532
19533         * gnus-start.el (gnus-slave-mode): do.
19534
19535         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19536
19537         * gnus-ml.el (gnus-mailing-list-mode): do.
19538
19539         * gnus-gl.el (gnus-grouplens-mode): do.
19540
19541         * gnus-draft.el (gnus-draft-mode): do.
19542
19543         * gnus-dired.el (gnus-dired-mode): do.
19544
19545         * gnus-ems.el (gnus-add-minor-mode): Remove.
19546
19547         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19548         Replace gnus-char-width with char-width.
19549
19550         * gnus-ems.el (gnus-char-width): Remove.
19551
19552         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19553         Replace gnus-char-width with char-width.
19554
19555         * gnus-ems.el (gnus-char-width): Remove.
19556
19557         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19558         definition.
19559         Remove Emacs 20 hash table compatibility code.
19560
19561         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19562         20 compatibility code.
19563
19564         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19565
19566         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19567
19568         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19569         Replace with point-at-{eol,bol}.
19570
19571         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19572
19573         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19574
19575         * flow-fill.el (fill-flowed-point-at-bol)
19576         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19577
19578         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19579         Replace with point-at-{eol,bol} throughout all files.
19580
19581 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19582
19583         * ntlm.el (ntlm-string-as-unibyte): New macro.
19584         (ntlm-build-auth-response): Use it.
19585
19586         Remove Emacs 20 stuff:
19587         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19588         (butlast, mapc, remove): Remove the compiler macros.
19589         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19590         of delq and copy-sequence.
19591         * gnus-art.el (popup-menu): Remove the compiler macro.
19592         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19593         Emacs 20.
19594
19595 2004-01-05  Simon Josefsson  <jas@extundo.com>
19596
19597         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19598         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19599         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19600         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19601         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19602         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19603         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19604         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19605         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19606         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19607         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19608         string-xor into ntlm-string-xor.
19609         Suggested by Jesper Harder <harder@myrealbox.com>.
19610
19611         * ntlm.el: Don't include poem.
19612
19613         * md4.el (print-int32, print-string-hexa): Remove.
19614         Suggested by Jesper Harder <harder@myrealbox.com>.
19615
19616         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19617
19618         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19619         probably breaks emacs with DL patch, but do we care? Is anyone
19620         still using the DL stuff?)
19621
19622         * sieve-manage.el: Use the password package.
19623         (sieve-manage-read-passwd): Remove.
19624         (sieve-manage-interactive-login): Use password.  Re-add
19625         condition-case around loop.
19626
19627         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19628         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19629         Use the password package.
19630
19631 2003-02-19  Simon Josefsson  <jas@extundo.com>
19632
19633         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19634         token.
19635
19636 2002-08-07  Simon Josefsson  <jas@extundo.com>
19637
19638         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19639         (sieve-manage-authenticators):
19640         (sieve-manage-authenticator-alist): Add some SASL mechs.
19641         (sieve-sasl-auth): New function.
19642         (sieve-manage-cram-md5-auth):
19643         (sieve-manage-plain-auth): Rewrite using SASL library.
19644         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19645         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19646         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19647         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19648
19649 2004-01-05  Simon Josefsson  <jas@extundo.com>
19650
19651         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19652         New files.
19653
19654 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19655
19656         * gnus-group.el (gnus-no-groups-message): Update.
19657
19658         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19659
19660 2003-11-09  Simon Josefsson  <jas@extundo.com>
19661
19662         * imap.el: Support for ID IMAP extension (RFC 2971).
19663         (imap-local-variables): Add imap-id.
19664         (imap-id): New variable.
19665         (imap-id): New function.
19666         (imap-parse-response): Parse untagged ID response.
19667         * nnimap.el (nnimap-id): New variable.
19668         (nnimap-open-connection): Use it.
19669
19670 2003-12-28  Simon Josefsson  <jas@extundo.com>
19671
19672         * gnus-score.el (gnus-score-edit-all-score): New.
19673         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19674
19675 2004-01-04  Simon Josefsson  <jas@extundo.com>
19676
19677         * password.el: Add.
19678
19679 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19680
19681         * dns.el (dns-query-types): Fix typo.
19682         (dns-query-types): New function.
19683         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19684         PTR and SOA replies, see RFC 1035.
19685
19686 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19687
19688         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19689
19690         * Move to Changelog.2.
19691
19692 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19693
19694         * gnus.el (gnus-version-number): Bump version.
19695
19696 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19697
19698         * gnus.el: No Gnus v0.1 is released.
19699
19700 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19701
19702         * gnus.el: No Gnus v0.0 is released.
19703
19704 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19705
19706         * gnus.el (gnus-version-number): Bump.
19707         (gnus-version): No.
19708
19709 See ChangeLog.2 for earlier changes.
19710
19711     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19712       Free Software Foundation, Inc.
19713
19714   This file is part of GNU Emacs.
19715
19716   GNU Emacs is free software: you can redistribute it and/or modify
19717   it under the terms of the GNU General Public License as published by
19718   the Free Software Foundation, either version 3 of the License, or
19719   (at your option) any later version.
19720
19721   GNU Emacs is distributed in the hope that it will be useful,
19722   but WITHOUT ANY WARRANTY; without even the implied warranty of
19723   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19724   GNU General Public License for more details.
19725
19726   You should have received a copy of the GNU General Public License
19727   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19728
19729 ;; Local Variables:
19730 ;; coding: utf-8
19731 ;; fill-column: 79
19732 ;; add-log-time-zone-rule: t
19733 ;; End: