Use gnus-string-match-p
[gnus] / lisp / ChangeLog
1 2010-11-30  Julien Danjou  <julien@danjou.info>
2
3         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
4
5         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6
7 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8
9         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
10         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
11         (shr-insert): Use them.
12         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
13
14 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
15
16         * nnir.el (nnir-request-move-article): Bail out if original group
17         doesn't support article moves.
18         (nnir-get-active): Improve active list retrieval.
19
20 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21
22         * shr.el (shr-find-fill-point): Don't break before apostrophes.
23
24 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
25
26         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
27         seem to accept strings-with-numbers as port numbers,
28
29 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
30
31         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
32         change the registry.
33
34 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
35
36         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
37         delete-dups that is not available in XEmacs 21.4.
38
39         * mm-util.el (mm-delete-duplicates): Add comment.
40
41 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
42
43         * nnir.el (nnir-ignored-newsgroups): New variable.
44         (nnir-get-active): Use it.
45
46 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
47
48         * proto-stream.el (proto-stream-open-network): Add some comments.
49
50         * nntp.el (nntp-open-connection): Provide a :success condition.
51
52         * nnimap.el (nnimap-open-connection-1): Ditto.
53
54         * proto-stream.el (proto-stream-open-network): See what the response to
55         the STARTTLS command is.
56
57         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
58         backwards compatibility).
59         (nnimap-open-connection-1): Really respect nnimap-server-port.
60
61         * proto-stream.el (proto-stream-open-network): When doing opportunistic
62         TLS upgrades we don't really care about the identity of the peer.
63         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
64         that what we've checked for.
65         (proto-stream-always-use-starttls): Only default to t if
66         open-gnutls-stream exists.
67         (proto-stream-open-network): If STARTTLS failed, then just open a
68         normal connection.
69         (proto-stream-open-network): Wait until the greeting before doing
70         STARTTLS.
71
72         * nntp.el (nntp-open-connection): Report what the connection error is.
73
74         * proto-stream.el (open-protocol-stream): Renamed from
75         open-proto-stream.
76
77 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
78
79         * nnimap.el (nnimap-stream): Change default to `undecided'.
80         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
81         first, and then network.
82         (nnimap-open-connection-1): Respect nnimap-server-port.
83         (nnimap-open-connection): Be more backwards-compatible.
84
85         * proto-stream.el (proto-stream-always-use-starttls): New variable.
86         (proto-stream-open-starttls): De-duplicate the starttls code.
87         (proto-stream-open-starttls): Folded back into the main function.
88         (proto-stream-open-network): Fix typo in the gnutls path.
89         (proto-stream-command): Refactor out.
90
91         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
92
93         * proto-stream.el (proto-stream-open-starttls): Actually implement the
94         starttls.el STARTTLS.
95
96         * color.el (color-lab->srgb): Fix function call name.
97
98         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
99         if we're using tls.el.
100         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
101         built in, then don't try to establish a STARTTLS connection.
102
103         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
104         servers.
105
106         * proto-stream.el (open-proto-stream): Use network, not stream.
107         (open-proto-stream): Add a way to specify what the end of a command is.
108
109         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
110         connections types.
111         (nntp-open-network-stream): Remove.
112         (nntp-open-ssl-stream): Remove.
113         (nntp-open-tls-stream): Remove.
114         (nntp-ssl-program): Remove.
115
116         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
117
118 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
119
120         * nnir.el: Fix typos.
121         (nnir-retrieve-headers-override-function): Rename variable to reflect
122         new semantics.
123         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
124         macros.
125         (nnir-request-article, nnir-request-move-article): Use them.
126         (nnir-categorize): New function.
127         (nnir-run-query): Use it.
128         (nnir-retrieve-headers): Rewrite to batch header retrieval.
129         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
130         sorted.
131         (nnir-group-full-name): Use gnus-group-full-name instead.
132         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
133         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
134
135 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136
137         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
138
139         * proto-stream.el: New library to provide protocol-specific
140         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
141         protocols.
142         (open-proto-stream): Complete the documentation.
143         (proto-stream-open-network): Fix some typos.
144
145         * nnimap.el (nnimap-open-connection): Use it.
146
147 2010-11-26  Julien Danjou  <julien@danjou.info>
148
149         * color.el: Rename various rgb functions to srgb.
150
151 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152
153         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
154         names.
155
156 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
157
158         * shr.el (shr-insert): Revert last change.
159         (shr-find-fill-point): Never leave point being at bol;
160         relax the kinsoku limitation when rendering tables.
161
162 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
163
164         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
165         results from -accept-article.
166
167         * shr-color.el: Require cl when compiling.
168
169         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
170         checkin.
171
172         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
173
174         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
175
176         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
177         'add and 'delete to set backend marks.
178
179         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
180
181         * nnheader.el (nnheader-update-marks-actions): Refactor out.
182
183         * nntp.el (nntp-request-set-mark): Use it.
184
185         * nnfolder.el (nnfolder-request-set-mark): Ditto.
186
187         * nnml.el (nnml-request-set-mark): Ditto.
188
189         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
190         introduces regressions in article selection.
191         (nnimap-find-uid-response): New function.
192         (nnimap-request-accept-article): Use the UID returned, if any.
193         (nnimap-request-move-article): Use the UID returned, if any.
194         (nnimap-get-groups): Reimplement to work with folded lines.
195         (nnimap-find-uid-response): The UID is the last element in the list.
196         (nnimap-request-set-mark): Extend syntax with 'set.
197
198         * nnml.el (nnml-request-set-mark): Ditto.
199
200         * nnfolder.el (nnfolder-request-set-mark): Ditto.
201
202         * nntp.el (nntp-request-set-mark): Ditto.
203
204 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
205
206         * message.el (message-called-interactively-p): A temporary macro.
207         (message-goto-body): Use it temporarily.
208
209 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
210
211         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
212         (nnimap-last-response-string): Unfold quoted lines, if they exist.
213         (nnimap-last-response-string): Fix last unfolding fix.
214
215 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
216
217         * shr.el (shr-insert): Fix the way to fold lines.
218
219 2010-11-25  Julien Danjou  <julien@danjou.info>
220
221         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
222
223         * color.el: Rename from color-lab.el
224         (color-rgb->hex): Add.
225         (color-complement): Add.
226         (color-complement-hex): Add.
227
228         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
229
230 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
231
232         * shr-color.el (shr-color-visible): Don't bug out if the colour names
233         don't exist.
234
235 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
236
237         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
238         assuming that article displaying or another mml-preview may be
239         interrupted for an error or for the like.
240
241         * shr.el (shr-get-background): Fix argument name.
242
243 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244
245         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
246
247         * gnus-sum.el (gnus-summary-include-articles): New function.
248
249         * message.el (message-goto-body): called-interactively-p needs a
250         parameter, so use `any'.
251
252         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
253         clear marks before moving, since they're synced from the Gnus side
254         first.
255
256         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
257         (gnus-summary-move-article): Copy over all marks before moving, so that
258         IMAP doesn't think a new article has arrived.
259
260 2010-11-24  Julien Danjou  <julien@danjou.info>
261
262         * shr.el (shr-insert-background-overlay): Fix typo.
263         (shr-render-td): Copy the background before rendering.
264
265         * shr-color.el (shr-color-visible): Fix docstring.
266
267         * shr.el (shr-tag-table): Add bgcolor support.
268         (shr-render-td): Add bgcolor support.
269         (shr-get-background): Add.
270         (shr-insert-foreground-overlay): Use shr-get-background.
271
272         * message.el (message-goto-body): Use called-interactively-p.
273         (message-in-body-p): message-goto-body returns point.
274
275 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
278         Fixes something or other in Emacs 23, and is backwards compatible.
279
280         * message.el (message-goto-body): Remove the <#secure special-casing,
281         which is too special.
282
283         * shr.el (shr-parse-style): Drop !important from styles.
284
285 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
286
287         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
288         this function to return incorrect results when calling it with an
289         explicit article argument different from
290         (gnus-summary-article-number).
291
292 2010-11-24  Julien Danjou  <julien@danjou.info>
293
294         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
295         (shr-tag-body): Add background support.
296         (shr-descend): Add background support.
297         (shr-tag-title): Add.
298
299         * shr-color.el (shr-color-visible): Really return original background
300         if fixed.
301
302 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
303
304         * shr.el (shr-color-check): Protect against non-existant colour names.
305
306 2010-11-24  Julien Danjou  <julien@danjou.info>
307
308         * color-lab.el: Require 'cl when compiling.
309
310         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
311
312         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
313         matched part.
314
315         * color-lab.el: Fix all expt calls to use float type.
316
317 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
320         expression to shr-color-check as is.
321
322         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
323
324         * color-lab.el: Add coding cookie.
325         (float-pi): Use eval-and-compile.
326
327         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
328         compiled for Emacsen having no `libxml-parse-html-region' support.
329
330 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
331
332         * shr.el (shr-insert-color-overlay): Split stuff like
333         "#444444 !important" to find the real colour.
334         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
335         parse <font color="red"> entries.
336
337 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
338
339         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
340         point when parsing headers.
341
342         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
343         is positioned properly when parsing headers.
344
345 2010-11-23  Julien Danjou  <julien@danjou.info>
346
347         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
348
349         * shr-color.el (shr-color->hexadecimal): Add support for color names.
350
351         * shr.el (shr-parse-style): Replace \n with space in style parsing.
352
353         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
354         shr-color-hue-to-rgb.
355         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
356
357 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
358
359         * shr.el (shr-color->hexadecimal): Autoload.
360         (shr-descend): Add color to all tags.
361
362 2010-11-22  Julien Danjou  <julien@danjou.info>
363
364         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
365         shr-color->hexadecimal.
366
367         * shr-color.el (shr-color->hexadecimal): Add converting functions for
368         RGB() or HSL() color representation.
369
370         * shr.el (shr-tag-font): Add.
371         (shr-tag-color-check): New function to get better colors.
372         (shr-tag-insert-color-overlay): Factorize code between tag-font and
373         tag-span.
374
375         * shr-color.el: New file.
376
377         * color-lab.el: New file.
378
379         * gnus-art.el (gnus-url-mailto): Do not downcase args.
380
381 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
382
383         * nnir.el: Fix typo in comments.
384         (nnir-run-imap): Simplify code. No need to reverse artlist.
385         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
386
387 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
388
389         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
390
391         * nnimap.el (nnimap-get-capabilities): Refactor out.
392         (nnimap-open-connection): Re-request capabilities after STARTTLS.
393
394 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
395
396         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
397         appearing when `mm-uu-hide-markers' is nil.
398
399 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
400
401         * nnimap.el (nnimap-unselect-group): Make into its own function.
402         (nnimap-request-rename-group): Unselect group before renaming.
403         This had gotten lost somewhere.
404         (nnimap-request-accept-article): Keep track of examined groups, and
405         unselect the group before APPENDing to read-only groups.
406         (nnimap-request-move-article): Clear flags before moving so that they
407         can be re-set later.
408
409 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
412         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
413
414 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * gnus-art.el (gnus-mime-display-single)
417         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
418         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
419         parameter.
420
421 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
422
423         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
424         (shr-table-vertical-line): New variable.
425         (shr-insert-table): Use it.
426
427 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
428
429         * gnus-html.el (gnus-html-wash-images): Don't display images if
430         gnus-inhibit-images is non-nil; register displayer for cid images.
431         (gnus-html-display-image): Work for cid image.
432         (gnus-html-insert-image): Allow arguments.
433         (gnus-html-put-image): Inhibit read-only.
434         (gnus-html-prefetch-images): Don't prefetch images if
435         gnus-inhibit-images is non-nil.
436
437 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * shr.el (shr-put-image): Break lines when inserting big pictures.
440
441 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
442
443         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
444         sender, thanks Katsumi Yamaoka.
445
446 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
447
448         * nnir.el (nnir-run-imap): Reverse the article list for each group
449         rather than the whole list.
450
451 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
452
453         * shr.el (shr-image-displayer): Protect function against non-existent
454         image source.
455
456         * gnus-art.el (gnus-inhibit-images): New user option.
457         (gnus-mime-display-single): Don't display image if it is non-nil.
458
459         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
460         gnus-inhibit-images.
461
462         * shr.el (shr-image-displayer): New function.
463         (shr-tag-img): Use it.
464
465 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
466
467         * mml2015.el (mml2015-epg-sign): Use From header.
468
469 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * gnus-html.el (gnus-html-wash-images): Register a displayer.
472
473         * gnus-util.el (gnus-find-text-property-region): Return markers.
474
475         * shr.el (shr-tag-img): Put a displayer in the text property.
476
477         * gnus-util.el (gnus-find-text-property-region): New utility function.
478
479         * gnus-html.el (gnus-html-display-image): Make the alt optional.
480         (gnus-html-show-images): Remove.
481
482         * gnus-art.el (gnus-article-show-images): New, more general function.
483
484         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
485         image url text properties.
486
487         * shr.el: Ditto.
488
489         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
490         gnus-agent-auto-agentize-methods is set.  Which it isn't.
491
492 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
495         work for two or more articles.
496
497 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
500         divide an image that's in an html article to two or more when washing
501         non-ASCII characters in alt text of it.
502
503 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
504
505         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
506         smime-decrypt-region using function argument.
507         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
508
509         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
510
511         * smime.el (smime-decrypt-region): Catch it.
512
513 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
514
515         * smime.el (smime-mode-map): Move initialization into declaration.
516         (gnus-run-mode-hooks): Don't autoload.
517         (smime-mode): Use define-derived-mode.
518
519 2010-11-11  Glenn Morris  <rgm@gnu.org>
520
521         * smime.el (from): Restrict declaration to XEmacs.
522
523         * nnir.el (gnus-group-topic-name): Autoload.
524
525 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
526
527         * shr.el (shr-insert): Don't break long line if it is because of
528         kinsoku-bol characters in the line end.
529
530 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
531
532         * nnir.el (nnir-request-move-article): Fix to provide original group
533         and subject.
534         (nnir-warp-to-article): Don't fail on articles whose headers haven't
535         been retrieved.
536
537         * gnus-sum.el (gnus-summary-move-article): Use original group and
538         subject for virtual articles such as those in an nnir summary buffer.
539
540 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
543         least 21.5).
544
545         * smime.el (from): Declare it again for XEmacs.
546
547 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
548
549         * message.el (message-resend): Don't disable encoding unless it's
550         already encoded.
551
552         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
553         low-numbered articles.
554
555 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
556
557         * rfc2047.el (rfc2047-syntax-table): Simplify.
558
559         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
560
561         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
562         set-char-table-range for XEmacs.
563
564 2010-11-10  Glenn Morris  <rgm@gnu.org>
565
566         * time-date.el (time-to-seconds): Always an alias on Emacs,
567         never a real function.
568         (with-no-warnings): Remove compat stub, now unused.
569         (time-less-p): Doc fix.
570         (time-to-number-of-days): Simplify.
571
572         * smime.el (from): Remove unused declaration.
573
574         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
575         (gnus-float-time): On Emacs, always an alias.
576
577         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
578         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
579
580 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
581
582         * dgnushack.el: Don't use ignore-errors in the top level form since it
583         is unavailable in XEmacs even if cl is loaded.
584
585         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
586
587 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
588
589         * shr.el (browse-url-mailto): Autoload.
590
591         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
592
593         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
594         regexp doesn't need quoting.
595
596 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
597
598         * message.el (message-subject-trailing-was-ask-regexp)
599         (message-subject-trailing-was-regexp): Match was: in addition to was.
600
601 2010-11-09  Glenn Morris  <rgm@gnu.org>
602
603         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
604         (nnbabyl-check-mbox): Use point-at-bol.
605
606 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
607
608         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
609
610         * message.el (message-mailto): New function.
611         (message-mailto): Should accept other parameters.
612         (message-mailto): Remove since it duplicates browse-url-mailto
613         functionality.
614
615 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
618         methods.
619         (gnus-read-active-file): Ditto.
620
621         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
622         ": " from the prompt.
623         (gnus-group-make-group): Ditto.
624
625 2010-11-07  Glenn Morris  <rgm@gnu.org>
626
627         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
628         (gnus-bookmark-kill-line): Use point-at-eol.
629
630 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
631
632         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
633         asterisks in From header.
634
635 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
636
637         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
638         string to avoid making the From headers syntactically invalid.
639
640         * message.el (message-send-mail): Don't insert courtesy messages if the
641         message already has List-Post and List-ID messages.
642
643 2010-11-06  Glenn Morris  <rgm@gnu.org>
644
645         * gnus-art.el (gnus-treat-article): Give dynamic local variables
646         `condition', `type', `length' a prefix.
647         (gnus-treat-predicate): Update for above name changes.
648
649 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
650
651         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
652         binding.  Handled by `gnus-summary-refer-thread' instead.
653         (nnir-warp-to-article): New backend function.
654
655         * nnimap.el (nnimap-request-thread): Force dependency updating.
656
657         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
658         (gnus-summary-refer-thread): Rework to improve thread-referral.
659
660         * gnus-int.el (gnus-warp-to-article): New function.
661
662         * gnus-sum.el (gnus-summary-article-map): Bind it.
663
664 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
665
666         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
667         gnus-summary-refer-thread.
668
669         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
670         headers.
671         (gnus-summary-limit-include-thread): Prevent articles in thread from
672         being cut in gnus-cut-threads.
673         (gnus-summary-refer-thread): Limit retrieved headers to those in
674         thread.
675
676 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
677
678         * message.el (message-send-mail): Use the value of
679         message-courtesy-message from the message buffer.
680
681         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
682
683         * shr.el (shr-browse-url): Implement mailto: URLs.
684
685         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
686         "raw".
687
688         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
689         if it's already selected.
690
691         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
692
693 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
694
695         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
696         to measure the length and truncate alt text.
697
698 2010-11-03  Glenn Morris  <rgm@gnu.org>
699
700         * nndiary.el (nndiary-generate-nov-databases-1)
701         (nndiary-generate-active-info): Rename dynamic variable `files' to
702         something less generic.
703
704 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
705
706         * nnir.el (nnir-request-move-article): Call the underlying backend to
707         move articles from nnir.
708
709 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
710
711         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
712
713 2010-11-02  Julien Danjou  <julien@danjou.info>
714
715         * nnir.el: Remove wais support.
716
717 2010-11-02  Glenn Morris  <rgm@gnu.org>
718
719         * gnus-html.el: Reorder requirements to quieten compiler.
720
721 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
722
723         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
724         properly for XEmacs as well.
725         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
726         (gnus-article-natural-long-line-p): Use window-width rather than
727         frame-width.
728
729 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
730
731         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
732         (nnir-read-parms): Don't modify query.
733         (nnir-run-query): Add ability to search topic on current line.
734         (nnir-get-active): Clean up.
735
736 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
737
738         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
739         degenerate articles.
740
741         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
742         (gnus-print-buffer): Just print the buffer as is, without any copying
743         to a buffer and then re-highlighting.
744
745         * nnimap.el (nnimap-request-group): Store the new updated info.
746         (nnimap-request-group): Select the group when we don't know whether it
747         exists or not.
748
749         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
750         groups.
751
752         * gnus-group.el (gnus-group-find-new-groups): Display all the new
753         groups.
754
755         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
756         groups.
757
758         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
759         long-lines case by only filling the long lines.
760
761         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
762         (bug #7311).
763
764 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
765
766         * shr.el: No need to declare `declare-function' since shr.el is for
767         only Emacsen that provide `libxml-parse-html-region'.
768
769         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
770         effective only in a file it is referred to.
771
772 2010-11-01  Glenn Morris  <rgm@gnu.org>
773
774         * mm-util.el (gnus-completing-read): Autoload.
775         (mm-read-coding-system): Simplify Emacs definition.
776
777         * nnmail.el (gnus-activate-group):
778         * nnimap.el (gnutls-negotiate):
779         * nntp.el (netrc-parse): Fix declarations.
780
781 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
782
783         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
784         string-match-p in Emacs >=23.
785
786         * gnus-msg.el (gnus-configure-posting-styles)
787         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
788
789 2010-11-01  Glenn Morris  <rgm@gnu.org>
790
791         * nnir.el (declare-function): Add compat stub.
792         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
793         (nnir-run-gmane): Require 'mm-url.
794
795         * mm-util.el (mm-string-to-multibyte): Simplify.
796
797         * shr.el (declare-function): Add compat stub.
798         (url-cache-create-filename): Declare.
799         (mm-disable-multibyte, widget-convert-button): Autoload.
800
801         * smime.el (ldap-search): Declare.
802         (smime-cert-by-ldap-1): Require ldap on Emacs.
803
804         * nnimap.el: Require nnmail, and gnus-sum when compiling.
805         (nnimap-keepalive): Use gnus-float-time.
806
807         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
808         (mail-source-delete-crash-box): Use gnus-float-time.
809
810         * gnus-dired.el (gnus-completing-read): Autoload.
811
812         * mm-view.el (gnus-rescale-image): Autoload.
813
814         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
815
816         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
817
818         * sieve-manage.el: Require 'cl when compiling.
819
820         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
821         (gnus-iswitchb-completing-read): Require iswitchb.
822         (gnus-select-frame-set-input-focus): Silence compiler.
823
824 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * message.el (message-subject-trailing-was-query): Change default to t,
827         since I think that's what most people want.
828
829         * nnimap.el (nnimap-request-accept-article): Erase buffer before
830         appending for easier debugging.
831         (nnimap-wait-for-connection): Take a regexp.
832         (nnimap-request-accept-article): Wait for the continuation line before
833         sending anything unless we're streaming.
834
835         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
836         leave the header washing to take place.
837
838 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
839
840         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
841         regular expression match and replace in posting styles.
842
843 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
844
845         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
846         an entire server.
847         (nnir-get-active): New function.
848         (nnir-run-imap): Use it.
849         (nnir-run-gmane): Who knew, gmane search returns an article score!
850
851         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
852         server on the current line with nnir.
853
854 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
857         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
858         left edge.
859         (gnus-article-foldable-buffer): Skip past the prefix when determining
860         raggedness.
861
862         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
863         the raw article, and change `C-u g' to show the article without doing
864         treatments.
865
866         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
867         on to `gnus-treat-article'.
868         (gnus-inhibit-article-treatments): New variable.
869
870         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
871
872         * gnus-art.el (gnus-treatment-function-alist): Have
873         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
874         (gnus-treat-fill-long-lines): Change default to fill all text/plain
875         sections.
876
877         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
878         parameter.
879         (gnus-article-fill-cited-long-lines): New function.
880         (gnus-article-fill-cited-article): Allow filling only long sections.
881
882         * shr.el (shr-find-fill-point): Don't break lines between punctuation
883         and non-punctuation (like after the apostrophe in "'We").
884
885         * gnus-sum.el (gnus-summary-select-article): Make sure
886         gnus-original-article-buffer is alive.
887
888         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
889         reflect the order they're in in the digest.
890
891         * gnus.el (gnus-group-startup-message): Move point to the start of the
892         buffer.
893
894         * nnimap.el (nnimap-capability): New function.
895         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
896         is set.
897
898 2010-10-31  David Engster  <dengste@eml.cc>
899
900         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
901         conform with changes to gnus-completing-read.
902
903 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
904
905         * shr.el (shr-tag-img): Output "*" instead of "[img]".
906
907 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
908
909         * nnir.el: Move defvar, defcustom around to keep file organized
910         and keep byte-compiler quiet.
911         (nnir-read-parms): Accept search-engine as arg.
912         (nnir-run-query): Pass search-engine as arg.
913         (nnir-search-engine): Remove.
914
915 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
916
917         * shr.el (shr-generic): The text nodes should be text, not :text.
918
919         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
920         later in the file.
921
922 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
923
924         * nnir.el: General clean up.  Allow searching with multiple engines.
925         Allow separate extra-parameters for each engine.
926         Batch queries when possible.
927         (nnir-imap-default-search-key,nnir-method-default-engines):
928         Add customize interface.
929         (nnir-run-gmane): New engine.
930         (nnir-engines): Use it.  Qualify all prompts with engine name.
931         (nnir-search-engine): Remove global variable.
932         (nnir-run-hyrex): Restore for now.
933         (nnir-extra-parms,nnir-search-history): New variables.
934         (gnus-group-make-nnir-group): Use them.
935         (nnir-group-server): Remove in favor of gnus-group-server.
936         (nnir-request-group): Avoid searching twice.
937         (nnir-sort-groups-by-server): New function.
938
939 2010-10-30  Julien Danjou  <julien@danjou.info>
940
941         * gnus-group.el: Remove gnus-group-fetch-control.
942
943         * gnus-start.el (gnus-find-new-newsgroups):
944         Remove gnus-check-first-time-used.
945
946         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
947
948 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
949
950         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
951         set on groups that don't have \* permanentflags.
952
953 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
954
955         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
956         control the background color.
957         (shr-tag-img): Ignore very small web bug type images.
958         (shr-put-image): Add help-echo alt texts to the images.
959         (shr-tag-video): Show the video poster image.
960
961 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962
963         * shr.el (shr-table-depth): New variable.
964         (shr-tag-table-1): Only insert the images after the top-level table.
965
966         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
967
968         * gnus-util.el (gnus-list-memq-of-list): New function.
969
970         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
971         selected.
972         (nnimap-unsplittable-articles): New slot.
973         (nnimap-new-articles): Use it.
974
975 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
976
977         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
978         move to the previous line on `M-g'.
979
980 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981
982         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
983         *-request-group, which seems unnecessary.
984
985         * nnimap.el (nnimap-quote-specials): Function copied over from
986         imap.el.
987         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
988         they support that.  Suggested by Tom Regner.
989
990 2010-10-29  Julien Danjou  <julien@danjou.info>
991
992         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
993         defalias.
994         (gnus-summary-delete-marked-with): Remove obsolete defalias.
995
996         * gnus.el: Remove `gnus-nntp-service' variable.
997         (gnus-secondary-servers): Make obsolete.
998         (gnus-nntp-server): Make obsolete.
999
1000         * gnus-start.el (gnus-1): Remove x-splash calls.
1001
1002         * gnus-ems.el (gnus-x-splash): Remove.
1003
1004         * gnus.el (gnus-group-startup-message): Simplify/update code.
1005
1006         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1007         definition.
1008
1009         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1010         capability before doing anything.
1011         (gnus-group-insert-group-line): Remove useless
1012         gnus-group-remove-excess-properties.
1013
1014 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1017
1018 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1019
1020         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1021         config after reselecting.
1022
1023 2010-10-28  Julien Danjou  <julien@danjou.info>
1024
1025         * shr.el (shr-put-image): Use point even if only inserting text.
1026         (shr-put-image): Save excursion when inserting alt text on non-graphic
1027         display, so the behaviour is the same when we are on a graphic display.
1028
1029         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1030
1031 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1034         (gnus-mime-copy-part): Check coding system, not charset.
1035         (gnus-mime-view-part-externally): Never remove part.
1036         (gnus-mime-view-part-internally): Don't remove part here.
1037         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1038         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1039         multipart/alternative.
1040
1041         * mm-decode.el (mm-display-part): Take optional arg `force'.
1042
1043 2010-10-26  Julien Danjou  <julien@danjou.info>
1044
1045         * gnus-group.el (gnus-group-default-list-level): Add this function to
1046         compute the default list level.
1047         (gnus-group-default-list-level): Add possibility to use a function.
1048
1049 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1050
1051         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1052
1053         * gnus-group.el (gnus-group-completing-read)
1054         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1055         gnus-replace-in-string.
1056
1057 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1058
1059         * shr.el (shr-tag-div): Add.
1060
1061         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1062
1063 2010-10-25  Julien Danjou  <julien@danjou.info>
1064
1065         * gnus-util.el: Remove `gnus-with-local-quit'.
1066
1067         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1068
1069 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1070
1071         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1072         the original article buffer.
1073
1074 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1075
1076         * nnimap.el (nnimap-request-head): New function.
1077         (nnimap-request-move-article): Try to be slighly faster by not
1078         requesting the entire message when moving.
1079         (nnimap-transform-headers): Don't bug out on bodiless articles.
1080         (nnimap-send-command): Have no outstanding messages if the IMAP server
1081         doesn't support streaming.
1082         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1083
1084 2010-10-24  Julien Danjou  <julien@danjou.info>
1085
1086         * message.el (message-default-headers): Fix type.
1087
1088 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1089
1090         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1091         prefetching images.
1092
1093         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1094         backend for unknown groups.  This is mainly useful for nnimap groups.
1095
1096         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1097         group isn't covered by the agent.
1098
1099 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1100
1101         * nnir.el (nnir-method-default-engines): New variable.
1102         (nnir-run-query): Use it.
1103         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1104         (gnus-summary-nnir-goto-thread): Change group if needed.
1105
1106         * gnus-group.el (gnus-group-group-map): Add key binding for
1107         gnus-group-make-nnir-group.
1108
1109 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110
1111         * shr.el (shr-tag-object): Add.
1112
1113         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1114         original article buffer live.
1115         (gnus-summary-select-article-buffer):
1116         Mention gnus-widen-article-buffer.
1117
1118 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * shr.el (shr-tag-strong): Add.
1121
1122 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1125         group names.  They mess up the group buffer badly.
1126
1127         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1128
1129         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1130         instead of the summary one.
1131
1132 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1133
1134         * mml.el (mml-preview): Work properly when editing article.
1135
1136         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1137         gnus-have-read-active-file if it's already been in.
1138
1139 2010-10-22  Tom Tromey  <tromey@redhat.com>
1140
1141         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1142         gnus-group-completing-read.
1143
1144 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * message.el (message-mode-map): Don't bind M-; to comment region, to
1147         allow the global comment-dwim to work.
1148
1149 2010-10-21  Julien Danjou  <julien@danjou.info>
1150
1151         * message.el (message-setup-1): Allow message-default-headers to be a
1152         function.
1153
1154 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1155
1156         * shr.el (shr-tag-table): Simplify.
1157
1158 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159
1160         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1161         to avoid trying to snarf invalid stuff.
1162
1163         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1164
1165         * gnus.el (gnus-message-archive-group): Quote value.
1166         (gnus-message-archive-group): Mark as changed.
1167
1168         * shr.el (shr-add-font): Don't put the font properties on the newline
1169         or the indentation.
1170
1171         * message.el (message-fix-before-sending): Change options when sending
1172         non-printable characters.
1173
1174         * gnus.el (gnus-message-archive-method): Change the default to
1175         monthly outgoing groups.
1176
1177         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1178         that have gotten new numbers.
1179
1180         * nnimap.el (nnimap-request-replace-article): New function.
1181
1182 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1183
1184         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1185         (nnrss-request-article): Don't use special html washing code.
1186
1187 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * shr.el (shr-tag-table): Remove useless nconc.
1190
1191 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1192
1193         * gnus-art.el (article-wash-html): Simplify and remove the charset
1194         stuff.  Use the normal html rendering code instead of the special html
1195         washing code.
1196
1197         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1198         `gnus-w3m' symbols.
1199         (mm-text-html-washer-alist): Remove.
1200
1201         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1202         (mm-inline-media-tests): Remove use.
1203         (mm-text-html-renderer): Change default to the `shr' symbol.
1204
1205         * mm-view.el (mm-inline-text-html): Remove use.
1206
1207         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1208         `gnus-blocked-images' to be a function.
1209         (gnus-article-wash-function): Remove.
1210
1211 2010-10-20  Julien Danjou  <julien@danjou.info>
1212
1213         * spam.el (spam-list-of-processors): Mark as obsolete.
1214
1215         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1216         (nnimap-insert-partial-structure): Fix boundary detection.
1217
1218 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1219
1220         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1221         run file-truename on remote files.  This can be expensive and even
1222         prevent one from editing drafts if some unrelated buffer has a stale
1223         connection.
1224
1225 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1226
1227         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1228         kinsoku-eol regardless of shr-kinsoku-shorten.
1229         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1230         (shr-tag-table): Support caption, thead, and tfoot.
1231
1232 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1233
1234         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1235         lines.
1236         (shr-save-contents): New command and keystroke.
1237
1238         * nndoc.el (nndoc-type-alist): Add git support.
1239         (nndoc-git-type-p): New function.
1240         (nndoc-transform-git-article): Ditto.
1241         (nndoc-transform-git-headers): Ditto.
1242         (nndoc-transform-git-headers): Generate Subject headers.
1243
1244         * shr.el (shr-parse-style): New function.
1245         (shr-tag-span): Ditto.
1246
1247         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1248         to `G G' to avoid collisions.
1249
1250 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1251
1252         * shr.el: Load kinsoku if necessary.
1253         (shr-kinsoku-shorten): New internal variable.
1254         (shr-find-fill-point): Make kinsoku shorten text line if
1255         shr-kinsoku-shorten is bound to non-nil.
1256         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1257         shr-indentation too when testing if table is wider than frame width.
1258         (shr-insert-table): Use `string-width' instead of `length' to measure
1259         text width.
1260         (shr-insert-table-ruler): Make sure indentation is done at bol.
1261
1262 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1263
1264         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1265         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1266         undecoded network data.
1267
1268 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269
1270         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1271         name in the mode line spec so that the mode line menu works
1272         (bug #2431).
1273
1274         * message.el (message-get-reply-headers): If we're fed `to-address',
1275         then always use that.
1276
1277         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1278         aren't so wide as to need to switch off the edit menu.
1279
1280         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1281         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1282
1283         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1284         `M-g'.
1285         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1286         the permanent marks.
1287
1288 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1289
1290         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1291         Splitting according to references/in-reply-to obeys the ignore-groups
1292         variable, while splitting by sender and subject do not.
1293
1294 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295
1296         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1297         alist, so that we can look for non-Unicode chars.
1298         (article-translate-strings): Allow both character and string maps.
1299
1300 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1301
1302         * shr.el (shr-insert): Don't insert space behind a wide character
1303         categorized as kinsoku-bol, or between characters both categorized as
1304         nospace.
1305
1306 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1307
1308         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1309         headers to gnus-newsgroup-headers.
1310
1311 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312
1313         * shr.el (shr-tag-img): Don't align images -- since we're not
1314         rescaling, this often leads to ugly displays.
1315
1316 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1317
1318         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1319         duplicates.
1320
1321 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1322
1323         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1324         call.
1325
1326 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * gnus.el: Autoload gnus-html-show-images.
1329
1330         * nnimap.el: Use nnheader-message throughout.
1331
1332         * shr.el (shr-tag-img): Ignore images with no data.
1333
1334 2010-10-15  Julien Danjou  <julien@danjou.info>
1335
1336         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1337         a possibility to disable format=flow encoding when using hard newlines.
1338
1339 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1340
1341         * shr.el (shr-insert): Remove space inserted before or after a
1342         breakable character or at the beginning or the end of a line.
1343         (shr-find-fill-point): Do kinsoku; find the second best point or give
1344         it up if there's no breakable point.
1345
1346 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1347
1348         * nnimap.el (nnimap-open-connection): Message when opening connection
1349         for debugging purposes.
1350
1351         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1352         on every setup buffer call to allow this to change from article to
1353         article.
1354
1355         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1356         buffers where we have a wide table.
1357
1358 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1359
1360         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1361         uses *-request-thread.
1362
1363 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364
1365         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1366         incantation, which is no longer valid.
1367
1368 2010-10-14  Julien Danjou  <julien@danjou.info>
1369
1370         * shr.el: Fix defcustom type (char -> character).
1371
1372 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1375         programs.
1376
1377 2010-10-14  Julien Danjou  <julien@danjou.info>
1378
1379         * shr.el (shr-tag-a): Use url-link as widget type.
1380
1381         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1382         `gnus-group-get-icon'.
1383
1384 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1385
1386         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1387         This should make server editing work better.
1388
1389         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1390
1391         * tls.el (tls-program): Remove spurious %s from openssl.
1392
1393         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1394         (nnimap-parse-flags): Fix regexp.
1395
1396         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1397         probably work for CJVK text, too.
1398
1399         * nnimap.el (nnimap-extend-tls-programs): Remove.
1400         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1401
1402         * tls.el (tls-starttls-switches): Remove starttls hack.
1403         (open-tls-stream): Ditto.
1404         (tls-find-starttls-argument): Ditto.
1405
1406 2010-10-13  Julien Danjou  <julien@danjou.info>
1407
1408         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1409         responses.
1410
1411 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1412
1413         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1414
1415         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1416         anything in Emacs.
1417
1418         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1419
1420 2010-10-13  Julien Danjou  <julien@danjou.info>
1421
1422         * shr.el (shr-width): Make shr-width a defcustom with default to
1423         fill-column.
1424         (shr-tag-img): Use shr-width rather than fill-column.
1425
1426 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * dgnushack.el (byte-optimize-apply)
1429         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1430
1431         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1432         position when (X-)Faces exist.
1433         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1434         avatars when called interactively.
1435
1436 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1439         gnus-article-x-face-too-ugly is bound.
1440
1441 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1442
1443         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1444
1445         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1446         mailbox that doesn't exist.
1447
1448 2010-10-12  Julien Danjou  <julien@danjou.info>
1449
1450         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1451         (shr-get-image-data): Encode URL properly when fetching from cache.
1452         (shr-tag-img): Use aligned-to spaces to align correctly images.
1453
1454         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1455         before inserting the Gravatar.
1456
1457         * shr.el (shr-tag-img): Add align attribute support for <img>.
1458
1459 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1460
1461         * gnus-gravatar.el (gnus-art): Require.
1462
1463         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1464         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1465         Remove long obsoleted functions.
1466
1467 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1468
1469         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1470
1471         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1472
1473         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1474         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1475         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1476         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1477         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1478         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1479         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1480
1481 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1482
1483         * nnimap.el (nnimap-request-rename-group): Select group read-only
1484         before renaming it.
1485
1486         * shr.el (shr-insert): Fix up the white space only regexp.
1487
1488         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1489         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1490
1491         * shr.el (shr-current-column): New function.
1492         (shr-find-fill-point): New function.
1493
1494 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1495
1496         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1497         numbers.
1498
1499 2010-10-11  Julien Danjou  <julien@danjou.info>
1500
1501         * shr.el (shr-hr-line): Add.
1502         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1503         display hr lines.
1504         (shr-max-columns): Do not change state to nil if we just inserting
1505         spaces.
1506
1507 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1508
1509         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1510         select the last group.
1511
1512 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1513
1514         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1515
1516 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1517
1518         * dig.el (dig-mode-map): Declare and define in one step.
1519
1520 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1521
1522         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1523         for Gnus.
1524         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1525         (nnimap-update-qresync-info): Mark \Seen articles as read.
1526
1527         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1528         non-variable, too.
1529
1530         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1531         available.
1532         (nnimap-update-info): Rely more on the current active than the param
1533         active to avoid marking articles as read too much.
1534
1535         * auth-source.el (auth-source-create): Use (user-login-name) for the
1536         user name default.
1537
1538         * nnimap.el (nnimap-update-info): If the server doesn't return any
1539         useful info, just use the previous info.
1540         (nnimap-update-info): Prefer old info over start-article.
1541         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1542
1543 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1544
1545         * nnir.el (autoload): Clean up autoloads.
1546         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1547         Use key rather than value.
1548         (nnir-imap-search-other): New variable.
1549         (nnir-read-parm): Use it.
1550         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1551         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1552
1553 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1554
1555         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1556         the process, too.
1557
1558 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1559
1560         * spam.el (gnus-summary-mode-map): Bind to "$".
1561         Suggested by Russ Allbery.
1562
1563         * shr.el: Rework the way things are indented by <li> slightly.
1564
1565         * gnus.el (gnus-group-set-parameter): Fix typo.
1566
1567         * nnimap.el: Start implementing QRESYNC support.
1568
1569 2010-10-09  Julien Danjou  <julien@danjou.info>
1570
1571         * nnir.el (nnir-engines): Fix too many arguments.
1572
1573 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1574
1575         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1576         group is the "last", so that the backends like nnfolder actually save
1577         their folders.
1578
1579         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1580         try to use that for the tls stream.
1581         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1582         UIDVALIDITY and find out which groups are read-only and not.
1583         (nnimap-get-flags): Use the same marks parsing code as the rest of
1584         nnimap.
1585
1586 2010-10-09  Julien Danjou  <julien@danjou.info>
1587
1588         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1589
1590         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1591         retrieving gravatars.
1592
1593         * shr.el (shr-table-corner): Add.
1594         (shr-table-line): Add.
1595         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1596
1597 2010-10-08  Julien Danjou  <julien@danjou.info>
1598
1599         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1600
1601 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1602
1603         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1604
1605         * gnus-sum.el (gnus-mark-article-as-unread)
1606         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1607         (gnus-summary-set-bookmark): Use it.
1608
1609         * gnus-msg.el (gnus-setup-message): Use it.
1610
1611         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1612
1613         * gnus.el (gnus-group-remove-parameter): Use it.
1614
1615         * gnus-group.el (gnus-group-make-web-group): Use it.
1616
1617         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1618
1619         * nnregistry.el: Update docs to mention manual.
1620
1621         * gnus-registry.el: Update docs to mention nnregistry.el.
1622         (gnus-registry-initialize): Don't install nnregistry refer method
1623         automatically.
1624         (gnus-registry-install-nnregistry): Remove it.
1625
1626 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627
1628         * shr.el (shr-insert): Don't insert double spaces.
1629
1630 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1631
1632         * gnus-gravatar.el (gnus-treat-from-gravatar)
1633         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1634         called interactively.
1635
1636         * gnus-art.el (gnus-mime-view-part-externally)
1637         (gnus-mime-view-part-internally): Make predicate function passed to
1638         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1639         of a mime type.
1640
1641         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1642
1643 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644
1645         * shr.el (require): Require cl when compiling.
1646         (shr-tag-hr): New function.
1647
1648         * nnimap.el (nnimap-update-info): Remove double setting of high.
1649         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1650         This makes nnimap work properly on Courier again.
1651
1652         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1653         the variable for backwards compatability.
1654
1655         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1656         the file name before using to avoid setting mm-default-directory to
1657         nil.
1658
1659         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1660         bidning gnus-agent variables.
1661
1662         * shr.el (shr-render-td): Use a cache for the table rendering function
1663         to avoid getting an exponential rendering behaviour in nested tables.
1664         (shr-insert): Rework the line-breaking algorithm.
1665         (shr-insert): Don't leave trailing spaces.
1666         (shr-insert-table): Also insert empty TDs.
1667         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1668
1669 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1670
1671         * gnus-sum.el (gnus-number): Rename from `number'.
1672         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1673         (gnus-summary-limit-children): Update uses correspondingly.
1674
1675 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1676
1677         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1678         (gnus-gravatar-transform-address): Don't show avatars of people of
1679         which mail addresses match gnus-gravatar-too-ugly.
1680
1681 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1682
1683         * shr.el (shr-table-widths): Expand TD elements to fill available
1684         space.
1685
1686 2010-10-07  Julien Danjou  <julien@danjou.info>
1687
1688         * nnimap.el (nnimap-request-rename-group): Add this method.
1689
1690 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1691
1692         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1693         name from XEmacs' function-arglist.
1694
1695         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1696         gravatar under XEmacs.
1697
1698 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1699
1700         * auth-source.el: Update docs with TODO items.
1701
1702         * gnus-sync.el: Update docs to explain state and plans.
1703
1704         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1705         Hooks for mark updates.
1706         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1707
1708         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1709         hooks with arguments, which is needed for mark update hooks.
1710
1711 2010-10-06  Julien Danjou  <julien@danjou.info>
1712
1713         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1714         was matched.
1715
1716         * sieve-manage.el: Update example in `Commentary'.
1717
1718         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1719
1720         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1721         not 2000.
1722         (sieve-manage-authenticate): Re-add function.
1723
1724 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * shr.el (shr-insert): Get 'space transition right.
1727         (shr-render-td): Only delete space at the end of the TD.
1728
1729         * nnimap.el (nnimap-open-connection): Prepare to support
1730         open-gnutls-stream.
1731
1732         * shr.el: Rearrange function order to be more logical.
1733
1734 2010-10-06  Julien Danjou  <julien@danjou.info>
1735
1736         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1737         (nnrss-discover-feed): Remove 404 URL in docstring.
1738
1739         * nnir.el: Fix Swish-E URL.
1740         Fix Namazu URL.
1741
1742         * message.el (message-change-subject): Remove 404 URL in a comment.
1743
1744 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1745
1746         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1747         called interactively.
1748
1749         * gnus-util.el (gnus-remove-if): Allow hash table.
1750         (gnus-remove-if-not): New function.
1751
1752         * gnus-art.el (gnus-mime-view-part-as-type)
1753         * gnus-score.el (gnus-summary-score-effect)
1754         * gnus-sum.el (gnus-read-move-group-name):
1755         Replace remove-if-not with gnus-remove-if-not.
1756
1757         * gnus-group.el (gnus-group-completing-read):
1758         Regard collection as a hash table if it is not a list.
1759
1760 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761
1762         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1763
1764         * shr.el: Document the table-rendering algorithm.
1765
1766 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1767
1768         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1769         for Emacsen having no `libxml-parse-html-region' support.
1770
1771 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1772
1773         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1774         invalid URLs.
1775
1776         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1777         line-broken.
1778         (shr-tag-img): Ignore image fetching errors.
1779         (shr-overlays-in-region): Compute overlay positions correctly.
1780
1781         * mm-decode.el (mm-shr): Require shr.
1782
1783         * gnus-art.el (gnus-blocked-images): Move variable here.
1784
1785         * shr.el (shr-insert-table): Bind free variable.
1786
1787         * mm-decode.el (mm-shr): Bind shr-content-function.
1788
1789         * shr.el (shr-content-function): New variable.
1790
1791         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1792         added for symmetry.
1793
1794         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1795
1796         * gnus-group.el (gnus-group-make-group): Doc fix.
1797
1798         * nnimap.el (nnimap-request-newgroups): Return success.
1799
1800         * shr.el (shr-find-elements): New function.
1801         (shr-tag-table): Put all the images after the table.
1802         (shr-tag-table): Really inhibit images inside the table.
1803         (shr-collect-overlays): Copy over overlays from the TD elements to the
1804         main document.
1805
1806         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1807         gnus-blocked-images.
1808
1809 2010-10-05  Julien Danjou  <julien@danjou.info>
1810
1811         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1812
1813         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1814         (gnus-html-maximum-image-size): Add this function.
1815         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1816
1817         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1818         server-value of the capability is nil.
1819
1820 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1821
1822         * shr.el (shr-tag-em): Add <EM> tag.
1823
1824 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1825
1826         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1827         customizable.
1828
1829         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1830         handing broken links to browse-url.
1831
1832 2010-10-05  Julien Danjou  <julien@danjou.info>
1833
1834         * gnus-util.el (gnus-emacs-completing-read)
1835         (gnus-iswitchb-completing-read): Use autoload rather than require.
1836
1837 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1838
1839         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1840         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1841         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1842         iswitchb-temp-buflist for XEmacs.
1843
1844         * gnus-util.el (gnus-completing-read-function): Exclude
1845         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1846         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1847         XEmacs.
1848
1849         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1850         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1851
1852         * gnus-html.el: Don't require help-fns under XEmacs.
1853         (gnus-html-schedule-image-fetching): Work for XEmacs.
1854
1855         * mm-decode.el (mm-shr): Decode contents by charset.
1856
1857 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1858
1859         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1860         unknown.
1861
1862         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1863         (shr-get-image-data): Ensure against the cache file missing.
1864
1865         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1866         for data.
1867
1868         * spam-report.el (spam-report-url-ping-plain): Don't query about
1869         killing the process.
1870
1871         * shr.el (shr-render-td): Protect against too-wide text.
1872
1873 2010-10-04  Julien Danjou  <julien@danjou.info>
1874
1875         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1876         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1877
1878         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1879         retrieved.
1880
1881 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1882
1883         * shr.el (browse-url): Require.
1884         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1885         lines.
1886         (shr-show-alt-text, shr-browse-image): New commands.
1887         (shr-browse-url, shr-copy-url): New commands.
1888
1889         * gnus-sum.el (gnus-widen-article-window): New variable.
1890         (gnus-summary-select-article-buffer): Use it.
1891
1892         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1893         without @ signs.
1894
1895 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1896
1897         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1898
1899 2010-10-04  Julien Danjou  <julien@danjou.info>
1900
1901         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1902         for XEmacs.
1903
1904 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1905
1906         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1907
1908         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1909         (nnimap-close-server): Implement.
1910
1911         * dgnushack.el (iswitchb): Require to shut up the compiler.
1912
1913         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1914         (shr-insert): Tweak line breaking.
1915         (shr-insert): Handle <pre> better.
1916         (shr-tag-li): Get <li> indentation right.
1917         (shr-tag-li): Get <li> indentation even righter.
1918         (shr-tag-blockquote): Ensure paragraph start.
1919         (shr-make-table): Tweak table generation.
1920         (shr-make-table): Fix typo.
1921
1922         * shr.el: Implement table rendering.
1923
1924 2010-10-04  Julien Danjou  <julien@danjou.info>
1925
1926         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1927
1928 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1929
1930         * shr.el (shr-insert): Use string anchors instead of line anchors.
1931
1932 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933
1934         * shr.el: Add headings.
1935         (shr-ensure-paragraph): Actually work.
1936         (shr-tag-li): Make <ul> prettier.
1937         (shr-insert): Get white space at the beginning/end of elements right.
1938         (shr-tag-p): Collapse subsequent <p>s.
1939         (shr-ensure-paragraph): Don't insert double line feeds after blank
1940         lines.
1941         (shr-insert): \t is also space.
1942         (shr-tag-s): Fix "s" tag name function.
1943         (shr-tag-s): Fix face prop name.
1944
1945 2010-10-03  Julien Danjou  <julien@danjou.info>
1946
1947         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1948
1949         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1950         gnus-window-inside-pixel-edges.
1951
1952         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1953         gnus-ems.
1954
1955         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1956
1957         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1958         function.
1959
1960         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1961         resize choice.
1962
1963 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1964
1965         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1966         beginning of the buffer.
1967
1968         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1969         article buffer again.
1970
1971         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1972
1973         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1974         when it's at the start of the buffer.
1975
1976         * shr.el (shr-tag-blockquote): Convert name.
1977         (shr-rescale-image): Use the right image-size variant.
1978
1979         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1980         buffer isn't shown, then select the current article first instead of
1981         bugging out.
1982         (gnus-summary-select-article-buffer): Show both the article and summary
1983         buffers again.
1984
1985         * shr.el (shr-fontize-cont): Protect against regions with no text.
1986         Rename tag functions to shr-tag-* for enhanced security.
1987         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1988
1989 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1990
1991         * shr.el (shr-insert):
1992         * pop3.el (pop3-movemail):
1993         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1994         loaded.
1995
1996 2010-10-03  Glenn Morris  <rgm@gnu.org>
1997
1998         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1999
2000         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2001
2002         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2003
2004         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2005
2006         * gnus-util.el (gnus-make-local-hook): Simplify.
2007
2008 2010-10-02  Julien Danjou  <julien@danjou.info>
2009
2010         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2011         (gnus-ido-completing-read): New function.
2012         (gnus-emacs-completing-read): New function.
2013         (gnus-completing-read): Use gnus-completing-read-function.
2014         Add gnus-completing-read-function.
2015
2016 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017
2018         * shr.el (shr-insert-document): Autoload.
2019         (shr-img): Be silent.
2020         (shr-insert): Add a newline after every picture before text.
2021         (shr-add-font): Use overlays for combining faces.
2022         (shr-insert): Pass upwards the text start point.
2023
2024         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2025         possible.
2026         (mm-shr): New function.
2027
2028 2010-10-02  Julien Danjou  <julien@danjou.info>
2029
2030         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2031         should go backward.
2032
2033 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2034
2035         * shr.el (shr): Fix typo in provide call.
2036
2037 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038
2039         * shr.el: New file.
2040
2041         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2042
2043         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2044         completing read.
2045
2046 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047
2048         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2049         we're being queried about.  Suggested by Dan Jacobson.
2050
2051         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2052         Suggested by Jason Eisner.
2053
2054         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2055         table, too.  Suggested by Stefan Wiens.
2056         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2057         the table unnecessary.  Suggested by Stefan Wiens.
2058
2059         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2060         longer needed, and probably doesn't work either, as pointed out by
2061         Stefan Wiens.
2062         (gnus-summary-exit): Remove call to the clearing function.
2063         (gnus-summary-exit-no-update): Ditto.
2064
2065         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2066         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2067         Reported by Stefan Monnier.
2068         (gnus-summary-save-in-rmail): Ditto.
2069
2070         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2071         article buffer, instead of both the article buffer and the summary
2072         buffer.  Sort of suggested by Dan Jacobson.
2073
2074         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2075
2076         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2077         Suggested by Dan Jacobson.
2078
2079         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2080         documentation clearer.
2081
2082         * message.el (message-shorten-references): Comment on the number "21".
2083         Suggested by Stefan Monnier.
2084
2085         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2086         Suggested by Dan Jacobson.
2087
2088         * gnus.el (gnus-large-newsgroup):
2089         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2090
2091         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2092         externalize attachments.  Bug reported by Steve Wen.
2093
2094         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2095         really message anything to the user.
2096
2097         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2098         directly.
2099
2100         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2101         messages in empty groups.
2102
2103 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2104
2105         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2106         non-UIDNEXT group.
2107
2108 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2109
2110         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2111         not the value from the collection.
2112
2113         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2114         values.  This sometimes happens on some groups that have no info.
2115         (nnimap-request-newgroups): New function.
2116
2117 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2118
2119         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2120         check into `gnus-registry-initialize'.
2121         (gnus-registry-initialize): Ditto.
2122         Fix and extend header docs.
2123
2124 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2125
2126         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2127         regexp backtrace overflows.
2128
2129         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2130         for starttls that tls.el implements; i.e. openssl.
2131
2132         * tls.el (tls-starttls-switches): Give up on using starttls with
2133         gnutls-cli.
2134         (tls-program): Add --insecure to be consistent with the defaults from
2135         openssl s_client.  Now all three commands are insecure.
2136
2137 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2138
2139         * lpath.el: Bind completion-styles-alist for XEmacs.
2140
2141         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2142         (gravatar-create-image): New function that's an alias to
2143         gnus-xmas-create-image, gnus-create-image, or create-image.
2144         (gravatar-data->image): Use it.
2145
2146 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2147
2148         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2149         install the nnregistry refer method.
2150         (gnus-registry-install-hooks): Use it.
2151         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2152         unfollowed groups.
2153
2154 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2155
2156         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2157         expanding threads.
2158
2159 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2160
2161         * nnir.el: Use the server names without suffixes (bug #7009).
2162
2163         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2164         unencrypted to STARTTLS, if possible.
2165
2166 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2167
2168         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2169         headers before superseding.
2170
2171 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2172
2173         * nnrss.el (nnrss-use-local): Add documentation.
2174
2175         * nnimap.el (nnimap-extend-tls-programs): New function.
2176         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2177         (nnimap-wait-for-connection): Accept the greeting from the stupid
2178         output from openssl s_client -starttls, too.
2179
2180         * tls.el (tls-starttls-switches): New variable.
2181         (tls-find-starttls-argument): Use it.
2182         (open-tls-stream): Ditto.
2183
2184         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2185         (netrc-machine): Ditto.
2186
2187         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2188         article number.
2189         (nnimap-split-fancy): New variable.
2190         (nnimap-split-incoming-mail): Use it.
2191
2192         * nntp.el (nntp-server-list-active-group): Document.
2193
2194         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2195         SELECT to get the message-id.
2196
2197         * mail-source.el (mail-sources): Remove webmail support.
2198         (defvar): Ditto.
2199         (mail-source-fetcher-alist): Ditto.
2200         (mail-source-fetch-webmail): Remove.
2201
2202         * webmail.el: Remove -- doesn't seem relevant any more.
2203
2204         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2205
2206         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2207         the \r.
2208
2209 2010-09-30  Julien Danjou  <julien@danjou.info>
2210
2211         * gnus-agent.el (gnus-agent-add-group): Fix call to
2212         gnus-completing-read.
2213
2214 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2215
2216         * nndoc.el (nndoc-retrieve-groups): New function.
2217
2218         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2219         `default', use nnmail-split-methods.
2220         (nnimap-request-article): Downcase the NILs so that they are nil.
2221
2222         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2223         symbol.
2224
2225         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2226         code, since if the user has requested network, that's what they ought
2227         to get.
2228         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2229         (nnimap-split-rule): Mark as obsolete.
2230
2231         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2232         New variable.
2233
2234         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2235         correct slot, too.
2236
2237 2010-09-29  Julien Danjou  <julien@danjou.info>
2238
2239         * gnus.el (gnus-local-domain): Declare variable obsolete.
2240
2241         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2242         Fix history computing.
2243         (gnus-ido-completing-read): Require ido.
2244
2245 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246
2247         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2248         build Gnus.
2249
2250         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2251         when interpreting the structures.
2252         (nnimap-request-accept-article): Add \r\n to the lines to make this
2253         work with Cyrus.
2254
2255         * nndraft.el (nndraft-request-expire-articles): Use the group name
2256         instead if "nndraft".  Fix found by Nils Ackermann.
2257
2258 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2259
2260         * nnregistry.el: Add.
2261
2262 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2263
2264         * nnmail.el (group, group-art-list, group-art):
2265         Remove unneeded directives.
2266
2267 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2270         (mm-mime-charset)
2271         * rfc2047.el (rfc2047-syntax-table)
2272         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2273
2274         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2275         rather than `insert-file-contents' and `eval-region'.
2276
2277         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2278         construction.
2279
2280         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2281
2282         * time-date.el: No need to require cl for Emacs 21.
2283
2284 2010-09-29  Julien Danjou  <julien@danjou.info>
2285
2286         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2287         replacement of `gnus-gravatar-relief' to mimic
2288         `gnus-faces-properties-alist'.
2289         Add :version property.
2290
2291 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2292
2293         * mail-source.el (mail-source-report-new-mail)
2294         * message.el (message-default-mail-headers)
2295         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2296
2297         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2298
2299 2010-09-28  Julien Danjou  <julien@danjou.info>
2300
2301         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2302         mail-address contains the same string as real-name.
2303
2304         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2305         non-blank in header, otherwise it'll get stripped.
2306
2307         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2308         real-name, and then for mail address rather than doing : or , search.
2309
2310 2010-09-27  Julien Danjou  <julien@danjou.info>
2311
2312         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2313         right completing-read function.
2314         (gnus-use-ido): New variable
2315         (gnus-completing-read-with-default): Remove.
2316         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2317         (gnus-agent-add-group):
2318         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2319         * mm-view.el (mm-view-pkcs7-decrypt):
2320         * mm-util.el (mm-codepage-setup):
2321         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2322         * mml-smime.el (mml-smime-openssl-sign-query):
2323         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2324         (mml-insert-multipart):
2325         * gnus-msg.el (gnus-summary-yank-message):
2326         * gnus-int.el (gnus-start-news-server):
2327         * mm-decode.el (mm-interactively-view-part):
2328         * gnus-dired.el (gnus-dired-attach):
2329         * gnus.el (gnus-read-method):
2330         * gnus-bookmark.el (gnus-bookmark-jump):
2331         * gnus-art.el (gnus-mime-view-part-as-type)
2332         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2333         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2334         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2335         * nnmairix.el (nnmairix-create-server-and-default-group)
2336         (nnmairix-update-groups, nnmairix-get-server)
2337         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2338         (nnmairix-get-group-from-file-path):
2339         * nnrss.el (nnrss-find-rss-via-syndic8):
2340         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2341         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2342         (gnus-group-browse-foreign-server):
2343         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2344         (gnus-summary-execute-command, gnus-summary-respool-article)
2345         (gnus-read-move-group-name):
2346         * gnus-score.el (gnus-summary-increase-score)
2347         (gnus-summary-score-effect):
2348         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2349
2350 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2351
2352         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2353         x-focus-frame.
2354
2355         * nnimap.el (auth-source-forget-user-or-password)
2356         (auth-source-user-or-password): Autoload.
2357
2358         * message.el (message-from-style, message-interactive)
2359         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2360         (message-yank-prefix, message-indentation-spaces, message-signature)
2361         (message-signature-file): Add comment.
2362
2363 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2364
2365         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2366         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2367         new articles.
2368
2369         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2370         parts.
2371         (nnimap-request-article): Work with the t setting, too.
2372
2373         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2374         that you don't get flashes of other buffers.
2375         (gnus-summary-show-complete-article): Intern before setting.
2376
2377 2010-09-27  David Engster  <dengste@eml.cc>
2378
2379         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2380         well as HEADERS.
2381         (nnmairix-retrieve-headers): Provide new argument for the above.
2382
2383 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2384
2385         * gnus-sum.el (gnus-summary-move-article): Don't alter
2386         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2387         group.
2388
2389         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2390
2391         * message.el (message-cite-prefix-regexp): Revert my last edit.
2392
2393         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2394         variable instead of the Gnus variable.
2395
2396         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2397
2398         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2399
2400         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2401         since some servers don't like it.
2402         (nnimap-open-connection): Forget credentials if the server says the
2403         password was wrong.
2404         (nnimap-parse-line): Protect against invalid data.
2405
2406         * gnus-sum.el (gnus-summary-move-article): Add comment.
2407         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2408         nothing alters it while scanning for new messages.
2409
2410         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2411         which may or may not help.
2412         (nnimap-open-connection): If we're doing a stream connection, and then
2413         discover we're on a STARTTLS-capable server, then open a STARTTLS
2414         connection instead.
2415
2416 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * nnimap.el (utf7): Require.
2419
2420         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2421         prefix.
2422
2423 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2424
2425         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2426
2427 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428
2429         * nnimap.el (nnimap-request-accept-article): Message the error on
2430         error.
2431
2432 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2435
2436 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437
2438         * nndoc.el (nndoc-request-list): Return success always.
2439
2440         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2441         `fetch-old' -- we only want to fetch the articles we've requested.
2442         The rest are in the agent, probably.
2443         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2444         disappeared server" to something low.  It's not important.
2445
2446         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2447         arrived before the FETCH data.
2448
2449         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2450         target here, because we don't know the Gnus name of the group.
2451
2452         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2453         for the correct group.
2454
2455         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2456
2457         * gnus.el (gnus): Give a final warning after startup.
2458
2459         * gnus-util.el (gnus-action-message-log): New variable.
2460         (gnus-message): Use it.
2461         (gnus-final-warning): New function.
2462
2463         * nnimap.el (nnimap-open-connection): Record the greeting.
2464         (nnimap): Add greeting.
2465
2466 2010-09-26  Julien Danjou  <julien@danjou.info>
2467
2468         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2469         arguments.
2470         (gnus-html-wash-images): Fix spec computing to include start/end.
2471
2472         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2473
2474 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2477         deletion.
2478         (nnimap-retrieve-headers): Don't select the group, because that's
2479         already done by nnimap-possibly-change-group.
2480
2481         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2482         (gnus-picon-transform-address): Use it.
2483
2484         * mail-source.el (mail-source-value): Revert previous patch.
2485
2486         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2487         on failure.
2488         (nnimap-open-connection): Look up both virtual and physical server name
2489         credentials.
2490
2491         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2492
2493 2009-02-07  Dave Love  <fx@gnu.org>
2494
2495         * tls.el (open-tls-stream): Don't query killing process.
2496
2497 2009-02-08  Dave Love  <fx@gnu.org>
2498
2499         * gnus-win.el (gnus-window-to-buffer-helper)
2500         (gnus-all-windows-visible-p): Function needn't be a symbol.
2501
2502         * mail-source.el (mail-source-value): Function needn't be a symbol.
2503
2504 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2505
2506         * message.el (message-cite-prefix-regexp): Remove } from the cite
2507         prefix.
2508
2509         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2510         highlight again, so that the highlight is correct.
2511
2512         * gnus-picon.el (gnus-picon): Remove again.
2513         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2514
2515         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2516         doing the header highlightling, so that the background colour of the
2517         picon is correct.
2518
2519         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2520         (gnus-picon): Ditto.
2521         (gnus-picon): Reinstate.  The background colour for picons is white.
2522         (gnus-picon-insert-glyph): Make the background white.
2523
2524         * nnml.el (nnml-open-nov): Don't return dead buffers.
2525
2526         * auth-source.el (auth-source-create): Query the user for whether to
2527         store the credentials.
2528
2529         * netrc.el (netrc-store-data): New function.
2530
2531         * auth-source.el (auth-source-user-or-password): Use the existing auth
2532         sources, if any, for creation.
2533
2534         * gnus.el (gnus-group-fast-parameter): Return the last matching
2535         parameter instead of the first matching parameter.
2536
2537 2010-09-26  Julien Danjou  <julien@danjou.info>
2538
2539         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2540
2541 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2542
2543         * mml2015.el (mml2015-use): Remove gpg support.
2544
2545         * mml1991.el (mml1991-function-alist): Remove gpg function.
2546         (mml1991-gpg-sign): Remove.
2547
2548 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2549
2550         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2551         (gnus-browse-unsubscribe-current-group): Document it.
2552         (gnus-browse-unsubscribe-group): Use it.
2553
2554 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2555
2556         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2557         address to the To list for easier response.
2558
2559         * gnus.el (gnus-play-startup-jingle): Remove.
2560         (gnus-splash): Don't play jingle.
2561         (gnus): Silence gnus-load message.
2562
2563         * gnus-art.el (gnus-treat-play-sounds): Remove.
2564
2565         * gnus.el (gnus-play-jingle): Remove audio support.
2566
2567         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2568
2569         * earcon.el: Remove -- no users.
2570
2571         * gnus-audio.el: Remove -- no users of this package.
2572
2573         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2574
2575         * gnus-start.el (gnus-setup-news): Remove nocem support.
2576
2577         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2578
2579         * gnus.el (gnus-use-nocem): Remove.
2580
2581         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2582         Remove.
2583
2584         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2585         uses NoCeM any more.
2586
2587         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2588         (gnus-button-ctan-handler): Ditto.
2589         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2590         (gnus-button-ctan-directory-regexp): Ditto.
2591         (gnus-button-handle-ctan): Ditto.
2592         (gnus-button-tex-level): Ditto.
2593         (gnus-button-alist): Remove CTAN stuff.
2594
2595 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2596
2597         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2598         nnimap-streaming test.
2599
2600         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2601         servers twice.
2602
2603         * nnimap.el (nnimap-open-connection): Add more error reporting when
2604         nnimap fails early.
2605
2606         * nnheader.el (nnheader-get-report-string): New function.
2607         (nnheader-get-report): Use it.
2608
2609         * gnus-int.el (gnus-check-server): Say what the error was when opening
2610         failed.
2611
2612         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2613         using streaming.
2614
2615 2010-09-25  Julien Danjou  <julien@danjou.info>
2616
2617         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2618         gnus-window-inside-pixel-edges.
2619
2620 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2621
2622         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2623
2624         * mm-decode.el (mm-save-part): Allow saving to other directories the
2625         normal Emacs way.
2626
2627         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2628         Suggested by Jay Berkenbilt.
2629
2630         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2631         there isn't a single byte.
2632
2633         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2634         just do it.  It doesn't really seem to matter what the user responds
2635         here, I think, so it's just a confusing question.
2636
2637         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2638         non-streaming case.
2639
2640         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2641         (gnus-article-encrypt-body): Use it.
2642
2643         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2644         keystroke.
2645
2646         * nnimap.el (nnimap-find-wanted-parts-1):
2647         Use gnus-fetch-partial-articles.
2648
2649         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2650
2651         * nnimap.el (nnimap-insert-partial-structure): New function.
2652         (nnimap-get-partial-article): New function.
2653         (nnimap-request-article): Use it.
2654         (nnimap-wait-for-response): Return whether the wait was successful.
2655         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2656         retrieval wasn't successful.
2657         (nnimap-retrieve-group-data-early): Allow throttling servers.
2658         (nnimap-streaming): New variable.
2659         (nnimap-fetch-partial-articles): Remove.
2660
2661         * mm-decode.el (mm-with-part): Protect against killed buffers.
2662
2663         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2664         for prettier summary display.
2665
2666 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2667
2668         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2669
2670 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2671
2672         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2673         apparently third-party libraries depend on it.
2674
2675         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2676         before starting negotiation.
2677
2678         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2679         privacy reasons.
2680         (gnus-treat-mail-gravatar): Ditto.
2681
2682         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2683         buffer when inserting images.  Inserting text into the headers, for
2684         instance, can make them invalid.
2685
2686 2010-09-25  Julien Danjou  <julien@danjou.info>
2687
2688         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2689         variables.
2690
2691         * nnheader.el: Remove useless variables news-reply-yank-from and
2692         news-reply-yank-message-id.
2693
2694         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2695         variables.
2696
2697         * mml1991.el: Remove useless mml1991-verbose.
2698
2699         * gnus.el: Remove useless variable gnus-use-generic-from.
2700         Remove obsolete variable gnus-topic-indentation.
2701
2702         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2703
2704         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2705
2706         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2707
2708         * gnus-group.el: Remove useless gnus-group-icon-cache.
2709         Remove useless gnus-ephemeral-group-server.
2710
2711         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2712
2713         * mml2015.el: Remove useless mml2015-verbose.
2714
2715         * mml-smime.el: Remove useless mml-smime-verbose.
2716
2717         * gnus.el: Remove useless gnus-local-domain.
2718
2719         * gnus-gravatar.el (gnus-gravatar-transform-address):
2720         Use gnus-gravatar-size.
2721
2722         * gnus-art.el: Remove useless gnus-treat-translate.
2723
2724 2010-09-24  Julien Danjou  <julien@danjou.info>
2725
2726         * gnus-sum.el: Add support for Gravatars.
2727
2728         * gnus-art.el: Add support for Gravatars.
2729
2730         * gnus-gravatar.el: Add this file.
2731
2732         * gravatar.el: Add this file.
2733
2734 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735
2736         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2737
2738         * gnus-group.el (gnus-group-fetch-faq): Remove.
2739
2740         * gnus.el (gnus-group-faq-directory): Remove.
2741
2742         * gnus-group.el (gnus-group-fetch-charter): Remove.
2743
2744         * gnus.el (gnus-group-charter-alist): Remove.
2745
2746         * gnus-group.el (gnus-group-archive-directory): Remove.
2747         (gnus-group-recent-archive-directory): Ditto.
2748         (gnus-group-make-archive-group): Remove.
2749
2750         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2751
2752         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2753         use the same article number for all the cached articles.
2754
2755         * nnimap.el (nnimap-command): Register the last command time so
2756         that we can use it for idling NOOPs.
2757         (nnimap-open-connection): Start the keeplive timer.
2758         (nnimap-make-process-buffer): Store all the process buffers.
2759         (nnimap-keepalive): New function.
2760
2761         * starttls.el (starttls-open-stream): Add autoload cookie.
2762
2763 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2764
2765         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2766         handling.
2767
2768 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2771         its data structures.
2772
2773         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2774         instead of the cl.el copy-list.
2775         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2776         equalp.
2777
2778 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2779
2780         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2781         and tool-bar-local-item-from-menu.
2782
2783         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2784         mode-line-highlight face for Emacs.
2785
2786         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2787         loading gnus-sum.elc; fix comment for canlock-verify.
2788         (gnus-article-jump-to-part): Use read-number.
2789         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2790         Remove Emacs pre-21 compatible code for help-echo.
2791         (gnus-article-next-page-1): No need to adjust the number of lines.
2792         (gnus-article-describe-bindings): Always use help-buffer.
2793
2794         * gnus-audio.el (gnus-audio-inline-sound)
2795         * gnus-cus.el (gnus-custom-mode)
2796         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2797
2798         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2799
2800         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2801         compatible code.
2802
2803 2010-09-24  Glenn Morris  <rgm@gnu.org>
2804
2805         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2806         visiting the fcc file in rmail-mode.
2807
2808         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2809
2810 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2811
2812         * nnir.el: Silence the byte compiler.
2813
2814         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2815         alias to browse-url-url-encode-chars if any.
2816         (gnus-html-encode-url): Use it.
2817
2818 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2819
2820         * gnus-start.el (gnus-use-backend-marks): New variable.
2821         (gnus-get-unread-articles-in-group): Use it.
2822
2823         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2824         makeover.
2825
2826 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2827
2828         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2829
2830 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2831
2832         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2833         Remove.
2834         (gnus-setup-news-hook):
2835         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2836
2837         * gnus-int.el (gnus-request-update-info): Protect against backends not
2838         having the function.
2839
2840         * nnimap.el (nnimap-stream): Mention starttls.
2841         (nnimap-open-connection): Add starttls support.
2842
2843 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2844
2845         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2846
2847 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2848
2849         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2850         BODYSTRUCTUREs.
2851         (nnimap-transform-headers): Unfold quoted {42} headers.
2852
2853         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2854         the info.
2855         (gnus-get-unread-articles): Only call updatep on backends that support
2856         it.
2857
2858         * nnweb.el (nnweb-request-update-info): NOOP.
2859
2860         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2861
2862         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2863         since it only deals with marks.
2864
2865         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2866         gnus-request-marks, and make a new gnus-request-update-info.
2867
2868         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2869         the active instead of the high number, which is usually too low.
2870
2871 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2872
2873         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2874         * encrypt.el: Remove.
2875
2876 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2877
2878         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2879         server in symbolic form.
2880
2881         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2882
2883 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2884
2885         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2886         (nnimap-update-info): Fix up code slightly.
2887
2888         * gnus-int.el (gnus-open-server): Add tracing for performance
2889         debugging.
2890
2891         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2892         (gnus-group-insert-group-line): Pass the real group name so that it
2893         gets the right data.
2894
2895         * gnus-start.el (gnus-get-unread-articles): Don't have
2896         `gnus-get-unread-articles-in-group' update info, since that can be
2897         really slow and doesn't seem to be needed?
2898
2899 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2900
2901         * time-date.el (date-to-time): Try using parse-time-string first before
2902         using the slower timezone-make-date-arpa-standard.
2903
2904 2010-09-22  Julien Danjou  <julien@danjou.info>
2905
2906         * gnus-group.el (gnus-group-insert-group-line):
2907         Call gnus-group-highlight-line.
2908         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2909         default hook list.
2910         (gnus-group-update-eval-form): Add new function.
2911         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2912         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2913
2914 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2915
2916         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2917         immediate, then expire all articles.
2918         (nnimap-update-info): Fix off-by-one errors.
2919         (nnimap-flags-to-marks): Would return no marks lists for group with no
2920         flags.  Instead return the other data.
2921
2922 2010-09-22  Julien Danjou  <julien@danjou.info>
2923
2924         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2925         Only return an icon.
2926         (gnus-group-insert-group-line): Compute icon to return.
2927
2928         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2929         (gnus-html-image-fetched): Only cache if
2930         gnus-html-image-automatic-caching is set.
2931         (gnus-html-image-fetched): Check for errors.
2932
2933 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934
2935         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2936         once per method on `g'.  This ensures that backends like nnfolder don't
2937         open all their folders.
2938
2939         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2940         (nnimap-request-list): Nix out group in the correct buffer.
2941         (nnimap-parse-flags): Implement by using `read' instead of
2942         hand-parsing.
2943         (nnimap-flags-to-marks): Pass on permanent-flags.
2944         (nnimap-make-process-buffer): Record the server name.
2945         (nnimap-parse-flags): Fix typo.
2946         (nnimap-request-scan): Run split on the server in general, not just a
2947         single group.
2948
2949         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2950         parameter, and propagate this downwards.
2951
2952         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2953         since EXAMINE changes it on the server.
2954
2955         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2956         this command might take a while.
2957
2958 2010-09-22  Julien Danjou  <julien@danjou.info>
2959
2960         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2961         harmful if you have 2 images side-by-side, they can't be properly
2962         update on text deletion.  Using text-property is safer here.
2963         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2964         data.
2965
2966 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2967
2968         * nnimap.el (nnimap-expunge-inbox): Remove.
2969         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2970         (nnimap-expunge): Flip default to t.
2971
2972         * gnus.el (gnus-method-to-server): Don't push things to the cache
2973         unless it's unique.
2974         (gnus-server-to-method): Ditto.
2975
2976 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2977
2978         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2979
2980 2010-09-22  Julien Danjou  <julien@danjou.info>
2981
2982         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2983         get the start of data.
2984         (gnus-html-encode-url): Add this function to encode special chars in
2985         URL.
2986         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2987         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2988
2989         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2990         default.
2991         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2992
2993         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2994         images alt-text.
2995         (gnus-html-put-image): Put alt-text as help-echo.
2996
2997 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2998
2999         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3000         * mm-util.el (mm-decompress-buffer)
3001         * nnir.el (nnir-run-find-grep)
3002         * pop3.el (pop3-list): Use 3rd arg of split-string.
3003
3004         * time-date.el (format-seconds): Comment fix.
3005
3006         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3007         and byte-optimize-form-code-walker.
3008         (dgnushack-make-auto-load): Don't advise make-autoload.
3009
3010         * lpath.el: Remove Emacs 21 stuff.
3011
3012 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3013
3014         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3015         outside the active range.  Suggested by Dan Christensen.
3016
3017         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3018         slightly later to avoid double-getting it.
3019
3020         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3021         previous patch.
3022
3023         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3024
3025 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3026
3027         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3028
3029 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030
3031         * gnus-int.el (gnus-open-server): Give a better error message in the
3032         "go offline" case.
3033
3034         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3035         marks for nnimap, which is seldom the right thing to do.
3036
3037         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3038         (gnus-same-method-different-name): New function.
3039
3040         * nnimap.el (parse-time): Require.
3041
3042         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3043         method in the presence of many similar methods.
3044
3045         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3046
3047         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3048         nnml-inhibit-expiry.
3049
3050         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3051         find out whether methods are equal.
3052
3053         * nnimap.el (nnimap-find-expired-articles): New function.
3054         (nnimap-process-expiry-targets): New function.
3055         (nnimap-request-move-article): Request the article before looking at
3056         what the Message-ID is.  Fix found by Andrew Cohen.
3057         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3058
3059         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3060         for oldness in addition to being a predicate.
3061
3062         * nnimap.el (nnimap-request-group): When we have zero articles, return
3063         the right data to Gnus.
3064         (nnimap-request-expire-articles): Only delete articles immediately if
3065         the target is 'delete.
3066
3067         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3068         method, this would bug out.
3069
3070         * gnus-group.el (gnus-group-expunge-group): Rename from
3071         gnus-group-nnimap-expunge, and implemented as a normal interface
3072         function.
3073
3074         * gnus-int.el (gnus-request-expunge-group): New function.
3075
3076         * nnimap.el (nnimap-request-create-group): Implement.
3077         (nnimap-request-expunge-group): New function.
3078
3079 2010-09-21  Julien Danjou  <julien@danjou.info>
3080
3081         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3082         (gnus-html-cache-expired): Add new function.
3083         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3084         wethever we should display image for fetch it.
3085         Compute alt-text earlier to pass it to the fetching function too.
3086         (gnus-html-schedule-image-fetching): Change function argument to only
3087         get one image at a time, not a list.
3088         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3089         cache.
3090         (gnus-html-get-image-data): New function to retrieve image data from
3091         cache.
3092         (gnus-html-put-image): Change buffer argument to use image data rather
3093         than file, and place image above region rather than inserting a new
3094         one.  Do not take alt-text as argument, since it's useless now: we place
3095         the image above alt-text.
3096         (gnus-html-prune-cache): Remove.
3097         (gnus-html-show-images): Start to fetch image when we find one, do not
3098         push into a temporary list.
3099         (gnus-html-prefetch-images): Only fetch image if they have expired.
3100         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3101         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3102
3103 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3104
3105         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3106
3107 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3108
3109         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3110         spec inser "*" if the group isn't active instead of 0.
3111
3112         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3113         opening the server.
3114         (nnimap-request-delete-group): Implement group deletion.
3115         (nnimap-transform-headers): Return the size of the entire message in
3116         the Bytes header, not just the size of the first part.
3117         (nnimap-request-move-article): When moving an article from nnimap,
3118         request the article first so the accepting form has an article to
3119         accept.  Reported by Dan Christensen.
3120         (nnimap-command): Make sure that the error message doesn't error out.
3121
3122 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3123
3124         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3125         we haven't requested anything.
3126
3127 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3128
3129         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3130         "".  Fix found by Andrew Cohen.
3131
3132         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3133         instead of -encode-string.
3134
3135 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3136
3137         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3138
3139         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3140         by mm-subst-char-in-string.
3141
3142 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3143
3144         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3145         waiting for the connection string.
3146
3147         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3148         arriving.
3149
3150         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3151         bogus characters.  This allows selecting certain Gmail groups.
3152
3153         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3154         (nnimap-fetch-partial-articles): New variable.
3155         (nnimap-open-connection): When looking for credentials, also use the
3156         nnimap-server-port.
3157         (nnimap-request-article): Return the group/article number, so that Gnus
3158         `^' works as expected.
3159         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3160
3161         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3162         comments.
3163         (gnus-methods-sloppily-equal): New function.
3164         (gnus): When using the development version of Gnus, load the gnus-load
3165         file.
3166
3167         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3168         `gnus-open-server' on each method before trying to scan them etc.
3169         This ensures that all the backend parameters are set correctly.
3170
3171         * nnimap.el (nnimap-authenticator): New variable.
3172         (nnimap-open-connection): Allow anonymous login.
3173         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3174         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3175
3176         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3177         patch, found by Knut Anders Hatlen.
3178
3179 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3180
3181         * gnus-agent.el (gnus-agent-batch-confirmation)
3182         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3183         to gnus-message.
3184         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3185         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3186         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3187         * gnus-int.el (gnus-open-server): Likewise.
3188         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3189         (gnus-score-check-syntax): Likewise.
3190         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3191         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3192         Likewise.
3193         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3194
3195 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3196
3197         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3198         calling conventions so that prefetch doesn't bug out.
3199
3200 2010-09-19  Julien Danjou  <julien@danjou.info>
3201
3202         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3203         rather than `subst-char-in-region' in order to be able to replace ASCII
3204         char by UTF-8 ones.
3205
3206         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3207         than curl.
3208         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3209         the right URL and ALT text on images.
3210         (gnus-html-wash-tags): Fix tag case.
3211         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3212         (gnus-article-html): Add -o display_ins_del=2 option.
3213         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3214
3215 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3216
3217         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3218         the extra mail headers, which sometimes seem to happen for unknown
3219         reasons.
3220
3221         * mail-parse.el (mail-header-encode-parameter): Define as
3222         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3223         (or most, perhaps?) mail readers don't understand the latter, but do
3224         understand the former.
3225
3226         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3227         to nil, so that no methods are automatically agentized.  I think this
3228         is probably what most users want.
3229
3230         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3231         from url-retrieve, for instance about invalid URLs.
3232
3233         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3234         groups that have no articles.
3235         (nnimap-request-article): Check that we really got an article when we
3236         requested one.
3237
3238         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3239         doesn't exist.
3240
3241         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3242         nntp buffer so the agent can save it.
3243         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3244         that CRLF doesn't get translated to \n.
3245         (nnimap-open-connection): Don't make 'shell commands only send \n.
3246
3247 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3248
3249         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3250         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3251         Update var name.
3252         (nnml-generate-nov-file): Use dolist.
3253         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3254         Use with-current-buffer.
3255
3256 2010-09-18  Julien Danjou  <julien@danjou.info>
3257
3258         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3259         parallel.
3260
3261 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3262
3263         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3264         the range update right.
3265         (nnimap-request-group): Don't make `M-g' bug out on group with no
3266         marks.
3267         (nnoo): Require, so that other packages can require nnimap.
3268         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3269         command we're looking for.  This helps when the server sends more
3270         responses after we've gotten everything we expected.
3271         (nnimap): Add a `newlinep' field to keep track of end-of-line
3272         conventions.
3273         Don't send CRLF to things that don't want it.
3274         (nnimap-request-accept-article): Ditto.
3275
3276 2010-09-18  Julien Danjou  <julien@danjou.info>
3277
3278         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3279         than curl to retrieve images.
3280
3281 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3282
3283         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3284         the marks.
3285         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3286         (nnimap-wait-for-connection): New function.
3287         (nnimap-open-connection): If we have PREAUTH, don't query for login
3288         credentials.
3289         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3290         when doing a partial update.
3291
3292 2010-09-18  Julien Danjou  <julien@danjou.info>
3293
3294         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3295         tags.
3296
3297 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298
3299         * nnimap.el (nnimap-credentials): New function.
3300         (nnimap-open-connection): Use the new function to look for credentials
3301         also on the numeric equivalents of "imap" and "imaps".
3302
3303         * gnus-start.el (gnus-activate-group): Send the info to
3304         gnus-request-group.
3305
3306         * nnimap.el (nnimap-request-group): Have the "check" version of the
3307         function parse flags and update the info, so that a `M-g' get a total
3308         resync of all flags from the group.
3309
3310         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3311         to allow backends to alter the info on group selection.  Also alter all
3312         the backend -request-group functions to take the parameter.
3313
3314         * nnimap.el (nnimap-store-info): New function.
3315         (nnimap-update-info): Store the info for later usage.
3316         (nnimap-request-group): Use the stored info for the dont-check case, so
3317         that we don't retrieve all marks when we enter a group.
3318
3319         * nnimap.el: Use deffoo instead of defun for interface functions.
3320
3321         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3322         update the group info.  This makes the nndraft groups, for instance, go
3323         back to their old behaviour.
3324
3325         * gnus-sum.el (gnus-select-newsgroup): Indent.
3326
3327         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3328         in.
3329         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3330         nothing.
3331
3332         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3333         from methods that are denied.
3334
3335         * gnus-int.el (gnus-method-denied-p): New function.
3336
3337         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3338         store the password instead of netrc.
3339         (nnimap-open-connection): Don't error out when we can't make a
3340         connections.
3341
3342         * auth-source.el (auth-source-create): In the password prompt, say what
3343         we're querying for.  Also prompt for user name if that hasn't been
3344         given.
3345
3346         * nnimap.el (nnimap-with-process-buffer): Remove.
3347
3348 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3349
3350         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3351         method when we're reading from the agent.
3352
3353         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3354
3355         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3356         that's probably most useful for users.
3357
3358         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3359         "failed" all the time.
3360
3361         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3362         ...)) with (with-current-buffer ... ).
3363
3364         * nntp.el (nntp-open-server): Return whether the open was successful or
3365         not.
3366
3367         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3368         select an unread unseen article first.
3369
3370         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3371         /etc/services, supply some sensible port defaults.
3372
3373         * dgnushack.el: Define netrc-credentials.
3374
3375 2010-09-17  Julien Danjou  <julien@danjou.info>
3376
3377         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3378
3379 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3380
3381         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3382         doesn't have any parameters.
3383
3384 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3387         only upcased checks.
3388
3389         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3390
3391         * nnimap.el (nnimap-open-shell-stream): New function.
3392         (nnimap-open-connection): Use it.
3393         (nnimap-transform-headers): Get the number of lines in each message.
3394         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3395         number of lines.
3396         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3397         problem.
3398
3399         * utf7.el (utf7-encode): Autoload.
3400
3401         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3402         to allow the mail splitting to not return a default group.  This is
3403         useful for nnimap, which will leave unmatched mail in the inbox.
3404
3405         * nnimap.el: Rewritten.
3406
3407         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3408         nnimap usage.
3409
3410         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3411         if the move is internal, so that nnimap can do fast internal moves.
3412
3413         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3414         data.
3415         (gnus-read-active-for-groups): Support finishing the early retrieval of
3416         data.
3417
3418         * gnus-range.el (gnus-range-nconcat): New function.
3419
3420         * gnus-int.el (gnus-finish-retrieve-group-infos)
3421         (gnus-retrieve-group-data-early): New functions.
3422
3423 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3424
3425         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3426         (nnrss-retrieve-groups):
3427         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3428         (pop3-quit): Use with-current-buffer.
3429
3430 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3431
3432         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3433         instead of nnheader-accept-process-output.
3434
3435         * dgnushack.el (dgnushack-compile): Add comment.
3436
3437         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3438
3439         * gnus-html.el (gnus-html-schedule-image-fetching)
3440         (gnus-html-prefetch-images): Replace process-kill-without-query by
3441         gnus-set-process-query-on-exit-flag.
3442
3443 2010-09-16  Romain Francoise  <romain@orebokech.com>
3444
3445         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3446
3447 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3448
3449         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3450         parameter to unintern is mandatory-ish in Emacs 24.
3451
3452         * gnus-html.el (gnus-html-schedule-image-fetching)
3453         (gnus-html-prefetch-images): Check for curl before using it.
3454
3455         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3456         depend on curl, which isn't essential.
3457
3458         * imap.el: Revert back to version
3459         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3460         seem problematic.
3461
3462 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3463
3464         * gnus-registry.el (gnus-registry-install-shortcuts):
3465         Explicitly pass `obarray' to `unintern' to avoid a warning.
3466
3467 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3468
3469         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3470         change.
3471
3472         * nnrss.el (nnrss-request-list): Remove this function and related
3473         functions, including the moreover stuff.
3474
3475 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3476
3477         * nnrss.el (nnrss-retrieve-groups): New function.
3478
3479 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3480
3481         * .dir-locals.el: Add no-byte-compile cookie.
3482
3483 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3484
3485         * time-date.el (format-seconds): Comment fix.
3486
3487         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3488         for back end that doesn't support request-scan.
3489
3490 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491
3492         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3493         then do request scans from the backends.
3494
3495         * netrc.el (netrc-credentials): New conveniency function.
3496
3497         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3498         avoid running a hook per line, since this takes a lot of time,
3499         profiling shows.
3500         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3501         directly if gnus-visual-p is true.
3502
3503 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3506         groups; replace mapcar with dolist which is a bit faster; pass groups
3507         info to gnus-read-active-file-1.
3508         (gnus-read-active-file-1): Scan only specified groups if the new
3509         optional arg `infos' is given.
3510
3511 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3512
3513         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3514
3515         * pop3.el (pop3-movemail): Remove.
3516         (pop3-streaming-movemail): Rename to pop3-movemail.
3517
3518         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3519         don't restrict end-tag searches to the end of the line.
3520
3521 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3524         articles of every unchecked group to t, which means unknown since the
3525         server has never been opened.
3526
3527 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3528
3529         * gnus-html.el (gnus-html-show-alt-text): New command.
3530         (gnus-html-browse-image): Ditto.
3531         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3532         to browse the image directly.
3533         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3534         better.
3535
3536         * gnus-async.el (gnus-async-article-callback):
3537         Call `gnus-html-prefetch-images' unconditionally.
3538
3539         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3540         before feeding URLs to curl.
3541
3542 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3545         internal images as deletable by `W D D'.
3546
3547         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3548         (gnus-async-article-callback): Fix typo.
3549
3550 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3551
3552         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3553         current line to work around bugs in the output from w3m.
3554
3555         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3556         for groups that want that.
3557
3558         * nntp.el (nntp-wait-for-string): Supply a timeout for
3559         accept-process-output to ensure progress.
3560
3561         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3562         level to get unread articles from, then use that for foreign groups,
3563         too.
3564
3565         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3566         confuses the rest of the function.
3567
3568         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3569         for the methods that support -retrieve-groups, too.
3570
3571         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3572
3573 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3574
3575         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3576         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3577
3578         * pop3.el: Require cl when compiling.
3579         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3580
3581 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3582
3583         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3584         that aren't going to be activated.
3585         (gnus-get-unread-articles): Fix up the last commit.
3586
3587         * gnus-html.el (gnus-article-html): Allow calling without specifying
3588         the handle.  In that case, dissect the buffer first.
3589
3590         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3591
3592         * nnimap.el (nnimap-open-connection): Revert the change that would look
3593         into authinfo for imaps instead of imap.
3594
3595         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3596         say that you don't want to call gnus-request-group with don-check, but
3597         do check the reponse.  This is for virtual groups only.
3598         (gnus-get-unread-articles): Count the archive groups as secondary, so
3599         that they're activated the same way as before.
3600
3601         * imap.el (imap-message-map): Removed optional buffer parameter, since
3602         no callers use it.
3603         (imap-message-get): Ditto.
3604         (imap-message-put): Ditto.
3605         (imap-mailbox-map): Ditto.
3606         (imap-mailbox-put): Ditto.
3607         (imap-mailbox-get): Ditto.
3608         (imap-mailbox-get): Revert last change for this function.
3609
3610         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3611         case-insensitively.
3612         (nnimap-debug): Remove.
3613
3614         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3615         to use `imap-fetch' instead.  According to the comments, this should be
3616         safe, since all other IMAP clients use the 1:* syntax.
3617         (imap-enable-exchange-bug-workaround): Removed.
3618         (imap-debug): Removed -- doesn't seem very useful.
3619
3620         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3621         mail from a file, and the file doesn't exist.
3622
3623         * imap.el (imap-log): New convenience function used throughout instead
3624         of repeating the same code all over the place.
3625
3626         * pop3.el (pop3-streaming-movemail): Return t for success.
3627
3628         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3629         .authinfo if we're using ssl connection.
3630
3631         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3632         already have if we're in a main Gnus `g' run.
3633
3634         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3635
3636 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3637
3638         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3639
3640         * nnmh.el (nnmh-request-list-1): Bind `file'.
3641
3642         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3643         alias to set-process-query-on-exit-flag or process-kill-without-query.
3644         (pop3-open-server): Use it.
3645
3646 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3647
3648         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3649         box to the Incoming file.  Fixes mistake in previous checkin.
3650
3651         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3652         request loop (for debugging purposes) removed.
3653
3654         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3655         culprit is more visible.
3656         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3657         (nnml-add-incremental-nov): New functions to do "incremental" nov
3658         updates, where we just append to the end of the existing nov files
3659         without reading/writing them in full.
3660
3661         * mail-source.el (mail-source-delete-crash-box): Really only check the
3662         incoming files once in a while.
3663
3664         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3665
3666         * mail-source.el (mail-source-delete-crash-box): Only check the
3667         incoming files for deletion once per day to save a lot of file
3668         accesses.
3669
3670         * pop3.el (pop3-logon): Fix up unbound variable typo.
3671
3672         * mail-source.el (pop3-streaming-movemail): Autoload.
3673
3674         * pop3.el (pop3-streaming-movemail):
3675         Respect pop3-leave-mail-on-server.
3676
3677         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3678         retrieval.
3679
3680         * pop3.el (pop3-process-filter): Remove unused function.
3681         (pop3-streaming-movemail, pop3-send-streaming-command)
3682         (pop3-wait-for-messages, pop3-write-to-file)
3683         (pop3-number-of-responses): New functions for streaming pop3
3684         retrieval.
3685
3686         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3687         come from no known methods.
3688         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3689         list.
3690
3691         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3692         message sizes.
3693         (pop3-movemail): Use erase-buffer instead of looping and deleting
3694         regions, which seems rather odd.
3695
3696         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3697         file once per `g' run.
3698
3699         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3700         directories.  This makes the draft queue directory work.
3701
3702         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3703         data from the backends, so that we only request the list of groups from
3704         each method once.  This should speed things up considerably.
3705
3706         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3707         detect that it's not implemented.
3708
3709         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3710         we actually do recurse down into the tree, but don't stat all leaf
3711         nodes.
3712
3713         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3714         then say so instead of bugging out.
3715
3716         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3717         files exist before trying to read them.
3718
3719         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3720         around <pre_int>.
3721
3722         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3723
3724         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3725
3726 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3727
3728         * mm-util.el (mm-image-load-path): Just return the image directories,
3729         not all directories in the path in addition to the image directories.
3730         (mm-image-load-path): Maintain a cache of the image directories so that
3731         the `g' command in Gnus doesn't have to stat dozens of directories each
3732         time.
3733
3734         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3735         (gnus-html-wash-tags): Add a new `i' command to insert images.
3736         (gnus-html-insert-image): New command and keystroke.
3737         (gnus-html-redisplay-with-images): New command and keystroke.
3738         (gnus-html-show-images): Rename command.
3739         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3740         spacers.
3741         (gnus-html-wash-tags): Decode entities at the end, so that entities
3742         inside the tags don't mess up the rest of the "parsing".
3743
3744         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3745         so that nnimap methods aren't agentized by default.  There's apparently
3746         many problems related to agent/imap behaviour.
3747
3748         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3749
3750         * gnus-html.el: Doc fix.
3751
3752 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3753
3754         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3755         specifier-spec-list for Emacs 21.
3756
3757         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3758         glyph-width and glyph-height instead of display-graphic-p and
3759         image-size; make avoidance of displaying small images work for XEmacs.
3760
3761         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3762         for XEmacs.
3763
3764         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3765         of symbol that holds plist data.
3766         (gnus-process-plist): Remove plist of process after getting it.
3767
3768 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3769
3770         * message.el (message-generate-hashcash): Change default to
3771         'opportunistic if hashcash is installed.
3772
3773         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3774         (gnus-html-put-image): Only call image-size once, since it's somewhat
3775         time-consuming on remote X servers.
3776
3777 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3780         type on data, not a file name.
3781
3782         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3783         window-pixel-edges for Emacs 21.
3784
3785         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3786         decoded contents.
3787         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3788
3789 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3790
3791         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3792         group line format, since it isn't very interesting.
3793
3794         * gnus-agent.el (gnus-agent-short-article),
3795         (gnus-agent-long-article): Increase values for these two variables,
3796         since most people are likely to have more network connection and
3797         storage than before.
3798
3799         * gnus.el (gnus-refer-article-method): Change default to 'current.
3800         When referring an article, the common behaviour is to refer it from the
3801         current select method, not the native select method.  The chances of
3802         the native select method having the message in question is rather slim
3803         these days.
3804
3805         * gnus-sum.el (gnus-auto-select-subject): Change default to
3806         `unseen-or-unread'.  I think it's likely that most people want to
3807         select an unseen article over a previously seen, but unread one.
3808
3809         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3810         means that in the article buffer none of the minor mode elements will
3811         be shown, usually, and this is not desirable in most cases.
3812
3813         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3814         that commands like `d' (and the like) go to the next line in the
3815         buffer, instead of the next unread article.  I think this is the
3816         behaviour that is most natural for most users.
3817         (gnus-single-article-buffer): Change default to nil, so that people can
3818         have as many article buffers open as they have summary buffer.  I think
3819         this is the most natural way for the groups to behave.
3820
3821         * message.el (message-generate-new-buffers): Change default to
3822         `unsent', so that all new message buffers start their names with the
3823         string "*unsent", and it's easier to find the buffers if you move from
3824         them.
3825
3826 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3827
3828         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3829         small.  They're probably tracking images.
3830         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3831         (gnus-html-rescale-image): Yet another try at getting the image sizing
3832         right.
3833
3834         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3835         nntp-marks-file-name is nil.
3836
3837 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3838
3839         * gnus-html.el (gnus-html-wash-tags)
3840         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3841         Better logging.
3842
3843 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3844
3845         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3846
3847         * gnus-html.el (gnus-html-wash-tags): Check the value of
3848         gnus-blocked-images in the summary buffer.
3849
3850 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3851
3852         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3853
3854 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3855
3856         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3857         like "a", it seems like.
3858         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3859         since it needs to be picked from the correct buffer.
3860
3861         * nnwfm.el: Remove.
3862
3863         * nnlistserv.el: Remove.
3864
3865 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3866
3867         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3868         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3869
3870 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3871
3872         * nnkiboze.el: Remove.
3873
3874         * nndb.el: Remove.
3875
3876         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3877         alt text.
3878         (gnus-html-rescale-image): Try to get the rescaling logic right for
3879         images that are just wide and not tall.
3880
3881         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3882         overshadow variable bindings.
3883
3884 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3885
3886         * gnus-html.el (gnus-html-wash-tags)
3887         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3888         Add extra logging.
3889
3890 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3891
3892         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3893         (gnus-max-image-proportion): New variable.
3894         (gnus-html-rescale-image): New function.
3895         (gnus-html-put-image): Rescale images.
3896
3897 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3898
3899         Fix up some byte-compiler warnings.
3900         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3901         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3902         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3903         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3904         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3905         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3906         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3907
3908 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * gnus-html.el (gnus-article-html): Decode contents by charset.
3911
3912 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3915         (gnus-html-frame-width, gnus-blocked-images)
3916         * message.el (message-prune-recipient-rules): Add custom version.
3917         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3918
3919         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3920         functions.
3921
3922         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3923         gnus-process-get.
3924
3925 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3926
3927         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3928         instead of lsub directly.
3929
3930 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3931
3932         * nnwarchive.el: Remove.
3933
3934         * gnus-soup.el: Remove.
3935
3936         * nnsoup.el: Remove.
3937
3938         * nnultimate.el: Remove.
3939
3940         * gnus-html.el (gnus-blocked-images): New variable.
3941
3942         * message.el (message-prune-recipients): New function.
3943         (message-prune-recipient-rules): New variable.
3944
3945         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3946         guess whether a long line is natural text or not.
3947
3948         * gnus-html.el (gnus-html-schedule-image-fetching):
3949         Use gnus-process-plist and friends for compatibility.
3950
3951 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3952
3953         * gnus-html.el: Require packages that define macros used in this file.
3954         (gnus-article-mouse-face): Declare to silence byte-compiler.
3955         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3956         process-get.
3957         (gnus-html-put-image): Use plist-get to avoid getf.
3958         (gnus-html-prefetch-images): Use with-current-buffer.
3959
3960 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3961
3962         * gnus-ems.el: Provide compatibility functions for
3963         gnus-set-process-plist.
3964
3965         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3966         header-line-format for XEmacs 21.4.
3967
3968         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3969         * gnus.el (gnus-valid-select-methods)
3970         * message.el (message-send-mail-partially-limit)
3971         * mm-decode.el (mm-text-html-renderer)
3972         * mml.el (mml-insert-mime-headers-always)
3973         * smiley.el (smiley-regexp-alist): Bump custom version.
3974
3975 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3976
3977         * gnus-html.el: require mm-url.
3978         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3979         with the url to `url'.
3980         (gnus-html-wash-tags): Support cid: URLs/images.
3981
3982 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3983
3984         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3985         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3986         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3987
3988         * gnus-move.el: Remove file, since it doesn't really work.
3989
3990         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3991         UTF-8.  This seems to fix problems with some German web feeds.
3992
3993         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3994         at the top so that the proper colours are applied.
3995
3996         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3997         don't have dots in their names.
3998
3999         * gnus-art.el (gnus-article-view-part): Doc fix.
4000
4001         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4002         XEmacs-compatible.
4003         (gnus-html-put-image): Don't do images on non-graphic displays.
4004
4005         * nnslashdot.el: Remove this unused backend.
4006
4007         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4008         actions.
4009         (gnus-undo-register-1): Revert last change.
4010
4011         * gnus-group.el (gnus-group-completing-read): Protect against not
4012         having completion-styles bound.
4013
4014         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4015         make broken recipients happier.
4016
4017         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4018
4019         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4020         point parameter.
4021
4022         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4023
4024         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4025         completion-styles for group selection.
4026
4027 2009-02-04  Andreas Schwab  <schwab@suse.de>
4028
4029         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4030         headers and regexp-quote the match if necessary.
4031
4032 2009-03-24  Miles Bader  <miles@gnu.org>
4033
4034         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4035         the blinking smiley.
4036
4037 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4038
4039         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4040         blink smiley.
4041
4042 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4043
4044         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4045         where the dribbel file lives exists.
4046
4047         * message.el (message-send-mail-partially-limit): Change the default to
4048         nil, since most people don't want this.
4049
4050         * mm-url.el (mm-url-decode-entities): Also decode entities like
4051         &#x3212.
4052
4053 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4054
4055         * gnus-sum.el (gnus-summary-idna-message):
4056         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4057         Hyperlink urls in docstrings with URL `...'.
4058
4059 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4060
4061         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4062         functions.
4063
4064 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4065
4066         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4067         say what the mouseover text should be.
4068
4069         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4070         version of the mm-w3m-safe-url-regexp variable to only download images
4071         in the groups where we want that to happen.
4072
4073         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4074
4075         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4076         easier debugging.
4077         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4078         big pictures in the article buffer.
4079
4080         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4081         gnus-article-html.
4082         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4083         w3m.
4084
4085         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4086
4087 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4088
4089         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4090         which doesn't exist.
4091
4092         * message.el (message-inhibit-ecomplete): New variable to allow some
4093         function to inhibit ecomplete address storage.
4094         (message-resend): Disable ecomplete message storage when resending
4095         messages.
4096
4097         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4098
4099 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4102         Save excursion while copying, moving, and deleting articles in order to
4103         prevent the cursor from jumping to unforeseen place.
4104
4105 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * lpath.el: No need to bind bookmark-current-buffer,
4108         bookmark-yank-point and bookmark-make-record-function.
4109
4110 2010-08-17  Glenn Morris  <rgm@gnu.org>
4111
4112         * gnus-sync.el: Require gnus components whose functions are used.
4113
4114         * gnus-art.el (bookmark-make-record-function):
4115         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4116         Declare for compiler.
4117
4118         * mm-url.el (mml-compute-boundary): Autoload.
4119
4120 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4121
4122         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4123
4124 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4125
4126         Typo fix "hoo4a" -> "hook".
4127
4128         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4129
4130 2010-08-14  Glenn Morris  <rgm@gnu.org>
4131
4132         * gnus-sync.el (gnus-sync): Fix defgroup version.
4133
4134 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4135
4136         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4137
4138         * gnus-sync.el: Fix docs.
4139         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4140         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4141
4142 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4143
4144         Optimizations for gnus-sync.el.
4145
4146         * gnus-sync.el: Add docs about gnus-sync-backend
4147         possibilities.
4148         (gnus-sync-save): Remove unnecessary message.
4149         (gnus-sync-read): Optimize and show what groups were skipped.
4150
4151 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4152
4153         Minor bug fixes for gnus-sync.el.
4154
4155         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4156         Don't read the sync on get-new-news.
4157
4158         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4159         quiet.
4160
4161         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4162         (fix typo).
4163
4164 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4165
4166         Make saving and restoring of hidden threads work with overlays.
4167         Patch applied by Ted Zlatanov.
4168
4169         * gnus-sum.el (gnus-hidden-threads-configuration)
4170         (gnus-restore-hidden-threads-configuration): Update to deal with text
4171         properties, rather than searching for a magic character.
4172
4173 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4174
4175         New gnus-sync.el library for synchronization of marks.
4176
4177         * gnus-sync.el: New library for synchronization of marks.
4178
4179         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4180         renamed from `gnus-registry-grep-in-list'.
4181
4182         * gnus-registry.el (gnus-registry-follow-group-p):
4183         Use `gnus-grep-in-list'.
4184
4185         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4186
4187 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4188
4189         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4190         determining charset of text fails.
4191
4192 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4193
4194         * nnmail.el (nnmail-get-new-mail-1): Revert.
4195
4196         * nnml.el (nnml-active-number): Make sure names of newly created groups
4197         in nnml-group-alist are encoded.
4198
4199 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4200
4201         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4202         containing non-ASCII characters in active file for nnml back end.
4203
4204 2010-07-24  David Engster  <dengste@eml.cc>
4205
4206         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4207         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4208
4209 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4210
4211         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4212         tag (Bug#6654).
4213
4214 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4215
4216         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4217         the article buffer, not the summary buffer.
4218
4219 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4222         Emacs 23 as well.
4223
4224 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4225
4226         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4227         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4228
4229 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4230
4231         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4232         Patch applied by Karl Fogel.
4233
4234         * gnus-sum.el (gnus-summary-bookmark-make-record):
4235         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4236
4237 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4238
4239         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4240         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4241         C-w still not working correctly from Article buffers; Thierry's
4242         patch to fix that will be applied after this.
4243
4244         * gnus-art.el (bookmark-make-record-function): New local variable.
4245
4246         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4247         article buffer.
4248         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4249
4250 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4251
4252         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4253         on changes in bookmark.el.
4254
4255 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4256
4257         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4258         `no-log' instead of message not to log prompt string.
4259
4260 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4261
4262         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4263         the *other* type of HTML form submission.
4264
4265 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4266
4267         * auth-source.el (auth-source-pick): If choice does not contain a
4268         questioned keyword, set the check to t.
4269
4270 2010-06-12  Romain Francoise  <romain@orebokech.com>
4271
4272         * gnus-util.el (gnus-date-get-time): Move up before first use.
4273
4274 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4275
4276         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4277         (gnus-article-edit-part): Bind it to make last part that is substituted
4278         or deleted visible.
4279         (gnus-mime-display-single): Buttonize part of which id equals to
4280         gnus-mime-buttonized-part-id.
4281
4282 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4283
4284         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4285         (gnus-dd-mmm): Use gnus-date-get-time.
4286         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4287         simplify logic.
4288         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4289         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4290
4291 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4292
4293         * auth-source.el (top): Autoload `secrets-list-collections',
4294         `secrets-create-item', `secrets-delete-item'.
4295         (auth-sources): Fix tag string.
4296         (auth-get-source, auth-source-retrieve, auth-source-create)
4297         (auth-source-delete): New defuns.
4298         (auth-source-pick): Rewrite in order to avoid 2 passes.
4299         (auth-source-forget-user-or-password): New parameter USERNAME.
4300         (auth-source-user-or-password): New parameters CREATE-MISSING and
4301         DELETE-EXISTING.  Retrieve password interactively, if needed.
4302
4303 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4304
4305         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4306         deleting unused directories when gnus-expert-user is t.
4307
4308 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4311         for each temp file when gnus-article-browse-delete-temp is ask.
4312
4313 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4314
4315         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4316         Lisp calls to delete-backward-char by calls to delete-char.
4317
4318 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4319
4320         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4321
4322 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4323
4324         * password-cache.el (password-cache-remove): Fix docstring.
4325
4326 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4329         article unless decoding article to be saved.
4330
4331 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4334         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4335         generated within the mm-with-unibyte-current-buffer macro.
4336
4337 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4338
4339         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4340         to nil when we're in a mml-preview buffer and no group is selected.
4341
4342 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4343
4344         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4345         when catching the `C-g'.  Reported by "Leo".
4346
4347 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4348
4349         * message.el (message-forward-make-body-plain)
4350         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4351         multibyte-string-p.
4352
4353         * lpath.el: Revert.
4354
4355 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * message.el (message-forward-make-body-mml): Assume original message
4358         is multibyte string; error on unibyte.
4359         (message-forward-make-body-plain): Ditto; don't add excessive newline
4360         in body end.
4361
4362         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4363
4364 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4365
4366         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4367         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4368
4369 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4370
4371         * mm-extern.el (mm-extern-url): Don't use
4372         mm-with-unibyte-current-buffer.
4373         (mm-extern-cache-contents): Use with-current-buffer instead of
4374         save-excursion + set-buffer.
4375
4376 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * mm-util.el (mm-emacs-mule): Remove.
4379
4380 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4381
4382         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4383         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4384         change.
4385
4386 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4389         bind the default value of enable-multibyte-characters to nil.
4390
4391 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4392
4393         * message.el (message-forward-make-body-plain)
4394         (message-forward-make-body-mml):
4395         Don't use mm-with-unibyte-current-buffer.
4396
4397 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4398
4399         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4400
4401 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4402
4403         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4404         (Bug#5592).
4405
4406 2010-05-07  Julien Danjou  <julien@danjou.info>
4407
4408         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4409         it to mm-pipe-part.
4410
4411         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4412         it is given.
4413
4414 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4415
4416         * binhex.el (binhex-decode-region-internal)
4417         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4418         (dns-query)
4419         * nnweb.el (nnweb-gmane-search)
4420         * pgg-parse.el (pgg-parse-armor)
4421         * pgg.el (pgg-verify-region)
4422         * sha1.el (sha1-string-external)
4423         * uudecode.el (uudecode-decode-region-internal)
4424         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4425         XEmacs.
4426
4427         * gnus-art.el (gnus-article-browse-html-parts)
4428         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4429         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4430         make-temp-file.
4431
4432         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4433         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4434         compiling.
4435
4436         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4437         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4438         XEmacs when compiling.
4439
4440         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4441         gnus-pick-mode-off-hook for XEmacs when compiling.
4442         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4443         gnus-binary-mode-off-hook for XEmacs when compiling.
4444
4445         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4446         Return nil if char-charset is not available.
4447
4448         * imap.el (imap-disable-multibyte)
4449         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4450         macros.
4451
4452         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4453         instead of encode-coding-string.
4454
4455         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4456         'xemacs) instead of mm-emacs-mule to switch function definitions.
4457         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4458
4459         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4460         bind temporary-file-directory for XEmacs;
4461         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4462         timer-set-function for XEmacs 21.4 and SXEmacs;
4463         bind timer-list for XEmacs 21.4 and SXEmacs;
4464         fbind char-charset and find-charset-region for non-Mule XEmacs;
4465         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4466         encode-coding-region and encode-coding-string for XEmacs having no
4467         file-coding feature.
4468
4469 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4470
4471         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4472
4473 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4474
4475         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4476         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4477
4478 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4479
4480         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4481         alias `jka-compr-delete-temp-file' no longer exists.
4482
4483 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4484
4485         Use define-minor-mode in Gnus where applicable.
4486         * mml.el (mml-mode): Use define-minor-mode.
4487         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4488         (gnus-undo-mode): Use define-minor-mode.
4489         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4490         (gnus-dead-summary-mode): Use define-minor-mode.
4491         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4492         Initialize in declaration.
4493         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4494         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4495         (gnus-mailing-list-mode): Use define-minor-mode.
4496         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4497         (gnus-draft-mode): Use define-minor-mode.
4498         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4499         (gnus-dired-mode): Use define-minor-mode.
4500
4501 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4502
4503         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4504         handles on recursive mml-to-mime translation and check them for
4505         boundary delimiter collisions.  Reported by Greg Troxel.
4506
4507 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4508
4509         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4510
4511 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4512
4513         * mm-util.el (mm-find-buffer-file-coding-system):
4514         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4515
4516 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4517
4518         * message.el (message-generate-headers): Record insertion of optional
4519         headers as well.  Otherwise the check to prevent repeated insertion of
4520         optional headers is a no-op.
4521
4522 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4523
4524         * smime.el: Don't mention CVS.
4525
4526         * nnrss.el (nnrss-fetch): Don't mention CVS.
4527
4528         * nnir.el: Don't mention CVS.
4529
4530 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4531
4532         * gnus-sum.el (gnus-summary-bookmark-make-record):
4533         Add `location' field.
4534
4535 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * lpath.el: Fbind bookmark-default-handler,
4538         bookmark-get-bookmark-record, bookmark-make-record-default,
4539         bookmark-prop-get for Emacs <23 and XEmacs.
4540
4541 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4542
4543         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4544         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4545         Use with-current-buffer to silence the byte-compiler.
4546         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4547         bother to require `gnus'.
4548         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4549
4550 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4551
4552         * gnus-sum.el (gnus-summary-bookmark-make-record)
4553         (gnus-summary-bookmark-jump): New functions.
4554         (gnus-summary-mode): Setup bookmark support.
4555
4556 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4557
4558         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4559         if set.
4560
4561 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4562
4563         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4564         gnus-article-browse-html-save-cid-image; make it work recursively for
4565         forwarded messages as well.
4566         (gnus-article-browse-html-parts): Work when prefix arg is given.
4567         (gnus-article-browse-html-article): Doc fix.
4568
4569 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4570
4571         * message.el (message-default-mail-headers):
4572         (message-default-headers): Carry the value mail-default-headers over
4573         into message-default-mail-headers, rather than message-default-headers.
4574
4575 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4576
4577         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4578         charset.
4579
4580         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4581         charset into the <meta> tag when the article is encoded to utf-8.
4582
4583 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * gnus-art.el (gnus-article-browse-delete-temp-files):
4586         Delete directories as well.
4587         (gnus-article-browse-html-parts): Work for images that do not specify
4588         file names; delete temp directory when quitting; insert header at the
4589         right place; use file: scheme for image files.
4590
4591 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4592
4593         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4594         (gnus-article-browse-html-parts): Use it to make temporary cid image
4595         files in addition to html file so that browser may display them.
4596
4597 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4598
4599         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4600
4601 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4602
4603         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4604
4605 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4606
4607         * auth-source.el (auth-sources): Change default to be simpler.
4608         Explain about Secret Service API sources.  Improve Customize options.
4609         (auth-source-pick): Change to accept any number of search parameters.
4610         Implement fallbacks iteratively, not recursively.  Add scoring on the
4611         second pass and sort by score.  Call Secret Service API when needed.
4612         (auth-source-user-or-password): Use it.  Call Secret Service API
4613         directly when needed to get the user name and the password.
4614
4615 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4616
4617         * message.el (message-interactive): Doc fix.
4618         (message-qmail-inject-args): Reflow.
4619         (message-kill-to-signature): Fix typo in docstring.
4620
4621         * smiley.el (smiley-buffer): Fix typo in docstring.
4622
4623 2010-03-24  Glenn Morris  <rgm@gnu.org>
4624
4625         * mail-source.el (gnus-message): Declare.
4626         (mail-source-delete-old-incoming): Require gnus-util.
4627
4628 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4631
4632         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4633
4634         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4635         password-cache's default if it is not bound.
4636         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4637         password-cache-expiry's default if it is not bound.
4638
4639         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4640         available in Emacs 21.
4641
4642         * lpath.el: Suppress compiler warnings for:
4643         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4644         XEmacs;
4645         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4646         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4647         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4648
4649 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4650
4651         * auth-source.el (auth-sources): Fix up definition so extra parameters
4652         are always inline.
4653
4654 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4655
4656         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4657         wasn't updated after mismatch.  Clear cached mailbox info correctly
4658         when uidvalidity changes.
4659         (nnimap-group-prefixed-name): New function to avoid some code
4660         duplication.
4661         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4662         (nnimap-request-group): Use it.
4663         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4664         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4665         with many imap folders.  This is done by caching the group status from
4666         the imap server persistently in a group parameter `imap-status'.  (This
4667         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4668         but not persistently, so every Gnus startup was still very slow.)
4669
4670 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4671
4672         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4673         delete the extra newline.  Otherwise editing of :string and :number
4674         types don't work.
4675
4676 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4677
4678         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4679         secrets.el dependency.
4680         (auth-sources): Add optional user name.  Add secrets.el configuration
4681         choice (unused right now).
4682
4683 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4684
4685         * gnus-sum.el (gnus-summary-make-menu-bar):
4686         Let `gnus-registry-install-shortcuts' fill in the functions.
4687
4688         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4689         warnings.
4690         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4691         (gnus-registry-install-shortcuts): Populate and use it in a
4692         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4693
4694 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4695
4696         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4697         In-place substitutions for the group name encoding/decoding.
4698         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4699         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4700         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4701         (nnimap-update-unseen, nnimap-request-list)
4702         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4703         (nnimap-request-set-mark, nnimap-split-to-groups)
4704         (nnimap-split-articles, nnimap-request-newgroups)
4705         (nnimap-request-create-group, nnimap-request-accept-article)
4706         (nnimap-request-delete-group, nnimap-request-rename-group)
4707         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4708         `encoded-mbx' for consistency.
4709         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4710         variable `imap-current-mailbox'.
4711
4712         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4713         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4714
4715 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4716
4717         * pop3.el (pop3-display-message-size-flag): Display message size byte
4718         counts during POP3 download.
4719         (pop3-movemail): Use it.
4720         (pop3-list): Implement listing of available messages.
4721
4722 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4723
4724         * nnir.el (nnir-get-article-nov-override-function): New function to
4725         override the normal NOV retrieval.
4726         (nnir-retrieve-headers): Use it.
4727
4728 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4729
4730         * auth-source.el (netrc-machine-user-or-password): Autoload.
4731
4732 2010-03-19  Glenn Morris  <rgm@gnu.org>
4733
4734         Stop message.el from loading about 40 libraries it doesn't always need.
4735         The general approach is to autoload rather than require, and to
4736         require in the specific functions rather than the file.  (Bug#5642)
4737
4738         * gmm-utils.el: Don't require wid-edit.
4739         (widget-create-child-value, widget-convert, widget-default-get):
4740         Autoload.
4741
4742         * gnus-util.el: Don't require time-date, netrc.
4743         (message-fetch-field, gnus-group-name-decode): Declare rather than
4744         autoloading.
4745         (gnus-fetch-field): Require message.
4746         (gnus-decode-newsgroups): Require gnus-group.
4747
4748         * ietf-drums.el: Don't require time-date.
4749
4750         * message.el: Don't require hashcash, canlock, ecomplete.
4751         Do require mail-utils.  Require nnheader only when compiling.
4752         (smtpmail-default-smtp-server): Remove declaration.
4753         (message-send-mail-function): Check smtpmail-default-smtp-server
4754         is bound rather than requiring smtpmail.
4755         (message-auto-save-directory, message-insert-signature):
4756         Use expand-file-name rather than nnheader-concat.
4757         (nnheader-insert-file-contents): Autoload.
4758         (hashcash-wait-async): Declare.
4759         (message-send-mail): Only call gnus-setup-posting-charset if
4760         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4761         (message-send-mail-with-sendmail): Require sendmail.
4762         (canlock-password, canlock-password-for-verify): Declare.
4763         (message-canlock-password): Require canlock.
4764         (nnheader-get-report): Autoload.
4765         (gnus-setup-posting-charset): Declare.
4766         (message-send-news): Require gnus-msg.
4767         (message-make-references, message-make-in-reply-to): Use mail-header-id
4768         rather than the alias mail-header-message-id.
4769         (ecomplete-add-item, ecomplete-save): Declare.
4770         (message-put-addresses-in-ecomplete): Require ecomplete.
4771         (ecomplete-display-matches): Autoload.
4772
4773         * mm-decode.el: Don't require mailcap, gnus-util.
4774         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4775         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4776         Autoload.
4777         (mailcap-mime-extensions): Declare.
4778
4779         * mm-encode.el: Don't require mailcap.
4780         (mailcap-extension-to-mime): Autoload.
4781
4782         * mml-sec.el: Don't require password-cache.
4783
4784         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4785         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4786         (mml-minibuffer-read-type): Require mailcap.
4787         (mml-preview): Require gnus-msg.
4788
4789         * mml1991.el: Require password-cache.
4790         (password-cache-expiry): Remove declaration.
4791
4792         * mml2015.el: Require password-cache.
4793         (password-cache-expiry): Remove declaration.
4794
4795         * nneething.el (mailcap): Require mailcap.
4796
4797         * nnheader.el (declare-function): Add compatibility stub.
4798         (message-remove-header): Declare rather than autoload.
4799         (nnheader-replace-header): Require message.
4800
4801         * nnimap.el (declare-function): Add compatibility stub.
4802         (netrc-parse, netrc-machine-user-or-password): Declare.
4803         (nnimap-open-connection): Require netrc.
4804
4805         * nntp.el (declare-function): Add compatibility stub.
4806         (netrc-parse, netrc-machine, netrc-get): Declare.
4807         (nntp-send-authinfo): Require netrc.
4808
4809         * rfc2047.el: Don't require qp.
4810         (quoted-printable-encode-region, quoted-printable-decode-string):
4811         Autoload.
4812
4813         * sieve-mode.el: Don't require easymenu.
4814         (easy-menu-add-item): Autoload it.
4815
4816         * spam-stat.el (time-to-number-of-days): Autoload it.
4817
4818 2010-03-19  Glenn Morris  <rgm@gnu.org>
4819
4820         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4821
4822 2010-03-18  Glenn Morris  <rgm@gnu.org>
4823
4824         * hashcash.el (declare-function): Remove duplicate definition.
4825
4826 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4827
4828         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4829         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4830         value if any backslash escapes).
4831
4832 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4835         if it is available.  (bug#5647)
4836
4837         * lpath.el: Suppress compiler warning for coding-system-from-name for
4838         Emacs 21 and XEmacs.
4839
4840 2010-03-14  Juri Linkov  <juri@jurta.org>
4841
4842         * hmac-def.el:
4843         * hmac-md5.el:
4844         * netrc.el: Fix keywords.
4845
4846 2010-02-26  Glenn Morris  <rgm@gnu.org>
4847
4848         * message.el (message-send-mail-function): Change the default, so that
4849         it inherits from a customized send-mail-function.  (Bug#5643)
4850
4851 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4852
4853         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4854         shell-command-to-string signals an error (bug#5299).
4855
4856 2010-02-24  Glenn Morris  <rgm@gnu.org>
4857
4858         * message.el (message-smtpmail-send-it)
4859         (message-send-mail-with-mailclient): Doc fixes.
4860
4861 2010-02-16  Glenn Morris  <rgm@gnu.org>
4862
4863         * message.el (message-default-mail-headers): Change the default value
4864         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4865
4866 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4867
4868         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4869         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4870
4871 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4872
4873         * time-date.el (date-to-time): Doc fix (Bug#5408).
4874
4875 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4876
4877         * message.el (message-mail): Just pass yank-action on to message-setup.
4878         (message-setup): Handle (FUN . ARGS) form of yank-action.
4879         (message-with-reply-buffer, message-widen-reply)
4880         (message-yank-original): Handle non-buffer values of
4881         message-reply-buffer (Bug#4080).
4882         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4883
4884 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4885
4886         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4887         Fix typo in docstring.
4888
4889 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4890
4891         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4892         response.
4893
4894 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4895
4896         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4897
4898         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4899
4900         * message.el (message-check-news-header-syntax): Protect against a
4901         string that `rfc822-addresses' returns when parsing fails.
4902
4903 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4904
4905         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4906         (gnus-previous-char-property-change): New functions.
4907
4908         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4909
4910 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4911
4912         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4913         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4914
4915 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4916
4917         * message.el (message-exchange-point-and-mark): Rework last change to
4918         avoid using optional arg of exchange-point-and-mark, for backward
4919         compatibility.
4920
4921 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4922
4923         * message.el (message-exchange-point-and-mark):
4924         Call exchange-point-and-mark with an argument rather than setting
4925         mark-active by hand (Bug#5175).
4926
4927 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * nntp.el (nntp-service-to-port): Work for service expressed with
4930         numeric string; replace [:digit:] with [0-9] for XEmacs.
4931
4932 2009-12-17  Glenn Morris  <rgm@gnu.org>
4933
4934         * gnus-group.el (gnus-bug-group-download-format-alist):
4935         Change emacs entry to debbugs.gnu.org.  Bump :version.
4936
4937 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4938
4939         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4940
4941 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4942
4943         * message.el (message-info): Explain why we use `Info-goto-node'.
4944
4945 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4946
4947         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4948
4949 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4950
4951         * message.el (message-completion-in-region): New compatibility function.
4952         (message-expand-group): Use it.
4953
4954 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4955
4956         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4957         with no unread article should be listed if the 2nd arg `predicate' is
4958         given.
4959
4960 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4963
4964 2009-11-29  Juri Linkov  <juri@jurta.org>
4965
4966         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4967         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4968         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4969
4970 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4971
4972         * sha1.el (sha1-string-external): default-directory "/" in case
4973         otherwise non-existent.  process-connection-type pipe for touch of
4974         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4975
4976 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4977
4978         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4979         it's comms related and sgml-mode.el has "comm" on that basis too.
4980
4981 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4984         containing tspecial characters if they have been already quoted.
4985
4986 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4987
4988         * dns-mode.el (auto-mode-alist): Purecopy string.
4989
4990 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4991
4992         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4993
4994 2009-10-24  Glenn Morris  <rgm@gnu.org>
4995
4996         * gnus-art.el (help-xref-stack-item): Define for compiler.
4997
4998 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4999
5000         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5001
5002 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5003
5004         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5005
5006 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5009         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5010
5011 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5012
5013         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5014         (gnus-overlays-in): New alias to overlays-in.
5015
5016         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5017         gnus-overlay-get, and gnus-delete-overlay.
5018         (gnus-summary-show-thread): Make it work as well for systems in which
5019         next-single-char-property-change is not available.
5020         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5021
5022         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5023         (gnus-overlay-get): New alias to extent-property.
5024         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5025
5026         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5027         SXEmacs.
5028
5029         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5030         SXEmacs.
5031
5032 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5033
5034         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5035
5036 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5037
5038         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5039         and XEmacs that don't have `remove-overlays'.
5040
5041 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5042
5043         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5044         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5045         selective display.  Use overlays instead.
5046
5047 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5048
5049         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5050
5051 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5052
5053         * spam-stat.el (spam-stat-load): Fix typo in message.
5054
5055 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5056
5057         * dig.el (dig-invoke): Fix typo in docstring.
5058         (query-dig): Reflow docstring.
5059
5060 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5061
5062         * gnus-art.el (gnus-article-encrypt-body):
5063         * message.el (message-check-recipients):
5064         * mm-util.el (mm-codepage-setup):
5065         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5066         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5067
5068 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5069
5070         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5071         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5072         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5073         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5074         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5075
5076 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5077
5078         * dig.el: Add "Keywords: comm", as per net-utils.el.
5079
5080 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5081
5082         * dig.el (dig-mode): Use define-derived-mode.
5083
5084 2009-09-19  Glenn Morris  <rgm@gnu.org>
5085
5086         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5087
5088 2009-09-18  Glenn Morris  <rgm@gnu.org>
5089
5090         * gnus-diary.el (gnus-diary-check-message):
5091         * message.el (message-insert-formatted-citation-line):
5092         * nnbabyl.el (top-level):
5093         * nndiary.el (nndiary-schedule):
5094         Fix typos in condition-case handlers.
5095
5096 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5097
5098         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5099         configuration that provides the sole article window in a frame;
5100         position point correctly after deleting a part.
5101
5102 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5103
5104         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5105         (spam-resolve-registrations-routine): Use it to unregister articles
5106         that change status.
5107
5108 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5111         with XEmacs.
5112         (parse-time-string-chars): Use it.
5113
5114 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5115
5116         * imap.el (imap-interactive-login): Better messages.
5117         (imap-open): Fix bug with renamed buffer on reconnect.
5118         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5119         for easier debugging and cleaner code.  On successful (guessed based on
5120         server capabilities) secondary authentication, set imap-state
5121         correctly.
5122         (imap-last-authenticator): Define imap-last-authenticator as a variable
5123         to avoid warnings.
5124
5125 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * nnrss.el (nnrss-request-article): Remove binding of
5128         default-enable-multibyte-characters that has gotten needless by
5129         the 2007-07-13 change in rfc2047-encode-message-header.
5130
5131         * mml.el (mml-insert-multipart): Error on the message header.
5132         (mml-insert-part): Error on the message header; position point at
5133         the end of a MIME tag.
5134
5135 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * time-date.el (autoload): Expand define-obsolete-function-alias into
5138         defalias and make-obsolete for old Emacsen that Gnus supports.
5139         (with-no-warnings): Define it for old Emacsen.
5140         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5141         is available.
5142         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5143         float-time is available; suppress compile warning for time-to-seconds.
5144
5145         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5146         (gnus-float-time): Alias to float-time if it exists.
5147
5148         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5149         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5150         float-time is available; suppress compile warning for time-to-seconds.
5151
5152         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5153         XEmacs.
5154
5155 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5156
5157         * imap.el (imap-message-map): Docstring fix.
5158
5159 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5162         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5163         Add the optional argument `encoding' that overrides the default.
5164
5165         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5166         mm-encode-buffer.
5167
5168 2009-09-04  Glenn Morris  <rgm@gnu.org>
5169
5170         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5171         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5172         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5173         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5174         * mm-util.el (mm-with-unibyte-current-buffer)
5175         (mm-find-buffer-file-coding-system):
5176         * yenc.el (yenc-decode-region): Use default-value rather than
5177         default-enable-multibyte-characters.
5178
5179 2009-09-03  Glenn Morris  <rgm@gnu.org>
5180
5181         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5182         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5183         than default-enable-multibyte-characters.
5184
5185 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5186
5187         * gnus-art.el (gnus-article-read-summary-keys):
5188         Fix gnus-buffer-configuration's value temporarily used.
5189
5190 2009-09-02  Glenn Morris  <rgm@gnu.org>
5191
5192         * gnus-util.el (gnus-float-time): New function.
5193         * gnus-delay.el (gnus-delay-article):
5194         * gnus-sum.el (gnus-thread-latest-date):
5195         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5196         * nnspool.el (nnspool-request-newgroups):
5197         Use gnus-float-time rather than time-to-seconds.
5198         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5199
5200         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5201         (gnus-header-subject-face, gnus-header-newsgroups-face)
5202         (gnus-header-name-face, gnus-header-content-face):
5203         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5204         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5205         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5206         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5207         (gnus-cite-face-11):
5208         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5209         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5210         (gnus-server-closed-face, gnus-server-denied-face)
5211         (gnus-server-offline-face):
5212         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5213         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5214         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5215         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5216         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5217         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5218         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5219         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5220         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5221         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5222         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5223         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5224         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5225         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5226         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5227         (gnus-summary-high-undownloaded-face)
5228         (gnus-summary-low-undownloaded-face)
5229         (gnus-summary-normal-undownloaded-face)
5230         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5231         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5232         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5233         (gnus-splash-face):
5234         * message.el (message-header-to-face, message-header-cc-face)
5235         (message-header-subject-face, message-header-newsgroups-face)
5236         (message-header-other-face, message-header-name-face)
5237         (message-header-xheader-face, message-separator-face)
5238         (message-cited-text-face, message-mml-face):
5239         * sieve-mode.el (sieve-control-commands-face)
5240         (sieve-action-commands-face, sieve-test-commands-face)
5241         (sieve-tagged-arguments-face):
5242         * spam.el (spam-face):
5243         Mark face aliases with "-face" in the name as obsolete.
5244
5245 2009-09-01  Glenn Morris  <rgm@gnu.org>
5246
5247         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5248         than goto-line.
5249
5250 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5253         Don't move point if the command is invoked inside the message header.
5254
5255 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5256
5257         * imap.el (imap-send-command): Simplify.
5258         (imap-wait-for-tag): point-max -> buffer-size.
5259
5260 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5261
5262         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5263         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5264         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5265         * nnir.el (nnir-swish-e-index-file):
5266         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5267         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5268         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5269         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5270         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5271         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5272
5273 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5276         Don't save excursion.
5277
5278 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5279
5280         * nnheader.el (nnheader-find-file-noselect):
5281         * mm-util.el (mm-insert-file-contents):
5282         Use (default-value 'major-mode) instead of default-major-mode.
5283
5284 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5285
5286         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5287
5288 2009-08-26  Glenn Morris  <rgm@gnu.org>
5289
5290         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5291         than placing in files.el.
5292
5293 2009-08-25  Glenn Morris  <rgm@gnu.org>
5294
5295         * nnir.el (top-level): Don't require cl at run-time.
5296         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5297         Replace cl-function substitute with gnus-replace-in-string.
5298         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5299         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5300         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5301         simplified expansions.
5302
5303 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5304
5305         * dig.el (dig): Add autoload cookie.
5306
5307 2009-08-22  Glenn Morris  <rgm@gnu.org>
5308
5309         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5310         goto-line.
5311
5312 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5313
5314         * parse-time.el (parse-time-string-chars): Save match data.
5315
5316 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5317
5318         * parse-time.el (parse-time-string-chars): Compute using character
5319         classes, to handle non-ascii characters (Bug#3190).
5320
5321 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5324
5325         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5326         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5327         (gnus-mm-display-part, gnus-mime-display-single)
5328         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5329         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5330
5331         * gnus-sum.el
5332         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5333         (gnus-summary-move-article): Add expirable mark to articles copied or
5334         moved to group that has auto-expire turned on if the option is non-nil.
5335
5336 2009-07-24  Glenn Morris  <rgm@gnu.org>
5337
5338         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5339         Fix typo.  (Bug#3903)
5340
5341 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5342
5343         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5344         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5345         that should not be used for draft articles.
5346         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5347         that has no concern in minor mode keys.
5348         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5349         Abolish.
5350
5351 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5354         article without making inquiry to a user for unknown encoding.
5355
5356         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5357         (nnmaildir--scan): Assume i-node and device number that file-attributes
5358         returns might be cons-cell.
5359
5360         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5361
5362         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5363
5364 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5365
5366         * auth-source.el: Remove docs now in auth.texi.  Don't use
5367         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5368         `auth-source-hide-passwords' and use them.
5369
5370 2009-07-15  Glenn Morris  <rgm@gnu.org>
5371
5372         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5373
5374 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5375
5376         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5377         excessive whitespace from the default values of title and description.
5378
5379 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5382         mail-fetch-field to fetch Content-Description header in order to
5383         exclude newlines.
5384
5385 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5386
5387         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5388         format used by GnuPG 2.0.11.
5389
5390 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5391
5392         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5393         to deleted part.
5394
5395 2009-05-30  David Engster  <dengste@eml.cc>
5396
5397         * nnmairix.el: Remove old documentation in the commentary block.
5398         (nnmairix-request-group): Do not update active file for nnml back ends.
5399         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5400         end so that overview files are ignored.
5401         (nnmairix-update-groups): Make updating the groups more robust by using
5402         marks.
5403         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5404         with dollar characters in message-id.
5405
5406 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5407
5408         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5409         2008-12-25 in dns.el.
5410
5411 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5412
5413         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5414         could happen if the text is only composed of spaces and/or tabs.
5415
5416 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5417
5418         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5419         when sending a queued message to avoid extra mml tags.
5420
5421 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5424
5425 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5426
5427         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5428         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5429         rmail-toggle-header for XEmacs;
5430         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5431
5432 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5433
5434         * gnus-dired.el: Remove autoload for gnus-setup-message.
5435         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5436         displaying Gnus logo; always use compose-mail.
5437
5438 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5439
5440         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5441
5442 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5445         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5446         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5447         available.
5448         (gnus-nocem-epg-verify): New function.
5449
5450 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5451
5452         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5453
5454 2009-02-15  Glenn Morris  <rgm@gnu.org>
5455
5456         * gnus-util.el (rmail-insert-rmail-file-header)
5457         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5458         autoloads.
5459         (rmail-default-rmail-file): Remove unnecessary declaration.
5460         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5461
5462 2009-02-14  Glenn Morris  <rgm@gnu.org>
5463
5464         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5465         variable (only used in gnus-util, which declares it anyway).
5466         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5467         which was only needed by gnus-art (changed to not use it any more).
5468         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5469         only used in gnus-util, which autoloads it itself.
5470         (rmail-update-summary): Fix autoload.
5471
5472         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5473         rather than rmail-output-to-rmail-file.
5474
5475 2009-02-07  Glenn Morris  <rgm@gnu.org>
5476
5477         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5478         autoload of function that no longer exists.
5479         (rmail-toggle-header): Declare.
5480         (message-forward-rmail-make-body): Handle mbox Rmail.
5481
5482 2009-01-31  Glenn Morris  <rgm@gnu.org>
5483
5484         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5485         2009-01-09 change.
5486
5487 2009-01-31  Dave Love  <fx@gnu.org>
5488
5489         * imap.el (imap-fetch-safe): Bind debug-on-error.
5490         (imap-debug): Add imap-fetch-safe.
5491
5492 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5493
5494         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5495         (auth-source-forget-all-cached): New convenience function.
5496         (auth-source-user-or-password): Accept list of modes or a single mode.
5497
5498         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5499         auth-source modes.
5500
5501         * netrc.el (netrc-machine-user-or-password): Use list of
5502         auth-source modes.
5503
5504         * nnimap.el (nnimap-open-connection): Use list of
5505         auth-source modes.
5506
5507         * nntp.el (nntp-send-authinfo): Use list of
5508         auth-source modes.
5509
5510 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5511
5512         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5513         now.
5514
5515 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5516
5517         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5518         coding system in XEmacs; add a workaround for XEmacs.
5519
5520         * lpath.el: Fbind coding-system-aliasee.
5521
5522 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5523
5524         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5525         of current-language-environment.
5526
5527 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5528
5529         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5530         available at runtime.
5531
5532 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5535
5536 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5537
5538         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5539         the greatest positive fixnum value doesn't work under an XEmacs with
5540         bignum support; use the most-positive-fixnum constant instead,
5541         available since Emacs 21.1 with cl and XEmacs 21.1.
5542
5543 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5546         XEmacs gets not to work.
5547
5548 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5549
5550         * mm-util.el (mm-coding-system-priorities): Allow the value like
5551         "Japanese (UTF-8)" of current-language-environment.
5552
5553 2009-01-09  Glenn Morris  <rgm@gnu.org>
5554
5555         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5556         with last-command-event.
5557
5558 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5559
5560         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5561         in the doc string.
5562
5563         * message.el (message-fix-before-sending): Amend comment.
5564
5565 2009-01-08  Dave Love  <fx@gnu.org>
5566
5567         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5568
5569 2009-01-07  David Engster  <dengste@eml.cc>
5570
5571         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5572         simplified server definitions by converting it via
5573         gnus-server-to-method.
5574
5575 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5576
5577         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5578         parameter's operands.
5579
5580 2009-01-06  David Engster  <dengste@eml.cc>
5581
5582         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5583         primary select method (for gnus-group-mark-article-as-read).
5584
5585 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5586
5587         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5588         `(gnus)Face', not `(gnus)X-Face'.
5589
5590 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * mm-util.el (mm-ucs-to-char): New function.
5593
5594         * mm-url.el (mm-url-decode-entities): Use it.
5595
5596         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5597         unicode-to-char.
5598
5599 2009-01-05  Dave Love  <fx@gnu.org>
5600
5601         * time-date.el: Require cl for `declare'.
5602
5603 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5604
5605         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5606         Dave Love.
5607
5608 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5609
5610         * message.el (message-fix-before-sending): Add `eight-bit' to
5611         illegible-text check.
5612
5613 2009-01-03  Michael Olson  <mwolson@gnu.org>
5614
5615         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5616         `headers' is nil.  This can occur if the IMAP server does not have
5617         permissions to read messages from a folder, but can write new messages
5618         to the folder.
5619         (nnimap-request-article-part): Do not insert `data' if it is nil.
5620
5621         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5622         characters which will confuse `read', so skip past them.
5623
5624 2009-01-01  Dave Love  <fx@gnu.org>
5625
5626         * imap.el (imap-string-to-integer): Fix typo.
5627         (imap-fetch-safe): New function.
5628         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5629
5630         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5631
5632         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5633         (imap-parse-greeting): Fix doc strings.
5634         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5635         (imap-parse-flag-list): Make messages unique.
5636         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5637
5638         * nnimap.el: Fix author email.
5639         (nnimap-split-rule): Add FIXME comment.
5640         (nnimap-debug): Fix doc string.
5641
5642 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5643
5644         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5645
5646 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5647
5648         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5649         nslookup if resolv.conf isn't available.
5650         (dns-query): Rename from query-dns.
5651         (dns-query-cached): Rename from query-dns-cached.
5652
5653 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5656         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5657         to check if those variables exist (first appeared in Emacs 18.50).
5658
5659 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * mm-util.el (mm-line-number-at-pos): New function.
5662
5663         * spam-report.el (spam-report-process-queue): Use it.
5664
5665 2008-12-24  David Engster  <dengste@eml.cc>
5666
5667         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5668         parameters that haven't existed as variables as buffer-local variables.
5669
5670 2008-12-23  Dave Love  <fx@gnu.org>
5671
5672         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5673         cadar.
5674
5675         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5676         imap-starttls-p.
5677         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5678
5679 2008-12-22  Dave Love  <fx@gnu.org>
5680
5681         * imap.el: Fix author email.  Doc fixes.
5682         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5683         reply.
5684
5685 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5686
5687         * spam-report.el (spam-report-gmane-max-requests): New constant.
5688         (spam-report-gmane-wait): New variable.
5689         (spam-report-gmane-ham, spam-report-gmane-spam)
5690         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5691         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5692         the server.
5693
5694         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5695         Add explanations.
5696
5697         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5698         nnheader-accept-process-output and nnheader-read-timeout if available.
5699         (pop3-movemail): Use it.
5700
5701         * message.el (message-check-news-body-syntax): Fix signature check if
5702         there's an attachment.
5703
5704 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5705
5706         * mm-util.el: Add comments to the mm- emulating functions.
5707
5708 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5709
5710         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5711         Reported by Stephen Berman <stephen.berman@gmx.net>.
5712
5713 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5714
5715         * mm-util.el (mm-substring-no-properties): New function.
5716         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5717         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5718         (mm-string-to-multibyte): Doc fix.
5719
5720         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5721
5722 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5723
5724         * mml.el (mml-attach-file): Strip text properties from file name.
5725         (Bug#1574)
5726
5727 2008-12-16  Glenn Morris  <rgm@gnu.org>
5728
5729         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5730
5731 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5734         knows since the charset specified might be a bogus alias that
5735         mm-charset-synonym-alist provides.
5736
5737 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5738
5739         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5740         "ISO_8859-1".
5741
5742         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5743
5744 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * mm-util.el (mm-charset-eval-alist):
5747         Define it before mm-charset-to-coding-system.
5748         (mm-charset-to-coding-system): Add optional argument `silent';
5749         define it before mm-charset-override-alist.
5750         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5751         default value if it can be used in Emacs currently running;
5752         silence mm-charset-to-coding-system.
5753
5754 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5755
5756         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5757         `allow-override' which says whether to use `mm-charset-override-alist'.
5758         (rfc2047-decode-encoded-words): Use it.
5759
5760         * mm-util.el (mm-charset-override-alist): Fix custom type;
5761         add `(gb2312 . gbk)' to choices.
5762
5763 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5766         fast.
5767
5768         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5769
5770         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5771
5772 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5773
5774         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5775         on links.
5776
5777         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5778
5779 2008-12-03  Lute Kamstra  <lute@gnu.org>
5780
5781         * sha1.el: Remove leading * from docstrings of defcustoms,
5782         deffaces, defconsts and defuns.
5783
5784 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5785
5786         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5787         users' addresses that don't have domain parts.
5788         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5789         rather than message-narrow-to-head since there will be the message
5790         header separator.
5791
5792 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5793
5794         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5795         since the result is inserted in a unibyte buffer anyway.
5796         (nnimap-demule-use-string-to-multibyte): Remove.
5797         (nnimap-demule): Alias it to mm-string-to-multibyte.
5798
5799 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5800
5801         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5802         variable for debugging bug#464 and bug#1174.
5803         (nnimap-demule): Use it.
5804
5805 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5806
5807         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5808         score calculation correctly.
5809
5810 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5811
5812         * message.el (message-send-mail): Just set the buffer to unibyte
5813         rather than use mm-with-unibyte-current-buffer which does a lot more.
5814         (message-send-mail-partially): Don't bother with
5815         mm-with-unibyte-current-buffer since it's already been made unibyte by
5816         message-send-mail.
5817
5818 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5819
5820         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5821
5822 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5823
5824         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5825
5826 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5829         require itself and to remove `with-no-warnings'.
5830
5831 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5832
5833         * starttls.el (starttls-any-program-available): Get the name of the
5834         available TLS layer program.
5835         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5836         well as the host name in the "opening" message.
5837
5838         * auth-source.el (auth-source-cache, auth-source-do-cache)
5839         (auth-source-user-or-password): Cache passwords and logins by default,
5840         allow override with `auth-source-do-cache'.
5841         (auth-source-forget-user-or-password): Allow users to remove cache
5842         entries if needed.
5843
5844 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5845
5846         * md4.el (md4-buffer): Fix typo in docstring.
5847         (md4, md4-64): Doc fixes.
5848         (md4-pack-int32): Reflow docstring.
5849
5850 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5851
5852         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5853         condition-case to only the forward-sexp call.
5854
5855 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5856
5857         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5858         quotes contained.  Make it more robust regardless by an extra
5859         condition-case wrapper.
5860
5861 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5864
5865 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5866
5867         * nnml.el (nnml-request-expire-articles): Check if the function set to
5868         `nnmail-expiry-target' returns the symbol `delete'.
5869
5870         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5871
5872         * nnmail.el (nnmail-expiry-target): Fix custom type.
5873
5874 2008-10-02  Glenn Morris  <rgm@gnu.org>
5875
5876         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5877         Silence compiler warning.
5878
5879 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5880
5881         * tls.el (open-tls-stream): Show the actual command being
5882         executed, instead of the format string.
5883
5884 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * lpath.el: Fbind codepage-setup for Emacs 23.
5887
5888 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5889
5890         * mml.el (mml-menu): Don't assume mml2015 is bound.
5891
5892 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5895         exists.
5896
5897 2008-09-27  Glenn Morris  <rgm@gnu.org>
5898
5899         * gnus-util.el (mail-header-remove-comments): Autoload it.
5900
5901 2008-09-27  Andreas Schwab  <schwab@suse.de>
5902
5903         * gnus-util.el (gnus-split-references): Strip comments.
5904         (gnus-parent-id): Likewise.
5905
5906 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5907
5908         * message.el (message-confirm-send): Fix version.
5909
5910 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * message.el (message-idna-to-ascii-rhs-1): Use
5913         mail-extract-address-components rather than mail-header-parse-addresses
5914         that is an alias by default to ietf-drums-parse-addresses that does not
5915         support non-ASCII names in headers' contents.
5916
5917 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5918
5919         * message.el (message-confirm-send): Fix variable documentation to
5920         avoid the "y/n" wording.
5921
5922 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5923
5924         * message.el (message-set-auto-save-file-name): Save to a different
5925         filename so multiple messages (especially drafts) can be recovered.
5926
5927 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5928
5929         * message.el (message-confirm-send): Add appropriate version.
5930
5931 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5932
5933         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5934         defvar.
5935
5936 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5937
5938         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5939         (mm-pkcs7-enveloped-magic): Ditto.
5940
5941 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5942
5943         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5944         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5945
5946 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5947
5948         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5949         default, it's better.
5950
5951 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5952
5953         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5954         summary line gnus-number property and ignore them (with a warning
5955         message).
5956
5957 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5960         macro caddr in the interactive form since it won't be expanded.
5961
5962 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5965         `charset'; fix name of function called recursively.
5966         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5967
5968 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5971         (gnus-mime-set-charset-parameters): New function.
5972         (gnus-mime-view-part-as-charset): Use it to correctly display part
5973         specifying wrong charset.
5974
5975 2008-09-08  David Engster  <dengste@eml.cc>
5976
5977         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5978         in completing-read for back end server.
5979
5980 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5981
5982         * message.el (message-confirm-send): New variable to confirm sending a
5983         message.
5984         (message-send): Use it.
5985
5986 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5987
5988         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5989
5990 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5991
5992         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5993
5994 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5995
5996         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5997         prevent tracking too many groups.
5998         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5999         Use it.
6000
6001 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6002
6003         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6004         moving point to the bottom of the window in order to avoid recentering.
6005
6006 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6009
6010         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6011         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6012         (gnus-article-beginning-of-window): Fix calculation.
6013
6014 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * gnus-msg.el (gnus-summary-supersede-article)
6017         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6018         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6019         message header.
6020
6021 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6022
6023         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6024         pending output coming after the status change.
6025
6026 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6027
6028         * message.el:
6029         * gnus-start.el:
6030         * gnus-registry.el: Remove VMS support.
6031
6032 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6035         macro.
6036         (rfc2104-hash): Use it.
6037
6038 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6039
6040         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6041         (gnus-summary-sort-by-most-recent-date): New commands.
6042         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6043         and menu entries.
6044
6045 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6048         don't redisplay article for raw contents; remove plural articles stuff.
6049
6050         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6051         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6052         on gnus-summary-save-article; display results properly.
6053
6054 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6055
6056         * lpath.el: No need to fbind ns-focus-frame.
6057
6058 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6061
6062 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6063
6064         * gnus-art.el (gnus-summary-save-in-pipe):
6065         Consider gnus-save-all-headers.
6066
6067 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6068
6069         * gnus-util.el (ns-focus-frame): Remove declaration.
6070         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6071         like x.
6072
6073 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6074
6075         * rfc2104.el (rfc2104-zero): Delete defconst.
6076         (rfc2104-hex-alist): Likewise.
6077         (rfc2104-hex-to-int): Delete func.
6078         (rfc2104-hexstring-to-bitstring): Likewise.
6079         (rfc2104-nybbles): New defconst.
6080         (rfc2104-hash): Rewrite for speed.
6081
6082 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * tls.el (open-tls-stream): Make it work with the 2nd argument
6085         BUFFER that is a string but does not exist as a buffer object, as
6086         mentioned in the doc-string.
6087
6088 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6091         SXEmacs.
6092
6093 2008-07-16  Glenn Morris  <rgm@gnu.org>
6094
6095         * gnus-util.el (ns-focus-frame): Declare for compiler.
6096
6097 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6100         set as a group parameter.
6101         (gnus-summary-save-in-pipe): Work when it is called independently.
6102         (gnus-summary-pipe-to-muttprint): Don't modify
6103         gnus-summary-pipe-output-default-command.
6104
6105 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6106
6107         * message.el (message-send-mail-with-sendmail):
6108         Display the error message.
6109
6110 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * gnus-art.el (gnus-default-article-saver):
6113         Add gnus-summary-save-in-pipe to choices.
6114         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6115         gnus-summary-pipe-output-default-command as the default command.
6116         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6117         instead of gnus-last-shell-command.
6118
6119         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6120         New user option.
6121         (gnus-summary-muttprint-program): Mention the value will be changed.
6122         (gnus-summary-save-article): Force showing of all headers.
6123         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6124
6125 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6126
6127         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6128
6129 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6130
6131         * nnimap.el (nnimap-id):
6132         * sieve-manage.el (sieve-manage-open): Doc fixes.
6133
6134 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6135
6136         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6137         if available.
6138
6139 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6140
6141         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6142
6143         * nnkiboze.el (nnkiboze-generate-group):
6144         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6145
6146         * nnmairix.el: Require CL.
6147
6148 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * dgnushack.el: Autoload get-display-table and put-display-table for
6151         XEmacs 21.5.
6152
6153         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6154         21.4 and SXEmacs.
6155
6156 2008-06-15  David Engster  <dengste@eml.cc>
6157
6158         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6159
6160 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6161
6162         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6163         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6164         runtime choice under XEmacs.
6165
6166         * gnus-sum.el (gnus-summary-set-display-table):
6167         Use `gnus-put-display-table', `gnus-get-display-table',
6168         `gnus-set-display-table' for the display table, instead of `aset'.
6169
6170         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6171         Use `gnus-put-display-table', `gnus-get-display-table',
6172         `gnus-set-display-table' for the display table.
6173
6174 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6175
6176         * nnmairix.el: Add autoloads.
6177
6178 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6179
6180         * nnmairix.el (nnmairix-delete-recreate-group)
6181         (nnmairix-update-and-clear-marks): Fix error messages.
6182
6183 2008-06-14  David Engster  <dengste@eml.cc>
6184
6185         * nnmairix.el: Upgrade to version 0.6.
6186         (nnmairix-group-toggle-propmarks-this-group)
6187         (nnmairix-group-toggle-readmarks-this-group)
6188         (nnmairix-group-delete-recreate-this-group)
6189         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6190         (nnmairix-remove-tick-mark-original-article): New commands.
6191         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6192         (nnmairix-propagate-marks-to-nnmairix-groups)
6193         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6194         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6195         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6196         functions needed for marks propagation and manipulation of read marks.
6197         (nnmairix-update-groups): New function.
6198         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6199         (nnmairix-determine-original-group-from-registry)
6200         (nnmairix-determine-original-group-from-path)
6201         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6202         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6203         New helper functions.
6204         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6205         keystrokes for new commands.
6206         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6207         (nnmairix-request-group): Check allow-fast group parameter.
6208         (nnmairix-request-create-group): Set allow-fast group parameter if
6209         nnmairix-allowfast-default is set.
6210         (nnmairix-close-group): Propagate marks upon closing if needed.
6211         (nnmairix-group-toggle-threads-this-group): Use new.
6212         nnmairix-group-toggle-parameter helper function.
6213         (nnmairix-search): Better check for empty search result.
6214         (nnmairix-goto-original-article): Use new helper functions for
6215         determining original article.
6216         (nnmairix-show-original-article): Make sure message-id is in brackets.
6217         (nnmairix-call-mairix-binary): Change variable name.
6218         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6219         helper function.
6220         (nnmairix-widget-toggle-activate): Fix doc string.
6221
6222 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * nnir.el: Require edmacro when compiling with XEmacs.
6225         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6226         available in Emacs 21.
6227
6228 2008-06-11  Glenn Morris  <rgm@gnu.org>
6229
6230         * gnus-util.el (x-focus-frame):
6231         * gnus.el (image-size):
6232         * mm-decode.el (image-size): Declare.
6233
6234         * gnus-picon.el (declare-function): Add compat definition.
6235         (image-size): Declare.
6236
6237         * gnus-group.el (tool-bar-map):
6238         * gnus-sum.el (tool-bar-map): Define for compiler.
6239
6240         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6241
6242         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6243
6244         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6245         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6246         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6247         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6248         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6249         * sieve-manage.el, spam-report.el, spam.el:
6250         Remove unnecessary eval-and-compile of autoloads.
6251
6252 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6253
6254         * auth-source.el: Precise Tramp doc.
6255
6256 2008-06-07  Glenn Morris  <rgm@gnu.org>
6257
6258         * nnmairix.el: Remove unnecessary eval-when-compile.
6259
6260 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * lpath.el: Fbind propertize for XEmacs 21.4.
6263
6264 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6265
6266         * nnir.el: Move here from ../contrib.
6267
6268 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6269
6270         * gnus-util.el (gnus-read-shell-command): New function.
6271         * mm-decode.el (mm-pipe-part):
6272         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6273
6274 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6275
6276         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6277
6278 2008-06-03  Glenn Morris  <rgm@gnu.org>
6279
6280         * pop3.el (nnheader-accept-process-output): Autoload it.
6281
6282 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6283
6284         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6285         are not 2-digit hexadecimal characters that follow `%'s.
6286
6287 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6288
6289         * message.el (message-bogus-recipient-p): Fix type in doc string.
6290         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6291         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6292         Improve custom options.
6293         (message-bogus-recipient-p): Adjust accordingly.
6294
6295 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6296
6297         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6298         long-form month and day names.
6299
6300 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6301
6302         * dgnushack.el: Autoload debug, eudc-expand-inline and
6303         pgg-snarf-keys-region for XEmacs.
6304
6305         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6306
6307         * nnmairix.el: Require edmacro when compiling with XEmacs.
6308
6309 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6310
6311         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6312         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6313
6314 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6315
6316         * auth-source.el: Add more docs.
6317
6318         * netrc.el (netrc-machine): Always match if the port is not given.
6319
6320 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6321
6322         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6323         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6324         retrieval faster in some cases, but might make CPU usage larger.
6325         If this has any bad side effects, we might revert this change.
6326
6327         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6328         seems to make mail retrieval much, much faster.
6329         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6330         unconditionally.
6331
6332         * gnus-draft.el (gnus-group-send-queue):
6333         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6334
6335 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6336
6337         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6338
6339         * message.el (message-bogus-address-regexp): Fix and improve custom
6340         type.
6341         (message-setup-hook): Add message-check-recipients as custom option.
6342
6343 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6344
6345         * message.el (message-cite-function): Remove bogus autoload which crept
6346         in during merge from v5-10.
6347
6348 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6349
6350         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6351
6352         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6353
6354         * auth-source.el: Preliminary Tramp docs.
6355         (auth-sources): Change the default auth-sources to use
6356         EPA .gpg files.
6357
6358 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6359
6360         * nntp.el: Autoload `auth-source-user-or-password'.
6361         (nntp-send-authinfo): Use it.
6362
6363         * nnimap.el: Autoload `auth-source-user-or-password'.
6364         (nnimap-open-connection): Use it.
6365
6366         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6367         for the gnus-message function.
6368         (auth-source-user-or-password): Use it.
6369
6370 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6371
6372         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6373         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6374         (rfc2104-hash): Use it.
6375
6376 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6377
6378         * gnus-art.el (gnus-article-toggle-truncate-lines):
6379         Don't use `iff' in docstring.
6380
6381 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6382
6383         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6384
6385         * gnus-util.el (gnus-extract-address-component-name)
6386         (gnus-extract-address-component-email): Convenience functions around
6387         `gnus-extract-address-components'.
6388
6389         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6390         Use `gnus-extract-address-component-email' to fix bug of comparing full
6391         sender name to `user-mail-address'.
6392
6393 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6394
6395         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6396         catch/throw to optimize.
6397         (gnus-registry-find-keywords): Just use member to find a keyword.
6398
6399 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6400
6401         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6402         is current before calling gnus-server-prepare.
6403         (gnus-server-setup-buffer, gnus-server-update-server)
6404         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6405
6406 2008-05-04  Juri Linkov  <juri@jurta.org>
6407
6408         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6409         (mailcap-file-default-commands): Use mailcap-replace-in-string
6410         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6411         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6412
6413 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6414
6415         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6416
6417 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6418
6419         * gnus.el: Bump version to 0.11.
6420
6421 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6422
6423         * gnus.el: No Gnus v0.10 is released.
6424
6425 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6426
6427         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6428         hooks.
6429         (gnus-update-read-articles): Speed up non-marks-using users.
6430         (gnus-use-marks): Define gnus-use-marks.
6431         (gnus-propagate-marks): Rename variable to something more sensible.
6432
6433 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6434
6435         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6436         (gmm-image-load-path-for-library): Fix typos in docstrings.
6437         (gmm-message): Reflow docstring.
6438
6439 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6440
6441         * mail-source.el (mail-source-set-1, mail-source-bind):
6442         Move auth-source code out of the macro to clean it up and fix bugs.
6443
6444 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6445
6446         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6447         by sender if it's equal to user-mail-address, it's likely to be
6448         useless.
6449
6450         * mail-source.el (mail-source-bind): Don't use user or password if they
6451         are not bound.  Unintern them if they are nil.  Don't use server unless
6452         it's bound, and default it to empty string otherwise.
6453
6454 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6455
6456         * mail-source.el: Load auth-source.el.
6457         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6458         get user name or password, if auth-sources is set up.
6459
6460         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6461         strategy of splitting with parent.
6462         (gnus-registry-split-fancy-with-parent)
6463         (gnus-registry-post-process-groups): Use it and fix prior
6464         bug (returning a list as the split result).
6465
6466         * auth-source.el (auth-sources): Remove server parameter.
6467         (auth-source-pick, auth-source-user-or-password)
6468         (auth-source-user-or-password-imap)
6469         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6470         (auth-source-user-or-password-sftp)
6471         (auth-source-user-or-password-smtp): Remove server parameter.
6472
6473 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6474
6475         * smime.el (smime-sign-region, smime-encrypt-region)
6476         (smime-decrypt-region):
6477         Remove redundant calls to `generate-new-buffer-name'.
6478
6479 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6480
6481         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6482         Don't use QP for message/rfc822.
6483         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6484
6485 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6486
6487         * sieve-manage.el (sieve-string-bytes): Remove.
6488         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6489         correct byte-length only if the process's coding-system is the same as
6490         the one used internally by Emacs to represent strings.
6491
6492 2008-04-22  Juri Linkov  <juri@jurta.org>
6493
6494         * mailcap.el (mailcap-file-default-commands): New function.
6495
6496 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6497
6498         * message.el (message-signature-separator, message-cite-function):
6499         Change custom version.
6500
6501 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6502
6503         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6504         commands.
6505         (tls-checktrust): Ditto.
6506
6507 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6508
6509         * mm-decode.el (mm-display-external): Make temp file read-only.
6510
6511 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6512
6513         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6514         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6515         `C-c C-f d'.
6516
6517 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6518
6519         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6520
6521 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6522
6523         * gnus.el: Bump version to 0.9.
6524
6525 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6526
6527         * gnus.el: No Gnus v0.8 is released.
6528
6529 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6530
6531         * mail-source.el (mail-source-value):
6532         Prefer fboundp to functionp so it works with macros as well.
6533
6534 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6535
6536         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6537         Fix last change in case the element is not even a symbol.
6538
6539 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6540
6541         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6542         Prefer fboundp to functionp so it works with macros as well.
6543
6544 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6545
6546         * auth-source.el: Add docs.
6547         (auth-sources): Modify format to support server.
6548         (auth-source-pick, auth-source-user-or-password)
6549         (auth-source-user-or-password-imap)
6550         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6551         (auth-source-user-or-password-sftp)
6552         (auth-source-user-or-password-smtp): Add server parameter.
6553
6554 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6555
6556         * gnus-registry.el: Initialize the registry when gnus-registry-install
6557         is t.
6558
6559 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * compface.el (uncompface): Make buffer unibyte.
6562
6563 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6564
6565         * mail-source.el (mail-source-value):
6566         Prefer fboundp to functionp so it works with macros as well.
6567
6568 2008-04-05  Glenn Morris  <rgm@gnu.org>
6569
6570         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6571
6572 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6573
6574         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6575         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6576
6577         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6578         multibyteness after rather than before erasing it.
6579
6580         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6581         mm-with-multibyte.
6582         (gnus-request-article-this-buffer): Make sure the proper decoding is
6583         used if gnus-original-article-buffer happens to be unibyte.
6584
6585         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6586         default-enable-multibyte-characters.
6587
6588         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6589         default-enable-multibyte-characters.
6590
6591         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6592
6593         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6594
6595 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6596
6597         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6598         Fix last change in case the element is not even a symbol.
6599
6600 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6601
6602         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6603         (imap-message-copyuid-1): Use it.
6604         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6605         J. Williams in
6606         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6607
6608         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6609         imap-enable-exchange-bug-workaround.
6610         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6611
6612 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6613
6614         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6615         a 100 byte status-checks into a 2-3MB transfer for each group.
6616         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6617         to enable bug workaround or not.
6618         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6619
6620 2008-03-31  Glenn Morris  <rgm@gnu.org>
6621
6622         * message.el (mml2015-use): Declare for compiler.
6623         (message-info): Require mml2015 when appropriate.
6624
6625 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6628         whitespace.
6629
6630 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6631
6632         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6633         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6634         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6635         (nntp-service-to-port): New function.
6636         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6637         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6638         (nntp-open-netcat-stream): New function.
6639         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6640
6641 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6642
6643         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6644
6645 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6646
6647         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6648
6649 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6650
6651         * dns.el (dns-write): Use set-buffer-multibyte.
6652
6653 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6654
6655         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6656
6657 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6658
6659         * message.el (message-signature-separator): Change default.
6660         Improve custom type.
6661         (message-cite-function): Change default to
6662         message-cite-original-without-signature.
6663
6664         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6665         toggle.
6666
6667         * message.el (message-check-news-body-syntax): Fix signature check.
6668         (message-setup-1): Mark buffer as unmodified _after_ running
6669         message-setup-hook and handling message-alternative-emails.
6670         (message-shorten-references): Be more strict when building list of
6671         valid references to comply with GNKSA.
6672
6673         * gnus-group.el (gnus-read-ephemeral-bug-group)
6674         (gnus-read-ephemeral-debian-bug-group)
6675         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6676
6677         * message.el (message-info): Don't use booleanp which isn't supported
6678         in Emacs 21 and XEmacs.
6679
6680 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6681
6682         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6683         gnus-group-gmane-group-download-format.
6684         (gnus-group-read-ephemeral-gmane-group): Rename from
6685         gnus-group-read-ephemeral-gmane-group.
6686         (gnus-read-ephemeral-gmane-group-url): Rename from
6687         gnus-group-read-ephemeral-gmane-group-url.
6688         (gnus-bug-group-download-format-alist): New variable.
6689         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6690         (gnus-read-ephemeral-emacs-bug-group): New commands.
6691
6692 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6693
6694         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6695         (gnus-visible-headers): Improve custom type.
6696
6697 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6698
6699         * mml.el (mml-menu): Add workarounds for XEmacs.
6700
6701         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6702         X-Boundary header.
6703
6704         * message.el (message-simplify-recipients): Fix previous commit.
6705
6706 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6707
6708         * mm-util.el (mm-set-buffer-multibyte): New function.
6709         * mm-decode.el (mm-copy-to-buffer): Use it.
6710
6711         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6712         Prefer fboundp to functionp so it works with macros as well.
6713
6714 2008-03-19  Glenn Morris  <rgm@gnu.org>
6715
6716         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6717         Accidentally removed in the sync process with Emacs.
6718
6719 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6720
6721         * message.el (message-alter-recipients-discard-bogus-full-name):
6722         New function.
6723         (message-alter-recipients-function): New variable.
6724         (message-get-reply-headers): Use it.
6725         (message-replace-header): New helper function.
6726         (message-recipients-without-full-name): New variable.
6727         (message-simplify-recipients): New command.
6728
6729         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6730
6731         * message.el (message-info): Handle EasyPG manual.
6732
6733         * mml.el (mml-menu): Add entry for EasyPG.
6734
6735 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6736
6737         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6738         parameter.
6739
6740         * message.el (message-disassociate-draft): Specify drafts group name
6741         fully.
6742
6743 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6744
6745         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6746         Eliminate unnecessary duplicates from the match list.
6747
6748 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6749
6750         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6751
6752         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6753
6754         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6755         args of `how-many' of which the XEmacs version doesn't take; declare
6756         Info-index-next as function.
6757
6758 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6759
6760         * gnus-score.el (gnus-score-headers): Fix handling of
6761         gnus-inhibit-slow-scoring.
6762
6763         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6764         string.
6765         (gnus-button-url-regexp): Improve handling of parenthesis.
6766         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6767         (gnus-button-handle-info-keystrokes): Handle index entries.
6768
6769 2008-03-15  Glenn Morris  <rgm@gnu.org>
6770
6771         * parse-time.el (parse-time-string): Simplify.
6772
6773 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6776         Incoming* files.
6777
6778 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6779
6780         * auth-source.el (auth-sources): Rename from auth-source-choices.
6781         (auth-source-pick): Use it.
6782
6783 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6784
6785         * binhex.el (binhex-decode-region-internal):
6786         * uudecode.el (uudecode-decode-region-internal):
6787         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6788         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6789         setting default-enable-multibyte-characters.
6790
6791 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6792
6793         * auth-source.el (auth-source-protocols)
6794         (auth-source-protocols-customize, auth-source-choices): Add and
6795         modified variable customizations and defaults.
6796         (auth-source-pick, auth-source-user-or-password)
6797         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6798         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6799         (auth-source-user-or-password-sftp)
6800         (auth-source-user-or-password-smtp): Use new variables and provide an
6801         interface to netrc.el.
6802
6803 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6804
6805         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6806         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6807         Make sure the nntp port to specify is a string.
6808
6809 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6810
6811         * nntp.el: Use with-current-buffer.
6812         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6813         dubious mm-with-unibyte-current-buffer.
6814         (nntp-with-open-group-function): New function extracted from
6815         nntp-with-open-group macro.
6816         (nntp-with-open-group): Use the function, so it's easier to debug.
6817         Add indentation and debugging info.
6818         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6819         Recommend the use of the netcat alternatives.
6820
6821         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6822         Avoid mm-string-as-multibyte as well.
6823
6824         * nnweb.el (nnweb-insert-html):
6825         Remove use of nnheader-string-as-multibyte.
6826
6827         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6828         (nnheader-string-as-multibyte): Remove.
6829
6830         * mm-view.el: Use inhibit-read-only.
6831         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6832         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6833         or unibyte-string.
6834
6835         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6836         (mm-uu-yenc-extract): Use with-current-buffer.
6837
6838         * gnus-soup.el (gnus-soup-send-packet): Don't use
6839         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6840
6841         * nnmh.el: Use with-current-buffer.
6842         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6843         mm-string-as-multibyte on the output of mm-encode-coding-string.
6844
6845         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6846         (nnimap-request-move-article): Use with-current-buffer.
6847
6848         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6849         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6850         conversion uses string-make-unibyte rather than string-as-unibyte.
6851
6852         * gnus-msg.el: Use with-current-buffer.
6853
6854         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6855
6856 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6857
6858         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6859         string for caching if it is 'PIN.
6860
6861 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * lpath.el: Consider the case without Emacs/W3.
6864
6865 2008-03-08  Glenn Morris  <rgm@gnu.org>
6866
6867         * time-date.el (date-to-time, time-subtract, time-add)
6868         (safe-date-to-time): Doc fixes.
6869
6870 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6871
6872         * mail-source.el (mail-source-delete-old-incoming-confirm):
6873         Change default to nil.
6874         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6875
6876 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * lpath.el: Rearrange.
6879
6880         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6881         (gnus-article-goto-prev-page): Work for articles having ^L's.
6882
6883         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6884
6885         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6886
6887 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6888
6889         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6890         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6891         (gnus-bookmark-jump): Adjust some variable names.
6892
6893 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6894
6895         * auth-source.el: New package.
6896         (auth-source-choices): Add customization entry point variable.
6897
6898         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6899         bug.
6900
6901 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6902
6903         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6904         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6905         (gnus-registry-install-shortcuts): Rename from
6906         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6907         the `gnus-registry-mark-map' keymap dynamically from
6908         `gnus-registry-marks'.  The generated functions update the summary line
6909         when a registry mark is added or deleted, and will call
6910         `gnus-registry-install-p' (see the comments in the code).
6911         (gnus-registry-user-format-function-M): Use concat intelligently.
6912
6913         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6914         the registry mark functions.
6915
6916 2008-03-05  Glenn Morris  <rgm@gnu.org>
6917
6918         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6919         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6920         gnus-art.
6921         (top-level): No need to load own source when compiling.
6922
6923 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6924
6925         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6926         Suggested by <chris.anderton@zetnet.co.uk>.
6927
6928 2008-03-04  Glenn Morris  <rgm@gnu.org>
6929
6930         * gnus-sum.el (top-level): No need to require gnus when compiling,
6931         since unconditionally required near start of file.
6932         (gnus-summary-display-while-building): Move definition before use.
6933
6934 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6935
6936         * gnus-registry.el (gnus-registry-user-format-function-M):
6937         Add formatting function.
6938
6939 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6940
6941         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6942         with plists.
6943         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6944         Use new format.
6945
6946 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6949         `where-is-internal' that returns a range of key sequences.
6950
6951 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6952
6953         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6954
6955         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6956         (gnus-summary-jump-to-group): Consider windows on other displayed
6957         frames as well.  Similar changes might be needed elsewhere, but that's
6958         the one I've bumped into during my use.
6959
6960         * nndoc.el (nndoc-oe-dbx-type-p):
6961         * gnus-msg.el (gnus-debug):
6962         * gnus-group.el (gnus-update-group-mark-positions):
6963         Use mm-string-to-multibyte.
6964
6965 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6966
6967         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6968         doesn't handle NotDashEscaped.
6969
6970         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6971         (mml-dnd-attach-options): Fix typo in custom choice.
6972
6973         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6974         Change nndoc-article-type to mbox.
6975         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6976
6977         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6978         to nil, instead of html2text.
6979
6980         * imap.el (imap-debug): Add `imap-ping-server'.
6981
6982         * gnus-bookmark.el: Add FIXMEs.
6983
6984         * message.el (message-form-letter-separator)
6985         (message-send-form-letter-delay): New variables.
6986         (message-send-form-letter): Use them.  New command to send form
6987         letters.  Requested by Uwe Siart.
6988         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6989
6990 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6991
6992         * Update copyright years.
6993
6994 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6995
6996         Sync from EMACS_22_BASE.
6997
6998         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6999
7000 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7001
7002         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7003         empty author.
7004
7005 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7006
7007         * gnus-registry.el (gnus-registry-marks): Add variable for
7008         customization of marks and their appearance.
7009         (gnus-registry-read-mark): Use it.
7010         (gnus-registry-do-marks): Add utility function to loop through
7011         `gnus-registry-marks'.
7012         (gnus-registry-install-shortcuts-and-menus): Add function to install
7013         shortcuts and menus.
7014         (gnus-registry-initialize): Use it.
7015         (gnus-registry-default-mark): Clarify documentation.
7016
7017 2008-02-29  Glenn Morris  <rgm@gnu.org>
7018
7019         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7020         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7021         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7022         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7023         Change defcustom :version from 23.0 to 23.1.
7024
7025 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7026
7027         * gnus-registry.el (gnus-registry-follow-group-p)
7028         (gnus-registry-post-process-groups): Add functions to aid registry
7029         splitting and improve logging.  Clarify behavior in function
7030         documentation.
7031         (gnus-registry-split-fancy-with-parent): Use them.
7032
7033 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7034
7035         * gnus-art.el: Use with-current-buffer.
7036
7037 2008-02-27  David Engster  <dengste@eml.cc>
7038
7039         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7040         Express real group name in the response.
7041
7042 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7043
7044         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7045         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7046         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7047         autoload gnus-registry-fetch-group when compiling.
7048         (nnmairix-request-group-with-article-number-correction):
7049         Remove unreferenced argument passed to nnmairix-call-backend.
7050
7051 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7052
7053         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7054         (mm-uu-extract): Improve face for low color ttys.
7055         Reported by Sascha Wilde.
7056
7057 2008-02-27  Glenn Morris  <rgm@gnu.org>
7058
7059         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7060         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7061         variables to defconsts.  Convert comments to doc-strings.
7062         (nnmairix-last-server, nnmairix-current-server): Convert from free
7063         variables to defvars.  Convert comments to doc-strings.
7064         (gnus-registry-fetch-group): Autoload.
7065         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7066         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7067         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7068         caddr.
7069         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7070         nnmairix-request-group-with-article-number-correction call.
7071         (nnmairix-fast, nnmairix-group): New, less general names, for free
7072         variables passed from nnmairix-request-group to
7073         nnmairix-request-group-with-article-number-correction.  Declare.
7074         (nnmairix-request-group-with-article-number-correction):
7075         Use nnmairix-fast, nnmairix-group rather than fast, group.
7076
7077 2008-02-26  David Engster  <dengste@eml.cc>
7078
7079         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7080         version 0.5.
7081
7082 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7083
7084         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7085         instead of making an extra function call.  Don't add the current group
7086         to articles only when they have the group.  Use
7087         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7088         Reported by David <de_bb@arcor.de>.
7089
7090 2008-02-24  Miles Bader  <miles@gnu.org>
7091
7092         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7093         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7094         (mm-find-mime-charset-region):
7095         * mm-bodies.el (mm-encode-body):
7096         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7097
7098 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7101         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7102
7103 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7104
7105         * mail-source.el (mail-source-delete-incoming): Change default.
7106         Supplement doc string.
7107
7108         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7109
7110 2008-02-14  Glenn Morris  <rgm@gnu.org>
7111
7112         * time-date.el (format-seconds): New function.
7113
7114 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7115
7116         * nnmail.el (nnmail-message-id-cache-file): Derive from
7117         `gnus-home-directory'.
7118
7119 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7120
7121         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7122         Document negative prefix.
7123
7124         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7125
7126 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7127
7128         * message.el (message-unsent-separator): Add the Exim bounce
7129         separator.
7130
7131 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7132
7133         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7134         list.
7135         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7136         recipient/signer list.
7137
7138 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7139
7140         * Makefile.in (datarootdir): Define.
7141         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7142         name that might contain whitespace.
7143
7144 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7145
7146         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7147         fbound (Emacs 23 unicode), signal an error.
7148
7149 2008-02-08  Glenn Morris  <rgm@gnu.org>
7150
7151         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7152
7153 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7154
7155         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7156         ports to the calls to `netrc-machine-user-or-password' in addition to
7157         "imap" and "imaps".
7158
7159 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7160
7161         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7162
7163         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7164
7165 2008-02-01  Kenichi Handa  <handa@m17n.org>
7166
7167         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7168         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7169         (rfc2104-hash): Convert the result of concat to unibyte string.
7170
7171 2008-02-01  Dave Love  <fx@gnu.org>
7172
7173         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7174         coding-system-for-read.
7175         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7176
7177 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7178
7179         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7180         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7181         <hanche@math.ntnu.no>.
7182
7183 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7184
7185         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7186
7187         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7188
7189 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7190
7191         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7192         * message.el (message-beginning-of-line): Use featurep instead of bound
7193         tests in order to resolve conditionals at compile time.
7194
7195 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7196
7197         * mail-source.el (mail-sources): Add `group' choice.
7198
7199         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7200         parameter `in-group' to control into which group the articles go.
7201         Add treatment of `group' mail-source.
7202
7203 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7206
7207         * mm-decode.el (mm-dissect-buffer): Decode description.
7208
7209         * mml.el (mml-to-mime): Encode message header first.
7210
7211 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7214         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7215
7216         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7217         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7218
7219 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7220
7221         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7222
7223 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7226         prefix keys.
7227         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7228         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7229         gnus-xmas.el.
7230
7231         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7232         (gnus-xmas-article-describe-bindings): New function.
7233         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7234         gnus-xmas-article-describe-bindings.
7235
7236         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7237
7238 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7239
7240         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7241         Add new variables for article mark management.
7242         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7243         list of extra data entries which, when present, will indicate that the
7244         article ID should not be trimmed from the registry.
7245         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7246         functions.
7247         (gnus-registry-read-mark): New function to read a mark name from the
7248         user.
7249         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7250         (gnus-registry-set-article-mark-internal): New functions to add and
7251         remove marks.
7252         (gnus-registry-get-article-marks): New function to show the marks for
7253         an article, or retrieve them for further use.
7254
7255 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7256
7257         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7258         keys when no argument is given.
7259
7260 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7261
7262         * imap.el (imap-ping-server): New variable.
7263         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7264         (imap-ping-server): Minor doc string fixes.
7265
7266 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7267
7268         * imap.el (imap-ping-server): New function.
7269         (imap-opened): Call imap-ping-server.
7270
7271 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7272
7273         * gnus-sum.el (gnus-article-sort-by-random)
7274         (gnus-thread-sort-by-random): Fix doc strings.
7275         Reported by jidanni@jidanni.org.
7276
7277 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * gnus-art.el (gnus-article-describe-bindings): New function.
7280         (gnus-article-read-summary-keys): Use it.
7281         (gnus-article-mode-map): Bind `C-h b' to it.
7282
7283 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7286         XEmacs.
7287         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7288         Protect against non-character events.
7289
7290         * lpath.el: Fbind map-keymap for Emacs 21.
7291
7292 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7293
7294         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7295         New command.
7296         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7297         instead of END.  Change name of the temp file.
7298         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7299         customizable.
7300
7301 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7304         bind `S W' to gnus-article-wide-reply-with-original; set default
7305         binding to gnus-article-read-summary-send-keys.
7306         (gnus-article-read-summary-keys): Fix the order of keys; display
7307         continuation keys correctly in the echo area; describe bindings
7308         correctly when keys end with `C-h'.
7309         (gnus-article-read-summary-send-keys): New function.
7310         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7311         Work for gnus-article-read-summary-send-keys; display continuation keys
7312         correctly in the echo area.
7313         (gnus-article-reply-with-original): Ignore prefix argument.
7314         (gnus-article-wide-reply-with-original): New function.
7315
7316         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7317         Emacs 21.
7318
7319 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7322         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7323
7324 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7325
7326         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7327         (gnus-group-read-ephemeral-gmane-group): New command.
7328
7329 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7330
7331         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7332
7333 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7334
7335         * message.el (message-send-mail-function): Increase custom version.
7336
7337         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7338         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7339
7340 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7341
7342         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7343         for the cases where imap-authenticate is called with a nil buffer
7344         parameter.
7345
7346 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7347
7348         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7349         html parts correctly; support forwarded messages.
7350         (gnus-article-browse-html-article): Remove work buffers.
7351
7352         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7353         compiling.
7354         (netrc-bound-and-true-p): New macro.
7355         (netrc-parse): Use it instead of bound-and-true-p that is not available
7356         in XEmacs 21.4.
7357
7358 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7359
7360         * gnus-registry.el (gnus-registry-mark-article)
7361         (gnus-registry-article-marks): Add functionality to mark articles
7362         through the Gnus registry.
7363
7364         * encrypt.el: Clarify documentation for the new pgg method.
7365         (encrypt-file-alist): Add PGG option.
7366         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7367         functionality.  Abstract password key and messaging to external
7368         functions.
7369         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7370         (encrypt-message-method-and-cipher): Add new convenience external
7371         functions.
7372         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7373         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7374
7375         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7376         (netrc-parse): Use encrypt-file-alist to determine if
7377         encrypt-find-model or encrypt-insert-file-contents should be used.
7378
7379         * encrypt.el: Clarify documentation.  Load password-cache or
7380         password, whichever one is found first, instead of autoloading.
7381
7382 2007-12-19  Glenn Morris  <rgm@gnu.org>
7383
7384         * mml.el (message-options-set, message-narrow-to-head)
7385         (message-in-body-p, message-mail-p, message-encode-message-body):
7386         Autoload.
7387         (message-remove-header, message-narrow-to-headers-or-head)
7388         (message-subscribed-p, message-make-mail-followup-to)
7389         (message-position-on-field, message-news-p)
7390         (message-options-set-recipient, message-generate-headers)
7391         (message-sort-headers): Declare as functions.
7392
7393 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7394
7395         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7396         convention in doc string.
7397
7398 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7399
7400         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7401         title to html parts.
7402         (gnus-article-browse-html-article): Pass message header to it.
7403
7404         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7405
7406 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7407
7408         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7409         or password compatible with XEmacs.
7410
7411 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7412
7413         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7414         format document.
7415         (gnus-mime-delete-part): Don't write description line if empty.
7416         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7417
7418 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7419
7420         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7421         (gnus-summary-mark-read-and-unread-as-read)
7422         (gnus-summary-mark-current-read-and-unread-as-read)
7423         (gnus-summary-mark-unread-as-ticked): Doc fix.
7424         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7425
7426 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7427
7428         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7429         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7430
7431 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7432
7433         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7434         yes-or-no-p.
7435
7436 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7437
7438         * mm-decode.el (mm-add-meta-html-tag): New function.
7439         (mm-save-part-to-file, mm-pipe-part): Use it.
7440
7441         * gnus-art.el (gnus-article-browse-delete-temp-files):
7442         Use gnus-y-or-n-p instead of y-or-n-p.
7443         (gnus-article-browse-html-parts): Work with message/external-body; use
7444         mm-add-meta-html-tag.
7445
7446 2007-12-11  Glenn Morris  <rgm@gnu.org>
7447
7448         * gnus-cache.el: Require gnus-sum not just when compiling.
7449
7450         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7451
7452         * gnus-int.el (gnus-server-opened, gnus-status-message):
7453         Move definitions before use.
7454
7455         * mm-decode.el: Require gnus-util.
7456         (mm-remove-part): Only call delete-annotation on XEmacs.
7457
7458         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7459
7460         * nnmail.el: Require gnus-int.
7461
7462         * spam.el: Move `require's before `eval-when-compile's.
7463
7464         * gnus-ems.el (gnus-alive-p):
7465         * gnus-fun.el (message-goto-eoh):
7466         * gnus-util.el (gnus-group-name-decode):
7467         * mail-source.el (gnus-compress-sequence):
7468         * message.el (Info-goto-node, format-spec):
7469         * mm-bodies.el (message-options-get):
7470         * mm-decode.el (mm-view-pkcs7):
7471         * mm-util.el (gmm-write-region):
7472         * mml-smime.el (mml-compute-boundary)
7473         (gnus-completing-read-with-default):
7474         * mml.el (widget-button-press, gnus-make-hashtable):
7475         * mml1991.el (mm-decode-content-transfer-encoding)
7476         (mm-encode-content-transfer-encoding)
7477         (message-options-get, message-options-set):
7478         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7479         * nnfolder.el (gnus-request-group):
7480         * nnheader.el (ietf-drums-unfold-fws):
7481         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7482         * smime.el (gnus-run-mode-hooks):
7483         * spam-stat.el (gnus-message): Autoload.
7484
7485         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7486         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7487         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7488         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7489         Add declare-function compatibility definition.
7490
7491         * gnus-cache.el (nnvirtual-find-group-art):
7492         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7493         (gnus-add-image, gnus-add-wash-type):
7494         * gnus-group.el (nnkiboze-score-file):
7495         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7496         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7497         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7498         (message-tokenize-header, gnus-get-buffer-create)
7499         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7500         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7501         * gnus.el (gnus-group-decoded-name):
7502         * mail-source.el (imap-capability):
7503         * mm-bodies.el (message-options-set):
7504         * mm-decode.el (gnus-configure-windows):
7505         * mm-extern.el (message-goto-body):
7506         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7507         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7508         (epg-sub-key-validity, message-options-set):
7509         * mml.el (widget-event-point, gnus-configure-windows):
7510         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7511         * mml2015.el (epg-check-configuration, epg-configuration)
7512         (message-options-set):
7513         * nndb.el (nndb-request-article):
7514         * nnfolder.el (gnus-request-create-group):
7515         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7516         * nnmaildir.el (gnus-group-mark-article-read):
7517         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7518         * rfc1843.el (message-fetch-field):
7519         * spam.el (gnus-extract-address-components):
7520         Declare as functions.
7521
7522 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7523
7524         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7525
7526         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7527
7528         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7529         bind show-trailing-whitespace for XEmacs.
7530
7531 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7532
7533         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7534         new no-op macro for backward compatibility.
7535
7536         * imap.el (imap-string-to-integer): New function.
7537
7538 2007-12-09  Glenn Morris  <rgm@gnu.org>
7539
7540         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7541
7542         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7543         * message.el, mm-view.el, sieve-manage.el, smime.el:
7544         Add declare-function compatibility definition.
7545
7546         * gnus-art.el (w3-region, w3m-region, Info-menu):
7547         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7548         * gnus-sum.el (gnus-get-predicate):
7549         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7550         * message.el (mail-abbrev-in-expansion-header-p):
7551         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7552         (w3m-detect-meta-charset, w3m-region):
7553         * sieve-manage.el (password-read, password-cache-add)
7554         (password-cache-remove):
7555         * smime.el (password-read-and-add): Declare as functions.
7556
7557 2007-12-08  David Kastrup  <dak@gnu.org>
7558
7559         * gnus-sum.el (gnus-summary-simplify-subject-query):
7560         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7561         `message'.
7562
7563 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7566         it to bind idna-program, installation-directory, defined-colors, and
7567         face-attribute for XEmacs of the version that compiles defcustom forms.
7568
7569 2007-12-07  Glenn Morris  <rgm@gnu.org>
7570
7571         * gnus-art.el (article-make-date-line): Revert previous change.
7572
7573 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7574
7575         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7576
7577 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7578
7579         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7580         Call gnus-add-to-range ranges only once with a prepared article-list.
7581
7582 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7583
7584         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7585         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7586         group names with backslashes.
7587         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7588
7589 2007-12-06  Deepak Goel  <deego3@gmail.com>
7590
7591         * gnus-art.el (article-make-date-line):
7592         * gnus-start.el (gnus-load):
7593         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7594
7595 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * gnus-art.el (gnus-use-idna)
7598         * gnus-start.el (gnus-site-init-file)
7599         * message.el (message-use-idna)
7600         * mm-uu.el (mm-uu-hide-markers)
7601         * smiley.el (smiley-style): Revert changes that suppress warnings.
7602
7603 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7606         specify charset to html source.
7607         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7608
7609 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7612         idna-program in order to suppress byte compile warning issued by XEmacs
7613         that came to byte compile the default value section of defcustom forms
7614         recently.
7615
7616         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7617         value of installation-directory.
7618
7619         * message.el (message-use-idna): Don't directly refer to the value of
7620         idna-program.
7621
7622         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7623
7624         * smiley.el (smiley-style): Don't directly call face-attribute.
7625
7626 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7627
7628         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7629
7630         * gnus-dired.el: Reduce Gnus dependencies.
7631         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7632         Don't require.  Use autoloads instead.
7633         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7634         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7635         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7636         (gnus-dired-mode): Adjust doc string.
7637         (gnus-dired-mail-mode): New variable.
7638         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7639         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7640         (gnus-dired-mail-buffers): New function.  Return mail or message
7641         composition buffers.
7642         (gnus-dired-attach): Use it.
7643         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7644         NO-DECODE.
7645         (gnus-dired-print): Use `gnus-print-buffer' depending on
7646         `gnus-dired-mail-mode'.
7647
7648 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7649
7650         * rfc2047.el (rfc2047-encoded-word-regexp)
7651         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7652         explaining what regexp patterns are for.
7653
7654 2007-12-04  Glenn Morris  <rgm@gnu.org>
7655
7656         * password.el: Move to password-cache.el.
7657
7658         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7659         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7660         * mml-smime.el (password-read, password-cache-add)
7661         (password-cache-remove):
7662         No need to autoload, since mml-sec requires password.
7663
7664         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7665         * message.el (gnus-extract-address-components):
7666         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7667
7668         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7669         password.
7670
7671 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7672
7673         * mailcap.el: Reduce dependencies.
7674         (mail-header-parse-content-type): Autoload.
7675         (mailcap-delete-duplicates): New alias.
7676         (mailcap-mime-info): Add optional argument NO-DECODE.
7677         (mailcap-mime-types): Use mailcap-delete-duplicates.
7678
7679         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7680
7681 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7682
7683         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7684         (imap-parse-status): Upcase status-att for servers that sends them
7685         lower-case (e.g., MS Exchange 2007).
7686
7687 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7688
7689         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7690         function.
7691
7692         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7693         (gnus-uu-yenc-article): New function.
7694
7695         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7696
7697         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7698
7699 2007-12-02  Glenn Morris  <rgm@gnu.org>
7700
7701         * binhex.el (binhex): New custom group.
7702         (binhex-decoder-program, binhex-decoder-switches)
7703         (binhex-use-external): Move to the binhex custom group.
7704
7705         * uudecode.el (uudecode): New custom group.
7706         (uudecode-decoder-program, uudecode-decoder-switches)
7707         (uudecode-use-external): Move to the uudecode custom group.
7708
7709         * netrc.el (top-level): Don't load `encrypt' features.
7710         (netrc-parse): Don't use encrypt.
7711         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7712
7713         * encrypt.el: Remove file.
7714
7715 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7716
7717         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7718         matches on patches.
7719
7720         * gnus-art.el (gnus-article-browse-html-article):
7721         Mention `mm-text-html-renderer' in the doc string.
7722
7723         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7724         string.  Add comments.
7725
7726         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7727         if rhs is ASCII.
7728
7729 2007-12-01  Glenn Morris  <rgm@gnu.org>
7730
7731         * mail-source.el (top-level): Require format-spec before
7732         eval-when-compile.
7733
7734 2007-11-30  Glenn Morris  <rgm@gnu.org>
7735
7736         * encrypt.el: Require password, rather than autoloading password-read.
7737
7738 2007-11-29  Glenn Morris  <rgm@gnu.org>
7739
7740         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7741         (sasl-make-client, sasl-next-step, sasl-step-data)
7742         (sasl-step-set-data): Declare as functions.
7743
7744 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7745
7746         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7747
7748 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7749
7750         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7751         certs should be verified and what is to be done in the event of a
7752         verification failure.
7753
7754         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7755         caller can indicate whether the cache should be disregarded for this
7756         call.  This way the result of the call is reproducible at all times and
7757         can be considered a canonical server name for the supplied method.
7758         (gnus-agent-method-p): Canonicalize server names by pushing their
7759         method through `gnus-method-to-server' using the no-cache argument.
7760
7761         * gnus-srvr.el (gnus-server-insert-server-line):
7762         Call `gnus-method-to-server' with `no-cache' argument.
7763
7764         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7765         gnus-agent-possibly-synchronize-flags as this should be called when the
7766         server is actually being opened.
7767         (gnus-agent-possibly-synchronize-flags)
7768         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7769         flags file of an agentized server to the latter function.
7770
7771         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7772         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7773         after a connection has been established successfully.
7774
7775 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7776
7777         * gnus-art.el (article-display-face): Force to display face if called
7778         interactively; check if gnus-article-x-face-too-ugly matches author.
7779         (article-display-x-face): Display face even if From header is missing
7780         as article-display-face does.
7781
7782 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7783
7784         * hashcash.el (message-narrow-to-headers-or-head)
7785         (message-fetch-field, message-goto-eoh)
7786         (message-narrow-to-headers): Declare as functions.
7787
7788 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7789
7790         * mail-source.el (mail-sources): Default to fetch from file for
7791         compatibility with default of nnmail-spool-file.
7792
7793 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7796         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7797         to look for encoded word that should be encoded again.
7798         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7799         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7800         encoding pattern.
7801         (rfc2047-decode-region): Switch strict regexp and loose one according
7802         to rfc2047-allow-irregular-q-encoded-words.
7803
7804 2007-11-25  Romain Francoise  <romain@orebokech.com>
7805
7806         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7807
7808 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7809
7810         * tls.el (tls-program): Provide more custom choices from
7811         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7812         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7813
7814 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7815
7816         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7817         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7818
7819         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7820         `nnmail-spool-file'.
7821
7822         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7823         `nnmail-spool-file'.
7824
7825         * gnus-move.el (gnus-change-server): Ditto.
7826
7827         * gnus-kill.el (gnus-batch-score): Ditto.
7828
7829         * gnus-cache.el (gnus-jog-cache): Ditto.
7830
7831         * gnus-msg.el (gnus-summary-reply):
7832         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7833
7834 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7835
7836         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7837         version.  Minor improvement to doc strings.
7838         (tls-program): Add comment.
7839
7840 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7841
7842         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7843         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7844         mismatch between the hostname provided in the certificate and the name
7845         of the host connnecting to.
7846         (open-tls-stream): Use them.  Check certificates against trusted root
7847         certificates.
7848
7849 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7850
7851         * gnus-cache.el (gnus-cache-generate-nov-databases):
7852         Use nnml-generate-nov-databases-directory instead of
7853         nnml-generate-nov-databases-1.
7854
7855 2007-11-24  Glenn Morris  <rgm@gnu.org>
7856
7857         * message.el (message-tool-bar-retro): Update for rename
7858         mail_send.xpm->mail-send.xpm.
7859
7860 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7861
7862         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7863         `smime-ldap-search' for Emacs 22 and up.
7864
7865 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7866
7867         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7868
7869         * message.el (message-send-mail-function): Fix error convention.
7870         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7871         (message-widen-reply, message-send-mail, message-talkative-question)
7872         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7873         (message-clone-locals, message-send-news): Use with-current-buffer.
7874         (message-insert-or-toggle-importance): Remove unused var `valid'.
7875         (message-make-references): Remove unused var `new-references'.
7876         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7877
7878 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7879
7880         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7881         (spam-split-symbolic-return-positive): Reflow docstring.
7882         (spam-backends, spam-summary-exit-behavior)
7883         (spam-mark-ham-unread-before-move-from-spam-group)
7884         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7885         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7886         (spam-clear-cache, spam-backend-check, spam-install-backend)
7887         (spam-install-statistical-backend, spam-list-of-processors)
7888         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7889         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7890         (spam-check-crm114, spam-initialize, spam-unload-hook):
7891         Fix typos in docstrings.
7892
7893 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7896         been checked if they have never been read and those group levels are
7897         higher than the one that a user specified.
7898
7899 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7900
7901         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7902         foreign groups unless a group level is specified by a user.
7903         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7904
7905 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7906
7907         * message.el (message-send-mail-function): Require sendmail.
7908
7909 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7910
7911         * message.el (message-send-mail-function): Check for smtpmail too.
7912
7913         * utf7.el (utf7-encode, utf7-decode): Use coding system
7914         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7915
7916         * message.el (message-send-mail-function): New function.
7917         (message-send-mail-function): Set default using
7918         message-send-mail-function.  Adjust doc string.
7919         (message-send-mail-with-mailclient): New function.
7920
7921 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7922
7923         * smime.el (from):
7924         * rfc2047.el (message-posting-charset):
7925         * qp.el (mm-use-ultra-safe-encoding):
7926         * pop3.el (parse-time-months):
7927         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7928         * nnml.el (files):
7929         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7930         (jka-compr-compression-info-list, ange-ftp-path-format)
7931         (efs-path-regexp):
7932         * nndiary.el (files):
7933         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7934         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7935         (epg-digest-algorithm-alist, inhibit-redisplay)
7936         (password-cache-expiry):
7937         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7938         (pgg-output-buffer, password-cache-expiry):
7939         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7940         (efs-path-regexp):
7941         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7942         (inhibit-redisplay):
7943         * mm-uu.el (file-name, start-point, end-point, entry)
7944         (gnus-newsgroup-name, gnus-newsgroup-charset):
7945         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7946         (latin-unity-ucs-list):
7947         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7948         (mm-uu-binhex-decode-function):
7949         * message.el (gnus-message-group-art, gnus-list-identifiers)
7950         (rmail-enable-mime-composing, gnus-local-organization)
7951         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7952         (gnus-read-active-file, facemenu-add-face-function)
7953         (facemenu-remove-face-function, gnus-article-decoded-p)
7954         (tool-bar-mode):
7955         * mail-source.el (display-time-mail-function):
7956         * gnus-util.el (nnmail-pathname-coding-system)
7957         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7958         (gnus-original-article-buffer, gnus-user-agent)
7959         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7960         (xemacs-codename, sxemacs-codename, emacs-program-version):
7961         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7962         * gnus-start.el (gnus-agent-covered-methods)
7963         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7964         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7965         (gnus-newsgroup-headers, gnus-group-list-mode)
7966         (gnus-group-mark-positions, gnus-newsgroup-data)
7967         (gnus-newsgroup-unreads, nnoo-state-alist)
7968         (gnus-current-select-method, mail-sources)
7969         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7970         (nnmail-spool-file, gnus-cache-active-hashtb):
7971         * gnus-mh.el (mh-lib-progs):
7972         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7973         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7974         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7975         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7976         (gnus-group-buffer):
7977         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7978         (font-lock-set-defaults):
7979         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7980         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7981         (gnus-summary-post-menu, total-parts, type, condition, length):
7982         * gnus-agent.el (gnus-agent-read-agentview):
7983         * flow-fill.el (show-trailing-whitespace):
7984         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7985         eval-and-compile wrappers for byte compiler pacifiers.
7986
7987         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7988         (mm-display-inline-fontify): Check for featurep 'xemacs not
7989         extent-list.
7990
7991         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7992         itimer-list.
7993         (mm-create-image-xemacs): Only do something for XEmacs.
7994         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7995
7996         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7997
7998         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7999         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8000
8001 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8002
8003         * nnimap.el (nnimap-split-download-body):
8004         * gnus-demon.el (gnus-demon):
8005         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8006
8007 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8010         New macros.
8011         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8012         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8013         copy data from unibyte buffer to multibyte current buffer.
8014         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8015         to copy data from unibyte current buffer to multibyte buffer.
8016         (nntp-make-process-buffer): Make process buffer unibyte.
8017
8018         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8019
8020 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8021
8022         * pop3.el (pop3-open-server): Accept and process data more robustly at
8023         connexion start to avoid spurious "POP SSL connexion failed" errors.
8024
8025 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8026
8027         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8028         read group names.
8029
8030 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8031
8032         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8033
8034 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8037         (nnmail-save-active): Use a unibyte buffer when saving active file,
8038         which may contain non-ASCII group names.
8039
8040         * nnml.el (nnml-request-group): Decode group names in messages.
8041
8042 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * message.el (message-citation-line-function)
8045         (message-insert-formatted-citation-line): Fix spelling of
8046         `message-insert-formated-citation-line'.
8047
8048 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8049
8050         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8051
8052 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8055         nnmail-pathname-coding-system.
8056
8057         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8058         that a user enters; decode group names in messages.
8059
8060         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8061
8062 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8063
8064         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8065
8066         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8067
8068         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8069         risky local variable.
8070
8071         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8072
8073 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8074
8075         * encrypt.el: Improve documentation to fix function name typo.
8076         Reported by Daiki Ueno <ueno@unixuser.org>.
8077
8078 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8079
8080         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8081         even if the point is not in the last page of an article.
8082         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8083         back to the previous page.
8084
8085 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8086
8087         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8088
8089 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8092
8093 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8094
8095         * message.el (message-check-news-body-syntax):
8096         Avoid mm-string-as-multibyte.
8097         (message-hide-headers): Don't assume (point-min)==1.
8098
8099 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8100
8101         * message.el (message-remove-blank-cited-lines): Fix if remove is
8102         given.
8103         (message-bogus-address-regexp): New variable.
8104         (message-bogus-recipient-p): New function.
8105         (message-check-recipients): New command.
8106         (message-syntax-checks): Add `bogus-recipient'.
8107         (message-fix-before-sending): Add `bogus-recipient'.
8108
8109         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8110         (gnus-treat-body-boundary): Don't test window-system.
8111
8112 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8113
8114         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8115
8116 2007-10-28  Miles Bader  <miles@gnu.org>
8117
8118         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8119         at compile-time too.
8120
8121 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8122
8123         * gnus-msg.el (gnus-message-setup-hook):
8124         Add `message-remove-blank-cited-lines' to options.
8125
8126 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8127
8128         * message.el (message-remove-blank-cited-lines): New function.
8129         Suggested by Karl Plästerer.
8130
8131 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8134         mapc.
8135
8136         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8137         (top-level): Use mapc to set functions to be traced for debugging.
8138
8139         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8140         called for effect with while loop.
8141
8142         * message.el (message-talkative-question): Replace mapcar called for
8143         effect with mapc.
8144
8145         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8146         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8147         called for effect with dolist.
8148
8149         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8150
8151         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8152         gnus-extra-headers and nnmail-extra-headers.
8153
8154         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8155         called for effect with dolist.
8156         (top-level): Use mapc to set functions to be traced for debugging.
8157
8158         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8159         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8160         dolist.
8161
8162         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8163         Replace mapcar called for effect with mapc.
8164         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8165         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8166         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8167         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8168
8169         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8170         remove-if that's a cl function.
8171
8172         * webmail.el (webmail-debug): Replace mapcar called for effect with
8173         dolist.
8174
8175         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8176         with mapc.
8177
8178 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8181         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8182         with while loop.
8183
8184         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8185         functions from article-* functions.
8186         (gnus-multi-decode-header): Replace mapcar called for effect with
8187         dolist.
8188
8189         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8190         (gnus-bookmark-show-details): Replace mapcar called for effect with
8191         while loop.
8192
8193         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8194         called for effect with while loop.
8195
8196         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8197         with dolist.
8198
8199         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8200         Replace mapcar called for effect with dolist.
8201
8202         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8203
8204         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8205         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8206         Replace mapcar called for effect with dolist.
8207         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8208         mapc.
8209
8210         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8211         Replace mapcar called for effect with dolist.
8212         (gnus-topic-list): Replace mapcar called for effect with mapc.
8213
8214         * gnus.el: Use mapc instead of mapcar to add autoloads.
8215
8216 2007-10-23  Richard Stallman  <rms@gnu.org>
8217
8218         * gnus-group.el (gnus-group-highlight): Mark as risky.
8219
8220 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * gnus.el (gnus-server-to-method): Return method found first in
8223         gnus-newsrc-alist.
8224
8225         * gnus-art.el (gnus-article-highlight-signature)
8226         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8227         button overlay without the front stickiness.
8228
8229 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8230
8231         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8232         overview buffer needed a catch to receive its throw.
8233         (gnus-agent-flush-cache): Declare as interactive to make this function
8234         easier to use.
8235
8236 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8237
8238         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8239         `next-line'.
8240
8241 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8244         exclude address matching message-dont-reply-to-names.
8245
8246 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8247
8248         * gnus-util.el (gnus-string<): New function.
8249
8250         * gnus-sum.el (gnus-article-sort-by-author)
8251         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8252
8253 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8254
8255         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8256         the frame-focus tag is set in gnus-buffer-configuration.
8257
8258 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8261         the front stickiness.
8262
8263 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8266         url pattern; remove duplicate one.
8267         (gnus-article-extend-url-button): New function.
8268         (gnus-article-add-buttons): Use it.
8269         (gnus-button-push): Use concatenated url that it makes.
8270
8271 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8272
8273         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8274
8275 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8276
8277         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8278         Don't hardcode point-min==1.
8279
8280 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8281
8282         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8283         Fix comment about "iso8859-1".
8284
8285 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8286
8287         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8288         ones returned from the verify-function.
8289
8290         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8291         Call mml2015-extract-cleartext-signature if extraction failed.
8292
8293 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8294
8295         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8296         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8297         failed.
8298
8299 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8300
8301         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8302
8303 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8304
8305         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8306         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8307         recommends to use EasyPG instead of PGG.
8308
8309         * pgg.el: Revert to revision 6.23.2.16.
8310
8311         * pgg-def.el: Revert to revision 6.6.2.14.
8312
8313         * pgg-gpg.el: Revert to revision 6.23.2.34.
8314
8315 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8316
8317         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8318         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8319         thread for both the null and zero (kill/expire thread) universal prefix
8320         cases.
8321         (gnus-summary-expire-thread): Add new function to expire a thread,
8322         using gnus-summary-kill-thread.
8323         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8324         shortcuts for gnus-summary-expire-thread.
8325         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8326         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8327
8328 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8329
8330         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8331         extras value, so an extras entry can be deleted.
8332         (gnus-registry-delete-extra-entry): Use it.
8333         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8334         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8335         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8336         storage through the gnus-registry, and provide an appropriate API for
8337         it.
8338
8339 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8340
8341         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8342         Suggested by Leo <sdl.web@gmail.com>.
8343
8344         * gnus.el: Do.
8345
8346 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8349         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8350
8351         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8352
8353         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8354         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8355
8356 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8359         newline.
8360         (nnmbox-request-accept-article): Don't change article in source buffer;
8361         narrow to header to use message-fetch-field rather than
8362         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8363         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8364         as delimiters; make sure article ends with newline.
8365         (nnmbox-delete-mail): Correct last position of article to be deleted;
8366         ignore X-Gnus-Newsgroup header in article body.
8367         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8368         positions; make sure article ends with newline.
8369
8370         * message.el (message-display-abbrev): Don't infloop when a user
8371         inserts SPC in the beginning of header.
8372
8373         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8374         coding-system-for-read and coding-system-for-write for XEmacs having no
8375         file-coding feature.
8376
8377         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8378
8379 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8380
8381         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8382         list of groups not followed by default.  Fix type to be regexp.
8383         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8384
8385 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8386
8387         * hmac-def.el (define-hmac-function): Switch from old-style to
8388         new-style backquotes.
8389
8390         * md4.el (md4-make-step): Likewise.
8391
8392 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8395         raw-text coding system when saving .newsrc file, which may contain
8396         non-ASCII group names.
8397
8398 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * gnus-cus.el (gnus-score-extra): New widget.
8401         (gnus-score-extra-convert): New function.
8402         (gnus-score-customize): Use it for Extra.
8403
8404 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8405
8406         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8407         (mml2015-mailcrypt-clear-verify): Use it.
8408         (mml2015-gpg-clear-verify): Use it.
8409         (mml2015-pgg-clear-verify): Use it.
8410         (mml2015-epg-clear-verify): Replace the current part with the output
8411         from GnuPG; don't extract the plaintext by itself.
8412
8413         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8414         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8415         mml2015-clear-verify-function; don't touch the armor headers or
8416         dash-escaped text here.
8417
8418 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8419
8420         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8421         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8422         parts, or application/octet-stream as a last resort.
8423         (gnus-mime-view-part-as-type): Don't toggle display.
8424         (gnus-mime-view-part-as-charset): Don't turn off display before
8425         querying charset.
8426
8427         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8428         stuff to undisplayer function in Emacs.
8429         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8430
8431         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8432         text/calendar parts.
8433
8434 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8437         decoding text/calendar parts.
8438
8439         * message.el (message-forward-make-body-mime): Always mark body as
8440         having no illegible text; remove signed-or-encrypted argument.
8441         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8442
8443         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8444         (mml-generate-mime-1): Don't encode body if it is specified to be in
8445         raw form; don't make buffer be unibyte when inserting multibyte string.
8446
8447 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8448
8449         * sha1.el: Fix up comment style.
8450         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8451         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8452
8453         * hex-util.el: Fix up comment style.
8454         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8455
8456         * gnus-salt.el: Use with-current-buffer.
8457         (gnus-pick-setup-message): Fix long-standing typo.
8458
8459 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * imap.el (imap-logout-timeout): New variable.
8462         (imap-logout, imap-logout-wait): New functions.
8463         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8464
8465         * nnimap.el (nnimap-logout-timeout): New server variable.
8466         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8467         nnimap-logout-timeout.
8468
8469         * gnus-art.el (gnus-article-summary-command-nosave)
8470         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8471
8472 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8473
8474         * gnus.el (gnus-maximum-newsgroup): New variable.
8475
8476         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8477         according to gnus-maximum-newsgroup.
8478
8479         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8480         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8481         Limit the range of articles according to gnus-maximum-newsgroup.
8482
8483 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8484
8485         * gnus-art.el (gnus-sticky-article): Fix problems described in
8486         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8487         Don't perform gnus-configure-windows here; reuse existing sticky
8488         article buffer.
8489
8490         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8491         it doesn't exist in gnus-article-mode.
8492
8493 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8494
8495         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8496         (gnus-agent-decoded-group-name): New function.
8497         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8498         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8499
8500 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8501
8502         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8503         Add binding for gnus-sticky-article.
8504         (gnus-summary-exit): Don't kill sticky article buffers.
8505
8506         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8507         article buffer.
8508         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8509         (gnus-kill-sticky-article-buffers): New commands.
8510
8511 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8512
8513         * nntp.el (nntp-xref-number-is-evil): New server variable.
8514         (nntp-find-group-and-number): If it is non-nil, don't trust article
8515         numbers in the Xref header.
8516
8517 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * gnus-agent.el (gnus-agent-read-group): New function.
8520         (gnus-agent-flush-group, gnus-agent-expire-group)
8521         (gnus-agent-regenerate-group): Use it.
8522         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8523         nnmail-pathname-coding-system.
8524
8525 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8526
8527         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8528
8529         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8530         that are unread as unread, and also as selected so that information of
8531         marks having been changed by a user may be updated when exiting group.
8532
8533 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8534
8535         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8536
8537 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8540         calculated ignoring signature parts to gnus-treat-article.
8541
8542 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8543
8544         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8545         a point here in order to keep the window start.
8546         (gnus-insert-mime-security-button): Make a button overlay without the
8547         front stickiness.
8548         (gnus-mime-display-security): Goto the end of a button.
8549
8550         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8551
8552 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8553
8554         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8555         group-name-at-point.
8556         (gnus-group-completing-read): New function that offers decoded
8557         non-ASCII group names for completion.
8558         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8559         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8560         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8561         (gnus-group-fetch-control): Use it.
8562         (gnus-fetch-group): Use group-name-at-point for the initial value
8563         rather than the default value; use gnus-alive-p.
8564
8565         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8566         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8567         (gnus-summary-post-news): Use gnus-group-completing-read.
8568
8569         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8570         (gnus-read-move-group-name): Decode group name for completion.
8571
8572 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8573
8574         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8575         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8576         Yamaoka slightly modified the code).
8577
8578 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8579
8580         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8581         (nnmail-split-incoming): Bind it.
8582
8583         * nnml.el (nnml-group-name-charset): New function.
8584         (nnml-decoded-group-name): Use it; don't decode group name if
8585         nnmail-group-names-not-encoded-p is non-nil.
8586         (nnml-encoded-group-name): New function.
8587         (nnml-group-pathname): Inline nnml-decoded-group-name.
8588         (nnml-request-expire-articles): Decode group name in message.
8589         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8590         nnmail-pathname-coding-system.
8591         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8592         not decoded ones according to nnmail-group-names-not-encoded-p.
8593         (nnml-generate-active-info): Use nnml-encoded-group-name.
8594
8595 2007-08-08  Glenn Morris  <rgm@gnu.org>
8596
8597         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8598         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8599         doc-strings and comments.
8600
8601 2007-07-25  Glenn Morris  <rgm@gnu.org>
8602
8603         * Relicense all FSF files to GPLv3 or later.
8604
8605 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8606
8607         * gnus-sum.el (gnus-summary-move-article):
8608         Make gnus-summary-respool-article work.
8609
8610 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8611
8612         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8613         string.
8614
8615 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8616
8617         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8618         that should be ignored when comparing distant RSS articles with local
8619         ones.
8620         (nnrss-make-hash-index): New function.  Create a hash index according
8621         to the ignored fields.
8622         (nnrss-check-group): Use it.
8623
8624 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8627
8628         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8629
8630         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8631         the new optional argument ENCODED is non-nil.
8632         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8633         coding system for encoding group name.
8634         (gnus-group-make-rss-group): Pass un-encoded group name to
8635         gnus-group-make-group.
8636         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8637         encoded.
8638
8639         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8640         Encode group name to which articles are moved or copied.
8641         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8642         coding system for encoding Newsgroup, Followup-To and Xref headers.
8643
8644         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8645         marks; use nnheader-file-coding-system to write a file.
8646         (nnagent-retrieve-headers): Bind file-name-coding-system to
8647         nnmail-pathname-coding-system.
8648
8649         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8650
8651         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8652         (nnml-request-article, nnml-request-create-group)
8653         (nnml-request-rename-group, nnml-find-id)
8654         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8655         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8656         (nnml-save-marks): Use nnml-group-pathname instead of
8657         nnmail-group-pathname.
8658
8659         (nnml-request-create-group, nnml-request-expire-articles)
8660         (nnml-request-move-article, nnml-request-delete-group)
8661         (nnml-deletable-article-p, nnml-possibly-create-directory)
8662         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8663         (nnml-open-marks): Bind file-name-coding-system to
8664         nnmail-pathname-coding-system.
8665
8666         (nnml-request-article): Pass server argument to nnml-find-group-number.
8667         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8668         Pass server argument to nnml-possibly-create-directory.
8669         (nnml-request-accept-article): Pass server argument to
8670         nnml-active-number and nnml-save-mail.
8671         (nnml-find-group-number): Pass server argument to nnml-find-id.
8672         (nnml-request-update-info): Pass server argument to
8673         nnml-marks-changed-p.
8674
8675         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8676         (nnml-save-mail, nnml-active-number): Add server argument.
8677
8678         (nnml-request-delete-group): Warn if group is missing.
8679         (nnml-get-nov-buffer): Decode group name.
8680         (nnml-generate-active-info): Encode group name.
8681         (nnml-open-marks): Decode group name in messages.
8682
8683 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8686         if it is not specified.
8687         (gnus-article-pipe-part, gnus-article-save-part)
8688         (gnus-article-interactively-view-part, gnus-article-copy-part)
8689         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8690         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8691         (gnus-article-replace-part, gnus-article-delete-part)
8692         (gnus-article-view-part-as-type): Pass raw prefix argument to
8693         gnus-article-part-wrapper.
8694
8695 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8696
8697         * gnus-agent.el (gnus-agent-save-active):
8698         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8699
8700         * gnus-cache.el (gnus-cache-save-buffers)
8701         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8702         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8703         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8704         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8705         (gnus-cache-generate-active, gnus-cache-rename-group)
8706         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8707         (gnus-cache-update-overview-total-fetched-for):
8708         Bind file-name-coding-system to nnmail-pathname-coding-system.
8709         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8710         New variables.
8711         (gnus-cache-decoded-group-name): New function.
8712         (gnus-cache-file-name): Use it.
8713         (gnus-cache-generate-active): Use non-decoded group name for active.
8714
8715         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8716         right place.
8717         (gnus-write-active-file): Don't break non-ASCII group names.
8718
8719         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8720         nnmail-pathname-coding-system.
8721
8722         * lpath.el: Bind default-file-name-coding-system,
8723         file-name-coding-system and language-info-alist for XEmacs.
8724
8725         * gnus-uu.el (gnus-uu-decode-save): Typo.
8726
8727 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8730
8731 2007-07-14  David Kastrup  <dak@gnu.org>
8732
8733         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8734         finishing actions if we did not edit the article.
8735
8736 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8737
8738         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8739         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8740         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8741         (gnus-agent-flush-group, gnus-agent-flush-cache)
8742         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8743         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8744         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8745         (gnus-agent-regenerate-group)
8746         (gnus-agent-update-files-total-fetched-for)
8747         (gnus-agent-update-view-total-fetched-for):
8748         Bind file-name-coding-system to nnmail-pathname-coding-system.
8749         (gnus-agent-group-pathname): Don't encode file names by
8750         nnmail-pathname-coding-system.
8751         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8752         coding-system-for-write instead of buffer-file-coding-system to
8753         gnus-agent-file-coding-system.
8754
8755         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8756         Decode group name.
8757
8758         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8759
8760         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8761         (gnus-read-newsrc-el-file): Make group names unibyte.
8762
8763         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8764         nnmail-pathname-coding-system.
8765
8766         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8767         (nnrss-request-delete-group): Bind file-name-coding-system to
8768         nnmail-pathname-coding-system.
8769         (nnrss-read-server-data, nnrss-read-group-data):
8770         Bind file-name-coding-system correctly.
8771         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8772
8773         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8774         (nntp-server-to-method-cache): New variable.
8775         (nntp-group-pathname): New function that decodes non-ASCII group names.
8776         (nntp-possibly-create-directory, nntp-marks-changed-p)
8777         (nntp-save-marks, nntp-open-marks): Use it.
8778         (nntp-possibly-create-directory, nntp-open-marks):
8779         Bind file-name-coding-system to nnmail-pathname-coding-system.
8780         (nntp-open-marks): Decode group names when bootstrapping marks.
8781
8782         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8783         Newsgroups and Folowup-To headers.
8784
8785 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8788         (gnus-server-closed-face, gnus-server-denied-face)
8789         (gnus-server-offline-face): Remove variable.
8790         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8791
8792         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8793         of modifying message-stack directly for XEmacs.
8794
8795         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8796         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8797         if the coding-system argument is nil for XEmacs.
8798
8799         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8800         mm-charset-override-alist.
8801
8802         * rfc2047.el: Don't require base64; require rfc2045 for the function
8803         rfc2045-encode-string.
8804         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8805         to quote the parameter value.
8806
8807 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8808
8809         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8810         form in gnus-group-name-charset-method-alist.
8811
8812         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8813         overrides the default layout edit-form.
8814
8815         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8816
8817         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8818
8819 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8820
8821         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8822         as unfetched articles.
8823
8824 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8825
8826         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8827
8828 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8831         original back end that keeps marks in the local system.
8832
8833 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8836         arg of pop-to-buffer for XEmacs.
8837         (gnus-article-read-summary-keys): Ditto; don't restore window
8838         configuration if summary command ends up with neither article buffer
8839         nor summary buffer; describe bindings if summary keys end with C-h.
8840
8841 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8842
8843         * message.el (message-fix-before-sending): Skip raw message part to be
8844         forwarded while checking illegible text.
8845         (message-forward-make-body-mime, message-forward-make-body):
8846         Mark signed or encrypted raw message as having no illegible text.
8847
8848 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8851         (gnus-message-with-timestamp-1): New macro.
8852         (gnus-message-with-timestamp): New function.
8853         (gnus-message): Use them.
8854
8855         * nnheader.el (nnheader-message): Use them.
8856
8857 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8858
8859         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8860         .newsrc.eld file.
8861
8862 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * gnus-agent.el (gnus-agent-fetch-headers)
8865         (gnus-agent-retrieve-headers):
8866         Bind gnus-decode-encoded-address-function to identity.
8867
8868         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8869         available also when the server returns simply a dot.
8870
8871         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8872
8873 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8874
8875         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8876
8877 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * gnus-ems.el (gnus-x-splash): Make it work.
8880
8881         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8882         from being used.
8883
8884         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8885
8886 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8889         4th and the 5th arguments.
8890
8891         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8892         the front stickiness.
8893         (gnus-article-summary-command-nosave): Correct the order of the
8894         arguments passed to pop-to-buffer.
8895         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8896         summary command ends up with the article buffer.
8897
8898         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8899         the same faces.
8900
8901 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8902
8903         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8904
8905 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8906
8907         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8908         * gnus-sum.el (gnus-summary-highlight):
8909         * pgg.el (pgg-sign-region, pgg-sign):
8910         * mail-source.el (mail-source-delete-old-incoming-confirm):
8911         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8912
8913 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * gnus-art.el (gnus-mime-view-part-externally)
8916         (gnus-mime-view-part-internally): Fix predicate function passed to
8917         completing-read.
8918
8919         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8920
8921         * gnus.el (gnus-update-message-archive-method): Add :version.
8922
8923 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8924
8925         * gnus.el (gnus-update-message-archive-method): New variable.
8926
8927         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8928         according to gnus-message-archive-method if
8929         gnus-update-message-archive-method is non-nil.
8930
8931 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8934         Suggested by Loic Dachary <loic@dachary.org>.
8935         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8936
8937 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * message.el (message-pop-to-buffer): Add switch-function argument.
8940         (message-mail): Pass switch-function argument to it.
8941
8942 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8943
8944         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8945         Improve doc string.
8946
8947 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8950         (gnus-header-content)
8951         * gnus-cite.el (gnus-cite-10)
8952         * gnus-srvr.el (gnus-server-closed)
8953         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8954         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8955         (gnus-group-mail-3-empty, gnus-group-mail-low)
8956         (gnus-group-mail-low-empty, gnus-splash)
8957         * message.el (message-header-to, message-header-cc)
8958         (message-header-subject, message-header-other, message-header-name)
8959         (message-header-xheader, message-separator, message-cited-text)
8960         (message-mml): Lighten colors of faces used for dark background.
8961
8962 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8963
8964         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8965         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8966
8967 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * message.el (message-narrow-to-headers-or-head):
8970         Ignore mail-header-separator in the body.
8971
8972 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8973
8974         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8975         same as window size.
8976
8977 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8978
8979         * message.el (message-font-lock-keywords): Use message-header-xheader
8980         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8981         ahead of the anything pattern, to get it recognised.
8982
8983 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8986         spam.el loads uses it in the compiled defadvice form.
8987
8988 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8989
8990         * gnus-sum.el (gnus-articles-to-read)
8991         (gnus-summary-insert-old-articles): Don't truncate group name for
8992         `read-string'.
8993
8994         * gnus-util.el (gnus-limit-string): Delete this function.
8995
8996         * gnus-sum.el (gnus-simplify-subject-fully):
8997         Use `truncate-string-to-width' instead.
8998
8999 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9000
9001         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9002         Tell if, on summary exit, the next group has to be selected.
9003         (gnus-summary-exit): Use it.
9004
9005 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9006
9007         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9008         non-break space.
9009
9010 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9013         Check if group is not a directory.
9014         (nnfolder-request-expire-articles): Don't delete articles if the target
9015         group is not available.
9016
9017         * nnml.el (nnml-request-create-group): Properly check if group is not a
9018         file.
9019         (nnml-request-expire-articles): Don't delete articles if the target
9020         group is not available.
9021
9022         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9023         Don't quote characters that are within parentheses.
9024
9025 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9026
9027         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9028         (gnus-handle-ephemeral-exit): Select article according to it.
9029
9030 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9031
9032         * message.el (message-insert-formated-citation-line): Remove newline.
9033         (message-citation-line-format): Add final \n here so that the user can
9034         avoid a blank line.
9035
9036 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9037
9038         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9039         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9040         Update lanl/arXiv support.
9041
9042 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9043
9044         * gnus.el: Bump version number.
9045
9046 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9047
9048         * gnus.el (gnus-version-number): Bump version.
9049
9050 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9051
9052         * gnus.el: No Gnus v0.6 is released.
9053
9054 2007-04-27  Didier Verna  <didier@xemacs.org>
9055
9056         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9057         * gmm-utils.el (gmm-regexp-concat): ... here.
9058         * message.el: Don't require 'gnus-util.
9059         (message-dont-reply-to-names): Handle name change above.
9060         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9061
9062 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9065         since the initial value varies according to the system.
9066
9067 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9070
9071 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9072
9073         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9074
9075 2007-04-24  Didier Verna  <didier@xemacs.org>
9076
9077         Improve the type of gnus-ignored-from-addresses.
9078         * gnus-util.el (gnus-orify-regexp): New function.
9079         * message.el (gnus-util): Require it.
9080         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9081         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9082         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9083
9084 2007-04-24  Didier Verna  <didier@xemacs.org>
9085
9086         * gnus-sum.el:
9087         * gnus-utils.el: Fix some trailing whitespaces.
9088
9089 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9092         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9093         article's Message-ID; refer parent article in summary buffer.
9094
9095         * message.el (message-bounce): Call mime-to-mml.
9096
9097         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9098         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9099         optimize and/or forms properly.
9100
9101 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9102
9103         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9104         URL.
9105
9106 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9107
9108         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9109
9110 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9113         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9114         displayed of multipart/alternative part if it is invoked from summary
9115         buffer.
9116
9117         * mm-view.el (mm-inline-text-html-render-with-w3m)
9118         (mm-inline-text-html-render-with-w3m-standalone)
9119         (mm-inline-render-with-function): Use mail-parse-charset by default.
9120
9121 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9122
9123         * parse-time.el (parse-time-string-chars): Check if CHAR
9124         is less than the length of parse-time-syntax.
9125
9126 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9129         from gnus-newsgroup-processable.
9130
9131 2007-04-16  Didier Verna  <didier@xemacs.org>
9132
9133         * gnus-msg.el (gnus-configure-posting-styles):
9134         Handle message-signature-directory properly with :file syntax.
9135         Reported by "Leo".
9136
9137 2007-04-11  Didier Verna  <didier@xemacs.org>
9138
9139         New user option: message-signature-directory.
9140         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9141         * message.el (message-insert-signature): Ditto.
9142         * message.el (message-signature-file): Doc update.
9143         * message.el (message-signature-directory): New.
9144
9145 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * gnus-msg.el (gnus-inews-yank-articles):
9148         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9149
9150 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * message.el (message-yank-original): Make sure cited text ends with
9153         newline; don't exchange point and mark.
9154
9155 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9156
9157         * tls.el (open-tls-stream): Properly handle case where there
9158         is no associated buffer.
9159
9160 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9161
9162         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9163         message-yank-original, make sure (< mark TEXT point).
9164
9165 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9166
9167         * message.el (message-fill-column): New variable.
9168         (message-mode): Use it.  Add comment on a possible new hook.
9169
9170         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9171         (nnmail-get-new-mail): Reformat.
9172
9173         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9174
9175         * gmm-utils.el: Fix Commentary.
9176         (gmm-tool-bar-from-list): Fix typo in doc string.
9177
9178 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9179
9180         * message.el (message-yank-original): Don't switch point and mark
9181         unnecessarily to put point and mark as documented.
9182
9183 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9184
9185         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9186         from the message heads.
9187
9188 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9189
9190         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9191         article buffer does not have a window.  This may not be the best
9192         solution but is certainly better than setting the start of the null,
9193         that is the current, window.
9194
9195 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9196
9197         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9198         (gnus-draft-setup): Run it.
9199
9200         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9201         gnus-score-fast-scoring.  Allow regexp.
9202         (gnus-score-headers): Use it.
9203
9204         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9205         XEmacs.
9206
9207         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9208         string.
9209         (gnus-button-alist): Also catch `<f1> k ...'.
9210         (gnus-treat-display-x-face): Fix doc string.
9211
9212 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9213
9214         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9215         evaluation of gnus-extended-version to ensure correct generation of the
9216         User-Agent header when message-generate-headers-first is used.
9217
9218 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9219
9220         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9221         hashcash-path is nil.  Don't call callback with incorrect number of
9222         parameters if val is 0.
9223
9224 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9225
9226         * message.el (message-required-news-headers):
9227         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9228
9229 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9230
9231         * tls.el (open-tls-stream): In handshake-waiting loop,
9232         don't wait more if there is output available to process.
9233
9234 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9235
9236         * tls.el (tls-program): Doc fix.
9237
9238 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * message.el (message-generate-new-buffers): Change the meaning of the
9241         nil value; add `standard' to the choices; treat t as `unique'; improve
9242         doc string.
9243         (gnus-select-frame-set-input-focus): Autoload.
9244         (message-buffer-name): Search for the existing message buffer if
9245         message-generate-new-buffers is nil or `standard'; treat the value t of
9246         message-generate-new-buffers as `unique'.
9247         (message-pop-to-buffer): Raise the frame already displaying the message
9248         buffer; clear the echo area after querying.
9249         (message-setup): Pass the `continue' argument to compose-mail.
9250         (message-mail): Prefer `switch-function' if it is given; search for the
9251         existing message buffer if the `continue' argument is non-nil; pass
9252         continue and switch-function arguments to compose-mail by way of
9253         message-setup.
9254         (message-mail-other-window): Adjust argument of message-setup.
9255         (message-mail-other-frame): Ditto.
9256
9257 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9260         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9261         to turn font-lock on when turning gnus-message-citation-mode on.
9262
9263 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9264
9265         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9266         (mml-smime-function-alist): New variable; add epg as the backend.
9267         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9268         mml-smime- functions instead.
9269         * mm-view.el: Require smime.
9270
9271 2007-03-05  Didier Verna  <didier@xemacs.org>
9272
9273         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9274         instead of just inheritance for posting styles.
9275         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9276
9277 2007-02-24  Chris Moore  <dooglus@gmail.com>
9278
9279         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9280         * pgg-pgp.el (pgg-pgp-encrypt-region):
9281         * pgg-gpg.el (pgg-gpg-encrypt-region):
9282         Check pgg-encrypt-for-me if no other recipients.
9283
9284 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9285
9286         * tls.el (tls-certtool-program): Fix custom type.
9287
9288 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9289
9290         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9291         and point-at-eol instead of line-(beginning|end)-position.
9292
9293         * assistant.el (assistant-parse-buffer): Ditto.
9294
9295         * netrc.el (netrc-parse-services): Ditto.
9296
9297 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9298
9299         * mml2015.el (mml2015-epg-find-usable-key): New function.
9300         (mml2015-epg-sign): Use it.
9301         (mml2015-epg-encrypt): Use it.
9302
9303 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9304
9305         * message.el (message-make-in-reply-to): Quote name containing
9306         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9307         if there are special characters.  Reported by NAKAJI Hiroyuki
9308         <nakaji@jp.freebsd.org>.
9309
9310 2007-02-27  Didier Verna  <didier@xemacs.org>
9311
9312         Include the group parameters as well as the topic ones in the
9313         inheritance filter process.
9314         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9315         argument GROUP-PARAMS-LIST.
9316         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9317
9318 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * nntp.el (nntp-never-echoes-commands)
9321         (nntp-open-connection-functions-never-echo-commands): New variables.
9322         (nntp-send-command): Use them.
9323
9324 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9325
9326         * mml2015.el (mml2015-epg-verify): Simplify.
9327
9328 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * mml.el (mml-content-disposition-alist): New user option.
9331         (mml-content-disposition): New function.
9332         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9333         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9334
9335 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9336
9337         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9338         verification.
9339
9340 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9341
9342         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9343         articles posted in the last 24 hours.
9344
9345 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9346
9347         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9348
9349 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9350
9351         * nntp.el (nntp-send-command): Don't wait for echoes when
9352         nntp-open-ssl-stream is used.
9353
9354 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9355
9356         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9357         (gnus-message-add-citation-keywords)
9358         (gnus-message-remove-citation-keywords): Remove.
9359         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9360         directly, make the variables in font-lock-defaults buffer-local, add
9361         gnus-message-citation-keywords to them and then update the value of
9362         font-lock-keywords.
9363
9364 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9365
9366         * message.el (message-cite-original-1): Don't call
9367         gnus-article-highlight-citation.
9368
9369         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9370         citations; fix line count.
9371
9372 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9373
9374         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9375         (gnus-message-add-citation-keywords)
9376         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9377         versions of font-lock-add-keywords and font-lock-remove-keywords to
9378         work with XEmacs correctly.
9379
9380 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * gnus-cite.el (gnus-cite-face-list): Set the values of
9383         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9384         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9385         (gnus-message-cite-prefix-regexp): New variable.
9386         (gnus-message-search-citation-line): Use it; protect against long
9387         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9388         the 0th match data for Emacs.
9389         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9390         (gnus-message-add-citation-keywords): Append keywords rather than
9391         prepending; emulate font-lock-add-keywords if it is not available.
9392         (gnus-message-remove-citation-keywords):
9393         Emulate font-lock-remove-keywords if it is not available.
9394
9395         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9396
9397         * message.el (message-cite-prefix-regexp): Set the value of
9398         gnus-message-cite-prefix-regexp.
9399
9400 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9401
9402         * nnweb.el (nnweb-google-parse-1): Update parser.
9403
9404 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9405
9406         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9407
9408 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9409
9410         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9411         regexp.
9412
9413 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9414
9415         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9416         string-to-multibyte.
9417         (uudecode-decode-region-internal): Use it.
9418
9419         * lpath.el: Fbind string-as-multibyte for XEmacs.
9420
9421 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9422
9423         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9424         Fix custom choice.
9425
9426         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9427
9428 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9429
9430         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9431
9432         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9433         `write-region' to respect `mm-inhibit-file-name-handlers'.
9434
9435 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9436
9437         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9438         Use gnus-home-directory instead of "~/" or "$HOME".
9439
9440 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9441
9442         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9443         to mention filename.
9444         Add comments at beginning regarding usage.
9445         (encrypt-write-file-contents): Change interactive so a string is
9446         acceptable.  If the file has no associated model, show an error instead
9447         of a nonsense prompt.
9448
9449 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9450
9451         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9452         Thanks to Yoshihiko Yamada for kind notification of this typo.
9453
9454 2007-01-12  Kenichi Handa  <handa@m17n.org>
9455
9456         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9457         multibyte buffer.
9458
9459 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9460
9461         * gnus-score.el (gnus-score-fast-scoring): New variable.
9462         (gnus-score-headers): Use it.
9463
9464         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9465
9466         * message.el (message-cite-original-1):
9467         Call gnus-article-highlight-citation if requested.
9468         (message-make-from): Allow name and address as optional arguments.
9469
9470         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9471
9472         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9473         bugs to doc string.
9474         (gnus-button-alist): Add mid\\|message-id.
9475         (gnus-button-fetch-group): Extend for use in
9476         `browse-url-browser-function'.
9477         (gnus-button-url-regexp): Try to catch paired parentheses like in
9478         Wikipedia URLs.
9479
9480         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9481         Suggested by Simon Krahnke <overlord@gmx.li>.
9482
9483 2007-01-13  Romain Francoise  <romain@orebokech.com>
9484
9485         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9486         Update copyright.
9487
9488 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9489
9490         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9491
9492 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9493
9494         * gnus-registry.el (gnus-registry-unfollowed-groups)
9495         (gnus-registry-split-fancy-with-parent): Fix documentation.
9496
9497 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9498
9499         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9500         from nnweb groups.
9501
9502 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9503
9504         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9505         Xref urls.  Erase buffer before requesting head.
9506
9507         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9508
9509 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9510
9511         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9512         customizable.
9513
9514 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9515
9516         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9517         no signing key is found.
9518         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9519         no encrypting and/or signing key is found.
9520
9521 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9524
9525 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9526
9527         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9528         headers read from disk with the ones newly found in the current search.
9529         This should no longer cause problems, because the article numbers in
9530         Gmane's `nov.php' output are ignored since the previous change.
9531
9532 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9533
9534         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9535
9536 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9537
9538         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9539         replace-regexp-in-string; bind url-version; fbind display-images-p and
9540         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9541         find-face and set-itimer-function for Emacs; bind itimer-list for
9542         Emacs.
9543
9544         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9545
9546 2007-01-01  Romain Francoise  <romain@orebokech.com>
9547
9548         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9549
9550 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9551
9552         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9553         `define-minor-mode' macro definition expanded properly.
9554         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9555         exclude it there.
9556
9557         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9558         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9559         `fboundp' test.
9560         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9561         This is OK to autoload in (S)XEmacs now.
9562
9563 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9564
9565         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9566         keystroke.
9567         (gnus-summary-limit-to-singletons): Fix typo.
9568
9569         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9570         else fails.
9571
9572 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9573
9574         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9575         docstring.
9576
9577         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9578         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9579         (gnus-summary-insert-dormant-articles): Fix typo in message.
9580
9581 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9582
9583         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9584         nil for XEmacs.
9585         (gnus-message-citation-mode): Don't autoload in XEmacs.
9586
9587         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9588
9589 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9590
9591         * nnimap.el (nnimap-expunge-search-string):
9592         Mention nnimap-search-uids-not-since-is-evil in docstring.
9593
9594 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9595
9596         * spam.el: Revert to make-obsolete-variable because
9597         define-obsolete-variable-alias is not supported in Emacs 21.
9598
9599         * spam.el (spam-ifile-path, spam-ifile-database-path)
9600         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9601         make-obsolete-variable.
9602         (spam-bsfilter-path, spam-bsfilter-program)
9603         (spam-spamassassin-path, spam-spamassassin-program)
9604         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9605         Don't use "path" inappropriately.
9606         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9607         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9608         variable names.
9609
9610 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9611
9612         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9613         summary buffer.
9614
9615         * password.el (password-cache-remove): Use clear-string to burn
9616         password, if available.
9617
9618 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9619
9620         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9621
9622         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9623
9624         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9625         (gnus-message-highlight-citation): Move defcustom here from
9626         gnus-cite.el.
9627         (gnus-message-citation-mode): Autoload.
9628
9629         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9630         checks to make it compile with XEmacs.
9631         (gnus-message-citation-mode): New minor mode.
9632         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9633         (gnus-message-highlight-citation): New variables.
9634         (gnus-message-search-citation-line)
9635         (gnus-message-add-citation-keywords)
9636         (gnus-message-remove-citation-keywords)
9637         (turn-on-gnus-message-citation-mode)
9638         (turn-off-gnus-message-citation-mode): New functions.
9639
9640 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9641
9642         * gnus-cite.el: Enable highlighting of different citation levels in
9643         message-mode.
9644
9645 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9646
9647         * message.el (message-make-fqdn): Fix comment.
9648         (message-bogus-system-names): Add ".local".
9649
9650         * spam.el (spam-ifile-path, spam-ifile-program)
9651         (spam-ifile-database-path, spam-ifile-database)
9652         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9653         Don't use "path" inappropriately.
9654         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9655         strings.
9656         (spam-check-ifile, spam-ifile-register-with-ifile)
9657         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9658         Use new variable names.
9659
9660         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9661         (gnus-treat-display-smileys): Simplify using
9662         gnus-image-type-available-p.
9663
9664         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9665         available.
9666
9667         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9668         Use `display-images-p' if available.
9669
9670 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9671
9672         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9673         one after turning on the buffer's multibyteness instead of decoding
9674         them directly in the unibyte buffer that causes unexpected conversion
9675         in Emacs 23 (unicode).
9676
9677 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9678
9679         * message.el (message-generate-hashcash): Fix custom type.
9680
9681 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9682
9683         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9684
9685 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9686
9687         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9688         disconnect icons.  Add help text.
9689
9690 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9691
9692         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9693         negated to be consistent with the others we handle.
9694
9695 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9696
9697         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9698         version of gnus-summary-buffer to something, so that we can use two
9699         article buffers at the same time.
9700
9701 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9702
9703         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9704         trigger all the extra headers.
9705         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9706         sorting.
9707
9708 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9709
9710         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9711         solid groups.
9712
9713 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9714
9715         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9716
9717 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9718
9719         * legacy-gnus-agent.el: Add Copyright notice.
9720
9721 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9722
9723         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9724
9725 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9726
9727         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9728
9729         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9730         to make it work reliably in CVS Emacs.
9731         (gnus-summary-limit-strange-charsets-predicate)
9732         (gnus-summary-limit-to-predicate): New functions.
9733
9734 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9735
9736         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9737         specifying array size.
9738         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9739         array if it is too small.
9740         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9741         (gnus-sort-threads-loop): New function.
9742
9743 2006-12-06  Chris Moore  <dooglus@gmail.com>
9744
9745         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9746         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9747
9748 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9749
9750         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9751         options.
9752
9753 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9754
9755         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9756         DOS-ing the recipient.
9757
9758         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9759         the headers when creating the mapping to avoid mismappings.
9760         (nnweb-gmane-create-mapping): Always nix out old mapping.
9761
9762 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9765         and mm-verify-option to never.
9766
9767 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * message.el (message-signed-or-encrypted-p): New function.
9770         (message-forward-make-body): Use it.
9771
9772         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9773         Replace encode-coding-string with mm-encode-coding-string.
9774
9775 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * nneething.el (nneething-decode-file-name):
9778         Replace decode-coding-string with mm-decode-coding-string.
9779
9780         * gnus-int.el (gnus-open-server): Say failed server's name.
9781
9782 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9783
9784         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9785         strings to a single string.  Quote `errors-file-name'.
9786         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9787         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9788         Adjust calls.  Use `shell-quote-argument'.
9789
9790 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9791
9792         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9793         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9794
9795         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9796         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9797         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9798         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9799         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9800         (gnus-subscribe-newsgroup, gnus-1):
9801         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9802         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9803         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9804         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9805
9806 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9807
9808         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9809         keystroke.
9810         (gnus-summary-limit-to-bodies): Implement headersp.
9811
9812 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9813
9814         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9815
9816 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9819
9820 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9821
9822         * message.el (message-generate-hashcash): Expand range of values to
9823         include `opportunistic'.
9824         (message-send-mail): Use it.
9825
9826 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9827
9828         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9829         and comment it.
9830
9831         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9832
9833 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9834
9835         * gnus-util.el (gnus-extract-address-components): Improve comment.
9836
9837 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9838
9839         * gnus-util.el (gnus-extract-address-components): Work with address in
9840         which the name portion contains @.
9841
9842         * lpath.el: Fbind custom-autoload.
9843
9844 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9845
9846         * gnus.el (gnus-start): Move custom group up.
9847         (gnus-select-method): Don't autoload, but make it available for
9848         `customize-variable'.
9849         (gnus-getenv-nntpserver): Don't autoload.
9850
9851 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9852
9853         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9854
9855 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9856
9857         * message.el (message-sendmail-extra-arguments): New variable.
9858         (message-send-mail-with-sendmail): Use it.
9859
9860 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9863         mm-with-unibyte-current-buffer to make string unibyte.
9864
9865         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9866         mm-string-as-multibyte.
9867
9868 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9869
9870         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9871         Reported by Werner Koch <wk@gnupg.org>.
9872
9873 2006-11-14  Daiki Ueno  <ueno@p360>
9874
9875         * mml2015.el: Autoload epa-select-keys when compiling.
9876
9877 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9878
9879         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9880         message-options.
9881         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9882
9883 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9884
9885         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9886         EasyPG (< 0.0.6).
9887         (mml2015-always-trust): New user option.
9888         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9889         prompt.
9890
9891 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * nntp.el (nntp-authinfo-force): New variable.
9894         (nntp-send-authinfo): Use it.
9895
9896 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9897
9898         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9899         decode encoded words.  Improve prompt.  Add comment about forwarding.
9900         (message-replacement-char): Move up.
9901
9902 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9903
9904         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9905         instead of gnus-intersection because arguments of gnus-sorted-nunion
9906         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9907
9908 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9909
9910         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9911         (message-simplify-subject-functions):
9912         Enable message-strip-subject-encoded-words by default.
9913
9914 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9915
9916         * message.el (message-strip-subject-encoded-words): New function.
9917         (message-simplify-subject-functions): New variable.
9918         (message-simplify-subject): Use it.  Fix typo in doc string.
9919         Support message-strip-subject-encoded-words.
9920
9921 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9922
9923         * gnus-diary.el (gnus-diary-delay-format-function):
9924         * nndiary.el (nndiary-reminders):
9925         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9926
9927 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9928
9929         * gnus-art.el (article-hide-boring-headers): Fetch date from
9930         gnus-original-article-buffer to avoid problems with localized date
9931         strings.
9932
9933 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9934
9935         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9936
9937 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9938
9939         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9940         New variables.
9941         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9942         (mm-charset-synonym-alist): Move some entries to
9943         mm-codepage-iso-8859-list.
9944         (mm-charset-synonym-alist, mm-charset-override-alist):
9945         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9946
9947 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9948
9949         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9950
9951 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9952
9953         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9954         with Emacs 21 and XEmacs.
9955
9956 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9957
9958         * spam.el (spam-parse-address): New function for better parsing,
9959         catching errors, etc.
9960         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9961
9962 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9963
9964         * mm-view.el: Add interactive arg to html2text autoload.
9965
9966 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9969
9970 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9971
9972         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9973         New variables.
9974         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9975         (mm-charset-synonym-alist): Move some entries to
9976         mm-codepage-iso-8859-list.
9977
9978         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9979
9980 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9981
9982         * message.el (message-citation-line-format)
9983         (message-insert-formated-citation-line): Fix implementation of %E, %N
9984         and %n according to the doc string.
9985
9986 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9987
9988         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9989         Use car-safe to avoid bad parses.
9990
9991 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9992
9993         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9994         names.
9995
9996         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9997
9998 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10001         header.
10002
10003         * message.el (message-draft-headers): Add Date.
10004         (message-headers-to-generate): Fix typo in docstring.
10005
10006         * nndraft.el (nndraft-required-headers): New variable.
10007         (nndraft-generate-headers): Use it.
10008
10009         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10010
10011 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10012
10013         * gnus-registry.el (gnus-registry-wash-for-keywords)
10014         (gnus-registry-find-keywords): New functions to allow easy searching of
10015         articles that are in the registry.
10016
10017 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10018
10019         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10020         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10021         Reported by Damien Elmes <damien@repose.cx>.
10022
10023 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10024
10025         * gnus.el (gnus-mime): Remove unused custom group.
10026
10027 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10028
10029         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10030         "blank line" when searching for end of armor headers.
10031
10032 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10033
10034         * gmm-utils.el (gmm-write-region): Fix variable name.
10035
10036 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10037
10038         * gmm-utils.el (gmm-write-region): New function based on compatibility
10039         code from `mm-make-temp-file'.
10040
10041         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10042
10043         * nnmaildir.el (nnmaildir--update-nov)
10044         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10045         Use `gmm-write-region'.
10046
10047 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10048
10049         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10050         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10051
10052         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10053
10054         * message.el (message-replacement-char): New variable.
10055         (message-fix-before-sending): Use it.
10056         (message-simplify-subject): New function to remove duplicate code.
10057         (message-reply, message-followup): Use it.
10058
10059         * gnus-sum.el (gnus-summary-make-menu-bar):
10060         Clarify gnus-summary-limit-to-articles.
10061
10062 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * gnus-util.el (gnus-with-local-quit): New macro.
10065
10066         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10067
10068 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10069
10070         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10071         ignore non-string data.
10072
10073 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10074
10075         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10076         non-string data (needs to be done in the registry too).
10077
10078 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10079
10080         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10081         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10082         (gnus-registry-split-fancy-with-parent)
10083         (gnus-registry-fetch-simplified-message-subject-fast)
10084         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10085         Remove text properties on ingress into the registry and when it's saved.
10086         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10087         registry from entries with no groups.
10088
10089 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10090
10091         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10092         function to remove string properties.
10093
10094 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10095
10096         * gmm-utils.el (gmm): Adjust custom version.
10097
10098         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10099         Adjust custom version.
10100
10101         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10102
10103 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10104
10105         * gnus-art.el (gnus-insert-prev-page-button)
10106         (gnus-insert-next-page-button): Simplify.  Reformat.
10107
10108 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10109
10110         * gnus-art.el (gnus-insert-prev-page-button)
10111         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10112
10113 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10114
10115         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10116
10117 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10118
10119         * gnus-art.el (gnus-insert-mime-button)
10120         (gnus-insert-mime-security-button):
10121         Apply gnus-article-button-face to MIME and security buttons.
10122
10123 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10124
10125         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10126         readable.
10127
10128 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10131
10132 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10133
10134         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10135         `browse-url-of-file' instead of `browse-url'.
10136
10137 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10138
10139         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10140         regexp.  Articles containing quotation were cut prematurely.
10141
10142 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * message.el (message-cite-original-1): Use nobody by default for the
10145         value of From header.
10146         (message-reply): Ditto.
10147
10148 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10149
10150         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10151         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10152         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10153
10154 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10155
10156         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10157         mails in the doc string.  Add some URLs in comment.
10158         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10159
10160 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10161
10162         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10163         backslashes handling and the way to find boundaries of quoted strings.
10164
10165 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10166
10167         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10168         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10169         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10170         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10171
10172 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10173
10174         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10175         doc string.
10176         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10177
10178 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10179
10180         * lpath.el: Fbind epg-check-configuration.
10181
10182 2006-09-06  Simon Josefsson  <jas@extundo.com>
10183
10184         * mml2015.el (mml2015-use): Doc fix, mention epg.
10185
10186 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10187
10188         * mml2015.el (mml2015-use): Default to epg, if available.
10189
10190 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10191
10192         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10193         message-sender.
10194         (mml1991-epg-encrypt): Ditto.
10195         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10196         message-sender.
10197         (mml2015-epg-encrypt): Ditto.
10198
10199 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10200
10201         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10202         several common directories.
10203
10204 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10205
10206         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10207         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10208
10209 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10210
10211         * gnus-art.el (article-decode-encoded-words): Make it fast.
10212
10213 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10216
10217         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10218         in quoted string into `\'.
10219
10220 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10223         Use standard-syntax-table.
10224
10225 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10226
10227         * gnus-art.el (gnus-decode-address-function): New variable.
10228         (article-decode-encoded-words): Use it to decode headers which are
10229         assumed to contain addresses.
10230         (gnus-mime-delete-part): Remove useless `or'.
10231
10232         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10233         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10234         (gnus-nov-parse-line): Use it to decode From header.
10235         (gnus-get-newsgroup-headers): Ditto.
10236         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10237
10238         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10239         (mail-decode-encoded-address-string): New alias.
10240
10241         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10242         New function.
10243         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10244         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10245         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10246         (rfc2047-decode-string): Ditto.
10247         (rfc2047-decode-address-region): New function.
10248         (rfc2047-decode-address-string): New function.
10249
10250 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10251
10252         * message.el (message-caesar-buffer-body): Allow rotating headers.
10253
10254         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10255
10256         * message.el (message-insert-formated-citation-line): Fix %f.
10257         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10258
10259 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10262         (gnus-bookmark-mouse-available-p): New macro.
10263         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10264         (gnus-bookmark-bmenu-show-infos): Use it.
10265         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10266         (gnus-bookmark-bmenu-hide-infos): Ditto.
10267         (gnus-bookmark-remove-properties): New function.
10268         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10269         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10270         (gnus-bookmark-write-file): Bind coding-system-for-write.
10271         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10272         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10273         group before selecting it.
10274         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10275         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10276         quit-window if it is not available; use gnus-mouse-2 and bind it to
10277         gnus-bookmark-bmenu-select-by-mouse.
10278         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10279         (gnus-bookmark-bmenu-select-by-mouse): New function.
10280
10281 2006-08-13  Romain Francoise  <romain@orebokech.com>
10282
10283         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10284         space.
10285
10286 2006-08-10  Romain Francoise  <romain@orebokech.com>
10287
10288         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10289         (dns-mode-soa-auto-increment-serial): New user option.
10290         (dns-mode-soa-maybe-increment-serial): New function.
10291         (dns-mode): Add the latter to `write-contents-functions'.
10292
10293 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * compface.el (uncompface): Use binary rather than raw-text-unix.
10296
10297 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10298
10299         * compface.el (uncompface): Make sure the eol conversion doesn't take
10300         place when communicating with the external programs.
10301         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10302
10303 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10304
10305         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10306
10307 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10308
10309         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10310         Make it more robust by parsing author and date independently.
10311
10312 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10313
10314         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10315
10316 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10317
10318         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10319         first matching secret key.
10320         (mml2015-epg-encrypt): Ditto.
10321
10322         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10323         first matching secret key.
10324         (mml1991-epg-encrypt): Ditto.
10325
10326         * mml2015.el (mml2015-encrypt-to-self): New user option.
10327         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10328         mml2015-epg-encrypt-to-self is set.
10329
10330         * mml1991.el (mml1991-encrypt-to-self): New variable.
10331         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10332         mml1991-epg-encrypt-to-self is set.
10333
10334         * mml2015.el (mml2015-signers): New user option.
10335         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10336         (mml2015-epg-encrypt): Allow to select signing keys.
10337
10338         * mml1991.el (mml1991-signers): New variable.
10339         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10340         (mml1991-epg-encrypt): Allow to select signing keys.
10341
10342 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10343
10344         * nnheader.el (nnheader-insert-head): Make it work even if the file
10345         uses CRLF for the line-break code.
10346
10347 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10348
10349         * mml2015.el: Require mml-sec instead of password.
10350         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10351         (mml2015-cache-passphrase): Inherit the default value from
10352         mml-secure-cache-passphrase.
10353         (mml2015-passphrase-cache-expiry): Inherit the default value from
10354         mml-secure-passphrase-cache-expiry.
10355
10356         * mml1991.el: Require mml-sec instead of password.
10357         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10358         (mml1991-cache-passphrase): Inherit the default value from
10359         mml-secure-cache-passphrase.
10360         (mml1991-passphrase-cache-expiry): Inherit the default value from
10361         mml-secure-passphrase-cache-expiry.
10362
10363         * mml-sec.el: Require password.
10364         (mml-secure-verbose): New user option.
10365         (mml-secure-cache-passphrase): New user option.
10366         (mml-secure-passphrase-cache-expiry): New user option.
10367
10368 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10369
10370         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10371         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10372         andreas@altroot.de (Andreas Vögele).
10373
10374         FIXME: Use `tiny change'?
10375
10376 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10377
10378         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10379         workaround for the url package included with Emacs.
10380
10381         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10382
10383 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10386         correctly.  This fixes a bug caused by the 2006-05-12 change.
10387
10388 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10389
10390         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10391         some information about the error when saying that the `bogus' mail
10392         group will be used.
10393
10394 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10395
10396         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10397         string.
10398
10399 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10400
10401         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10402
10403 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10404
10405         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10406
10407 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10408
10409         * mml1991.el (mml1991-function-alist): Add epg.
10410         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10411         (mml1991-epg-encrypt): New functions.
10412
10413 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10414
10415         * mml2015.el (mml2015-verbose): New variable.
10416         (mml2015-cache-passphrase): Ditto.
10417         (mml2015-passphrase-cache-expiry): Ditto.
10418         (mml2015-function-alist): Add epg.
10419         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10420         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10421         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10422         New functions.
10423
10424 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10425
10426         * message.el (message-cite-original-1): Preserve region when removing
10427         quoted text due to X-No-Archive in order to avoid bogus attribution
10428         when citing multiple messages.
10429
10430 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10431
10432         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10433         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10434
10435 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10436
10437         * gnus-diary.el (gnus-user-format-function-d)
10438         (gnus-user-format-function-D): Autoload.
10439
10440         * imap.el (Commentary): Fix typo.
10441
10442         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10443         2006-04-22 contribution.
10444
10445 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10446
10447         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10448         It didn't really fix the bogosity I'm seeing with solid web groups.
10449
10450 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10451
10452         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10453         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10454         created using server names.  If we use the feature without declaring
10455         it, Gnus does not properly manage server and group state.
10456
10457         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10458         bound.
10459
10460 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10461
10462         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10463         looking up the method using GROUP's prefix before inventing a new one.
10464         It is used on killed/unknown groups in various places where returning
10465         an all-new method isn't expected by the caller.
10466
10467         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10468         and match semantics of gnus-group-real-prefix.
10469
10470 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10471
10472         * nnmail.el (nnmail-broken-references-mailers): New variable.
10473         (nnmail-ignore-broken-references): New function generalizing
10474         nnmail-fix-eudora-headers.
10475         (nnmail-fix-eudora-headers): Now obsolete.
10476
10477         * gnus-art.el (gnus-button-handle-custom):
10478         Support `customize-apropos*'.
10479
10480 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10481
10482         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10483
10484         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10485         articles.
10486
10487 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10488
10489         * message.el (message-cite-reply-above): New variable.
10490         (message-yank-original): Use it.
10491
10492 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10493
10494         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10495
10496 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10497
10498         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10499         as read.
10500
10501         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10502
10503 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10504
10505         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10506         (gnus-bookmark-default-file): Use gnus-directory.
10507         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10508         Remove "*" in doc string.
10509         (gnus-bookmark-write-file): Simplify.
10510         (gnus-bookmark-maybe-sort-alist): Use `when'.
10511         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10512         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10513         Add FIXME about Emacs 21 and XEmacs compatibility.
10514         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10515         compatibility.
10516         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10517         compatibility.
10518         (gnus-bookmark-menu-heading): Fix version.
10519
10520 2006-06-19  Bastien Guerry  <bzg@altern.org>
10521
10522         * gnus-bookmark.el: New file.
10523
10524 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10525
10526         * message.el (message-syntax-checks): Doc fix.
10527
10528 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10529
10530         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10531         unsubscribed groups as if they were killed ones.  It causes duplicate
10532         entries in gnus-newsrc-alist.
10533
10534 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10535
10536         * message.el (message-syntax-checks): Doc fix.
10537         (message-send-mail): Add check for continuation headers.
10538         (message-check-news-header-syntax): Fix regexp used to check for
10539         continuation headers.
10540
10541 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10542
10543         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10544
10545 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10546
10547         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10548
10549 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10552         default-truncate-lines.
10553
10554 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10555
10556         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10557         to fill the utf-8 entry.
10558
10559         * lpath.el: Fbind unicode-precedence-list.
10560
10561 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10562
10563         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10564
10565 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10566
10567         * gnus-agent.el (directory-files-and-attributes): Move all the way
10568         forward (the third and final move).
10569         (gnus-agent-read-agentview): Trap reconstruction errors due to
10570         nonexistent directory.  Handle by returning nil.
10571
10572 2006-05-30  Didier Verna  <didier@xemacs.org>
10573
10574         * message.el (message-dont-reply-to-names): Update the custom type.
10575         * message.el (message-dont-reply-to-names): New defsubst: potentially
10576         convert a list of regexps into a single one.
10577         * message.el (message-get-reply-headers): Use it.
10578         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10579
10580 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * gnus-agent.el (directory-files-and-attributes): Move forward.
10583
10584 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10585
10586         * gnus-ml.el (gnus-mailing-list-subscribe)
10587         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10588         (gnus-mailing-list-message): Fix doc strings.
10589
10590 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10591
10592         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10593         of doing it manually.
10594
10595 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10596
10597         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10598         comment.
10599
10600 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10601
10602         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10603         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10604         (gnus-agent-read-local): All symbols allocated in my-obarray.
10605         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10606         (gnus-agent-regenerate-group): Check numeric names to see if they are
10607         messages or groups.
10608         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10609         better way of do this...)
10610
10611         * gnus-cache.el (gnus-agent-total-fetched-for):
10612         Ignore 'dummy.group' (there should be a better way of do this...)
10613
10614 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10615
10616         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10617         (gnus-saved-headers): Ditto.
10618         (gnus-default-article-saver): Mention functions may have properties.
10619         (gnus-article-save): Override gnus-save-all-headers and
10620         gnus-saved-headers by :headers property which saver function may have.
10621         (gnus-summary-save-in-file): Add :headers property.
10622         (gnus-summary-write-to-file): Ditto.
10623
10624         * gnus-sum.el (gnus-summary-save-article): Bind
10625         gnus-prompt-before-saving to t when saving many articles in a file;
10626         always show all headers.
10627
10628         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10629
10630 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10631
10632         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10633         marks.
10634
10635         * message.el (message-indent-citation): Add optional arguments to allow
10636         using it outside of message buffers.
10637
10638         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10639         (gnus-article-treat-unfold-headers): Use it.
10640         (gnus-article-truncate-lines): New variable.
10641         (gnus-article-mode): Use it.
10642         (gnus-article-toggle-truncate-lines): New function.
10643
10644         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10645         Add gnus-article-toggle-truncate-lines.
10646
10647         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10648         coding system in XEmacs, use binary.
10649
10650 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10653         after-load-alist.
10654
10655         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10656         this function should save decoded articles.
10657         (gnus-summary-write-to-file): Use property to specify this function
10658         should save decoded articles and specify gnus-summary-save-in-file
10659         should be used to save articles other than the first one when saving
10660         many articles.
10661         (gnus-summary-save-body-in-file): Use property to specify this
10662         function should save decoded articles.
10663         (gnus-summary-write-body-to-file): Use property to specify this
10664         function should save decoded articles and specify
10665         gnus-summary-save-body-in-file should be used to save articles other
10666         than the first one when saving many articles.
10667
10668         * gnus-sum.el (gnus-summary-save-article): Simplify.
10669
10670 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * gnus-art.el (gnus-default-article-saver):
10673         Add gnus-summary-write-body-to-file.
10674         (gnus-article-save-coding-system): Don't use coding system object
10675         in XEmacs.
10676         (gnus-read-save-file-name): Add optional `dir-var' argument which
10677         specifies directory in which files are saved; work even if optional
10678         `variable' argument is not specified.
10679         (gnus-summary-write-to-file): Read file name.
10680         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10681         (gnus-summary-write-body-to-file): New function.
10682
10683         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10684         (gnus-summary-local-variables): Add it.
10685         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10686         (gnus-summary-save-article): Remove optional `decode' argument;
10687         determine whether to decode articles by the value of
10688         gnus-default-article-saver; when saving many files using
10689         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10690         it first and use gnus-summary-save-in-file or
10691         gnus-summary-save-body-in-file thereafter unless
10692         gnus-prompt-before-saving is always; move point to article which
10693         will be saved.
10694         (gnus-summary-save-article-file): Revert.
10695         (gnus-summary-write-article-file): Revert.
10696         (gnus-summary-save-article-body-file): Revert.
10697         (gnus-summary-write-article-body-file): New function.
10698
10699 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * gnus-art.el (gnus-default-article-saver): Doc fix.
10702         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10703         from gnus-summary-save-article-coding-system, and default to a
10704         certain coding system.
10705         (gnus-output-to-file): Add coding cookie and encode text according
10706         to gnus-article-save-coding-system; don't use mm-append-to-file.
10707
10708         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10709         gnus-art.el and rename to gnus-article-save-coding-system.
10710         (gnus-summary-save-article): Require gnus-art; don't show all
10711         headers if it decodes articles; don't add coding cookie here;
10712         don't bind mm-text-coding-system-for-write.
10713         (gnus-summary-save-article-file): Save decoded articles.
10714         (gnus-summary-write-article-file): When saving many files, use
10715         gnus-summary-write-to-file first and gnus-summary-save-in-file
10716         thereafter unless gnus-prompt-before-saving is always.
10717         (gnus-summary-save-article-body-file): Save decoded articles.
10718
10719         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10720
10721 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10722
10723         * nnrss.el (nnrss-check-group): Bind hash-index.
10724
10725 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10726
10727         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10728         its hash index.  Store this hash in `nnrss-group-data'.
10729         (nnrss-read-group-data): Update accordingly.
10730
10731 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10732
10733         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10734         entry.
10735
10736         * gnus-sum.el (gnus-summary-make-menu-bar):
10737         Add gnus-article-browse-html-article.
10738
10739 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10740
10741         * gnus-sum.el (gnus-summary-mime-map):
10742         Add gnus-article-browse-html-article.
10743
10744         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10745
10746 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10747
10748         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10749         suitable coding systems in customize.
10750
10751 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10752
10753         * mail-source.el (mail-sources): Fix custom type.
10754
10755 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10756
10757         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10758         (gnus-summary-expire-articles-now): Shorten prompt.
10759
10760         * gmm-utils.el (wid-edit): Require.
10761         (defun-gmm): Rename from `gmm-defun-compat'.
10762         (gmm-image-search-load-path): Use it.
10763         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10764
10765 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * gnus-sum.el (gnus-summary-save-article-coding-system):
10768         New variable.
10769         (gnus-summary-save-article): Add optional `decode' argument.
10770         If it is set and gnus-summary-save-article-coding-system is non-nil,
10771         save decoded article.
10772         (gnus-summary-write-article-file): Save decoded article if
10773         gnus-summary-save-article-coding-system is non-nil.
10774
10775         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10776         type.
10777
10778 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10781
10782 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10783
10784         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10785         first to test gnus-single-article-buffer which may be buffer-local.
10786
10787         * gnus-sum.el (gnus-summary-setup-buffer):
10788         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10789         group; make gnus-article-buffer, gnus-article-current, and
10790         gnus-original-article-buffer always buffer-local.
10791         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10792         group.
10793         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10794
10795 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10796
10797         * nnml.el (nnml-request-compact-group): Compressed files might not
10798         have .gz extension.
10799
10800 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10801
10802         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10803         (mm-copy-to-buffer): Use with-current-buffer.
10804         (mm-display-part): Simplify.
10805         (mm-inlinable-p): Add optional arg `type'.
10806
10807 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10808
10809         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10810         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10811         Try harder to show the attachment internally or externally using
10812         gnus-mime-view-part-as-type.
10813
10814 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10815
10816         * message.el (message-from-style, message-signature-separator)
10817         (message-user-organization-file, message-send-mail-function)
10818         (message-citation-line-function, message-yank-prefix)
10819         (message-indent-citation-function, message-signature)
10820         (message-signature-file, message-signature-insert-empty-line):
10821         Remove autoloads.
10822
10823         * gnus-art.el (gnus-buttonized-mime-types):
10824         Remove "multipart/signed".  Revert 2006-04-26 change.
10825
10826 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10827
10828         * gnus.el (gnus-version-number): Bump version.
10829
10830 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10831
10832         * gnus.el: No Gnus v0.5 is released.
10833
10834 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10835
10836         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10837         fetching articles by message-id.
10838
10839 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10840
10841         * message.el (hashcash): Require hashcash as normal.
10842
10843         * ecomplete.el (ecomplete-highlight-match-line):
10844         Use point-at-eol.
10845         (ecomplete-highlight-match-line): Use `highlight', because that
10846         face exists in both Emacs and XEmacs.
10847
10848         * message.el (message-display-abbrev): Use point-at-bol.
10849
10850         * mail-source.el: Don't require timer/timer-funcs.
10851
10852         * gnus-async.el: Ditto.
10853
10854         * password.el: Ditto.
10855
10856         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10857
10858         * mm-url.el: Ditto.
10859
10860         * gnus-xmas.el: Don't require timer-funcs.
10861
10862         * mm-util.el: Require timer/timer-funcs.
10863
10864 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10865
10866         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10867         Close.
10868
10869 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10872         unibyte after clear-decrypt function runs.
10873
10874         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10875         returns as a unibyte string.
10876
10877 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10878
10879         * lpath.el: Revert.
10880
10881         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10882         (pgg-gpg-process-sentinel): Revert.
10883
10884         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10885         (pgg-pgp-lookup-key): Revert.
10886
10887         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10888         (pgg-pgp5-lookup-key): Revert.
10889
10890         * pgg.el (pgg-fetch-key): Revert.
10891
10892 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * lpath.el: Fbind string-as-multibyte for XEmacs.
10895
10896         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10897         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10898         (mml1991-pgg-encrypt): Ditto.
10899
10900         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10901         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10902         a multibyte buffer.
10903
10904         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10905         (pgg-pgp-lookup-key): Ditto.
10906
10907         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10908         (pgg-pgp5-lookup-key): Ditto.
10909
10910         * pgg.el (pgg-fetch-key): Ditto.
10911
10912 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10913
10914         * message.el (message-user-organization-file): Check several
10915         locations of the organization file.
10916
10917         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10918         Add gnus-article-view-part-as-type.
10919
10920         * gnus-art.el (gnus-article-view-part-as-type): New function.
10921
10922         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10923         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10924
10925         * mml.el: Simplify autoload.
10926         (mml-mode): defvar dnd-protocol-alist instead of using
10927         symbol-value.
10928         (mml-default-directory): New variable.
10929         (mml-minibuffer-read-file): Use it.
10930         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10931
10932         * message.el (message-citation-line-format): New variable.
10933         (message-insert-formated-citation-line): New function.
10934         (message-citation-line-function):
10935         Add `message-insert-formated-citation-line' to custom type.
10936
10937         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10938         to doc string.
10939
10940         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10941         depending on mm-verify-option.
10942
10943 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10944
10945         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10946         binding pgg-* variables; reimplement the section which prevents
10947         MIME header from being signed.
10948         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10949         pgg-text-mode; remove a blank line at the top of body.
10950
10951         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10952         lines at the top of body; use gnus-newsgroup-charset if there's no
10953         Charset header.
10954
10955 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10956
10957         * message.el (message-self-insert-commands): Doc fix.
10958
10959         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10960         (mm-uu-pgp-encrypted-test): Ditto.
10961         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10962         between header and body; return application/pgp-encrypted handle
10963         if decryption failed; decode decrypted body by charset.
10964
10965         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10966         element match to application/pgp-*.
10967
10968 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10969
10970         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10971         HTML.
10972
10973 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10974
10975         * mail-source.el (mail-source-call-script): Message the error
10976         string.
10977
10978 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10979
10980         * gnus-util.el (gnus-byte-compile): Use it.
10981
10982 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10983
10984         * gnus-util.el (kill-empty-logs): New function.
10985
10986 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10987
10988         * message.el (message-mail-alias-type): Doc fix.
10989         (message-mail-alias-type-p): New function.
10990         (message-send): Use it.
10991         (message-mode): Ditto.
10992         (message-strip-forbidden-properties): Ditto.
10993
10994         * ecomplete.el (ecomplete-database-file-coding-system):
10995         New variable.
10996         (ecomplete-save): Use it.
10997         (ecomplete-setup): Use it.
10998
10999 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11000
11001         * message.el (message-self-insert-commands): New variable.
11002         (message-strip-forbidden-properties): Use it.
11003
11004 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11005
11006         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11007         that doesn't make XEmacs choke.
11008
11009 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11010
11011         * gnus-util.el (gnus-replace-in-string):
11012         Prefer replace-regexp-in-string over of replace-in-string.
11013
11014 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * gnus-util.el (gnus-select-frame-set-input-focus):
11017         Use select-frame-set-input-focus if it is available in XEmacs; use
11018         definition defined in Emacs 22 for old Emacsen.
11019
11020         * dgnushack.el: Autoload unmorse-region for XEmacs.
11021
11022         * lpath.el: Bind cursor-in-non-selected-windows and
11023         select-frame-set-input-focus for XEmacs.
11024
11025 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11026
11027         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11028
11029 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11030
11031         * gnus-registry.el (gnus-registry-cache-save): Remove text
11032         properties when saving via the temp buffer.
11033
11034 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11035
11036         * message.el (message-generate-hashcash): Honor custom type.
11037
11038 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11039
11040         * message.el (message-generate-hashcash): Default to non-nil when
11041         hashcash is found.
11042
11043         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11044         (gnus-refer-thread-limit): Increase default to 500.
11045
11046         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11047
11048         * flow-fill.el (fill-flowed): Allow delete-space.
11049
11050 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11051
11052         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11053         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11054         Remove autoloads.
11055
11056 2006-04-18  Simon Josefsson  <jas@extundo.com>
11057
11058         * message.el (message-generate-hashcash): Default to.
11059
11060 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11061
11062         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11063         concatenating segments rather than before concatenating them.
11064
11065 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11066
11067         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11068
11069 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11070
11071         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11072
11073         * message.el (message-forward-make-body-plain):
11074         Allow message-forward-ignored-headers to be a list.
11075         (message-remove-ignored-headers): Factor out into function.
11076         (message-forward-make-body-mml): Use it.
11077
11078         * imap.el (imap-quote-specials): New function.
11079         (imap-login-auth): Quote specials.
11080
11081         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11082         (rfc2231-parse-string): Allow concatanation of parameters that
11083         aren't contiguous.  The test case is
11084           (mail-header-parse-content-type "message/external-body;
11085             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11086             access-type=LOCAL-FILE;
11087             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11088
11089 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11090
11091         * nntp.el (nntp-accept-process-output): Return the value of
11092         `nnheader-accept-process-output'.
11093
11094 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11095
11096         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11097         (gnus-button-alist): Recognize more diff formats.
11098         (gnus-button-patch): Strip directory.
11099
11100 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11101
11102         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11103         Emacs 22 when setting focus.
11104
11105 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11106
11107         * gnus-art.el (gnus-article-treat-types): Do treatment of
11108         text/x-verbatim parts.
11109         (gnus-button-patch): New command.
11110
11111         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11112         addresses that contain invalid characters.
11113
11114 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11115
11116         * message.el (message-put-addresses-in-ecomplete):
11117         Use gnus-replace-in-string.
11118         (message-is-yours-p): Use the more correct
11119         mail-header-parse-address instead of
11120         mail-extract-address-components.
11121         (message-put-addresses-in-ecomplete): Fix typo.
11122
11123         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11124         keystroke.
11125
11126         * gnus-art.el (gnus-treatment-function-alist): Change order of
11127         newsgroups/generic header folding to avoid double-folding.
11128
11129         * message.el (message-hidden-headers): Add X-Draft-From.
11130
11131         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11132         New command.
11133         (gnus-summary-repeat-search-article-backward): New command.
11134
11135         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11136         groups in the parent topic.
11137
11138 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11139
11140         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11141         (spam-extra-header-to-number): Return the CRM114 number as a
11142         number instead of a string.
11143
11144 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11145
11146         * gnus-art.el (gnus-face-properties-alist): Move here from
11147         gnus-fun.
11148
11149         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11150
11151 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11152
11153         * message.el (message-strip-forbidden-properties): Only display on
11154         self-insert-command.
11155
11156         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11157         reindent.
11158         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11159
11160 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11161
11162         * smiley.el (smiley-style): Fix typo.
11163
11164 2006-03-23  Kenichi Handa  <handa@m17n.org>
11165
11166         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11167         instead of set-buffer-multibyte.
11168
11169 2006-03-23  Kenichi Handa  <handa@m17n.org>
11170
11171         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11172         buffer and then decode the buffer text if necessary.
11173         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11174         first, and after mm-encode-body, change the buffer to unibyte.
11175
11176 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11177
11178         * hashcash.el (hashcash-insert-payment-async-2):
11179         Use message-goto-eoh instead of doing it manually.
11180         (mail-add-payment): Use message-narrow-to-header instead of trying
11181         to do the same itself.
11182
11183         * message.el (message-hidden-headers): Add Face.
11184
11185         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11186         reparenting code.
11187         (gnus-summary-reparent-children): Refactored out code.
11188         (gnus-summary-thread-map): New keystroke.
11189         (gnus-summary-reparent-children): Make into command.
11190
11191         * smiley.el (smiley-style): Default to `medium' if using a large
11192         font.
11193
11194         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11195         does it itself.
11196
11197         * message.el (message-point-in-header-p): Simplify definition.
11198
11199 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11200
11201         * nnagent.el (nnagent-request-set-mark): Silence log file
11202         writing.
11203         (nnagent-request-set-mark): Use write-region instead of
11204         append-to-file.
11205
11206         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11207         strange select method.
11208
11209         * ecomplete.el (ecomplete-display-matches): Get highlightling
11210         right.
11211         (ecomplete-display-matches): Use literals.
11212         (ecomplete-display-matches): Disable message logging.
11213
11214         * message.el (message-display-abbrev): Small optimization.
11215
11216         * ecomplete.el (ecomplete-display-matches): Allow automatic
11217         display.
11218
11219         * message.el (message-strip-forbidden-properties):
11220         Display abbrevs.
11221         (message-display-abbrev): Get automatic display right.
11222
11223         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11224         keystrokes.
11225
11226 2006-04-13  Romain Francoise  <romain@orebokech.com>
11227
11228         TODO: Backport to v5-10!
11229
11230         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11231         Move here (and rename) from gnus-registry.el.
11232
11233         * gnus-registry.el: Require gnus-util.
11234         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11235
11236 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11237
11238         * gnus-group.el (gnus-group-catchup-current):
11239         Change if-then-else-if-then-else into cond.
11240         (gnus-group-catchup): Indent.
11241         (group-name-at-point): New function.
11242         (gnus-fetch-group): Provide default from thing at point.
11243
11244 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11245
11246         * message.el (message-display-abbrev): Fix regexp.
11247
11248         * ecomplete.el (ecomplete-highlight-match-line):
11249         Reimplement choosing.
11250         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11251         dead variables.
11252
11253         * message.el (message-newline-and-indent): Remove debugging.
11254         (message-display-abbrev): Use new implementation.
11255
11256 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11257
11258         * gnus-art.el (gnus-article-mode):
11259         Set cursor-in-non-selected-windows to nil.
11260
11261         * smiley.el: Revert previous change.
11262         (smiley-data-directory): defvar it before using it in the
11263         defcustom of `smiley-style'.
11264
11265 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11266
11267         * message.el (message-newline-and-indent): New function.
11268
11269         * ecomplete.el: Implement more bits.
11270
11271         * message.el (message-put-addresses-in-ecomplete): Clean up the
11272         string.
11273
11274         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11275
11276         * gnus-sum.el (gnus-summary-save-parts):
11277         Bind gnus-summary-save-parts-counter and use it to make unique file
11278         names.
11279
11280         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11281
11282         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11283         parameter to say whether to actually parse the individual
11284         addresses.
11285
11286         * message.el (message-put-addresses-in-ecomplete): New function.
11287         (ecomplete): Require.
11288         (message-mail-alias-type): Add ecomplete as an option.
11289
11290 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11291
11292         * flow-fill.el (fill-flowed): Remove trailing space from blank
11293         quoted lines.
11294
11295 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11296
11297         * smiley.el (smiley-style): Move definition later to avoid a
11298         compilation warning.
11299
11300 2006-04-12  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         Use mm-disable-multibyte instead of set-buffer-multibyte.
11307
11308 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11311         Content-Type header instead of Content-Disposition header.
11312         (gnus-mime-inline-part): Ditto.
11313         (gnus-mime-view-part-as-charset): Ignore charset that the part
11314         specifies.
11315
11316         * mm-decode.el (mm-display-part): Work with external parts and
11317         usual parts similarly.
11318
11319         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11320         instead of gnus-display-mime.
11321
11322         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11323         instead of with-temp-buffer.
11324
11325         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11326         tag to summarized topics part in order to encode non-ASCII text.
11327
11328 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11329
11330         * smiley.el (smiley-style): New variable.
11331         (smiley-directory): New function.
11332         (smiley-data-directory): Derive from `smiley-style' using
11333         `smiley-directory'.
11334         (smiley-regexp-alist): Add new entries.
11335
11336         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11337         (gnus-article-browse-delete-temp): Add :version.
11338
11339 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11340
11341         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11342         the sieve region.
11343
11344 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11345
11346         * gnus.el (gnus-version-number): Bump version.
11347
11348 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11349
11350         * gnus.el: No Gnus v0.4 is released.
11351
11352 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11353
11354         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11355         layout.
11356
11357         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11358         unknown charset.
11359
11360         * message.el (message-header-synonyms): Add Original-To to the
11361         default.
11362
11363         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11364         optional parameter.
11365
11366 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11367
11368         * gnus-fun.el (gnus): Require it for gnus-directory.
11369
11370 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11373
11374 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11375
11376         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11377
11378 2006-04-05  Simon Josefsson  <jas@extundo.com>
11379
11380         * password.el (password-reset): New function.
11381
11382 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11383
11384         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11385         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11386
11387 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11388
11389         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11390         Some whitespace was matched into the url, which broke browsing hits
11391         > 100 when mm-url-use-external was nil.
11392
11393 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11394
11395         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11396         Check gnus-extra-headers for 'Newsgroups.
11397
11398         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11399         bound.
11400
11401 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11402
11403         * pgg-gpg.el: Clean up process buffers every time gpg processes
11404         complete.
11405
11406 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11407
11408         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11409         doc string.
11410
11411 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11412
11413         * pgg-gpg.el (pgg-gpg-process-filter)
11414         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11415
11416         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11417         lines, temporary fix.
11418
11419 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11420
11421         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11422
11423 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11424
11425         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11426         default-enable-multibyte-characters.  This reverts the change from
11427         revision 6.17 which is no longer necessary because the passphrase
11428         is sent separately now.  GnuPG messages are unreadable under
11429         multibyte locales with default-enable-multibyte-characters set to
11430         nil.
11431
11432 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11433
11434         * message.el (message-tool-bar-gnome): Move "spell".
11435
11436 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11437
11438         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11439         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11440         instead.
11441
11442 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11443
11444         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11445         Improve newsgroups handling for NNTP overviews which don't include
11446         Newsgroups.
11447
11448 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11449
11450         * message.el (message-resend): Bind message-generate-hashcash to nil.
11451
11452 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11453
11454         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11455         when searching for already-paid recipients.
11456
11457 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11458
11459         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11460         passphrases when it is not needed.
11461         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11462         passphrase stuff from gpg, should only be necessary when you use
11463         gpg with a smartcard.
11464
11465 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11466
11467         * mml.el (mml-insert-mime): Ignore cached contents of
11468         message/external-body part.
11469
11470         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11471         (mm-insert-part): Ditto.
11472
11473 2006-03-23  Simon Josefsson  <jas@extundo.com>
11474
11475         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11476         Reiner.
11477         (pgg-gpg-use-agent-p): Use it again.
11478
11479 2006-03-23  Simon Josefsson  <jas@extundo.com>
11480
11481         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11482         older emacsen.
11483         (pgg-gpg-use-agent-p): Don't use it.
11484
11485 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11486
11487         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11488         if we can.
11489
11490 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11491
11492         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11493         (pgg-gpg-update-agent): New function.
11494         (pgg-gpg-use-agent-p): New function.
11495         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11496         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11497         (pgg-gpg-sign-region): Use it.
11498
11499 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11500
11501         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11502         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11503
11504 2006-03-21  Simon Josefsson  <jas@extundo.com>
11505
11506         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11507         <wilde@sha-bang.de>.
11508         (pgg-gpg-use-agent): New variable.
11509         (pgg-gpg-process-region): Use it.
11510         (pgg-gpg-encrypt-region): Likewise.
11511         (pgg-gpg-encrypt-symmetric-region): Likewise.
11512         (pgg-gpg-decrypt-region): Likewise.
11513         (pgg-gpg-sign-region): Likewise.
11514         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11515
11516 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11517
11518         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11519
11520         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11521         Add comment on version.
11522
11523 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11524
11525         * smiley.el: Add missing test smiley.
11526
11527 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * mm-decode.el (mm-with-part): New macro.
11530         (mm-get-part): Use it; work with message/external-body as well.
11531         (mm-save-part): Treat name and filename equally.
11532
11533         * mm-extern.el (mm-extern-cache-contents): New function.
11534         (mm-inline-external-body): Use it; force the part to be displayed;
11535         move undisplayer added to the cached handle to the parent.
11536
11537         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11538         (gnus-mime-view-part-as-type): Work with message/external-body.
11539
11540         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11541
11542 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11543
11544         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11545         images in image-load-path.  [Sync with image.el, revision 1.60, in
11546         Emacs.]
11547
11548 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11549
11550         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11551         path rather than symbol.  Always return list of directories.
11552         Guarantee that image directory comes first.  [Sync with image.el,
11553         revision 1.59, in Emacs.]
11554
11555         * message.el (message-make-tool-bar): Adjust to new API of
11556         `gmm-image-load-path-for-library'.
11557
11558         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11559
11560         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11561
11562 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11563
11564         * gnus-art.el (gnus-article-only-boring-p):
11565         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11566         intangible text.
11567         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11568
11569 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11570
11571         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11572         Use `defun' instead of `gmm-defun-compat'.
11573
11574 2006-03-14  Simon Josefsson  <jas@extundo.com>
11575
11576         * message.el (message-unique-id): Don't use message-number-base36
11577         if (user-uid) is a float.
11578         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11579
11580 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11581
11582         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11583
11584         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11585         empty line between a part and a message part.
11586
11587 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11588
11589         * smiley.el: Add more test smileys.
11590         (smiley-data-directory, smiley-regexp-alist)
11591         (gnus-smiley-file-types): Fix doc strings.
11592         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11593         adding new elements.
11594         (smiley-mouse-map): Unused code.  Make it a comment.
11595
11596 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11599         scan latest NoCeM messages instead of old ones.
11600         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11601         delimiters that are recently used.
11602         (gnus-nocem-load-cache): Add autoload cookie.
11603
11604         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11605
11606         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11607         level which is larger than gnus-use-nocem is specified.
11608
11609         * gnus-group.el (gnus-group-get-new-news): Ditto.
11610
11611 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11612
11613         * gnus-util.el (gnus-tool-bar-update): New function.
11614
11615         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11616         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11617
11618         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11619
11620         * gnus-group.el (gnus-group-redraw-when-idle)
11621         (gnus-group-redraw-check): Remove.
11622         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11623
11624 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11625
11626         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11627         if optional last element is specified in splits (FIELD VALUE...).
11628
11629 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11630
11631         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11632         to gmm-image-load-path-for-library.  Call with no-error argument.
11633         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11634
11635         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11636
11637         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11638
11639         * gmm-utils.el (gmm-image-load-path): Remove alias.
11640
11641 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11642
11643         * gmm-utils.el (gmm-image-load-path): Add alias.
11644
11645         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11646         nnml-generate-nov-databases-1.
11647         (nnml-generate-nov-databases): Use it.
11648         (nnml-generate-nov-databases-directory): Document no-active
11649         argument.
11650
11651         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11652         directory if path is t.  Add no-error.
11653
11654         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11655         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11656
11657         * gnus-art.el (gnus-article-browse-delete-temp-files):
11658         Simplify resetting gnus-article-browse-html-temp-list.
11659
11660         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11661         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11662         Add example to docstring.  Rename local variables.  Move error
11663         checks to default case in cond and simplify.
11664
11665 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11666
11667         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11668         handle is multipart when calling it recursively.
11669         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11670
11671 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11672
11673         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11674         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11675
11676 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11679         is loaded.
11680
11681         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11682         loaded.
11683
11684 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11685
11686         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11687         to "Emacs 23 (unicode)" in doc string.
11688
11689         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11690         "Emacs 23 (unicode)" in comment.
11691
11692 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11693
11694         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11695
11696         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11697         characters 160 through 255 in Emacs 23.
11698
11699 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11700
11701         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11702         gnus-article-browse-html-temp.
11703         (gnus-article-browse-delete-temp): Make it customizable.
11704         Add `file'.  Adjust doc string.
11705         (gnus-article-browse-delete-temp-files): Add argument.
11706         Allow query for each file.  Adjust doc string.
11707         (gnus-article-browse-html-parts):
11708         Add `gnus-article-browse-delete-temp-files' to
11709         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11710
11711 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11712
11713         * gnus-art.el (gnus-article-browse-html-temp)
11714         (gnus-article-browse-delete-temp): New variables.
11715         (gnus-article-browse-delete-temp-files): New function.
11716         (gnus-article-browse-html-parts): Use it.
11717
11718 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11719
11720         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11721
11722         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11723         string.
11724
11725         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11726         gnus-summary-insert-new-articles when unplugged.
11727         Remove gnus-summary-search-article-forward.
11728
11729         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11730         display-visual-class instead of display-color-cells.
11731
11732 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11733
11734         * dgnushack.el: Autoload customize-group for XEmacs.
11735
11736         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11737         message/* containing non-ASCII text properly.
11738
11739 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11740
11741         * message.el: Require gmm-utils, remove autoloads.
11742         (message-tool-bar): Set default based on
11743         gmm-tool-bar-style.
11744         (message-tool-bar-gnome): Add gmm-customize-mode.
11745
11746         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11747         gmm-tool-bar-style.
11748         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11749
11750         * gnus-group.el (gnus-group-tool-bar): Set default based on
11751         gmm-tool-bar-style.
11752         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11753
11754         * gmm-utils.el (gmm-image-directory): Rename variable from
11755         gmm-image-load-path.
11756         (gmm-image-load-path): Use gmm-image-directory.
11757         (gmm-customize-mode): New function.
11758         (gmm-tool-bar-style): New variable.
11759
11760         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11761         gnus-group-redraw-line-number.
11762         (gnus-group-redraw-check): Simplify.
11763         (gnus-group-tool-bar-update): Remove redraw check.
11764         (gnus-group-make-tool-bar): Add redraw check.
11765
11766 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11767
11768         * gnus-art.el (gnus-button): Add missing parentheses.
11769
11770 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * lpath.el: Fbind line-number-at-pos.
11773
11774 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11777
11778 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11779
11780         * gnus-art.el (gnus-button): New face.
11781         (gnus-article-button-face): Use it.
11782
11783         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11784         Add gnus-summary-next-page.  Re-order.
11785
11786         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11787         next-node are now included.
11788         (gnus-group-redraw-line-number): New internal variable.
11789         (gnus-group-redraw-check): Helper function for updating the tool
11790         bar.
11791         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11792
11793         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11794
11795         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11796         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11797         Use it to match format of Spamassassin 3.0 and later.
11798         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11799         (spam-check-bogofilter)
11800         (spam-bogofilter-register-with-bogofilter): Fix args of
11801         `gnus-error' calls.
11802
11803 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11804
11805         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11806         unnecessary interaction when sending queued mails.
11807         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11808
11809 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11810
11811         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11812         first or last are nil.
11813
11814 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11815
11816         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11817
11818 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11819
11820         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11821
11822 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11823
11824         * dns.el (query-dns): Protect more against buggy tcp output.
11825
11826 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11827
11828         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11829         nov.php.
11830
11831 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11832
11833         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11834         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11835         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11836         output on the server side.
11837         (nnweb-google-create-mapping): Update regexps and add some
11838         progress indication.
11839
11840 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11841
11842         * gnus-group.el (gnus-group-tool-bar-gnome):
11843         Fix gnus-agent-toggle-plugged.  Re-order icons.
11844         (gnus-group-tool-bar-gnome):
11845         Add gnus-group-{prev,next}-unread-group.
11846         (gnus-group-tool-bar-gnome): Re-order icons.
11847
11848         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11849         Move gnus-summary-insert-new-articles.
11850
11851         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11852         Fix comments.
11853
11854         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11855         also available in Emacs 21.3.
11856
11857         * message.el (message-fix-before-sending): Change "Emacs 22" to
11858         "Emacs 23 (unicode)" in comment.
11859
11860         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11861         "Emacs 23 (unicode)" in comment.
11862
11863         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11864         comment.
11865         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11866
11867         * mm-view.el (mm-fill-flowed): Add :version.
11868
11869 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11870
11871         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11872         and load-path.
11873
11874 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11875
11876         * message.el: Autoload gmm-image-load-path.
11877         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11878         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11879         consitency.
11880
11881         * gmm-utils.el (gmm-image-load-path): Also search in
11882         "../etc/images".  Don't set gmm-image-load-path if we don't find
11883         the image.
11884
11885 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11886
11887         * gmm-utils.el (gmm-image-load-path): Don't make
11888         `gmm-image-load-path' include subdirectories which the second arg
11889         `image' might specify.
11890
11891         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11892         subdirectory to icon file names.
11893
11894         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11895
11896 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11897
11898         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11899         gmm-image-load-path calls.
11900
11901         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11902
11903         * message.el (message-make-tool-bar): Ditto.
11904
11905         * mml.el (mml-preview): Add comment concerning tool bar icons.
11906
11907         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11908         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11909
11910         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11911         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11912
11913         * message.el (message-tool-bar-gnome): Use new icon names.
11914         (message-make-tool-bar): Use `gmm-image-load-path'.
11915
11916         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11917         New functions from MH-E.
11918         (gmm-image-load-path): New variable from MH-E.
11919         (gmm-image-load-path): New function from MH-E.  Add arguments
11920         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11921         *-image-load-path-called-flag.
11922
11923 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11924
11925         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11926
11927 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11928
11929         * nnimap.el (nnimap-request-move-article): Change folder back to
11930         source group before deleting.
11931
11932 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11933
11934         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11935
11936         * gnus-art.el (mm-url-insert-file-contents-external):
11937         Autoload mm-url.
11938
11939         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11940
11941 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11942
11943         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11944         coding system which mm-charset-to-coding-system returns for a
11945         given charset is valid.
11946
11947 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11948
11949         * html2text.el (html2text-remove-tag-list):
11950         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11951
11952 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11953
11954         * gnus-cus.el: Revert 2005-10-17 change.
11955
11956 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11957
11958         * gnus-art.el (article-strip-banner):
11959         Call article-really-strip-banner only when the regexp match is made.
11960
11961 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11962
11963         * gnus-art.el (article-strip-banner):
11964         Use gnus-extract-address-components instead of
11965         mail-header-parse-addresses to make it work with non-ASCII text;
11966         remove mail-encode-encoded-word-string.
11967
11968         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11969         values which are surrounded with \"...\"; make it never cause a
11970         Lisp error; give up parsing of parameters if it failed in
11971         extracting type.
11972
11973 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11974
11975         * smime.el (smime-cert-by-ldap-1): Fix bug where
11976         `smime-ldap-search' returns results without userCertificates.
11977
11978 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11981
11982 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11983
11984         * spam.el (spam-check-spamassassin-headers): Adapt format for
11985         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11986         <ari@mbf.ocn.ne.jp>.
11987         (spam-list-of-processors): Add spam-use-gmane.
11988
11989 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11990
11991         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11992         make-temp-file; make it work with XEmacs as well.
11993
11994         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11995         mm-make-temp-file.
11996
11997         * mm-decode.el (mm-display-external): Use the 3rd arg of
11998         mm-make-temp-file.
11999         (mm-create-image-xemacs): Ditto.
12000
12001 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12004         with message-narrow-to-headers.
12005         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12006         (gnus-draft-check-draft-articles): New function.
12007         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12008
12009 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12010
12011         * gnus-art.el (gnus-article-browse-html-parts):
12012         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12013         Don't use suffix argument for mm-make-temp-file for Emacs 21
12014         compatibility.  Remove useless `format'.
12015
12016 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12017
12018         * nnweb.el (nnweb-google-wash-article): Update regexps.
12019         (nnweb-group-alist): Use defvoo instead of defvar.
12020
12021 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12022
12023         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12024         re-loading nn* modules.
12025
12026 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12027
12028         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12029         for `tool-bar-mode' and don't check it's default-value.
12030
12031         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12032
12033         * message.el (message-make-tool-bar): Ditto.
12034
12035         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12036         `substring'.  Shorten tmp-file name.
12037
12038         * gnus.el: Remove bogus comment.
12039
12040 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12041
12042         * gnus-art.el (gnus-article-browse-html-parts): New function.
12043         (gnus-article-browse-html-article): New function for viewing html
12044         articles with a browser.
12045
12046 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12047
12048         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12049         in elisp.
12050         (pgg-gpg-encrypt-symmetric-region): Ditto.
12051         (pgg-gpg-sign-region): Ditto.
12052
12053         * pgg-def.el (pgg-text-mode): New variable.
12054
12055         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12056         (mml2015-pgg-encrypt): Ditto.
12057
12058         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12059         (mml1991-pgg-encrypt): Ditto.
12060
12061 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * nnfolder.el (nnfolder-insert-newsgroup-line):
12064         Use message-make-date instead of current-time-string.
12065
12066         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12067         to gnus-decoded which mm-uu might set.
12068
12069 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12070
12071         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12072         don't decode quoted parameters; remove misimported Emacs code.
12073         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12074         (rfc2231-decode-encoded-string): Don't use split-string which
12075         behaves differently according to Emacs version; use
12076         mm-decode-coding-region to convert charset to coding-system.
12077         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12078         (rfc2231-encode-string): Remove misimported Emacs code.
12079
12080 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12081
12082         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12083         when calling mail-header-parse-content-type.
12084         (article-de-quoted-unreadable): Ditto.
12085         (article-de-base64-unreadable): Ditto.
12086         (article-wash-html): Ditto.
12087
12088         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12089         calling mail-header-parse-content-type and
12090         mail-header-parse-content-disposition.
12091         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12092         mail-header-parse-content-type.
12093
12094         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12095         insert charset and format parameters; encode description after
12096         inserting it to buffer.
12097         (mml-insert-parameter): Fold lines properly even if a parameter is
12098         segmented into two or more lines; change the max column to 76.
12099
12100         * rfc1843.el (rfc1843-decode-article-body): Don't use
12101         ignore-errors when calling mail-header-parse-content-type.
12102
12103         * rfc2231.el (rfc2231-parse-string): Return at least type if
12104         possible; don't cause an error even if it fails in parsing of
12105         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12106         (rfc2231-encode-string): Don't break lines at the beginning, leave
12107         it to mml-insert-parameter.
12108
12109         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12110         calling mail-header-parse-content-type.
12111
12112 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12113
12114         * spam-report.el (spam-report-gmane-use-article-number):
12115         Improve doc string.
12116         (spam-report-gmane-internal): Check if a suitable header was found
12117         in the article.
12118
12119 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12120
12121         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12122         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12123
12124 2006-02-05  Romain Francoise  <romain@orebokech.com>
12125
12126         Update copyright notices of all files in the gnus directory.
12127
12128 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12129
12130         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12131
12132 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12133
12134         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12135         segmented lines of parameter value to cope with Thunderbird 1.5
12136         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12137         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12138         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12139
12140 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12141
12142         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12143         parts.
12144
12145 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12146
12147         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12148         there's only one active file for all servers.
12149         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12150         solid groups.  Gnus might have used a FAST request to select the group.
12151         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12152         and nnweb-search redundantly in the active file.
12153         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12154         (nnweb-request-create-group): Don't use ARGS.
12155         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12156         initialisations.  Let nnoo do the work.
12157
12158 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12161         Say the part has been decoded.
12162
12163         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12164
12165 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12166
12167         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12168         mailcap-viewer-test-cache when there's no 'test clause, since that
12169         will invert the meaning of a "nil" test previously determined by
12170         mailcap-mailcap-entry-passes-test.
12171
12172 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12173
12174         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12175         compiling.
12176
12177         * gnus-sum.el: Ditto.
12178
12179         * message.el: Don't bind tool-bar-map when compiling.
12180
12181 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12182
12183         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12184
12185 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12186
12187         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12188         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12189         current Google Groups.
12190
12191 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12192
12193         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12194         and tool-bar-mode.
12195
12196         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12197         and tool-bar-mode.
12198
12199         * message.el (message-tool-bar-update): Simplify.
12200         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12201
12202         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12203         gnus-summary-buffer.
12204         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12205         gnus-summary-reply.
12206
12207         * gmm-utils.el (gmm): Add :version.
12208
12209 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12210
12211         * Makefile.in (clean): New rule.
12212         (distclean): Use it.
12213
12214 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12215
12216         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12217         Don't autoload.
12218
12219 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12220
12221         * gmm-utils.el (gmm-verbose): Add :group.
12222
12223 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12224
12225         * message.el: Change some comments WRT tool-bars.
12226
12227         * gnus-sum.el (gnus-summary-tool-bar)
12228         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12229         (gnus-summary-tool-bar-zap-list): New variables.
12230         (gnus-summary-make-tool-bar): Complete rewrite using
12231         `gmm-tool-bar-from-list'.
12232
12233         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12234         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12235         New variables.
12236         (gnus-group-make-tool-bar): Complete rewrite using
12237         `gmm-tool-bar-from-list'.
12238         (gnus-group-tool-bar-update): New function.
12239
12240         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12241
12242 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12245         is dissected into a single part of which the type is the same as
12246         the given one; decode charset.
12247
12248 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12249
12250         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12251         into alists as symbol not string, since that's what
12252         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12253         look for.
12254
12255 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12256
12257         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12258         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12259
12260         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12261
12262 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12265         (gnus-xmas-mime-security-button-menu): New function.
12266
12267         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12268         (gnus-mime-security-button-menu): New definition.
12269         (gnus-mime-security-button-map): Use them.
12270         (gnus-mime-security-button-menu): New function.
12271         (gnus-insert-mime-security-button): Addition to help echo.
12272         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12273         (gnus-mime-security-pipe-part): New functions.
12274
12275         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12276         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12277
12278         * mm-decode.el (mm-handle-set-disposition): Remove.
12279         (mm-handle-set-description): Remove.
12280
12281 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12282
12283         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12284         (mm-w3m-standalone-supports-m17n-p): New function.
12285         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12286         w3m usage.
12287
12288         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12289         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12290
12291 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12292
12293         * message.el (message-tool-bar-zap-list):
12294         Use gmm-tool-bar-zap-list as custom type.
12295         (message-tool-bar-update): New function.
12296         (message-tool-bar, message-tool-bar-gnome)
12297         (message-tool-bar-retro): Add message-tool-bar-update.
12298         (message-tool-bar-gnome): Add flyspell-buffer.
12299
12300         * gnus-util.el (gnus-error): Describe `args'.
12301
12302         * gmm-utils.el (gmm-error): Describe `args'.
12303         (gmm-tool-bar-zap-list): New widget.
12304         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12305
12306 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12309         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12310         the number of recursive calls.
12311
12312         * mm-decode.el (mm-handle-set-disposition): New macro.
12313         (mm-handle-set-description): New macro.
12314
12315 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12318         encoding.
12319
12320 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12321
12322         * message.el (message-tool-bar-zap-list, message-tool-bar)
12323         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12324         (message-tool-bar-local-item-from-menu): Remove.
12325         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12326         (message-make-tool-bar): New function.
12327         (message-mode): Use `message-make-tool-bar'.
12328
12329         * gmm-utils.el: New file.
12330         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12331         (gmm-lazy): New widget copied from `nnmail.el'.
12332         (gmm-tool-bar-from-list): New function for creating customizable
12333         tool bars.
12334         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12335         output.
12336         (gmm): Add :prefix to defgroup.
12337
12338 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12339
12340         * gmm-utils.el (gmm-widget-p): New function.
12341
12342 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12343
12344         * mml.el (mml-attach-file): Describe `description' in doc string.
12345         (mml-menu): Add Emacs MIME manual and PGG manual.
12346
12347 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12348
12349         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12350
12351 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12352
12353         * nntp.el (nntp-end-of-line): Doc fix.
12354
12355 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12356
12357         * imap.el (imap-open): Handle case where buffer is a buffer
12358         object.
12359
12360 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12361
12362         * gnus-delay.el (gnus-delay): Don't autoload.
12363         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12364         to be re-loaded when customizing the `gnus-delay' group.
12365
12366 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12367
12368         * message.el (message-insert-citation-line): Use newlines.
12369
12370 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12371
12372         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12373         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12374         these routines, so the passphrase can be managed externally and
12375         passed in to the system.
12376         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12377         pgg-add-passphrase-to-cache function.
12378
12379         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12380         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12381         these routines, so the passphrase can be managed externally and
12382         passed in to the system.
12383         (pgg-pgp5-sign-region): Use new name of
12384         pgg-add-passphrase-to-cache function.
12385
12386 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12387
12388         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12389         part of the decoded armor to find the key-identifier.
12390         (pgg-gpg-lookup-key-owner): New function to return the
12391         human-readable identifier of a key owner.
12392         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12393         itself.
12394         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12395         the key value) if we have a key and can match it against a secret
12396         key.  Also, added a note pointing out fact that the prompt only
12397         indicates the first matching key.
12398
12399         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12400         pgg-decrypt-region.
12401         (pgg-add-passphrase-to-cache): Rename from
12402         `pgg-add-passphrase-cache' to reduce confusion (all callers
12403         changed).
12404         (pgg-remove-passphrase-from-cache): Rename from
12405         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12406         changed).
12407         (pgg-read-passphrase, pgg-add-passphrase-cache)
12408         (pgg-remove-passphrase-cache): Add informative docstrings.
12409         (pgg-decrypt): Convey provided passphrase in subordinate call to
12410         pgg-decrypt-region.
12411
12412 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12413
12414         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12415         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12416         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12417         'passphrase' argument, so the passphrase can be managed externally
12418         and then passed in to the system.
12419
12420         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12421         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12422         so the passphrase cache can be used reliably with identifiers
12423         besides a pgp packet's key id.
12424
12425         * pgg-gpg.el (pgg-gpg-encrypt-region)
12426         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12427         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12428         these routines, so the passphrase can be managed externally and
12429         passed in to the system.
12430
12431         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12432         'notruncate' argument, so the passphrase cache can be used
12433         reliably with identifiers besides a pgp packet's key id.
12434
12435 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12436
12437         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12438         symmetric encryption.
12439         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12440         encrypted session key.
12441         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12442         message ask for the passphrase in a proper way.
12443
12444         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12445         New user commands for symmetric encryption.
12446
12447 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12448
12449         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12450
12451         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12452
12453 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12454
12455         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12456
12457 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * mm-decode.el (mm-inlined-types): Add application/pgp.
12460         (mm-automatic-display): Ditto.
12461
12462         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12463         part as text.
12464
12465 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * nnrss.el: Update copyright.
12468         (nnrss-opml-import): Query whether to subscribe to each entry.
12469
12470         * gnus-art.el:
12471         * gnus-sum.el:
12472         * gnus-xmas.el:
12473         * messagexmas.el:
12474         * mm-uu.el:
12475         * mm-view.el: Update copyright.
12476
12477 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12478
12479         * message.el (message-info): New function.
12480         (message-mode-menu): Add it.
12481         Update copyright.
12482
12483         * ChangeLog: Fix and update copyright.
12484
12485 2006-01-13  Romain Francoise  <romain@orebokech.com>
12486
12487         * message.el (message-forward-subject-name-subject): Prefer the
12488         address to 'nowhere' if the sender has no name.
12489         Fix typo.  Update copyright year.
12490
12491 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * gnus-art.el (article-wash-html):
12494         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12495         (gnus-article-wash-html-with-w3m-standalone): New function.
12496
12497         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12498         mm-inline-text-html-render-with-w3m-standalone.
12499         (mm-text-html-washer-alist): Map w3m-standalone to
12500         gnus-article-wash-html-with-w3m-standalone.
12501         (mm-inline-text-html-render-with-w3m-standalone): New function.
12502
12503 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12504
12505         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12506         Improve LaTeX.
12507
12508 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12509
12510         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12511         (nnrss-request-article): Render text/plain parts as HTML.
12512
12513         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12514         the buffer.
12515
12516 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12517
12518         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12519         custom definition of `gnus-posting-styles'.
12520
12521         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12522         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12523
12524 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12525
12526         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12527         Use nntp for bug archive.
12528
12529 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12530
12531         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12532         parts.
12533         (nnrss-normalize-date): New function converts ISO 8601 date into
12534         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12535         (nnrss-check-group): Use it.
12536
12537 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12540
12541         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12542         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12543         (nnrss-insert-w3): Ditto.
12544
12545 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12548         the articles to be forwarded including the case where neither a
12549         number of articles nor a region is specified.
12550
12551 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * nnrss.el (nnrss-request-article): Fix last change; fill
12554         text/plain parts.
12555
12556 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12557
12558         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12559         in text/plain part.
12560         (nnrss-check-group): Don't add excessive newline to dc:subject.
12561
12562 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12563
12564         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12565         article.
12566
12567 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12568
12569         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12570         (nnml-use-compressed-files, nnml-save-mail): Support other
12571         comression programs such as bzip2.
12572
12573 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12574
12575         * dns.el (query-dns): Make sure we check the buffer size before
12576         removing tcp headers.
12577
12578 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12579
12580         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12581         remove MIME buttons associated with multipart/alternative parts.
12582         (gnus-mime-display-alternative): Tag buttons using `article-type'
12583         text property.
12584
12585         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12586         associated with multipart/alternative parts.
12587
12588         * gnus-art.el (gnus-signature-separator): Fix custom type.
12589
12590         * mm-decode.el (mm-inlined-types): Fix custom type.
12591         (mm-keep-viewer-alive-types): Ditto.
12592         (mm-automatic-display): Ditto.
12593         (mm-attachment-override-types): Ditto.
12594         (mm-inline-override-types): Ditto.
12595         (mm-automatic-external-display): Ditto.
12596
12597 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12598
12599         * spam-report.el (spam-report-user-mail-address)
12600         (spam-report-user-agent): New variables.
12601         (spam-report-url-ping-plain): Use spam-report-user-agent.
12602
12603 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12604
12605         * gnus-art.el (gnus-button-handle-custom): Do not just use
12606         `customize-apropos' for any "M-x customize-*" button but the
12607         function called for.  Accept both the function name and its
12608         argument in order to achieve this.
12609         (gnus-button-alist): Remove support for "custom:" URL's.
12610         Pass function name to `gnus-button-handle-custom' in case of "M-x
12611         customize-*" buttons.
12612
12613 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12614
12615         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12616         multipart/alternative and add xref to mm-discouraged-alternatives
12617         in doc string.
12618
12619         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12620         gnus-buttonized-mime-types in doc string.
12621
12622 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12623
12624         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12625         Suggest image/.* in the doc string.
12626
12627 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12628
12629         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12630         message-marks (Debian bug #342521).
12631
12632 2005-12-12  Simon Josefsson  <jas@extundo.com>
12633
12634         * password.el (password-read-from-cache): Add.
12635         (password-read): Use it.
12636
12637 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12638
12639         * rfc2047.el (rfc2047-charset-to-coding-system):
12640         Recognize us-ascii as a MIME charset.
12641
12642         * mm-bodies.el (mm-decode-content-transfer-encoding):
12643         Protect against the case where the 2nd arg TYPE is nil.
12644
12645 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12646
12647         * pop3.el (pop3-stream-type): Fix custom version.
12648
12649         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12650
12651 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12652
12653         * mm-decode.el (mm-display-external): Add missing cdr.
12654
12655 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12656
12657         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12658         RFC1524) if it is in mailcap or add a suffix according to
12659         mailcap-mime-extensions when generating a temp filename; postpone
12660         deleting a temp file for 2 seconds for some wrappers, shell
12661         scripts, and so on, which might exit right after having started a
12662         viewer command as a background job.
12663
12664 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12665
12666         * nntp.el (nntp-marks-directory): Fix custom group.
12667
12668         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12669         steps when < 10.
12670
12671         * gnus-start.el (gnus-no-server-1):
12672         Mention `gnus-level-default-subscribed' in doc string.
12673
12674 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12675
12676         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12677         parens.
12678
12679 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12680
12681         * gnus-xmas.el (gnus-use-toolbar): Revert.
12682         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12683         gnus-use-toolbar is default.
12684
12685         * messagexmas.el (message-use-toolbar): Revert.
12686         (message-setup-toolbar): Use global default-toolbar if
12687         message-use-toolbar is default.
12688
12689 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12690
12691         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12692         according to default-toolbar-visible-p.
12693
12694         * messagexmas.el (message-use-toolbar): Ditto.
12695
12696 2005-11-26  Dave Love  <fx@gnu.org>
12697
12698         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12699         (tls-program, tls-success): Provide openssl alternative.
12700
12701         * starttls.el: Doc fixes.
12702         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12703         SERVICE to PORT.
12704
12705         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12706         port null or service name.
12707         (starttls-negotiate): Autoload.
12708
12709 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12710
12711         * message.el (message-kill-to-signature): Fix interactive spec.
12712
12713 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * pop3.el (pop3-open-server): Recognize a string as a service name.
12716
12717 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12718
12719         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12720
12721 2005-11-23  Dave Love  <fx@gnu.org>
12722
12723         Add pop3s, pop3/starttls.
12724
12725         * pop3.el (pop3-authentication-scheme): Clarify doc.
12726         (open-tls-stream, starttls-open-stream): Autoload.
12727         (pop3-stream-type): New.
12728         (pop3-open-server): Use it.
12729
12730         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12731         for POP.
12732         (mail-source-keyword-map): Add :stream for POP.
12733         (mail-source-fetch-pop): Use pop3-stream-type.
12734
12735 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12736
12737         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12738         of current-time-string.
12739
12740 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12741
12742         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12743         date header.
12744
12745 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12746
12747         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12748         it can seriously impact performance as it bypasses the agent's
12749         local caches.
12750
12751 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12752
12753         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12754         must be explicitly online rather than "not explicitly offline" for
12755         its flags to be synchronized.
12756
12757         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12758         that gnus-uu-unmark-thread will function correctly.
12759
12760         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12761         1024K is instead displayed as 1M.
12762
12763 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12764
12765         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12766
12767 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12768
12769         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12770
12771 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12772
12773         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12774         error message to display actual error condition.
12775         (gnus-agent-save-local): Avoid saving symbols that are bound to
12776         nil as they simply result in a warning message in
12777         gnus-agent-read-local.
12778
12779 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12782         rather than make-variable-buffer-local for file-precious-flag.
12783
12784 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12785
12786         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12787         for duplicates which are removed.  The invalid sort check then
12788         triggers a rescan after the sort as sorting may have moved
12789         duplicate entries such that they can be cheaply detected.
12790
12791 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12794
12795 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12796
12797         * gnus-agent.el (gnus-agent-article-alist-save-format):
12798         Change internal variable to a custom variable.  Change default value
12799         from compressed(2) to uncompressed(1).
12800         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12801         support for uncompressed agentview files.  Taken together, reading
12802         the agentview file should now be 6-7 times faster.
12803
12804 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12805
12806         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12807         as a buffer-local variable.  This avoids creating truncated
12808         dribble files as a result of a hang up, eg.
12809
12810 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12811
12812         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12813         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12814         XEmacs.
12815
12816 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12817
12818         * gnus-start.el (gnus-start-draft-setup):
12819         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12820
12821         * gnus.el (gnus-splash): Change custom group.
12822         (gnus-group-get-parameter, gnus-group-parameter-value):
12823         Describe allow-list argument.
12824
12825         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12826         string.
12827
12828 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12829
12830         * gnus-art.el (gnus-default-article-saver): Add user-defined
12831         `function' to custom type.
12832
12833 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12834
12835         * imap.el (imap-open): Handle case where buffer is a buffer
12836         object.
12837
12838 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12839
12840         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12841         long lines.
12842         (gnus-cache-delete-group): Wrap doc strings.
12843
12844         * gnus-agent.el (gnus-agent-rename-group)
12845         (gnus-agent-delete-group): Wrap doc strings.
12846
12847 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * messagexmas.el (message-use-toolbar): Change the valid values
12850         into default, top, bottom, left, and right.
12851         (message-toolbar-thickness): New variable.
12852         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12853         well.
12854         (message-setup-toolbar): Make it work.
12855
12856         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12857         (gnus-use-toolbar): Change the valid values into default, top,
12858         bottom, left, and right.
12859         (gnus-toolbar-thickness): New variable.
12860         (gnus-xmas-setup-toolbar): New function.
12861         (gnus-xmas-setup-group-toolbar): Use it.
12862         (gnus-xmas-setup-summary-toolbar): Use it.
12863
12864 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12865
12866         * gnus-start.el (gnus-1): Add "native" to
12867         gnus-predefined-server-alist.
12868
12869         * gnus.el (gnus-method-to-server): Don't add "native" to the
12870         lists here, because that leads to problems when
12871         gnus-select-method is bound.
12872
12873 2005-11-09  Simon Josefsson  <jas@extundo.com>
12874
12875         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12876         use (not sort-by-date) instead.
12877
12878 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12879
12880         * gnus-delay.el (gnus-delay-group): Don't autoload.
12881         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12882         to be re-loaded when customizing the `gnus-delay' group.
12883
12884 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12885
12886         * message.el: Revert last changes.
12887         (message-insert-citation-line): Use newlines.
12888
12889 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12890
12891         * message.el (message-courtesy-message)
12892         (message-mark-insert-begin, message-mark-insert-end)
12893         (message-elide-ellipsis, message-cancel-message)
12894         (message-add-header, message-change-subject)
12895         (message-cross-post-followup-to-header)
12896         (message-cross-post-insert-note, message-reduce-to-to-cc)
12897         (message-widen-reply, message-delete-not-region)
12898         (message-kill-to-signature, message-insert-signature)
12899         (message-insert-importance-high, message-insert-importance-low)
12900         (message-insert-or-toggle-importance)
12901         (message-insert-disposition-notification-to)
12902         (message-indent-citation, message-yank-original)
12903         (message-cite-original-without-signature, message-cite-original)
12904         (message-insert-citation-line, message-position-on-field)
12905         (message-fix-before-sending, message-send-mail-partially)
12906         (message-send-mail, message-send-mail-with-sendmail)
12907         (message-send-mail-with-qmail, message-send-news)
12908         (message-check-news-header-syntax, message-generate-headers)
12909         (message-insert-courtesy-copy, message-fill-address)
12910         (message-fill-header, message-shorten-references)
12911         (message-setup-1, message-cancel-news)
12912         (message-forward-make-body-plain, message-forward-make-body-mime)
12913         (message-forward-make-body-mml, message-encode-message-body)
12914         (message-forward-make-body-digest-plain)
12915         (message-forward-make-body-digest-mime)
12916         (message-use-alternative-email-as-from): Insert `hard-newline'
12917         instead of ordinary newlines.
12918
12919 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12920
12921         * message.el (message-generate-headers): Downcase the argument
12922         given to message-check-element.
12923
12924 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12925
12926         * nntp.el (nntp-authinfo-rejected): New error condition.
12927         (nntp-wait-for): Use new error condition to signal authentication
12928         error.
12929         (nntp-retrieve-data): Rethrow new error condition to break out of
12930         recursive call to nntp-send-authinfo.
12931
12932 2005-11-08  Romain Francoise  <romain@orebokech.com>
12933
12934         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12935         (gnus-summary-exit-map): Bind to `Z p'.
12936         (gnus-summary-make-menu-bar): Add menu item.
12937
12938 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12939
12940         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12941         (gnus-treat-*): Add `first' in all doc strings.
12942
12943         * gnus-group.el (gnus-group-compact-group): Fix typo.
12944
12945 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12946
12947         * gnus.el (gnus-parameters-case-fold-search): New variable.
12948         (gnus-parameters-get-parameter): Use it.
12949
12950         * gnus-score.el (gnus-home-score-file): Doc fix.
12951
12952 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12953
12954         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12955
12956 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * mm-util.el (mm-special-display-p): New function.
12959
12960         * mml.el (mml-preview): Use it; doc fix.
12961
12962 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12963
12964         * imap.el (imap-open): Handle case where buffer is a buffer object.
12965
12966 2005-10-29  Romain Francoise  <romain@orebokech.com>
12967
12968         * message.el (message-fix-before-sending): Fix comment.
12969
12970 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12971
12972         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12973
12974 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12975
12976         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12977         Used in gnus-score.el.
12978
12979 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12980
12981         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12982
12983 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12984
12985         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12986         whitespace removed in revision 7.8.  Use concatenated string to
12987         protect trailing whitespace.
12988
12989 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12990
12991         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12992         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12993         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12994         Courier IMAP ("some version from 2004").  Mostly based on similar
12995         code in the same function.
12996
12997 2005-10-26  Didier Verna  <didier@xemacs.org>
12998
12999         * gnus-group.el (gnus-group-compact-group): Invalidate original
13000         article buffer.
13001         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13002         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13003         NOV database and in article itself.
13004         Invalidate article backlog.
13005
13006 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13007
13008         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13009
13010 2005-10-26  Simon Josefsson  <jas@extundo.com>
13011
13012         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13013         part of 2004-07-25 change.
13014
13015 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13016
13017         * message.el (message-display-completion-list): New function.
13018         (message-expand-group): Use it; make sure the Completions buffer
13019         is modifiable.
13020 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13021
13022         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13023         user-mail-name is an empty string.
13024
13025 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13026
13027         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13028         depending on gnus-score-decay-constant.
13029
13030         * encrypt.el (encrypt-insert-file-contents)
13031         (encrypt-write-file-contents): Don't use `gnus-message'.
13032
13033         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13034         arguments.
13035         (mm-uu-type-alist): Add message-marks and insert-marks.
13036         Pass arguments to mm-uu-verbatim-marks-extract.
13037         (mm-uu-hide-markers): New variable.
13038         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13039
13040         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13041         (gnus-convert-image-to-face-command): Use "convert" by default to
13042         allow other input image formats.
13043         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13044         accordingly.
13045
13046 2005-10-23  Simon Josefsson  <jas@extundo.com>
13047
13048         * imap.el (imap-gssapi-program): Align command line parameters
13049         with latest GNU SASL.
13050         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13051
13052 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13053
13054         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13055         HTML.
13056         (nnslashdot-request-article): Ditto.
13057
13058         * lpath.el (featurep): Add nobreak-char-display.
13059
13060 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13061
13062         * mail-source.el (mail-source-fetch-pop): Require pop3.
13063         (mail-source-check-pop): Ditto.
13064
13065 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13068         errors.
13069
13070 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13071
13072         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13073         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13074
13075         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13076
13077         * mm-bodies.el (mm-decode-string):
13078         Call `mm-charset-to-coding-system' with allow-override argument.
13079
13080 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13081
13082         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13083         (rfc2047-charset-to-coding-system): New function.
13084         (rfc2047-decode-encoded-words): New function.
13085         (rfc2047-decode-region): Use them.
13086         (rfc2047-decode-cte): Remove.
13087         (rfc2047-parse-and-decode): Remove.
13088         (rfc2047-decode): Remove.
13089
13090 2005-10-15  Kenichi Handa  <handa@m17n.org>
13091
13092         * rfc2047.el (rfc2047-decode-cte): New function.
13093         (rfc2047-decode-region): Change the way to decode successive
13094         encoded-words: decode B- or Q-encoding in each encoded-word,
13095         concatenate them, and decode it as charset.
13096
13097 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * lpath.el: Fbind codepage-setup for XEmacs.
13100
13101 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13102
13103         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13104         widget-move-and-invoke.
13105         (gnus-custom-mode): Use gnus-custom-map.
13106
13107 2005-10-15  Bill Wohler  <wohler@newt.com>
13108
13109         * message.el (message-tool-bar-map): Rename image file from
13110         mail_send to mail/send.
13111
13112 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13113
13114         * message.el (message-expand-group): Pass the common
13115         prefix substring of completion to `display-completion-list'.
13116
13117 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13118
13119         * mml-sec.el (mml-secure-method): New internal variable.
13120         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13121         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13122         New functions using mml-secure-method.
13123
13124         * mml.el (mml-mode-map): Add key bindings for those functions.
13125         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13126         Harder <harder@myrealbox.com>.
13127         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13128         Goto end of message if point is the headers of the message.
13129
13130         * message.el (message-in-body-p): New function.
13131
13132         * assistant.el: Autoload gnus-util and netrc.
13133
13134         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13135         Use `mm-charset-override-alist' only when decoding.
13136
13137         * mm-bodies.el (mm-decode-body):
13138         Call `mm-charset-to-coding-system' with allow-override argument.
13139
13140         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13141         `filename' from Content-Disposition if Content-Type doesn't
13142         provide `name'.
13143         (gnus-mime-view-part-as-type): Set default instead of
13144         initial-input.
13145
13146 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13147
13148         * format-spec.el (format-spec): Propagate text properties of % spec.
13149
13150 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13151
13152         * gnus-art.el (gnus-treat-predicate): Add `first'.
13153
13154 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13155
13156         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13157         (mm-charset-override-alist): New variable.
13158         (mm-charset-to-coding-system): Use it.
13159         (mm-codepage-setup): New helper function.
13160         (mm-charset-eval-alist): New variable.
13161         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13162         Warn about unknown charsets.
13163
13164         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13165
13166 2005-10-04  David Hansen  <david.hansen@gmx.net>
13167
13168         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13169         (nnrss-check-group): Ditto.
13170
13171 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13172
13173         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13174         Rename x-gnus-verbatim to x-verbatim.
13175         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13176
13177         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13178         x-verbatim.
13179
13180         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13181
13182         * gnus-util.el (gnus-remove-duplicates): Remove.
13183
13184         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13185         instead of gnus-remove-duplicates.
13186
13187         * message.el (message-remove-duplicates): Remove.
13188         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13189         message-remove-duplicates.
13190
13191         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13192         available, else use implementation from `delete-dups'.
13193
13194         * message.el (message-insert-expires): New function.
13195         (message-mode-map): Add key binding.
13196         (message-mode-field-menu): Add menu entry.
13197         (message-mode): Document it.
13198         (message-make-expires-date): Use `message-make-date'.
13199
13200 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13201
13202         * message.el (message-make-expires-date): New function.
13203
13204 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13205
13206         * Makefile.in (list-installed-shadows): New entry.
13207         (install): Use it.
13208         (remove-installed-shadows): New entry.
13209
13210         * dgnushack.el (dgnushack-default-load-path): New variable.
13211         (dgnushack-find-lisp-shadows): New function.
13212         (dgnushack-remove-lisp-shadows): New function.
13213
13214 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13215
13216         * Makefile.in (install-el-elc): New entry.
13217         (install): Use it so that .el files are necessarily installed.
13218
13219 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13220
13221         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13222
13223 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13224
13225         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13226         function rather than the diff-mode.el package.
13227         (mm-display-external): Use with-current-buffer.
13228         (mm-viewer-completion-map, mm-viewer-completion-map):
13229         Move initialization inside declaration.
13230
13231 2005-09-29  Simon Josefsson  <jas@extundo.com>
13232
13233         * spam.el: Load hashcash when compiling, to avoid warnings.
13234         Don't autoload mail-check-payment.
13235         (spam-check-hashcash): Define unconditionally, since hashcash.el
13236         is part of Gnus now.  Ignore errors from payment checking.
13237
13238 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13239
13240         * message.el (message-bold-region, message-unbold-region):
13241         Rename from `bold-region' and `unbold-region'.
13242
13243         * message.el: Remove useless autoloads.
13244
13245 2005-09-28  Simon Josefsson  <jas@extundo.com>
13246
13247         * message.el (message-use-idna): Default to t.
13248         (message-use-idna): Test whether encoding works too.  Doc fix.
13249
13250 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13251
13252         * nntp.el (nntp-warn-about-losing-connection): Remove.
13253
13254 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13255
13256         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13257         customizable.  Change default value.
13258         (mm-uu-diff-groups-regexp): Change default value.
13259         (mm-uu-type-alist): Add doc string.
13260         (mm-uu-configure): Add doc string.  Make it interactive.
13261         (mm-uu-tex-groups-regexp): New variable.
13262         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13263         (mm-uu-type-alist): Add LaTeX documents.
13264         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13265         of "text/verbatim".
13266         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13267
13268         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13269         instead of "text/verbatim".
13270
13271         * message.el (message-mark-inserted-region)
13272         (message-mark-insert-file): Use slrn style marks when called with
13273         prefix argument.
13274
13275 2005-09-27  Simon Josefsson  <jas@extundo.com>
13276
13277         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13278
13279 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13280
13281         * message.el (message-remove-duplicates): New function.
13282         Implementation borrowed from `gnus-remove-duplicates'.
13283         (message-idna-to-ascii-rhs): Also encode idna addresses in
13284         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13285         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13286         only ask about the same idna domain once per header and also tell
13287         in what header to replace the idna domain.
13288
13289         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13290         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13291         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13292         a header is decoded and not just the last one.
13293
13294 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13295
13296         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13297         has been decoded.
13298
13299         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13300         (mm-insert-part): Don't modify text if it has been decoded.
13301
13302         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13303         decoded.
13304
13305         * mm-view.el (mm-inline-text): Don't strip text props unless
13306         decoding enriched or richtext parts.
13307
13308 2005-09-25  Romain Francoise  <romain@orebokech.com>
13309
13310         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13311         * gnus-start.el (gnus-subscribe-interactively):
13312         * gnus-uu.el (gnus-uu-grab-articles):
13313         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13314         space.
13315
13316 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13317
13318         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13319         * mm-view.el (mm-view-pkcs7-decrypt):
13320         * gnus-sum.el (gnus-summary-limit-to-extra)
13321         (gnus-summary-respool-article, gnus-read-move-group-name):
13322         * gnus-score.el (gnus-summary-increase-score):
13323         * gnus-util.el (gnus-completing-read-with-default):
13324         * gnus-art.el (gnus-read-save-file-name)
13325         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13326         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13327         * message.el (message-check-news-header-syntax):
13328         Follow convention for reading with the minibuffer.
13329
13330 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13331
13332         * spam-report.el (spam-report-url-ping-plain):
13333         Use gnus-extended-version as User-Agent.
13334
13335         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13336         default value is nil.
13337
13338         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13339         (mm-uu-verbatim-marks-extract): New function.
13340         (mm-uu-extract): New face.
13341         (mm-uu-copy-to-buffer): Use it.
13342
13343         * spam-report.el (spam-report-gmane-ham): Rename from
13344         `spam-report-gmane-unspam'.
13345         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13346         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13347
13348         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13349         Autoload.
13350         (spam-report-gmane-unregister-routine):
13351         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13352
13353 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13354
13355         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13356         (spam-report-gmane-unregister-routine): Add support for gmane
13357         unregistration.
13358
13359         * spam-report.el (spam-report-gmane-unspam)
13360         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13361         (spam-report-gmane): Change to take a single article and do unspam
13362         registration.
13363
13364 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13365
13366         * mm-url.el (mm-url-decode-entities): Fix regexp.
13367
13368 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13369
13370         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13371         default to nil, to be able to use Gnus at all.  If the default
13372         switches to something else, then the function should be fixed not
13373         be exceedingly slow.
13374
13375 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13376
13377         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13378         fail hard.
13379
13380         * spam-report.el: Add better Keywords line.
13381
13382         * spam.el: Add Maintainer and better Keywords line.
13383
13384 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13385
13386         * gnus-art.el (gnus-article-replace-part)
13387         (gnus-mime-replace-part): New functions.
13388         (gnus-mime-action-alist, gnus-mime-button-commands)
13389         (gnus-mime-save-part-and-strip): Add file argument.
13390         (gnus-article-part-wrapper): Add interactive argument.
13391
13392         * gnus-sum.el (gnus-summary-mime-map):
13393         Add `gnus-article-replace-part'.
13394
13395 2005-09-19  Didier Verna  <didier@xemacs.org>
13396
13397         The nnml compaction feature:
13398         * nnml.el (nnml-request-compact-group): New function.
13399         * nnml.el (nnml-request-compact): New function.
13400         * gnus-int.el (gnus-request-compact-group): New function.
13401         * gnus-int.el (gnus-request-compact): New function.
13402         * gnus-group.el (gnus-group-compact-group): New function.
13403         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13404         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13405         * gnus-srvr.el (gnus-server-compact-server): New function.
13406         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13407         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13408
13409 2005-09-18  Deepak Goel  <deego@gnufans.org>
13410
13411         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13412         format spec.
13413
13414 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13415
13416         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13417
13418 2005-09-15  Romain Francoise  <romain@orebokech.com>
13419
13420         * message.el (message-fill-paragraph): Clarify docstring.
13421
13422 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * gnus-art.el (gnus-mime-display-part): Protect against broken
13425         MIME messages.
13426
13427 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13428
13429         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13430         before parsing header.
13431
13432 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13433
13434         * html2text.el (html2text-replace-list): Add new entities.
13435
13436 2005-09-11  Romain Francoise  <romain@orebokech.com>
13437
13438         * message.el (message-alternative-emails): Improve docstring.
13439         (message-setup-1): Call `message-use-alternative-email-as-from'
13440         after `message-setup-hook' to give it precedence over posting
13441         styles, etc.
13442         (message-use-alternative-email-as-from): Add docstring.
13443         Remove the original From header if present.
13444
13445         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13446         (nnml-save-mail): Use it.
13447
13448         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13449         articles.  Add new argument `silent'.
13450         (gnus-uu-mark-all): Report the total number of marked articles.
13451
13452 2005-09-10  Romain Francoise  <romain@orebokech.com>
13453
13454         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13455         (gnus-uu-mark-series): Likewise.
13456
13457 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13458
13459         * spam-report.el (spam-report-gmane): Fix generation of spam
13460         report URL.
13461
13462 2005-09-10  Simon Josefsson  <jas@extundo.com>
13463
13464         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13465         t, based on discussion on the ding list with Robert Epprecht
13466         <epprecht@solnet.ch>.
13467
13468 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13469
13470         * spam-report.el (spam-report-gmane): Make it work without
13471         X-Report-Spam header.  Gmane now only provides Archived-At.
13472         This is only used if `spam-report-gmane-use-article-number' is nil.
13473         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13474
13475         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13476         make `gnus-summary-sort-by-recipient' work with threading.
13477
13478         * nnweb.el (nnweb-google-wash-article): Print a message if article
13479         is not available.
13480
13481 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13482
13483         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13484         change.  Decode text/* parts content before displaying.
13485
13486 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13487
13488         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13489
13490 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13493
13494         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13495         url-package-name, url-package-version,
13496         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13497         w3m-display-inline-images, and w3m-minor-mode-map.
13498
13499 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13500
13501         * message.el (message-tab-body-function): Fix mismatched custom type.
13502
13503         * gnus.el (gnus-group-change-level-function): Ditto.
13504
13505         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13506
13507         * gnus-art.el (gnus-signature-limit)
13508         (gnus-article-mime-part-function): Ditto.
13509
13510 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13511
13512         * mml.el (mml-mode): Silence the byte compiler.
13513
13514         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13515         using `(sit-for 0)' before moving the point to the specified part;
13516         skip unbuttonized parts.
13517         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13518         return to the summary window if gnus-auto-select-part is non-nil.
13519
13520 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13521
13522         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13523         New variables.
13524         (mml-dnd-attach-file, mml-mode): Use them.
13525
13526         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13527         Make fetching article by MID work again for Google Groups.
13528         Add FIXME concerning gnus-group-make-web-group.
13529
13530         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13531         Don't depend on Gnus by using mail-extract-address-components if
13532         gnus-extract-address-components is not bound.
13533
13534 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13535
13536         * gnus-art.el (gnus-mime-display-security): Don't display the
13537         signature, but only the signed part.
13538
13539 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13540
13541         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13542
13543         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13544         list, not listp.
13545
13546 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13547
13548         * mm-encode.el (mm-encode-content-transfer-encoding):
13549         Likewise when encoding.
13550
13551         * mm-bodies.el (mm-decode-content-transfer-encoding):
13552         De-canonicalize CRLF for all text content types, not just
13553         text/plain.
13554
13555 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13556
13557         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13558         valid article; point arrow and cursor at the MIME button.
13559
13560 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13561
13562         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13563         Suggested by Dan Christensen <jdc@uwo.ca>.
13564
13565         * mm-decode.el (mm-save-part): Enable change of prompt.
13566
13567 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13568
13569         * gnus-msg.el (gnus-inews-add-send-actions):
13570         Make `message-post-method' lambda parameter ARG `&optional'.
13571
13572 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13573
13574         * gnus-sum.el (gnus-summary-mime-map):
13575         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13576         gnus-article-jump-to-part.
13577
13578         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13579         (gnus-article-edit-part): Use it.
13580         (gnus-article-part-wrapper): Add no-handle argument.
13581         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13582         New functions.
13583
13584 2005-08-29  Romain Francoise  <romain@orebokech.com>
13585
13586         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13587         docstring.
13588         (gnus-face-from-file): Likewise.
13589
13590 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13591
13592         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13593         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13594         non-nil.
13595         (gnus-auto-select-part): New variable.
13596         (gnus-article-jump-to-part): New function.
13597         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13598         (gnus-mime-delete-part): Allow selecting specified part after
13599         deleting or stripping parts.
13600         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13601         part if argument is bogus.
13602
13603 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13604
13605         * gnus-art.el (w3m-minor-mode-map):
13606         * gnus-spec.el (gnus-newsrc-file-version):
13607         * gnus-util.el (nnmail-active-file-coding-system)
13608         (gnus-original-article-buffer, gnus-user-agent):
13609         * gnus.el (gnus-ham-process-destinations)
13610         (gnus-parameter-ham-marks-alist)
13611         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13612         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13613         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13614         * mm-decode.el (gnus-current-window-configuration):
13615         * mm-extern.el (gnus-article-mime-handles):
13616         * mm-url.el (url-current-object, url-package-name)
13617         (url-package-version):
13618         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13619         (smime-keys, w3m-cid-retrieve-function-alist)
13620         (w3m-current-buffer, w3m-display-inline-images)
13621         (w3m-minor-mode-map):
13622         * mml-smime.el (gnus-extract-address-components):
13623         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13624         (gnus-newsrc-hashtb, message-default-charset)
13625         (message-deletable-headers, message-options)
13626         (message-posting-charset, message-required-mail-headers)
13627         (message-required-news-headers):
13628         * mml1991.el (mc-pgp-always-sign):
13629         * mml2015.el (mc-pgp-always-sign):
13630         * nnheader.el (nnmail-extra-headers):
13631         * rfc1843.el (gnus-decode-encoded-word-function)
13632         (gnus-decode-header-function, gnus-newsgroup-name):
13633         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13634
13635 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13636
13637         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13638         the end of the date treatments.
13639
13640 2005-08-15  Simon Josefsson  <jas@extundo.com>
13641
13642         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13643         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13644         Capello and Romain Francoise.
13645         (pgg-fetch-key-function): Remove, not used?
13646         (pgg-insert-url-with-w3): Require url, to get
13647         url-insert-file-contents regardless of where it is defined.
13648
13649 2005-08-13  Romain Francoise  <romain@orebokech.com>
13650
13651         * message.el (message-cite-original-1): New function.
13652         (message-cite-original): Use it.
13653         (message-cite-original-without-signature): Ditto.
13654
13655 2005-08-08  Romain Francoise  <romain@orebokech.com>
13656
13657         * message.el (message-yank-empty-prefix): New variable.
13658         (message-indent-citation): Use it.
13659         (message-cite-original-without-signature): Respect X-No-Archive.
13660
13661 2005-08-08  Simon Josefsson  <jas@extundo.com>
13662
13663         * pgg.el: Autoload url-insert-file-contents instead of loading
13664         w3/url.
13665         (pgg-insert-url-with-w3): Don't load url here.
13666
13667 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13668
13669         * message.el (message-kill-to-signature): Don't insert newline at
13670         bol.
13671         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13672
13673 2005-08-06  Romain Francoise  <romain@orebokech.com>
13674
13675         * message.el (message-user-fqdn): Fix typo in docstring.
13676
13677 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13678
13679         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13680
13681         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13682
13683 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13684
13685         * mm-bodies.el (mm-encode-body): Use coding system rather than
13686         charset to encode text.
13687
13688         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13689         number of charsets if utf-8 is available (XEmacs).
13690
13691 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13692
13693         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13694         taken from `gnus-button-mid-or-mail-regexp'.
13695         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13696         (gnus-button-alist): Improve regexp for domain part of the MIDs
13697         for news:localpart@domain buttons.
13698         (gnus-button-ctan-directory-regexp): Update.
13699
13700 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * sieve-manage.el (sieve-manage-interactive-login):
13703         Use make-local-variable rather than make-variable-buffer-local.
13704         (sieve-manage-open): Ditto.
13705         (sieve-manage-authenticate): Ditto.
13706
13707         * mml.el (mml-generate-mime-1): Make the content type default to
13708         text/plain if the filename is not specified.
13709
13710 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13711
13712         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13713         instead of insert-buffer.
13714
13715         * message.el (message-yank-original): Ditto; set the mark at the
13716         end of the yanked message.
13717
13718 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13719
13720         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13721         lines to scroll rather than to stop it.
13722
13723         * mml.el (mml-generate-default-type): Add doc string.
13724         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13725         default to application/octet-stream when determining the content
13726         type if it is not specified for the part or the mml contents; add
13727         a comment about mml-generate-default-type.
13728
13729 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13730
13731         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13732         make it default to application/octet-stream when determining the
13733         content type if it is not specified for the external contents.
13734
13735 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13736
13737         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13738         segmented parameter but also other parameters might be there.
13739
13740 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13741
13742         * mm-decode.el (mm-display-external): Delete temp file, directory
13743         and buffer immediately if the external process is exited.
13744
13745 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13746
13747         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13748         fewer lines than that of scroll-margin.
13749         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13750
13751 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * gnus-art.el (gnus-article-next-page): Revert.
13754         (gnus-article-beginning-of-window): New macro.
13755         (gnus-article-next-page-1): Use it.
13756         (gnus-article-prev-page): Ditto.
13757         (gnus-article-edit-part): Use insert-buffer-substring instead of
13758         insert-buffer.
13759         (gnus-article-edit-exit): Ditto.
13760
13761         * gnus-util.el (gnus-beginning-of-window): Remove.
13762         (gnus-end-of-window): Remove.
13763
13764         * lpath.el: Don't bind header-line-format and scroll-margin.
13765
13766 2005-07-25  Simon Josefsson  <jas@extundo.com>
13767
13768         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13769         to have the url package without w3.  Reported by Daiki Ueno
13770         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13771
13772 2005-07-20  Didier Verna  <didier@xemacs.org>
13773
13774         * gnus-diary.el: Remove the description comment (nndiary is now
13775         properly documented in the Gnus manual).
13776         Fix the spelling of "Back End".
13777         * nndiary.el: Ditto.
13778         Fix the copyright notice.
13779
13780 2005-07-18  Romain Francoise  <romain@orebokech.com>
13781
13782         * gnus-sum.el (gnus-summary-to-prefix)
13783         (gnus-summary-newsgroup-prefix): New variables.
13784         (gnus-summary-from-or-to-or-newsgroups): Use them.
13785
13786 2005-07-17  Romain Francoise  <romain@orebokech.com>
13787
13788         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13789         space as it's generally not especially interesting to the user.
13790
13791 2005-07-16  Romain Francoise  <romain@orebokech.com>
13792
13793         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13794         nil to avoid prompting and file modification if one of the
13795         messages at the top of the nnfolder file contains a copyright
13796         notice.
13797         Update copyright notice.
13798
13799         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13800         instead of `current-time-string' as the latter creates a time
13801         string that is not RFC 2822 compliant (it lacks the zone).
13802         Update copyright notice.
13803
13804 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13805
13806         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13807         for text/rtf.  Display default in prompt.  Pass default for M-n.
13808
13809         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13810
13811 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13812
13813         * gnus-msg.el (gnus-button-mailto):
13814         Remove save-selected-window-window hackery because it relies on
13815         save-selected-window internals.
13816
13817 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13818
13819         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13820         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13821         (gnus-article-prev-page): Ditto.
13822
13823         * gnus-util.el (gnus-beginning-of-window): New function.
13824         (gnus-end-of-window): New function.
13825
13826         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13827
13828 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13829
13830         * gnus-score.el (gnus-score-edit-all-score):
13831         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13832         gnus-message.
13833
13834 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13835
13836         * gnus-msg.el (gnus-button-mailto):
13837         Remove save-selected-window-window hackery because it relies on
13838         save-selected-window internals.
13839
13840 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13843         add-minor-mode.
13844         (gnus-binary-mode): Ditto.
13845
13846         * gnus-topic.el (gnus-topic-mode): Ditto.
13847
13848 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13849
13850         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13851         (gnus-article-prev-page): Take scroll-margin into consideration.
13852
13853 2005-07-04  Lute Kamstra  <lute@gnu.org>
13854
13855         Update FSF's address in GPL notices.
13856
13857 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13858
13859         * gnus.el (gnus-exit):
13860         * gnus-group.el (gnus-group-icons):
13861         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13862
13863         * gnus-nocem.el (gnus-nocem):
13864         * message.el (message-various, message-buffers, message-sending)
13865         (message-interface, message-forwarding, message-insertion)
13866         (message-headers, message-news, message-mail):
13867         * pgg-gpg.el (pgg-gpg):
13868         * pgg-parse.el (pgg-parse):
13869         * pgg-pgp.el (pgg-pgp):
13870         * pgg-pgp5.el (pgg-pgp5):
13871         * pop3.el (pop3): Finish `defgroup' description with period.
13872
13873 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * gnus-art.el (article-display-face): Improve the efficiency.
13876         (article-display-x-face): Ditto; remove grey x-face stuff.
13877
13878 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13879
13880         * gnus-art.el (article-display-face): Correct the position in
13881         which Faces are inserted.
13882
13883 2005-06-29  Didier Verna  <didier@xemacs.org>
13884
13885         * gnus-art.el (article-display-face): Display faces in correct
13886         order.
13887
13888 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13891         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13892         (gnus-nocem-check-article): Fetch the Type header.
13893         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13894         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13895         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13896         make sure gnus-nocem-hashtb is initialized.
13897         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13898         (gnus-nocem-unwanted-article-p): Ditto.
13899
13900         * pgg.el (pgg-verify): Return the verification result.
13901
13902 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13903
13904         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13905         is ascii.
13906
13907 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13908
13909         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13910         `show-nonbreak-escape'.
13911
13912 2005-06-23  Lute Kamstra  <lute@gnu.org>
13913
13914         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13915
13916         * dig.el (dig-mode):
13917         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13918
13919 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13920
13921         * nnimap.el (nnimap-split-download-body): Fix spellings.
13922
13923 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13924
13925         * gnus-art.el (gnus-article-encrypt-body):
13926         * gnus-cus.el (gnus-score-customize):
13927         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13928         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13929
13930 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13931
13932         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13933         header by looking for magic "MII" at the beginnig.
13934
13935 2005-06-16  Miles Bader  <miles@gnu.org>
13936
13937         * gnus-xmas.el (gnus-xmas-group-startup-message):
13938         Use renamed gnus-splash face.
13939
13940         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13941         (assistant-field-face): New backward-compatibility alias for renamed
13942         face.
13943         (assistant-render-text): Use renamed assistant-field face.
13944
13945         * spam.el (spam): Remove "-face" suffix from face name.
13946         (spam-face): New backward-compatibility alias for renamed face.
13947         (spam-face, spam-initialize): Use renamed spam face.
13948
13949         * message.el (message-header-to, message-header-cc)
13950         (message-header-subject, message-header-newsgroups)
13951         (message-header-other, message-header-name)
13952         (message-header-xheader, message-separator, message-cited-text)
13953         (message-mml): Remove "-face" suffix from face names.
13954         (message-header-to-face, message-header-cc-face)
13955         (message-header-subject-face, message-header-newsgroups-face)
13956         (message-header-other-face, message-header-name-face)
13957         (message-header-xheader-face, message-separator-face)
13958         (message-cited-text-face, message-mml-face):
13959         New backward-compatibility aliases for renamed faces.
13960         (message-font-lock-keywords): Use renamed message faces.
13961
13962         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13963         (sieve-test-commands, sieve-tagged-arguments):
13964         Remove "-face" suffix from face names.
13965         (sieve-control-commands-face, sieve-action-commands-face)
13966         (sieve-test-commands-face, sieve-tagged-arguments-face):
13967         New backward-compatibility aliases for renamed faces.
13968         (sieve-control-commands-face, sieve-action-commands-face)
13969         (sieve-test-commands-face, sieve-tagged-arguments-face):
13970         Use renamed sieve faces.
13971
13972         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13973         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13974         (gnus-group-news-3-empty, gnus-group-news-4)
13975         (gnus-group-news-4-empty, gnus-group-news-5)
13976         (gnus-group-news-5-empty, gnus-group-news-6)
13977         (gnus-group-news-6-empty, gnus-group-news-low)
13978         (gnus-group-news-low-empty, gnus-group-mail-1)
13979         (gnus-group-mail-1-empty, gnus-group-mail-2)
13980         (gnus-group-mail-2-empty, gnus-group-mail-3)
13981         (gnus-group-mail-3-empty, gnus-group-mail-low)
13982         (gnus-group-mail-low-empty, gnus-summary-selected)
13983         (gnus-summary-cancelled, gnus-summary-high-ticked)
13984         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13985         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13986         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13987         (gnus-summary-low-undownloaded)
13988         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13989         (gnus-summary-low-unread, gnus-summary-normal-unread)
13990         (gnus-summary-high-read, gnus-summary-low-read)
13991         (gnus-summary-normal-read, gnus-splash):
13992         Remove "-face" suffix from face names.
13993         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13994         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13995         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13996         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13997         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13998         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13999         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14000         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14001         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14002         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14003         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14004         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14005         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14006         (gnus-summary-normal-ticked-face)
14007         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14008         (gnus-summary-normal-ancient-face)
14009         (gnus-summary-high-undownloaded-face)
14010         (gnus-summary-low-undownloaded-face)
14011         (gnus-summary-normal-undownloaded-face)
14012         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14013         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14014         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14015         (gnus-splash-face):
14016         New backward-compatibility aliases for renamed faces.
14017         (gnus-group-startup-message): Use renamed gnus faces.
14018
14019         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14020         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14021         (gnus-server-agent): Remove "-face" suffix from face names.
14022         (gnus-server-agent-face, gnus-server-opened-face)
14023         (gnus-server-closed-face, gnus-server-denied-face)
14024         (gnus-server-offline-face):
14025         New backward-compatibility aliases for renamed faces.
14026         (gnus-server-agent-face, gnus-server-opened-face)
14027         (gnus-server-closed-face, gnus-server-denied-face)
14028         (gnus-server-offline-face): Use renamed gnus faces.
14029
14030         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14031         Remove "-face" suffix from face names.
14032         (gnus-picon-xbm-face, gnus-picon-face):
14033         New backward-compatibility aliases for renamed faces.
14034
14035         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14036         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14037         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14038         (gnus-cite-11): Remove "-face" suffix from face names.
14039         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14040         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14041         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14042         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14043         New backward-compatibility aliases for renamed faces.
14044         (gnus-cite-attribution-face, gnus-cite-face-list)
14045         (gnus-article-boring-faces): Use renamed gnus faces.
14046
14047         * gnus-art.el (gnus-signature, gnus-header-from)
14048         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14049         (gnus-header-content): Remove "-face" suffix from face names.
14050         (gnus-signature-face, gnus-header-from-face)
14051         (gnus-header-subject-face, gnus-header-newsgroups-face)
14052         (gnus-header-name-face, gnus-header-content-face):
14053         New backward-compatibility aliases for renamed faces.
14054         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14055
14056         * gnus-sum.el (gnus-summary-selected-face)
14057         (gnus-summary-highlight): Use renamed gnus faces.
14058         * gnus-group.el (gnus-group-highlight): Likewise.
14059
14060 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14061
14062         * gnus-sieve.el (gnus-sieve-article-add-rule):
14063         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14064         * spam-stat.el (spam-stat-buffer-change-to-spam)
14065         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14066
14067         * message.el (message-is-yours-p):
14068         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14069
14070 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14071
14072         * mm-view.el (mm-inline-text): Withdraw the last change.
14073
14074 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14077         executing enriched-decode.
14078
14079 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14080
14081         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14082         charset of tar files.
14083
14084 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14085
14086         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14087
14088 2005-06-04  Lute Kamstra  <lute@gnu.org>
14089
14090         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14091         information is never recorded.
14092
14093 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14094
14095         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14096
14097 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * pop3.el (pop3-apop): Run md5 in the binary mode.
14100
14101         * starttls.el (starttls-set-process-query-on-exit-flag):
14102         Use eval-and-compile.
14103
14104 2005-05-31  Simon Josefsson  <jas@extundo.com>
14105
14106         * smime.el (smime-replace-in-string): Define.
14107         (smime-cert-by-ldap-1): Use it.
14108
14109 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * gnus-art.el (article-display-x-face): Replace
14112         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14113
14114         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14115         set-process-query-on-exit-flag or process-kill-without-query.
14116
14117         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14118         loop instead of replace-regexp.
14119
14120         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14121         instead of process-kill-without-query if it is available.
14122
14123         * lpath.el: Fbind ldap-search-entries.
14124
14125         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14126         instead of find-file-hooks if it is available.
14127
14128         * mml1991.el: Bind pgg-default-user-id when compiling.
14129
14130         * mml2015.el: Bind pgg-default-user-id when compiling.
14131
14132         * nndraft.el (nndraft-request-associate-buffer):
14133         Use write-contents-functions instead of write-contents-hooks if it is
14134         available.
14135
14136         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14137         instead of find-file-hooks if it is available.
14138
14139         * nntp.el (nntp-open-connection): Replace
14140         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14141         (nntp-open-ssl-stream): Ditto.
14142         (nntp-open-tls-stream): Ditto.
14143
14144         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14145         set-process-query-on-exit-flag or process-kill-without-query.
14146         (starttls-open-stream-gnutls): Use it instead of
14147         process-kill-without-query.
14148         (starttls-open-stream): Ditto.
14149
14150 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14151
14152         * smime.el (smime-cert-by-ldap-1): Don't use
14153         replace-regexp-in-string.
14154
14155 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14156
14157         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14158
14159         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14160         in PEM format.  Adjust to the XEmacs compability.
14161
14162 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14163
14164         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14165         by `string-to-number'.
14166         * gnus-agent.el (gnus-agent-regenerate-group)
14167         (gnus-agent-fetch-articles): Ditto.
14168         * gnus-art.el (gnus-button-fetch-group): Ditto.
14169         * gnus-cache.el (gnus-cache-generate-active)
14170         (gnus-cache-articles-in-group): Ditto.
14171         * gnus-group.el (gnus-group-set-current-level)
14172         (gnus-group-insert-group-line): Ditto.
14173         * gnus-score.el (gnus-score-set-expunge-below)
14174         (gnus-score-set-mark-below, gnus-summary-score-effect)
14175         (gnus-summary-score-entry): Ditto.
14176         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14177         (gnus-soup-pack): Ditto.
14178         * gnus-spec.el (gnus-xmas-format): Ditto.
14179         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14180         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14181         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14182         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14183         * nndb.el (nndb-get-remote-expire-response): Ditto.
14184         * nndiary.el (nndiary-parse-schedule-value)
14185         (nndiary-string-to-number, nndiary-request-replace-article)
14186         (nndiary-request-article): Ditto.
14187         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14188         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14189         * nneething.el (nneething-make-head): Ditto.
14190         * nnfolder.el (nnfolder-request-article)
14191         (nnfolder-retrieve-headers): Ditto.
14192         * nnheader.el (nnheader-file-to-number): Ditto.
14193         * nnkiboze.el (nnkiboze-request-article): Ditto.
14194         * nnmail.el (nnmail-process-unix-mail-format)
14195         (nnmail-process-babyl-mail-format): Ditto.
14196         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14197         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14198         (nnmh-request-create-group, nnmh-request-list-1)
14199         (nnmh-request-group, nnmh-request-article): Ditto.
14200         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14201         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14202         * nnsoup.el (nnsoup-make-active): Ditto.
14203         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14204         * nntp.el (nntp-find-group-and-number)
14205         (nntp-retrieve-headers-with-xover): Ditto.
14206         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14207         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14208         (pgg-format-key-identifier): Ditto.
14209         * pop3.el (pop3-last, pop3-stat): Ditto.
14210         * qp.el (quoted-printable-decode-region): Ditto.
14211
14212         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14213         of concat.
14214
14215 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14218
14219         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14220
14221         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14222
14223         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14224
14225         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14226
14227         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14228
14229         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14230         (gnus-carpal-mode): Ditto.
14231
14232         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14233         (gnus-browse-mode): Ditto.
14234
14235         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14236
14237         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14238
14239 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14240
14241         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14242
14243 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14244
14245         * gnus-util.el (gnus-run-mode-hooks): New function.
14246
14247         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14248
14249         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14250         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14251
14252 2005-05-27  Lute Kamstra  <lute@gnu.org>
14253
14254         * dns-mode.el (dns-mode): Specify customization group.
14255
14256 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14257
14258         * gnus-agent.el (gnus-agent-make-mode-line-string):
14259         Use mode-line-highlight as mouse-face.
14260
14261 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * canlock.el (canlock): Change the parent group to news.
14264
14265         * deuglify.el (gnus-outlook-deuglify): Add :group.
14266
14267         * dig.el (dig): Add :group.
14268
14269         * dns-mode.el (dns-mode): Add :group.
14270
14271         * encrypt.el (encrypt): Add :group.
14272
14273         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14274         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14275         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14276         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14277         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14278
14279         * gnus-diary.el (gnus-diary): Add :group.
14280
14281         * gnus.el (gnus-group-news-1-face): Add :group.
14282         (gnus-group-news-1-empty-face): Ditto.
14283         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14284         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14285         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14286         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14287         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14288         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14289         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14290         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14291         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14292         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14293         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14294         (gnus-summary-high-ticked-face): Ditto.
14295         (gnus-summary-low-ticked-face): Ditto.
14296         (gnus-summary-normal-ticked-face): Ditto.
14297         (gnus-summary-high-ancient-face): Ditto.
14298         (gnus-summary-low-ancient-face): Ditto.
14299         (gnus-summary-normal-ancient-face): Ditto.
14300         (gnus-summary-high-undownloaded-face): Ditto.
14301         (gnus-summary-low-undownloaded-face): Ditto.
14302         (gnus-summary-normal-undownloaded-face): Ditto.
14303         (gnus-summary-high-unread-face): Ditto.
14304         (gnus-summary-low-unread-face): Ditto.
14305         (gnus-summary-normal-unread-face): Ditto.
14306         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14307         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14308
14309         * hashcash.el (hashcash): New custom group.
14310         (hashcash-default-payment): Add :group.
14311         (hashcash-payment-alist): Ditto.
14312         (hashcash-default-accept-payment): Ditto.
14313         (hashcash-accept-resources): Ditto.
14314         (hashcash-path): Ditto.
14315         (hashcash-extra-generate-parameters): Ditto.
14316         (hashcash-double-spend-database): Ditto.
14317         (hashcash-in-news): Ditto.
14318
14319         * message.el (message-minibuffer-local-map): Add :group.
14320
14321         * netrc.el (netrc): Add :group.
14322
14323         * sieve-manage.el (sieve-manage-log): Add :group.
14324         (sieve-manage-default-user): Diito.
14325         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14326         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14327         (sieve-manage-authenticators): Ditto.
14328         (sieve-manage-authenticator-alist): Ditto.
14329         (sieve-manage-default-port): Ditto.
14330
14331         * sieve-mode.el (sieve-control-commands-face): Add :group.
14332         (sieve-action-commands-face): Ditto.
14333         (sieve-test-commands-face): Ditto.
14334         (sieve-tagged-arguments-face): Ditto.
14335
14336         * smime.el (smime): Add :group.
14337
14338         * spam-report.el (spam-report): Add :group.
14339
14340         * spam.el (spam, spam-face): Add :group.
14341
14342 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14343
14344         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14345         return \n.\n.\n at the end of articles.  Protect against that.
14346         (nntp-with-open-group): Allow debugging.
14347
14348         * nnheader.el (mail-header-set-extra): Make into a function
14349         because I just could't understand how to quote the list properly.
14350
14351         * dns.el (query-dns-cached): New function.
14352
14353 2005-05-26  Lute Kamstra  <lute@gnu.org>
14354
14355         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14356
14357 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14358
14359         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14360
14361         * gnus-art.el: Don't autoload mail-extract-address-components.
14362
14363         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14364         eval-and-compile to evaluate it.
14365
14366         * hashcash.el: Don't autoload executable-find.
14367
14368         * nndb.el: Don't declare the nndb back end two or more times; don't
14369         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14370
14371         * nntp.el: Autoload format-spec instead of format; use
14372         eval-and-compile to evaluate autoload forms.
14373
14374 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14375
14376         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14377
14378 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14379
14380         * gnus.el (gnus-version-number): Bump version.
14381
14382 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14383
14384         * gnus.el: No Gnus v0.3 is released.
14385
14386 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14387
14388         * lpath.el (featurep): Bind show-nonbreak-escape.
14389
14390 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14391
14392         * gnus-art.el (gnus-article-edit-part): Disable undo.
14393
14394 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14395
14396         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14397         gnus-article-date-lapsed-new-header is t if date timer is active;
14398         skip headers in which the original date value is empty.
14399         (gnus-article-save-original-date): Redefine it as a macro.
14400         (gnus-display-mime): Use it.
14401
14402 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14403
14404         * gnus-art.el (article-date-ut): Support converting date in
14405         forwarded parts as well.
14406         (gnus-article-save-original-date): New function.
14407         (gnus-display-mime): Use it.
14408
14409 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14410
14411         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14412         enclosure element of <item>.
14413
14414 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14415
14416         * message.el (message-kill-buffer-query): Rename from
14417         `message-kill-buffer-query-if-modified'.  Add :version.
14418
14419 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14422         window layout.
14423
14424 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * mml.el: Autoload dnd when compiling.
14427
14428 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14429
14430         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14431         x-dnd-*.
14432
14433 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14434
14435         * qp.el (quoted-printable-encode-region): Save excursion.
14436
14437 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14438
14439         * message.el (message-kill-buffer-query-if-modified): Add new variable
14440         so the user can kill a modified message buffer quickly.
14441         (message-kill-buffer): Use it.
14442
14443 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14444
14445         * lpath.el: Fbind display-time-event-handler; don't fbind
14446         string-to-multibyte.
14447
14448         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14449
14450 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14451
14452         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14453         contained in text because xml.el decodes entities) with LFs.
14454
14455 2005-04-11  Lute Kamstra  <lute@gnu.org>
14456
14457         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14458         differently.
14459
14460 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14461
14462         * mm-util.el (mm-detect-coding-region): Typo.
14463
14464 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14467
14468 2005-04-06  Deepak Goel  <deego@gnufans.org>
14469
14470         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14471         user-function allow user modifications of the scores.
14472         (spam-stat-score-buffer-user): New function, to allow
14473         user-computed modifications to the score.
14474         (spam-stat-score-buffer-user-functions): List of additional
14475         scoring functions.
14476         (spam-stat-error-holder): Global temporary error holder.
14477         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14478         variable.
14479
14480 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14481
14482         * gnus-registry.el (gnus-registry-clean-empty-function)
14483         (gnus-registry-trim, gnus-registry-fetch-groups)
14484         (gnus-registry-delete-group): Groups that match
14485         `gnus-registry-ignored-groups' are removed from the registry
14486         entries, not just ignored for splitting.  This helps clean up the
14487         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14488         to get all the groups a message ID is in.
14489
14490         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14491         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14492         (spam-stat-score-buffer-user-functions): Add :number custom type.
14493
14494 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14497         argument in XEmacs.
14498
14499         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14500         (nnrss-request-group): Decode group name first.
14501         (nnrss-request-article): Make a text/plain article if mml-to-mime
14502         failed.
14503         (nnrss-get-encoding): Return a compatible encoding according to
14504         nnrss-compatible-encoding-alist.
14505         (nnrss-find-el): Use consp instead of listp.
14506         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14507
14508 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14509
14510         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14511         which Emacs 20 doesn't support.
14512         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14513
14514 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14515
14516         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14517         silence the byte compiler inside the defun.
14518
14519         * gnus-demon.el (parse-time-string): Add autoload.
14520
14521         * gnus-delay.el (parse-time-string): Add autoload.
14522
14523         * gnus-art.el (parse-time-string): Add autoload.
14524
14525         * nnultimate.el (parse-time): Require for `parse-time-string'.
14526
14527 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14528
14529         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14530
14531         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14532
14533         * smime.el (smime-ldap-host-list): Add :version.
14534
14535 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14536
14537         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14538         pass it to `gnus-browse-read-group'.
14539         (gnus-browse-read-group): Add NUMBER argument and pass it to
14540         `gnus-group-read-ephemeral-group'.
14541
14542         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14543         argument and pass it to `gnus-group-read-group'.
14544
14545 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14546
14547         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14548         mm-xemacs-find-mime-charset-1 if we have the mule feature
14549         available at runtime.
14550
14551 2005-03-25  Werner Lemberg  <wl@gnu.org>
14552
14553         * nnmaildir.el: Replace `illegal' with `invalid'.
14554
14555 2005-03-23  Lute Kamstra  <lute@gnu.org>
14556
14557         * time-date.el: Add comment on time value formats.
14558         Don't require parse-time.
14559         (with-decoded-time-value): New macro.
14560         (encode-time-value): New function.
14561         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14562         (days-to-time): Return a valid time value when arg is huge.
14563         (time-since): Use time-subtract.
14564         (time-to-number-of-days): Use time-to-seconds.
14565
14566 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14567
14568         * gnus-start.el (gnus-display-time-event-handler):
14569         Check display-time-timer at runtime rather than only at load time
14570         in case display-time-mode is turned off in the mean time.
14571
14572 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14573
14574         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14575         used.
14576
14577         * nneething.el (nneething-map-file-directory): Derive from
14578         `gnus-directory'.
14579
14580         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14581         the To/Cc button.
14582
14583 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14584
14585         * nnmaildir.el (nnmaildir-request-accept-article):
14586         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14587
14588 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14589
14590         * gnus-async.el: Require timer-funcs at compile time when in
14591         XEmacs for `run-with-idle-timer'.
14592
14593 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14594
14595         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14596         autoloaded function.
14597
14598 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14599
14600         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14601
14602 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14603
14604         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14605
14606 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14607
14608         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14609         Add gnus-expert-user to default.
14610
14611 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14612
14613         * nnimap.el (nnimap-open-server): Ditto.
14614
14615         * imap.el (imap-authenticate): Fix typo.
14616
14617 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14618
14619         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14620         buffer (since IMAP server might return FETCH response out of
14621         order, and the nntp buffer must be sorted).
14622
14623 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14624
14625         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14626         comparison on string.
14627
14628         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14629         (gnus-agent-score): Rename category keywords to match gnus-cus.
14630         (gnus-agent-summary-fetch-series): Modify to protect against
14631         gnus-agent-summary-fetch-group clearing processable flags.
14632         (gnus-agent-synchronize-group-flags): Update live group buffer as
14633         synchronization may occur due to the user toggle the plugged
14634         status.
14635         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14636         successfully downloaded.
14637         (gnus-agent-expire-group-1): Avoid using markers when the overview
14638         is in ascending order; greatly improves performance.
14639         (gnus-agent-regenerate-group):
14640         Use gnus-agent-synchronize-group-flags to reset read status in both
14641         gnus and server.
14642         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14643
14644 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14645
14646         * message.el: Don't autoload former message-utils variables.
14647         (message-strip-subject-trailing-was): Change doc string.
14648
14649         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14650         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14651         (nnweb-google-search): Add "hl=en" here.
14652         (nnweb-google-parse-1, nnweb-google-create-mapping):
14653         Don't hardcode URL.
14654
14655 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14656
14657         * message.el (message-get-reply-headers, message-followup):
14658         Mention related variables `message-use-followup-to' and
14659         `message-use-mail-followup-to', in the information buffer.
14660
14661         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14662         of broken groups(-beta).google.com.
14663
14664 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14665
14666         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14667         parameter to invoked gnus-request-move-article; remove the
14668         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14669         all at once instead of once per article.
14670         (gnus-summary-remove-process-mark): Accept a list of articles as
14671         well as a single article for processing.
14672
14673         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14674         parameter.
14675
14676         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14677
14678         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14679
14680         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14681         parameter.
14682
14683         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14684         parameter.
14685
14686         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14687         parameter and remove the gnus-sum-hint-move-is-internal variable.
14688
14689         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14690         parameter.
14691
14692         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14693         parameter.
14694
14695         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14696         parameter.
14697
14698         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14699
14700         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14701         parameter.
14702
14703         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14704         parameter.
14705
14706 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14707
14708         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14709         a more conservative way.
14710
14711 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14712
14713         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14714         buffer, so it moves the window's cursor.
14715
14716 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14717
14718         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14719         `mm-dissect-multipart' and receive the from field as an (optional)
14720         argument from `mm-dissect-multipart'.
14721         (mm-dissect-multipart): Receive the from field as an argument and
14722         pass it on when we call `mm-dissect-buffer' on MIME parts.
14723         Fixes verification/decryption of signed/encrypted MIME parts.
14724
14725 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14726
14727         * gnus-sum.el (gnus-summary-move-article):
14728         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14729         whatever it calls (right now, only nnimap-request-move article
14730         respects it).
14731
14732         * nnimap.el (nnimap-request-move-article):
14733         When gnus-sum-hint-move-is-internal is set, don't do the extra
14734         nnimap-request-article.
14735
14736 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14737
14738         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14739
14740         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14741         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14742
14743         * gnus-sum.el (gnus-summary-caesar-message):
14744         Apply `gnus-treat-article' after rotation.
14745
14746         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14747         doc string.
14748
14749 2005-02-22  Simon Josefsson  <jas@extundo.com>
14750
14751         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14752         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14753         <arne@arnested.dk>.
14754         (encrypt): Add password-cache and password-cache-expiry as group
14755         members.
14756
14757 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14758
14759         * smime.el (smime-ldap-host-list): Doc fix.
14760         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14761         cache) password.
14762         (smime-sign-region): Use it.
14763         (smime-decrypt-region): Use it.
14764         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14765         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14766         fails.
14767         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14768         certificate from DER to PEM format rather than calling openssl.
14769
14770         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14771
14772         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14773         for signing/encryption.
14774
14775         * mml.el (mml-parse-1): Use them.
14776
14777 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14778
14779         * nnrss.el (nnrss-verbose): Remove.
14780         (nnrss-request-group): Use `nnheader-message' instead.
14781
14782 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14783
14784         * nnrss.el (nnrss-verbose): New variable.
14785         (nnrss-request-group): Make it say nnrss is requesting a group.
14786
14787 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14788
14789         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14790         Handle news URL with given port correctly.
14791
14792 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14795         containing special characters.
14796
14797         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14798
14799         * mml.el (mime-to-mml): Ditto.
14800
14801         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14802         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14803         (rfc2047-decode-region): Quote decoded words containing special
14804         characters when rfc2047-quote-decoded-words-containing-tspecials
14805         is non-nil.
14806
14807 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14808
14809         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14810
14811         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14812
14813 2005-02-15  Simon Josefsson  <jas@extundo.com>
14814
14815         * nnimap.el (nnimap-debug): Doc fix.
14816
14817         * imap.el (imap-debug): Doc fix.
14818
14819 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14820
14821         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14822
14823 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14824
14825         * gnus.el (spam-contents): Improve docs for spam-contents
14826         parameter in its variable incarnation.
14827
14828 2005-02-14  Simon Josefsson  <jas@extundo.com>
14829
14830         * smime-ldap.el: Use require instead of load-library for ldap.
14831         (smime-ldap-search): Indent.
14832         (smime-ldap-search-internal): Shorten line.
14833
14834         * smime.el (smime-cert-by-dns): Add doc-string.
14835         (smime-cert-by-ldap-1): Indent.
14836
14837         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14838         mml-smime-get-dns-ldap.
14839         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14840
14841 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14842
14843         * smime.el: Require smime-ldap.
14844         (smime-ldap-host-list): New variable.
14845         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14846
14847         * mml-smime.el (mml-smime-encrypt-query): New function.
14848         (mml-smime-encrypt-query): Use it.
14849
14850         * smime-ldap.el: New file.
14851
14852 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14855
14856 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14857
14858         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14859         argument in doc string.  Make query for type more clear.
14860
14861 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14862
14863         * gnus.el (gnus-group-startup-message): Search for gnus images in
14864         etc/images/gnus.
14865         * mm-util.el (mm-image-load-path): Likewise.
14866         * smiley.el (smiley-data-directory): Search for smilies in
14867         etc/images/smilies.
14868
14869 2005-02-09  Kim F. Storm  <storm@cua.dk>
14870
14871         Change Emacs release version from 21.4 to 22.1 throughout.
14872         Change Emacs development version from 21.3.50 to 22.0.50.
14873
14874 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14875
14876         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14877
14878         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14879         non-Mule XEmacs as well.
14880         (mm-decompress-buffer): Signal an error intentionally if it does
14881         not decompress compressed data because auto-compression-mode is
14882         disabled.
14883
14884 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14885
14886         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14887         an ID in the registry even if it has no groups.
14888
14889 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14890
14891         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14892         merge it into mm-decompress-buffer.
14893         (gnus-mime-copy-part): Use the MIME part charset, the value which
14894         a user specified or gnus-newsgroup-charset for decoding, like
14895         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14896         save-buffer what was used.  Suggested by Kevin Ryde
14897         <user42@zip.com.au>.
14898         (gnus-mime-inline-part): Allow the name parameter as well as the
14899         filename parameter; force decompressing of compressed data; always
14900         display contents being not decoded as unibyte.
14901
14902         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14903         as well as the filename parameter.
14904
14905         * mm-util.el (mm-decompress-buffer):
14906         Merge gnus-mime-jka-compr-maybe-uncompress.
14907         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14908         of compressed data.
14909
14910 2005-02-08  Simon Josefsson  <jas@extundo.com>
14911
14912         * imap.el (imap-log): Doc fix.
14913
14914 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14915
14916         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14917         the coding cookies; decompress compressed parts.
14918
14919         * mml.el (mml-generate-mime-1): Add the charset parameter according
14920         to the value which a user specified manually or the coding cookie.
14921
14922         * mm-util.el (mm-string-to-multibyte): New function.
14923         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14924         (mm-coding-system-to-mime-charset): New function.
14925         (mm-decompress-buffer): New function.
14926         (mm-find-buffer-file-coding-system): New function.
14927
14928         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14929         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14930         parts.
14931
14932 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14933
14934         * mm-view.el (mm-display-inline-fontify): Decode a part according
14935         to the charset parameter.
14936
14937 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14938
14939         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14940         prefix arg is neither nil nor a number, as info specifies.
14941
14942 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14945         timestamps.
14946
14947 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14948
14949         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14950         groups error checking and notify user.
14951
14952 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14953
14954         * message.el (message-send-mail-function): Check existence of
14955         sendmail-program first before using default value
14956         `message-send-mail-with-sendmail'.  Otherwise use more generic
14957         `smtpmail-send-it'.
14958
14959 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * nntp.el (nntp-request-update-info): Always return nil.
14962
14963 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14964
14965         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14966
14967 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14968
14969         * message.el (message-beginning-of-line): Change the behavior when
14970         invoked between BOL and : so that it first moves backward.
14971
14972 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14975         article buffer when editing of the article is discarded.
14976         (gnus-article-prepare): Revert.
14977
14978 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14979
14980         * gnus-art.el (gnus-article-prepare):
14981         Remove message-strip-forbidden-properties from the local hook.
14982
14983 2005-01-27  Simon Josefsson  <jas@extundo.com>
14984
14985         * password.el (password-cache-add): Only start one timer per key.
14986         Reported by Derek Atkins <warlord@MIT.EDU>.
14987
14988 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14989
14990         * run-at-time.el: Remove.  It is no longer needed as
14991         timer-funcs.el in the xemacs-base package has a working version of
14992         `run-at-time'.
14993
14994         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14995
14996         * password.el: Require timer-funcs instead of run-at-time in
14997         XEmacs.
14998         Remove `password-run-at-time' macro.
14999         (password-cache-add): Use `run-at-time' instead of
15000         `password-run-at-time'.
15001
15002         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15003         Remove `nnheader-cancel-function-timers' alias,
15004         `cancel-function-timers' exists in XEmacs in timer-funcs.
15005
15006         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15007         for `run-with-idle-timer'.
15008
15009         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15010         for `run-at-time'.
15011
15012         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15013         for `with-timeout'.
15014
15015         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15016         the same as for XEmacs 21.4.
15017         No need to ignore `run-with-idle-timer', this function exists in
15018         XEmacs now in timer-funcs.el in the xemacs-base package.
15019         (dgnushack-compile): No need to delete
15020         run-at-time.el from the list of files to compile because it
15021         doesn't exist anymore.
15022
15023 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15024
15025         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15026         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15027
15028 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15029
15030         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15031         sensitively.
15032
15033 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15034
15035         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15036
15037 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15038
15039         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15040         which will be inserted according to the multibyteness of a buffer
15041         rather than the type of contents.  Suggested by ARISAWA Akihiro
15042         <ari@mbf.ocn.ne.jp>.
15043
15044         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15045         of string which old xml.el may return rather than a string.
15046
15047 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15048
15049         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15050
15051 2005-01-16  Simon Josefsson  <jas@extundo.com>
15052
15053         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15054         idn/idna.el isn't available.
15055         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15056         <michael@waxrat.com>.
15057
15058         * hashcash.el: Remove non-FSF copyright header.
15059
15060         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15061         (hashcash-generate-payment): Use it.
15062         (hashcash-generate-payment-async): Use it.
15063
15064 2005-01-15  Simon Josefsson  <jas@extundo.com>
15065
15066         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15067         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15068
15069         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15070         gnus-summary-idna-message.
15071         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15072         (gnus-summary-idna-message): New function.
15073
15074 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15075
15076         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15077         gnus-novice-user.
15078
15079 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15080
15081         * nnrss.el (nnrss-request-delete-group): Delete entries in
15082         nnrss-group-alist as well.
15083         (nnrss-save-server-data): Insert newline.
15084
15085 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15086
15087         * gnus.el (gnus-user-agent): Use list of symbols instead of
15088         symbols.  Display full version number for (S)XEmacs.
15089         Optionally display (S)XEmacs codename.
15090
15091         * gnus-util.el (gnus-emacs-version): Update for new
15092         `gnus-user-agent'.
15093
15094         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15095         Gnus version.
15096
15097 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15098
15099         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15100         which is unreadable in some setups.
15101
15102 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * gnus-spec.el (gnus-update-format-specifications): Flush the
15105         group format spec cache if it doesn't support decoded group names.
15106
15107 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15108
15109         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15110         Allow to apply decay on score files matching a regexp.
15111
15112 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15113
15114         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15115         compatibility in %g and %c.
15116
15117 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15120         name for only %g and %c.
15121         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15122         of gnus-tmp-group to decoded group name.
15123         (gnus-group-make-rss-group): Exclude `/'s from group names.
15124
15125 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * nnrss.el (nnrss-get-encoding): Fix regexp.
15128
15129 2004-12-27  Simon Josefsson  <jas@extundo.com>
15130
15131         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15132         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15133         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15134
15135 2004-12-17  Kim F. Storm  <storm@cua.dk>
15136
15137         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15138
15139         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15140
15141 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15142
15143         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15144
15145 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * nnrss.el: Require rfc2047 and mml.
15148         (nnrss-file-coding-system): New variable.
15149         (nnrss-format-string): Redefine it as an inline function.
15150         (nnrss-decode-group-name): New function.
15151         (nnrss-string-as-multibyte): Remove.
15152         (nnrss-retrieve-headers): Decode group name; don't use
15153         nnrss-format-string.
15154         (nnrss-request-group): Decode group name.
15155         (nnrss-request-article): Decode group name; allow a Message-ID as
15156         well as an article number; don't use nnrss-format-string; encode a
15157         Message-ID string which may contain non-ASCII characters; use
15158         mml-to-mime to compose a MIME article.
15159         (nnrss-request-expire-articles): Decode group name.
15160         (nnrss-request-delete-group): Decode group name.
15161         (nnrss-fetch): Clarify error message.
15162         (nnrss-read-server-data): Use insert-file-contents instead of load;
15163         bind file-name-coding-system; use multibyte buffer.
15164         (nnrss-save-server-data): Bind coding-system-for-write to the
15165         value of nnrss-file-coding-system; bind file-name-coding-system;
15166         add coding cookie.
15167         (nnrss-read-group-data): Use insert-file-contents instead of load;
15168         bind file-name-coding-system; use multibyte buffer.
15169         (nnrss-save-group-data): Bind coding-system-for-write to the
15170         value of nnrss-file-coding-system; bind file-name-coding-system.
15171         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15172         make it work with non-ASCII text.
15173         (nnrss-find-el): Make it work with old xml.el as well.
15174
15175 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15176
15177         * nnrss.el (nnrss-get-encoding): New function.
15178         (nnrss-fetch): Use unibyte buffer initially; bind
15179         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15180         decode contents according to the encoding attribute.
15181         (nnrss-save-group-data): Add coding cookie.
15182         (nnrss-mime-encode-string): New function.
15183         (nnrss-check-group): Use it to encode subject and author.
15184
15185 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15186
15187         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15188         imaginary variable.
15189
15190 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15191
15192         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15193         correctly even if there are wide characters.
15194
15195 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15196
15197         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15198         downcased symbol names; make a new cache instead of reusing
15199         bbdb-hashtable.
15200
15201 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15202
15203         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15204         concatenating segments rather than before concatenating them.
15205         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15206
15207         * message.el (message-get-reply-headers): Bind `extra'.
15208
15209 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15210
15211         * message.el (message-extra-wide-headers): New variable.
15212         (message-get-reply-headers): Use it.
15213
15214 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15215
15216         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15217         (gnus-agent-group-pathname): Ditto.
15218
15219         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15220
15221         * gnus-group.el (gnus-group-make-group): Decode group name.
15222         (gnus-group-make-rss-group): Register the group data after opening
15223         the nnrss group.
15224
15225 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15226
15227         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15228         by expiry now get marked as read.
15229
15230 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15231
15232         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15233
15234 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15235
15236         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15237         unify Latin characters in XEmacs.
15238         (mm-find-mime-charset-region): Use it.
15239
15240 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15241
15242         * gnus-util.el (gnus-delete-directory): New function.
15243
15244         * gnus-agent.el (gnus-agent-delete-group): Use it.
15245
15246         * gnus-cache.el (gnus-cache-delete-group): Use it.
15247
15248 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15249
15250         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15251         names.
15252
15253 2004-12-16  Simon Josefsson  <jas@extundo.com>
15254
15255         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15256
15257 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15258
15259         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15260
15261         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15262         (gnus-group-set-current-level): Decode group name.
15263
15264 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15265
15266         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15267         failed.
15268
15269 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15270
15271         * gnus-group.el (gnus-group-delete-group): Decode group name.
15272         (gnus-group-make-rss-group): Encode group name.
15273         (gnus-group-catchup-current): Decode group name.
15274         (gnus-group-kill-group): Decode group name.
15275
15276 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15277
15278         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15279
15280 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15281
15282         * gnus-group.el (gnus-group-make-rss-group):
15283         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15284
15285         * gnus-start.el (gnus-setup-news): Honor user's setting to
15286         gnus-message-archive-method.  Suggested by Lute Kamstra
15287         <lute@gnu.org>.
15288
15289 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15290
15291         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15292         global counterparts of the buffer-local variables.
15293
15294 2004-11-16  Romain Francoise  <romain@orebokech.com>
15295
15296         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15297         counterparts of the buffer-local variables.
15298
15299 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15300
15301         * message.el (message-forbidden-properties): Fix typo in doc
15302         string.
15303
15304 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15305
15306         * gnus-util.el (gnus-replace-in-string): Add doc string.
15307
15308         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15309         to avoid problems when splitting mails with many recipients.
15310
15311 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15312
15313         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15314         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15315
15316 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15317
15318         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15319         if there is no hashtable in memory or file modification time is
15320         newer than cached timestamp.
15321
15322 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15323
15324         * gnus-sum.el (gnus-summary-limit-to-recipient):
15325         Implement not-matching option.
15326
15327 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15328
15329         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15330         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15331         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15332         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15333         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15334         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15335
15336 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * message.el (message-forward-make-body-mml): Remove headers
15339         according to message-forward-ignored-headers if a message is decoded.
15340
15341 2004-12-02  Romain Francoise  <romain@orebokech.com>
15342
15343         * message.el (message-forward-make-body-plain): Always remove
15344         headers according to message-forward-ignored-headers.
15345
15346 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15347
15348         * spam.el (spam-summary-prepare-exit): Remove the
15349         gnus-summary-limit pop for now, it has problems with ham marks for
15350         me.
15351
15352 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15353
15354         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15355         correctly.
15356
15357 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15358
15359         * format-spec.el (format-spec): Message the char.
15360
15361 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15362
15363         * gnus-art.el (gnus-split-methods): Reformat comments.
15364
15365         * spam.el (spam-summary-prepare-exit): Remove article limits
15366         before exiting the summary buffer.
15367
15368 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15369
15370         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15371         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15372
15373         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15374         order to silence the byte compiler.
15375
15376         * spam.el: Fix the way to silence the byte compiler, which
15377         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15378         bbdb-search-simple, spam-BBDB-register-routine,
15379         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15380         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15381         spam-stat-buffer-is-spam, spam-stat-load,
15382         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15383         spam-stat-save and spam-stat-split-fancy.
15384
15385 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15386
15387         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15388         which may confuse users.
15389         (canlock-password-for-verify): Ditto.
15390
15391         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15392
15393         * gnus-art.el (gnus-emphasis-alist): Ditto.
15394
15395         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15396
15397         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15398
15399         * gnus-start.el (gnus-save-killed-list): Ditto.
15400
15401         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15402         (gnus-sum-thread-tree-root): Ditto.
15403         (gnus-sum-thread-tree-false-root): Ditto.
15404         (gnus-sum-thread-tree-single-indent): Ditto.
15405
15406         * message.el (message-courtesy-message): Ditto.
15407         (message-archive-note): Ditto.
15408         (message-subscribed-address-file): Ditto.
15409         (message-user-fqdn): Ditto.
15410
15411         * spam-report.el (spam-report-gmane-regex): Ditto.
15412
15413         * spam.el (spam-blackhole-good-server-regex): Ditto.
15414
15415 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * mml.el (mml-preview): Widen the message buffer before copying
15418         the contents to the preview buffer; sort headers before previewing.
15419
15420         * message.el (message-hidden-headers): Fix the way to avoid a bug
15421         in the `repeat' widget in Emacs 21.3 or earlier.
15422
15423 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15424
15425         * message.el (message-hidden-headers): Default to "^References:".
15426         Improve customization type.  Suggested by Reiner Steib
15427         <Reiner.Steib@gmx.de>.
15428
15429 2004-11-25  Romain Francoise  <romain@orebokech.com>
15430
15431         * message.el (message-strip-forbidden-properties): Remove check for
15432         obsolete `message-hidden' text property, hidden headers are not
15433         accessible in the buffer anymore.
15434
15435 2004-11-22  Romain Francoise  <romain@orebokech.com>
15436
15437         * message.el (message-header-format-alist): Add `From' in list
15438         so that it can be sorted.
15439         (message-fix-before-sending): Widen and sort headers before
15440         sending.
15441         (message-hide-headers): Use narrowing to hide headers by moving
15442         them to the top of the buffer and narrowing to the region
15443         underneath.
15444
15445 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15446
15447         * message.el (message-strip-forbidden-properties):
15448         Bind buffer-read-only (etc) to nil.
15449
15450 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15453         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15454
15455 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15456
15457         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15458
15459 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15460
15461         * dns.el (query-dns): Use sit-for to time instead of
15462         accept-process-output, since that doesn't seem to work on udp
15463         sockets.
15464
15465 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15466
15467         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15468
15469 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15470
15471         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15472         doc string.  Improve doc string.
15473
15474 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * nntp.el (nntp-request-update-info): Return nil if
15477         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15478         may not call gnus-activate-group which uselessly issues the GROUP
15479         commands for all nntp groups and wastes time.  Reported by Romain
15480         Francoise <romain@orebokech.com>.
15481
15482         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15483
15484 2004-11-15  Simon Josefsson  <jas@extundo.com>
15485
15486         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15487         headers separately.
15488         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15489         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15490
15491 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15492
15493         * gnus-start.el (gnus-convert-old-newsrc):
15494         Assign legacy-gnus-agent to 5.10.7.
15495
15496 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15497
15498         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15499         start of the lines.
15500
15501 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15502
15503         * hashcash.el (hashcash-default-payment): Change default to 20.
15504         (hashcash-default-accept-payment): Change default to 20.
15505         (hashcash-process-alist): New variable.
15506         (hashcash-generate-payment-async): Add.
15507         (hashcash-already-paid-p): Add.
15508         (hashcash-insert-payment): Don't generate payments twice.
15509         (hashcash-insert-payment-async): Add.
15510         (hashcash-insert-payment-async-2): Add.
15511         (hashcash-cancel-async): Add.
15512         (hashcash-wait-async): Add.
15513         (hashcash-processes-running-p): Add.
15514         (hashcash-wait-or-cancel): Add.
15515         (mail-add-payment): New optional argument.  Conditionally start
15516         asynchronous calculation.
15517         (mail-add-payment-async): Add.
15518
15519         * message.el (message-send-mail): Wait for asynchronous hashcash
15520         results.  Don't clobber existing X-Hashcash headers.
15521         (message-setup-1): Call mail-add-payment-async when
15522         message-generate-hashcash is non-nil.
15523
15524 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15525
15526         * message.el (message-use-alternative-email-as-from): Examine the
15527         From header as well; use message-make-from in order to include a
15528         user's full name.
15529
15530 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15531
15532         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15533         default; improve customization type.
15534         (gnus-emphasis-custom-with-format): New macro.
15535         (gnus-emphasis-custom-value-to-external): New function.
15536         (gnus-emphasis-custom-value-to-internal): New function.
15537
15538 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15539
15540         * dns.el (query-dns): Resolve reverse addresses.
15541
15542 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15543
15544         * gnus-group.el (gnus-group-get-new-news): Use it.
15545
15546         * gnus-start.el (gnus-check-reasonable-setup): New function.
15547
15548 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15551         "Args out of range" error.  Reported by Arnaud Giersch
15552         <arnaud.giersch@free.fr>.
15553
15554 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15555
15556         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15557
15558 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15559
15560         * spam.el (spam group): Add :version.
15561
15562         * pgg-def.el (pgg group): Add :version.
15563
15564 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * gnus-art.el (gnus-article-edit-article): Don't associate the
15567         article buffer with a draft file.  This is a temporary measure
15568         against the 2004-08-22 change to gnus-article-edit-mode.
15569
15570 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15571
15572         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15573         (html2text-format-tags): Remove unused variable `attr'.
15574
15575 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15576
15577         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15578
15579         * tls.el (tls-process-connection-type, tls-success)
15580         (tls-certtool-program): Add :version.
15581
15582         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15583         (starttls-extra-arguments, starttls-process-connection-type)
15584         (starttls-connect, starttls-failure, starttls-success): Add :version.
15585
15586         * spam-stat.el (spam-stat): Add :version.
15587
15588         * sieve.el (sieve): Add :version.
15589
15590         * sha1.el (sha1): Add :version.
15591         (sha1-use-external): Remove redundant version.
15592
15593         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15594         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15595         (nnmail-split-fancy-match-partial-words)
15596         (nnmail-split-lowercase-expanded): Add :version.
15597
15598         * nndiary.el (nndiary): Add :version.
15599
15600         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15601
15602         * mml-sec.el (mml-default-sign-method)
15603         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15604         Add :version.
15605
15606         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15607
15608         * mm-url.el (mm-url-use-external, mm-url-program)
15609         (mm-url-arguments): Add :version.
15610
15611         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15612         (mm-attachment-file-modes, mm-decrypt-option)
15613         (mm-w3m-safe-url-regexp): Add :version.
15614
15615         * message.el (message-cite-prefix-regexp)
15616         (message-sendmail-envelope-from, message-minibuffer-local-map)
15617         (message-user-fqdn, message-completion-alist): Add :version.
15618
15619         * gnus-win.el (gnus-configure-windows-hook)
15620         (gnus-use-frames-on-any-display): Add :version.
15621
15622         * gnus-art.el (gnus-article-address-banner-alist)
15623         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15624         (gnus-treat-from-picon, gnus-treat-mail-picon)
15625         (gnus-treat-x-pgp-sig): Add :version.
15626
15627         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15628         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15629         (gnus-summary-article-delete-hook)
15630         (gnus-summary-display-while-building): Add :version.
15631
15632         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15633         (gnus-get-top-new-news-hook): Add :version.
15634
15635         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15636         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15637
15638         * gnus-registry.el (gnus-registry): Add :version.
15639
15640         * gnus-spec.el (gnus-use-correct-string-widths)
15641         (gnus-make-format-preserve-properties): Add :version.
15642
15643         * gnus.el (gnus-group-charter-alist)
15644         (gnus-group-fetch-control-use-browse-url)
15645         (gnus-install-group-spam-parameters): Add :version.
15646
15647         * gnus-diary.el (gnus-diary): Add :version.
15648
15649         * gnus-delay.el (gnus-delay): Add :version.
15650
15651         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15652         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15653         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15654         Add :version.
15655
15656         * gnus-agent.el (gnus-agent-max-fetch-size)
15657         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15658         (gnus-agent-prompt-send-queue): Add :version.
15659
15660         * deuglify.el (gnus-outlook-deuglify): Add :version.
15661
15662         * html2text.el: Beautify code.  Improve doc strings.
15663         Some checkdoc cleanup.
15664         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15665
15666 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15667
15668         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15669
15670 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15671
15672         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15673         when package is loaded.
15674
15675         * spam.el (spam-summary-score-preferred-header): Add global preference
15676         for people who want to override the default SpamAssassin over
15677         Bogofilter preference (when both are set).
15678         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15679         (spam-user-format-function-S):
15680         Check spam-summary-score-preferred-header.
15681         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15682         (spam-user-format-function-S): Format the score correctly.
15683
15684 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15685
15686         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15687         signature file.  Suggested by Manoj Srivastava
15688         <srivasta@golden-gryphon.com>.
15689
15690         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15691         iso-2022-jp even in the Japanese language environment.
15692         Suggested by Jason Rumney <jasonr@gnu.org>.
15693
15694 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15695
15696         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15697         use the same characters as the dummy marks; make it free from
15698         getting affected by the language environment.
15699         (gnus-summary-read-group-1): Update mark positions only when the
15700         format spec is updated.
15701
15702         * gnus-spec.el (gnus-update-format-specifications): Return a list
15703         of updated types.
15704
15705 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15708         of boundp to check if display-warning is available.
15709
15710 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15711
15712         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15713
15714 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15715
15716         * nnspool.el (nnspool-spool-directory): Use news-path if the
15717         news-directory variable is not bound.
15718
15719         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15720         function instead of display-warning if it is not available.
15721
15722 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15723
15724         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15725         v5-10: Use `point-at-bol'.
15726
15727 2004-10-26  Simon Josefsson  <jas@extundo.com>
15728
15729         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15730         <chenggao@gmail.com>.
15731
15732 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15733
15734         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15735         instead.
15736
15737 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15738
15739         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15740         to remove a server from the nnimap-server-buffer-alist.
15741         (nnimap-open-connection, nnimap-close-server): Use it.
15742
15743         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15744
15745 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15748         running the major-mode function.
15749
15750 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15751
15752         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15753         dummy marks in the right way.
15754
15755 2004-10-18  David Edmondson  <dme@dme.org>
15756
15757         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15758         excessively.
15759
15760 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15761
15762         * gnus-util.el (gnus-split-references): Accept a nil references
15763         string and go on blissfully.
15764
15765         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15766         cases where the references string is non-nil but has no references.
15767
15768         * encrypt.el: Add autoload tags.
15769
15770         * spam.el (spam-resolve-registrations-routine): Remove article
15771         from unregistration list too.  Reported by David Hanak
15772         <dhanak@isis.vanderbilt.edu>
15773
15774 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15775
15776         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15777         nil.  Change custom type.
15778
15779 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15780
15781         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15782
15783         * gnus-sum.el (gnus-summary-move-article): Use it.
15784
15785 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15786
15787         * encrypt.el: Add autoload cookies.
15788
15789         * spam.el (spam-backend-article-list-property)
15790         (spam-backend-get-article-todo-list)
15791         (spam-backend-put-article-todo-list)
15792         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15793         Resolve registrations separately.
15794         (spam-register-routine): Format comments.
15795         (spam-unregister-routine, spam-register-routine): Always call with
15796         specific-articles, no default list.
15797         (spam-summary-prepare-exit): Use the spam-classifications function.
15798
15799         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15800         gnus-encrypt.el.
15801
15802         * encrypt.el: Copied from gnus-encrypt.el.
15803
15804         * gnus-encrypt.el: Commented that it's obsolete.
15805
15806 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15807
15808         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15809         (gnus-score-save): Use it.
15810
15811         * message.el (message-bury): Use `window-dedicated-p'.
15812
15813 2004-10-15  Simon Josefsson  <jas@extundo.com>
15814
15815         * pop3.el (top-level): Don't require nnheader.
15816         (pop3-read-timeout): Add.
15817         (pop3-accept-process-output): Add.
15818         (pop3-read-response, pop3-retr): Use it.
15819
15820 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15821
15822         * spam.el (spam-register-routine): Move comment.
15823         (spam-verify-bogofilter): Use 'unknown for the initial
15824         spam-bogofilter-valid state, not 'never.
15825
15826         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15827         for netrc-machine.
15828
15829         * nnimap.el (nnimap-open-connection):
15830         Use netrc-machine-user-or-password.
15831
15832 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15833
15834         * gnus-registry.el (gnus-registry-unload-hook):
15835         Set as a variable with add-hook.
15836
15837         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15838         of news-path.
15839
15840         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15841
15842         * spam.el: Delete duplicate `provide'.
15843         (spam-unload-hook): Set as a variable with add-hook.
15844
15845 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15846
15847         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15848         in the doc string.
15849
15850         * message.el (message-ignored-news-headers)
15851         (message-ignored-supersedes-headers)
15852         (message-ignored-resent-headers)
15853         (message-forward-ignored-headers): Improve custom type.
15854
15855 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15856
15857         * message.el (message-tokenize-header): Fix 2004-09-06 change
15858         which used point-min in the wrong place.
15859
15860 2004-10-12  Simon Josefsson  <jas@extundo.com>
15861
15862         * tls.el (tls-certtool-program): New variable.
15863         (tls-certificate-information): New function, based on
15864         ssl-certificate-information.
15865
15866 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15867
15868         * compface.el: Move the version of ELisp-based uncompface program
15869         to the contrib directory because of the copyright problem.
15870
15871 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15872
15873         * message.el (message-kill-buffer): Raise the current frame.
15874
15875 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15876
15877         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15878
15879         * gnus.el (message-y-or-n-p): Autoload.
15880
15881         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15882         (pop3-password-required, pop3-authentication-scheme)
15883         (pop3-leave-mail-on-server): Make customizable.
15884         (pop3): New custom group.
15885         (pop3-retr): Remove `sleep-for' statements.
15886         Suggested by Dave Love <fx@gnu.org>.
15887
15888         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15889         Windows/DOS.
15890
15891         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15892         (imap-parse-body): Fix incorrect use of `assert'.
15893         Suggested by Dave Love <fx@gnu.org>.
15894
15895         * mml.el (mml-minibuffer-read-disposition): Require match.
15896         Suggested by Dave Love <fx@gnu.org>.
15897
15898 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15899
15900         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15901         doc string.
15902
15903 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15904
15905         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15906
15907 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15908
15909         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15910         instead of calling `mm-insert-inline', to decode text/* parts
15911         before displaying them.
15912
15913 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15914
15915         * mm-uu.el (mm-uu-text-plain-type): New variable.
15916         (mm-uu-pgp-signed-extract-1): Use it.
15917         (mm-uu-pgp-encrypted-extract-1): Use it.
15918         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15919         bind mm-uu-text-plain-type with that value.
15920         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15921         mm-uu-dissect.
15922
15923 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15924
15925         * gnus-group.el (gnus-update-group-mark-positions):
15926         * gnus-sum.el (gnus-update-summary-mark-positions):
15927         * message.el (message-check-news-body-syntax):
15928         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15929         of string-as-multibyte.
15930
15931 2004-10-05  Juri Linkov  <juri@jurta.org>
15932
15933         * gnus-group.el (gnus-update-group-mark-positions):
15934         * gnus-sum.el (gnus-update-summary-mark-positions):
15935         * message.el (message-check-news-body-syntax):
15936         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15937         8-bit unibyte values to a multibyte string for search functions.
15938
15939 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15940
15941         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15942         (mm-uu-dissect-text-parts): New function.
15943
15944         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15945         dissect text parts.
15946
15947         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15948         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15949
15950         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15951
15952         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15953         Use gnus-current-topics instead of gnus-current-topic.
15954
15955 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15956
15957         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15958
15959 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15960
15961         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15962         where approriate.
15963
15964         * nnml.el (nnml-generate-active-info): do.
15965
15966         * nndiary.el (nndiary-generate-active-info): do.
15967
15968         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15969         (gnus-topic-move): do.
15970
15971         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15972         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15973
15974         * gnus-srvr.el (gnus-server-prepare)
15975         (gnus-server-open-all-servers): do.
15976
15977         * gnus-msg.el (gnus-summary-cancel-article)
15978         (gnus-summary-resend-message)
15979         (gnus-summary-mail-crosspost-complaint): do.
15980
15981         * gnus-move.el (gnus-change-server): do.
15982
15983         * gnus-group.el (gnus-group-unmark-all-groups)
15984         (gnus-group-set-current-level): do.
15985
15986 2004-10-04  Simon Josefsson  <jas@extundo.com>
15987
15988         * message.el (message-generate-hashcash): Doc fix.
15989
15990 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15991
15992         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15993         avoid infinite recursion via gnus-get-function.
15994
15995 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15996
15997         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15998
15999         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16000
16001         * nnmail.el (nnmail-split-history): do.
16002
16003         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16004         (nnml-request-delete-group): do.
16005
16006         * nnslashdot.el (nnslashdot-read-groups): do.
16007
16008         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16009         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16010
16011         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16012         (nnspool-sift-nov-with-sed): Use last.
16013         (nnspool-retrieve-headers-with-nov): Use mapc.
16014         (nnspool-request-newgroups): Use dolist.
16015         (nnspool-request-group): Use last.
16016
16017         * nntp.el (nntp-read-server-type): Use dolist.
16018
16019         * nnvirtual.el (nnvirtual-create-mapping)
16020         (nnvirtual-update-read-and-marked): Use dolist.
16021         (nnvirtual-convert-headers): Simplify.
16022
16023 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16024
16025         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16026         Add support for sync'ing tick marks.
16027
16028 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16029
16030         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16031         there's no visible header.
16032
16033 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16034
16035         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16036         When necessary, pass full group name to gnus-request-set-marks.
16037
16038 2004-10-01  Simon Josefsson  <jas@extundo.com>
16039
16040         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16041         acroread.
16042
16043 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16044
16045         * spam-report.el (spam-report-gmane): Fix interactive.
16046
16047         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16048
16049         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16050         when writing file.
16051         (gnus-agent-synchronize-flags): Don't default to being
16052         interactive.
16053
16054 2004-09-30  Simon Josefsson  <jas@extundo.com>
16055
16056         * message.el (message-generate-hashcash): Add.
16057         (message-send-mail): Use it, call mail-add-payment.
16058
16059 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16060
16061         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16062
16063 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16064
16065         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16066         gnus-requst-update-info with explicit code to sync the in-memory
16067         info read flags with the marks being sync'd to the backend.
16068
16069         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16070
16071 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16072
16073         * spam.el (spam-verify-bogofilter): Add new function.
16074         (spam-check-bogofilter)
16075         (spam-bogofilter-register-with-bogofilter): Use it.
16076         (spam-verify-bogofilter): Add small fixes.
16077
16078 2004-09-28  Simon Josefsson  <jas@extundo.com>
16079
16080         * hashcash.el (hashcash-generate-payment): Revert.
16081
16082 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16083
16084         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16085         Use gnus-extract-references instead of gnus-split-references.
16086
16087         * gnus-util.el (gnus-extract-references): Add new function, analogous
16088         to gnus-split-references but extracts only the message-ID without
16089         anything extra.
16090
16091         * hashcash.el (hashcash-generate-payment)
16092         (hashcash-check-payment): Do the right thing if hashcash-path is
16093         nil (because the hashcash program could not be found).
16094
16095         * spam.el (spam-use-hashcash): Remove comment.
16096
16097 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16098
16099         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16100         (gnus-cache-enter-article, gnus-cache-remove-article)
16101         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16102
16103         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16104
16105         * gnus-art.el (article-hide-boring-headers)
16106         (article-translate-strings, article-display-face)
16107         (gnus-article-mime-match-handle-first)
16108         (gnus-article-highlight-headers)
16109         (gnus-article-add-buttons-to-head): do.
16110
16111 2004-09-27  Simon Josefsson  <jas@extundo.com>
16112
16113         * hashcash.el: New version, from
16114         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16115         ../contrib/.
16116
16117 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16118
16119         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16120
16121 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16122
16123         * gnus-dup.el (gnus-dup-open): Use mapc.
16124         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16125
16126         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16127         Reported by Stefan Wiens <s.wi@gmx.net>.
16128
16129         * gnus.el (gnus-shutdown): Use dolist.
16130
16131         * gnus-undo.el (gnus-undo): Use mapc.
16132
16133         * nnrss.el (nnrss-generate-active): do.
16134
16135         * message.el (message-cite-original-without-signature)
16136         (message-cite-original): Use mapc.
16137         (message-do-actions, message-make-forward-subject): Use dolist.
16138
16139 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16140
16141         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16142         deletion to remove entire duplicate line.  Fixes merged article
16143         number bug.
16144
16145 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16146
16147         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16148         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16149         first ask if you want to open a server and then, even when you
16150         responded with no, asking if you want to synchronize the server's
16151         flags.
16152         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16153         multi-line expressions.
16154         (gnus-agent-synchronize-group-flags): New internal function.
16155         Updates marks in memory (in the info structure) AND in the
16156         backend.
16157
16158         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16159
16160         * nnagent.el (nnagent-request-set-mark):
16161         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16162         method, to ensure that synchronization updates marks in the
16163         backend and in the info (in memory) structure.
16164
16165 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16166
16167         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16168         convention fully; don't miss the root article of a thread; make
16169         the X-Draft-From header with correct article numbers.
16170
16171 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16172
16173         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16174         unless plugged.  Disable the agent so that an open failure causes
16175         an error.
16176
16177         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16178         Revert 2004-09-21 change.  The backend must be opened while
16179         synchronizing flags even when the backend stores the flags
16180         locally.
16181
16182 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16183
16184         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16185         in `header' match.  Reported by Svend Tollak Munkejord.
16186
16187         * message.el (message-cite-original): Fix use of
16188         `message-cite-articles-with-x-no-archive'.
16189
16190 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16193         (gnus-window-to-buffer): Ditto.
16194
16195         * mml.el (mml-preview-buffer): New variable.
16196         (mml-preview): Manage window layout with gnus-buffer-configuration.
16197
16198         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16199         X-Draft-From header even if those articles aren't quoted.
16200
16201 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16202
16203         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16204         (gnus-request-set-mark, gnus-request-update-mark): Use new
16205         g-s-t-u-l-m to decide to use backend even when unplugged.
16206
16207 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16208
16209         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16210         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16211
16212 2004-09-20  Simon Josefsson  <jas@extundo.com>
16213
16214         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16215         "utf-16-le".
16216
16217 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16218
16219         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16220
16221 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16222
16223         * uudecode.el (uudecode-use-external): Add :version.
16224
16225         * smime.el (smime-CA-file, smime-encrypt-cipher)
16226         (smime-dns-server): Add :version.
16227
16228         * smiley.el (gnus-smiley-file-types): Add :version.
16229
16230         * sha1.el (sha1-use-external): Add :version.
16231
16232         * pgg-def.el (pgg-query-keyserver): Add :version.
16233
16234         * nnmail.el (nnmail-fancy-expiry-targets)
16235         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16236         Add :version.
16237
16238         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16239         (nnimap-retrieve-groups-asynchronous): Add :version.
16240         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16241
16242         * mml.el (mml-content-disposition-parameters)
16243         (mml-insert-mime-headers-always): Add :version.
16244
16245         * mm-util.el (mm-coding-system-priorities): Add :version.
16246
16247         * mm-decode.el (mm-inline-text-html-with-images)
16248         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16249         (mm-verify-option): Add :version.
16250         (mm-text-html-renderer): Change :version.
16251
16252         * message.el (message-fcc-externalize-attachments)
16253         (message-required-headers, message-draft-headers)
16254         (message-subject-trailing-was-query)
16255         (message-subject-trailing-was-ask-regexp)
16256         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16257         (message-mark-insert-end, message-archive-header)
16258         (message-archive-note, message-cross-post-default)
16259         (message-cross-post-note, message-followup-to-note)
16260         (message-cross-post-note-function, message-use-mail-followup-to)
16261         (message-subscribed-address-functions)
16262         (message-subscribed-address-file, message-subscribed-addresses)
16263         (message-subscribed-regexps, message-allow-no-recipients)
16264         (message-yank-cited-prefix, message-signature-insert-empty-line)
16265         (message-hidden-headers, message-hierarchical-addresses)
16266         (message-mail-user-agent, message-use-idna)
16267         (message-valid-fqdn-regexp)
16268         (message-strip-special-text-properties, message-header-synonyms)
16269         (message-beginning-of-line, message-tab-body-function): Add :version.
16270         (message-insert-canlock, message-wide-reply-confirm-recipients):
16271         Change :version.
16272
16273         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16274         and :version.
16275         (mail-source-delete-old-incoming-confirm)
16276         (mail-source-movemail-program): Add :version.
16277
16278         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16279         (gnus-agent-cache, gnus-agent): Change :version.
16280
16281         * gnus-util.el (gnus-use-byte-compile): Change :version.
16282
16283         * gnus-sum.el (gnus-summary-make-false-root-always)
16284         (gnus-summary-default-high-score)
16285         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16286         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16287         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16288         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16289         (gnus-sum-thread-tree-single-indent)
16290         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16291         (gnus-sum-thread-tree-leaf-with-other)
16292         (gnus-sum-thread-tree-single-leaf): Add :version.
16293         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16294         (gnus-article-loose-mime): Change :version.
16295
16296         * gnus-start.el (gnus-backup-startup-file)
16297         (gnus-save-startup-file-via-temp-buffer): Add :version.
16298
16299         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16300         (gnus-server-offline-face): Add :version.
16301
16302         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16303
16304         * gnus-msg.el (gnus-gcc-externalize-attachments)
16305         (gnus-debug-files, gnus-debug-exclude-variables)
16306         (gnus-discouraged-post-methods): Change :version.
16307         (gnus-confirm-mail-reply-to-news)
16308         (gnus-confirm-treat-mail-like-news): Add :version.
16309
16310         * gnus-int.el (gnus-server-unopen-status): Add :version.
16311
16312         * gnus-group.el (gnus-group-jump-to-group-prompt)
16313         (gnus-large-ephemeral-newsgroup)
16314         (gnus-fetch-old-ephemeral-headers): Add :version.
16315
16316         * gnus-fun.el (gnus-x-face-directory)
16317         (gnus-convert-pbm-to-x-face-command)
16318         (gnus-convert-image-to-x-face-command)
16319         (gnus-convert-image-to-face-command): Add :version.
16320
16321         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16322
16323         * gnus-cite.el (gnus-cite-blank-line-after-header)
16324         (gnus-article-boring-faces): Add :version.
16325
16326         * gnus-art.el (gnus-buttonized-mime-types)
16327         (gnus-inhibit-mime-unbuttonizing)
16328         (gnus-treat-display-face)
16329         (gnus-treat-body-boundary): Change :version.
16330         (gnus-body-boundary-delimiter, gnus-picon-databases)
16331         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16332         (gnus-treat-date-english, gnus-treat-fold-headers)
16333         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16334         (gnus-treat-mail-picon, gnus-treat-wash-html)
16335         (gnus-article-encrypt-protocol)
16336         (gnus-use-idna, gnus-article-over-scroll)
16337         (gnus-mime-display-multipart-alternative-as-mixed)
16338         (gnus-mime-display-multipart-related-as-mixed)
16339         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16340         (gnus-ctan-url, gnus-button-ctan-handler)
16341         (gnus-button-handle-ctan-bogus-regexp)
16342         (gnus-button-ctan-directory-regexp)
16343         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16344         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16345         (gnus-button-man-level, gnus-button-emacs-level)
16346         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16347
16348         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16349         (gnus-agent-go-online): Change :version.
16350         (gnus-agent-expire-unagentized-dirs)
16351         (gnus-agent-auto-agentize-methods): Add :version.
16352
16353         * flow-fill.el (fill-flowed-display-column)
16354         (fill-flowed-encode-column): Add :version.
16355
16356         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16357         (gnus-outlook-deuglify-unwrap-max)
16358         (gnus-outlook-deuglify-cite-marks)
16359         (gnus-outlook-deuglify-unwrap-stop-chars)
16360         (gnus-outlook-deuglify-no-wrap-chars)
16361         (gnus-outlook-deuglify-attrib-cut-regexp)
16362         (gnus-outlook-deuglify-attrib-verb-regexp)
16363         (gnus-outlook-deuglify-attrib-end-regexp)
16364         (gnus-outlook-display-hook): Add :version.
16365
16366         * binhex.el (binhex-use-external): Add :version.
16367
16368 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16369
16370         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16371         and `invisible'.
16372
16373 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16374
16375         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16376         in gnus-registry-trim.
16377
16378 2004-09-13  Simon Josefsson  <jas@extundo.com>
16379
16380         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16381
16382         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16383
16384         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16385         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16386         <yamaoka@jpl.org>.
16387         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16388         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16389         <yamaoka@jpl.org>.
16390
16391         * sieve.el (sieve-manage-mode): Ditto.
16392
16393 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16394
16395         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16396
16397 2004-09-11  Simon Josefsson  <jas@extundo.com>
16398
16399         * dns-mode.el: Add.
16400
16401         * mm-view.el (mm-display-dns-inline): Add.
16402
16403         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16404         (mm-automatic-display): Ditto.
16405
16406         * mailcap.el (mailcap-mime-data): Add text/dns.
16407         (mailcap-mime-extensions): Map .soa to text/dns.
16408
16409 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16410
16411         * gnus-art.el (article-decode-mime-words, article-babel)
16412         (gnus-article-highlight-signature, gnus-article-add-buttons)
16413         (gnus-signature-toggle): Remove unnecessary bindings of
16414         `inhibit-read-only' inherited from v5.10 merge.
16415
16416 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16417
16418         * nntp.el (nntp): New customization group.
16419         (nntp-authinfo-file): Add customization group.
16420
16421         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16422
16423         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16424
16425         * gnus.el (to-address, to-list, subscribed)
16426         (large-newsgroup-initial): Ditto.
16427
16428         * flow-fill.el (fill-flowed-display-column)
16429         (fill-flowed-encode-column): Ditto.
16430
16431 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16432
16433         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16434         Use point-min rather than 1.
16435         (message-send-mail): Use buffer-size rather than point-max.
16436
16437         * gnus-sum.el (gnus-summary-search-article-forward):
16438         Signal a specific `search-failed' rather than a generic `error'.
16439
16440         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16441         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16442         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16443
16444 2004-09-10  Simon Josefsson  <jas@extundo.com>
16445
16446         * nndb.el (require): Remove tcp and duplicate cl.
16447
16448 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16449
16450         * gnus-agent.el (directory-files-and-attributes): Move forward.
16451
16452 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16453
16454         * gnus-agent.el (directory-files-and-attributes):
16455         Optionally defined to support XEmacs.
16456
16457 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16458
16459         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16460         to avoid run-time CL dependencies.
16461         (gnus-agent-unfetch-articles): New function.
16462         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16463         article numbers even when local .overview file is missing.
16464         (gnus-agent-read-article-number): New function.  Only accepts
16465         27-bit article numbers.
16466         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16467         Use gnus-agent-read-article-number.
16468         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16469         from backend while recognizing that article numbers in .overview
16470         must be valid.
16471         (gnus-agent-update-files-total-fetched-for):
16472         Use directory-files-and-attributes to improve performance.
16473         * gnus-int.el (gnus-request-move-article):
16474         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16475         improve performance.
16476
16477         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16478         some users confused by references to .newsrc when they only have a
16479         .newsrc.eld file.
16480         (gnus-convert-mark-converter-prompt)
16481         (gnus-convert-converter-needs-prompt): Fix use of property list.
16482         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16483         New function.  Used internally to only display 'gnus converting
16484         files' message when actually necessary.
16485
16486         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16487         methods now autoloaded.
16488
16489 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16490
16491         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16492         identifiers.
16493
16494 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16495
16496         * gnus-picon.el: Fix indentation and closing parenthesis.
16497
16498 2004-09-01  Simon Josefsson  <jas@extundo.com>
16499
16500         * message.el (message-canlock-generate): Require sha1, not
16501         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16502         to require within a function.  Sadly, if sha1.el isn't loaded, the
16503         let binding in m-c-g will hide the defcustom definition, which is
16504         bad.)
16505
16506         * canlock.el: Require sha1, not sha1-el.
16507
16508         * message.el: Don't autoload sha1 (there is a autoload cookie in
16509         sha1.el).
16510
16511         * sha1-el.el: Rename to sha1.el.
16512
16513 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16514
16515         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16516
16517 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16518
16519         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16520
16521 2004-08-30  Kim F. Storm  <storm@cua.dk>
16522
16523         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16524
16525         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16526         Add :group 'nnimap.
16527
16528 2004-08-30  Andreas Schwab  <schwab@suse.de>
16529
16530         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16531         ?* and ?\;.
16532
16533         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16534         and ?\' to symbol instead of whitespace.
16535
16536 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16539
16540         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16541         instead of re-search-forward.
16542
16543         * gnus-uu.el (gnus-uu-save-article): Ditto.
16544         (gnus-uu-post-encode-uuencode): Ditto.
16545
16546         * html2text.el (html2text-clean-list-items): Ditto.
16547         (html2text-clean-dtdd): Ditto.
16548         (html2text-format-tags): Ditto.
16549
16550         * message.el (message-send-mail-with-sendmail): Fix regexp.
16551         (message-fill-field-general): Use search-forward instead of
16552         re-search-forward.
16553         (unbold-region): Ditto.
16554
16555         * nnrss.el (nnrss-request-article): Ditto.
16556
16557         * nnslashdot.el (nnslashdot-request-article): Ditto.
16558
16559         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16560
16561         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16562         "Unrecognized menu descriptor" error in XEmacs.
16563
16564 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16565
16566         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16567         parent article of a sparse article in the thread hashtb.
16568
16569 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16570
16571         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16572         (nnmail-expand-newtext): Lowercase expanded entries if
16573         nnmail-split-lowercase-expanded is non-nil.
16574
16575 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16576
16577         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16578
16579         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16580         of gnus-tmp-news-method into string under XEmacs.  It will be
16581         passed to gnus-correct-length which takes only a string argument.
16582
16583 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16584
16585         * gnus-util.el (gnus-bind-print-variables): New macro.
16586         (gnus-prin1): Use it.
16587         (gnus-prin1-to-string): Use it.
16588         (gnus-pp): New function.
16589         (gnus-pp-to-string): New function.
16590
16591         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16592         Replace pp-to-string with gnus-pp-to-string.
16593         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16594         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16595         * gnus-msg.el (gnus-debug): Ditto.
16596         * gnus-score.el (gnus-score-save): Ditto.
16597         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16598         gnus-pp-to-string.
16599         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16600         with gnus-pp.
16601         * score-mode.el (gnus-score-pretty-print): Ditto.
16602         * webmail.el (webmail-debug): Ditto.
16603
16604 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * gnus-art.el (article-display-face, article-display-x-face):
16607         Use buffer-read-only.
16608
16609 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16610
16611         * gnus-art.el (article-hide-list-identifiers):
16612         Bind inhibit-read-only as t.
16613
16614 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16615
16616         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16617
16618 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16619
16620         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16621         (gnus-narrow-to-page): Don't assume point-min == 1.
16622         (gnus-article-edit-mode): Derive from message-mode.
16623
16624         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16625         point-min == 1.
16626
16627         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16628         Disable incorrect use of `assert'.
16629
16630         * message.el (message-mode): Set comment-start-skip.
16631
16632
16633 2004-08-22  Sam Steingold  <sds@gnu.org>
16634
16635         * pop3.el (pop3-leave-mail-on-server): New user variable.
16636         (pop3-movemail): Delete mail only when it is nil.
16637
16638 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16639
16640         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16641
16642         * mml.el (mml-preview): Use `pop-to-buffer'.
16643
16644         * message.el (message-goto-mail-followup-to): Insert after "To".
16645         (message-carefully-insert-headers): Add comment.
16646
16647         * gnus.el: Remove unused variable `gnus-article-check-size'.
16648
16649         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16650
16651         * gnus-art.el (gnus-button-alist):
16652         Improve `gnus-button-handle-library' entry.
16653
16654 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16655
16656         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16657         Use downcase, since XEmacs capitalizes error messages differently.
16658
16659 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16660
16661         * nntp.el: Add (require 'gnus) due to reference to
16662         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16663
16664 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16665
16666         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16667         Bind `mm-fill-flowed'.
16668
16669         * mm-decode.el (mm-dissect-singlepart): Check it.
16670
16671 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16672
16673         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16674         'imap' for netrc parsing.
16675
16676 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16677
16678         * mailcap.el (mailcap-mime-data): Mark as risky.
16679
16680 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16681
16682         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16683         may be included in the encoded word.
16684         (rfc2047-encode): Don't append a space if the encoded word
16685         includes close parenthesis.
16686
16687 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16688
16689         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16690         of text within parentheses.
16691
16692 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16693
16694         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16695         (gnus-encrypt-write-file-contents): Make the password key the file
16696         name PLUS the cipher, not just the cipher.  Also remove failed
16697         passwords from the cache.
16698
16699 2004-08-06  Simon Josefsson  <jas@extundo.com>
16700
16701         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16702         Doc fix.
16703
16704 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16705
16706         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16707         LWSP.
16708
16709 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16710
16711         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16712         Try to append in-reply-to: data to the references: header.
16713
16714         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16715         (netrc-parse): Use gnus-encrypt.el functions.
16716
16717         * gnus-encrypt.el: Add new file for encryption support; currently
16718         does only a few GPG ciphers and an internal XOR cipher.
16719
16720         * password.el: Add comments on using password-read-and-add.
16721         (password-read-and-add): Add function to read and add the
16722         password to the cache at once.
16723
16724 2004-07-28  Simon Josefsson  <jas@extundo.com>
16725
16726         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16727         parameter (but don't use it, for now).
16728
16729         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16730         instead of hard coding to nil.
16731
16732 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16733
16734         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16735         as mm-inline-image-xemacs does.
16736
16737 2004-07-26  Simon Josefsson  <jas@extundo.com>
16738
16739         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16740         Revert part of 2004-07-17 change below.
16741
16742 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16743
16744         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16745         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16746
16747 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16748
16749         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16750         quotes that actually start with ">" at the beginning of the
16751         lines.
16752
16753 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16754
16755         * rfc2047.el (rfc2047-encode-region): Fix last change.
16756         (rfc2047-encode-parameter): Remove useless concat.
16757
16758 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16759
16760         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16761         encode special characters; fix some kind of misconfigured headers;
16762         signal a real error if debug-on-quit or debug-on-error is non-nil.
16763         (rfc2047-encode-max-chars): New variable.
16764         (rfc2047-encode-1): Use it.
16765         (rfc2047-encode-parameter): New function.
16766
16767         * mml.el (mml-insert-parameter): Remove an excessive space.
16768
16769 2004-07-17  Simon Josefsson  <jas@extundo.com>
16770
16771         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16772         Kai Grossjohann <kai@emptydomain.de>.
16773         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16774         (gnus-group-make-menu-bar): Ditto.
16775
16776         * gnus-util.el (gnus-group-server): Add.
16777
16778 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16779
16780         * message.el (message-clone-locals): Clone sendmail and smtp
16781         variables.
16782
16783 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16784
16785         * rfc2047.el (rfc2047-encode-region): Fix last change.
16786
16787 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16788
16789         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16790         characters as non-special.
16791
16792 2004-07-09  Simon Josefsson  <jas@extundo.com>
16793
16794         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16795         Users will lose all flag changes made while unplugged with
16796         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16797         good default.  See numerous reports on ding mailing list.
16798
16799 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16800
16801         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16802         add generate-head-function and generate-article-function to the
16803         rfc822-forward entry.
16804         (nndoc-rfc822-forward-generate-article): New function.
16805         (nndoc-rfc822-forward-generate-head): New function.
16806
16807         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16808
16809 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16810
16811         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16812         respect display group parameter and gnus-summary-expunge-below.
16813         (gnus-articles-to-read): Remove unused reference to display group
16814         parameter.
16815
16816 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16817
16818         * nnheader.el (nnheader-uniquify-message-id): New experimental
16819         variable.
16820         (nnheader-nov-read-message-id): Use it.
16821
16822         * spam-report.el (spam-report-gmane): Add interactive.
16823
16824 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16825
16826         * mm-encode.el (mm-content-transfer-encoding-defaults):
16827         Use qp-or-base64 for the application/* types.
16828
16829 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16830
16831         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16832
16833 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16834
16835         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16836         trim value.
16837
16838 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16839
16840         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16841         New macro and function.
16842         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16843
16844 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16845
16846         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16847         after-load-alist.
16848
16849 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16850
16851         * gnus-group.el (gnus-group-get-new-news-this-group):
16852         Don't update info that isn't there.
16853
16854 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16855
16856         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16857         entry.
16858
16859 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16860
16861         * mm-view.el (mm-inline-render-with-function): Use multibyte
16862         buffer; decode html source by charset.
16863
16864         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16865
16866         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16867         Mule-UCS is loaded under XEmacs.
16868         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16869
16870 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16871
16872         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16873
16874 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16875
16876         * mm-util.el (mm-coding-system-p): Return a coding-system.
16877         (mm-mime-mule-charset-alist): Use shift_jis instead of
16878         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16879         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16880         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16881         instead of japanese-shift-jis and iso-latin-1 respectively in
16882         order to share the default value with both Emacs and XEmacs-mule.
16883         (mm-mule-charset-to-mime-charset):
16884         Make mm-coding-system-priorities effective.
16885         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16886         while predicating of candidates upon the priorities.
16887
16888 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16889
16890         * gnus-sum.el (gnus-summary-make-menu-bar):
16891         Add gnus-uu-invert-processable.
16892
16893         * gnus.el: Autoload gnus-uu-invert-processable.
16894
16895 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16896
16897         * mm-util.el (mm-with-multibyte-buffer): New macro.
16898
16899         * rfc2047.el (rfc2047-encode-string): Use it.
16900         (rfc2047-encode-region): Move point to the end of the region after
16901         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16902
16903 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16904
16905         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16906         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16907
16908 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16909
16910         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16911         (gnus-cite-parse): Ignore quoted envelope From_.
16912         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16913
16914 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16915
16916         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16917         invalid addresses.
16918
16919 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16920
16921         * spam.el: Change section markers, revise TODO list.
16922         (spam-backends): Make new master list of all installed backends.
16923         (spam-summary-exit-behavior): Add new variable to determine how
16924         messages moves are done at summary exit.
16925         (spam-move-spam-nonspam-groups-only)
16926         (spam-process-ham-in-nonham-groups)
16927         (spam-process-ham-in-spam-groups): Remove variables, the
16928         spam-summary-exit-behavior variable should be used to manage this
16929         behavior.
16930         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16931         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16932         and spam-old-spam-articles.
16933         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16934         Add empty variables, placeholders for the backends they represent.
16935         (spam-set-difference): Move, unchanged.
16936         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16937         unless the user has a processor variable.
16938         (spam-classifications, spam-classification-valid-p)
16939         (spam-backend-properties, spam-backend-property-valid-p)
16940         (spam-backend-function-type-valid-p)
16941         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16942         (spam-report-articles-gmane, spam-report-articles-resend):
16943         Remove functions, they are not needed.
16944         (spam-install-backend-super, spam-backend-list)
16945         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16946         (spam-backend-function, spam-backend-ham-registration-function)
16947         (spam-backend-spam-registration-function)
16948         (spam-backend-ham-unregistration-function)
16949         (spam-backend-spam-unregistration-function)
16950         (spam-backend-statistical-p, spam-backend-mover-p)
16951         (spam-install-backend-alias, spam-install-checkonly-backend)
16952         (spam-install-mover-backend, spam-install-nocheck-backend)
16953         (spam-install-backend, spam-install-statistical-backend)
16954         (spam-install-statistical-checkonly-backend): Add backend installation
16955         support.
16956         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16957         (spam-group-processor-p): Use the new backend code and respect the
16958         summary exit behavior.
16959         (spam-mark-spam-as-expired-and-move-routine): Remove.
16960         (spam-summary-prepare): Change to use the new spam-old-articles
16961         variable.
16962         (spam-copy-or-move-routine, spam-copy-spam-routine)
16963         (spam-move-spam-routine, spam-copy-ham-routine)
16964         (spam-move-ham-routine): Add code to copy/move ham or spam.
16965         (spam-fetch-field-fast): Improve doc and code, plus allow the
16966         'number request.
16967         (spam-list-of-checks, spam-list-of-statistical-checks):
16968         Remove variables.
16969         (spam-split, spam-find-spam): Use the new backend code.
16970         (spam-registration-functions): Remove variable.
16971         (spam-unregister-routine): Add convenience wrapper.
16972         (spam-log-undo-registration, spam-register-routine)
16973         (spam-log-processing-to-registry)
16974         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16975         where possible.
16976         (spam-check-gmane-xref, spam-check-regex-headers)
16977         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16978         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16979         (spam-check-bogofilter-headers, spam-check-spamoracle)
16980         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16981         (spam-check-crm114-headers): Use the spam-split-group that
16982         spam-split prepares, no need to determine it every time.
16983
16984         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16985         to the nnheader-parse-naked-head call.
16986
16987         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16988
16989         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16990         the nnheader-nov-read-message-id call.
16991
16992 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16993
16994         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16995         gnus-activate-group twice.  Suggested by Markus Peter
16996         <warp@spin.de>.
16997
16998 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16999
17000         * gnus-art.el (gnus-article-time-format): Exchange the order of
17001         day and month in the default value; fix customization type.
17002         (article-date-ut): Use add-text-properties.
17003         (article-make-date-line): Use message-make-date instead of
17004         current-time-string.
17005
17006         * message.el (message-fetch-field): Don't use set-text-properties.
17007         (message-make-date): Simplify.
17008
17009         * messagexmas.el (message-xmas-make-date): New function.
17010         (message-xmas-redefine): Defalias message-make-date to it.
17011
17012 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17013
17014         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17015         (rfc2047-encode-region): Treat text within parentheses as special;
17016         show the original text when error has occurred.
17017
17018         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17019         already-computed method to gnus-activate-group.
17020
17021         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17022         same select-methods identical Lisp objects.
17023
17024         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17025         object when modifying the info.
17026
17027 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17028
17029         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17030         gnus-opened-servers since it has never been opened with the new
17031         configuration yet.
17032
17033 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17034
17035         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17036         arg to nnheader-generate-fake-message-id.
17037
17038 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17039
17040         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17041         number and build a fake message ID localized to a group and
17042         article number (so it's repeatable from that point on).
17043         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17044         ID format.
17045
17046         * gnus-sum.el (gnus-get-newsgroup-headers):
17047         Call nnheader-generate-fake-message-id with the article number.
17048
17049 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17050
17051         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17052         end-of-buffer.
17053
17054 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17055
17056         * message.el (message-ignored-supersedes-headers): Add Approved.
17057
17058 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17059
17060         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17061         goto-char.
17062         (rfc2047-encode): Fold the line before encoding.
17063
17064 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17065
17066         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17067         folding -- not all headers can be folded, and this should be done
17068         by the message composition mode.  Probably.  I think.
17069
17070 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17071
17072         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17073         fast.
17074
17075         * gnus-ems.el (gnus-remove-image): Don't use
17076         message-text-with-property; remove only the image found first.
17077
17078         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17079         found first.
17080
17081 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17082
17083         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17084
17085 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17086
17087         * message.el (message-text-with-property): Make it fast and accept
17088         optional arguments.
17089         (message-strip-forbidden-properties): Use it.
17090         (message-fix-before-sending): Follow the m-t-w-p change.
17091
17092         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17093
17094 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17095
17096         * gnus-art.el (article-hide-headers): Don't change the buffer
17097         mistakenly when performing mml-preview even if
17098         gnus-single-article-buffer is nil.
17099
17100 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17101
17102         * message.el (message-expand-name-databases): New user option.
17103         (message-expand-name): Use it.
17104
17105 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17106
17107         * spam.el (spam-report-articles-resend)
17108         (spam-report-resend-register-routine): Allow ham reporting.
17109         (spam-report-resend-register-ham-routine): Add wrapper.
17110         (spam-registration-functions): Add ham resending functions.
17111         (spam-list-of-processors): Add ham resend processor.
17112
17113         * gnus.el (ham-resend-to): Add new group parameter.
17114         (spam-process): Add ham resend option.
17115
17116         * spam-report.el (spam-report-resend): Allow reporting ham.
17117         (spam-report-resend-ham): Add wrapper.
17118
17119 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17120
17121         * message.el (message-cite-articles-with-x-no-archive):
17122         New variable.
17123         (message-cite-original): Use it.
17124
17125 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17126
17127         * message.el (message-cite-original): Respect X-No-Archive.
17128
17129 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17130
17131         * gnus-art.el (article-hide-headers): Refer to the values for
17132         gnus-ignored-headers and gnus-visible-headers in the summary
17133         buffer since a user may have set them as group parameters.
17134
17135 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17136
17137         * assistant.el (assistant-node-name): Add convenience function.
17138         (assistant-render-text, assistant-render-node): Add error handling,
17139         plus handle multiple next nodes.
17140         (assistant-find-next-node): Comment out for now.
17141         (assistant-find-next-nodes): Add function, returns list of next
17142         nodes.
17143
17144 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17145
17146         * mail-source.el (mail-source-directory): Fix doc-string.
17147
17148 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17149
17150         * assistant.el (assistant-render-text, assistant-eval): Add :set
17151         widget type, which is different because it takes and returns a
17152         list.  Much hilarity ensues.
17153
17154 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17155
17156         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17157
17158         * gnus-group.el (gnus-group-get-new-news-this-group):
17159         Add doc-string.
17160
17161         * gnus-start.el (gnus-activate-group): Add doc-string.
17162
17163 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17164
17165         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17166
17167 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17168
17169         * assistant.el (assistant-render-text): Try to add a :set
17170         widget, more to come.
17171
17172         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17173         strings.
17174         (spam-report-articles-resend)
17175         (spam-register-routine): Do registration iff any articles warrant
17176         it.
17177         (spam-summary-prepare-exit): Change log message for nil group
17178         destinations.
17179
17180 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17181
17182         * spam.el (spam-report-resend-register-routine):
17183         Allow spam-report-resend-to to be a group parameter or a global value.
17184
17185 2004-05-26  Simon Josefsson  <jas@extundo.com>
17186
17187         * starttls.el: Merge with my GNUTLS based starttls.el.
17188         (starttls-gnutls-program, starttls-use-gnutls)
17189         (starttls-extra-arguments, starttls-process-connection-type)
17190         (starttls-connect, starttls-failure, starttls-success):
17191         New variables.
17192         (starttls-program, starttls-extra-args): Doc fix.
17193         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17194         New functions.
17195         (starttls-negotiate, starttls-open-stream):
17196         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17197         function if it is set.
17198
17199 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17200
17201         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17202         structured fields.
17203
17204 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17205
17206         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17207
17208 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17209
17210         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17211         Add variable.
17212         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17213         assigning the spam-mark to new messages.
17214
17215 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17216
17217         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17218
17219 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17220
17221         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17222
17223         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17224         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17225         default.
17226
17227 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17228
17229         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17230         correct data.
17231
17232 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17233
17234         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17235         (spam-group-processor-p): Fix function.
17236         (spam-group-processor-multiple-p)
17237         (spam-group-spam-processor-report-gmane-p)
17238         (spam-group-spam-processor-report-resend-p)
17239         (spam-group-spam-processor-bogofilter-p)
17240         (spam-group-spam-processor-blacklist-p)
17241         (spam-group-spam-processor-ifile-p)
17242         (spam-group-ham-processor-ifile-p)
17243         (spam-group-spam-processor-spamoracle-p)
17244         (spam-group-spam-processor-crm114-p)
17245         (spam-group-ham-processor-bogofilter-p)
17246         (spam-group-spam-processor-stat-p)
17247         (spam-group-ham-processor-stat-p)
17248         (spam-group-ham-processor-whitelist-p)
17249         (spam-group-ham-processor-BBDB-p)
17250         (spam-group-ham-processor-spamoracle-p)
17251         (spam-group-ham-processor-copy-p): Remove functions with some
17252         prejudice against unneeded code.
17253         (spam-report-articles-resend)
17254         (spam-report-resend-register-routine): Allow the group/topic
17255         spam-resend-to value to override spam-report-resend-to.
17256         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17257         properly now.
17258
17259         * gnus.el (spam-resend-to): Add group/topic parameter.
17260         (spam-process): Move the OBSOLETE processors to the end of the
17261         choices.
17262
17263 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17264
17265         * spam-report.el (spam-report-resend-to, spam-report-resend):
17266         Start with resend-to set to nil, and then ask the user if necessary.
17267         (spam-report-resend): spam-report-resend takes a list of articles, not
17268         separate article numbers.
17269
17270 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17271
17272         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17273         addition to emacs-w3m.
17274
17275 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17276
17277         * assistant.el (assistant-authinfo-data): New function.
17278         (assistant-eval): Eval for entire assistant.
17279
17280         * netrc.el (netrc-services-file): New variable.
17281         (netrc-parse-services): New function.
17282         (netrc-find-service-name): New function.
17283         (netrc-find-service-number): New function.
17284         (netrc-port-equal): New function.
17285         (netrc-machine): Use it.
17286
17287         * nnimap.el (nnimap-open-connection): Use netrc.
17288
17289         * gnus-util.el (gnus-netrc-get): Remove aliases.
17290
17291         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17292
17293         * assistant.el (wid-edit): Fix compilation.
17294
17295         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17296
17297 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17298
17299         * gnus-util.el (gnus-set-file-modes): New function.  (small
17300         patch).
17301
17302 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17303
17304         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17305
17306         * assistant.el (assistant-render-node): Fix up rendering and
17307         read-only text.
17308         (assistant-render-node): Reset.
17309         (assistant-make-read-only): Not sticky.
17310
17311 2004-05-20  Danny Siu  <dsiu@adobe.com>
17312
17313         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17314         centered even when gnus-auto-center-summary is t.
17315
17316 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17317
17318         * dns.el (dns-get-txt-answer): New function.
17319         (dns-read-txt): Ditto.
17320         (query-dns): Use it.
17321
17322 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17323
17324         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17325         active for foreign groups even if the group level is higher than
17326         the specified value.
17327
17328 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17329
17330         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17331         non-active groups.
17332
17333         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17334
17335 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17336
17337         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17338
17339 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17340
17341         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17342         (spam-crm114-header, spam-crm114-spam-switch)
17343         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17344         (spam-crm114-positive-spam-header)
17345         (spam-crm114-database-directory, spam-list-of-processors)
17346         (spam-group-spam-processor-crm114-p)
17347         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17348         (spam-generic-score, spam-list-of-checks)
17349         (spam-list-of-statistical-checks, spam-registration-functions)
17350         (spam-check-crm114-headers, spam-crm114-score)
17351         (spam-check-crm114, spam-crm114-register-with-crm114)
17352         (spam-crm114-register-spam-routine)
17353         (spam-crm114-unregister-spam-routine)
17354         (spam-crm114-register-ham-routine)
17355         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17356         From asjo@koldfront.dk (Adam Sjøgren).
17357
17358         * gnus.el: Add spam-use-crm114.
17359
17360         * spam.el (spam-list-of-processors, spam-registration-functions):
17361         Add spam-use-resend.
17362         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17363         (spam-report-articles-gmane): Add doc fix.
17364         (spam-report-articles-resend, spam-report-resend-register-routine):
17365         Add wrappers around spam-report-resend-to.
17366
17367         * spam-report.el (spam-report-resend-to, spam-report-resend):
17368         Add support for resending spam.
17369         (spam-report-gmane): Fix line length >80.
17370
17371         * gnus.el (spam-process): Add spam-use-resend.
17372
17373 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17374
17375         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17376         number of processed spam messages.
17377         (spam-ham-copy-or-move-routine): Return the number of processed
17378         ham messages.
17379         (spam-summary-prepare-exit): Use the above values to decide
17380         whether status messages shouled be displayed.
17381
17382 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17383
17384         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17385         `rfc2047-encoding-function-alist' in order to avoid conflicting
17386         with the old version.
17387         (rfc2047-encode-region): Concatenate words containing non-ASCII
17388         characters in structured fields; don't encode space-delimited
17389         ASCII words even in unstructured fields; don't break words at
17390         char-category boundaries.
17391         (rfc2047-encode-1): New function.
17392         (rfc2047-encode): Use it; encode text so that it occupies the
17393         maximum width within 76-column; work correctly on Q encoding for
17394         iso-2022-* charsets.
17395         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17396         sure not to break a line just after the header name.
17397         (rfc2047-b-encode-region): Remove.
17398         (rfc2047-b-encode-string): New function.
17399         (rfc2047-q-encode-region): Remove.
17400         (rfc2047-q-encode-string): New function.
17401
17402         * mm-util.el (mm-replace-in-string): New function.
17403
17404 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17405
17406         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17407         Really get it right.
17408         (gnus-inews-make-draft): Really.
17409
17410 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17411
17412         * nnmh.el (nnmh-request-list-1): Don't check the link count
17413         before descending.  (small patch)
17414
17415 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17416
17417         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17418         stuff.
17419
17420         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17421         Match on real group name.
17422
17423         * gnus-art.el (gnus-signature-limit): Doc fix.
17424
17425         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17426
17427         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17428
17429 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17430
17431         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17432         isn't a string.
17433
17434 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17435
17436         * gnus-draft.el (gnus-draft-send):
17437         Bind rfc2047-encode-encoded-words.
17438
17439         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17440         (rfc2047-encodable-p): Say that =? needs encoding.
17441         (rfc2047-encode-encoded-words): New variable.
17442
17443         * gnus-group.el (gnus-group-select-group): Doc fix.
17444
17445         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17446
17447         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17448         to nil.
17449
17450         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17451
17452         * nnheader.el (nnheader-get-lines-and-char): New function.
17453
17454 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17455
17456         * gnus-msg.el (gnus-summary-followup-with-original):
17457         Document yanking of region when active.
17458
17459 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17460
17461         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17462         groups if the group level is higher than the specified value.
17463
17464 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17465
17466         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17467         (gnus-group-jump-to-group): Add prefix argument using
17468         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17469         non-active group.
17470
17471         * compface.el (uncompface): Be verbose when changing
17472         `uncompface-use-external'.
17473
17474         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17475         handle manual section.
17476
17477 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17478
17479         * gnus-art.el (gnus-button-alist): Revert previous change.
17480
17481 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17482
17483         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17484
17485 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17486
17487         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17488         whether backend can accept message.
17489
17490         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17491
17492 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17493
17494         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17495         Avoid creating directory when nntp-marks-is-evil is true.
17496         Reported by Reiner Steib.
17497
17498 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17499
17500         * gnus-picon.el (gnus-picon-style): New variable.
17501         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17502         (gnus-picon-transform-address): Support `gnus-picon-style'.
17503         From Jesper Harder <harder@ifa.au.dk>.
17504
17505 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17506
17507         * message.el (message-fill-field): Return point.
17508         (message-generate-headers): Go to end of field.
17509
17510         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17511         stuff for non-living groups.
17512
17513 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17514
17515         * gnus-art.el (gnus-article-followup-with-original)
17516         (gnus-article-reply-with-original): gnus-mark-active-p ->
17517         gnus-region-active-p.
17518
17519 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17520
17521         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17522         only when there is spam or ham to be processed.
17523
17524 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17525
17526         * mail-source.el (mail-source-delete-crash-box): Refactor.
17527         (mail-source-fetch): Use it.
17528         (mail-source-fetch-file): Ditto.
17529         (mail-source-fetch-directory): Run postscript in loop.
17530         (mail-source-fetch-pop): Delete.
17531         (mail-source-fetch-maildir): Ditto.
17532         (mail-source-fetch-imap): Ditto.
17533
17534         * imap.el (imap-authenticators): Comment out sasl.
17535
17536         * message.el (message-skip-to-next-address): New function.
17537         (message-fill-header-address): Refactor.
17538         (message-fill-address): Use it.
17539         (message-delete-address): Use it.
17540         (message-fill-header-general): Refactor.
17541         (message-fill-field-address): Rename.
17542         (message-narrow-to-field): Find the start of the header.
17543         (message-header-format-alist): Don't pre-fill.
17544         (message-fill-header): Remove.
17545         (message-insert-header): New function.
17546         (message-shorten-references): Use it.
17547
17548         * rfc2047.el (rfc2047-field-value): Strip props.
17549
17550         * mail-parse.el (mail-header-make-address): New alias.
17551
17552         * ietf-drums.el (ietf-drums-make-address): New function.
17553
17554         * imap.el: Add compiler directives.
17555
17556         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17557
17558         * gnus-art.el (article-decode-idna-rhs): Don't use
17559         message-idna-inside-rhs-p.
17560
17561 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17562
17563         * message.el (message-idna-inside-rhs-p): Remove.
17564         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17565
17566         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17567         false positives.
17568
17569 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17570
17571         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17572
17573 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17574
17575         * nneething.el (nneething-file-name): Don't create spurious
17576         files.
17577
17578         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17579         (gnus-inews-do-gcc): Remove sleep.
17580
17581         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17582         part under point.
17583
17584         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17585         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17586
17587 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17588
17589         * spam.el (spam-summary-prepare-exit): Fix (length).
17590
17591 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17592
17593         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17594         as expired without moving it" message when there are spam
17595         messages left.
17596
17597 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17598
17599         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17600         header is not nil.
17601
17602 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17603
17604         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17605         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17606         (nntp-marks-changed-p): New arg SERVER.
17607         (nntp-request-update-info): Adjust caller.
17608
17609 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17610
17611         * nntp.el (nntp-save-marks): Pass missing arg.
17612
17613 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17614
17615         * nntp.el: Support marks.
17616         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17617         (nntp-marks-modtime, nntp-marks-directory): New variables.
17618         (nntp-request-set-mark, nntp-request-update-info)
17619         (nntp-possibly-create-directory, nntp-marks-changed-p)
17620         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17621         New functions.
17622
17623 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17624
17625         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17626         (gnus-xmas-redefine): Rename.
17627
17628         * gnus-score.el (gnus-score-insert-help):
17629         Use gnus-select-lowest-window.
17630
17631         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17632         appt-select-lowest-window and rename to gnus-select-lowest-window.
17633
17634         * gnus.el: do.
17635
17636 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17637
17638         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17639         encodings of MIME-encoded words, in order to improve
17640         interoperability with several broken MUAs.
17641
17642 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17643
17644         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17645         tags, only when charsets are not specified in headers.
17646         (mm-inline-text-html-render-with-w3m): Ditto.
17647
17648         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17649         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17650
17651 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17652
17653         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17654         instead of MIME-decoded from fields when checking
17655         `gnus-article-address-banner-alist'.
17656
17657 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17658
17659         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17660         description rather than subject.
17661
17662 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17663
17664         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17665
17666 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17667
17668         * gnus.el (gnus-version-number): Bump.
17669
17670 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17671
17672         * gnus.el: No Gnus v0.2 is released.
17673
17674 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17675
17676         * gnus-agent.el (gnus-agent-read-agentview):
17677         Inline gnus-uncompress-range.
17678
17679 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17680
17681         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17682         `exec-installed-p'.
17683
17684 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17685
17686         * gnus.el (spam-process, spam-autodetect-methods):
17687         Add bsfilter and bsfilter-headers.
17688
17689         * spam.el (spam-bsfilter): New customize group.
17690         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17691         (spam-bsfilter-header, spam-bsfilter-probability-header)
17692         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17693         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17694         (spam-bsfilter-database-directory): New options.
17695         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17696         (spam-list-of-statistical-checks, spam-registration-functions):
17697         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17698         (spam-bsfilter-score): New command.
17699         (spam-check-bsfilter-headers, spam-check-bsfilter)
17700         (spam-bsfilter-register-with-bsfilter)
17701         (spam-bsfilter-register-spam-routine)
17702         (spam-bsfilter-unregister-spam-routine)
17703         (spam-bsfilter-register-ham-routine)
17704         (spam-bsfilter-unregister-ham-routine): New functions.
17705         (spam-generic-score): Support bsfilter; Accept an optional argument
17706         to recalcurate spam score even if scoring header has already been
17707         added.
17708         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17709         optional argument to recalcurate spam score even if scoring header
17710         has already been added.
17711
17712 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17713
17714         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17715         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17716         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17717         link is missing.
17718
17719 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17720
17721         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17722         (html2text-get-attr): Rewrite.
17723
17724         * message.el (message-setup-1): Remove redundant put-text-property
17725         on mail-header-separator.
17726
17727 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17728
17729         * gnus-registry.el (gnus-registry-cache-whitespace)
17730         (gnus-registry-action, gnus-registry-spool-action)
17731         (gnus-registry-split-fancy-with-parent): Change message levels
17732         from 5 to 3 or 7, as needed.
17733
17734         * spam.el (spam-summary-prepare-exit)
17735         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17736         (spam-split, spam-find-spam, spam-log-undo-registration)
17737         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17738         level from 5 to 6.
17739
17740 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17741
17742         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17743         2004-03-04 change).
17744
17745 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17746
17747         * sieve-manage.el (sieve-manage-open):
17748         * nnweb.el (nnweb-insert-html):
17749         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17750         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17751         * nnspool.el (nnspool-request-group):
17752         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17753         * nnml.el (nnml-request-update-info):
17754         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17755         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17756         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17757         (nnimap-request-set-mark):
17758         * nnfolder.el (nnfolder-request-update-info):
17759         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17760         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17761         * gnus-uu.el (gnus-uu-find-articles-matching):
17762         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17763         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17764         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17765         * gnus-nocem.el (gnus-nocem-scan-groups):
17766         * gnus-int.el (gnus-start-news-server):
17767         * gnus-group.el (gnus-group-make-kiboze-group)
17768         (gnus-group-browse-foreign-server):
17769         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17770         Use mapc when appropriate.
17771
17772 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17773
17774         FIXME: Make separate entries for each person.
17775
17776         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17777         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17778         <shields@msrl.com>:
17779
17780         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17781         may need for spam sorting and scoring.
17782         (spam-user-format-function-S): Add user format function suitable for
17783         general use.
17784         (spam-article-sort-by-spam-status): Add sorting function for summary
17785         sorting.
17786         (spam-extra-header-to-number): Add function to get a score from a
17787         header.
17788         (spam-summary-score): Add function to get a numeric score from the
17789         headers.
17790         (spam-generic-score): Fix function doc, was in wrong place.
17791         (spam-initialize): Take symbols when it's run, and install the
17792         extra headers that spam-necessary-extra-headers thinks we need.
17793
17794 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17795
17796         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17797         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17798
17799 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17800
17801         * gnus-sum.el (gnus-set-global-variables)
17802         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17803         (gnus-article-get-xrefs, gnus-summary-best-group)
17804         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17805         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17806         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17807         Use with-current-buffer.
17808
17809 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17810
17811         * spam.el (spam-summary-prepare-exit): Simplify logic.
17812         (spam-fetch-article-header): Read the article header if it's not
17813         available.
17814         (spam-list-articles): Simplify logic.
17815         (spam-filelist-register-routine): Fix bug with unregister-list.
17816
17817         * gnus-registry.el: Fix comments at beginning.
17818
17819 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17820
17821         * message.el (message-cater-to-broken-inn): Remove.
17822         (message-shorten-references): Make sure the total folded length of
17823         References is shorter than 998 characters to cater to a bug in INN
17824         2.3.  Also, don't pretend that references aren't folded -- this
17825         hasn't worked for a while.
17826
17827 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17828
17829         * gnus-agent.el (gnus-agentize):
17830         gnus-agent-send-mail-real-function no longer set to current value
17831         of message-send-mail-function but rather a lambda that calls
17832         message-send-mail-function.  The change makes the agent real-time
17833         responsive to user changes to message-send-mail-function.
17834
17835 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17836
17837         * legacy-gnus-agent.el
17838         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17839         help from Florian Weimer <fw@deneb.enyo.de>
17840
17841 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17842
17843         * nnmail.el (nnmail-cache-insert): Revert last change.
17844
17845 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17846
17847         * nnmail.el (nnmail-cache-insert): Always check whether
17848         nnmail-cache-ignore-groups matches a group name.
17849
17850 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17851
17852         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17853         (spam-find-spam, spam-log-processing-to-registry)
17854         (spam-log-registered-p, spam-log-unregistration-needed-p)
17855         (spam-log-undo-registration): Use gnus-message instead of
17856         gnus-error, none of these errors are fatal.
17857
17858         * gnus-registry.el (gnus-registry-clean-empty-function)
17859         (gnus-registry-clean-empty): Remove only empty entries without
17860         extra data.
17861
17862 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17863
17864         * spam-stat.el (spam-stat-buffer-change-to-spam)
17865         (spam-stat-buffer-change-to-non-spam): Change (error) to
17866         (gnus-message 8) invocation.
17867
17868 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17869
17870         * nntp.el (nntp-via-netcat-command): New variable.
17871         (nntp-via-netcat-switches): New variable.
17872         (nntp-open-via-rlogin-and-netcat): New function.
17873         (nntp-open-connection-function): Doc fix.
17874         (nntp-telnet-command): Doc fix.
17875         (nntp-end-of-line): Doc fix.
17876         (nntp-via-rlogin-command): Doc fix.
17877         (nntp-via-user-name): Doc fix.
17878         (nntp-via-address): Doc fix.
17879
17880 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17881
17882         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17883         error in Emacs 21.1.
17884
17885 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17886
17887         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17888
17889 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17890
17891         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17892         (gnus-agent-with-refreshed-group): New macro.
17893         (gnus-agent-rename-group): New function.
17894         (gnus-agent-delete-group): New function.
17895         (gnus-agent-save-group-info): Use gnus-command-method when
17896         `method' parameter is nil.  Don't write nil entries into the
17897         active file.
17898         (gnus-agent-get-group-info): New function.
17899         (gnus-agent-fetch-articles):
17900         Use gnus-agent-update-files-total-fetched-for to increment disk space
17901         used.
17902         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17903         Use gnus-agent-update-view-total-fetched-for to increment disk space
17904         used.
17905         (gnus-agent-get-local): Add optional parameters to avoid calling
17906         gnus-group-real-name and gnus-find-method-for-group.
17907         (gnus-agent-set-local): Delete stored entry if either min, or max,
17908         are nil.
17909         (gnus-agent-fetch-session): Reworded error/quit messages.
17910         On quit, use gnus-agent-regenerate-group to record existance of any
17911         articles fetched to disk before the quit occurred.
17912         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17913         gnus-agent-update-view-total-fetched-for, and
17914         gnus-agent-update-files-total-fetched-for to decrement disk space
17915         used.
17916         (gnus-agent-retrieve-headers):
17917         Use gnus-agent-update-view-total-fetched-for to increment disk space
17918         used.
17919         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17920         with gnus-agent-update-files-total-fetched-for to decrement disk
17921         space and fresh group buffer.
17922         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17923         (gnus-agent-need-update-total-fetched-for): New variable.
17924         (gnus-agent-update-files-total-fetched-for): New function.
17925         (gnus-agent-update-view-total-fetched-for): New function.
17926         (gnus-agent-total-fetched-for): New function.
17927
17928         * gnus-cache.el (gnus-cache-save-buffers):
17929         Use gnus-cache-update-overview-total-fetched-for to change disk space
17930         used by this group.
17931         (gnus-cache-possibly-enter-article):
17932         Use gnus-cache-update-file-total-fetched-for to increment disk space
17933         used by this group.
17934         (gnus-cache-possibly-remove-article):
17935         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17936         used by this group.
17937         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17938         (gnus-cache-rename-group): New function.
17939         (gnus-cache-delete-group): New function.
17940         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17941         (gnus-cache-need-update-total-fetched-for): New variable.
17942         (gnus-cache-with-refreshed-group): New macro.
17943         (gnus-cache-update-file-total-fetched-for): New function.
17944         (gnus-cache-update-overview-total-fetched-for): New function.
17945         (gnus-cache-rename-group-total-fetched-for): New function.
17946         (gnus-cache-delete-group-total-fetched-for): New function.
17947         (gnus-cache-total-fetched-for): New function.
17948
17949         * gnus-group.el: Require gnus-sum and autoload functions to
17950         resolve warnings when gnus-group.el compiled alone.
17951         (gnus-group-line-format): Documented new %F.
17952         (size of Fetched data) group line format; identifies disk space
17953         used by agent and cache.
17954         (gnus-group-line-format-alist): Defined new F format.
17955         (gnus-total-fetched-for): New function.
17956         (gnus-group-delete-group): No longer update
17957         gnus-cache-active-altered as gnus-request-delete-group now keeps
17958         the cache in sync.
17959         (gnus-group-list-active): Let the agent store a server's active
17960         list if currently plugged.
17961
17962         * gnus-int.el (gnus-request-delete-group):
17963         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17964         local disk in sync with the server.
17965         (gnus-request-rename-group):
17966         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17967         local disk in sync with the server.
17968
17969         * gnus-start.el (gnus-get-unread-articles):
17970         Cosmetic simplification to logic.
17971
17972         * gnus-util.el (gnus-rename-file): New function.
17973
17974 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17975
17976         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17977
17978 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17979
17980         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17981         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17982
17983 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17984
17985         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17986         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17987
17988 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17989
17990         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17991
17992 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17993
17994         * spam.el (spam-set-difference): Add function to replace
17995         gnus-set-difference in spam.el.
17996         (spam-summary-prepare-exit): Use spam-set-difference.
17997
17998 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17999
18000         * gnus-registry.el (gnus-registry-cache-file): Update to use
18001         gnus-dribble-directory OR gnus-home-directory OR ~.
18002         (gnus-registry-split-fancy-with-parent): Fix doc.
18003
18004 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18005
18006         * message.el (message-exchange-point-and-mark):
18007         Use message-mark-active-p.  Suggested by Jesper Harder
18008         <harder@ifa.au.dk>.
18009
18010 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18011
18012         * message.el (message-exchange-point-and-mark): Don't activate
18013         region if it was inactive.  Suggested by Hiroshi Fujishima
18014         <pooh@nature.tsukuba.ac.jp>.
18015
18016 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18017
18018         * gnus-art.el (article-display-face): Display Faces in the same
18019         order as X-Faces.
18020
18021 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18022
18023         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18024
18025 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18026
18027         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18028         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18029         (gnus-article-mime-hierarchy): Remove.
18030         (gnus-article-mime-hierarchy-next): Remove.
18031         (gnus-article-mode): Revert 2004-03-19 change.
18032         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18033         (gnus-insert-mime-button): Revert 2004-03-19 change.
18034         (gnus-mime-accumulate-hierarchy): Remove.
18035         (gnus-mime-enter-multipart): Remove.
18036         (gnus-mime-leave-multipart): Remove.
18037         (gnus-mime-display-part): Revert 2004-03-19 change.
18038         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18039
18040         * mml.el (mml-preview): Revert 2004-03-19 change.
18041
18042 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18043
18044         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18045
18046 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18047
18048         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18049         t while entering a file name using the mm-with-multibyte macro.
18050         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18051
18052         * mm-util.el (mm-with-multibyte): New macro.
18053
18054 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18055
18056         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18057         New user option.
18058         (gnus-mime-multipart-functions): Doc and customization fix.
18059         (gnus-article-mime-hierarchy): New variable.
18060         (gnus-article-mime-hierarchy-next): New variable.
18061         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18062         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18063         gnus-article-mime-hierarchy-next to nil.
18064         (gnus-insert-mime-button): Show hierarchy numbers.
18065         (gnus-mime-accumulate-hierarchy): New function.
18066         (gnus-mime-enter-multipart): New function.
18067         (gnus-mime-leave-multipart): New function.
18068         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18069         (gnus-mime-display-alternative): Show hierarchy numbers.
18070
18071         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18072         gnus-article-mime-hierarchy-next to nil.
18073
18074 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18075
18076         * dns.el: Don't require gnus-xmas.
18077
18078 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18079
18080         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18081         inline PGP.
18082         (mml-menu): Disable mml-quote-region if mark is inactive.
18083
18084 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18085
18086         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18087         when the group's active is not available.
18088
18089 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18090
18091         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18092         error.
18093
18094 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18095
18096         * imap.el (imap-store-password): New variable.
18097         (imap-interactive-login): Use it.
18098         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18099
18100 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18101
18102         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18103         window-start and hscroll to summary window.
18104
18105 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18106
18107         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18108         conversion message to newsrc-dribble when an actual conversion is
18109         performed.
18110
18111 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18112
18113         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18114
18115 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18116
18117         * mm-decode.el (mm-complicated-handles): New function reviving
18118         former definition of mm-multiple-handles.
18119
18120         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18121         (gnus-mime-delete-part): Use it.
18122
18123 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18124
18125         * gnus-agent.el (gnus-agent-read-local):
18126         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18127         avoid the implicit assumption that they will always be equal.
18128         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18129         coding-system-for-write, as the with-temp-file macro first prints
18130         to a buffer then saves the buffer.
18131
18132 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18133
18134         * gnus-art.el (gnus-article-edit-part): New function.
18135         (gnus-mime-save-part-and-strip): Use it; do query instead of
18136         signaling an error; don't use mm-multiple-handles.
18137         (gnus-mime-delete-part): Ditto.
18138
18139 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18140
18141         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18142         old file versions.
18143         (gnus-group-prepare-hook): Remove function that converted list
18144         form of gnus-agent-expire-days to group properties.
18145
18146         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18147         (gnus-request-accept-article): Re-indented.
18148
18149         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18150         converters to handle old agent file formats.  Add logic for a
18151         "backup before upgrading warning".
18152         (gnus-convert-mark-converter-prompt): Developers can mark
18153         functions as needing (default), or not needing,
18154         gnus-convert-old-newsrc's "backup before upgrading warning".
18155         (gnus-convert-converter-needs-prompt): Tests whether the user
18156         should be protected from potentially irreversable changes by the
18157         function.
18158
18159         * legacy-gnus-agent.el: New.  Provides converters that are only
18160         loaded when gnus-convert-old-newsrc needs to call them.
18161
18162 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18163
18164         * mail-source.el (mail-source-touch-pop): Doc fix.
18165
18166         * message.el (message-smtpmail-send-it): Doc fix.
18167
18168 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18169
18170         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18171
18172         * nnmail.el (nnmail-split-fancy): do.
18173
18174         * gnus-kill.el (gnus-kill, gnus-execute): do.
18175
18176 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18177
18178         * gnus-sum.el (gnus-widget-reversible-match)
18179         (gnus-widget-reversible-to-internal)
18180         (gnus-widget-reversible-to-external): New functions.
18181         (gnus-widget-reversible): New widget.
18182         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18183
18184 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18185
18186         * gnus-sum.el (gnus-thread-sort-functions)
18187         (gnus-article-sort-functions): Document `(not F)' items.
18188
18189 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18190
18191         * spam.el (spam-use-gmane-xref): Add new backend.
18192         (spam-gmane-xref-spam-group): Add variable to control the name of the
18193         Gmane spam group.
18194         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18195         (spam-regex-headers-spam, spam-regex-headers-ham)
18196         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18197         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18198         backends and checks.
18199         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18200
18201         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18202         an autodetect method.
18203
18204 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18205
18206         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18207         articles are being added to a group.
18208         (gnus-request-replace-article): Inform the agent that articles
18209         need to be uncached as the cached contents are no longer valid.
18210
18211 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18212
18213         * binhex.el: Don't autoload executable-find.
18214
18215         * canlock.el: Don't autoload mail-fetch-field.
18216
18217         * dgnushack.el: Autoload c-mode for XEmacs.
18218
18219         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18220
18221         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18222         rmail-dont-reply-to and rmail-output.
18223
18224         * gnus-score.el: Don't autoload ffap-string-at-point.
18225
18226         * gnus-setup.el: Don't autoload sc-cite-original.
18227
18228         * imap.el: Don't autoload base64-decode-string,
18229         base64-encode-string and md5.
18230
18231         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18232         and rmail-msg-restore-non-pruned-header.
18233
18234         * mm-decode.el: Don't autoload executable-find.
18235
18236         * mm-url.el: Don't autoload executable-find.
18237
18238         * mm-view.el: Don't autoload diff-mode.
18239
18240         * nndb.el: Don't autoload news-reply-mode, news-setup,
18241         cancel-timer and telnet.
18242
18243         * password.el: Don't autoload run-at-time for Emacs.
18244
18245         * sha1-el.el: Don't autoload executable-find.
18246
18247         * sieve-mode.el: Don't autoload c-mode.
18248
18249         * uudecode.el: Don't autoload executable-find.
18250
18251 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18252
18253         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18254         (gnus-agent-possibly-alter-active): Avoid null in numeric
18255         comparison.
18256         (gnus-agent-set-local): Refuse to save null in local object table.
18257         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18258         list of articles that will be marked as unread.
18259
18260 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18261
18262         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18263
18264 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18265
18266         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18267         language tags.
18268
18269 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18270
18271         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18272         Don't bind "obarray".
18273
18274         * gnus-sum.el (gnus-thread-sort-functions):
18275         Add `gnus-thread-sort-by-most-recent-number' and
18276         `gnus-thread-sort-by-most-recent-date'.
18277         Reported by Kai Grossjohann <kai@emptydomain.de>.
18278
18279 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18280
18281         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18282
18283 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18284
18285         * gnus-cus.el (gnus-agent-customize-category):
18286         Remove ignore-errors macro reference that required cl to be loaded at
18287         run-time.
18288
18289         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18290         single-interval range of the form (min . max).  Previously the
18291         range had to look like ((min . max)).  Likewise, return
18292         (min . max) rather than ((min . max)).
18293         (gnus-range-map): Use gnus-range-normalize to accept
18294         single-interval range.
18295
18296         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18297         the cache, but not the agent, now appear with their usual face.
18298
18299         * dgnushack.el (loaddir): New variable that is bound to the
18300         directory containing the dgnushack.el file. Use loaddir, rather
18301         than srcdir, to update load-path. Change lets dgnushack compile
18302         code in directories other than GNUS/lisp.
18303
18304 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18305
18306         * lpath.el: Don't bind w3m-safe-url-regexp.
18307
18308         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18309         w3m-safe-url-regexp variable buffer-local.
18310
18311         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18312
18313 2004-02-27  Simon Josefsson  <jas@extundo.com>
18314
18315         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18316         gnus-group-real-prefix.
18317         (gnus-summary-move-article): Use it, instead of
18318         gnus-group-real-prefix.
18319
18320 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18321
18322         * lpath.el: Bind w3m-safe-url-regexp.
18323
18324         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18325         w3m-safe-url-regexp variable buffer-local and set it as the value
18326         of mm-w3m-safe-url-regexp.
18327
18328         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18329
18330         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18331         parsing gnus-posting-styles when the message is not for replying.
18332
18333         * dgnushack.el: Autoload sgml-mode for XEmacs.
18334
18335         * nnrss.el (nnrss-opml-export):
18336         Use mm-set-buffer-file-coding-system instead of
18337         set-buffer-file-coding-system.
18338
18339 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18340
18341         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18342         of checkdoc.el).
18343         * nnrss.el: do.
18344         * gnus-mlspl.el: do.
18345         * gnus-ml.el: do.
18346         * gnus-srvr.el: do.
18347
18348         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18349
18350 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18351
18352         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18353         Corrections to custom-manual links.
18354
18355         * gnus-art.el (gnus-article): Ditto.
18356
18357         * mm-decode.el (mime-display, mime-security): Ditto.
18358
18359 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18360
18361         * flow-fill.el: Typo.
18362
18363 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18364
18365         * spam-wash.el: New file.
18366
18367 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18368
18369         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18370
18371 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18372
18373         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18374         to be run with new-articles as LIST1, not LIST2.
18375         (spam-registration-functions): Add spam-use-ham-copy as a nil
18376         registration backend.
18377
18378 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18379
18380         * spam-stat.el (spam-stat-washing-hook): New option.
18381         (spam-stat-buffer-words): Use it.
18382         (spam-stat-process-directory, spam-stat-test-directory):
18383         Use insert-file-contents-literally.
18384         (spam-stat-coding-system): New variable.
18385         (spam-stat-load, spam-stat-save): Use it.
18386
18387 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18388
18389         * spam-report.el (spam-report-plug-agent):
18390         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18391
18392 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18393
18394         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18395         Allow / in mailto URLs.
18396
18397 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18398
18399         * spam-report.el (spam-report-process-queue): Fix interactive use.
18400         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18401         (spam-report-unplug-agent): Doc fixes.
18402         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18403         (spam-report-agentize, spam-report-deagentize): Autoload.
18404
18405 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18406
18407         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18408
18409         * message.el (message-setup-fill-variables): Add mml tags to
18410         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18411         <ajk@iu.edu>.
18412         (message-mode): Don't modify paragraph-separate there.
18413
18414 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18415
18416         * compface.el (uncompface-use-external): Default to undecided.
18417         (uncompface-use-external-threshold): New variable.
18418         (uncompface-float-time): New macro.
18419         (uncompface): Determine whether to use the external decoder if
18420         uncompface-use-external is undecided.
18421
18422 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18423
18424         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18425         after images.
18426
18427         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18428
18429 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18430
18431         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18432
18433         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18434
18435         * gnus-sum.el (gnus-summary-limit-to-age)
18436         (gnus-summary-limit-children): do.
18437
18438         * gnus-int.el (gnus-request-scan): do.
18439
18440         * gnus-group.el (gnus-group-suspend): do.
18441
18442         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18443
18444         * gnus-cite.el (gnus-cite-parse-attributions): do.
18445
18446         * gnus-agent.el (gnus-summary-set-agent-mark)
18447         (gnus-agent-regenerate-group): do.
18448
18449         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18450
18451         * binhex.el (binhex-decode-region-internal): do.
18452
18453 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18454
18455         * gnus-fun.el (gnus-face-properties-alist): New user option.
18456         (gnus-display-x-face-in-from): Use it.
18457
18458         * gnus-art.el (article-display-face): Ditto.
18459
18460         * compface.el (uncompface-use-external): Default to nil.
18461
18462 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18463
18464         * nntp.el (nntp-erase-buffer): New function.
18465         (nntp-retrieve-data, nntp-send-command)
18466         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18467         (nntp-possibly-change-group): Use it.
18468
18469         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18470         Use with-current-buffer.
18471
18472 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18473
18474         * compface.el: Merge the ELisp-based uncompface program.
18475         (compface): New customization group.
18476         (uncompface-use-external): New user option.
18477         (uncompface): Call uncompface-internal if uncompface-use-external
18478         is nil.
18479         (uncompface-internal): New function.  Note that there are also
18480         some other functions and variables added for this function.
18481
18482 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18483
18484         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18485         if necessary.
18486
18487 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18488
18489         * spam-report.el (spam-report-unplug-agent)
18490         (spam-report-plug-agent, spam-report-deagentize)
18491         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18492         Add support for the Agent in spam-report: when unplugged, report to a
18493         file; when plugged, submit all the requests.
18494
18495         * spam.el (spam-register-routine): Fix message about
18496         registration.
18497
18498 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18499
18500         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18501         dependencies.
18502         (rfc2047-encode): Use it.
18503
18504         * gnus-art.el (gnus-button-marker-list): Move before first
18505         reference.
18506
18507         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18508         (imap-parse-body): Fix format string mismatch.
18509
18510         * gnus-score.el (gnus-summary-increase-score): do.
18511
18512         * nnrss.el (nnrss-close): New function.
18513
18514 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18515
18516         * nnrss.el (nnrss-make-filename): New function.
18517         (nnrss-request-delete-group, nnrss-read-server-data)
18518         (nnrss-save-server-data, nnrss-read-group-data)
18519         (nnrss-save-group-data): Use it.
18520         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18521         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18522         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18523
18524 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18525
18526         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18527
18528 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18529
18530         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18531         files.
18532
18533         * message.el (message-generate-headers-first): Don't quote nil
18534         and t in docstrings.
18535
18536         * imap.el (imap-id): do.
18537
18538         * gnus-agent.el (gnus-agent-consider-all-articles)
18539         (gnus-agent-queue-mail): do.
18540
18541 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18542
18543         * spam-report.el (spam-report-process-queue): New function.
18544         Process requests from `spam-report-requests-file'.
18545         (spam-report-process-queue): Doc fix.
18546
18547 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18548
18549         * spam.el (spam-register-routine)
18550         (spam-log-processing-to-registry, spam-log-registered-p)
18551         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18552         Change "check" to "spam-check" for semi-clarity.
18553
18554 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18555
18556         * pop3.el: Require nnheader.
18557
18558         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18559
18560         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18561
18562         * gnus-picon.el: Require cl.
18563
18564         * gnus-fun.el: Require gnus-ems and gnus-util.
18565
18566         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18567
18568         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18569
18570         * gnus-art.el (gnus-article-edit-mode): Define before first
18571         reference.
18572
18573 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18574
18575         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18576         (gnus-uu-post-encoded): Use point-at-bol.
18577
18578         * gnus-topic.el (gnus-group-active-topic-p): do.
18579
18580         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18581
18582         * gnus-group.el (gnus-group-kill-region): do.
18583
18584         * gnus-art.el (article-date-ut): do.
18585
18586         * message.el (message-fetch-field): Remove redundant
18587         case-fold-search binding.
18588         (message-narrow-to-field): Simplify.
18589
18590 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18591
18592         * spam.el (spam-directory): Derive from `gnus-directory'.
18593
18594         * spam-report.el (spam-report-url-to-file)
18595         (spam-report-requests-file): New function and variable for offline
18596         reporting.
18597         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18598         and user defined function.
18599         (spam-report-url-ping-mm-url): Remove doubled slash.
18600
18601 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18602
18603         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18604
18605 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18606
18607         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18608         Fix format string mismatch.
18609
18610         * sieve.el (sieve-deactivate-all): do.
18611
18612         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18613
18614         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18615
18616         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18617
18618         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18619
18620 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18621
18622         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18623         the list of checks.
18624
18625 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18626
18627         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18628         padding.
18629
18630 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18631
18632         * mm-view.el (mm-fill-flowed): New variable.
18633         (mm-inline-text): Use it.
18634
18635 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18636
18637         * spam.el (spam-spamassassin-register-ham-routine)
18638         (spam-spamassassin-register-spam-routine): Fix function names.
18639
18640 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18641
18642         * gnus.el (gnus-tmp-grouplens): Remove.
18643         (gnus-summary-line-format): Remove grouplens.
18644
18645         * gnus-group.el (gnus-group-line-format): Ditto.
18646
18647         * gnus-spec.el (gnus-format-specs): Ditto.
18648         (gnus-update-format-specifications): Flush the group format spec
18649         cache if there's the grouplens stuff.
18650         (gnus-parse-simple-format): Replace %l with the empty string.
18651
18652 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18653
18654         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18655         omission.
18656
18657 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18658
18659         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18660         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18661
18662 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18663
18664         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18665         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18666         New macros and functions.
18667         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18668         Handle > NLINK_MAX messages.
18669         * nnmaildir.el (nnmaildir-request-set-mark):
18670         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18671
18672 2004-01-25  Alex Schroeder  <alex@gnu.org>
18673
18674         * spam-stat.el (spam-stat-process-directory-age): New option.
18675         (spam-stat-process-directory): Use it.
18676
18677 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18678
18679         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18680         (spam-stat-save): Accept prefix argument.
18681
18682 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18683
18684         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18685         links" error.
18686
18687 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18688
18689         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18690         the rest of the and/or forms.
18691
18692 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18693
18694         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18695         compatibility with old .newsrc.eld files.
18696
18697         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18698
18699         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18700
18701         * gnus-start.el (gnus-1): do.
18702
18703         * gnus-group.el (gnus-group-line-format-alist): do.
18704
18705         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18706
18707         * gnus-gl.el: Remove.
18708
18709 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18710
18711         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18712         marks consisting of a single range {for example, (3 . 5)} rather
18713         than a list of a single range { ((3 . 5)) }.
18714
18715 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18716
18717         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18718         Use with-current-buffer.
18719         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18720         avoid consing a string.
18721
18722         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18723         Remove obsolete entries for big5 and gb2312.
18724
18725 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18726
18727         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18728         uncompressed list.
18729
18730 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18731
18732         * spam-stat.el (spam-stat-strip-xref): New function.
18733         (spam-stat-process-directory): Use it.
18734
18735         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18736         here -- it's done in message-fetch-field.
18737
18738 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18739
18740         * gnus-agent.el (gnus-agent-queue-mail)
18741         (gnus-agent-prompt-send-queue): New variables.
18742         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18743         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18744         "nndraft:queue" along to gnus-draft-send.
18745         Use gnus-agent-prompt-send-queue.
18746         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18747         is "nndraft:queue".  Suggested by Gaute Strokkenes
18748         <gs234@srcf.ucam.org>
18749
18750         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18751         (agent-enable-undownloaded-faces): Add.
18752         (gnus-agent-cat-groups): Use eval-and-compile, not
18753         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18754         method of gnus-agent-cat-groups even when the buffer has been
18755         evaled.
18756         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18757         delete gnus-agent-save-active-1.
18758         (gnus-agent-save-groups): Delete.  Identical to
18759         gnus-agent-save-active.
18760         (gnus-agent-write-active): No longer adjust agent's copy of active
18761         file as agent's adjustments are now stored in their own
18762         file.  Remove optional parameter.
18763         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18764         servers.  Add use of min/max range limits from server's local
18765         file.
18766         (gnus-agent-save-alist): Remove unused optional argument.
18767         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18768         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18769         (gnus-agent-set-local): A per-server file that keeps min/max range
18770         limits for articles known to the agent.  Provides a fast mechanism
18771         for altering many active ranges.
18772         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18773         active file (local makes it unnecessary).
18774         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18775
18776         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18777         (agent-enable-undownloaded-faces): Add.
18778
18779         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18780         disable it when sending to "nndraft:queue".
18781         (gnus-group-send-queue): Add safety check to avoid sending queue
18782         when unplugged.
18783
18784         * gnus-group.el (gnus-group-catchup): Use new
18785         gnus-sequence-of-unread-articles, not
18786         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18787         numbers of articles.  Use gnus-range-map to avoid having to
18788         uncompress the unread list.
18789         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18790         Fix invalid ange-ftp reference.
18791
18792         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18793         (gnus-sorted-range-intersection): Intersection of two ranges
18794         without requiring that they first be uncompressed.
18795
18796         * gnus-start.el (gnus-activate-group): Unless blocked by the
18797         caller, possibly expand the active range to include both cached
18798         and agentized articles.
18799         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18800         multiple version-dependent converters.
18801         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18802         gnus-agent-save-active.
18803         (gnus-save-newsrc-file): Save dirty agent range limits.
18804
18805         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18806         gnus-agent-possibly-alter-active.
18807         (gnus-adjust-marked-articles): Faster handling of simple lists.
18808
18809 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18810
18811         * spam-stat.el (spam-stat-test-directory): New optional argument
18812         displays a list of files detected.  Suggested by Andrew Cohen
18813         <cohen@andy.bu.edu>.
18814         (spam-stat-buffer-words-with-scores): Don't narrow and change
18815         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18816
18817 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18818
18819         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18820         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18821         (spam-spamassassin-arguments)
18822         (spam-spamassassin-spam-flag-header)
18823         (spam-spamassassin-positive-spam-flag-header)
18824         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18825         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18826         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18827         (spam-list-of-processors, spam-list-of-checks)
18828         (spam-list-of-statistical-checks, spam-registration-functions)
18829         (spam-check-spamassassin-headers, spam-check-spamassassin)
18830         (spam-spamassassin-score)
18831         (spam-spamassassin-register-with-sa-learn)
18832         (spam-spamassassin-register-spam-routine)
18833         (spam-spamassassin-register-ham-routine)
18834         (spam-assassin-register-spam-routine)
18835         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18836         (spam-bogofilter-score): Fix to show article before scoring.
18837
18838 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18839
18840         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18841         default scoring function.
18842         (spam-generic-score): Call spam-spamassassin-score if
18843         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18844         spam-bogofilter-score otherwise.
18845
18846         * gnus.el (spam-process, spam-autodetect-methods):
18847         Add spamassassin and spamassassin-headers.
18848
18849 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18850
18851         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18852         Suppress unnecessary messages.
18853
18854 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18855
18856         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18857         make-hash-table.
18858
18859 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18860
18861         * canlock.el (base64-encode-string): Don't autoload it.
18862
18863 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18864
18865         * run-at-time.el: Remove useless (require 'itimer),
18866         eval-and-compile and (featurep 'xemacs).
18867
18868 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18869
18870         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18871         GROUP is a virtual group.
18872
18873 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18874
18875         * gnus.el: Autoload `message-y-or-n-p'.
18876
18877 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18878
18879         * pgg-parse.el: Remove unnecessary (require 'custom).
18880
18881         * pgg-def.el: do.
18882
18883         * nnmail.el: do.
18884
18885         * gnus-undo.el: do.
18886
18887         * gnus-picon.el: do.
18888
18889         * gnus-util.el: do.
18890
18891 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18892
18893         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18894
18895 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18896
18897         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18898         handle, as well as a list.
18899
18900         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18901         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18902         (mm-w3m-cid-retrieve): Simplify.
18903
18904 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18905
18906         * message.el (message-kill-to-signature): Allow prefix arg to
18907         specify number of lines to keep before signature.
18908
18909 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18910
18911         * message.el (message-kill-to-signature): Change docstring.
18912
18913 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18914
18915         * canlock.el: Always require sha1-el.
18916         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18917
18918         * message.el: Autoload sha1 only when compiling.
18919
18920         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18921         eudc-expand-inline for XEmacs.
18922
18923 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18924
18925         * message.el (message-canlock-generate): Require sha1-el.
18926
18927 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18928
18929         * message.el (message-expand-name): Silence the byte compiler.
18930
18931         * lpath.el: Add detect-coding-system.
18932
18933         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18934         cus-edit.
18935
18936 2004-01-13  Simon Josefsson  <jas@extundo.com>
18937
18938         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18939         Invoke gnus-score-mode.
18940         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18941
18942         * gnus-range.el (gnus-compress-sequence): Doc fix.
18943         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18944
18945 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18946
18947         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18948
18949 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18950
18951         * spam.el (spam-get-article-as-string): Update to use
18952         gnus-request-article-this-buffer, much simpler.
18953         (spam-get-article-as-buffer): Remove.
18954
18955 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18956
18957         * message.el (message-expand-name): Use EUDC if the user uses that.
18958
18959 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18960
18961         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18962         character for the encoding to avoid consing a string.
18963
18964         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18965         unnecessarily.
18966
18967         * mm-util.el (mm-replace-chars-in-string): Remove.
18968
18969         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18970         of mm-replace-chars-in-string.
18971
18972 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18973
18974         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18975
18976         * mm-util.el (mm-subst-char-in-string): Support inplace.
18977
18978         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18979         a new string in every iteration.  Use shy groups.
18980
18981 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18982
18983         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18984         * gnus-soup.el (gnus-soup-group-brew):
18985         * gnus-msg.el (gnus-put-message):
18986         * gnus-move.el (gnus-group-move-group-to-server):
18987         * gnus-kill.el (gnus-batch-score):
18988         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18989         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18990         (gnus-group-update-group, gnus-group-read-group)
18991         (gnus-group-make-group, gnus-group-make-help-group)
18992         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18993         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18994         (gnus-group-sort-by-unread, gnus-group-catchup)
18995         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18996         (gnus-group-yank-group, gnus-group-set-info)
18997         (gnus-group-list-groups):
18998         * gnus.el (gnus-generate-new-group-name):
18999         * gnus-delay.el (gnus-delay-send-queue):
19000         * nnvirtual.el (nnvirtual-catchup-group):
19001         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19002         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19003         (gnus-group-prepare-topics, gnus-topic-check-topology):
19004         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19005         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19006         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19007         (gnus-group-make-articles-read):
19008         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19009         (gnus-group-change-level, gnus-kill-newsgroup)
19010         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19011         (gnus-get-unread-articles, gnus-make-articles-unread)
19012         (gnus-make-ascending-articles-unread): Use accessor
19013         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19014         to get group information for improved readability.
19015
19016
19017 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19018
19019         * gnus-art.el (article-decode-mime-words, article-babel)
19020         (gnus-article-highlight-signature, gnus-article-add-buttons)
19021         (gnus-signature-toggle): Use gnus-with-article-buffer.
19022
19023         * gnus-art.el (gnus-article-highlight-headers)
19024         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19025
19026         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19027         (gnus-article-set-globals, gnus-request-article-this-buffer)
19028         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19029         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19030         (gnus-mime-display-alternative): Use with-current-buffer.
19031
19032 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19033
19034         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19035         also under 80 char limit, and call gnus-error if needed.
19036         (spam-fetch-article-header): Fix - it was a
19037         buffer-local variable (gnus-newsgroup-data).
19038         (spam-find-spam): Use spam-generate-fake-headers, forget about
19039         spam-insert-fake-headers.
19040         (spam-insert-fake-headers): Remove.
19041
19042 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19043
19044         * deuglify.el (gnus-article-outlook-unwrap-lines)
19045         (gnus-outlook-rearrange-article)
19046         (gnus-outlook-repair-attribution-outlook)
19047         (gnus-outlook-repair-attribution-block)
19048         (gnus-outlook-repair-attribution-other): Remove redundant
19049         save-excursion.
19050
19051 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19052
19053         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19054         (spam-fetch-field-subject-fast)
19055         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19056         (spam-fetch-article-header): Add functions to deal with Gnus
19057         internals for fast retrieval of article header data.
19058         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19059
19060 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19061
19062         * pop3.el (pop3-md5): Remove.
19063         (pop3-apop): Replace pop3-md5 with md5.
19064
19065         * mm-bodies.el: base64 is always built-in.
19066
19067         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19068         Use with-current-buffer.
19069
19070 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19071
19072         * canlock.el (canlock-insert-header): Remove excessive grouping in
19073         regexp.
19074
19075         * gnus-sum.el (gnus-summary-read-document): Ditto.
19076
19077         * gnus-uu.el (gnus-uu-part-number): Ditto.
19078
19079         * html2text.el (html2text-remove-tags): Ditto.
19080         (html2text-format-tags): Ditto.
19081         (html2text-format-single-elements): Ditto.
19082
19083         * mml.el (mml-parse-1): Ditto.
19084
19085 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19086
19087         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19088
19089         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19090
19091         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19092
19093         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19094
19095 2003-11-15  Simon Josefsson  <jas@extundo.com>
19096
19097         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19098         (pgg-gpg-lookup-key): Use regexp match instead of
19099         split-string (split-string is different between emacs 21.2 and
19100         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19101
19102 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19103
19104         * gnus-art.el (gnus-mime-view-all-parts)
19105         (gnus-article-part-wrapper, gnus-article-view-part):
19106         Use with-current-buffer.
19107
19108 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19109
19110         * spam.el (spam-disable-spam-split-during-ham-respool)
19111         (spam-spamoracle-database, spam-cache-lookups)
19112         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19113         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19114         (spam-group-ham-marks, spam-group-spam-marks)
19115         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19116         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19117         also add spam-use-blackholes to the statistical checks.
19118         (spam-fetch-field-fast): Add interface to fetching fields, may
19119         become a macro.
19120         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19121         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19122         (spam-insert-fake-headers): Fake an article when needed.
19123         (spam-find-spam): Fake article when possible.
19124         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19125         (spam-check-bogofilter-headers): Use message-fetch-field instead
19126         of nnmail-fetch-field.
19127
19128 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19129
19130         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19131
19132 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19133
19134         * spam.el (spam-split): Do not require spam-use-CHECK to be
19135         enabled if that check is passed to spam-split explicitly; also
19136         fix so 'spam doesn't get converted to spam-split-group when
19137         spam-split-symbolic-return is t.
19138         (spam-find-spam): Find registrations of the article and use those
19139         instead of re-running spam-split to find the spam/ham
19140         classification of the article.
19141         (spam-log-processing-to-registry, spam-log-registered-p)
19142         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19143         Use gnus-error instead of gnus-message.
19144         (spam-log-registration-type): Add function to determine the
19145         classification of a message based on registry entries; will
19146         return nil if both 'spam and 'ham are found.
19147         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19148         a reasonably fast local cache without the loading errors.
19149         (spam-cache-lookups): Set to t by default.
19150         (spam-find-spam): Don't try to guess spam-cache-lookups.
19151         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19152         spam-caches entry.
19153         (spam-filelist-build-cache, spam-filelist-check-cache):
19154         Fix caching of whitelist/blacklist entries.
19155         (spam-check-whitelist, spam-check-blacklist):
19156         Invoke spam-from-listed-p with a type, not a cache variable.
19157         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19158
19159 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19160
19161         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19162
19163         * nnmail.el (nnmail-split-fancy): do.
19164
19165         * mml.el (mml-parse): do.
19166
19167         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19168         (gnus-score-adaptive): do.
19169
19170 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19171
19172         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19173         (gnus-mime-button-map): Don't set keymap parent.
19174         (gnus-button-ctan-directory-regexp): Use shy grouping.
19175         (gnus-prev-page-map): Don't set keymap parent.
19176         (gnus-prev-page-map): Remove duplicated one.
19177         (gnus-next-page-map): Don't set keymap parent.
19178         (gnus-mime-security-button-map): Ditto.
19179
19180         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19181         version number.
19182
19183         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19184
19185 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19186
19187         * canlock.el (canlock-sha1-function): Remove.
19188         (canlock-sha1-function-for-verify): Remove.
19189         (canlock-openssl-program): Remove.
19190         (canlock-openssl-args): Remove.
19191         (canlock-ignore-errors): Remove.
19192         (canlock-sha1-with-openssl): Remove.
19193         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19194         (canlock-verify): Don't use canlock-ignore-errors.
19195
19196         * sha1-el.el (sha1-string-external): Make it can return a string
19197         in binary form.
19198         (sha1-region-external): Ditto.
19199         (sha1-string-internal): Ditto.
19200         (sha1-region-internal): Ditto.
19201         (sha1-region): Ditto.
19202         (sha1-string): Ditto.
19203         (sha1): Ditto.
19204
19205 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19206
19207         * spam.el (spam-report-articles-gmane): New command.
19208
19209 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19210
19211         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19212
19213         * run-at-time.el (run-at-time-saved): Remove.
19214         (run-at-time): Doc fix.
19215
19216 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19217
19218         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19219         (gnus-summary-limit-map): Add it.
19220         (gnus-summary-make-menu-bar): do.
19221
19222 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19223
19224         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19225         Make attempt at some caching support (done for BBDB only now).
19226         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19227         addresses to be checked.
19228         (spam-clear-cache-BBDB): Add function, to be invoked by
19229         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19230         (spam-check-BBDB): Check and use the caches, if
19231         spam-cache-lookups is on, remove superfluous (provide).
19232
19233 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19234
19235         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19236
19237 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19238
19239         * run-at-time.el (run-at-time-saved): Move to after the definition
19240         of `run-at-time'.
19241
19242         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19243
19244 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19245
19246         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19247         mm-w3m-local-map-property.
19248
19249         * mm-view.el (mm-w3m-mode-map): Remove.
19250         (mm-w3m-local-map-property): Remove.
19251         (mm-inline-text-html-render-with-w3m): Don't use
19252         mm-w3m-local-map-property.
19253
19254 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19255
19256         * run-at-time.el: New file.
19257
19258         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19259         under Emacs.
19260
19261         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19262         of gnus-set-text-properties.
19263
19264         * gnus-uu.el (gnus-uu-save-article): Ditto.
19265
19266         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19267
19268         * gnus-cite.el (gnus-cite-parse): Ditto.
19269
19270         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19271         of gnus-.
19272
19273         * gnus-xmas.el (run-at-time): Require run-at-time.
19274
19275         * gnus.el: Change calls to nnheader-run-at-time and
19276         password-run-at-time throughout to use run-at-time directly.
19277
19278         * password.el: Remove definition of run-at-time.
19279
19280         * nnheaderxm.el: Remove definition of run-at-time.
19281
19282 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19283
19284         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19285         in prompt.
19286
19287 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19288
19289         * messagexmas.el (message-xmas-redefine): Alias
19290         `message-make-caesar-translation-table' to
19291         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19292         version.
19293
19294         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19295         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19296         `gnus-xmas-set-text-properties'.
19297         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19298         `gnus-xmas-completing-read'.
19299         (gnus-xmas-completing-read): Removed.
19300         (gnus-xmas-open-network-stream): Removed.
19301
19302         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19303         XEmacs version.
19304
19305         * dns.el (dns-make-network-process): Use `open-network-stream'
19306         instead of `gnus-xmas-open-network-stream'.
19307
19308         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19309
19310         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19311
19312 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19313
19314         * gnus-art.el (gnus-mime-display-alternative)
19315         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19316         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19317         Don't use gnus-local-map-property.
19318
19319         * gnus-util.el (gnus-local-map-property): Remove.
19320
19321         * mm-view.el (mm-view-pkcs7-decrypt):
19322         Replace gnus-completing-read-maybe-default with completing-read.
19323
19324         * gnus-util.el (gnus-completing-read): do.
19325         (gnus-completing-read-maybe-default): Remove.
19326
19327 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19328
19329         * password.el: Only autoload `run-at-time' if not XEmacs.
19330         Only autoload the itimer functions if XEmacs.
19331
19332 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19333
19334         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19335         XEmacsen.
19336
19337         * dgnushack.el: Autoload executable-find for XEmacs.
19338
19339 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19340
19341         * gnus-art.el (gnus-read-string): Remove.
19342         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19343         read-string.
19344
19345 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19346
19347         * netrc.el: Autoload password-read.
19348         (netrc): Add configuration group.
19349         (netrc-encoding-method, netrc-openssl-path):
19350         Add variables for encoding and decoding of files with symmetric
19351         ciphers.
19352         (netrc-encode): Add assistant function to encode a file with
19353         netrc-encoding-method.
19354         (netrc-parse): Add interactive parameter, added optional
19355         decoding if netrc-encoding-method is non-nil but otherwise
19356         behavior is standard.
19357         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19358         Do s/encode/encrypt/ everywhere.
19359
19360         * spam.el: Remove executable-find autoload.
19361
19362 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19363
19364         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19365
19366         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19367
19368 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19369
19370         * gnus-art.el (gnus-treat-ansi-sequences)
19371         (article-treat-ansi-sequences): New variable and function.
19372         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19373
19374         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19375         Use it.
19376
19377 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19378
19379         * mm-util.el (mm-quote-arg): Remove.
19380
19381         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19382         shell-quote-argument.
19383
19384         * gnus-uu.el (gnus-uu-command): do.
19385
19386         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19387
19388         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19389         with make-char.
19390
19391         * mm-util.el (mm-make-char): Remove.
19392
19393         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19394         add-minor-mode.
19395
19396         * gnus-undo.el (gnus-undo-mode): do.
19397
19398         * gnus-topic.el (gnus-topic-mode): do.
19399
19400         * gnus-sum.el (gnus-dead-summary-mode): do.
19401
19402         * gnus-start.el (gnus-slave-mode): do.
19403
19404         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19405
19406         * gnus-ml.el (gnus-mailing-list-mode): do.
19407
19408         * gnus-gl.el (gnus-grouplens-mode): do.
19409
19410         * gnus-draft.el (gnus-draft-mode): do.
19411
19412         * gnus-dired.el (gnus-dired-mode): do.
19413
19414         * gnus-ems.el (gnus-add-minor-mode): Remove.
19415
19416         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19417         Replace gnus-char-width with char-width.
19418
19419         * gnus-ems.el (gnus-char-width): Remove.
19420
19421         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19422         Replace gnus-char-width with char-width.
19423
19424         * gnus-ems.el (gnus-char-width): Remove.
19425
19426         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19427         definition.
19428         Remove Emacs 20 hash table compatibility code.
19429
19430         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19431         20 compatibility code.
19432
19433         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19434
19435         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19436
19437         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19438         Replace with point-at-{eol,bol}.
19439
19440         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19441
19442         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19443
19444         * flow-fill.el (fill-flowed-point-at-bol)
19445         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19446
19447         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19448         Replace with point-at-{eol,bol} throughout all files.
19449
19450 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19451
19452         * ntlm.el (ntlm-string-as-unibyte): New macro.
19453         (ntlm-build-auth-response): Use it.
19454
19455         Remove Emacs 20 stuff:
19456         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19457         (butlast, mapc, remove): Remove the compiler macros.
19458         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19459         of delq and copy-sequence.
19460         * gnus-art.el (popup-menu): Remove the compiler macro.
19461         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19462         Emacs 20.
19463
19464 2004-01-05  Simon Josefsson  <jas@extundo.com>
19465
19466         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19467         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19468         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19469         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19470         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19471         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19472         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19473         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19474         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19475         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19476         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19477         string-xor into ntlm-string-xor.
19478         Suggested by Jesper Harder <harder@myrealbox.com>.
19479
19480         * ntlm.el: Don't include poem.
19481
19482         * md4.el (print-int32, print-string-hexa): Remove.
19483         Suggested by Jesper Harder <harder@myrealbox.com>.
19484
19485         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19486
19487         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19488         probably breaks emacs with DL patch, but do we care? Is anyone
19489         still using the DL stuff?)
19490
19491         * sieve-manage.el: Use the password package.
19492         (sieve-manage-read-passwd): Remove.
19493         (sieve-manage-interactive-login): Use password.  Re-add
19494         condition-case around loop.
19495
19496         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19497         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19498         Use the password package.
19499
19500 2003-02-19  Simon Josefsson  <jas@extundo.com>
19501
19502         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19503         token.
19504
19505 2002-08-07  Simon Josefsson  <jas@extundo.com>
19506
19507         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19508         (sieve-manage-authenticators):
19509         (sieve-manage-authenticator-alist): Add some SASL mechs.
19510         (sieve-sasl-auth): New function.
19511         (sieve-manage-cram-md5-auth):
19512         (sieve-manage-plain-auth): Rewrite using SASL library.
19513         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19514         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19515         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19516         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19517
19518 2004-01-05  Simon Josefsson  <jas@extundo.com>
19519
19520         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19521         New files.
19522
19523 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19524
19525         * gnus-group.el (gnus-no-groups-message): Update.
19526
19527         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19528
19529 2003-11-09  Simon Josefsson  <jas@extundo.com>
19530
19531         * imap.el: Support for ID IMAP extension (RFC 2971).
19532         (imap-local-variables): Add imap-id.
19533         (imap-id): New variable.
19534         (imap-id): New function.
19535         (imap-parse-response): Parse untagged ID response.
19536         * nnimap.el (nnimap-id): New variable.
19537         (nnimap-open-connection): Use it.
19538
19539 2003-12-28  Simon Josefsson  <jas@extundo.com>
19540
19541         * gnus-score.el (gnus-score-edit-all-score): New.
19542         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19543
19544 2004-01-04  Simon Josefsson  <jas@extundo.com>
19545
19546         * password.el: Add.
19547
19548 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19549
19550         * dns.el (dns-query-types): Fix typo.
19551         (dns-query-types): New function.
19552         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19553         PTR and SOA replies, see RFC 1035.
19554
19555 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19556
19557         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19558
19559         * Move to Changelog.2.
19560
19561 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19562
19563         * gnus.el (gnus-version-number): Bump version.
19564
19565 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19566
19567         * gnus.el: No Gnus v0.1 is released.
19568
19569 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19570
19571         * gnus.el: No Gnus v0.0 is released.
19572
19573 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19574
19575         * gnus.el (gnus-version-number): Bump.
19576         (gnus-version): No.
19577
19578 See ChangeLog.2 for earlier changes.
19579
19580     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19581       Free Software Foundation, Inc.
19582
19583   This file is part of GNU Emacs.
19584
19585   GNU Emacs is free software: you can redistribute it and/or modify
19586   it under the terms of the GNU General Public License as published by
19587   the Free Software Foundation, either version 3 of the License, or
19588   (at your option) any later version.
19589
19590   GNU Emacs is distributed in the hope that it will be useful,
19591   but WITHOUT ANY WARRANTY; without even the implied warranty of
19592   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19593   GNU General Public License for more details.
19594
19595   You should have received a copy of the GNU General Public License
19596   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19597
19598 ;; Local Variables:
19599 ;; coding: utf-8
19600 ;; fill-column: 79
19601 ;; add-log-time-zone-rule: t
19602 ;; End: