a4bbf35df9e31f2ce6f473bef528b87d482c049a
[gnus] / lisp / ChangeLog
1 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
4         any stream.
5
6         * shr.el (shr-tag-font): Colorize the region.
7         (shr-tag-body): Ditto.
8         (shr-tag-font): Actually let the styles be inherited instead of
9         overwriting them.
10         (shr-tag-font): Get the background color right.
11         (shr-tag-style): Ignore all <style> tags for the moment.
12
13         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
14         a Message-ID to avoid having nnimap depend on gnus-sum.
15
16         * shr.el (shr-descend): Only colorize something if we have a node that
17         sets colors.
18
19 2010-12-06  Julien Danjou  <julien@danjou.info>
20
21         * shr.el (shr-render-td): Render td content with shr-descend, so style
22         will be applied to <td> too.
23         (shr-colorize-region): Colorize region even if we only have a background.
24         (shr-tag-body): Fix color and background color inheritance.
25         Do not recolorize after shr-generic.
26         (shr-tag-font): Let shr-generic colorize via inheritance.
27
28 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
31
32 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
33
34         * nnir.el (nnir-request-move-article): Remove obsolete code.
35
36 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
37
38         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
39
40 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
41
42         * gnus-sum.el (gnus-summary-respool-article): The completion function
43         expects a list instead of an alist.
44
45         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
46         string as the parameter.
47
48         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
49
50         * shr.el (shr-stylesheet): New dynamic variable for cascading the
51         styles.
52         (shr-colorize-region): New function.
53         (shr-insert-background-overlay): Remove.
54         (shr-render-td): Background setting should be taken care of on a higher
55         level.
56         (shr-tag-body): Use post-hoc colorizations.
57         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
58         (shr-put-color-1): Don't overwrite old colors.
59         (shr-colorize-region): When the background color isn't explicit, use
60         a fixed background.
61
62         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
63         nnmail variables.
64
65 2010-12-05  Bjørn Mork  <bjorn@mork.no>
66
67         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
68         unless necessary.
69
70 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
71
72         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
73         server.
74
75 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
76
77         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
78         so that TAB works.
79
80         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
81         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
82
83         * shr.el (shr-urlify): Show the URL before the title to avoid
84         misleading URLs.
85
86 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
87
88         * shr.el (shr-urlify): Display the title in <a> tags.
89
90 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
91
92         * nnir.el (nnir-categorize): Replace mapcar with mapc.
93
94 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
95
96         * nnir.el: Rearrange code to allow macros to be autoloaded by
97         gnus-sum.el.
98         (nnir-retrieve-headers-override-function): Make this variable
99         customizable.
100         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
101
102         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
103         from nnir.el.
104
105 2010-12-03  Julien Danjou  <julien@danjou.info>
106
107         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
108
109 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
110
111         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
112         allow optional argument `environment'.
113
114 2010-12-03  Glenn Morris  <rgm@gnu.org>
115
116         * mm-extern.el (message-goto-body): Update declaration.
117
118 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * gnus-util.el (gnus-macroexpand-all): New function.
121
122         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
123         instead of macroexpand-all that is unavailable in XEmacs.
124
125 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
126
127         * nnir.el (nnir-summary-line-format): New variable.
128         (nnir-mode): Use it.
129         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
130         (nnir-article-ids): Reimplement as defsubst.
131         (nnir-retrieve-headers): Don't mangle the subject header.
132         (nnir-run-imap): Use 100 as RSV score.
133         (nnir-run-find-grep): Fix for full server searching.
134         (nnir-run-gmane): Better restriction to gmane groups.
135
136         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
137         summary buffers.
138
139 2010-12-02  Julien Danjou  <julien@danjou.info>
140
141         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
142
143         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
144
145         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
146         support.
147
148 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
149
150         * nnir.el: Update to handle the registry better.
151         (autoload): Silence byte-compiler.
152         (nnir-open-server): Add a hook for nnir groups.
153         (nnir-request-move-article): Don't mangle the header. Better to use
154         formating variables (which will be added in the future).
155         (nnir-registry-action): Update the registry using the original article
156         group name.
157         (nnir-mode): Install nnir-specific hooks for updating the registry.
158
159         * gnus-sum.el
160         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
161         obsolete variables.
162         (gnus-summary-move-article): Remove use of obsolete variables.
163         (gnus-summary-local-variables): Make move and delete hooks local to
164         summary buffers.
165
166 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
167
168         * rtree.el: New file.
169
170 2010-12-01  Julien Danjou  <julien@danjou.info>
171
172         * message.el (message-user-organization): Do not use
173         gnus-local-organization.
174
175         * gnus.el: Remove gnus-local-organization.
176
177         * gnus-msg.el: Remove nastygram thing.
178
179 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
180
181         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
182         funcall.
183
184 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
185
186         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
187         names.
188
189         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
190         characters.
191
192         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
193         to t of inhibit-read-only since it is inside gnus-with-article-headers.
194         Suggested by Štěpán Němec <stepnem@gmail.com>.
195         (gnus-gravatar-transform-address): Use mail-extract-address-components
196         that supports non-ASCII names rather than mail-header-parse-addresses.
197
198 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
199
200         * proto-stream.el (open-protocol-stream): All starttls connections are
201         handled by the network handler.
202
203 2010-11-30  Julien Danjou  <julien@danjou.info>
204
205         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
206         (nnimap-open-connection-1): Fix PREAUTH.
207
208         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
209
210 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
213         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
214         (shr-insert): Use them.
215         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
216
217 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
218
219         * nnir.el (nnir-request-move-article): Bail out if original group
220         doesn't support article moves.
221         (nnir-get-active): Improve active list retrieval.
222
223 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
224
225         * shr.el (shr-find-fill-point): Don't break before apostrophes.
226
227 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
228
229         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
230         seem to accept strings-with-numbers as port numbers,
231
232 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
233
234         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
235         change the registry.
236
237 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
238
239         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
240         delete-dups that is not available in XEmacs 21.4.
241
242         * mm-util.el (mm-delete-duplicates): Add comment.
243
244 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
245
246         * nnir.el (nnir-ignored-newsgroups): New variable.
247         (nnir-get-active): Use it.
248
249 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
250
251         * proto-stream.el (proto-stream-open-network): Add some comments.
252
253         * nntp.el (nntp-open-connection): Provide a :success condition.
254
255         * nnimap.el (nnimap-open-connection-1): Ditto.
256
257         * proto-stream.el (proto-stream-open-network): See what the response to
258         the STARTTLS command is.
259
260         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
261         backwards compatibility).
262         (nnimap-open-connection-1): Really respect nnimap-server-port.
263
264         * proto-stream.el (proto-stream-open-network): When doing opportunistic
265         TLS upgrades we don't really care about the identity of the peer.
266         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
267         that what we've checked for.
268         (proto-stream-always-use-starttls): Only default to t if
269         open-gnutls-stream exists.
270         (proto-stream-open-network): If STARTTLS failed, then just open a
271         normal connection.
272         (proto-stream-open-network): Wait until the greeting before doing
273         STARTTLS.
274
275         * nntp.el (nntp-open-connection): Report what the connection error is.
276
277         * proto-stream.el (open-protocol-stream): Renamed from
278         open-proto-stream.
279
280 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
281
282         * nnimap.el (nnimap-stream): Change default to `undecided'.
283         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
284         first, and then network.
285         (nnimap-open-connection-1): Respect nnimap-server-port.
286         (nnimap-open-connection): Be more backwards-compatible.
287
288         * proto-stream.el (proto-stream-always-use-starttls): New variable.
289         (proto-stream-open-starttls): De-duplicate the starttls code.
290         (proto-stream-open-starttls): Folded back into the main function.
291         (proto-stream-open-network): Fix typo in the gnutls path.
292         (proto-stream-command): Refactor out.
293
294         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
295
296         * proto-stream.el (proto-stream-open-starttls): Actually implement the
297         starttls.el STARTTLS.
298
299         * color.el (color-lab->srgb): Fix function call name.
300
301         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
302         if we're using tls.el.
303         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
304         built in, then don't try to establish a STARTTLS connection.
305
306         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
307         servers.
308
309         * proto-stream.el (open-proto-stream): Use network, not stream.
310         (open-proto-stream): Add a way to specify what the end of a command is.
311
312         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
313         connections types.
314         (nntp-open-network-stream): Remove.
315         (nntp-open-ssl-stream): Remove.
316         (nntp-open-tls-stream): Remove.
317         (nntp-ssl-program): Remove.
318
319         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
320
321 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
322
323         * nnir.el: Fix typos.
324         (nnir-retrieve-headers-override-function): Rename variable to reflect
325         new semantics.
326         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
327         macros.
328         (nnir-request-article, nnir-request-move-article): Use them.
329         (nnir-categorize): New function.
330         (nnir-run-query): Use it.
331         (nnir-retrieve-headers): Rewrite to batch header retrieval.
332         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
333         sorted.
334         (nnir-group-full-name): Use gnus-group-full-name instead.
335         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
336         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
337
338 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
339
340         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
341
342         * proto-stream.el: New library to provide protocol-specific
343         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
344         protocols.
345         (open-proto-stream): Complete the documentation.
346         (proto-stream-open-network): Fix some typos.
347
348         * nnimap.el (nnimap-open-connection): Use it.
349
350 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
351
352         * pop3.el (pop3-open-server): Read server greeting before starting TLS
353         negotiation.
354
355 2010-11-26  Julien Danjou  <julien@danjou.info>
356
357         * color.el: Rename various rgb functions to srgb.
358
359 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
362         names.
363
364 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
365
366         * shr.el (shr-insert): Revert last change.
367         (shr-find-fill-point): Never leave point being at bol;
368         relax the kinsoku limitation when rendering tables.
369
370 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
373         results from -accept-article.
374
375         * shr-color.el: Require cl when compiling.
376
377         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
378         checkin.
379
380         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
381
382         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
383
384         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
385         'add and 'delete to set backend marks.
386
387         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
388
389         * nnheader.el (nnheader-update-marks-actions): Refactor out.
390
391         * nntp.el (nntp-request-set-mark): Use it.
392
393         * nnfolder.el (nnfolder-request-set-mark): Ditto.
394
395         * nnml.el (nnml-request-set-mark): Ditto.
396
397         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
398         introduces regressions in article selection.
399         (nnimap-find-uid-response): New function.
400         (nnimap-request-accept-article): Use the UID returned, if any.
401         (nnimap-request-move-article): Use the UID returned, if any.
402         (nnimap-get-groups): Reimplement to work with folded lines.
403         (nnimap-find-uid-response): The UID is the last element in the list.
404         (nnimap-request-set-mark): Extend syntax with 'set.
405
406         * nnml.el (nnml-request-set-mark): Ditto.
407
408         * nnfolder.el (nnfolder-request-set-mark): Ditto.
409
410         * nntp.el (nntp-request-set-mark): Ditto.
411
412 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
413
414         * message.el (message-called-interactively-p): A temporary macro.
415         (message-goto-body): Use it temporarily.
416
417 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418
419         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
420         (nnimap-last-response-string): Unfold quoted lines, if they exist.
421         (nnimap-last-response-string): Fix last unfolding fix.
422
423 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * shr.el (shr-insert): Fix the way to fold lines.
426
427 2010-11-25  Julien Danjou  <julien@danjou.info>
428
429         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
430
431         * color.el: Rename from color-lab.el
432         (color-rgb->hex): Add.
433         (color-complement): Add.
434         (color-complement-hex): Add.
435
436         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
437
438 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
439
440         * shr-color.el (shr-color-visible): Don't bug out if the colour names
441         don't exist.
442
443 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
444
445         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
446         assuming that article displaying or another mml-preview may be
447         interrupted for an error or for the like.
448
449         * shr.el (shr-get-background): Fix argument name.
450
451 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
452
453         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
454
455         * gnus-sum.el (gnus-summary-include-articles): New function.
456
457         * message.el (message-goto-body): called-interactively-p needs a
458         parameter, so use `any'.
459
460         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
461         clear marks before moving, since they're synced from the Gnus side
462         first.
463
464         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
465         (gnus-summary-move-article): Copy over all marks before moving, so that
466         IMAP doesn't think a new article has arrived.
467
468 2010-11-24  Julien Danjou  <julien@danjou.info>
469
470         * shr.el (shr-insert-background-overlay): Fix typo.
471         (shr-render-td): Copy the background before rendering.
472
473         * shr-color.el (shr-color-visible): Fix docstring.
474
475         * shr.el (shr-tag-table): Add bgcolor support.
476         (shr-render-td): Add bgcolor support.
477         (shr-get-background): Add.
478         (shr-insert-foreground-overlay): Use shr-get-background.
479
480         * message.el (message-goto-body): Use called-interactively-p.
481         (message-in-body-p): message-goto-body returns point.
482
483 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
484
485         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
486         Fixes something or other in Emacs 23, and is backwards compatible.
487
488         * message.el (message-goto-body): Remove the <#secure special-casing,
489         which is too special.
490
491         * shr.el (shr-parse-style): Drop !important from styles.
492
493 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
494
495         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
496         this function to return incorrect results when calling it with an
497         explicit article argument different from
498         (gnus-summary-article-number).
499
500 2010-11-24  Julien Danjou  <julien@danjou.info>
501
502         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
503         (shr-tag-body): Add background support.
504         (shr-descend): Add background support.
505         (shr-tag-title): Add.
506
507         * shr-color.el (shr-color-visible): Really return original background
508         if fixed.
509
510 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
511
512         * shr.el (shr-color-check): Protect against non-existant colour names.
513
514 2010-11-24  Julien Danjou  <julien@danjou.info>
515
516         * color-lab.el: Require 'cl when compiling.
517
518         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
519
520         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
521         matched part.
522
523         * color-lab.el: Fix all expt calls to use float type.
524
525 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
526
527         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
528         expression to shr-color-check as is.
529
530         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
531
532         * color-lab.el: Add coding cookie.
533         (float-pi): Use eval-and-compile.
534
535         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
536         compiled for Emacsen having no `libxml-parse-html-region' support.
537
538 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
539
540         * shr.el (shr-insert-color-overlay): Split stuff like
541         "#444444 !important" to find the real colour.
542         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
543         parse <font color="red"> entries.
544
545 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
546
547         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
548         point when parsing headers.
549
550         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
551         is positioned properly when parsing headers.
552
553 2010-11-23  Julien Danjou  <julien@danjou.info>
554
555         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
556
557         * shr-color.el (shr-color->hexadecimal): Add support for color names.
558
559         * shr.el (shr-parse-style): Replace \n with space in style parsing.
560
561         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
562         shr-color-hue-to-rgb.
563         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
564
565 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
566
567         * shr.el (shr-color->hexadecimal): Autoload.
568         (shr-descend): Add color to all tags.
569
570 2010-11-22  Julien Danjou  <julien@danjou.info>
571
572         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
573         shr-color->hexadecimal.
574
575         * shr-color.el (shr-color->hexadecimal): Add converting functions for
576         RGB() or HSL() color representation.
577
578         * shr.el (shr-tag-font): Add.
579         (shr-tag-color-check): New function to get better colors.
580         (shr-tag-insert-color-overlay): Factorize code between tag-font and
581         tag-span.
582
583         * shr-color.el: New file.
584
585         * color-lab.el: New file.
586
587         * gnus-art.el (gnus-url-mailto): Do not downcase args.
588
589 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
590
591         * nnir.el: Fix typo in comments.
592         (nnir-run-imap): Simplify code. No need to reverse artlist.
593         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
594
595 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
596
597         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
598
599         * nnimap.el (nnimap-get-capabilities): Refactor out.
600         (nnimap-open-connection): Re-request capabilities after STARTTLS.
601
602 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
603
604         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
605         appearing when `mm-uu-hide-markers' is nil.
606
607 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
608
609         * nnimap.el (nnimap-unselect-group): Make into its own function.
610         (nnimap-request-rename-group): Unselect group before renaming.
611         This had gotten lost somewhere.
612         (nnimap-request-accept-article): Keep track of examined groups, and
613         unselect the group before APPENDing to read-only groups.
614         (nnimap-request-move-article): Clear flags before moving so that they
615         can be re-set later.
616
617 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
618
619         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
620         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
621
622 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
623
624         * gnus-art.el (gnus-mime-display-single)
625         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
626         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
627         parameter.
628
629 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
630
631         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
632         (shr-table-vertical-line): New variable.
633         (shr-insert-table): Use it.
634
635 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
636
637         * gnus-html.el (gnus-html-wash-images): Don't display images if
638         gnus-inhibit-images is non-nil; register displayer for cid images.
639         (gnus-html-display-image): Work for cid image.
640         (gnus-html-insert-image): Allow arguments.
641         (gnus-html-put-image): Inhibit read-only.
642         (gnus-html-prefetch-images): Don't prefetch images if
643         gnus-inhibit-images is non-nil.
644
645 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
646
647         * shr.el (shr-put-image): Break lines when inserting big pictures.
648
649 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
650
651         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
652         sender, thanks Katsumi Yamaoka.
653
654 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
655
656         * nnir.el (nnir-run-imap): Reverse the article list for each group
657         rather than the whole list.
658
659 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
660
661         * shr.el (shr-image-displayer): Protect function against non-existent
662         image source.
663
664         * gnus-art.el (gnus-inhibit-images): New user option.
665         (gnus-mime-display-single): Don't display image if it is non-nil.
666
667         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
668         gnus-inhibit-images.
669
670         * shr.el (shr-image-displayer): New function.
671         (shr-tag-img): Use it.
672
673 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
674
675         * mml2015.el (mml2015-epg-sign): Use From header.
676
677 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
678
679         * gnus-html.el (gnus-html-wash-images): Register a displayer.
680
681         * gnus-util.el (gnus-find-text-property-region): Return markers.
682
683         * shr.el (shr-tag-img): Put a displayer in the text property.
684
685         * gnus-util.el (gnus-find-text-property-region): New utility function.
686
687         * gnus-html.el (gnus-html-display-image): Make the alt optional.
688         (gnus-html-show-images): Remove.
689
690         * gnus-art.el (gnus-article-show-images): New, more general function.
691
692         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
693         image url text properties.
694
695         * shr.el: Ditto.
696
697         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
698         gnus-agent-auto-agentize-methods is set.  Which it isn't.
699
700 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
703         work for two or more articles.
704
705 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
706
707         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
708         divide an image that's in an html article to two or more when washing
709         non-ASCII characters in alt text of it.
710
711 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
712
713         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
714         smime-decrypt-region using function argument.
715         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
716
717         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
718
719         * smime.el (smime-decrypt-region): Catch it.
720
721 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
722
723         * smime.el (smime-mode-map): Move initialization into declaration.
724         (gnus-run-mode-hooks): Don't autoload.
725         (smime-mode): Use define-derived-mode.
726
727 2010-11-11  Glenn Morris  <rgm@gnu.org>
728
729         * smime.el (from): Restrict declaration to XEmacs.
730
731         * nnir.el (gnus-group-topic-name): Autoload.
732
733 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
734
735         * shr.el (shr-insert): Don't break long line if it is because of
736         kinsoku-bol characters in the line end.
737
738 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
739
740         * nnir.el (nnir-request-move-article): Fix to provide original group
741         and subject.
742         (nnir-warp-to-article): Don't fail on articles whose headers haven't
743         been retrieved.
744
745         * gnus-sum.el (gnus-summary-move-article): Use original group and
746         subject for virtual articles such as those in an nnir summary buffer.
747
748 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
749
750         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
751         least 21.5).
752
753         * smime.el (from): Declare it again for XEmacs.
754
755 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
756
757         * message.el (message-resend): Don't disable encoding unless it's
758         already encoded.
759
760         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
761         low-numbered articles.
762
763 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
764
765         * rfc2047.el (rfc2047-syntax-table): Simplify.
766
767         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
768
769         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
770         set-char-table-range for XEmacs.
771
772 2010-11-10  Glenn Morris  <rgm@gnu.org>
773
774         * time-date.el (time-to-seconds): Always an alias on Emacs,
775         never a real function.
776         (with-no-warnings): Remove compat stub, now unused.
777         (time-less-p): Doc fix.
778         (time-to-number-of-days): Simplify.
779
780         * smime.el (from): Remove unused declaration.
781
782         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
783         (gnus-float-time): On Emacs, always an alias.
784
785         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
786         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
787
788 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
789
790         * dgnushack.el: Don't use ignore-errors in the top level form since it
791         is unavailable in XEmacs even if cl is loaded.
792
793         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
794
795 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
796
797         * shr.el (browse-url-mailto): Autoload.
798
799         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
800
801         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
802         regexp doesn't need quoting.
803
804 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
805
806         * message.el (message-subject-trailing-was-ask-regexp)
807         (message-subject-trailing-was-regexp): Match was: in addition to was.
808
809 2010-11-09  Glenn Morris  <rgm@gnu.org>
810
811         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
812         (nnbabyl-check-mbox): Use point-at-bol.
813
814 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
815
816         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
817
818         * message.el (message-mailto): New function.
819         (message-mailto): Should accept other parameters.
820         (message-mailto): Remove since it duplicates browse-url-mailto
821         functionality.
822
823 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
824
825         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
826         methods.
827         (gnus-read-active-file): Ditto.
828
829         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
830         ": " from the prompt.
831         (gnus-group-make-group): Ditto.
832
833 2010-11-07  Glenn Morris  <rgm@gnu.org>
834
835         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
836         (gnus-bookmark-kill-line): Use point-at-eol.
837
838 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
839
840         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
841         asterisks in From header.
842
843 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
844
845         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
846         string to avoid making the From headers syntactically invalid.
847
848         * message.el (message-send-mail): Don't insert courtesy messages if the
849         message already has List-Post and List-ID messages.
850
851 2010-11-06  Glenn Morris  <rgm@gnu.org>
852
853         * gnus-art.el (gnus-treat-article): Give dynamic local variables
854         `condition', `type', `length' a prefix.
855         (gnus-treat-predicate): Update for above name changes.
856
857 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
858
859         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
860         binding.  Handled by `gnus-summary-refer-thread' instead.
861         (nnir-warp-to-article): New backend function.
862
863         * nnimap.el (nnimap-request-thread): Force dependency updating.
864
865         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
866         (gnus-summary-refer-thread): Rework to improve thread-referral.
867
868         * gnus-int.el (gnus-warp-to-article): New function.
869
870         * gnus-sum.el (gnus-summary-article-map): Bind it.
871
872 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
873
874         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
875         gnus-summary-refer-thread.
876
877         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
878         headers.
879         (gnus-summary-limit-include-thread): Prevent articles in thread from
880         being cut in gnus-cut-threads.
881         (gnus-summary-refer-thread): Limit retrieved headers to those in
882         thread.
883
884 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
885
886         * message.el (message-send-mail): Use the value of
887         message-courtesy-message from the message buffer.
888
889         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
890
891         * shr.el (shr-browse-url): Implement mailto: URLs.
892
893         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
894         "raw".
895
896         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
897         if it's already selected.
898
899         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
900
901 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
902
903         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
904         to measure the length and truncate alt text.
905
906 2010-11-03  Glenn Morris  <rgm@gnu.org>
907
908         * nndiary.el (nndiary-generate-nov-databases-1)
909         (nndiary-generate-active-info): Rename dynamic variable `files' to
910         something less generic.
911
912 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
913
914         * nnir.el (nnir-request-move-article): Call the underlying backend to
915         move articles from nnir.
916
917 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
918
919         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
920
921 2010-11-02  Julien Danjou  <julien@danjou.info>
922
923         * nnir.el: Remove wais support.
924
925 2010-11-02  Glenn Morris  <rgm@gnu.org>
926
927         * gnus-html.el: Reorder requirements to quieten compiler.
928
929 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
930
931         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
932         properly for XEmacs as well.
933         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
934         (gnus-article-natural-long-line-p): Use window-width rather than
935         frame-width.
936
937 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
938
939         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
940         (nnir-read-parms): Don't modify query.
941         (nnir-run-query): Add ability to search topic on current line.
942         (nnir-get-active): Clean up.
943
944 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945
946         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
947         degenerate articles.
948
949         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
950         (gnus-print-buffer): Just print the buffer as is, without any copying
951         to a buffer and then re-highlighting.
952
953         * nnimap.el (nnimap-request-group): Store the new updated info.
954         (nnimap-request-group): Select the group when we don't know whether it
955         exists or not.
956
957         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
958         groups.
959
960         * gnus-group.el (gnus-group-find-new-groups): Display all the new
961         groups.
962
963         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
964         groups.
965
966         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
967         long-lines case by only filling the long lines.
968
969         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
970         (bug #7311).
971
972 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
973
974         * shr.el: No need to declare `declare-function' since shr.el is for
975         only Emacsen that provide `libxml-parse-html-region'.
976
977         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
978         effective only in a file it is referred to.
979
980 2010-11-01  Glenn Morris  <rgm@gnu.org>
981
982         * mm-util.el (gnus-completing-read): Autoload.
983         (mm-read-coding-system): Simplify Emacs definition.
984
985         * nnmail.el (gnus-activate-group):
986         * nnimap.el (gnutls-negotiate):
987         * nntp.el (netrc-parse): Fix declarations.
988
989 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
992         string-match-p in Emacs >=23.
993
994         * gnus-msg.el (gnus-configure-posting-styles)
995         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
996
997 2010-11-01  Glenn Morris  <rgm@gnu.org>
998
999         * nnir.el (declare-function): Add compat stub.
1000         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1001         (nnir-run-gmane): Require 'mm-url.
1002
1003         * mm-util.el (mm-string-to-multibyte): Simplify.
1004
1005         * shr.el (declare-function): Add compat stub.
1006         (url-cache-create-filename): Declare.
1007         (mm-disable-multibyte, widget-convert-button): Autoload.
1008
1009         * smime.el (ldap-search): Declare.
1010         (smime-cert-by-ldap-1): Require ldap on Emacs.
1011
1012         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1013         (nnimap-keepalive): Use gnus-float-time.
1014
1015         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1016         (mail-source-delete-crash-box): Use gnus-float-time.
1017
1018         * gnus-dired.el (gnus-completing-read): Autoload.
1019
1020         * mm-view.el (gnus-rescale-image): Autoload.
1021
1022         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1023
1024         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1025
1026         * sieve-manage.el: Require 'cl when compiling.
1027
1028         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1029         (gnus-iswitchb-completing-read): Require iswitchb.
1030         (gnus-select-frame-set-input-focus): Silence compiler.
1031
1032 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1033
1034         * message.el (message-subject-trailing-was-query): Change default to t,
1035         since I think that's what most people want.
1036
1037         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1038         appending for easier debugging.
1039         (nnimap-wait-for-connection): Take a regexp.
1040         (nnimap-request-accept-article): Wait for the continuation line before
1041         sending anything unless we're streaming.
1042
1043         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1044         leave the header washing to take place.
1045
1046 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1047
1048         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1049         regular expression match and replace in posting styles.
1050
1051 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1052
1053         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1054         an entire server.
1055         (nnir-get-active): New function.
1056         (nnir-run-imap): Use it.
1057         (nnir-run-gmane): Who knew, gmane search returns an article score!
1058
1059         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1060         server on the current line with nnir.
1061
1062 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1065         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1066         left edge.
1067         (gnus-article-foldable-buffer): Skip past the prefix when determining
1068         raggedness.
1069
1070         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1071         the raw article, and change `C-u g' to show the article without doing
1072         treatments.
1073
1074         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1075         on to `gnus-treat-article'.
1076         (gnus-inhibit-article-treatments): New variable.
1077
1078         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1079
1080         * gnus-art.el (gnus-treatment-function-alist): Have
1081         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1082         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1083         sections.
1084
1085         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1086         parameter.
1087         (gnus-article-fill-cited-long-lines): New function.
1088         (gnus-article-fill-cited-article): Allow filling only long sections.
1089
1090         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1091         and non-punctuation (like after the apostrophe in "'We").
1092
1093         * gnus-sum.el (gnus-summary-select-article): Make sure
1094         gnus-original-article-buffer is alive.
1095
1096         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1097         reflect the order they're in in the digest.
1098
1099         * gnus.el (gnus-group-startup-message): Move point to the start of the
1100         buffer.
1101
1102         * nnimap.el (nnimap-capability): New function.
1103         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1104         is set.
1105
1106 2010-10-31  David Engster  <dengste@eml.cc>
1107
1108         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1109         conform with changes to gnus-completing-read.
1110
1111 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1112
1113         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1114
1115 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1116
1117         * nnir.el: Move defvar, defcustom around to keep file organized
1118         and keep byte-compiler quiet.
1119         (nnir-read-parms): Accept search-engine as arg.
1120         (nnir-run-query): Pass search-engine as arg.
1121         (nnir-search-engine): Remove.
1122
1123 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1124
1125         * shr.el (shr-generic): The text nodes should be text, not :text.
1126
1127         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1128         later in the file.
1129
1130 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1131
1132         * nnir.el: General clean up.  Allow searching with multiple engines.
1133         Allow separate extra-parameters for each engine.
1134         Batch queries when possible.
1135         (nnir-imap-default-search-key,nnir-method-default-engines):
1136         Add customize interface.
1137         (nnir-run-gmane): New engine.
1138         (nnir-engines): Use it.  Qualify all prompts with engine name.
1139         (nnir-search-engine): Remove global variable.
1140         (nnir-run-hyrex): Restore for now.
1141         (nnir-extra-parms,nnir-search-history): New variables.
1142         (gnus-group-make-nnir-group): Use them.
1143         (nnir-group-server): Remove in favor of gnus-group-server.
1144         (nnir-request-group): Avoid searching twice.
1145         (nnir-sort-groups-by-server): New function.
1146
1147 2010-10-30  Julien Danjou  <julien@danjou.info>
1148
1149         * gnus-group.el: Remove gnus-group-fetch-control.
1150
1151         * gnus-start.el (gnus-find-new-newsgroups):
1152         Remove gnus-check-first-time-used.
1153
1154         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1155
1156 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1157
1158         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1159         set on groups that don't have \* permanentflags.
1160
1161 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1162
1163         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1164         control the background color.
1165         (shr-tag-img): Ignore very small web bug type images.
1166         (shr-put-image): Add help-echo alt texts to the images.
1167         (shr-tag-video): Show the video poster image.
1168
1169 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1170
1171         * shr.el (shr-table-depth): New variable.
1172         (shr-tag-table-1): Only insert the images after the top-level table.
1173
1174         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1175
1176         * gnus-util.el (gnus-list-memq-of-list): New function.
1177
1178         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1179         selected.
1180         (nnimap-unsplittable-articles): New slot.
1181         (nnimap-new-articles): Use it.
1182
1183 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1184
1185         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1186         move to the previous line on `M-g'.
1187
1188 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1189
1190         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1191         *-request-group, which seems unnecessary.
1192
1193         * nnimap.el (nnimap-quote-specials): Function copied over from
1194         imap.el.
1195         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1196         they support that.  Suggested by Tom Regner.
1197
1198 2010-10-29  Julien Danjou  <julien@danjou.info>
1199
1200         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1201         defalias.
1202         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1203
1204         * gnus.el: Remove `gnus-nntp-service' variable.
1205         (gnus-secondary-servers): Make obsolete.
1206         (gnus-nntp-server): Make obsolete.
1207
1208         * gnus-start.el (gnus-1): Remove x-splash calls.
1209
1210         * gnus-ems.el (gnus-x-splash): Remove.
1211
1212         * gnus.el (gnus-group-startup-message): Simplify/update code.
1213
1214         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1215         definition.
1216
1217         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1218         capability before doing anything.
1219         (gnus-group-insert-group-line): Remove useless
1220         gnus-group-remove-excess-properties.
1221
1222 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1225
1226 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1227
1228         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1229         config after reselecting.
1230
1231 2010-10-28  Julien Danjou  <julien@danjou.info>
1232
1233         * shr.el (shr-put-image): Use point even if only inserting text.
1234         (shr-put-image): Save excursion when inserting alt text on non-graphic
1235         display, so the behaviour is the same when we are on a graphic display.
1236
1237         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1238
1239 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1240
1241         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1242         (gnus-mime-copy-part): Check coding system, not charset.
1243         (gnus-mime-view-part-externally): Never remove part.
1244         (gnus-mime-view-part-internally): Don't remove part here.
1245         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1246         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1247         multipart/alternative.
1248
1249         * mm-decode.el (mm-display-part): Take optional arg `force'.
1250
1251 2010-10-26  Julien Danjou  <julien@danjou.info>
1252
1253         * gnus-group.el (gnus-group-default-list-level): Add this function to
1254         compute the default list level.
1255         (gnus-group-default-list-level): Add possibility to use a function.
1256
1257 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1258
1259         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1260
1261         * gnus-group.el (gnus-group-completing-read)
1262         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1263         gnus-replace-in-string.
1264
1265 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1266
1267         * shr.el (shr-tag-div): Add.
1268
1269         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1270
1271 2010-10-25  Julien Danjou  <julien@danjou.info>
1272
1273         * gnus-util.el: Remove `gnus-with-local-quit'.
1274
1275         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1276
1277 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1278
1279         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1280         the original article buffer.
1281
1282 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1283
1284         * nnimap.el (nnimap-request-head): New function.
1285         (nnimap-request-move-article): Try to be slighly faster by not
1286         requesting the entire message when moving.
1287         (nnimap-transform-headers): Don't bug out on bodiless articles.
1288         (nnimap-send-command): Have no outstanding messages if the IMAP server
1289         doesn't support streaming.
1290         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1291
1292 2010-10-24  Julien Danjou  <julien@danjou.info>
1293
1294         * message.el (message-default-headers): Fix type.
1295
1296 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1297
1298         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1299         prefetching images.
1300
1301         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1302         backend for unknown groups.  This is mainly useful for nnimap groups.
1303
1304         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1305         group isn't covered by the agent.
1306
1307 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1308
1309         * nnir.el (nnir-method-default-engines): New variable.
1310         (nnir-run-query): Use it.
1311         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1312         (gnus-summary-nnir-goto-thread): Change group if needed.
1313
1314         * gnus-group.el (gnus-group-group-map): Add key binding for
1315         gnus-group-make-nnir-group.
1316
1317 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1318
1319         * shr.el (shr-tag-object): Add.
1320
1321         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1322         original article buffer live.
1323         (gnus-summary-select-article-buffer):
1324         Mention gnus-widen-article-buffer.
1325
1326 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * shr.el (shr-tag-strong): Add.
1329
1330 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1331
1332         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1333         group names.  They mess up the group buffer badly.
1334
1335         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1336
1337         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1338         instead of the summary one.
1339
1340 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * mml.el (mml-preview): Work properly when editing article.
1343
1344         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1345         gnus-have-read-active-file if it's already been in.
1346
1347 2010-10-22  Tom Tromey  <tromey@redhat.com>
1348
1349         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1350         gnus-group-completing-read.
1351
1352 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353
1354         * message.el (message-mode-map): Don't bind M-; to comment region, to
1355         allow the global comment-dwim to work.
1356
1357 2010-10-21  Julien Danjou  <julien@danjou.info>
1358
1359         * message.el (message-setup-1): Allow message-default-headers to be a
1360         function.
1361
1362 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1363
1364         * shr.el (shr-tag-table): Simplify.
1365
1366 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1367
1368         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1369         to avoid trying to snarf invalid stuff.
1370
1371         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1372
1373         * gnus.el (gnus-message-archive-group): Quote value.
1374         (gnus-message-archive-group): Mark as changed.
1375
1376         * shr.el (shr-add-font): Don't put the font properties on the newline
1377         or the indentation.
1378
1379         * message.el (message-fix-before-sending): Change options when sending
1380         non-printable characters.
1381
1382         * gnus.el (gnus-message-archive-method): Change the default to
1383         monthly outgoing groups.
1384
1385         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1386         that have gotten new numbers.
1387
1388         * nnimap.el (nnimap-request-replace-article): New function.
1389
1390 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1391
1392         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1393         (nnrss-request-article): Don't use special html washing code.
1394
1395 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1396
1397         * shr.el (shr-tag-table): Remove useless nconc.
1398
1399 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1400
1401         * gnus-art.el (article-wash-html): Simplify and remove the charset
1402         stuff.  Use the normal html rendering code instead of the special html
1403         washing code.
1404
1405         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1406         `gnus-w3m' symbols.
1407         (mm-text-html-washer-alist): Remove.
1408
1409         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1410         (mm-inline-media-tests): Remove use.
1411         (mm-text-html-renderer): Change default to the `shr' symbol.
1412
1413         * mm-view.el (mm-inline-text-html): Remove use.
1414
1415         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1416         `gnus-blocked-images' to be a function.
1417         (gnus-article-wash-function): Remove.
1418
1419 2010-10-20  Julien Danjou  <julien@danjou.info>
1420
1421         * spam.el (spam-list-of-processors): Mark as obsolete.
1422
1423         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1424         (nnimap-insert-partial-structure): Fix boundary detection.
1425
1426 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1427
1428         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1429         run file-truename on remote files.  This can be expensive and even
1430         prevent one from editing drafts if some unrelated buffer has a stale
1431         connection.
1432
1433 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1434
1435         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1436         kinsoku-eol regardless of shr-kinsoku-shorten.
1437         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1438         (shr-tag-table): Support caption, thead, and tfoot.
1439
1440 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1441
1442         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1443         lines.
1444         (shr-save-contents): New command and keystroke.
1445
1446         * nndoc.el (nndoc-type-alist): Add git support.
1447         (nndoc-git-type-p): New function.
1448         (nndoc-transform-git-article): Ditto.
1449         (nndoc-transform-git-headers): Ditto.
1450         (nndoc-transform-git-headers): Generate Subject headers.
1451
1452         * shr.el (shr-parse-style): New function.
1453         (shr-tag-span): Ditto.
1454
1455         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1456         to `G G' to avoid collisions.
1457
1458 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1459
1460         * shr.el: Load kinsoku if necessary.
1461         (shr-kinsoku-shorten): New internal variable.
1462         (shr-find-fill-point): Make kinsoku shorten text line if
1463         shr-kinsoku-shorten is bound to non-nil.
1464         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1465         shr-indentation too when testing if table is wider than frame width.
1466         (shr-insert-table): Use `string-width' instead of `length' to measure
1467         text width.
1468         (shr-insert-table-ruler): Make sure indentation is done at bol.
1469
1470 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1471
1472         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1473         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1474         undecoded network data.
1475
1476 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1477
1478         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1479         name in the mode line spec so that the mode line menu works
1480         (bug #2431).
1481
1482         * message.el (message-get-reply-headers): If we're fed `to-address',
1483         then always use that.
1484
1485         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1486         aren't so wide as to need to switch off the edit menu.
1487
1488         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1489         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1490
1491         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1492         `M-g'.
1493         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1494         the permanent marks.
1495
1496 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1497
1498         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1499         Splitting according to references/in-reply-to obeys the ignore-groups
1500         variable, while splitting by sender and subject do not.
1501
1502 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1503
1504         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1505         alist, so that we can look for non-Unicode chars.
1506         (article-translate-strings): Allow both character and string maps.
1507
1508 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1509
1510         * shr.el (shr-insert): Don't insert space behind a wide character
1511         categorized as kinsoku-bol, or between characters both categorized as
1512         nospace.
1513
1514 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1515
1516         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1517         headers to gnus-newsgroup-headers.
1518
1519 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1520
1521         * shr.el (shr-tag-img): Don't align images -- since we're not
1522         rescaling, this often leads to ugly displays.
1523
1524 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1525
1526         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1527         duplicates.
1528
1529 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1530
1531         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1532         call.
1533
1534 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1535
1536         * gnus.el: Autoload gnus-html-show-images.
1537
1538         * nnimap.el: Use nnheader-message throughout.
1539
1540         * shr.el (shr-tag-img): Ignore images with no data.
1541
1542 2010-10-15  Julien Danjou  <julien@danjou.info>
1543
1544         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1545         a possibility to disable format=flow encoding when using hard newlines.
1546
1547 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1548
1549         * shr.el (shr-insert): Remove space inserted before or after a
1550         breakable character or at the beginning or the end of a line.
1551         (shr-find-fill-point): Do kinsoku; find the second best point or give
1552         it up if there's no breakable point.
1553
1554 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1555
1556         * nnimap.el (nnimap-open-connection): Message when opening connection
1557         for debugging purposes.
1558
1559         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1560         on every setup buffer call to allow this to change from article to
1561         article.
1562
1563         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1564         buffers where we have a wide table.
1565
1566 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1567
1568         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1569         uses *-request-thread.
1570
1571 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1572
1573         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1574         incantation, which is no longer valid.
1575
1576 2010-10-14  Julien Danjou  <julien@danjou.info>
1577
1578         * shr.el: Fix defcustom type (char -> character).
1579
1580 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1581
1582         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1583         programs.
1584
1585 2010-10-14  Julien Danjou  <julien@danjou.info>
1586
1587         * shr.el (shr-tag-a): Use url-link as widget type.
1588
1589         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1590         `gnus-group-get-icon'.
1591
1592 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1593
1594         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1595         This should make server editing work better.
1596
1597         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1598
1599         * tls.el (tls-program): Remove spurious %s from openssl.
1600
1601         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1602         (nnimap-parse-flags): Fix regexp.
1603
1604         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1605         probably work for CJVK text, too.
1606
1607         * nnimap.el (nnimap-extend-tls-programs): Remove.
1608         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1609
1610         * tls.el (tls-starttls-switches): Remove starttls hack.
1611         (open-tls-stream): Ditto.
1612         (tls-find-starttls-argument): Ditto.
1613
1614 2010-10-13  Julien Danjou  <julien@danjou.info>
1615
1616         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1617         responses.
1618
1619 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1620
1621         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1622
1623         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1624         anything in Emacs.
1625
1626         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1627
1628 2010-10-13  Julien Danjou  <julien@danjou.info>
1629
1630         * shr.el (shr-width): Make shr-width a defcustom with default to
1631         fill-column.
1632         (shr-tag-img): Use shr-width rather than fill-column.
1633
1634 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1635
1636         * dgnushack.el (byte-optimize-apply)
1637         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1638
1639         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1640         position when (X-)Faces exist.
1641         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1642         avatars when called interactively.
1643
1644 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1645
1646         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1647         gnus-article-x-face-too-ugly is bound.
1648
1649 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650
1651         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1652
1653         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1654         mailbox that doesn't exist.
1655
1656 2010-10-12  Julien Danjou  <julien@danjou.info>
1657
1658         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1659         (shr-get-image-data): Encode URL properly when fetching from cache.
1660         (shr-tag-img): Use aligned-to spaces to align correctly images.
1661
1662         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1663         before inserting the Gravatar.
1664
1665         * shr.el (shr-tag-img): Add align attribute support for <img>.
1666
1667 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1668
1669         * gnus-gravatar.el (gnus-art): Require.
1670
1671         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1672         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1673         Remove long obsoleted functions.
1674
1675 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1676
1677         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1678
1679         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1680
1681         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1682         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1683         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1684         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1685         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1686         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1687         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1688
1689 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1690
1691         * nnimap.el (nnimap-request-rename-group): Select group read-only
1692         before renaming it.
1693
1694         * shr.el (shr-insert): Fix up the white space only regexp.
1695
1696         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1697         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1698
1699         * shr.el (shr-current-column): New function.
1700         (shr-find-fill-point): New function.
1701
1702 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1703
1704         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1705         numbers.
1706
1707 2010-10-11  Julien Danjou  <julien@danjou.info>
1708
1709         * shr.el (shr-hr-line): Add.
1710         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1711         display hr lines.
1712         (shr-max-columns): Do not change state to nil if we just inserting
1713         spaces.
1714
1715 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1716
1717         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1718         select the last group.
1719
1720 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1721
1722         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1723
1724 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1725
1726         * dig.el (dig-mode-map): Declare and define in one step.
1727
1728 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1729
1730         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1731         for Gnus.
1732         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1733         (nnimap-update-qresync-info): Mark \Seen articles as read.
1734
1735         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1736         non-variable, too.
1737
1738         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1739         available.
1740         (nnimap-update-info): Rely more on the current active than the param
1741         active to avoid marking articles as read too much.
1742
1743         * auth-source.el (auth-source-create): Use (user-login-name) for the
1744         user name default.
1745
1746         * nnimap.el (nnimap-update-info): If the server doesn't return any
1747         useful info, just use the previous info.
1748         (nnimap-update-info): Prefer old info over start-article.
1749         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1750
1751 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1752
1753         * nnir.el (autoload): Clean up autoloads.
1754         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1755         Use key rather than value.
1756         (nnir-imap-search-other): New variable.
1757         (nnir-read-parm): Use it.
1758         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1759         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1760
1761 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1762
1763         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1764         the process, too.
1765
1766 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1767
1768         * spam.el (gnus-summary-mode-map): Bind to "$".
1769         Suggested by Russ Allbery.
1770
1771         * shr.el: Rework the way things are indented by <li> slightly.
1772
1773         * gnus.el (gnus-group-set-parameter): Fix typo.
1774
1775         * nnimap.el: Start implementing QRESYNC support.
1776
1777 2010-10-09  Julien Danjou  <julien@danjou.info>
1778
1779         * nnir.el (nnir-engines): Fix too many arguments.
1780
1781 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1782
1783         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1784         group is the "last", so that the backends like nnfolder actually save
1785         their folders.
1786
1787         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1788         try to use that for the tls stream.
1789         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1790         UIDVALIDITY and find out which groups are read-only and not.
1791         (nnimap-get-flags): Use the same marks parsing code as the rest of
1792         nnimap.
1793
1794 2010-10-09  Julien Danjou  <julien@danjou.info>
1795
1796         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1797
1798         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1799         retrieving gravatars.
1800
1801         * shr.el (shr-table-corner): Add.
1802         (shr-table-line): Add.
1803         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1804
1805 2010-10-08  Julien Danjou  <julien@danjou.info>
1806
1807         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1808
1809 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1810
1811         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1812
1813         * gnus-sum.el (gnus-mark-article-as-unread)
1814         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1815         (gnus-summary-set-bookmark): Use it.
1816
1817         * gnus-msg.el (gnus-setup-message): Use it.
1818
1819         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1820
1821         * gnus.el (gnus-group-remove-parameter): Use it.
1822
1823         * gnus-group.el (gnus-group-make-web-group): Use it.
1824
1825         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1826
1827         * nnregistry.el: Update docs to mention manual.
1828
1829         * gnus-registry.el: Update docs to mention nnregistry.el.
1830         (gnus-registry-initialize): Don't install nnregistry refer method
1831         automatically.
1832         (gnus-registry-install-nnregistry): Remove it.
1833
1834 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1835
1836         * shr.el (shr-insert): Don't insert double spaces.
1837
1838 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * gnus-gravatar.el (gnus-treat-from-gravatar)
1841         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1842         called interactively.
1843
1844         * gnus-art.el (gnus-mime-view-part-externally)
1845         (gnus-mime-view-part-internally): Make predicate function passed to
1846         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1847         of a mime type.
1848
1849         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1850
1851 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1852
1853         * shr.el (require): Require cl when compiling.
1854         (shr-tag-hr): New function.
1855
1856         * nnimap.el (nnimap-update-info): Remove double setting of high.
1857         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1858         This makes nnimap work properly on Courier again.
1859
1860         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1861         the variable for backwards compatability.
1862
1863         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1864         the file name before using to avoid setting mm-default-directory to
1865         nil.
1866
1867         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1868         bidning gnus-agent variables.
1869
1870         * shr.el (shr-render-td): Use a cache for the table rendering function
1871         to avoid getting an exponential rendering behaviour in nested tables.
1872         (shr-insert): Rework the line-breaking algorithm.
1873         (shr-insert): Don't leave trailing spaces.
1874         (shr-insert-table): Also insert empty TDs.
1875         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1876
1877 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1878
1879         * gnus-sum.el (gnus-number): Rename from `number'.
1880         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1881         (gnus-summary-limit-children): Update uses correspondingly.
1882
1883 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1886         (gnus-gravatar-transform-address): Don't show avatars of people of
1887         which mail addresses match gnus-gravatar-too-ugly.
1888
1889 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1890
1891         * shr.el (shr-table-widths): Expand TD elements to fill available
1892         space.
1893
1894 2010-10-07  Julien Danjou  <julien@danjou.info>
1895
1896         * nnimap.el (nnimap-request-rename-group): Add this method.
1897
1898 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1899
1900         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1901         name from XEmacs' function-arglist.
1902
1903         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1904         gravatar under XEmacs.
1905
1906 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1907
1908         * auth-source.el: Update docs with TODO items.
1909
1910         * gnus-sync.el: Update docs to explain state and plans.
1911
1912         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1913         Hooks for mark updates.
1914         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1915
1916         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1917         hooks with arguments, which is needed for mark update hooks.
1918
1919 2010-10-06  Julien Danjou  <julien@danjou.info>
1920
1921         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1922         was matched.
1923
1924         * sieve-manage.el: Update example in `Commentary'.
1925
1926         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1927
1928         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1929         not 2000.
1930         (sieve-manage-authenticate): Re-add function.
1931
1932 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933
1934         * shr.el (shr-insert): Get 'space transition right.
1935         (shr-render-td): Only delete space at the end of the TD.
1936
1937         * nnimap.el (nnimap-open-connection): Prepare to support
1938         open-gnutls-stream.
1939
1940         * shr.el: Rearrange function order to be more logical.
1941
1942 2010-10-06  Julien Danjou  <julien@danjou.info>
1943
1944         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1945         (nnrss-discover-feed): Remove 404 URL in docstring.
1946
1947         * nnir.el: Fix Swish-E URL.
1948         Fix Namazu URL.
1949
1950         * message.el (message-change-subject): Remove 404 URL in a comment.
1951
1952 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1953
1954         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1955         called interactively.
1956
1957         * gnus-util.el (gnus-remove-if): Allow hash table.
1958         (gnus-remove-if-not): New function.
1959
1960         * gnus-art.el (gnus-mime-view-part-as-type)
1961         * gnus-score.el (gnus-summary-score-effect)
1962         * gnus-sum.el (gnus-read-move-group-name):
1963         Replace remove-if-not with gnus-remove-if-not.
1964
1965         * gnus-group.el (gnus-group-completing-read):
1966         Regard collection as a hash table if it is not a list.
1967
1968 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1969
1970         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1971
1972         * shr.el: Document the table-rendering algorithm.
1973
1974 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1977         for Emacsen having no `libxml-parse-html-region' support.
1978
1979 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1980
1981         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1982         invalid URLs.
1983
1984         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1985         line-broken.
1986         (shr-tag-img): Ignore image fetching errors.
1987         (shr-overlays-in-region): Compute overlay positions correctly.
1988
1989         * mm-decode.el (mm-shr): Require shr.
1990
1991         * gnus-art.el (gnus-blocked-images): Move variable here.
1992
1993         * shr.el (shr-insert-table): Bind free variable.
1994
1995         * mm-decode.el (mm-shr): Bind shr-content-function.
1996
1997         * shr.el (shr-content-function): New variable.
1998
1999         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2000         added for symmetry.
2001
2002         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2003
2004         * gnus-group.el (gnus-group-make-group): Doc fix.
2005
2006         * nnimap.el (nnimap-request-newgroups): Return success.
2007
2008         * shr.el (shr-find-elements): New function.
2009         (shr-tag-table): Put all the images after the table.
2010         (shr-tag-table): Really inhibit images inside the table.
2011         (shr-collect-overlays): Copy over overlays from the TD elements to the
2012         main document.
2013
2014         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2015         gnus-blocked-images.
2016
2017 2010-10-05  Julien Danjou  <julien@danjou.info>
2018
2019         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2020
2021         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2022         (gnus-html-maximum-image-size): Add this function.
2023         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2024
2025         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2026         server-value of the capability is nil.
2027
2028 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2029
2030         * shr.el (shr-tag-em): Add <EM> tag.
2031
2032 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2033
2034         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2035         customizable.
2036
2037         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2038         handing broken links to browse-url.
2039
2040 2010-10-05  Julien Danjou  <julien@danjou.info>
2041
2042         * gnus-util.el (gnus-emacs-completing-read)
2043         (gnus-iswitchb-completing-read): Use autoload rather than require.
2044
2045 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2046
2047         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2048         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2049         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2050         iswitchb-temp-buflist for XEmacs.
2051
2052         * gnus-util.el (gnus-completing-read-function): Exclude
2053         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2054         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2055         XEmacs.
2056
2057         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2058         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2059
2060         * gnus-html.el: Don't require help-fns under XEmacs.
2061         (gnus-html-schedule-image-fetching): Work for XEmacs.
2062
2063         * mm-decode.el (mm-shr): Decode contents by charset.
2064
2065 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2066
2067         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2068         unknown.
2069
2070         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2071         (shr-get-image-data): Ensure against the cache file missing.
2072
2073         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2074         for data.
2075
2076         * spam-report.el (spam-report-url-ping-plain): Don't query about
2077         killing the process.
2078
2079         * shr.el (shr-render-td): Protect against too-wide text.
2080
2081 2010-10-04  Julien Danjou  <julien@danjou.info>
2082
2083         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2084         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2085
2086         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2087         retrieved.
2088
2089 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * shr.el (browse-url): Require.
2092         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2093         lines.
2094         (shr-show-alt-text, shr-browse-image): New commands.
2095         (shr-browse-url, shr-copy-url): New commands.
2096
2097         * gnus-sum.el (gnus-widen-article-window): New variable.
2098         (gnus-summary-select-article-buffer): Use it.
2099
2100         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2101         without @ signs.
2102
2103 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2104
2105         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2106
2107 2010-10-04  Julien Danjou  <julien@danjou.info>
2108
2109         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2110         for XEmacs.
2111
2112 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2113
2114         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2115
2116         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2117         (nnimap-close-server): Implement.
2118
2119         * dgnushack.el (iswitchb): Require to shut up the compiler.
2120
2121         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2122         (shr-insert): Tweak line breaking.
2123         (shr-insert): Handle <pre> better.
2124         (shr-tag-li): Get <li> indentation right.
2125         (shr-tag-li): Get <li> indentation even righter.
2126         (shr-tag-blockquote): Ensure paragraph start.
2127         (shr-make-table): Tweak table generation.
2128         (shr-make-table): Fix typo.
2129
2130         * shr.el: Implement table rendering.
2131
2132 2010-10-04  Julien Danjou  <julien@danjou.info>
2133
2134         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2135
2136 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * shr.el (shr-insert): Use string anchors instead of line anchors.
2139
2140 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2141
2142         * shr.el: Add headings.
2143         (shr-ensure-paragraph): Actually work.
2144         (shr-tag-li): Make <ul> prettier.
2145         (shr-insert): Get white space at the beginning/end of elements right.
2146         (shr-tag-p): Collapse subsequent <p>s.
2147         (shr-ensure-paragraph): Don't insert double line feeds after blank
2148         lines.
2149         (shr-insert): \t is also space.
2150         (shr-tag-s): Fix "s" tag name function.
2151         (shr-tag-s): Fix face prop name.
2152
2153 2010-10-03  Julien Danjou  <julien@danjou.info>
2154
2155         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2156
2157         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2158         gnus-window-inside-pixel-edges.
2159
2160         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2161         gnus-ems.
2162
2163         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2164
2165         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2166         function.
2167
2168         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2169         resize choice.
2170
2171 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2172
2173         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2174         beginning of the buffer.
2175
2176         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2177         article buffer again.
2178
2179         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2180
2181         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2182         when it's at the start of the buffer.
2183
2184         * shr.el (shr-tag-blockquote): Convert name.
2185         (shr-rescale-image): Use the right image-size variant.
2186
2187         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2188         buffer isn't shown, then select the current article first instead of
2189         bugging out.
2190         (gnus-summary-select-article-buffer): Show both the article and summary
2191         buffers again.
2192
2193         * shr.el (shr-fontize-cont): Protect against regions with no text.
2194         Rename tag functions to shr-tag-* for enhanced security.
2195         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2196
2197 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2198
2199         * shr.el (shr-insert):
2200         * pop3.el (pop3-movemail):
2201         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2202         loaded.
2203
2204 2010-10-03  Glenn Morris  <rgm@gnu.org>
2205
2206         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2207
2208         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2209
2210         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2211
2212         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2213
2214         * gnus-util.el (gnus-make-local-hook): Simplify.
2215
2216 2010-10-02  Julien Danjou  <julien@danjou.info>
2217
2218         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2219         (gnus-ido-completing-read): New function.
2220         (gnus-emacs-completing-read): New function.
2221         (gnus-completing-read): Use gnus-completing-read-function.
2222         Add gnus-completing-read-function.
2223
2224 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2225
2226         * shr.el (shr-insert-document): Autoload.
2227         (shr-img): Be silent.
2228         (shr-insert): Add a newline after every picture before text.
2229         (shr-add-font): Use overlays for combining faces.
2230         (shr-insert): Pass upwards the text start point.
2231
2232         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2233         possible.
2234         (mm-shr): New function.
2235
2236 2010-10-02  Julien Danjou  <julien@danjou.info>
2237
2238         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2239         should go backward.
2240
2241 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2242
2243         * shr.el (shr): Fix typo in provide call.
2244
2245 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246
2247         * shr.el: New file.
2248
2249         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2250
2251         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2252         completing read.
2253
2254 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2255
2256         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2257         we're being queried about.  Suggested by Dan Jacobson.
2258
2259         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2260         Suggested by Jason Eisner.
2261
2262         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2263         table, too.  Suggested by Stefan Wiens.
2264         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2265         the table unnecessary.  Suggested by Stefan Wiens.
2266
2267         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2268         longer needed, and probably doesn't work either, as pointed out by
2269         Stefan Wiens.
2270         (gnus-summary-exit): Remove call to the clearing function.
2271         (gnus-summary-exit-no-update): Ditto.
2272
2273         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2274         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2275         Reported by Stefan Monnier.
2276         (gnus-summary-save-in-rmail): Ditto.
2277
2278         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2279         article buffer, instead of both the article buffer and the summary
2280         buffer.  Sort of suggested by Dan Jacobson.
2281
2282         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2283
2284         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2285         Suggested by Dan Jacobson.
2286
2287         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2288         documentation clearer.
2289
2290         * message.el (message-shorten-references): Comment on the number "21".
2291         Suggested by Stefan Monnier.
2292
2293         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2294         Suggested by Dan Jacobson.
2295
2296         * gnus.el (gnus-large-newsgroup):
2297         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2298
2299         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2300         externalize attachments.  Bug reported by Steve Wen.
2301
2302         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2303         really message anything to the user.
2304
2305         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2306         directly.
2307
2308         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2309         messages in empty groups.
2310
2311 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2312
2313         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2314         non-UIDNEXT group.
2315
2316 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2317
2318         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2319         not the value from the collection.
2320
2321         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2322         values.  This sometimes happens on some groups that have no info.
2323         (nnimap-request-newgroups): New function.
2324
2325 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2326
2327         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2328         check into `gnus-registry-initialize'.
2329         (gnus-registry-initialize): Ditto.
2330         Fix and extend header docs.
2331
2332 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333
2334         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2335         regexp backtrace overflows.
2336
2337         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2338         for starttls that tls.el implements; i.e. openssl.
2339
2340         * tls.el (tls-starttls-switches): Give up on using starttls with
2341         gnutls-cli.
2342         (tls-program): Add --insecure to be consistent with the defaults from
2343         openssl s_client.  Now all three commands are insecure.
2344
2345 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2346
2347         * lpath.el: Bind completion-styles-alist for XEmacs.
2348
2349         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2350         (gravatar-create-image): New function that's an alias to
2351         gnus-xmas-create-image, gnus-create-image, or create-image.
2352         (gravatar-data->image): Use it.
2353
2354 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2355
2356         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2357         install the nnregistry refer method.
2358         (gnus-registry-install-hooks): Use it.
2359         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2360         unfollowed groups.
2361
2362 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2363
2364         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2365         expanding threads.
2366
2367 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2368
2369         * nnir.el: Use the server names without suffixes (bug #7009).
2370
2371         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2372         unencrypted to STARTTLS, if possible.
2373
2374 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2375
2376         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2377         headers before superseding.
2378
2379 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2380
2381         * nnrss.el (nnrss-use-local): Add documentation.
2382
2383         * nnimap.el (nnimap-extend-tls-programs): New function.
2384         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2385         (nnimap-wait-for-connection): Accept the greeting from the stupid
2386         output from openssl s_client -starttls, too.
2387
2388         * tls.el (tls-starttls-switches): New variable.
2389         (tls-find-starttls-argument): Use it.
2390         (open-tls-stream): Ditto.
2391
2392         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2393         (netrc-machine): Ditto.
2394
2395         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2396         article number.
2397         (nnimap-split-fancy): New variable.
2398         (nnimap-split-incoming-mail): Use it.
2399
2400         * nntp.el (nntp-server-list-active-group): Document.
2401
2402         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2403         SELECT to get the message-id.
2404
2405         * mail-source.el (mail-sources): Remove webmail support.
2406         (defvar): Ditto.
2407         (mail-source-fetcher-alist): Ditto.
2408         (mail-source-fetch-webmail): Remove.
2409
2410         * webmail.el: Remove -- doesn't seem relevant any more.
2411
2412         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2413
2414         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2415         the \r.
2416
2417 2010-09-30  Julien Danjou  <julien@danjou.info>
2418
2419         * gnus-agent.el (gnus-agent-add-group): Fix call to
2420         gnus-completing-read.
2421
2422 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * nndoc.el (nndoc-retrieve-groups): New function.
2425
2426         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2427         `default', use nnmail-split-methods.
2428         (nnimap-request-article): Downcase the NILs so that they are nil.
2429
2430         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2431         symbol.
2432
2433         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2434         code, since if the user has requested network, that's what they ought
2435         to get.
2436         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2437         (nnimap-split-rule): Mark as obsolete.
2438
2439         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2440         New variable.
2441
2442         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2443         correct slot, too.
2444
2445 2010-09-29  Julien Danjou  <julien@danjou.info>
2446
2447         * gnus.el (gnus-local-domain): Declare variable obsolete.
2448
2449         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2450         Fix history computing.
2451         (gnus-ido-completing-read): Require ido.
2452
2453 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454
2455         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2456         build Gnus.
2457
2458         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2459         when interpreting the structures.
2460         (nnimap-request-accept-article): Add \r\n to the lines to make this
2461         work with Cyrus.
2462
2463         * nndraft.el (nndraft-request-expire-articles): Use the group name
2464         instead if "nndraft".  Fix found by Nils Ackermann.
2465
2466 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2467
2468         * nnregistry.el: Add.
2469
2470 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2471
2472         * nnmail.el (group, group-art-list, group-art):
2473         Remove unneeded directives.
2474
2475 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2478         (mm-mime-charset)
2479         * rfc2047.el (rfc2047-syntax-table)
2480         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2481
2482         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2483         rather than `insert-file-contents' and `eval-region'.
2484
2485         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2486         construction.
2487
2488         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2489
2490         * time-date.el: No need to require cl for Emacs 21.
2491
2492 2010-09-29  Julien Danjou  <julien@danjou.info>
2493
2494         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2495         replacement of `gnus-gravatar-relief' to mimic
2496         `gnus-faces-properties-alist'.
2497         Add :version property.
2498
2499 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2500
2501         * mail-source.el (mail-source-report-new-mail)
2502         * message.el (message-default-mail-headers)
2503         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2504
2505         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2506
2507 2010-09-28  Julien Danjou  <julien@danjou.info>
2508
2509         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2510         mail-address contains the same string as real-name.
2511
2512         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2513         non-blank in header, otherwise it'll get stripped.
2514
2515         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2516         real-name, and then for mail address rather than doing : or , search.
2517
2518 2010-09-27  Julien Danjou  <julien@danjou.info>
2519
2520         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2521         right completing-read function.
2522         (gnus-use-ido): New variable
2523         (gnus-completing-read-with-default): Remove.
2524         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2525         (gnus-agent-add-group):
2526         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2527         * mm-view.el (mm-view-pkcs7-decrypt):
2528         * mm-util.el (mm-codepage-setup):
2529         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2530         * mml-smime.el (mml-smime-openssl-sign-query):
2531         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2532         (mml-insert-multipart):
2533         * gnus-msg.el (gnus-summary-yank-message):
2534         * gnus-int.el (gnus-start-news-server):
2535         * mm-decode.el (mm-interactively-view-part):
2536         * gnus-dired.el (gnus-dired-attach):
2537         * gnus.el (gnus-read-method):
2538         * gnus-bookmark.el (gnus-bookmark-jump):
2539         * gnus-art.el (gnus-mime-view-part-as-type)
2540         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2541         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2542         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2543         * nnmairix.el (nnmairix-create-server-and-default-group)
2544         (nnmairix-update-groups, nnmairix-get-server)
2545         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2546         (nnmairix-get-group-from-file-path):
2547         * nnrss.el (nnrss-find-rss-via-syndic8):
2548         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2549         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2550         (gnus-group-browse-foreign-server):
2551         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2552         (gnus-summary-execute-command, gnus-summary-respool-article)
2553         (gnus-read-move-group-name):
2554         * gnus-score.el (gnus-summary-increase-score)
2555         (gnus-summary-score-effect):
2556         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2557
2558 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2559
2560         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2561         x-focus-frame.
2562
2563         * nnimap.el (auth-source-forget-user-or-password)
2564         (auth-source-user-or-password): Autoload.
2565
2566         * message.el (message-from-style, message-interactive)
2567         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2568         (message-yank-prefix, message-indentation-spaces, message-signature)
2569         (message-signature-file): Add comment.
2570
2571 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2572
2573         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2574         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2575         new articles.
2576
2577         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2578         parts.
2579         (nnimap-request-article): Work with the t setting, too.
2580
2581         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2582         that you don't get flashes of other buffers.
2583         (gnus-summary-show-complete-article): Intern before setting.
2584
2585 2010-09-27  David Engster  <dengste@eml.cc>
2586
2587         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2588         well as HEADERS.
2589         (nnmairix-retrieve-headers): Provide new argument for the above.
2590
2591 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2592
2593         * gnus-sum.el (gnus-summary-move-article): Don't alter
2594         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2595         group.
2596
2597         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2598
2599         * message.el (message-cite-prefix-regexp): Revert my last edit.
2600
2601         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2602         variable instead of the Gnus variable.
2603
2604         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2605
2606         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2607
2608         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2609         since some servers don't like it.
2610         (nnimap-open-connection): Forget credentials if the server says the
2611         password was wrong.
2612         (nnimap-parse-line): Protect against invalid data.
2613
2614         * gnus-sum.el (gnus-summary-move-article): Add comment.
2615         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2616         nothing alters it while scanning for new messages.
2617
2618         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2619         which may or may not help.
2620         (nnimap-open-connection): If we're doing a stream connection, and then
2621         discover we're on a STARTTLS-capable server, then open a STARTTLS
2622         connection instead.
2623
2624 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2625
2626         * nnimap.el (utf7): Require.
2627
2628         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2629         prefix.
2630
2631 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2632
2633         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2634
2635 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2636
2637         * nnimap.el (nnimap-request-accept-article): Message the error on
2638         error.
2639
2640 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2641
2642         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2643
2644 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2645
2646         * nndoc.el (nndoc-request-list): Return success always.
2647
2648         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2649         `fetch-old' -- we only want to fetch the articles we've requested.
2650         The rest are in the agent, probably.
2651         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2652         disappeared server" to something low.  It's not important.
2653
2654         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2655         arrived before the FETCH data.
2656
2657         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2658         target here, because we don't know the Gnus name of the group.
2659
2660         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2661         for the correct group.
2662
2663         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2664
2665         * gnus.el (gnus): Give a final warning after startup.
2666
2667         * gnus-util.el (gnus-action-message-log): New variable.
2668         (gnus-message): Use it.
2669         (gnus-final-warning): New function.
2670
2671         * nnimap.el (nnimap-open-connection): Record the greeting.
2672         (nnimap): Add greeting.
2673
2674 2010-09-26  Julien Danjou  <julien@danjou.info>
2675
2676         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2677         arguments.
2678         (gnus-html-wash-images): Fix spec computing to include start/end.
2679
2680         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2681
2682 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2685         deletion.
2686         (nnimap-retrieve-headers): Don't select the group, because that's
2687         already done by nnimap-possibly-change-group.
2688
2689         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2690         (gnus-picon-transform-address): Use it.
2691
2692         * mail-source.el (mail-source-value): Revert previous patch.
2693
2694         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2695         on failure.
2696         (nnimap-open-connection): Look up both virtual and physical server name
2697         credentials.
2698
2699         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2700
2701 2009-02-07  Dave Love  <fx@gnu.org>
2702
2703         * tls.el (open-tls-stream): Don't query killing process.
2704
2705 2009-02-08  Dave Love  <fx@gnu.org>
2706
2707         * gnus-win.el (gnus-window-to-buffer-helper)
2708         (gnus-all-windows-visible-p): Function needn't be a symbol.
2709
2710         * mail-source.el (mail-source-value): Function needn't be a symbol.
2711
2712 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713
2714         * message.el (message-cite-prefix-regexp): Remove } from the cite
2715         prefix.
2716
2717         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2718         highlight again, so that the highlight is correct.
2719
2720         * gnus-picon.el (gnus-picon): Remove again.
2721         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2722
2723         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2724         doing the header highlightling, so that the background colour of the
2725         picon is correct.
2726
2727         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2728         (gnus-picon): Ditto.
2729         (gnus-picon): Reinstate.  The background colour for picons is white.
2730         (gnus-picon-insert-glyph): Make the background white.
2731
2732         * nnml.el (nnml-open-nov): Don't return dead buffers.
2733
2734         * auth-source.el (auth-source-create): Query the user for whether to
2735         store the credentials.
2736
2737         * netrc.el (netrc-store-data): New function.
2738
2739         * auth-source.el (auth-source-user-or-password): Use the existing auth
2740         sources, if any, for creation.
2741
2742         * gnus.el (gnus-group-fast-parameter): Return the last matching
2743         parameter instead of the first matching parameter.
2744
2745 2010-09-26  Julien Danjou  <julien@danjou.info>
2746
2747         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2748
2749 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2750
2751         * mml2015.el (mml2015-use): Remove gpg support.
2752
2753         * mml1991.el (mml1991-function-alist): Remove gpg function.
2754         (mml1991-gpg-sign): Remove.
2755
2756 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2757
2758         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2759         (gnus-browse-unsubscribe-current-group): Document it.
2760         (gnus-browse-unsubscribe-group): Use it.
2761
2762 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763
2764         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2765         address to the To list for easier response.
2766
2767         * gnus.el (gnus-play-startup-jingle): Remove.
2768         (gnus-splash): Don't play jingle.
2769         (gnus): Silence gnus-load message.
2770
2771         * gnus-art.el (gnus-treat-play-sounds): Remove.
2772
2773         * gnus.el (gnus-play-jingle): Remove audio support.
2774
2775         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2776
2777         * earcon.el: Remove -- no users.
2778
2779         * gnus-audio.el: Remove -- no users of this package.
2780
2781         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2782
2783         * gnus-start.el (gnus-setup-news): Remove nocem support.
2784
2785         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2786
2787         * gnus.el (gnus-use-nocem): Remove.
2788
2789         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2790         Remove.
2791
2792         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2793         uses NoCeM any more.
2794
2795         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2796         (gnus-button-ctan-handler): Ditto.
2797         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2798         (gnus-button-ctan-directory-regexp): Ditto.
2799         (gnus-button-handle-ctan): Ditto.
2800         (gnus-button-tex-level): Ditto.
2801         (gnus-button-alist): Remove CTAN stuff.
2802
2803 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2804
2805         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2806         nnimap-streaming test.
2807
2808         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2809         servers twice.
2810
2811         * nnimap.el (nnimap-open-connection): Add more error reporting when
2812         nnimap fails early.
2813
2814         * nnheader.el (nnheader-get-report-string): New function.
2815         (nnheader-get-report): Use it.
2816
2817         * gnus-int.el (gnus-check-server): Say what the error was when opening
2818         failed.
2819
2820         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2821         using streaming.
2822
2823 2010-09-25  Julien Danjou  <julien@danjou.info>
2824
2825         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2826         gnus-window-inside-pixel-edges.
2827
2828 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2829
2830         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2831
2832         * mm-decode.el (mm-save-part): Allow saving to other directories the
2833         normal Emacs way.
2834
2835         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2836         Suggested by Jay Berkenbilt.
2837
2838         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2839         there isn't a single byte.
2840
2841         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2842         just do it.  It doesn't really seem to matter what the user responds
2843         here, I think, so it's just a confusing question.
2844
2845         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2846         non-streaming case.
2847
2848         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2849         (gnus-article-encrypt-body): Use it.
2850
2851         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2852         keystroke.
2853
2854         * nnimap.el (nnimap-find-wanted-parts-1):
2855         Use gnus-fetch-partial-articles.
2856
2857         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2858
2859         * nnimap.el (nnimap-insert-partial-structure): New function.
2860         (nnimap-get-partial-article): New function.
2861         (nnimap-request-article): Use it.
2862         (nnimap-wait-for-response): Return whether the wait was successful.
2863         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2864         retrieval wasn't successful.
2865         (nnimap-retrieve-group-data-early): Allow throttling servers.
2866         (nnimap-streaming): New variable.
2867         (nnimap-fetch-partial-articles): Remove.
2868
2869         * mm-decode.el (mm-with-part): Protect against killed buffers.
2870
2871         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2872         for prettier summary display.
2873
2874 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2875
2876         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2877
2878 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2879
2880         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2881         apparently third-party libraries depend on it.
2882
2883         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2884         before starting negotiation.
2885
2886         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2887         privacy reasons.
2888         (gnus-treat-mail-gravatar): Ditto.
2889
2890         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2891         buffer when inserting images.  Inserting text into the headers, for
2892         instance, can make them invalid.
2893
2894 2010-09-25  Julien Danjou  <julien@danjou.info>
2895
2896         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2897         variables.
2898
2899         * nnheader.el: Remove useless variables news-reply-yank-from and
2900         news-reply-yank-message-id.
2901
2902         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2903         variables.
2904
2905         * mml1991.el: Remove useless mml1991-verbose.
2906
2907         * gnus.el: Remove useless variable gnus-use-generic-from.
2908         Remove obsolete variable gnus-topic-indentation.
2909
2910         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2911
2912         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2913
2914         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2915
2916         * gnus-group.el: Remove useless gnus-group-icon-cache.
2917         Remove useless gnus-ephemeral-group-server.
2918
2919         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2920
2921         * mml2015.el: Remove useless mml2015-verbose.
2922
2923         * mml-smime.el: Remove useless mml-smime-verbose.
2924
2925         * gnus.el: Remove useless gnus-local-domain.
2926
2927         * gnus-gravatar.el (gnus-gravatar-transform-address):
2928         Use gnus-gravatar-size.
2929
2930         * gnus-art.el: Remove useless gnus-treat-translate.
2931
2932 2010-09-24  Julien Danjou  <julien@danjou.info>
2933
2934         * gnus-sum.el: Add support for Gravatars.
2935
2936         * gnus-art.el: Add support for Gravatars.
2937
2938         * gnus-gravatar.el: Add this file.
2939
2940         * gravatar.el: Add this file.
2941
2942 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2943
2944         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2945
2946         * gnus-group.el (gnus-group-fetch-faq): Remove.
2947
2948         * gnus.el (gnus-group-faq-directory): Remove.
2949
2950         * gnus-group.el (gnus-group-fetch-charter): Remove.
2951
2952         * gnus.el (gnus-group-charter-alist): Remove.
2953
2954         * gnus-group.el (gnus-group-archive-directory): Remove.
2955         (gnus-group-recent-archive-directory): Ditto.
2956         (gnus-group-make-archive-group): Remove.
2957
2958         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2959
2960         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2961         use the same article number for all the cached articles.
2962
2963         * nnimap.el (nnimap-command): Register the last command time so
2964         that we can use it for idling NOOPs.
2965         (nnimap-open-connection): Start the keeplive timer.
2966         (nnimap-make-process-buffer): Store all the process buffers.
2967         (nnimap-keepalive): New function.
2968
2969         * starttls.el (starttls-open-stream): Add autoload cookie.
2970
2971 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2972
2973         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2974         handling.
2975
2976 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2977
2978         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2979         its data structures.
2980
2981         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2982         instead of the cl.el copy-list.
2983         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2984         equalp.
2985
2986 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2989         and tool-bar-local-item-from-menu.
2990
2991         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2992         mode-line-highlight face for Emacs.
2993
2994         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2995         loading gnus-sum.elc; fix comment for canlock-verify.
2996         (gnus-article-jump-to-part): Use read-number.
2997         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2998         Remove Emacs pre-21 compatible code for help-echo.
2999         (gnus-article-next-page-1): No need to adjust the number of lines.
3000         (gnus-article-describe-bindings): Always use help-buffer.
3001
3002         * gnus-audio.el (gnus-audio-inline-sound)
3003         * gnus-cus.el (gnus-custom-mode)
3004         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3005
3006         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3007
3008         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3009         compatible code.
3010
3011 2010-09-24  Glenn Morris  <rgm@gnu.org>
3012
3013         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3014         visiting the fcc file in rmail-mode.
3015
3016         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3017
3018 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * nnir.el: Silence the byte compiler.
3021
3022         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3023         alias to browse-url-url-encode-chars if any.
3024         (gnus-html-encode-url): Use it.
3025
3026 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3027
3028         * gnus-start.el (gnus-use-backend-marks): New variable.
3029         (gnus-get-unread-articles-in-group): Use it.
3030
3031         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3032         makeover.
3033
3034 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3035
3036         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3037
3038 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3039
3040         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3041         Remove.
3042         (gnus-setup-news-hook):
3043         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3044
3045         * gnus-int.el (gnus-request-update-info): Protect against backends not
3046         having the function.
3047
3048         * nnimap.el (nnimap-stream): Mention starttls.
3049         (nnimap-open-connection): Add starttls support.
3050
3051 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3052
3053         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3054
3055 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3056
3057         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3058         BODYSTRUCTUREs.
3059         (nnimap-transform-headers): Unfold quoted {42} headers.
3060
3061         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3062         the info.
3063         (gnus-get-unread-articles): Only call updatep on backends that support
3064         it.
3065
3066         * nnweb.el (nnweb-request-update-info): NOOP.
3067
3068         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3069
3070         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3071         since it only deals with marks.
3072
3073         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3074         gnus-request-marks, and make a new gnus-request-update-info.
3075
3076         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3077         the active instead of the high number, which is usually too low.
3078
3079 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3080
3081         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3082         * encrypt.el: Remove.
3083
3084 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3085
3086         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3087         server in symbolic form.
3088
3089         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3090
3091 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3092
3093         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3094         (nnimap-update-info): Fix up code slightly.
3095
3096         * gnus-int.el (gnus-open-server): Add tracing for performance
3097         debugging.
3098
3099         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3100         (gnus-group-insert-group-line): Pass the real group name so that it
3101         gets the right data.
3102
3103         * gnus-start.el (gnus-get-unread-articles): Don't have
3104         `gnus-get-unread-articles-in-group' update info, since that can be
3105         really slow and doesn't seem to be needed?
3106
3107 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3108
3109         * time-date.el (date-to-time): Try using parse-time-string first before
3110         using the slower timezone-make-date-arpa-standard.
3111
3112 2010-09-22  Julien Danjou  <julien@danjou.info>
3113
3114         * gnus-group.el (gnus-group-insert-group-line):
3115         Call gnus-group-highlight-line.
3116         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3117         default hook list.
3118         (gnus-group-update-eval-form): Add new function.
3119         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3120         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3121
3122 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3123
3124         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3125         immediate, then expire all articles.
3126         (nnimap-update-info): Fix off-by-one errors.
3127         (nnimap-flags-to-marks): Would return no marks lists for group with no
3128         flags.  Instead return the other data.
3129
3130 2010-09-22  Julien Danjou  <julien@danjou.info>
3131
3132         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3133         Only return an icon.
3134         (gnus-group-insert-group-line): Compute icon to return.
3135
3136         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3137         (gnus-html-image-fetched): Only cache if
3138         gnus-html-image-automatic-caching is set.
3139         (gnus-html-image-fetched): Check for errors.
3140
3141 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3142
3143         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3144         once per method on `g'.  This ensures that backends like nnfolder don't
3145         open all their folders.
3146
3147         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3148         (nnimap-request-list): Nix out group in the correct buffer.
3149         (nnimap-parse-flags): Implement by using `read' instead of
3150         hand-parsing.
3151         (nnimap-flags-to-marks): Pass on permanent-flags.
3152         (nnimap-make-process-buffer): Record the server name.
3153         (nnimap-parse-flags): Fix typo.
3154         (nnimap-request-scan): Run split on the server in general, not just a
3155         single group.
3156
3157         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3158         parameter, and propagate this downwards.
3159
3160         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3161         since EXAMINE changes it on the server.
3162
3163         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3164         this command might take a while.
3165
3166 2010-09-22  Julien Danjou  <julien@danjou.info>
3167
3168         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3169         harmful if you have 2 images side-by-side, they can't be properly
3170         update on text deletion.  Using text-property is safer here.
3171         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3172         data.
3173
3174 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3175
3176         * nnimap.el (nnimap-expunge-inbox): Remove.
3177         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3178         (nnimap-expunge): Flip default to t.
3179
3180         * gnus.el (gnus-method-to-server): Don't push things to the cache
3181         unless it's unique.
3182         (gnus-server-to-method): Ditto.
3183
3184 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3185
3186         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3187
3188 2010-09-22  Julien Danjou  <julien@danjou.info>
3189
3190         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3191         get the start of data.
3192         (gnus-html-encode-url): Add this function to encode special chars in
3193         URL.
3194         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3195         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3196
3197         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3198         default.
3199         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3200
3201         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3202         images alt-text.
3203         (gnus-html-put-image): Put alt-text as help-echo.
3204
3205 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3206
3207         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3208         * mm-util.el (mm-decompress-buffer)
3209         * nnir.el (nnir-run-find-grep)
3210         * pop3.el (pop3-list): Use 3rd arg of split-string.
3211
3212         * time-date.el (format-seconds): Comment fix.
3213
3214         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3215         and byte-optimize-form-code-walker.
3216         (dgnushack-make-auto-load): Don't advise make-autoload.
3217
3218         * lpath.el: Remove Emacs 21 stuff.
3219
3220 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3221
3222         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3223         outside the active range.  Suggested by Dan Christensen.
3224
3225         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3226         slightly later to avoid double-getting it.
3227
3228         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3229         previous patch.
3230
3231         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3232
3233 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3234
3235         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3236
3237 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3238
3239         * gnus-int.el (gnus-open-server): Give a better error message in the
3240         "go offline" case.
3241
3242         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3243         marks for nnimap, which is seldom the right thing to do.
3244
3245         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3246         (gnus-same-method-different-name): New function.
3247
3248         * nnimap.el (parse-time): Require.
3249
3250         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3251         method in the presence of many similar methods.
3252
3253         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3254
3255         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3256         nnml-inhibit-expiry.
3257
3258         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3259         find out whether methods are equal.
3260
3261         * nnimap.el (nnimap-find-expired-articles): New function.
3262         (nnimap-process-expiry-targets): New function.
3263         (nnimap-request-move-article): Request the article before looking at
3264         what the Message-ID is.  Fix found by Andrew Cohen.
3265         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3266
3267         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3268         for oldness in addition to being a predicate.
3269
3270         * nnimap.el (nnimap-request-group): When we have zero articles, return
3271         the right data to Gnus.
3272         (nnimap-request-expire-articles): Only delete articles immediately if
3273         the target is 'delete.
3274
3275         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3276         method, this would bug out.
3277
3278         * gnus-group.el (gnus-group-expunge-group): Rename from
3279         gnus-group-nnimap-expunge, and implemented as a normal interface
3280         function.
3281
3282         * gnus-int.el (gnus-request-expunge-group): New function.
3283
3284         * nnimap.el (nnimap-request-create-group): Implement.
3285         (nnimap-request-expunge-group): New function.
3286
3287 2010-09-21  Julien Danjou  <julien@danjou.info>
3288
3289         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3290         (gnus-html-cache-expired): Add new function.
3291         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3292         wethever we should display image for fetch it.
3293         Compute alt-text earlier to pass it to the fetching function too.
3294         (gnus-html-schedule-image-fetching): Change function argument to only
3295         get one image at a time, not a list.
3296         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3297         cache.
3298         (gnus-html-get-image-data): New function to retrieve image data from
3299         cache.
3300         (gnus-html-put-image): Change buffer argument to use image data rather
3301         than file, and place image above region rather than inserting a new
3302         one.  Do not take alt-text as argument, since it's useless now: we place
3303         the image above alt-text.
3304         (gnus-html-prune-cache): Remove.
3305         (gnus-html-show-images): Start to fetch image when we find one, do not
3306         push into a temporary list.
3307         (gnus-html-prefetch-images): Only fetch image if they have expired.
3308         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3309         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3310
3311 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3312
3313         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3314
3315 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3318         spec inser "*" if the group isn't active instead of 0.
3319
3320         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3321         opening the server.
3322         (nnimap-request-delete-group): Implement group deletion.
3323         (nnimap-transform-headers): Return the size of the entire message in
3324         the Bytes header, not just the size of the first part.
3325         (nnimap-request-move-article): When moving an article from nnimap,
3326         request the article first so the accepting form has an article to
3327         accept.  Reported by Dan Christensen.
3328         (nnimap-command): Make sure that the error message doesn't error out.
3329
3330 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3331
3332         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3333         we haven't requested anything.
3334
3335 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3336
3337         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3338         "".  Fix found by Andrew Cohen.
3339
3340         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3341         instead of -encode-string.
3342
3343 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3346
3347         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3348         by mm-subst-char-in-string.
3349
3350 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3351
3352         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3353         waiting for the connection string.
3354
3355         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3356         arriving.
3357
3358         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3359         bogus characters.  This allows selecting certain Gmail groups.
3360
3361         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3362         (nnimap-fetch-partial-articles): New variable.
3363         (nnimap-open-connection): When looking for credentials, also use the
3364         nnimap-server-port.
3365         (nnimap-request-article): Return the group/article number, so that Gnus
3366         `^' works as expected.
3367         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3368
3369         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3370         comments.
3371         (gnus-methods-sloppily-equal): New function.
3372         (gnus): When using the development version of Gnus, load the gnus-load
3373         file.
3374
3375         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3376         `gnus-open-server' on each method before trying to scan them etc.
3377         This ensures that all the backend parameters are set correctly.
3378
3379         * nnimap.el (nnimap-authenticator): New variable.
3380         (nnimap-open-connection): Allow anonymous login.
3381         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3382         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3383
3384         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3385         patch, found by Knut Anders Hatlen.
3386
3387 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3388
3389         * gnus-agent.el (gnus-agent-batch-confirmation)
3390         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3391         to gnus-message.
3392         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3393         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3394         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3395         * gnus-int.el (gnus-open-server): Likewise.
3396         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3397         (gnus-score-check-syntax): Likewise.
3398         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3399         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3400         Likewise.
3401         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3402
3403 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3404
3405         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3406         calling conventions so that prefetch doesn't bug out.
3407
3408 2010-09-19  Julien Danjou  <julien@danjou.info>
3409
3410         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3411         rather than `subst-char-in-region' in order to be able to replace ASCII
3412         char by UTF-8 ones.
3413
3414         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3415         than curl.
3416         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3417         the right URL and ALT text on images.
3418         (gnus-html-wash-tags): Fix tag case.
3419         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3420         (gnus-article-html): Add -o display_ins_del=2 option.
3421         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3422
3423 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3424
3425         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3426         the extra mail headers, which sometimes seem to happen for unknown
3427         reasons.
3428
3429         * mail-parse.el (mail-header-encode-parameter): Define as
3430         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3431         (or most, perhaps?) mail readers don't understand the latter, but do
3432         understand the former.
3433
3434         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3435         to nil, so that no methods are automatically agentized.  I think this
3436         is probably what most users want.
3437
3438         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3439         from url-retrieve, for instance about invalid URLs.
3440
3441         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3442         groups that have no articles.
3443         (nnimap-request-article): Check that we really got an article when we
3444         requested one.
3445
3446         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3447         doesn't exist.
3448
3449         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3450         nntp buffer so the agent can save it.
3451         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3452         that CRLF doesn't get translated to \n.
3453         (nnimap-open-connection): Don't make 'shell commands only send \n.
3454
3455 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3456
3457         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3458         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3459         Update var name.
3460         (nnml-generate-nov-file): Use dolist.
3461         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3462         Use with-current-buffer.
3463
3464 2010-09-18  Julien Danjou  <julien@danjou.info>
3465
3466         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3467         parallel.
3468
3469 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3470
3471         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3472         the range update right.
3473         (nnimap-request-group): Don't make `M-g' bug out on group with no
3474         marks.
3475         (nnoo): Require, so that other packages can require nnimap.
3476         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3477         command we're looking for.  This helps when the server sends more
3478         responses after we've gotten everything we expected.
3479         (nnimap): Add a `newlinep' field to keep track of end-of-line
3480         conventions.
3481         Don't send CRLF to things that don't want it.
3482         (nnimap-request-accept-article): Ditto.
3483
3484 2010-09-18  Julien Danjou  <julien@danjou.info>
3485
3486         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3487         than curl to retrieve images.
3488
3489 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3490
3491         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3492         the marks.
3493         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3494         (nnimap-wait-for-connection): New function.
3495         (nnimap-open-connection): If we have PREAUTH, don't query for login
3496         credentials.
3497         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3498         when doing a partial update.
3499
3500 2010-09-18  Julien Danjou  <julien@danjou.info>
3501
3502         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3503         tags.
3504
3505 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3506
3507         * nnimap.el (nnimap-credentials): New function.
3508         (nnimap-open-connection): Use the new function to look for credentials
3509         also on the numeric equivalents of "imap" and "imaps".
3510
3511         * gnus-start.el (gnus-activate-group): Send the info to
3512         gnus-request-group.
3513
3514         * nnimap.el (nnimap-request-group): Have the "check" version of the
3515         function parse flags and update the info, so that a `M-g' get a total
3516         resync of all flags from the group.
3517
3518         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3519         to allow backends to alter the info on group selection.  Also alter all
3520         the backend -request-group functions to take the parameter.
3521
3522         * nnimap.el (nnimap-store-info): New function.
3523         (nnimap-update-info): Store the info for later usage.
3524         (nnimap-request-group): Use the stored info for the dont-check case, so
3525         that we don't retrieve all marks when we enter a group.
3526
3527         * nnimap.el: Use deffoo instead of defun for interface functions.
3528
3529         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3530         update the group info.  This makes the nndraft groups, for instance, go
3531         back to their old behaviour.
3532
3533         * gnus-sum.el (gnus-select-newsgroup): Indent.
3534
3535         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3536         in.
3537         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3538         nothing.
3539
3540         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3541         from methods that are denied.
3542
3543         * gnus-int.el (gnus-method-denied-p): New function.
3544
3545         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3546         store the password instead of netrc.
3547         (nnimap-open-connection): Don't error out when we can't make a
3548         connections.
3549
3550         * auth-source.el (auth-source-create): In the password prompt, say what
3551         we're querying for.  Also prompt for user name if that hasn't been
3552         given.
3553
3554         * nnimap.el (nnimap-with-process-buffer): Remove.
3555
3556 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3557
3558         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3559         method when we're reading from the agent.
3560
3561         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3562
3563         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3564         that's probably most useful for users.
3565
3566         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3567         "failed" all the time.
3568
3569         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3570         ...)) with (with-current-buffer ... ).
3571
3572         * nntp.el (nntp-open-server): Return whether the open was successful or
3573         not.
3574
3575         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3576         select an unread unseen article first.
3577
3578         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3579         /etc/services, supply some sensible port defaults.
3580
3581         * dgnushack.el: Define netrc-credentials.
3582
3583 2010-09-17  Julien Danjou  <julien@danjou.info>
3584
3585         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3586
3587 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3588
3589         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3590         doesn't have any parameters.
3591
3592 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3593
3594         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3595         only upcased checks.
3596
3597         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3598
3599         * nnimap.el (nnimap-open-shell-stream): New function.
3600         (nnimap-open-connection): Use it.
3601         (nnimap-transform-headers): Get the number of lines in each message.
3602         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3603         number of lines.
3604         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3605         problem.
3606
3607         * utf7.el (utf7-encode): Autoload.
3608
3609         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3610         to allow the mail splitting to not return a default group.  This is
3611         useful for nnimap, which will leave unmatched mail in the inbox.
3612
3613         * nnimap.el: Rewritten.
3614
3615         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3616         nnimap usage.
3617
3618         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3619         if the move is internal, so that nnimap can do fast internal moves.
3620
3621         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3622         data.
3623         (gnus-read-active-for-groups): Support finishing the early retrieval of
3624         data.
3625
3626         * gnus-range.el (gnus-range-nconcat): New function.
3627
3628         * gnus-int.el (gnus-finish-retrieve-group-infos)
3629         (gnus-retrieve-group-data-early): New functions.
3630
3631 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3632
3633         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3634         (nnrss-retrieve-groups):
3635         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3636         (pop3-quit): Use with-current-buffer.
3637
3638 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3641         instead of nnheader-accept-process-output.
3642
3643         * dgnushack.el (dgnushack-compile): Add comment.
3644
3645         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3646
3647         * gnus-html.el (gnus-html-schedule-image-fetching)
3648         (gnus-html-prefetch-images): Replace process-kill-without-query by
3649         gnus-set-process-query-on-exit-flag.
3650
3651 2010-09-16  Romain Francoise  <romain@orebokech.com>
3652
3653         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3654
3655 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3656
3657         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3658         parameter to unintern is mandatory-ish in Emacs 24.
3659
3660         * gnus-html.el (gnus-html-schedule-image-fetching)
3661         (gnus-html-prefetch-images): Check for curl before using it.
3662
3663         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3664         depend on curl, which isn't essential.
3665
3666         * imap.el: Revert back to version
3667         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3668         seem problematic.
3669
3670 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3671
3672         * gnus-registry.el (gnus-registry-install-shortcuts):
3673         Explicitly pass `obarray' to `unintern' to avoid a warning.
3674
3675 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676
3677         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3678         change.
3679
3680         * nnrss.el (nnrss-request-list): Remove this function and related
3681         functions, including the moreover stuff.
3682
3683 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3684
3685         * nnrss.el (nnrss-retrieve-groups): New function.
3686
3687 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3688
3689         * .dir-locals.el: Add no-byte-compile cookie.
3690
3691 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3692
3693         * time-date.el (format-seconds): Comment fix.
3694
3695         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3696         for back end that doesn't support request-scan.
3697
3698 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3699
3700         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3701         then do request scans from the backends.
3702
3703         * netrc.el (netrc-credentials): New conveniency function.
3704
3705         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3706         avoid running a hook per line, since this takes a lot of time,
3707         profiling shows.
3708         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3709         directly if gnus-visual-p is true.
3710
3711 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3712
3713         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3714         groups; replace mapcar with dolist which is a bit faster; pass groups
3715         info to gnus-read-active-file-1.
3716         (gnus-read-active-file-1): Scan only specified groups if the new
3717         optional arg `infos' is given.
3718
3719 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3720
3721         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3722
3723         * pop3.el (pop3-movemail): Remove.
3724         (pop3-streaming-movemail): Rename to pop3-movemail.
3725
3726         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3727         don't restrict end-tag searches to the end of the line.
3728
3729 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3730
3731         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3732         articles of every unchecked group to t, which means unknown since the
3733         server has never been opened.
3734
3735 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3736
3737         * gnus-html.el (gnus-html-show-alt-text): New command.
3738         (gnus-html-browse-image): Ditto.
3739         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3740         to browse the image directly.
3741         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3742         better.
3743
3744         * gnus-async.el (gnus-async-article-callback):
3745         Call `gnus-html-prefetch-images' unconditionally.
3746
3747         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3748         before feeding URLs to curl.
3749
3750 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3753         internal images as deletable by `W D D'.
3754
3755         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3756         (gnus-async-article-callback): Fix typo.
3757
3758 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3759
3760         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3761         current line to work around bugs in the output from w3m.
3762
3763         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3764         for groups that want that.
3765
3766         * nntp.el (nntp-wait-for-string): Supply a timeout for
3767         accept-process-output to ensure progress.
3768
3769         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3770         level to get unread articles from, then use that for foreign groups,
3771         too.
3772
3773         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3774         confuses the rest of the function.
3775
3776         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3777         for the methods that support -retrieve-groups, too.
3778
3779         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3780
3781 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3782
3783         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3784         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3785
3786         * pop3.el: Require cl when compiling.
3787         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3788
3789 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3790
3791         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3792         that aren't going to be activated.
3793         (gnus-get-unread-articles): Fix up the last commit.
3794
3795         * gnus-html.el (gnus-article-html): Allow calling without specifying
3796         the handle.  In that case, dissect the buffer first.
3797
3798         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3799
3800         * nnimap.el (nnimap-open-connection): Revert the change that would look
3801         into authinfo for imaps instead of imap.
3802
3803         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3804         say that you don't want to call gnus-request-group with don-check, but
3805         do check the reponse.  This is for virtual groups only.
3806         (gnus-get-unread-articles): Count the archive groups as secondary, so
3807         that they're activated the same way as before.
3808
3809         * imap.el (imap-message-map): Removed optional buffer parameter, since
3810         no callers use it.
3811         (imap-message-get): Ditto.
3812         (imap-message-put): Ditto.
3813         (imap-mailbox-map): Ditto.
3814         (imap-mailbox-put): Ditto.
3815         (imap-mailbox-get): Ditto.
3816         (imap-mailbox-get): Revert last change for this function.
3817
3818         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3819         case-insensitively.
3820         (nnimap-debug): Remove.
3821
3822         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3823         to use `imap-fetch' instead.  According to the comments, this should be
3824         safe, since all other IMAP clients use the 1:* syntax.
3825         (imap-enable-exchange-bug-workaround): Removed.
3826         (imap-debug): Removed -- doesn't seem very useful.
3827
3828         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3829         mail from a file, and the file doesn't exist.
3830
3831         * imap.el (imap-log): New convenience function used throughout instead
3832         of repeating the same code all over the place.
3833
3834         * pop3.el (pop3-streaming-movemail): Return t for success.
3835
3836         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3837         .authinfo if we're using ssl connection.
3838
3839         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3840         already have if we're in a main Gnus `g' run.
3841
3842         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3843
3844 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3845
3846         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3847
3848         * nnmh.el (nnmh-request-list-1): Bind `file'.
3849
3850         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3851         alias to set-process-query-on-exit-flag or process-kill-without-query.
3852         (pop3-open-server): Use it.
3853
3854 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3855
3856         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3857         box to the Incoming file.  Fixes mistake in previous checkin.
3858
3859         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3860         request loop (for debugging purposes) removed.
3861
3862         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3863         culprit is more visible.
3864         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3865         (nnml-add-incremental-nov): New functions to do "incremental" nov
3866         updates, where we just append to the end of the existing nov files
3867         without reading/writing them in full.
3868
3869         * mail-source.el (mail-source-delete-crash-box): Really only check the
3870         incoming files once in a while.
3871
3872         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3873
3874         * mail-source.el (mail-source-delete-crash-box): Only check the
3875         incoming files for deletion once per day to save a lot of file
3876         accesses.
3877
3878         * pop3.el (pop3-logon): Fix up unbound variable typo.
3879
3880         * mail-source.el (pop3-streaming-movemail): Autoload.
3881
3882         * pop3.el (pop3-streaming-movemail):
3883         Respect pop3-leave-mail-on-server.
3884
3885         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3886         retrieval.
3887
3888         * pop3.el (pop3-process-filter): Remove unused function.
3889         (pop3-streaming-movemail, pop3-send-streaming-command)
3890         (pop3-wait-for-messages, pop3-write-to-file)
3891         (pop3-number-of-responses): New functions for streaming pop3
3892         retrieval.
3893
3894         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3895         come from no known methods.
3896         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3897         list.
3898
3899         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3900         message sizes.
3901         (pop3-movemail): Use erase-buffer instead of looping and deleting
3902         regions, which seems rather odd.
3903
3904         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3905         file once per `g' run.
3906
3907         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3908         directories.  This makes the draft queue directory work.
3909
3910         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3911         data from the backends, so that we only request the list of groups from
3912         each method once.  This should speed things up considerably.
3913
3914         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3915         detect that it's not implemented.
3916
3917         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3918         we actually do recurse down into the tree, but don't stat all leaf
3919         nodes.
3920
3921         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3922         then say so instead of bugging out.
3923
3924         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3925         files exist before trying to read them.
3926
3927         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3928         around <pre_int>.
3929
3930         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3931
3932         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3933
3934 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3935
3936         * mm-util.el (mm-image-load-path): Just return the image directories,
3937         not all directories in the path in addition to the image directories.
3938         (mm-image-load-path): Maintain a cache of the image directories so that
3939         the `g' command in Gnus doesn't have to stat dozens of directories each
3940         time.
3941
3942         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3943         (gnus-html-wash-tags): Add a new `i' command to insert images.
3944         (gnus-html-insert-image): New command and keystroke.
3945         (gnus-html-redisplay-with-images): New command and keystroke.
3946         (gnus-html-show-images): Rename command.
3947         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3948         spacers.
3949         (gnus-html-wash-tags): Decode entities at the end, so that entities
3950         inside the tags don't mess up the rest of the "parsing".
3951
3952         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3953         so that nnimap methods aren't agentized by default.  There's apparently
3954         many problems related to agent/imap behaviour.
3955
3956         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3957
3958         * gnus-html.el: Doc fix.
3959
3960 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3961
3962         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3963         specifier-spec-list for Emacs 21.
3964
3965         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3966         glyph-width and glyph-height instead of display-graphic-p and
3967         image-size; make avoidance of displaying small images work for XEmacs.
3968
3969         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3970         for XEmacs.
3971
3972         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3973         of symbol that holds plist data.
3974         (gnus-process-plist): Remove plist of process after getting it.
3975
3976 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3977
3978         * message.el (message-generate-hashcash): Change default to
3979         'opportunistic if hashcash is installed.
3980
3981         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3982         (gnus-html-put-image): Only call image-size once, since it's somewhat
3983         time-consuming on remote X servers.
3984
3985 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3988         type on data, not a file name.
3989
3990         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3991         window-pixel-edges for Emacs 21.
3992
3993         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3994         decoded contents.
3995         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3996
3997 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3998
3999         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4000         group line format, since it isn't very interesting.
4001
4002         * gnus-agent.el (gnus-agent-short-article),
4003         (gnus-agent-long-article): Increase values for these two variables,
4004         since most people are likely to have more network connection and
4005         storage than before.
4006
4007         * gnus.el (gnus-refer-article-method): Change default to 'current.
4008         When referring an article, the common behaviour is to refer it from the
4009         current select method, not the native select method.  The chances of
4010         the native select method having the message in question is rather slim
4011         these days.
4012
4013         * gnus-sum.el (gnus-auto-select-subject): Change default to
4014         `unseen-or-unread'.  I think it's likely that most people want to
4015         select an unseen article over a previously seen, but unread one.
4016
4017         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4018         means that in the article buffer none of the minor mode elements will
4019         be shown, usually, and this is not desirable in most cases.
4020
4021         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4022         that commands like `d' (and the like) go to the next line in the
4023         buffer, instead of the next unread article.  I think this is the
4024         behaviour that is most natural for most users.
4025         (gnus-single-article-buffer): Change default to nil, so that people can
4026         have as many article buffers open as they have summary buffer.  I think
4027         this is the most natural way for the groups to behave.
4028
4029         * message.el (message-generate-new-buffers): Change default to
4030         `unsent', so that all new message buffers start their names with the
4031         string "*unsent", and it's easier to find the buffers if you move from
4032         them.
4033
4034 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4035
4036         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4037         small.  They're probably tracking images.
4038         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4039         (gnus-html-rescale-image): Yet another try at getting the image sizing
4040         right.
4041
4042         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4043         nntp-marks-file-name is nil.
4044
4045 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4046
4047         * gnus-html.el (gnus-html-wash-tags)
4048         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4049         Better logging.
4050
4051 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4052
4053         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4054
4055         * gnus-html.el (gnus-html-wash-tags): Check the value of
4056         gnus-blocked-images in the summary buffer.
4057
4058 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4059
4060         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4061
4062 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4063
4064         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4065         like "a", it seems like.
4066         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4067         since it needs to be picked from the correct buffer.
4068
4069         * nnwfm.el: Remove.
4070
4071         * nnlistserv.el: Remove.
4072
4073 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4074
4075         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4076         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4077
4078 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4079
4080         * nnkiboze.el: Remove.
4081
4082         * nndb.el: Remove.
4083
4084         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4085         alt text.
4086         (gnus-html-rescale-image): Try to get the rescaling logic right for
4087         images that are just wide and not tall.
4088
4089         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4090         overshadow variable bindings.
4091
4092 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4093
4094         * gnus-html.el (gnus-html-wash-tags)
4095         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4096         Add extra logging.
4097
4098 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4099
4100         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4101         (gnus-max-image-proportion): New variable.
4102         (gnus-html-rescale-image): New function.
4103         (gnus-html-put-image): Rescale images.
4104
4105 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4106
4107         Fix up some byte-compiler warnings.
4108         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4109         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4110         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4111         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4112         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4113         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4114         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4115
4116 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4117
4118         * gnus-html.el (gnus-article-html): Decode contents by charset.
4119
4120 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4121
4122         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4123         (gnus-html-frame-width, gnus-blocked-images)
4124         * message.el (message-prune-recipient-rules): Add custom version.
4125         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4126
4127         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4128         functions.
4129
4130         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4131         gnus-process-get.
4132
4133 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4134
4135         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4136         instead of lsub directly.
4137
4138 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4139
4140         * nnwarchive.el: Remove.
4141
4142         * gnus-soup.el: Remove.
4143
4144         * nnsoup.el: Remove.
4145
4146         * nnultimate.el: Remove.
4147
4148         * gnus-html.el (gnus-blocked-images): New variable.
4149
4150         * message.el (message-prune-recipients): New function.
4151         (message-prune-recipient-rules): New variable.
4152
4153         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4154         guess whether a long line is natural text or not.
4155
4156         * gnus-html.el (gnus-html-schedule-image-fetching):
4157         Use gnus-process-plist and friends for compatibility.
4158
4159 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4160
4161         * gnus-html.el: Require packages that define macros used in this file.
4162         (gnus-article-mouse-face): Declare to silence byte-compiler.
4163         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4164         process-get.
4165         (gnus-html-put-image): Use plist-get to avoid getf.
4166         (gnus-html-prefetch-images): Use with-current-buffer.
4167
4168 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * gnus-ems.el: Provide compatibility functions for
4171         gnus-set-process-plist.
4172
4173         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4174         header-line-format for XEmacs 21.4.
4175
4176         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4177         * gnus.el (gnus-valid-select-methods)
4178         * message.el (message-send-mail-partially-limit)
4179         * mm-decode.el (mm-text-html-renderer)
4180         * mml.el (mml-insert-mime-headers-always)
4181         * smiley.el (smiley-regexp-alist): Bump custom version.
4182
4183 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4184
4185         * gnus-html.el: require mm-url.
4186         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4187         with the url to `url'.
4188         (gnus-html-wash-tags): Support cid: URLs/images.
4189
4190 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4191
4192         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4193         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4194         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4195
4196         * gnus-move.el: Remove file, since it doesn't really work.
4197
4198         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4199         UTF-8.  This seems to fix problems with some German web feeds.
4200
4201         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4202         at the top so that the proper colours are applied.
4203
4204         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4205         don't have dots in their names.
4206
4207         * gnus-art.el (gnus-article-view-part): Doc fix.
4208
4209         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4210         XEmacs-compatible.
4211         (gnus-html-put-image): Don't do images on non-graphic displays.
4212
4213         * nnslashdot.el: Remove this unused backend.
4214
4215         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4216         actions.
4217         (gnus-undo-register-1): Revert last change.
4218
4219         * gnus-group.el (gnus-group-completing-read): Protect against not
4220         having completion-styles bound.
4221
4222         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4223         make broken recipients happier.
4224
4225         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4226
4227         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4228         point parameter.
4229
4230         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4231
4232         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4233         completion-styles for group selection.
4234
4235 2009-02-04  Andreas Schwab  <schwab@suse.de>
4236
4237         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4238         headers and regexp-quote the match if necessary.
4239
4240 2009-03-24  Miles Bader  <miles@gnu.org>
4241
4242         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4243         the blinking smiley.
4244
4245 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4246
4247         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4248         blink smiley.
4249
4250 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4251
4252         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4253         where the dribbel file lives exists.
4254
4255         * message.el (message-send-mail-partially-limit): Change the default to
4256         nil, since most people don't want this.
4257
4258         * mm-url.el (mm-url-decode-entities): Also decode entities like
4259         &#x3212.
4260
4261 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4262
4263         * gnus-sum.el (gnus-summary-idna-message):
4264         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4265         Hyperlink urls in docstrings with URL `...'.
4266
4267 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4268
4269         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4270         functions.
4271
4272 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4273
4274         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4275         say what the mouseover text should be.
4276
4277         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4278         version of the mm-w3m-safe-url-regexp variable to only download images
4279         in the groups where we want that to happen.
4280
4281         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4282
4283         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4284         easier debugging.
4285         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4286         big pictures in the article buffer.
4287
4288         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4289         gnus-article-html.
4290         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4291         w3m.
4292
4293         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4294
4295 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4296
4297         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4298         which doesn't exist.
4299
4300         * message.el (message-inhibit-ecomplete): New variable to allow some
4301         function to inhibit ecomplete address storage.
4302         (message-resend): Disable ecomplete message storage when resending
4303         messages.
4304
4305         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4306
4307 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4310         Save excursion while copying, moving, and deleting articles in order to
4311         prevent the cursor from jumping to unforeseen place.
4312
4313 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * lpath.el: No need to bind bookmark-current-buffer,
4316         bookmark-yank-point and bookmark-make-record-function.
4317
4318 2010-08-17  Glenn Morris  <rgm@gnu.org>
4319
4320         * gnus-sync.el: Require gnus components whose functions are used.
4321
4322         * gnus-art.el (bookmark-make-record-function):
4323         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4324         Declare for compiler.
4325
4326         * mm-url.el (mml-compute-boundary): Autoload.
4327
4328 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4329
4330         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4331
4332 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4333
4334         Typo fix "hoo4a" -> "hook".
4335
4336         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4337
4338 2010-08-14  Glenn Morris  <rgm@gnu.org>
4339
4340         * gnus-sync.el (gnus-sync): Fix defgroup version.
4341
4342 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4343
4344         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4345
4346         * gnus-sync.el: Fix docs.
4347         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4348         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4349
4350 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4351
4352         Optimizations for gnus-sync.el.
4353
4354         * gnus-sync.el: Add docs about gnus-sync-backend
4355         possibilities.
4356         (gnus-sync-save): Remove unnecessary message.
4357         (gnus-sync-read): Optimize and show what groups were skipped.
4358
4359 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4360
4361         Minor bug fixes for gnus-sync.el.
4362
4363         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4364         Don't read the sync on get-new-news.
4365
4366         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4367         quiet.
4368
4369         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4370         (fix typo).
4371
4372 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4373
4374         Make saving and restoring of hidden threads work with overlays.
4375         Patch applied by Ted Zlatanov.
4376
4377         * gnus-sum.el (gnus-hidden-threads-configuration)
4378         (gnus-restore-hidden-threads-configuration): Update to deal with text
4379         properties, rather than searching for a magic character.
4380
4381 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4382
4383         New gnus-sync.el library for synchronization of marks.
4384
4385         * gnus-sync.el: New library for synchronization of marks.
4386
4387         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4388         renamed from `gnus-registry-grep-in-list'.
4389
4390         * gnus-registry.el (gnus-registry-follow-group-p):
4391         Use `gnus-grep-in-list'.
4392
4393         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4394
4395 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4398         determining charset of text fails.
4399
4400 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * nnmail.el (nnmail-get-new-mail-1): Revert.
4403
4404         * nnml.el (nnml-active-number): Make sure names of newly created groups
4405         in nnml-group-alist are encoded.
4406
4407 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4410         containing non-ASCII characters in active file for nnml back end.
4411
4412 2010-07-24  David Engster  <dengste@eml.cc>
4413
4414         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4415         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4416
4417 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4418
4419         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4420         tag (Bug#6654).
4421
4422 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4425         the article buffer, not the summary buffer.
4426
4427 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4430         Emacs 23 as well.
4431
4432 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4433
4434         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4435         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4436
4437 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4438
4439         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4440         Patch applied by Karl Fogel.
4441
4442         * gnus-sum.el (gnus-summary-bookmark-make-record):
4443         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4444
4445 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4446
4447         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4448         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4449         C-w still not working correctly from Article buffers; Thierry's
4450         patch to fix that will be applied after this.
4451
4452         * gnus-art.el (bookmark-make-record-function): New local variable.
4453
4454         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4455         article buffer.
4456         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4457
4458 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4459
4460         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4461         on changes in bookmark.el.
4462
4463 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4466         `no-log' instead of message not to log prompt string.
4467
4468 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4469
4470         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4471         the *other* type of HTML form submission.
4472
4473 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4474
4475         * auth-source.el (auth-source-pick): If choice does not contain a
4476         questioned keyword, set the check to t.
4477
4478 2010-06-12  Romain Francoise  <romain@orebokech.com>
4479
4480         * gnus-util.el (gnus-date-get-time): Move up before first use.
4481
4482 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4483
4484         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4485         (gnus-article-edit-part): Bind it to make last part that is substituted
4486         or deleted visible.
4487         (gnus-mime-display-single): Buttonize part of which id equals to
4488         gnus-mime-buttonized-part-id.
4489
4490 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4491
4492         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4493         (gnus-dd-mmm): Use gnus-date-get-time.
4494         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4495         simplify logic.
4496         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4497         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4498
4499 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4500
4501         * auth-source.el (top): Autoload `secrets-list-collections',
4502         `secrets-create-item', `secrets-delete-item'.
4503         (auth-sources): Fix tag string.
4504         (auth-get-source, auth-source-retrieve, auth-source-create)
4505         (auth-source-delete): New defuns.
4506         (auth-source-pick): Rewrite in order to avoid 2 passes.
4507         (auth-source-forget-user-or-password): New parameter USERNAME.
4508         (auth-source-user-or-password): New parameters CREATE-MISSING and
4509         DELETE-EXISTING.  Retrieve password interactively, if needed.
4510
4511 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4512
4513         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4514         deleting unused directories when gnus-expert-user is t.
4515
4516 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4519         for each temp file when gnus-article-browse-delete-temp is ask.
4520
4521 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4522
4523         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4524         Lisp calls to delete-backward-char by calls to delete-char.
4525
4526 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4527
4528         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4529
4530 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4531
4532         * password-cache.el (password-cache-remove): Fix docstring.
4533
4534 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4537         article unless decoding article to be saved.
4538
4539 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4540
4541         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4542         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4543         generated within the mm-with-unibyte-current-buffer macro.
4544
4545 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4548         to nil when we're in a mml-preview buffer and no group is selected.
4549
4550 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4551
4552         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4553         when catching the `C-g'.  Reported by "Leo".
4554
4555 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4556
4557         * message.el (message-forward-make-body-plain)
4558         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4559         multibyte-string-p.
4560
4561         * lpath.el: Revert.
4562
4563 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4564
4565         * message.el (message-forward-make-body-mml): Assume original message
4566         is multibyte string; error on unibyte.
4567         (message-forward-make-body-plain): Ditto; don't add excessive newline
4568         in body end.
4569
4570         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4571
4572 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4573
4574         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4575         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4576
4577 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * mm-extern.el (mm-extern-url): Don't use
4580         mm-with-unibyte-current-buffer.
4581         (mm-extern-cache-contents): Use with-current-buffer instead of
4582         save-excursion + set-buffer.
4583
4584 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * mm-util.el (mm-emacs-mule): Remove.
4587
4588 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4589
4590         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4591         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4592         change.
4593
4594 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4597         bind the default value of enable-multibyte-characters to nil.
4598
4599 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * message.el (message-forward-make-body-plain)
4602         (message-forward-make-body-mml):
4603         Don't use mm-with-unibyte-current-buffer.
4604
4605 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4606
4607         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4608
4609 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4610
4611         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4612         (Bug#5592).
4613
4614 2010-05-07  Julien Danjou  <julien@danjou.info>
4615
4616         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4617         it to mm-pipe-part.
4618
4619         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4620         it is given.
4621
4622 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * binhex.el (binhex-decode-region-internal)
4625         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4626         (dns-query)
4627         * nnweb.el (nnweb-gmane-search)
4628         * pgg-parse.el (pgg-parse-armor)
4629         * pgg.el (pgg-verify-region)
4630         * sha1.el (sha1-string-external)
4631         * uudecode.el (uudecode-decode-region-internal)
4632         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4633         XEmacs.
4634
4635         * gnus-art.el (gnus-article-browse-html-parts)
4636         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4637         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4638         make-temp-file.
4639
4640         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4641         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4642         compiling.
4643
4644         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4645         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4646         XEmacs when compiling.
4647
4648         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4649         gnus-pick-mode-off-hook for XEmacs when compiling.
4650         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4651         gnus-binary-mode-off-hook for XEmacs when compiling.
4652
4653         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4654         Return nil if char-charset is not available.
4655
4656         * imap.el (imap-disable-multibyte)
4657         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4658         macros.
4659
4660         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4661         instead of encode-coding-string.
4662
4663         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4664         'xemacs) instead of mm-emacs-mule to switch function definitions.
4665         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4666
4667         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4668         bind temporary-file-directory for XEmacs;
4669         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4670         timer-set-function for XEmacs 21.4 and SXEmacs;
4671         bind timer-list for XEmacs 21.4 and SXEmacs;
4672         fbind char-charset and find-charset-region for non-Mule XEmacs;
4673         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4674         encode-coding-region and encode-coding-string for XEmacs having no
4675         file-coding feature.
4676
4677 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4678
4679         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4680
4681 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4684         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4685
4686 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4687
4688         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4689         alias `jka-compr-delete-temp-file' no longer exists.
4690
4691 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4692
4693         Use define-minor-mode in Gnus where applicable.
4694         * mml.el (mml-mode): Use define-minor-mode.
4695         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4696         (gnus-undo-mode): Use define-minor-mode.
4697         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4698         (gnus-dead-summary-mode): Use define-minor-mode.
4699         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4700         Initialize in declaration.
4701         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4702         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4703         (gnus-mailing-list-mode): Use define-minor-mode.
4704         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4705         (gnus-draft-mode): Use define-minor-mode.
4706         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4707         (gnus-dired-mode): Use define-minor-mode.
4708
4709 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4710
4711         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4712         handles on recursive mml-to-mime translation and check them for
4713         boundary delimiter collisions.  Reported by Greg Troxel.
4714
4715 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4716
4717         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4718
4719 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4720
4721         * mm-util.el (mm-find-buffer-file-coding-system):
4722         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4723
4724 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4725
4726         * message.el (message-generate-headers): Record insertion of optional
4727         headers as well.  Otherwise the check to prevent repeated insertion of
4728         optional headers is a no-op.
4729
4730 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4731
4732         * smime.el: Don't mention CVS.
4733
4734         * nnrss.el (nnrss-fetch): Don't mention CVS.
4735
4736         * nnir.el: Don't mention CVS.
4737
4738 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4739
4740         * gnus-sum.el (gnus-summary-bookmark-make-record):
4741         Add `location' field.
4742
4743 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * lpath.el: Fbind bookmark-default-handler,
4746         bookmark-get-bookmark-record, bookmark-make-record-default,
4747         bookmark-prop-get for Emacs <23 and XEmacs.
4748
4749 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4750
4751         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4752         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4753         Use with-current-buffer to silence the byte-compiler.
4754         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4755         bother to require `gnus'.
4756         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4757
4758 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4759
4760         * gnus-sum.el (gnus-summary-bookmark-make-record)
4761         (gnus-summary-bookmark-jump): New functions.
4762         (gnus-summary-mode): Setup bookmark support.
4763
4764 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4765
4766         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4767         if set.
4768
4769 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4770
4771         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4772         gnus-article-browse-html-save-cid-image; make it work recursively for
4773         forwarded messages as well.
4774         (gnus-article-browse-html-parts): Work when prefix arg is given.
4775         (gnus-article-browse-html-article): Doc fix.
4776
4777 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4778
4779         * message.el (message-default-mail-headers):
4780         (message-default-headers): Carry the value mail-default-headers over
4781         into message-default-mail-headers, rather than message-default-headers.
4782
4783 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4784
4785         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4786         charset.
4787
4788         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4789         charset into the <meta> tag when the article is encoded to utf-8.
4790
4791 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * gnus-art.el (gnus-article-browse-delete-temp-files):
4794         Delete directories as well.
4795         (gnus-article-browse-html-parts): Work for images that do not specify
4796         file names; delete temp directory when quitting; insert header at the
4797         right place; use file: scheme for image files.
4798
4799 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4800
4801         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4802         (gnus-article-browse-html-parts): Use it to make temporary cid image
4803         files in addition to html file so that browser may display them.
4804
4805 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4808
4809 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4810
4811         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4812
4813 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4814
4815         * auth-source.el (auth-sources): Change default to be simpler.
4816         Explain about Secret Service API sources.  Improve Customize options.
4817         (auth-source-pick): Change to accept any number of search parameters.
4818         Implement fallbacks iteratively, not recursively.  Add scoring on the
4819         second pass and sort by score.  Call Secret Service API when needed.
4820         (auth-source-user-or-password): Use it.  Call Secret Service API
4821         directly when needed to get the user name and the password.
4822
4823 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4824
4825         * message.el (message-interactive): Doc fix.
4826         (message-qmail-inject-args): Reflow.
4827         (message-kill-to-signature): Fix typo in docstring.
4828
4829         * smiley.el (smiley-buffer): Fix typo in docstring.
4830
4831 2010-03-24  Glenn Morris  <rgm@gnu.org>
4832
4833         * mail-source.el (gnus-message): Declare.
4834         (mail-source-delete-old-incoming): Require gnus-util.
4835
4836 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4839
4840         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4841
4842         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4843         password-cache's default if it is not bound.
4844         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4845         password-cache-expiry's default if it is not bound.
4846
4847         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4848         available in Emacs 21.
4849
4850         * lpath.el: Suppress compiler warnings for:
4851         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4852         XEmacs;
4853         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4854         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4855         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4856
4857 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4858
4859         * auth-source.el (auth-sources): Fix up definition so extra parameters
4860         are always inline.
4861
4862 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4863
4864         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4865         wasn't updated after mismatch.  Clear cached mailbox info correctly
4866         when uidvalidity changes.
4867         (nnimap-group-prefixed-name): New function to avoid some code
4868         duplication.
4869         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4870         (nnimap-request-group): Use it.
4871         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4872         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4873         with many imap folders.  This is done by caching the group status from
4874         the imap server persistently in a group parameter `imap-status'.  (This
4875         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4876         but not persistently, so every Gnus startup was still very slow.)
4877
4878 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4879
4880         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4881         delete the extra newline.  Otherwise editing of :string and :number
4882         types don't work.
4883
4884 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4885
4886         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4887         secrets.el dependency.
4888         (auth-sources): Add optional user name.  Add secrets.el configuration
4889         choice (unused right now).
4890
4891 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4892
4893         * gnus-sum.el (gnus-summary-make-menu-bar):
4894         Let `gnus-registry-install-shortcuts' fill in the functions.
4895
4896         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4897         warnings.
4898         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4899         (gnus-registry-install-shortcuts): Populate and use it in a
4900         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4901
4902 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4903
4904         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4905         In-place substitutions for the group name encoding/decoding.
4906         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4907         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4908         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4909         (nnimap-update-unseen, nnimap-request-list)
4910         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4911         (nnimap-request-set-mark, nnimap-split-to-groups)
4912         (nnimap-split-articles, nnimap-request-newgroups)
4913         (nnimap-request-create-group, nnimap-request-accept-article)
4914         (nnimap-request-delete-group, nnimap-request-rename-group)
4915         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4916         `encoded-mbx' for consistency.
4917         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4918         variable `imap-current-mailbox'.
4919
4920         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4921         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4922
4923 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4924
4925         * pop3.el (pop3-display-message-size-flag): Display message size byte
4926         counts during POP3 download.
4927         (pop3-movemail): Use it.
4928         (pop3-list): Implement listing of available messages.
4929
4930 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4931
4932         * nnir.el (nnir-get-article-nov-override-function): New function to
4933         override the normal NOV retrieval.
4934         (nnir-retrieve-headers): Use it.
4935
4936 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4937
4938         * auth-source.el (netrc-machine-user-or-password): Autoload.
4939
4940 2010-03-19  Glenn Morris  <rgm@gnu.org>
4941
4942         Stop message.el from loading about 40 libraries it doesn't always need.
4943         The general approach is to autoload rather than require, and to
4944         require in the specific functions rather than the file.  (Bug#5642)
4945
4946         * gmm-utils.el: Don't require wid-edit.
4947         (widget-create-child-value, widget-convert, widget-default-get):
4948         Autoload.
4949
4950         * gnus-util.el: Don't require time-date, netrc.
4951         (message-fetch-field, gnus-group-name-decode): Declare rather than
4952         autoloading.
4953         (gnus-fetch-field): Require message.
4954         (gnus-decode-newsgroups): Require gnus-group.
4955
4956         * ietf-drums.el: Don't require time-date.
4957
4958         * message.el: Don't require hashcash, canlock, ecomplete.
4959         Do require mail-utils.  Require nnheader only when compiling.
4960         (smtpmail-default-smtp-server): Remove declaration.
4961         (message-send-mail-function): Check smtpmail-default-smtp-server
4962         is bound rather than requiring smtpmail.
4963         (message-auto-save-directory, message-insert-signature):
4964         Use expand-file-name rather than nnheader-concat.
4965         (nnheader-insert-file-contents): Autoload.
4966         (hashcash-wait-async): Declare.
4967         (message-send-mail): Only call gnus-setup-posting-charset if
4968         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4969         (message-send-mail-with-sendmail): Require sendmail.
4970         (canlock-password, canlock-password-for-verify): Declare.
4971         (message-canlock-password): Require canlock.
4972         (nnheader-get-report): Autoload.
4973         (gnus-setup-posting-charset): Declare.
4974         (message-send-news): Require gnus-msg.
4975         (message-make-references, message-make-in-reply-to): Use mail-header-id
4976         rather than the alias mail-header-message-id.
4977         (ecomplete-add-item, ecomplete-save): Declare.
4978         (message-put-addresses-in-ecomplete): Require ecomplete.
4979         (ecomplete-display-matches): Autoload.
4980
4981         * mm-decode.el: Don't require mailcap, gnus-util.
4982         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4983         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4984         Autoload.
4985         (mailcap-mime-extensions): Declare.
4986
4987         * mm-encode.el: Don't require mailcap.
4988         (mailcap-extension-to-mime): Autoload.
4989
4990         * mml-sec.el: Don't require password-cache.
4991
4992         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4993         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4994         (mml-minibuffer-read-type): Require mailcap.
4995         (mml-preview): Require gnus-msg.
4996
4997         * mml1991.el: Require password-cache.
4998         (password-cache-expiry): Remove declaration.
4999
5000         * mml2015.el: Require password-cache.
5001         (password-cache-expiry): Remove declaration.
5002
5003         * nneething.el (mailcap): Require mailcap.
5004
5005         * nnheader.el (declare-function): Add compatibility stub.
5006         (message-remove-header): Declare rather than autoload.
5007         (nnheader-replace-header): Require message.
5008
5009         * nnimap.el (declare-function): Add compatibility stub.
5010         (netrc-parse, netrc-machine-user-or-password): Declare.
5011         (nnimap-open-connection): Require netrc.
5012
5013         * nntp.el (declare-function): Add compatibility stub.
5014         (netrc-parse, netrc-machine, netrc-get): Declare.
5015         (nntp-send-authinfo): Require netrc.
5016
5017         * rfc2047.el: Don't require qp.
5018         (quoted-printable-encode-region, quoted-printable-decode-string):
5019         Autoload.
5020
5021         * sieve-mode.el: Don't require easymenu.
5022         (easy-menu-add-item): Autoload it.
5023
5024         * spam-stat.el (time-to-number-of-days): Autoload it.
5025
5026 2010-03-19  Glenn Morris  <rgm@gnu.org>
5027
5028         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5029
5030 2010-03-18  Glenn Morris  <rgm@gnu.org>
5031
5032         * hashcash.el (declare-function): Remove duplicate definition.
5033
5034 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5035
5036         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5037         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5038         value if any backslash escapes).
5039
5040 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5041
5042         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5043         if it is available.  (bug#5647)
5044
5045         * lpath.el: Suppress compiler warning for coding-system-from-name for
5046         Emacs 21 and XEmacs.
5047
5048 2010-03-14  Juri Linkov  <juri@jurta.org>
5049
5050         * hmac-def.el:
5051         * hmac-md5.el:
5052         * netrc.el: Fix keywords.
5053
5054 2010-02-26  Glenn Morris  <rgm@gnu.org>
5055
5056         * message.el (message-send-mail-function): Change the default, so that
5057         it inherits from a customized send-mail-function.  (Bug#5643)
5058
5059 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5060
5061         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5062         shell-command-to-string signals an error (bug#5299).
5063
5064 2010-02-24  Glenn Morris  <rgm@gnu.org>
5065
5066         * message.el (message-smtpmail-send-it)
5067         (message-send-mail-with-mailclient): Doc fixes.
5068
5069 2010-02-16  Glenn Morris  <rgm@gnu.org>
5070
5071         * message.el (message-default-mail-headers): Change the default value
5072         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5073
5074 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5075
5076         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5077         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5078
5079 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5080
5081         * time-date.el (date-to-time): Doc fix (Bug#5408).
5082
5083 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5084
5085         * message.el (message-mail): Just pass yank-action on to message-setup.
5086         (message-setup): Handle (FUN . ARGS) form of yank-action.
5087         (message-with-reply-buffer, message-widen-reply)
5088         (message-yank-original): Handle non-buffer values of
5089         message-reply-buffer (Bug#4080).
5090         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5091
5092 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5093
5094         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5095         Fix typo in docstring.
5096
5097 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5098
5099         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5100         response.
5101
5102 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5105
5106         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5107
5108         * message.el (message-check-news-header-syntax): Protect against a
5109         string that `rfc822-addresses' returns when parsing fails.
5110
5111 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5112
5113         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5114         (gnus-previous-char-property-change): New functions.
5115
5116         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5117
5118 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5119
5120         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5121         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5122
5123 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5124
5125         * message.el (message-exchange-point-and-mark): Rework last change to
5126         avoid using optional arg of exchange-point-and-mark, for backward
5127         compatibility.
5128
5129 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5130
5131         * message.el (message-exchange-point-and-mark):
5132         Call exchange-point-and-mark with an argument rather than setting
5133         mark-active by hand (Bug#5175).
5134
5135 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * nntp.el (nntp-service-to-port): Work for service expressed with
5138         numeric string; replace [:digit:] with [0-9] for XEmacs.
5139
5140 2009-12-17  Glenn Morris  <rgm@gnu.org>
5141
5142         * gnus-group.el (gnus-bug-group-download-format-alist):
5143         Change emacs entry to debbugs.gnu.org.  Bump :version.
5144
5145 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5146
5147         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5148
5149 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5150
5151         * message.el (message-info): Explain why we use `Info-goto-node'.
5152
5153 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5156
5157 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5158
5159         * message.el (message-completion-in-region): New compatibility function.
5160         (message-expand-group): Use it.
5161
5162 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5165         with no unread article should be listed if the 2nd arg `predicate' is
5166         given.
5167
5168 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5171
5172 2009-11-29  Juri Linkov  <juri@jurta.org>
5173
5174         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5175         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5176         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5177
5178 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5179
5180         * sha1.el (sha1-string-external): default-directory "/" in case
5181         otherwise non-existent.  process-connection-type pipe for touch of
5182         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5183
5184 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5185
5186         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5187         it's comms related and sgml-mode.el has "comm" on that basis too.
5188
5189 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5192         containing tspecial characters if they have been already quoted.
5193
5194 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5195
5196         * dns-mode.el (auto-mode-alist): Purecopy string.
5197
5198 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5199
5200         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5201
5202 2009-10-24  Glenn Morris  <rgm@gnu.org>
5203
5204         * gnus-art.el (help-xref-stack-item): Define for compiler.
5205
5206 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5207
5208         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5209
5210 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5213
5214 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5215
5216         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5217         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5218
5219 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5220
5221         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5222         (gnus-overlays-in): New alias to overlays-in.
5223
5224         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5225         gnus-overlay-get, and gnus-delete-overlay.
5226         (gnus-summary-show-thread): Make it work as well for systems in which
5227         next-single-char-property-change is not available.
5228         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5229
5230         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5231         (gnus-overlay-get): New alias to extent-property.
5232         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5233
5234         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5235         SXEmacs.
5236
5237         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5238         SXEmacs.
5239
5240 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5241
5242         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5243
5244 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5245
5246         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5247         and XEmacs that don't have `remove-overlays'.
5248
5249 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5250
5251         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5252         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5253         selective display.  Use overlays instead.
5254
5255 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5256
5257         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5258
5259 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5260
5261         * spam-stat.el (spam-stat-load): Fix typo in message.
5262
5263 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5264
5265         * dig.el (dig-invoke): Fix typo in docstring.
5266         (query-dig): Reflow docstring.
5267
5268 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5269
5270         * gnus-art.el (gnus-article-encrypt-body):
5271         * message.el (message-check-recipients):
5272         * mm-util.el (mm-codepage-setup):
5273         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5274         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5275
5276 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5277
5278         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5279         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5280         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5281         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5282         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5283
5284 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5285
5286         * dig.el: Add "Keywords: comm", as per net-utils.el.
5287
5288 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5289
5290         * dig.el (dig-mode): Use define-derived-mode.
5291
5292 2009-09-19  Glenn Morris  <rgm@gnu.org>
5293
5294         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5295
5296 2009-09-18  Glenn Morris  <rgm@gnu.org>
5297
5298         * gnus-diary.el (gnus-diary-check-message):
5299         * message.el (message-insert-formatted-citation-line):
5300         * nnbabyl.el (top-level):
5301         * nndiary.el (nndiary-schedule):
5302         Fix typos in condition-case handlers.
5303
5304 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5307         configuration that provides the sole article window in a frame;
5308         position point correctly after deleting a part.
5309
5310 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5311
5312         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5313         (spam-resolve-registrations-routine): Use it to unregister articles
5314         that change status.
5315
5316 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5317
5318         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5319         with XEmacs.
5320         (parse-time-string-chars): Use it.
5321
5322 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5323
5324         * imap.el (imap-interactive-login): Better messages.
5325         (imap-open): Fix bug with renamed buffer on reconnect.
5326         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5327         for easier debugging and cleaner code.  On successful (guessed based on
5328         server capabilities) secondary authentication, set imap-state
5329         correctly.
5330         (imap-last-authenticator): Define imap-last-authenticator as a variable
5331         to avoid warnings.
5332
5333 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * nnrss.el (nnrss-request-article): Remove binding of
5336         default-enable-multibyte-characters that has gotten needless by
5337         the 2007-07-13 change in rfc2047-encode-message-header.
5338
5339         * mml.el (mml-insert-multipart): Error on the message header.
5340         (mml-insert-part): Error on the message header; position point at
5341         the end of a MIME tag.
5342
5343 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * time-date.el (autoload): Expand define-obsolete-function-alias into
5346         defalias and make-obsolete for old Emacsen that Gnus supports.
5347         (with-no-warnings): Define it for old Emacsen.
5348         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5349         is available.
5350         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5351         float-time is available; suppress compile warning for time-to-seconds.
5352
5353         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5354         (gnus-float-time): Alias to float-time if it exists.
5355
5356         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5357         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5358         float-time is available; suppress compile warning for time-to-seconds.
5359
5360         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5361         XEmacs.
5362
5363 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5364
5365         * imap.el (imap-message-map): Docstring fix.
5366
5367 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5368
5369         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5370         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5371         Add the optional argument `encoding' that overrides the default.
5372
5373         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5374         mm-encode-buffer.
5375
5376 2009-09-04  Glenn Morris  <rgm@gnu.org>
5377
5378         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5379         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5380         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5381         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5382         * mm-util.el (mm-with-unibyte-current-buffer)
5383         (mm-find-buffer-file-coding-system):
5384         * yenc.el (yenc-decode-region): Use default-value rather than
5385         default-enable-multibyte-characters.
5386
5387 2009-09-03  Glenn Morris  <rgm@gnu.org>
5388
5389         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5390         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5391         than default-enable-multibyte-characters.
5392
5393 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5394
5395         * gnus-art.el (gnus-article-read-summary-keys):
5396         Fix gnus-buffer-configuration's value temporarily used.
5397
5398 2009-09-02  Glenn Morris  <rgm@gnu.org>
5399
5400         * gnus-util.el (gnus-float-time): New function.
5401         * gnus-delay.el (gnus-delay-article):
5402         * gnus-sum.el (gnus-thread-latest-date):
5403         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5404         * nnspool.el (nnspool-request-newgroups):
5405         Use gnus-float-time rather than time-to-seconds.
5406         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5407
5408         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5409         (gnus-header-subject-face, gnus-header-newsgroups-face)
5410         (gnus-header-name-face, gnus-header-content-face):
5411         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5412         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5413         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5414         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5415         (gnus-cite-face-11):
5416         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5417         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5418         (gnus-server-closed-face, gnus-server-denied-face)
5419         (gnus-server-offline-face):
5420         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5421         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5422         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5423         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5424         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5425         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5426         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5427         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5428         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5429         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5430         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5431         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5432         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5433         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5434         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5435         (gnus-summary-high-undownloaded-face)
5436         (gnus-summary-low-undownloaded-face)
5437         (gnus-summary-normal-undownloaded-face)
5438         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5439         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5440         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5441         (gnus-splash-face):
5442         * message.el (message-header-to-face, message-header-cc-face)
5443         (message-header-subject-face, message-header-newsgroups-face)
5444         (message-header-other-face, message-header-name-face)
5445         (message-header-xheader-face, message-separator-face)
5446         (message-cited-text-face, message-mml-face):
5447         * sieve-mode.el (sieve-control-commands-face)
5448         (sieve-action-commands-face, sieve-test-commands-face)
5449         (sieve-tagged-arguments-face):
5450         * spam.el (spam-face):
5451         Mark face aliases with "-face" in the name as obsolete.
5452
5453 2009-09-01  Glenn Morris  <rgm@gnu.org>
5454
5455         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5456         than goto-line.
5457
5458 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5461         Don't move point if the command is invoked inside the message header.
5462
5463 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5464
5465         * imap.el (imap-send-command): Simplify.
5466         (imap-wait-for-tag): point-max -> buffer-size.
5467
5468 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5469
5470         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5471         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5472         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5473         * nnir.el (nnir-swish-e-index-file):
5474         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5475         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5476         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5477         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5478         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5479         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5480
5481 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5484         Don't save excursion.
5485
5486 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5487
5488         * nnheader.el (nnheader-find-file-noselect):
5489         * mm-util.el (mm-insert-file-contents):
5490         Use (default-value 'major-mode) instead of default-major-mode.
5491
5492 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5493
5494         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5495
5496 2009-08-26  Glenn Morris  <rgm@gnu.org>
5497
5498         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5499         than placing in files.el.
5500
5501 2009-08-25  Glenn Morris  <rgm@gnu.org>
5502
5503         * nnir.el (top-level): Don't require cl at run-time.
5504         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5505         Replace cl-function substitute with gnus-replace-in-string.
5506         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5507         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5508         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5509         simplified expansions.
5510
5511 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5512
5513         * dig.el (dig): Add autoload cookie.
5514
5515 2009-08-22  Glenn Morris  <rgm@gnu.org>
5516
5517         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5518         goto-line.
5519
5520 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5521
5522         * parse-time.el (parse-time-string-chars): Save match data.
5523
5524 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5525
5526         * parse-time.el (parse-time-string-chars): Compute using character
5527         classes, to handle non-ascii characters (Bug#3190).
5528
5529 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5532
5533         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5534         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5535         (gnus-mm-display-part, gnus-mime-display-single)
5536         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5537         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5538
5539         * gnus-sum.el
5540         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5541         (gnus-summary-move-article): Add expirable mark to articles copied or
5542         moved to group that has auto-expire turned on if the option is non-nil.
5543
5544 2009-07-24  Glenn Morris  <rgm@gnu.org>
5545
5546         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5547         Fix typo.  (Bug#3903)
5548
5549 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5552         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5553         that should not be used for draft articles.
5554         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5555         that has no concern in minor mode keys.
5556         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5557         Abolish.
5558
5559 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5562         article without making inquiry to a user for unknown encoding.
5563
5564         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5565         (nnmaildir--scan): Assume i-node and device number that file-attributes
5566         returns might be cons-cell.
5567
5568         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5569
5570         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5571
5572 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5573
5574         * auth-source.el: Remove docs now in auth.texi.  Don't use
5575         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5576         `auth-source-hide-passwords' and use them.
5577
5578 2009-07-15  Glenn Morris  <rgm@gnu.org>
5579
5580         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5581
5582 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5583
5584         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5585         excessive whitespace from the default values of title and description.
5586
5587 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5590         mail-fetch-field to fetch Content-Description header in order to
5591         exclude newlines.
5592
5593 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5594
5595         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5596         format used by GnuPG 2.0.11.
5597
5598 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5601         to deleted part.
5602
5603 2009-05-30  David Engster  <dengste@eml.cc>
5604
5605         * nnmairix.el: Remove old documentation in the commentary block.
5606         (nnmairix-request-group): Do not update active file for nnml back ends.
5607         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5608         end so that overview files are ignored.
5609         (nnmairix-update-groups): Make updating the groups more robust by using
5610         marks.
5611         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5612         with dollar characters in message-id.
5613
5614 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5615
5616         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5617         2008-12-25 in dns.el.
5618
5619 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5620
5621         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5622         could happen if the text is only composed of spaces and/or tabs.
5623
5624 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5625
5626         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5627         when sending a queued message to avoid extra mml tags.
5628
5629 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5632
5633 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5636         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5637         rmail-toggle-header for XEmacs;
5638         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5639
5640 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * gnus-dired.el: Remove autoload for gnus-setup-message.
5643         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5644         displaying Gnus logo; always use compose-mail.
5645
5646 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5649
5650 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5653         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5654         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5655         available.
5656         (gnus-nocem-epg-verify): New function.
5657
5658 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5659
5660         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5661
5662 2009-02-15  Glenn Morris  <rgm@gnu.org>
5663
5664         * gnus-util.el (rmail-insert-rmail-file-header)
5665         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5666         autoloads.
5667         (rmail-default-rmail-file): Remove unnecessary declaration.
5668         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5669
5670 2009-02-14  Glenn Morris  <rgm@gnu.org>
5671
5672         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5673         variable (only used in gnus-util, which declares it anyway).
5674         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5675         which was only needed by gnus-art (changed to not use it any more).
5676         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5677         only used in gnus-util, which autoloads it itself.
5678         (rmail-update-summary): Fix autoload.
5679
5680         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5681         rather than rmail-output-to-rmail-file.
5682
5683 2009-02-07  Glenn Morris  <rgm@gnu.org>
5684
5685         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5686         autoload of function that no longer exists.
5687         (rmail-toggle-header): Declare.
5688         (message-forward-rmail-make-body): Handle mbox Rmail.
5689
5690 2009-01-31  Glenn Morris  <rgm@gnu.org>
5691
5692         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5693         2009-01-09 change.
5694
5695 2009-01-31  Dave Love  <fx@gnu.org>
5696
5697         * imap.el (imap-fetch-safe): Bind debug-on-error.
5698         (imap-debug): Add imap-fetch-safe.
5699
5700 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5701
5702         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5703         (auth-source-forget-all-cached): New convenience function.
5704         (auth-source-user-or-password): Accept list of modes or a single mode.
5705
5706         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5707         auth-source modes.
5708
5709         * netrc.el (netrc-machine-user-or-password): Use list of
5710         auth-source modes.
5711
5712         * nnimap.el (nnimap-open-connection): Use list of
5713         auth-source modes.
5714
5715         * nntp.el (nntp-send-authinfo): Use list of
5716         auth-source modes.
5717
5718 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5719
5720         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5721         now.
5722
5723 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5726         coding system in XEmacs; add a workaround for XEmacs.
5727
5728         * lpath.el: Fbind coding-system-aliasee.
5729
5730 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5731
5732         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5733         of current-language-environment.
5734
5735 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5736
5737         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5738         available at runtime.
5739
5740 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5741
5742         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5743
5744 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5745
5746         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5747         the greatest positive fixnum value doesn't work under an XEmacs with
5748         bignum support; use the most-positive-fixnum constant instead,
5749         available since Emacs 21.1 with cl and XEmacs 21.1.
5750
5751 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5752
5753         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5754         XEmacs gets not to work.
5755
5756 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * mm-util.el (mm-coding-system-priorities): Allow the value like
5759         "Japanese (UTF-8)" of current-language-environment.
5760
5761 2009-01-09  Glenn Morris  <rgm@gnu.org>
5762
5763         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5764         with last-command-event.
5765
5766 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5767
5768         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5769         in the doc string.
5770
5771         * message.el (message-fix-before-sending): Amend comment.
5772
5773 2009-01-08  Dave Love  <fx@gnu.org>
5774
5775         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5776
5777 2009-01-07  David Engster  <dengste@eml.cc>
5778
5779         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5780         simplified server definitions by converting it via
5781         gnus-server-to-method.
5782
5783 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5786         parameter's operands.
5787
5788 2009-01-06  David Engster  <dengste@eml.cc>
5789
5790         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5791         primary select method (for gnus-group-mark-article-as-read).
5792
5793 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5794
5795         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5796         `(gnus)Face', not `(gnus)X-Face'.
5797
5798 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5799
5800         * mm-util.el (mm-ucs-to-char): New function.
5801
5802         * mm-url.el (mm-url-decode-entities): Use it.
5803
5804         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5805         unicode-to-char.
5806
5807 2009-01-05  Dave Love  <fx@gnu.org>
5808
5809         * time-date.el: Require cl for `declare'.
5810
5811 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5812
5813         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5814         Dave Love.
5815
5816 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5817
5818         * message.el (message-fix-before-sending): Add `eight-bit' to
5819         illegible-text check.
5820
5821 2009-01-03  Michael Olson  <mwolson@gnu.org>
5822
5823         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5824         `headers' is nil.  This can occur if the IMAP server does not have
5825         permissions to read messages from a folder, but can write new messages
5826         to the folder.
5827         (nnimap-request-article-part): Do not insert `data' if it is nil.
5828
5829         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5830         characters which will confuse `read', so skip past them.
5831
5832 2009-01-01  Dave Love  <fx@gnu.org>
5833
5834         * imap.el (imap-string-to-integer): Fix typo.
5835         (imap-fetch-safe): New function.
5836         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5837
5838         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5839
5840         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5841         (imap-parse-greeting): Fix doc strings.
5842         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5843         (imap-parse-flag-list): Make messages unique.
5844         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5845
5846         * nnimap.el: Fix author email.
5847         (nnimap-split-rule): Add FIXME comment.
5848         (nnimap-debug): Fix doc string.
5849
5850 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5851
5852         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5853
5854 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5855
5856         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5857         nslookup if resolv.conf isn't available.
5858         (dns-query): Rename from query-dns.
5859         (dns-query-cached): Rename from query-dns-cached.
5860
5861 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5864         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5865         to check if those variables exist (first appeared in Emacs 18.50).
5866
5867 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * mm-util.el (mm-line-number-at-pos): New function.
5870
5871         * spam-report.el (spam-report-process-queue): Use it.
5872
5873 2008-12-24  David Engster  <dengste@eml.cc>
5874
5875         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5876         parameters that haven't existed as variables as buffer-local variables.
5877
5878 2008-12-23  Dave Love  <fx@gnu.org>
5879
5880         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5881         cadar.
5882
5883         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5884         imap-starttls-p.
5885         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5886
5887 2008-12-22  Dave Love  <fx@gnu.org>
5888
5889         * imap.el: Fix author email.  Doc fixes.
5890         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5891         reply.
5892
5893 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5894
5895         * spam-report.el (spam-report-gmane-max-requests): New constant.
5896         (spam-report-gmane-wait): New variable.
5897         (spam-report-gmane-ham, spam-report-gmane-spam)
5898         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5899         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5900         the server.
5901
5902         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5903         Add explanations.
5904
5905         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5906         nnheader-accept-process-output and nnheader-read-timeout if available.
5907         (pop3-movemail): Use it.
5908
5909         * message.el (message-check-news-body-syntax): Fix signature check if
5910         there's an attachment.
5911
5912 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5913
5914         * mm-util.el: Add comments to the mm- emulating functions.
5915
5916 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5917
5918         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5919         Reported by Stephen Berman <stephen.berman@gmx.net>.
5920
5921 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * mm-util.el (mm-substring-no-properties): New function.
5924         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5925         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5926         (mm-string-to-multibyte): Doc fix.
5927
5928         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5929
5930 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5931
5932         * mml.el (mml-attach-file): Strip text properties from file name.
5933         (Bug#1574)
5934
5935 2008-12-16  Glenn Morris  <rgm@gnu.org>
5936
5937         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5938
5939 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5942         knows since the charset specified might be a bogus alias that
5943         mm-charset-synonym-alist provides.
5944
5945 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5946
5947         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5948         "ISO_8859-1".
5949
5950         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5951
5952 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * mm-util.el (mm-charset-eval-alist):
5955         Define it before mm-charset-to-coding-system.
5956         (mm-charset-to-coding-system): Add optional argument `silent';
5957         define it before mm-charset-override-alist.
5958         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5959         default value if it can be used in Emacs currently running;
5960         silence mm-charset-to-coding-system.
5961
5962 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5965         `allow-override' which says whether to use `mm-charset-override-alist'.
5966         (rfc2047-decode-encoded-words): Use it.
5967
5968         * mm-util.el (mm-charset-override-alist): Fix custom type;
5969         add `(gb2312 . gbk)' to choices.
5970
5971 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5974         fast.
5975
5976         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5977
5978         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5979
5980 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5981
5982         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5983         on links.
5984
5985         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5986
5987 2008-12-03  Lute Kamstra  <lute@gnu.org>
5988
5989         * sha1.el: Remove leading * from docstrings of defcustoms,
5990         deffaces, defconsts and defuns.
5991
5992 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5995         users' addresses that don't have domain parts.
5996         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5997         rather than message-narrow-to-head since there will be the message
5998         header separator.
5999
6000 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6001
6002         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6003         since the result is inserted in a unibyte buffer anyway.
6004         (nnimap-demule-use-string-to-multibyte): Remove.
6005         (nnimap-demule): Alias it to mm-string-to-multibyte.
6006
6007 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6008
6009         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6010         variable for debugging bug#464 and bug#1174.
6011         (nnimap-demule): Use it.
6012
6013 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6014
6015         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6016         score calculation correctly.
6017
6018 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6019
6020         * message.el (message-send-mail): Just set the buffer to unibyte
6021         rather than use mm-with-unibyte-current-buffer which does a lot more.
6022         (message-send-mail-partially): Don't bother with
6023         mm-with-unibyte-current-buffer since it's already been made unibyte by
6024         message-send-mail.
6025
6026 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6027
6028         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6029
6030 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6031
6032         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6033
6034 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6035
6036         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6037         require itself and to remove `with-no-warnings'.
6038
6039 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6040
6041         * starttls.el (starttls-any-program-available): Get the name of the
6042         available TLS layer program.
6043         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6044         well as the host name in the "opening" message.
6045
6046         * auth-source.el (auth-source-cache, auth-source-do-cache)
6047         (auth-source-user-or-password): Cache passwords and logins by default,
6048         allow override with `auth-source-do-cache'.
6049         (auth-source-forget-user-or-password): Allow users to remove cache
6050         entries if needed.
6051
6052 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6053
6054         * md4.el (md4-buffer): Fix typo in docstring.
6055         (md4, md4-64): Doc fixes.
6056         (md4-pack-int32): Reflow docstring.
6057
6058 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6059
6060         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6061         condition-case to only the forward-sexp call.
6062
6063 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6064
6065         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6066         quotes contained.  Make it more robust regardless by an extra
6067         condition-case wrapper.
6068
6069 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6072
6073 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * nnml.el (nnml-request-expire-articles): Check if the function set to
6076         `nnmail-expiry-target' returns the symbol `delete'.
6077
6078         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6079
6080         * nnmail.el (nnmail-expiry-target): Fix custom type.
6081
6082 2008-10-02  Glenn Morris  <rgm@gnu.org>
6083
6084         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6085         Silence compiler warning.
6086
6087 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6088
6089         * tls.el (open-tls-stream): Show the actual command being
6090         executed, instead of the format string.
6091
6092 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6093
6094         * lpath.el: Fbind codepage-setup for Emacs 23.
6095
6096 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6097
6098         * mml.el (mml-menu): Don't assume mml2015 is bound.
6099
6100 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6103         exists.
6104
6105 2008-09-27  Glenn Morris  <rgm@gnu.org>
6106
6107         * gnus-util.el (mail-header-remove-comments): Autoload it.
6108
6109 2008-09-27  Andreas Schwab  <schwab@suse.de>
6110
6111         * gnus-util.el (gnus-split-references): Strip comments.
6112         (gnus-parent-id): Likewise.
6113
6114 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6115
6116         * message.el (message-confirm-send): Fix version.
6117
6118 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * message.el (message-idna-to-ascii-rhs-1): Use
6121         mail-extract-address-components rather than mail-header-parse-addresses
6122         that is an alias by default to ietf-drums-parse-addresses that does not
6123         support non-ASCII names in headers' contents.
6124
6125 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6126
6127         * message.el (message-confirm-send): Fix variable documentation to
6128         avoid the "y/n" wording.
6129
6130 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6131
6132         * message.el (message-set-auto-save-file-name): Save to a different
6133         filename so multiple messages (especially drafts) can be recovered.
6134
6135 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6136
6137         * message.el (message-confirm-send): Add appropriate version.
6138
6139 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6140
6141         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6142         defvar.
6143
6144 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6145
6146         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6147         (mm-pkcs7-enveloped-magic): Ditto.
6148
6149 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6150
6151         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6152         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6153
6154 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6155
6156         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6157         default, it's better.
6158
6159 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6160
6161         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6162         summary line gnus-number property and ignore them (with a warning
6163         message).
6164
6165 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6168         macro caddr in the interactive form since it won't be expanded.
6169
6170 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6173         `charset'; fix name of function called recursively.
6174         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6175
6176 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6177
6178         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6179         (gnus-mime-set-charset-parameters): New function.
6180         (gnus-mime-view-part-as-charset): Use it to correctly display part
6181         specifying wrong charset.
6182
6183 2008-09-08  David Engster  <dengste@eml.cc>
6184
6185         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6186         in completing-read for back end server.
6187
6188 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6189
6190         * message.el (message-confirm-send): New variable to confirm sending a
6191         message.
6192         (message-send): Use it.
6193
6194 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6195
6196         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6197
6198 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6199
6200         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6201
6202 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6203
6204         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6205         prevent tracking too many groups.
6206         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6207         Use it.
6208
6209 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6210
6211         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6212         moving point to the bottom of the window in order to avoid recentering.
6213
6214 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6217
6218         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6219         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6220         (gnus-article-beginning-of-window): Fix calculation.
6221
6222 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * gnus-msg.el (gnus-summary-supersede-article)
6225         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6226         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6227         message header.
6228
6229 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6230
6231         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6232         pending output coming after the status change.
6233
6234 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6235
6236         * message.el:
6237         * gnus-start.el:
6238         * gnus-registry.el: Remove VMS support.
6239
6240 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6241
6242         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6243         macro.
6244         (rfc2104-hash): Use it.
6245
6246 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6247
6248         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6249         (gnus-summary-sort-by-most-recent-date): New commands.
6250         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6251         and menu entries.
6252
6253 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6254
6255         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6256         don't redisplay article for raw contents; remove plural articles stuff.
6257
6258         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6259         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6260         on gnus-summary-save-article; display results properly.
6261
6262 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * lpath.el: No need to fbind ns-focus-frame.
6265
6266 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6267
6268         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6269
6270 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * gnus-art.el (gnus-summary-save-in-pipe):
6273         Consider gnus-save-all-headers.
6274
6275 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6276
6277         * gnus-util.el (ns-focus-frame): Remove declaration.
6278         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6279         like x.
6280
6281 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6282
6283         * rfc2104.el (rfc2104-zero): Delete defconst.
6284         (rfc2104-hex-alist): Likewise.
6285         (rfc2104-hex-to-int): Delete func.
6286         (rfc2104-hexstring-to-bitstring): Likewise.
6287         (rfc2104-nybbles): New defconst.
6288         (rfc2104-hash): Rewrite for speed.
6289
6290 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * tls.el (open-tls-stream): Make it work with the 2nd argument
6293         BUFFER that is a string but does not exist as a buffer object, as
6294         mentioned in the doc-string.
6295
6296 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6297
6298         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6299         SXEmacs.
6300
6301 2008-07-16  Glenn Morris  <rgm@gnu.org>
6302
6303         * gnus-util.el (ns-focus-frame): Declare for compiler.
6304
6305 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6308         set as a group parameter.
6309         (gnus-summary-save-in-pipe): Work when it is called independently.
6310         (gnus-summary-pipe-to-muttprint): Don't modify
6311         gnus-summary-pipe-output-default-command.
6312
6313 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6314
6315         * message.el (message-send-mail-with-sendmail):
6316         Display the error message.
6317
6318 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6319
6320         * gnus-art.el (gnus-default-article-saver):
6321         Add gnus-summary-save-in-pipe to choices.
6322         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6323         gnus-summary-pipe-output-default-command as the default command.
6324         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6325         instead of gnus-last-shell-command.
6326
6327         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6328         New user option.
6329         (gnus-summary-muttprint-program): Mention the value will be changed.
6330         (gnus-summary-save-article): Force showing of all headers.
6331         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6332
6333 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6334
6335         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6336
6337 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6338
6339         * nnimap.el (nnimap-id):
6340         * sieve-manage.el (sieve-manage-open): Doc fixes.
6341
6342 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6343
6344         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6345         if available.
6346
6347 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6348
6349         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6350
6351         * nnkiboze.el (nnkiboze-generate-group):
6352         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6353
6354         * nnmairix.el: Require CL.
6355
6356 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * dgnushack.el: Autoload get-display-table and put-display-table for
6359         XEmacs 21.5.
6360
6361         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6362         21.4 and SXEmacs.
6363
6364 2008-06-15  David Engster  <dengste@eml.cc>
6365
6366         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6367
6368 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6369
6370         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6371         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6372         runtime choice under XEmacs.
6373
6374         * gnus-sum.el (gnus-summary-set-display-table):
6375         Use `gnus-put-display-table', `gnus-get-display-table',
6376         `gnus-set-display-table' for the display table, instead of `aset'.
6377
6378         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6379         Use `gnus-put-display-table', `gnus-get-display-table',
6380         `gnus-set-display-table' for the display table.
6381
6382 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6383
6384         * nnmairix.el: Add autoloads.
6385
6386 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6387
6388         * nnmairix.el (nnmairix-delete-recreate-group)
6389         (nnmairix-update-and-clear-marks): Fix error messages.
6390
6391 2008-06-14  David Engster  <dengste@eml.cc>
6392
6393         * nnmairix.el: Upgrade to version 0.6.
6394         (nnmairix-group-toggle-propmarks-this-group)
6395         (nnmairix-group-toggle-readmarks-this-group)
6396         (nnmairix-group-delete-recreate-this-group)
6397         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6398         (nnmairix-remove-tick-mark-original-article): New commands.
6399         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6400         (nnmairix-propagate-marks-to-nnmairix-groups)
6401         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6402         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6403         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6404         functions needed for marks propagation and manipulation of read marks.
6405         (nnmairix-update-groups): New function.
6406         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6407         (nnmairix-determine-original-group-from-registry)
6408         (nnmairix-determine-original-group-from-path)
6409         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6410         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6411         New helper functions.
6412         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6413         keystrokes for new commands.
6414         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6415         (nnmairix-request-group): Check allow-fast group parameter.
6416         (nnmairix-request-create-group): Set allow-fast group parameter if
6417         nnmairix-allowfast-default is set.
6418         (nnmairix-close-group): Propagate marks upon closing if needed.
6419         (nnmairix-group-toggle-threads-this-group): Use new.
6420         nnmairix-group-toggle-parameter helper function.
6421         (nnmairix-search): Better check for empty search result.
6422         (nnmairix-goto-original-article): Use new helper functions for
6423         determining original article.
6424         (nnmairix-show-original-article): Make sure message-id is in brackets.
6425         (nnmairix-call-mairix-binary): Change variable name.
6426         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6427         helper function.
6428         (nnmairix-widget-toggle-activate): Fix doc string.
6429
6430 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * nnir.el: Require edmacro when compiling with XEmacs.
6433         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6434         available in Emacs 21.
6435
6436 2008-06-11  Glenn Morris  <rgm@gnu.org>
6437
6438         * gnus-util.el (x-focus-frame):
6439         * gnus.el (image-size):
6440         * mm-decode.el (image-size): Declare.
6441
6442         * gnus-picon.el (declare-function): Add compat definition.
6443         (image-size): Declare.
6444
6445         * gnus-group.el (tool-bar-map):
6446         * gnus-sum.el (tool-bar-map): Define for compiler.
6447
6448         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6449
6450         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6451
6452         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6453         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6454         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6455         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6456         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6457         * sieve-manage.el, spam-report.el, spam.el:
6458         Remove unnecessary eval-and-compile of autoloads.
6459
6460 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6461
6462         * auth-source.el: Precise Tramp doc.
6463
6464 2008-06-07  Glenn Morris  <rgm@gnu.org>
6465
6466         * nnmairix.el: Remove unnecessary eval-when-compile.
6467
6468 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6469
6470         * lpath.el: Fbind propertize for XEmacs 21.4.
6471
6472 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6473
6474         * nnir.el: Move here from ../contrib.
6475
6476 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6477
6478         * gnus-util.el (gnus-read-shell-command): New function.
6479         * mm-decode.el (mm-pipe-part):
6480         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6481
6482 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6483
6484         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6485
6486 2008-06-03  Glenn Morris  <rgm@gnu.org>
6487
6488         * pop3.el (nnheader-accept-process-output): Autoload it.
6489
6490 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6493         are not 2-digit hexadecimal characters that follow `%'s.
6494
6495 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6496
6497         * message.el (message-bogus-recipient-p): Fix type in doc string.
6498         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6499         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6500         Improve custom options.
6501         (message-bogus-recipient-p): Adjust accordingly.
6502
6503 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6504
6505         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6506         long-form month and day names.
6507
6508 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * dgnushack.el: Autoload debug, eudc-expand-inline and
6511         pgg-snarf-keys-region for XEmacs.
6512
6513         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6514
6515         * nnmairix.el: Require edmacro when compiling with XEmacs.
6516
6517 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6518
6519         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6520         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6521
6522 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6523
6524         * auth-source.el: Add more docs.
6525
6526         * netrc.el (netrc-machine): Always match if the port is not given.
6527
6528 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6529
6530         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6531         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6532         retrieval faster in some cases, but might make CPU usage larger.
6533         If this has any bad side effects, we might revert this change.
6534
6535         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6536         seems to make mail retrieval much, much faster.
6537         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6538         unconditionally.
6539
6540         * gnus-draft.el (gnus-group-send-queue):
6541         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6542
6543 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6544
6545         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6546
6547         * message.el (message-bogus-address-regexp): Fix and improve custom
6548         type.
6549         (message-setup-hook): Add message-check-recipients as custom option.
6550
6551 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6552
6553         * message.el (message-cite-function): Remove bogus autoload which crept
6554         in during merge from v5-10.
6555
6556 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6557
6558         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6559
6560         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6561
6562         * auth-source.el: Preliminary Tramp docs.
6563         (auth-sources): Change the default auth-sources to use
6564         EPA .gpg files.
6565
6566 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6567
6568         * nntp.el: Autoload `auth-source-user-or-password'.
6569         (nntp-send-authinfo): Use it.
6570
6571         * nnimap.el: Autoload `auth-source-user-or-password'.
6572         (nnimap-open-connection): Use it.
6573
6574         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6575         for the gnus-message function.
6576         (auth-source-user-or-password): Use it.
6577
6578 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6579
6580         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6581         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6582         (rfc2104-hash): Use it.
6583
6584 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6585
6586         * gnus-art.el (gnus-article-toggle-truncate-lines):
6587         Don't use `iff' in docstring.
6588
6589 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6590
6591         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6592
6593         * gnus-util.el (gnus-extract-address-component-name)
6594         (gnus-extract-address-component-email): Convenience functions around
6595         `gnus-extract-address-components'.
6596
6597         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6598         Use `gnus-extract-address-component-email' to fix bug of comparing full
6599         sender name to `user-mail-address'.
6600
6601 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6602
6603         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6604         catch/throw to optimize.
6605         (gnus-registry-find-keywords): Just use member to find a keyword.
6606
6607 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6608
6609         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6610         is current before calling gnus-server-prepare.
6611         (gnus-server-setup-buffer, gnus-server-update-server)
6612         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6613
6614 2008-05-04  Juri Linkov  <juri@jurta.org>
6615
6616         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6617         (mailcap-file-default-commands): Use mailcap-replace-in-string
6618         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6619         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6620
6621 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6622
6623         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6624
6625 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6626
6627         * gnus.el: Bump version to 0.11.
6628
6629 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6630
6631         * gnus.el: No Gnus v0.10 is released.
6632
6633 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6634
6635         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6636         hooks.
6637         (gnus-update-read-articles): Speed up non-marks-using users.
6638         (gnus-use-marks): Define gnus-use-marks.
6639         (gnus-propagate-marks): Rename variable to something more sensible.
6640
6641 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6642
6643         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6644         (gmm-image-load-path-for-library): Fix typos in docstrings.
6645         (gmm-message): Reflow docstring.
6646
6647 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6648
6649         * mail-source.el (mail-source-set-1, mail-source-bind):
6650         Move auth-source code out of the macro to clean it up and fix bugs.
6651
6652 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6653
6654         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6655         by sender if it's equal to user-mail-address, it's likely to be
6656         useless.
6657
6658         * mail-source.el (mail-source-bind): Don't use user or password if they
6659         are not bound.  Unintern them if they are nil.  Don't use server unless
6660         it's bound, and default it to empty string otherwise.
6661
6662 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6663
6664         * mail-source.el: Load auth-source.el.
6665         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6666         get user name or password, if auth-sources is set up.
6667
6668         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6669         strategy of splitting with parent.
6670         (gnus-registry-split-fancy-with-parent)
6671         (gnus-registry-post-process-groups): Use it and fix prior
6672         bug (returning a list as the split result).
6673
6674         * auth-source.el (auth-sources): Remove server parameter.
6675         (auth-source-pick, auth-source-user-or-password)
6676         (auth-source-user-or-password-imap)
6677         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6678         (auth-source-user-or-password-sftp)
6679         (auth-source-user-or-password-smtp): Remove server parameter.
6680
6681 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6682
6683         * smime.el (smime-sign-region, smime-encrypt-region)
6684         (smime-decrypt-region):
6685         Remove redundant calls to `generate-new-buffer-name'.
6686
6687 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6688
6689         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6690         Don't use QP for message/rfc822.
6691         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6692
6693 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6694
6695         * sieve-manage.el (sieve-string-bytes): Remove.
6696         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6697         correct byte-length only if the process's coding-system is the same as
6698         the one used internally by Emacs to represent strings.
6699
6700 2008-04-22  Juri Linkov  <juri@jurta.org>
6701
6702         * mailcap.el (mailcap-file-default-commands): New function.
6703
6704 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6705
6706         * message.el (message-signature-separator, message-cite-function):
6707         Change custom version.
6708
6709 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6710
6711         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6712         commands.
6713         (tls-checktrust): Ditto.
6714
6715 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6716
6717         * mm-decode.el (mm-display-external): Make temp file read-only.
6718
6719 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6720
6721         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6722         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6723         `C-c C-f d'.
6724
6725 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6726
6727         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6728
6729 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6730
6731         * gnus.el: Bump version to 0.9.
6732
6733 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6734
6735         * gnus.el: No Gnus v0.8 is released.
6736
6737 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6738
6739         * mail-source.el (mail-source-value):
6740         Prefer fboundp to functionp so it works with macros as well.
6741
6742 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6743
6744         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6745         Fix last change in case the element is not even a symbol.
6746
6747 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6748
6749         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6750         Prefer fboundp to functionp so it works with macros as well.
6751
6752 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6753
6754         * auth-source.el: Add docs.
6755         (auth-sources): Modify format to support server.
6756         (auth-source-pick, auth-source-user-or-password)
6757         (auth-source-user-or-password-imap)
6758         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6759         (auth-source-user-or-password-sftp)
6760         (auth-source-user-or-password-smtp): Add server parameter.
6761
6762 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6763
6764         * gnus-registry.el: Initialize the registry when gnus-registry-install
6765         is t.
6766
6767 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * compface.el (uncompface): Make buffer unibyte.
6770
6771 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6772
6773         * mail-source.el (mail-source-value):
6774         Prefer fboundp to functionp so it works with macros as well.
6775
6776 2008-04-05  Glenn Morris  <rgm@gnu.org>
6777
6778         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6779
6780 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6781
6782         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6783         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6784
6785         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6786         multibyteness after rather than before erasing it.
6787
6788         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6789         mm-with-multibyte.
6790         (gnus-request-article-this-buffer): Make sure the proper decoding is
6791         used if gnus-original-article-buffer happens to be unibyte.
6792
6793         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6794         default-enable-multibyte-characters.
6795
6796         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6797         default-enable-multibyte-characters.
6798
6799         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6800
6801         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6802
6803 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6804
6805         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6806         Fix last change in case the element is not even a symbol.
6807
6808 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6809
6810         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6811         (imap-message-copyuid-1): Use it.
6812         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6813         J. Williams in
6814         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6815
6816         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6817         imap-enable-exchange-bug-workaround.
6818         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6819
6820 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6821
6822         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6823         a 100 byte status-checks into a 2-3MB transfer for each group.
6824         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6825         to enable bug workaround or not.
6826         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6827
6828 2008-03-31  Glenn Morris  <rgm@gnu.org>
6829
6830         * message.el (mml2015-use): Declare for compiler.
6831         (message-info): Require mml2015 when appropriate.
6832
6833 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6836         whitespace.
6837
6838 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6839
6840         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6841         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6842         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6843         (nntp-service-to-port): New function.
6844         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6845         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6846         (nntp-open-netcat-stream): New function.
6847         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6848
6849 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6850
6851         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6852
6853 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6854
6855         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6856
6857 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6858
6859         * dns.el (dns-write): Use set-buffer-multibyte.
6860
6861 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6862
6863         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6864
6865 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6866
6867         * message.el (message-signature-separator): Change default.
6868         Improve custom type.
6869         (message-cite-function): Change default to
6870         message-cite-original-without-signature.
6871
6872         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6873         toggle.
6874
6875         * message.el (message-check-news-body-syntax): Fix signature check.
6876         (message-setup-1): Mark buffer as unmodified _after_ running
6877         message-setup-hook and handling message-alternative-emails.
6878         (message-shorten-references): Be more strict when building list of
6879         valid references to comply with GNKSA.
6880
6881         * gnus-group.el (gnus-read-ephemeral-bug-group)
6882         (gnus-read-ephemeral-debian-bug-group)
6883         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6884
6885         * message.el (message-info): Don't use booleanp which isn't supported
6886         in Emacs 21 and XEmacs.
6887
6888 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6889
6890         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6891         gnus-group-gmane-group-download-format.
6892         (gnus-group-read-ephemeral-gmane-group): Rename from
6893         gnus-group-read-ephemeral-gmane-group.
6894         (gnus-read-ephemeral-gmane-group-url): Rename from
6895         gnus-group-read-ephemeral-gmane-group-url.
6896         (gnus-bug-group-download-format-alist): New variable.
6897         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6898         (gnus-read-ephemeral-emacs-bug-group): New commands.
6899
6900 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6901
6902         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6903         (gnus-visible-headers): Improve custom type.
6904
6905 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6906
6907         * mml.el (mml-menu): Add workarounds for XEmacs.
6908
6909         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6910         X-Boundary header.
6911
6912         * message.el (message-simplify-recipients): Fix previous commit.
6913
6914 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6915
6916         * mm-util.el (mm-set-buffer-multibyte): New function.
6917         * mm-decode.el (mm-copy-to-buffer): Use it.
6918
6919         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6920         Prefer fboundp to functionp so it works with macros as well.
6921
6922 2008-03-19  Glenn Morris  <rgm@gnu.org>
6923
6924         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6925         Accidentally removed in the sync process with Emacs.
6926
6927 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6928
6929         * message.el (message-alter-recipients-discard-bogus-full-name):
6930         New function.
6931         (message-alter-recipients-function): New variable.
6932         (message-get-reply-headers): Use it.
6933         (message-replace-header): New helper function.
6934         (message-recipients-without-full-name): New variable.
6935         (message-simplify-recipients): New command.
6936
6937         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6938
6939         * message.el (message-info): Handle EasyPG manual.
6940
6941         * mml.el (mml-menu): Add entry for EasyPG.
6942
6943 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6944
6945         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6946         parameter.
6947
6948         * message.el (message-disassociate-draft): Specify drafts group name
6949         fully.
6950
6951 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6952
6953         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6954         Eliminate unnecessary duplicates from the match list.
6955
6956 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6959
6960         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6961
6962         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6963         args of `how-many' of which the XEmacs version doesn't take; declare
6964         Info-index-next as function.
6965
6966 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6967
6968         * gnus-score.el (gnus-score-headers): Fix handling of
6969         gnus-inhibit-slow-scoring.
6970
6971         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6972         string.
6973         (gnus-button-url-regexp): Improve handling of parenthesis.
6974         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6975         (gnus-button-handle-info-keystrokes): Handle index entries.
6976
6977 2008-03-15  Glenn Morris  <rgm@gnu.org>
6978
6979         * parse-time.el (parse-time-string): Simplify.
6980
6981 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6984         Incoming* files.
6985
6986 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6987
6988         * auth-source.el (auth-sources): Rename from auth-source-choices.
6989         (auth-source-pick): Use it.
6990
6991 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6992
6993         * binhex.el (binhex-decode-region-internal):
6994         * uudecode.el (uudecode-decode-region-internal):
6995         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6996         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6997         setting default-enable-multibyte-characters.
6998
6999 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7000
7001         * auth-source.el (auth-source-protocols)
7002         (auth-source-protocols-customize, auth-source-choices): Add and
7003         modified variable customizations and defaults.
7004         (auth-source-pick, auth-source-user-or-password)
7005         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7006         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7007         (auth-source-user-or-password-sftp)
7008         (auth-source-user-or-password-smtp): Use new variables and provide an
7009         interface to netrc.el.
7010
7011 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7014         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7015         Make sure the nntp port to specify is a string.
7016
7017 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7018
7019         * nntp.el: Use with-current-buffer.
7020         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7021         dubious mm-with-unibyte-current-buffer.
7022         (nntp-with-open-group-function): New function extracted from
7023         nntp-with-open-group macro.
7024         (nntp-with-open-group): Use the function, so it's easier to debug.
7025         Add indentation and debugging info.
7026         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7027         Recommend the use of the netcat alternatives.
7028
7029         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7030         Avoid mm-string-as-multibyte as well.
7031
7032         * nnweb.el (nnweb-insert-html):
7033         Remove use of nnheader-string-as-multibyte.
7034
7035         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7036         (nnheader-string-as-multibyte): Remove.
7037
7038         * mm-view.el: Use inhibit-read-only.
7039         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7040         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7041         or unibyte-string.
7042
7043         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7044         (mm-uu-yenc-extract): Use with-current-buffer.
7045
7046         * gnus-soup.el (gnus-soup-send-packet): Don't use
7047         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7048
7049         * nnmh.el: Use with-current-buffer.
7050         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7051         mm-string-as-multibyte on the output of mm-encode-coding-string.
7052
7053         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7054         (nnimap-request-move-article): Use with-current-buffer.
7055
7056         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7057         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7058         conversion uses string-make-unibyte rather than string-as-unibyte.
7059
7060         * gnus-msg.el: Use with-current-buffer.
7061
7062         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7063
7064 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7065
7066         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7067         string for caching if it is 'PIN.
7068
7069 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7070
7071         * lpath.el: Consider the case without Emacs/W3.
7072
7073 2008-03-08  Glenn Morris  <rgm@gnu.org>
7074
7075         * time-date.el (date-to-time, time-subtract, time-add)
7076         (safe-date-to-time): Doc fixes.
7077
7078 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7079
7080         * mail-source.el (mail-source-delete-old-incoming-confirm):
7081         Change default to nil.
7082         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7083
7084 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * lpath.el: Rearrange.
7087
7088         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7089         (gnus-article-goto-prev-page): Work for articles having ^L's.
7090
7091         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7092
7093         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7094
7095 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7096
7097         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7098         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7099         (gnus-bookmark-jump): Adjust some variable names.
7100
7101 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7102
7103         * auth-source.el: New package.
7104         (auth-source-choices): Add customization entry point variable.
7105
7106         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7107         bug.
7108
7109 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7110
7111         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7112         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7113         (gnus-registry-install-shortcuts): Rename from
7114         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7115         the `gnus-registry-mark-map' keymap dynamically from
7116         `gnus-registry-marks'.  The generated functions update the summary line
7117         when a registry mark is added or deleted, and will call
7118         `gnus-registry-install-p' (see the comments in the code).
7119         (gnus-registry-user-format-function-M): Use concat intelligently.
7120
7121         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7122         the registry mark functions.
7123
7124 2008-03-05  Glenn Morris  <rgm@gnu.org>
7125
7126         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7127         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7128         gnus-art.
7129         (top-level): No need to load own source when compiling.
7130
7131 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7132
7133         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7134         Suggested by <chris.anderton@zetnet.co.uk>.
7135
7136 2008-03-04  Glenn Morris  <rgm@gnu.org>
7137
7138         * gnus-sum.el (top-level): No need to require gnus when compiling,
7139         since unconditionally required near start of file.
7140         (gnus-summary-display-while-building): Move definition before use.
7141
7142 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7143
7144         * gnus-registry.el (gnus-registry-user-format-function-M):
7145         Add formatting function.
7146
7147 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7148
7149         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7150         with plists.
7151         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7152         Use new format.
7153
7154 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7155
7156         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7157         `where-is-internal' that returns a range of key sequences.
7158
7159 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7160
7161         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7162
7163         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7164         (gnus-summary-jump-to-group): Consider windows on other displayed
7165         frames as well.  Similar changes might be needed elsewhere, but that's
7166         the one I've bumped into during my use.
7167
7168         * nndoc.el (nndoc-oe-dbx-type-p):
7169         * gnus-msg.el (gnus-debug):
7170         * gnus-group.el (gnus-update-group-mark-positions):
7171         Use mm-string-to-multibyte.
7172
7173 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7174
7175         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7176         doesn't handle NotDashEscaped.
7177
7178         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7179         (mml-dnd-attach-options): Fix typo in custom choice.
7180
7181         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7182         Change nndoc-article-type to mbox.
7183         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7184
7185         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7186         to nil, instead of html2text.
7187
7188         * imap.el (imap-debug): Add `imap-ping-server'.
7189
7190         * gnus-bookmark.el: Add FIXMEs.
7191
7192         * message.el (message-form-letter-separator)
7193         (message-send-form-letter-delay): New variables.
7194         (message-send-form-letter): Use them.  New command to send form
7195         letters.  Requested by Uwe Siart.
7196         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7197
7198 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7199
7200         * Update copyright years.
7201
7202 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7203
7204         Sync from EMACS_22_BASE.
7205
7206         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7207
7208 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7209
7210         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7211         empty author.
7212
7213 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7214
7215         * gnus-registry.el (gnus-registry-marks): Add variable for
7216         customization of marks and their appearance.
7217         (gnus-registry-read-mark): Use it.
7218         (gnus-registry-do-marks): Add utility function to loop through
7219         `gnus-registry-marks'.
7220         (gnus-registry-install-shortcuts-and-menus): Add function to install
7221         shortcuts and menus.
7222         (gnus-registry-initialize): Use it.
7223         (gnus-registry-default-mark): Clarify documentation.
7224
7225 2008-02-29  Glenn Morris  <rgm@gnu.org>
7226
7227         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7228         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7229         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7230         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7231         Change defcustom :version from 23.0 to 23.1.
7232
7233 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7234
7235         * gnus-registry.el (gnus-registry-follow-group-p)
7236         (gnus-registry-post-process-groups): Add functions to aid registry
7237         splitting and improve logging.  Clarify behavior in function
7238         documentation.
7239         (gnus-registry-split-fancy-with-parent): Use them.
7240
7241 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7242
7243         * gnus-art.el: Use with-current-buffer.
7244
7245 2008-02-27  David Engster  <dengste@eml.cc>
7246
7247         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7248         Express real group name in the response.
7249
7250 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7251
7252         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7253         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7254         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7255         autoload gnus-registry-fetch-group when compiling.
7256         (nnmairix-request-group-with-article-number-correction):
7257         Remove unreferenced argument passed to nnmairix-call-backend.
7258
7259 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7260
7261         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7262         (mm-uu-extract): Improve face for low color ttys.
7263         Reported by Sascha Wilde.
7264
7265 2008-02-27  Glenn Morris  <rgm@gnu.org>
7266
7267         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7268         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7269         variables to defconsts.  Convert comments to doc-strings.
7270         (nnmairix-last-server, nnmairix-current-server): Convert from free
7271         variables to defvars.  Convert comments to doc-strings.
7272         (gnus-registry-fetch-group): Autoload.
7273         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7274         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7275         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7276         caddr.
7277         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7278         nnmairix-request-group-with-article-number-correction call.
7279         (nnmairix-fast, nnmairix-group): New, less general names, for free
7280         variables passed from nnmairix-request-group to
7281         nnmairix-request-group-with-article-number-correction.  Declare.
7282         (nnmairix-request-group-with-article-number-correction):
7283         Use nnmairix-fast, nnmairix-group rather than fast, group.
7284
7285 2008-02-26  David Engster  <dengste@eml.cc>
7286
7287         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7288         version 0.5.
7289
7290 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7291
7292         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7293         instead of making an extra function call.  Don't add the current group
7294         to articles only when they have the group.  Use
7295         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7296         Reported by David <de_bb@arcor.de>.
7297
7298 2008-02-24  Miles Bader  <miles@gnu.org>
7299
7300         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7301         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7302         (mm-find-mime-charset-region):
7303         * mm-bodies.el (mm-encode-body):
7304         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7305
7306 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7307
7308         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7309         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7310
7311 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7312
7313         * mail-source.el (mail-source-delete-incoming): Change default.
7314         Supplement doc string.
7315
7316         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7317
7318 2008-02-14  Glenn Morris  <rgm@gnu.org>
7319
7320         * time-date.el (format-seconds): New function.
7321
7322 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7323
7324         * nnmail.el (nnmail-message-id-cache-file): Derive from
7325         `gnus-home-directory'.
7326
7327 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7328
7329         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7330         Document negative prefix.
7331
7332         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7333
7334 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7335
7336         * message.el (message-unsent-separator): Add the Exim bounce
7337         separator.
7338
7339 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7340
7341         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7342         list.
7343         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7344         recipient/signer list.
7345
7346 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7347
7348         * Makefile.in (datarootdir): Define.
7349         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7350         name that might contain whitespace.
7351
7352 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7353
7354         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7355         fbound (Emacs 23 unicode), signal an error.
7356
7357 2008-02-08  Glenn Morris  <rgm@gnu.org>
7358
7359         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7360
7361 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7362
7363         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7364         ports to the calls to `netrc-machine-user-or-password' in addition to
7365         "imap" and "imaps".
7366
7367 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7368
7369         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7370
7371         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7372
7373 2008-02-01  Kenichi Handa  <handa@m17n.org>
7374
7375         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7376         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7377         (rfc2104-hash): Convert the result of concat to unibyte string.
7378
7379 2008-02-01  Dave Love  <fx@gnu.org>
7380
7381         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7382         coding-system-for-read.
7383         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7384
7385 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7386
7387         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7388         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7389         <hanche@math.ntnu.no>.
7390
7391 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7394
7395         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7396
7397 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7398
7399         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7400         * message.el (message-beginning-of-line): Use featurep instead of bound
7401         tests in order to resolve conditionals at compile time.
7402
7403 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7404
7405         * mail-source.el (mail-sources): Add `group' choice.
7406
7407         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7408         parameter `in-group' to control into which group the articles go.
7409         Add treatment of `group' mail-source.
7410
7411 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7414
7415         * mm-decode.el (mm-dissect-buffer): Decode description.
7416
7417         * mml.el (mml-to-mime): Encode message header first.
7418
7419 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7420
7421         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7422         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7423
7424         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7425         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7426
7427 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7428
7429         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7430
7431 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7434         prefix keys.
7435         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7436         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7437         gnus-xmas.el.
7438
7439         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7440         (gnus-xmas-article-describe-bindings): New function.
7441         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7442         gnus-xmas-article-describe-bindings.
7443
7444         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7445
7446 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7447
7448         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7449         Add new variables for article mark management.
7450         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7451         list of extra data entries which, when present, will indicate that the
7452         article ID should not be trimmed from the registry.
7453         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7454         functions.
7455         (gnus-registry-read-mark): New function to read a mark name from the
7456         user.
7457         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7458         (gnus-registry-set-article-mark-internal): New functions to add and
7459         remove marks.
7460         (gnus-registry-get-article-marks): New function to show the marks for
7461         an article, or retrieve them for further use.
7462
7463 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7466         keys when no argument is given.
7467
7468 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7469
7470         * imap.el (imap-ping-server): New variable.
7471         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7472         (imap-ping-server): Minor doc string fixes.
7473
7474 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7475
7476         * imap.el (imap-ping-server): New function.
7477         (imap-opened): Call imap-ping-server.
7478
7479 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7480
7481         * gnus-sum.el (gnus-article-sort-by-random)
7482         (gnus-thread-sort-by-random): Fix doc strings.
7483         Reported by jidanni@jidanni.org.
7484
7485 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * gnus-art.el (gnus-article-describe-bindings): New function.
7488         (gnus-article-read-summary-keys): Use it.
7489         (gnus-article-mode-map): Bind `C-h b' to it.
7490
7491 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7492
7493         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7494         XEmacs.
7495         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7496         Protect against non-character events.
7497
7498         * lpath.el: Fbind map-keymap for Emacs 21.
7499
7500 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7501
7502         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7503         New command.
7504         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7505         instead of END.  Change name of the temp file.
7506         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7507         customizable.
7508
7509 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7512         bind `S W' to gnus-article-wide-reply-with-original; set default
7513         binding to gnus-article-read-summary-send-keys.
7514         (gnus-article-read-summary-keys): Fix the order of keys; display
7515         continuation keys correctly in the echo area; describe bindings
7516         correctly when keys end with `C-h'.
7517         (gnus-article-read-summary-send-keys): New function.
7518         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7519         Work for gnus-article-read-summary-send-keys; display continuation keys
7520         correctly in the echo area.
7521         (gnus-article-reply-with-original): Ignore prefix argument.
7522         (gnus-article-wide-reply-with-original): New function.
7523
7524         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7525         Emacs 21.
7526
7527 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7528
7529         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7530         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7531
7532 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7533
7534         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7535         (gnus-group-read-ephemeral-gmane-group): New command.
7536
7537 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7538
7539         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7540
7541 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7542
7543         * message.el (message-send-mail-function): Increase custom version.
7544
7545         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7546         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7547
7548 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7549
7550         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7551         for the cases where imap-authenticate is called with a nil buffer
7552         parameter.
7553
7554 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7557         html parts correctly; support forwarded messages.
7558         (gnus-article-browse-html-article): Remove work buffers.
7559
7560         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7561         compiling.
7562         (netrc-bound-and-true-p): New macro.
7563         (netrc-parse): Use it instead of bound-and-true-p that is not available
7564         in XEmacs 21.4.
7565
7566 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7567
7568         * gnus-registry.el (gnus-registry-mark-article)
7569         (gnus-registry-article-marks): Add functionality to mark articles
7570         through the Gnus registry.
7571
7572         * encrypt.el: Clarify documentation for the new pgg method.
7573         (encrypt-file-alist): Add PGG option.
7574         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7575         functionality.  Abstract password key and messaging to external
7576         functions.
7577         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7578         (encrypt-message-method-and-cipher): Add new convenience external
7579         functions.
7580         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7581         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7582
7583         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7584         (netrc-parse): Use encrypt-file-alist to determine if
7585         encrypt-find-model or encrypt-insert-file-contents should be used.
7586
7587         * encrypt.el: Clarify documentation.  Load password-cache or
7588         password, whichever one is found first, instead of autoloading.
7589
7590 2007-12-19  Glenn Morris  <rgm@gnu.org>
7591
7592         * mml.el (message-options-set, message-narrow-to-head)
7593         (message-in-body-p, message-mail-p, message-encode-message-body):
7594         Autoload.
7595         (message-remove-header, message-narrow-to-headers-or-head)
7596         (message-subscribed-p, message-make-mail-followup-to)
7597         (message-position-on-field, message-news-p)
7598         (message-options-set-recipient, message-generate-headers)
7599         (message-sort-headers): Declare as functions.
7600
7601 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7602
7603         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7604         convention in doc string.
7605
7606 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7609         title to html parts.
7610         (gnus-article-browse-html-article): Pass message header to it.
7611
7612         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7613
7614 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7615
7616         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7617         or password compatible with XEmacs.
7618
7619 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7620
7621         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7622         format document.
7623         (gnus-mime-delete-part): Don't write description line if empty.
7624         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7625
7626 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7627
7628         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7629         (gnus-summary-mark-read-and-unread-as-read)
7630         (gnus-summary-mark-current-read-and-unread-as-read)
7631         (gnus-summary-mark-unread-as-ticked): Doc fix.
7632         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7633
7634 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7635
7636         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7637         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7638
7639 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7640
7641         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7642         yes-or-no-p.
7643
7644 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * mm-decode.el (mm-add-meta-html-tag): New function.
7647         (mm-save-part-to-file, mm-pipe-part): Use it.
7648
7649         * gnus-art.el (gnus-article-browse-delete-temp-files):
7650         Use gnus-y-or-n-p instead of y-or-n-p.
7651         (gnus-article-browse-html-parts): Work with message/external-body; use
7652         mm-add-meta-html-tag.
7653
7654 2007-12-11  Glenn Morris  <rgm@gnu.org>
7655
7656         * gnus-cache.el: Require gnus-sum not just when compiling.
7657
7658         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7659
7660         * gnus-int.el (gnus-server-opened, gnus-status-message):
7661         Move definitions before use.
7662
7663         * mm-decode.el: Require gnus-util.
7664         (mm-remove-part): Only call delete-annotation on XEmacs.
7665
7666         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7667
7668         * nnmail.el: Require gnus-int.
7669
7670         * spam.el: Move `require's before `eval-when-compile's.
7671
7672         * gnus-ems.el (gnus-alive-p):
7673         * gnus-fun.el (message-goto-eoh):
7674         * gnus-util.el (gnus-group-name-decode):
7675         * mail-source.el (gnus-compress-sequence):
7676         * message.el (Info-goto-node, format-spec):
7677         * mm-bodies.el (message-options-get):
7678         * mm-decode.el (mm-view-pkcs7):
7679         * mm-util.el (gmm-write-region):
7680         * mml-smime.el (mml-compute-boundary)
7681         (gnus-completing-read-with-default):
7682         * mml.el (widget-button-press, gnus-make-hashtable):
7683         * mml1991.el (mm-decode-content-transfer-encoding)
7684         (mm-encode-content-transfer-encoding)
7685         (message-options-get, message-options-set):
7686         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7687         * nnfolder.el (gnus-request-group):
7688         * nnheader.el (ietf-drums-unfold-fws):
7689         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7690         * smime.el (gnus-run-mode-hooks):
7691         * spam-stat.el (gnus-message): Autoload.
7692
7693         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7694         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7695         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7696         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7697         Add declare-function compatibility definition.
7698
7699         * gnus-cache.el (nnvirtual-find-group-art):
7700         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7701         (gnus-add-image, gnus-add-wash-type):
7702         * gnus-group.el (nnkiboze-score-file):
7703         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7704         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7705         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7706         (message-tokenize-header, gnus-get-buffer-create)
7707         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7708         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7709         * gnus.el (gnus-group-decoded-name):
7710         * mail-source.el (imap-capability):
7711         * mm-bodies.el (message-options-set):
7712         * mm-decode.el (gnus-configure-windows):
7713         * mm-extern.el (message-goto-body):
7714         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7715         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7716         (epg-sub-key-validity, message-options-set):
7717         * mml.el (widget-event-point, gnus-configure-windows):
7718         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7719         * mml2015.el (epg-check-configuration, epg-configuration)
7720         (message-options-set):
7721         * nndb.el (nndb-request-article):
7722         * nnfolder.el (gnus-request-create-group):
7723         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7724         * nnmaildir.el (gnus-group-mark-article-read):
7725         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7726         * rfc1843.el (message-fetch-field):
7727         * spam.el (gnus-extract-address-components):
7728         Declare as functions.
7729
7730 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7731
7732         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7733
7734         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7735
7736         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7737         bind show-trailing-whitespace for XEmacs.
7738
7739 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7740
7741         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7742         new no-op macro for backward compatibility.
7743
7744         * imap.el (imap-string-to-integer): New function.
7745
7746 2007-12-09  Glenn Morris  <rgm@gnu.org>
7747
7748         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7749
7750         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7751         * message.el, mm-view.el, sieve-manage.el, smime.el:
7752         Add declare-function compatibility definition.
7753
7754         * gnus-art.el (w3-region, w3m-region, Info-menu):
7755         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7756         * gnus-sum.el (gnus-get-predicate):
7757         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7758         * message.el (mail-abbrev-in-expansion-header-p):
7759         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7760         (w3m-detect-meta-charset, w3m-region):
7761         * sieve-manage.el (password-read, password-cache-add)
7762         (password-cache-remove):
7763         * smime.el (password-read-and-add): Declare as functions.
7764
7765 2007-12-08  David Kastrup  <dak@gnu.org>
7766
7767         * gnus-sum.el (gnus-summary-simplify-subject-query):
7768         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7769         `message'.
7770
7771 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7774         it to bind idna-program, installation-directory, defined-colors, and
7775         face-attribute for XEmacs of the version that compiles defcustom forms.
7776
7777 2007-12-07  Glenn Morris  <rgm@gnu.org>
7778
7779         * gnus-art.el (article-make-date-line): Revert previous change.
7780
7781 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7782
7783         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7784
7785 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7786
7787         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7788         Call gnus-add-to-range ranges only once with a prepared article-list.
7789
7790 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7791
7792         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7793         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7794         group names with backslashes.
7795         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7796
7797 2007-12-06  Deepak Goel  <deego3@gmail.com>
7798
7799         * gnus-art.el (article-make-date-line):
7800         * gnus-start.el (gnus-load):
7801         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7802
7803 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * gnus-art.el (gnus-use-idna)
7806         * gnus-start.el (gnus-site-init-file)
7807         * message.el (message-use-idna)
7808         * mm-uu.el (mm-uu-hide-markers)
7809         * smiley.el (smiley-style): Revert changes that suppress warnings.
7810
7811 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7812
7813         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7814         specify charset to html source.
7815         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7816
7817 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7818
7819         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7820         idna-program in order to suppress byte compile warning issued by XEmacs
7821         that came to byte compile the default value section of defcustom forms
7822         recently.
7823
7824         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7825         value of installation-directory.
7826
7827         * message.el (message-use-idna): Don't directly refer to the value of
7828         idna-program.
7829
7830         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7831
7832         * smiley.el (smiley-style): Don't directly call face-attribute.
7833
7834 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7835
7836         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7837
7838         * gnus-dired.el: Reduce Gnus dependencies.
7839         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7840         Don't require.  Use autoloads instead.
7841         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7842         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7843         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7844         (gnus-dired-mode): Adjust doc string.
7845         (gnus-dired-mail-mode): New variable.
7846         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7847         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7848         (gnus-dired-mail-buffers): New function.  Return mail or message
7849         composition buffers.
7850         (gnus-dired-attach): Use it.
7851         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7852         NO-DECODE.
7853         (gnus-dired-print): Use `gnus-print-buffer' depending on
7854         `gnus-dired-mail-mode'.
7855
7856 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7857
7858         * rfc2047.el (rfc2047-encoded-word-regexp)
7859         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7860         explaining what regexp patterns are for.
7861
7862 2007-12-04  Glenn Morris  <rgm@gnu.org>
7863
7864         * password.el: Move to password-cache.el.
7865
7866         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7867         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7868         * mml-smime.el (password-read, password-cache-add)
7869         (password-cache-remove):
7870         No need to autoload, since mml-sec requires password.
7871
7872         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7873         * message.el (gnus-extract-address-components):
7874         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7875
7876         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7877         password.
7878
7879 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7880
7881         * mailcap.el: Reduce dependencies.
7882         (mail-header-parse-content-type): Autoload.
7883         (mailcap-delete-duplicates): New alias.
7884         (mailcap-mime-info): Add optional argument NO-DECODE.
7885         (mailcap-mime-types): Use mailcap-delete-duplicates.
7886
7887         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7888
7889 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7890
7891         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7892         (imap-parse-status): Upcase status-att for servers that sends them
7893         lower-case (e.g., MS Exchange 2007).
7894
7895 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7896
7897         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7898         function.
7899
7900         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7901         (gnus-uu-yenc-article): New function.
7902
7903         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7904
7905         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7906
7907 2007-12-02  Glenn Morris  <rgm@gnu.org>
7908
7909         * binhex.el (binhex): New custom group.
7910         (binhex-decoder-program, binhex-decoder-switches)
7911         (binhex-use-external): Move to the binhex custom group.
7912
7913         * uudecode.el (uudecode): New custom group.
7914         (uudecode-decoder-program, uudecode-decoder-switches)
7915         (uudecode-use-external): Move to the uudecode custom group.
7916
7917         * netrc.el (top-level): Don't load `encrypt' features.
7918         (netrc-parse): Don't use encrypt.
7919         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7920
7921         * encrypt.el: Remove file.
7922
7923 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7924
7925         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7926         matches on patches.
7927
7928         * gnus-art.el (gnus-article-browse-html-article):
7929         Mention `mm-text-html-renderer' in the doc string.
7930
7931         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7932         string.  Add comments.
7933
7934         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7935         if rhs is ASCII.
7936
7937 2007-12-01  Glenn Morris  <rgm@gnu.org>
7938
7939         * mail-source.el (top-level): Require format-spec before
7940         eval-when-compile.
7941
7942 2007-11-30  Glenn Morris  <rgm@gnu.org>
7943
7944         * encrypt.el: Require password, rather than autoloading password-read.
7945
7946 2007-11-29  Glenn Morris  <rgm@gnu.org>
7947
7948         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7949         (sasl-make-client, sasl-next-step, sasl-step-data)
7950         (sasl-step-set-data): Declare as functions.
7951
7952 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7953
7954         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7955
7956 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7957
7958         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7959         certs should be verified and what is to be done in the event of a
7960         verification failure.
7961
7962         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7963         caller can indicate whether the cache should be disregarded for this
7964         call.  This way the result of the call is reproducible at all times and
7965         can be considered a canonical server name for the supplied method.
7966         (gnus-agent-method-p): Canonicalize server names by pushing their
7967         method through `gnus-method-to-server' using the no-cache argument.
7968
7969         * gnus-srvr.el (gnus-server-insert-server-line):
7970         Call `gnus-method-to-server' with `no-cache' argument.
7971
7972         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7973         gnus-agent-possibly-synchronize-flags as this should be called when the
7974         server is actually being opened.
7975         (gnus-agent-possibly-synchronize-flags)
7976         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7977         flags file of an agentized server to the latter function.
7978
7979         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7980         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7981         after a connection has been established successfully.
7982
7983 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * gnus-art.el (article-display-face): Force to display face if called
7986         interactively; check if gnus-article-x-face-too-ugly matches author.
7987         (article-display-x-face): Display face even if From header is missing
7988         as article-display-face does.
7989
7990 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7991
7992         * hashcash.el (message-narrow-to-headers-or-head)
7993         (message-fetch-field, message-goto-eoh)
7994         (message-narrow-to-headers): Declare as functions.
7995
7996 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7997
7998         * mail-source.el (mail-sources): Default to fetch from file for
7999         compatibility with default of nnmail-spool-file.
8000
8001 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8004         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8005         to look for encoded word that should be encoded again.
8006         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8007         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8008         encoding pattern.
8009         (rfc2047-decode-region): Switch strict regexp and loose one according
8010         to rfc2047-allow-irregular-q-encoded-words.
8011
8012 2007-11-25  Romain Francoise  <romain@orebokech.com>
8013
8014         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8015
8016 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8017
8018         * tls.el (tls-program): Provide more custom choices from
8019         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8020         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8021
8022 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8023
8024         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8025         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8026
8027         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8028         `nnmail-spool-file'.
8029
8030         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8031         `nnmail-spool-file'.
8032
8033         * gnus-move.el (gnus-change-server): Ditto.
8034
8035         * gnus-kill.el (gnus-batch-score): Ditto.
8036
8037         * gnus-cache.el (gnus-jog-cache): Ditto.
8038
8039         * gnus-msg.el (gnus-summary-reply):
8040         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8041
8042 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8045         version.  Minor improvement to doc strings.
8046         (tls-program): Add comment.
8047
8048 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8049
8050         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8051         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8052         mismatch between the hostname provided in the certificate and the name
8053         of the host connnecting to.
8054         (open-tls-stream): Use them.  Check certificates against trusted root
8055         certificates.
8056
8057 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8058
8059         * gnus-cache.el (gnus-cache-generate-nov-databases):
8060         Use nnml-generate-nov-databases-directory instead of
8061         nnml-generate-nov-databases-1.
8062
8063 2007-11-24  Glenn Morris  <rgm@gnu.org>
8064
8065         * message.el (message-tool-bar-retro): Update for rename
8066         mail_send.xpm->mail-send.xpm.
8067
8068 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8069
8070         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8071         `smime-ldap-search' for Emacs 22 and up.
8072
8073 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8074
8075         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8076
8077         * message.el (message-send-mail-function): Fix error convention.
8078         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8079         (message-widen-reply, message-send-mail, message-talkative-question)
8080         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8081         (message-clone-locals, message-send-news): Use with-current-buffer.
8082         (message-insert-or-toggle-importance): Remove unused var `valid'.
8083         (message-make-references): Remove unused var `new-references'.
8084         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8085
8086 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8087
8088         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8089         (spam-split-symbolic-return-positive): Reflow docstring.
8090         (spam-backends, spam-summary-exit-behavior)
8091         (spam-mark-ham-unread-before-move-from-spam-group)
8092         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8093         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8094         (spam-clear-cache, spam-backend-check, spam-install-backend)
8095         (spam-install-statistical-backend, spam-list-of-processors)
8096         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8097         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8098         (spam-check-crm114, spam-initialize, spam-unload-hook):
8099         Fix typos in docstrings.
8100
8101 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8104         been checked if they have never been read and those group levels are
8105         higher than the one that a user specified.
8106
8107 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8108
8109         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8110         foreign groups unless a group level is specified by a user.
8111         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8112
8113 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8114
8115         * message.el (message-send-mail-function): Require sendmail.
8116
8117 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8118
8119         * message.el (message-send-mail-function): Check for smtpmail too.
8120
8121         * utf7.el (utf7-encode, utf7-decode): Use coding system
8122         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8123
8124         * message.el (message-send-mail-function): New function.
8125         (message-send-mail-function): Set default using
8126         message-send-mail-function.  Adjust doc string.
8127         (message-send-mail-with-mailclient): New function.
8128
8129 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8130
8131         * smime.el (from):
8132         * rfc2047.el (message-posting-charset):
8133         * qp.el (mm-use-ultra-safe-encoding):
8134         * pop3.el (parse-time-months):
8135         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8136         * nnml.el (files):
8137         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8138         (jka-compr-compression-info-list, ange-ftp-path-format)
8139         (efs-path-regexp):
8140         * nndiary.el (files):
8141         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8142         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8143         (epg-digest-algorithm-alist, inhibit-redisplay)
8144         (password-cache-expiry):
8145         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8146         (pgg-output-buffer, password-cache-expiry):
8147         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8148         (efs-path-regexp):
8149         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8150         (inhibit-redisplay):
8151         * mm-uu.el (file-name, start-point, end-point, entry)
8152         (gnus-newsgroup-name, gnus-newsgroup-charset):
8153         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8154         (latin-unity-ucs-list):
8155         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8156         (mm-uu-binhex-decode-function):
8157         * message.el (gnus-message-group-art, gnus-list-identifiers)
8158         (rmail-enable-mime-composing, gnus-local-organization)
8159         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8160         (gnus-read-active-file, facemenu-add-face-function)
8161         (facemenu-remove-face-function, gnus-article-decoded-p)
8162         (tool-bar-mode):
8163         * mail-source.el (display-time-mail-function):
8164         * gnus-util.el (nnmail-pathname-coding-system)
8165         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8166         (gnus-original-article-buffer, gnus-user-agent)
8167         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8168         (xemacs-codename, sxemacs-codename, emacs-program-version):
8169         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8170         * gnus-start.el (gnus-agent-covered-methods)
8171         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8172         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8173         (gnus-newsgroup-headers, gnus-group-list-mode)
8174         (gnus-group-mark-positions, gnus-newsgroup-data)
8175         (gnus-newsgroup-unreads, nnoo-state-alist)
8176         (gnus-current-select-method, mail-sources)
8177         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8178         (nnmail-spool-file, gnus-cache-active-hashtb):
8179         * gnus-mh.el (mh-lib-progs):
8180         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8181         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8182         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8183         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8184         (gnus-group-buffer):
8185         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8186         (font-lock-set-defaults):
8187         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8188         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8189         (gnus-summary-post-menu, total-parts, type, condition, length):
8190         * gnus-agent.el (gnus-agent-read-agentview):
8191         * flow-fill.el (show-trailing-whitespace):
8192         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8193         eval-and-compile wrappers for byte compiler pacifiers.
8194
8195         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8196         (mm-display-inline-fontify): Check for featurep 'xemacs not
8197         extent-list.
8198
8199         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8200         itimer-list.
8201         (mm-create-image-xemacs): Only do something for XEmacs.
8202         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8203
8204         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8205
8206         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8207         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8208
8209 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8210
8211         * nnimap.el (nnimap-split-download-body):
8212         * gnus-demon.el (gnus-demon):
8213         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8214
8215 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8218         New macros.
8219         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8220         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8221         copy data from unibyte buffer to multibyte current buffer.
8222         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8223         to copy data from unibyte current buffer to multibyte buffer.
8224         (nntp-make-process-buffer): Make process buffer unibyte.
8225
8226         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8227
8228 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8229
8230         * pop3.el (pop3-open-server): Accept and process data more robustly at
8231         connexion start to avoid spurious "POP SSL connexion failed" errors.
8232
8233 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8234
8235         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8236         read group names.
8237
8238 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8239
8240         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8241
8242 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8245         (nnmail-save-active): Use a unibyte buffer when saving active file,
8246         which may contain non-ASCII group names.
8247
8248         * nnml.el (nnml-request-group): Decode group names in messages.
8249
8250 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8251
8252         * message.el (message-citation-line-function)
8253         (message-insert-formatted-citation-line): Fix spelling of
8254         `message-insert-formated-citation-line'.
8255
8256 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8257
8258         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8259
8260 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8263         nnmail-pathname-coding-system.
8264
8265         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8266         that a user enters; decode group names in messages.
8267
8268         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8269
8270 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8271
8272         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8273
8274         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8275
8276         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8277         risky local variable.
8278
8279         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8280
8281 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8282
8283         * encrypt.el: Improve documentation to fix function name typo.
8284         Reported by Daiki Ueno <ueno@unixuser.org>.
8285
8286 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8287
8288         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8289         even if the point is not in the last page of an article.
8290         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8291         back to the previous page.
8292
8293 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8294
8295         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8296
8297 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8300
8301 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8302
8303         * message.el (message-check-news-body-syntax):
8304         Avoid mm-string-as-multibyte.
8305         (message-hide-headers): Don't assume (point-min)==1.
8306
8307 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8308
8309         * message.el (message-remove-blank-cited-lines): Fix if remove is
8310         given.
8311         (message-bogus-address-regexp): New variable.
8312         (message-bogus-recipient-p): New function.
8313         (message-check-recipients): New command.
8314         (message-syntax-checks): Add `bogus-recipient'.
8315         (message-fix-before-sending): Add `bogus-recipient'.
8316
8317         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8318         (gnus-treat-body-boundary): Don't test window-system.
8319
8320 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8321
8322         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8323
8324 2007-10-28  Miles Bader  <miles@gnu.org>
8325
8326         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8327         at compile-time too.
8328
8329 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8330
8331         * gnus-msg.el (gnus-message-setup-hook):
8332         Add `message-remove-blank-cited-lines' to options.
8333
8334 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8335
8336         * message.el (message-remove-blank-cited-lines): New function.
8337         Suggested by Karl Plästerer.
8338
8339 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8340
8341         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8342         mapc.
8343
8344         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8345         (top-level): Use mapc to set functions to be traced for debugging.
8346
8347         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8348         called for effect with while loop.
8349
8350         * message.el (message-talkative-question): Replace mapcar called for
8351         effect with mapc.
8352
8353         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8354         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8355         called for effect with dolist.
8356
8357         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8358
8359         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8360         gnus-extra-headers and nnmail-extra-headers.
8361
8362         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8363         called for effect with dolist.
8364         (top-level): Use mapc to set functions to be traced for debugging.
8365
8366         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8367         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8368         dolist.
8369
8370         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8371         Replace mapcar called for effect with mapc.
8372         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8373         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8374         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8375         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8376
8377         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8378         remove-if that's a cl function.
8379
8380         * webmail.el (webmail-debug): Replace mapcar called for effect with
8381         dolist.
8382
8383         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8384         with mapc.
8385
8386 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8387
8388         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8389         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8390         with while loop.
8391
8392         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8393         functions from article-* functions.
8394         (gnus-multi-decode-header): Replace mapcar called for effect with
8395         dolist.
8396
8397         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8398         (gnus-bookmark-show-details): Replace mapcar called for effect with
8399         while loop.
8400
8401         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8402         called for effect with while loop.
8403
8404         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8405         with dolist.
8406
8407         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8408         Replace mapcar called for effect with dolist.
8409
8410         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8411
8412         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8413         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8414         Replace mapcar called for effect with dolist.
8415         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8416         mapc.
8417
8418         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8419         Replace mapcar called for effect with dolist.
8420         (gnus-topic-list): Replace mapcar called for effect with mapc.
8421
8422         * gnus.el: Use mapc instead of mapcar to add autoloads.
8423
8424 2007-10-23  Richard Stallman  <rms@gnu.org>
8425
8426         * gnus-group.el (gnus-group-highlight): Mark as risky.
8427
8428 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * gnus.el (gnus-server-to-method): Return method found first in
8431         gnus-newsrc-alist.
8432
8433         * gnus-art.el (gnus-article-highlight-signature)
8434         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8435         button overlay without the front stickiness.
8436
8437 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8438
8439         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8440         overview buffer needed a catch to receive its throw.
8441         (gnus-agent-flush-cache): Declare as interactive to make this function
8442         easier to use.
8443
8444 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8445
8446         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8447         `next-line'.
8448
8449 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8450
8451         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8452         exclude address matching message-dont-reply-to-names.
8453
8454 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * gnus-util.el (gnus-string<): New function.
8457
8458         * gnus-sum.el (gnus-article-sort-by-author)
8459         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8460
8461 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8464         the frame-focus tag is set in gnus-buffer-configuration.
8465
8466 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8469         the front stickiness.
8470
8471 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8472
8473         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8474         url pattern; remove duplicate one.
8475         (gnus-article-extend-url-button): New function.
8476         (gnus-article-add-buttons): Use it.
8477         (gnus-button-push): Use concatenated url that it makes.
8478
8479 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8480
8481         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8482
8483 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8484
8485         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8486         Don't hardcode point-min==1.
8487
8488 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8489
8490         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8491         Fix comment about "iso8859-1".
8492
8493 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8494
8495         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8496         ones returned from the verify-function.
8497
8498         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8499         Call mml2015-extract-cleartext-signature if extraction failed.
8500
8501 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8502
8503         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8504         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8505         failed.
8506
8507 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8508
8509         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8510
8511 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8512
8513         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8514         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8515         recommends to use EasyPG instead of PGG.
8516
8517         * pgg.el: Revert to revision 6.23.2.16.
8518
8519         * pgg-def.el: Revert to revision 6.6.2.14.
8520
8521         * pgg-gpg.el: Revert to revision 6.23.2.34.
8522
8523 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8524
8525         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8526         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8527         thread for both the null and zero (kill/expire thread) universal prefix
8528         cases.
8529         (gnus-summary-expire-thread): Add new function to expire a thread,
8530         using gnus-summary-kill-thread.
8531         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8532         shortcuts for gnus-summary-expire-thread.
8533         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8534         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8535
8536 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8537
8538         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8539         extras value, so an extras entry can be deleted.
8540         (gnus-registry-delete-extra-entry): Use it.
8541         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8542         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8543         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8544         storage through the gnus-registry, and provide an appropriate API for
8545         it.
8546
8547 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8548
8549         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8550         Suggested by Leo <sdl.web@gmail.com>.
8551
8552         * gnus.el: Do.
8553
8554 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8555
8556         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8557         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8558
8559         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8560
8561         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8562         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8563
8564 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8567         newline.
8568         (nnmbox-request-accept-article): Don't change article in source buffer;
8569         narrow to header to use message-fetch-field rather than
8570         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8571         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8572         as delimiters; make sure article ends with newline.
8573         (nnmbox-delete-mail): Correct last position of article to be deleted;
8574         ignore X-Gnus-Newsgroup header in article body.
8575         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8576         positions; make sure article ends with newline.
8577
8578         * message.el (message-display-abbrev): Don't infloop when a user
8579         inserts SPC in the beginning of header.
8580
8581         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8582         coding-system-for-read and coding-system-for-write for XEmacs having no
8583         file-coding feature.
8584
8585         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8586
8587 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8588
8589         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8590         list of groups not followed by default.  Fix type to be regexp.
8591         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8592
8593 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8594
8595         * hmac-def.el (define-hmac-function): Switch from old-style to
8596         new-style backquotes.
8597
8598         * md4.el (md4-make-step): Likewise.
8599
8600 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8603         raw-text coding system when saving .newsrc file, which may contain
8604         non-ASCII group names.
8605
8606 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8607
8608         * gnus-cus.el (gnus-score-extra): New widget.
8609         (gnus-score-extra-convert): New function.
8610         (gnus-score-customize): Use it for Extra.
8611
8612 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8613
8614         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8615         (mml2015-mailcrypt-clear-verify): Use it.
8616         (mml2015-gpg-clear-verify): Use it.
8617         (mml2015-pgg-clear-verify): Use it.
8618         (mml2015-epg-clear-verify): Replace the current part with the output
8619         from GnuPG; don't extract the plaintext by itself.
8620
8621         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8622         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8623         mml2015-clear-verify-function; don't touch the armor headers or
8624         dash-escaped text here.
8625
8626 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8627
8628         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8629         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8630         parts, or application/octet-stream as a last resort.
8631         (gnus-mime-view-part-as-type): Don't toggle display.
8632         (gnus-mime-view-part-as-charset): Don't turn off display before
8633         querying charset.
8634
8635         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8636         stuff to undisplayer function in Emacs.
8637         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8638
8639         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8640         text/calendar parts.
8641
8642 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8643
8644         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8645         decoding text/calendar parts.
8646
8647         * message.el (message-forward-make-body-mime): Always mark body as
8648         having no illegible text; remove signed-or-encrypted argument.
8649         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8650
8651         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8652         (mml-generate-mime-1): Don't encode body if it is specified to be in
8653         raw form; don't make buffer be unibyte when inserting multibyte string.
8654
8655 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8656
8657         * sha1.el: Fix up comment style.
8658         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8659         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8660
8661         * hex-util.el: Fix up comment style.
8662         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8663
8664         * gnus-salt.el: Use with-current-buffer.
8665         (gnus-pick-setup-message): Fix long-standing typo.
8666
8667 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * imap.el (imap-logout-timeout): New variable.
8670         (imap-logout, imap-logout-wait): New functions.
8671         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8672
8673         * nnimap.el (nnimap-logout-timeout): New server variable.
8674         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8675         nnimap-logout-timeout.
8676
8677         * gnus-art.el (gnus-article-summary-command-nosave)
8678         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8679
8680 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * gnus.el (gnus-maximum-newsgroup): New variable.
8683
8684         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8685         according to gnus-maximum-newsgroup.
8686
8687         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8688         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8689         Limit the range of articles according to gnus-maximum-newsgroup.
8690
8691 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8692
8693         * gnus-art.el (gnus-sticky-article): Fix problems described in
8694         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8695         Don't perform gnus-configure-windows here; reuse existing sticky
8696         article buffer.
8697
8698         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8699         it doesn't exist in gnus-article-mode.
8700
8701 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8702
8703         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8704         (gnus-agent-decoded-group-name): New function.
8705         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8706         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8707
8708 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8709
8710         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8711         Add binding for gnus-sticky-article.
8712         (gnus-summary-exit): Don't kill sticky article buffers.
8713
8714         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8715         article buffer.
8716         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8717         (gnus-kill-sticky-article-buffers): New commands.
8718
8719 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * nntp.el (nntp-xref-number-is-evil): New server variable.
8722         (nntp-find-group-and-number): If it is non-nil, don't trust article
8723         numbers in the Xref header.
8724
8725 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * gnus-agent.el (gnus-agent-read-group): New function.
8728         (gnus-agent-flush-group, gnus-agent-expire-group)
8729         (gnus-agent-regenerate-group): Use it.
8730         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8731         nnmail-pathname-coding-system.
8732
8733 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8736
8737         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8738         that are unread as unread, and also as selected so that information of
8739         marks having been changed by a user may be updated when exiting group.
8740
8741 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8742
8743         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8744
8745 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8748         calculated ignoring signature parts to gnus-treat-article.
8749
8750 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8753         a point here in order to keep the window start.
8754         (gnus-insert-mime-security-button): Make a button overlay without the
8755         front stickiness.
8756         (gnus-mime-display-security): Goto the end of a button.
8757
8758         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8759
8760 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8761
8762         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8763         group-name-at-point.
8764         (gnus-group-completing-read): New function that offers decoded
8765         non-ASCII group names for completion.
8766         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8767         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8768         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8769         (gnus-group-fetch-control): Use it.
8770         (gnus-fetch-group): Use group-name-at-point for the initial value
8771         rather than the default value; use gnus-alive-p.
8772
8773         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8774         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8775         (gnus-summary-post-news): Use gnus-group-completing-read.
8776
8777         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8778         (gnus-read-move-group-name): Decode group name for completion.
8779
8780 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8781
8782         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8783         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8784         Yamaoka slightly modified the code).
8785
8786 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8789         (nnmail-split-incoming): Bind it.
8790
8791         * nnml.el (nnml-group-name-charset): New function.
8792         (nnml-decoded-group-name): Use it; don't decode group name if
8793         nnmail-group-names-not-encoded-p is non-nil.
8794         (nnml-encoded-group-name): New function.
8795         (nnml-group-pathname): Inline nnml-decoded-group-name.
8796         (nnml-request-expire-articles): Decode group name in message.
8797         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8798         nnmail-pathname-coding-system.
8799         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8800         not decoded ones according to nnmail-group-names-not-encoded-p.
8801         (nnml-generate-active-info): Use nnml-encoded-group-name.
8802
8803 2007-08-08  Glenn Morris  <rgm@gnu.org>
8804
8805         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8806         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8807         doc-strings and comments.
8808
8809 2007-07-25  Glenn Morris  <rgm@gnu.org>
8810
8811         * Relicense all FSF files to GPLv3 or later.
8812
8813 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8814
8815         * gnus-sum.el (gnus-summary-move-article):
8816         Make gnus-summary-respool-article work.
8817
8818 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8819
8820         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8821         string.
8822
8823 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8824
8825         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8826         that should be ignored when comparing distant RSS articles with local
8827         ones.
8828         (nnrss-make-hash-index): New function.  Create a hash index according
8829         to the ignored fields.
8830         (nnrss-check-group): Use it.
8831
8832 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8835
8836         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8837
8838         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8839         the new optional argument ENCODED is non-nil.
8840         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8841         coding system for encoding group name.
8842         (gnus-group-make-rss-group): Pass un-encoded group name to
8843         gnus-group-make-group.
8844         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8845         encoded.
8846
8847         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8848         Encode group name to which articles are moved or copied.
8849         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8850         coding system for encoding Newsgroup, Followup-To and Xref headers.
8851
8852         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8853         marks; use nnheader-file-coding-system to write a file.
8854         (nnagent-retrieve-headers): Bind file-name-coding-system to
8855         nnmail-pathname-coding-system.
8856
8857         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8858
8859         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8860         (nnml-request-article, nnml-request-create-group)
8861         (nnml-request-rename-group, nnml-find-id)
8862         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8863         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8864         (nnml-save-marks): Use nnml-group-pathname instead of
8865         nnmail-group-pathname.
8866
8867         (nnml-request-create-group, nnml-request-expire-articles)
8868         (nnml-request-move-article, nnml-request-delete-group)
8869         (nnml-deletable-article-p, nnml-possibly-create-directory)
8870         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8871         (nnml-open-marks): Bind file-name-coding-system to
8872         nnmail-pathname-coding-system.
8873
8874         (nnml-request-article): Pass server argument to nnml-find-group-number.
8875         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8876         Pass server argument to nnml-possibly-create-directory.
8877         (nnml-request-accept-article): Pass server argument to
8878         nnml-active-number and nnml-save-mail.
8879         (nnml-find-group-number): Pass server argument to nnml-find-id.
8880         (nnml-request-update-info): Pass server argument to
8881         nnml-marks-changed-p.
8882
8883         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8884         (nnml-save-mail, nnml-active-number): Add server argument.
8885
8886         (nnml-request-delete-group): Warn if group is missing.
8887         (nnml-get-nov-buffer): Decode group name.
8888         (nnml-generate-active-info): Encode group name.
8889         (nnml-open-marks): Decode group name in messages.
8890
8891 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8894         if it is not specified.
8895         (gnus-article-pipe-part, gnus-article-save-part)
8896         (gnus-article-interactively-view-part, gnus-article-copy-part)
8897         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8898         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8899         (gnus-article-replace-part, gnus-article-delete-part)
8900         (gnus-article-view-part-as-type): Pass raw prefix argument to
8901         gnus-article-part-wrapper.
8902
8903 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * gnus-agent.el (gnus-agent-save-active):
8906         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8907
8908         * gnus-cache.el (gnus-cache-save-buffers)
8909         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8910         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8911         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8912         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8913         (gnus-cache-generate-active, gnus-cache-rename-group)
8914         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8915         (gnus-cache-update-overview-total-fetched-for):
8916         Bind file-name-coding-system to nnmail-pathname-coding-system.
8917         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8918         New variables.
8919         (gnus-cache-decoded-group-name): New function.
8920         (gnus-cache-file-name): Use it.
8921         (gnus-cache-generate-active): Use non-decoded group name for active.
8922
8923         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8924         right place.
8925         (gnus-write-active-file): Don't break non-ASCII group names.
8926
8927         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8928         nnmail-pathname-coding-system.
8929
8930         * lpath.el: Bind default-file-name-coding-system,
8931         file-name-coding-system and language-info-alist for XEmacs.
8932
8933         * gnus-uu.el (gnus-uu-decode-save): Typo.
8934
8935 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8938
8939 2007-07-14  David Kastrup  <dak@gnu.org>
8940
8941         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8942         finishing actions if we did not edit the article.
8943
8944 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8945
8946         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8947         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8948         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8949         (gnus-agent-flush-group, gnus-agent-flush-cache)
8950         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8951         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8952         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8953         (gnus-agent-regenerate-group)
8954         (gnus-agent-update-files-total-fetched-for)
8955         (gnus-agent-update-view-total-fetched-for):
8956         Bind file-name-coding-system to nnmail-pathname-coding-system.
8957         (gnus-agent-group-pathname): Don't encode file names by
8958         nnmail-pathname-coding-system.
8959         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8960         coding-system-for-write instead of buffer-file-coding-system to
8961         gnus-agent-file-coding-system.
8962
8963         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8964         Decode group name.
8965
8966         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8967
8968         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8969         (gnus-read-newsrc-el-file): Make group names unibyte.
8970
8971         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8972         nnmail-pathname-coding-system.
8973
8974         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8975         (nnrss-request-delete-group): Bind file-name-coding-system to
8976         nnmail-pathname-coding-system.
8977         (nnrss-read-server-data, nnrss-read-group-data):
8978         Bind file-name-coding-system correctly.
8979         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8980
8981         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8982         (nntp-server-to-method-cache): New variable.
8983         (nntp-group-pathname): New function that decodes non-ASCII group names.
8984         (nntp-possibly-create-directory, nntp-marks-changed-p)
8985         (nntp-save-marks, nntp-open-marks): Use it.
8986         (nntp-possibly-create-directory, nntp-open-marks):
8987         Bind file-name-coding-system to nnmail-pathname-coding-system.
8988         (nntp-open-marks): Decode group names when bootstrapping marks.
8989
8990         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8991         Newsgroups and Folowup-To headers.
8992
8993 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8996         (gnus-server-closed-face, gnus-server-denied-face)
8997         (gnus-server-offline-face): Remove variable.
8998         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8999
9000         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9001         of modifying message-stack directly for XEmacs.
9002
9003         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9004         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9005         if the coding-system argument is nil for XEmacs.
9006
9007         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9008         mm-charset-override-alist.
9009
9010         * rfc2047.el: Don't require base64; require rfc2045 for the function
9011         rfc2045-encode-string.
9012         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9013         to quote the parameter value.
9014
9015 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9018         form in gnus-group-name-charset-method-alist.
9019
9020         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9021         overrides the default layout edit-form.
9022
9023         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9024
9025         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9026
9027 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9030         as unfetched articles.
9031
9032 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9033
9034         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9035
9036 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9037
9038         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9039         original back end that keeps marks in the local system.
9040
9041 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9044         arg of pop-to-buffer for XEmacs.
9045         (gnus-article-read-summary-keys): Ditto; don't restore window
9046         configuration if summary command ends up with neither article buffer
9047         nor summary buffer; describe bindings if summary keys end with C-h.
9048
9049 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9050
9051         * message.el (message-fix-before-sending): Skip raw message part to be
9052         forwarded while checking illegible text.
9053         (message-forward-make-body-mime, message-forward-make-body):
9054         Mark signed or encrypted raw message as having no illegible text.
9055
9056 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9059         (gnus-message-with-timestamp-1): New macro.
9060         (gnus-message-with-timestamp): New function.
9061         (gnus-message): Use them.
9062
9063         * nnheader.el (nnheader-message): Use them.
9064
9065 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9066
9067         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9068         .newsrc.eld file.
9069
9070 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9071
9072         * gnus-agent.el (gnus-agent-fetch-headers)
9073         (gnus-agent-retrieve-headers):
9074         Bind gnus-decode-encoded-address-function to identity.
9075
9076         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9077         available also when the server returns simply a dot.
9078
9079         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9080
9081 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9082
9083         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9084
9085 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9086
9087         * gnus-ems.el (gnus-x-splash): Make it work.
9088
9089         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9090         from being used.
9091
9092         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9093
9094 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9097         4th and the 5th arguments.
9098
9099         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9100         the front stickiness.
9101         (gnus-article-summary-command-nosave): Correct the order of the
9102         arguments passed to pop-to-buffer.
9103         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9104         summary command ends up with the article buffer.
9105
9106         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9107         the same faces.
9108
9109 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9110
9111         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9112
9113 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9114
9115         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9116         * gnus-sum.el (gnus-summary-highlight):
9117         * pgg.el (pgg-sign-region, pgg-sign):
9118         * mail-source.el (mail-source-delete-old-incoming-confirm):
9119         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9120
9121 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9122
9123         * gnus-art.el (gnus-mime-view-part-externally)
9124         (gnus-mime-view-part-internally): Fix predicate function passed to
9125         completing-read.
9126
9127         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9128
9129         * gnus.el (gnus-update-message-archive-method): Add :version.
9130
9131 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9132
9133         * gnus.el (gnus-update-message-archive-method): New variable.
9134
9135         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9136         according to gnus-message-archive-method if
9137         gnus-update-message-archive-method is non-nil.
9138
9139 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9142         Suggested by Loic Dachary <loic@dachary.org>.
9143         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9144
9145 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * message.el (message-pop-to-buffer): Add switch-function argument.
9148         (message-mail): Pass switch-function argument to it.
9149
9150 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9151
9152         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9153         Improve doc string.
9154
9155 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9158         (gnus-header-content)
9159         * gnus-cite.el (gnus-cite-10)
9160         * gnus-srvr.el (gnus-server-closed)
9161         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9162         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9163         (gnus-group-mail-3-empty, gnus-group-mail-low)
9164         (gnus-group-mail-low-empty, gnus-splash)
9165         * message.el (message-header-to, message-header-cc)
9166         (message-header-subject, message-header-other, message-header-name)
9167         (message-header-xheader, message-separator, message-cited-text)
9168         (message-mml): Lighten colors of faces used for dark background.
9169
9170 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9171
9172         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9173         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9174
9175 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9176
9177         * message.el (message-narrow-to-headers-or-head):
9178         Ignore mail-header-separator in the body.
9179
9180 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9183         same as window size.
9184
9185 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9186
9187         * message.el (message-font-lock-keywords): Use message-header-xheader
9188         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9189         ahead of the anything pattern, to get it recognised.
9190
9191 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9192
9193         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9194         spam.el loads uses it in the compiled defadvice form.
9195
9196 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9197
9198         * gnus-sum.el (gnus-articles-to-read)
9199         (gnus-summary-insert-old-articles): Don't truncate group name for
9200         `read-string'.
9201
9202         * gnus-util.el (gnus-limit-string): Delete this function.
9203
9204         * gnus-sum.el (gnus-simplify-subject-fully):
9205         Use `truncate-string-to-width' instead.
9206
9207 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9208
9209         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9210         Tell if, on summary exit, the next group has to be selected.
9211         (gnus-summary-exit): Use it.
9212
9213 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9214
9215         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9216         non-break space.
9217
9218 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9219
9220         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9221         Check if group is not a directory.
9222         (nnfolder-request-expire-articles): Don't delete articles if the target
9223         group is not available.
9224
9225         * nnml.el (nnml-request-create-group): Properly check if group is not a
9226         file.
9227         (nnml-request-expire-articles): Don't delete articles if the target
9228         group is not available.
9229
9230         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9231         Don't quote characters that are within parentheses.
9232
9233 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9234
9235         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9236         (gnus-handle-ephemeral-exit): Select article according to it.
9237
9238 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9239
9240         * message.el (message-insert-formated-citation-line): Remove newline.
9241         (message-citation-line-format): Add final \n here so that the user can
9242         avoid a blank line.
9243
9244 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9245
9246         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9247         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9248         Update lanl/arXiv support.
9249
9250 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9251
9252         * gnus.el: Bump version number.
9253
9254 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9255
9256         * gnus.el (gnus-version-number): Bump version.
9257
9258 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9259
9260         * gnus.el: No Gnus v0.6 is released.
9261
9262 2007-04-27  Didier Verna  <didier@xemacs.org>
9263
9264         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9265         * gmm-utils.el (gmm-regexp-concat): ... here.
9266         * message.el: Don't require 'gnus-util.
9267         (message-dont-reply-to-names): Handle name change above.
9268         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9269
9270 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9271
9272         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9273         since the initial value varies according to the system.
9274
9275 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9276
9277         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9278
9279 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9280
9281         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9282
9283 2007-04-24  Didier Verna  <didier@xemacs.org>
9284
9285         Improve the type of gnus-ignored-from-addresses.
9286         * gnus-util.el (gnus-orify-regexp): New function.
9287         * message.el (gnus-util): Require it.
9288         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9289         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9290         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9291
9292 2007-04-24  Didier Verna  <didier@xemacs.org>
9293
9294         * gnus-sum.el:
9295         * gnus-utils.el: Fix some trailing whitespaces.
9296
9297 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9298
9299         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9300         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9301         article's Message-ID; refer parent article in summary buffer.
9302
9303         * message.el (message-bounce): Call mime-to-mml.
9304
9305         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9306         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9307         optimize and/or forms properly.
9308
9309 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9310
9311         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9312         URL.
9313
9314 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9317
9318 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9321         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9322         displayed of multipart/alternative part if it is invoked from summary
9323         buffer.
9324
9325         * mm-view.el (mm-inline-text-html-render-with-w3m)
9326         (mm-inline-text-html-render-with-w3m-standalone)
9327         (mm-inline-render-with-function): Use mail-parse-charset by default.
9328
9329 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9330
9331         * parse-time.el (parse-time-string-chars): Check if CHAR
9332         is less than the length of parse-time-syntax.
9333
9334 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9337         from gnus-newsgroup-processable.
9338
9339 2007-04-16  Didier Verna  <didier@xemacs.org>
9340
9341         * gnus-msg.el (gnus-configure-posting-styles):
9342         Handle message-signature-directory properly with :file syntax.
9343         Reported by "Leo".
9344
9345 2007-04-11  Didier Verna  <didier@xemacs.org>
9346
9347         New user option: message-signature-directory.
9348         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9349         * message.el (message-insert-signature): Ditto.
9350         * message.el (message-signature-file): Doc update.
9351         * message.el (message-signature-directory): New.
9352
9353 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * gnus-msg.el (gnus-inews-yank-articles):
9356         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9357
9358 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9359
9360         * message.el (message-yank-original): Make sure cited text ends with
9361         newline; don't exchange point and mark.
9362
9363 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9364
9365         * tls.el (open-tls-stream): Properly handle case where there
9366         is no associated buffer.
9367
9368 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9369
9370         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9371         message-yank-original, make sure (< mark TEXT point).
9372
9373 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9374
9375         * message.el (message-fill-column): New variable.
9376         (message-mode): Use it.  Add comment on a possible new hook.
9377
9378         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9379         (nnmail-get-new-mail): Reformat.
9380
9381         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9382
9383         * gmm-utils.el: Fix Commentary.
9384         (gmm-tool-bar-from-list): Fix typo in doc string.
9385
9386 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9387
9388         * message.el (message-yank-original): Don't switch point and mark
9389         unnecessarily to put point and mark as documented.
9390
9391 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9392
9393         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9394         from the message heads.
9395
9396 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9397
9398         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9399         article buffer does not have a window.  This may not be the best
9400         solution but is certainly better than setting the start of the null,
9401         that is the current, window.
9402
9403 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9404
9405         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9406         (gnus-draft-setup): Run it.
9407
9408         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9409         gnus-score-fast-scoring.  Allow regexp.
9410         (gnus-score-headers): Use it.
9411
9412         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9413         XEmacs.
9414
9415         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9416         string.
9417         (gnus-button-alist): Also catch `<f1> k ...'.
9418         (gnus-treat-display-x-face): Fix doc string.
9419
9420 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9421
9422         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9423         evaluation of gnus-extended-version to ensure correct generation of the
9424         User-Agent header when message-generate-headers-first is used.
9425
9426 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9427
9428         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9429         hashcash-path is nil.  Don't call callback with incorrect number of
9430         parameters if val is 0.
9431
9432 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9433
9434         * message.el (message-required-news-headers):
9435         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9436
9437 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9438
9439         * tls.el (open-tls-stream): In handshake-waiting loop,
9440         don't wait more if there is output available to process.
9441
9442 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9443
9444         * tls.el (tls-program): Doc fix.
9445
9446 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9447
9448         * message.el (message-generate-new-buffers): Change the meaning of the
9449         nil value; add `standard' to the choices; treat t as `unique'; improve
9450         doc string.
9451         (gnus-select-frame-set-input-focus): Autoload.
9452         (message-buffer-name): Search for the existing message buffer if
9453         message-generate-new-buffers is nil or `standard'; treat the value t of
9454         message-generate-new-buffers as `unique'.
9455         (message-pop-to-buffer): Raise the frame already displaying the message
9456         buffer; clear the echo area after querying.
9457         (message-setup): Pass the `continue' argument to compose-mail.
9458         (message-mail): Prefer `switch-function' if it is given; search for the
9459         existing message buffer if the `continue' argument is non-nil; pass
9460         continue and switch-function arguments to compose-mail by way of
9461         message-setup.
9462         (message-mail-other-window): Adjust argument of message-setup.
9463         (message-mail-other-frame): Ditto.
9464
9465 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9468         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9469         to turn font-lock on when turning gnus-message-citation-mode on.
9470
9471 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9472
9473         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9474         (mml-smime-function-alist): New variable; add epg as the backend.
9475         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9476         mml-smime- functions instead.
9477         * mm-view.el: Require smime.
9478
9479 2007-03-05  Didier Verna  <didier@xemacs.org>
9480
9481         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9482         instead of just inheritance for posting styles.
9483         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9484
9485 2007-02-24  Chris Moore  <dooglus@gmail.com>
9486
9487         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9488         * pgg-pgp.el (pgg-pgp-encrypt-region):
9489         * pgg-gpg.el (pgg-gpg-encrypt-region):
9490         Check pgg-encrypt-for-me if no other recipients.
9491
9492 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9493
9494         * tls.el (tls-certtool-program): Fix custom type.
9495
9496 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9499         and point-at-eol instead of line-(beginning|end)-position.
9500
9501         * assistant.el (assistant-parse-buffer): Ditto.
9502
9503         * netrc.el (netrc-parse-services): Ditto.
9504
9505 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9506
9507         * mml2015.el (mml2015-epg-find-usable-key): New function.
9508         (mml2015-epg-sign): Use it.
9509         (mml2015-epg-encrypt): Use it.
9510
9511 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * message.el (message-make-in-reply-to): Quote name containing
9514         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9515         if there are special characters.  Reported by NAKAJI Hiroyuki
9516         <nakaji@jp.freebsd.org>.
9517
9518 2007-02-27  Didier Verna  <didier@xemacs.org>
9519
9520         Include the group parameters as well as the topic ones in the
9521         inheritance filter process.
9522         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9523         argument GROUP-PARAMS-LIST.
9524         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9525
9526 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * nntp.el (nntp-never-echoes-commands)
9529         (nntp-open-connection-functions-never-echo-commands): New variables.
9530         (nntp-send-command): Use them.
9531
9532 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9533
9534         * mml2015.el (mml2015-epg-verify): Simplify.
9535
9536 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9537
9538         * mml.el (mml-content-disposition-alist): New user option.
9539         (mml-content-disposition): New function.
9540         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9541         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9542
9543 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9544
9545         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9546         verification.
9547
9548 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9549
9550         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9551         articles posted in the last 24 hours.
9552
9553 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9554
9555         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9556
9557 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9558
9559         * nntp.el (nntp-send-command): Don't wait for echoes when
9560         nntp-open-ssl-stream is used.
9561
9562 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9563
9564         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9565         (gnus-message-add-citation-keywords)
9566         (gnus-message-remove-citation-keywords): Remove.
9567         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9568         directly, make the variables in font-lock-defaults buffer-local, add
9569         gnus-message-citation-keywords to them and then update the value of
9570         font-lock-keywords.
9571
9572 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9573
9574         * message.el (message-cite-original-1): Don't call
9575         gnus-article-highlight-citation.
9576
9577         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9578         citations; fix line count.
9579
9580 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9583         (gnus-message-add-citation-keywords)
9584         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9585         versions of font-lock-add-keywords and font-lock-remove-keywords to
9586         work with XEmacs correctly.
9587
9588 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9589
9590         * gnus-cite.el (gnus-cite-face-list): Set the values of
9591         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9592         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9593         (gnus-message-cite-prefix-regexp): New variable.
9594         (gnus-message-search-citation-line): Use it; protect against long
9595         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9596         the 0th match data for Emacs.
9597         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9598         (gnus-message-add-citation-keywords): Append keywords rather than
9599         prepending; emulate font-lock-add-keywords if it is not available.
9600         (gnus-message-remove-citation-keywords):
9601         Emulate font-lock-remove-keywords if it is not available.
9602
9603         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9604
9605         * message.el (message-cite-prefix-regexp): Set the value of
9606         gnus-message-cite-prefix-regexp.
9607
9608 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9609
9610         * nnweb.el (nnweb-google-parse-1): Update parser.
9611
9612 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9613
9614         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9615
9616 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9617
9618         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9619         regexp.
9620
9621 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9624         string-to-multibyte.
9625         (uudecode-decode-region-internal): Use it.
9626
9627         * lpath.el: Fbind string-as-multibyte for XEmacs.
9628
9629 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9630
9631         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9632         Fix custom choice.
9633
9634         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9635
9636 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9637
9638         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9639
9640         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9641         `write-region' to respect `mm-inhibit-file-name-handlers'.
9642
9643 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9644
9645         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9646         Use gnus-home-directory instead of "~/" or "$HOME".
9647
9648 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9649
9650         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9651         to mention filename.
9652         Add comments at beginning regarding usage.
9653         (encrypt-write-file-contents): Change interactive so a string is
9654         acceptable.  If the file has no associated model, show an error instead
9655         of a nonsense prompt.
9656
9657 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9658
9659         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9660         Thanks to Yoshihiko Yamada for kind notification of this typo.
9661
9662 2007-01-12  Kenichi Handa  <handa@m17n.org>
9663
9664         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9665         multibyte buffer.
9666
9667 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9668
9669         * gnus-score.el (gnus-score-fast-scoring): New variable.
9670         (gnus-score-headers): Use it.
9671
9672         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9673
9674         * message.el (message-cite-original-1):
9675         Call gnus-article-highlight-citation if requested.
9676         (message-make-from): Allow name and address as optional arguments.
9677
9678         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9679
9680         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9681         bugs to doc string.
9682         (gnus-button-alist): Add mid\\|message-id.
9683         (gnus-button-fetch-group): Extend for use in
9684         `browse-url-browser-function'.
9685         (gnus-button-url-regexp): Try to catch paired parentheses like in
9686         Wikipedia URLs.
9687
9688         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9689         Suggested by Simon Krahnke <overlord@gmx.li>.
9690
9691 2007-01-13  Romain Francoise  <romain@orebokech.com>
9692
9693         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9694         Update copyright.
9695
9696 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9697
9698         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9699
9700 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9701
9702         * gnus-registry.el (gnus-registry-unfollowed-groups)
9703         (gnus-registry-split-fancy-with-parent): Fix documentation.
9704
9705 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9706
9707         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9708         from nnweb groups.
9709
9710 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9711
9712         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9713         Xref urls.  Erase buffer before requesting head.
9714
9715         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9716
9717 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9718
9719         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9720         customizable.
9721
9722 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9723
9724         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9725         no signing key is found.
9726         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9727         no encrypting and/or signing key is found.
9728
9729 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9730
9731         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9732
9733 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9734
9735         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9736         headers read from disk with the ones newly found in the current search.
9737         This should no longer cause problems, because the article numbers in
9738         Gmane's `nov.php' output are ignored since the previous change.
9739
9740 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9741
9742         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9743
9744 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9747         replace-regexp-in-string; bind url-version; fbind display-images-p and
9748         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9749         find-face and set-itimer-function for Emacs; bind itimer-list for
9750         Emacs.
9751
9752         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9753
9754 2007-01-01  Romain Francoise  <romain@orebokech.com>
9755
9756         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9757
9758 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9759
9760         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9761         `define-minor-mode' macro definition expanded properly.
9762         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9763         exclude it there.
9764
9765         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9766         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9767         `fboundp' test.
9768         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9769         This is OK to autoload in (S)XEmacs now.
9770
9771 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9772
9773         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9774         keystroke.
9775         (gnus-summary-limit-to-singletons): Fix typo.
9776
9777         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9778         else fails.
9779
9780 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9781
9782         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9783         docstring.
9784
9785         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9786         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9787         (gnus-summary-insert-dormant-articles): Fix typo in message.
9788
9789 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9790
9791         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9792         nil for XEmacs.
9793         (gnus-message-citation-mode): Don't autoload in XEmacs.
9794
9795         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9796
9797 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9798
9799         * nnimap.el (nnimap-expunge-search-string):
9800         Mention nnimap-search-uids-not-since-is-evil in docstring.
9801
9802 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9803
9804         * spam.el: Revert to make-obsolete-variable because
9805         define-obsolete-variable-alias is not supported in Emacs 21.
9806
9807         * spam.el (spam-ifile-path, spam-ifile-database-path)
9808         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9809         make-obsolete-variable.
9810         (spam-bsfilter-path, spam-bsfilter-program)
9811         (spam-spamassassin-path, spam-spamassassin-program)
9812         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9813         Don't use "path" inappropriately.
9814         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9815         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9816         variable names.
9817
9818 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9819
9820         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9821         summary buffer.
9822
9823         * password.el (password-cache-remove): Use clear-string to burn
9824         password, if available.
9825
9826 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9827
9828         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9829
9830         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9831
9832         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9833         (gnus-message-highlight-citation): Move defcustom here from
9834         gnus-cite.el.
9835         (gnus-message-citation-mode): Autoload.
9836
9837         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9838         checks to make it compile with XEmacs.
9839         (gnus-message-citation-mode): New minor mode.
9840         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9841         (gnus-message-highlight-citation): New variables.
9842         (gnus-message-search-citation-line)
9843         (gnus-message-add-citation-keywords)
9844         (gnus-message-remove-citation-keywords)
9845         (turn-on-gnus-message-citation-mode)
9846         (turn-off-gnus-message-citation-mode): New functions.
9847
9848 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9849
9850         * gnus-cite.el: Enable highlighting of different citation levels in
9851         message-mode.
9852
9853 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9854
9855         * message.el (message-make-fqdn): Fix comment.
9856         (message-bogus-system-names): Add ".local".
9857
9858         * spam.el (spam-ifile-path, spam-ifile-program)
9859         (spam-ifile-database-path, spam-ifile-database)
9860         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9861         Don't use "path" inappropriately.
9862         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9863         strings.
9864         (spam-check-ifile, spam-ifile-register-with-ifile)
9865         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9866         Use new variable names.
9867
9868         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9869         (gnus-treat-display-smileys): Simplify using
9870         gnus-image-type-available-p.
9871
9872         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9873         available.
9874
9875         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9876         Use `display-images-p' if available.
9877
9878 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9881         one after turning on the buffer's multibyteness instead of decoding
9882         them directly in the unibyte buffer that causes unexpected conversion
9883         in Emacs 23 (unicode).
9884
9885 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9886
9887         * message.el (message-generate-hashcash): Fix custom type.
9888
9889 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9890
9891         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9892
9893 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9894
9895         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9896         disconnect icons.  Add help text.
9897
9898 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9899
9900         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9901         negated to be consistent with the others we handle.
9902
9903 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9904
9905         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9906         version of gnus-summary-buffer to something, so that we can use two
9907         article buffers at the same time.
9908
9909 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9910
9911         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9912         trigger all the extra headers.
9913         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9914         sorting.
9915
9916 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9917
9918         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9919         solid groups.
9920
9921 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9922
9923         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9924
9925 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * legacy-gnus-agent.el: Add Copyright notice.
9928
9929 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9930
9931         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9932
9933 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9934
9935         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9936
9937         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9938         to make it work reliably in CVS Emacs.
9939         (gnus-summary-limit-strange-charsets-predicate)
9940         (gnus-summary-limit-to-predicate): New functions.
9941
9942 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9943
9944         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9945         specifying array size.
9946         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9947         array if it is too small.
9948         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9949         (gnus-sort-threads-loop): New function.
9950
9951 2006-12-06  Chris Moore  <dooglus@gmail.com>
9952
9953         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9954         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9955
9956 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9957
9958         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9959         options.
9960
9961 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9962
9963         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9964         DOS-ing the recipient.
9965
9966         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9967         the headers when creating the mapping to avoid mismappings.
9968         (nnweb-gmane-create-mapping): Always nix out old mapping.
9969
9970 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9971
9972         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9973         and mm-verify-option to never.
9974
9975 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * message.el (message-signed-or-encrypted-p): New function.
9978         (message-forward-make-body): Use it.
9979
9980         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9981         Replace encode-coding-string with mm-encode-coding-string.
9982
9983 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9984
9985         * nneething.el (nneething-decode-file-name):
9986         Replace decode-coding-string with mm-decode-coding-string.
9987
9988         * gnus-int.el (gnus-open-server): Say failed server's name.
9989
9990 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9991
9992         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9993         strings to a single string.  Quote `errors-file-name'.
9994         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9995         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9996         Adjust calls.  Use `shell-quote-argument'.
9997
9998 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9999
10000         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10001         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10002
10003         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10004         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10005         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10006         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10007         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10008         (gnus-subscribe-newsgroup, gnus-1):
10009         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10010         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10011         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10012         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10013
10014 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10015
10016         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10017         keystroke.
10018         (gnus-summary-limit-to-bodies): Implement headersp.
10019
10020 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10021
10022         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10023
10024 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10025
10026         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10027
10028 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10029
10030         * message.el (message-generate-hashcash): Expand range of values to
10031         include `opportunistic'.
10032         (message-send-mail): Use it.
10033
10034 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10035
10036         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10037         and comment it.
10038
10039         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10040
10041 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10042
10043         * gnus-util.el (gnus-extract-address-components): Improve comment.
10044
10045 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * gnus-util.el (gnus-extract-address-components): Work with address in
10048         which the name portion contains @.
10049
10050         * lpath.el: Fbind custom-autoload.
10051
10052 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10053
10054         * gnus.el (gnus-start): Move custom group up.
10055         (gnus-select-method): Don't autoload, but make it available for
10056         `customize-variable'.
10057         (gnus-getenv-nntpserver): Don't autoload.
10058
10059 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10060
10061         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10062
10063 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10064
10065         * message.el (message-sendmail-extra-arguments): New variable.
10066         (message-send-mail-with-sendmail): Use it.
10067
10068 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10071         mm-with-unibyte-current-buffer to make string unibyte.
10072
10073         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10074         mm-string-as-multibyte.
10075
10076 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10077
10078         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10079         Reported by Werner Koch <wk@gnupg.org>.
10080
10081 2006-11-14  Daiki Ueno  <ueno@p360>
10082
10083         * mml2015.el: Autoload epa-select-keys when compiling.
10084
10085 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10086
10087         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10088         message-options.
10089         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10090
10091 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10092
10093         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10094         EasyPG (< 0.0.6).
10095         (mml2015-always-trust): New user option.
10096         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10097         prompt.
10098
10099 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * nntp.el (nntp-authinfo-force): New variable.
10102         (nntp-send-authinfo): Use it.
10103
10104 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10105
10106         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10107         decode encoded words.  Improve prompt.  Add comment about forwarding.
10108         (message-replacement-char): Move up.
10109
10110 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10111
10112         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10113         instead of gnus-intersection because arguments of gnus-sorted-nunion
10114         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10115
10116 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10117
10118         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10119         (message-simplify-subject-functions):
10120         Enable message-strip-subject-encoded-words by default.
10121
10122 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10123
10124         * message.el (message-strip-subject-encoded-words): New function.
10125         (message-simplify-subject-functions): New variable.
10126         (message-simplify-subject): Use it.  Fix typo in doc string.
10127         Support message-strip-subject-encoded-words.
10128
10129 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10130
10131         * gnus-diary.el (gnus-diary-delay-format-function):
10132         * nndiary.el (nndiary-reminders):
10133         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10134
10135 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10136
10137         * gnus-art.el (article-hide-boring-headers): Fetch date from
10138         gnus-original-article-buffer to avoid problems with localized date
10139         strings.
10140
10141 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10142
10143         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10144
10145 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10146
10147         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10148         New variables.
10149         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10150         (mm-charset-synonym-alist): Move some entries to
10151         mm-codepage-iso-8859-list.
10152         (mm-charset-synonym-alist, mm-charset-override-alist):
10153         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10154
10155 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10156
10157         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10158
10159 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10160
10161         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10162         with Emacs 21 and XEmacs.
10163
10164 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10165
10166         * spam.el (spam-parse-address): New function for better parsing,
10167         catching errors, etc.
10168         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10169
10170 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * mm-view.el: Add interactive arg to html2text autoload.
10173
10174 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10175
10176         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10177
10178 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10179
10180         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10181         New variables.
10182         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10183         (mm-charset-synonym-alist): Move some entries to
10184         mm-codepage-iso-8859-list.
10185
10186         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10187
10188 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10189
10190         * message.el (message-citation-line-format)
10191         (message-insert-formated-citation-line): Fix implementation of %E, %N
10192         and %n according to the doc string.
10193
10194 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10195
10196         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10197         Use car-safe to avoid bad parses.
10198
10199 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10202         names.
10203
10204         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10205
10206 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10207
10208         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10209         header.
10210
10211         * message.el (message-draft-headers): Add Date.
10212         (message-headers-to-generate): Fix typo in docstring.
10213
10214         * nndraft.el (nndraft-required-headers): New variable.
10215         (nndraft-generate-headers): Use it.
10216
10217         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10218
10219 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10220
10221         * gnus-registry.el (gnus-registry-wash-for-keywords)
10222         (gnus-registry-find-keywords): New functions to allow easy searching of
10223         articles that are in the registry.
10224
10225 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10226
10227         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10228         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10229         Reported by Damien Elmes <damien@repose.cx>.
10230
10231 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10232
10233         * gnus.el (gnus-mime): Remove unused custom group.
10234
10235 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10236
10237         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10238         "blank line" when searching for end of armor headers.
10239
10240 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * gmm-utils.el (gmm-write-region): Fix variable name.
10243
10244 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10245
10246         * gmm-utils.el (gmm-write-region): New function based on compatibility
10247         code from `mm-make-temp-file'.
10248
10249         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10250
10251         * nnmaildir.el (nnmaildir--update-nov)
10252         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10253         Use `gmm-write-region'.
10254
10255 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10256
10257         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10258         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10259
10260         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10261
10262         * message.el (message-replacement-char): New variable.
10263         (message-fix-before-sending): Use it.
10264         (message-simplify-subject): New function to remove duplicate code.
10265         (message-reply, message-followup): Use it.
10266
10267         * gnus-sum.el (gnus-summary-make-menu-bar):
10268         Clarify gnus-summary-limit-to-articles.
10269
10270 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * gnus-util.el (gnus-with-local-quit): New macro.
10273
10274         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10275
10276 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10277
10278         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10279         ignore non-string data.
10280
10281 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10282
10283         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10284         non-string data (needs to be done in the registry too).
10285
10286 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10287
10288         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10289         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10290         (gnus-registry-split-fancy-with-parent)
10291         (gnus-registry-fetch-simplified-message-subject-fast)
10292         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10293         Remove text properties on ingress into the registry and when it's saved.
10294         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10295         registry from entries with no groups.
10296
10297 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10298
10299         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10300         function to remove string properties.
10301
10302 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10303
10304         * gmm-utils.el (gmm): Adjust custom version.
10305
10306         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10307         Adjust custom version.
10308
10309         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10310
10311 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10312
10313         * gnus-art.el (gnus-insert-prev-page-button)
10314         (gnus-insert-next-page-button): Simplify.  Reformat.
10315
10316 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10317
10318         * gnus-art.el (gnus-insert-prev-page-button)
10319         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10320
10321 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10322
10323         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10324
10325 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10326
10327         * gnus-art.el (gnus-insert-mime-button)
10328         (gnus-insert-mime-security-button):
10329         Apply gnus-article-button-face to MIME and security buttons.
10330
10331 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10332
10333         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10334         readable.
10335
10336 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10339
10340 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10341
10342         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10343         `browse-url-of-file' instead of `browse-url'.
10344
10345 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10346
10347         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10348         regexp.  Articles containing quotation were cut prematurely.
10349
10350 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10351
10352         * message.el (message-cite-original-1): Use nobody by default for the
10353         value of From header.
10354         (message-reply): Ditto.
10355
10356 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10357
10358         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10359         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10360         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10361
10362 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10363
10364         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10365         mails in the doc string.  Add some URLs in comment.
10366         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10367
10368 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10371         backslashes handling and the way to find boundaries of quoted strings.
10372
10373 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10374
10375         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10376         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10377         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10378         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10379
10380 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10381
10382         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10383         doc string.
10384         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10385
10386 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * lpath.el: Fbind epg-check-configuration.
10389
10390 2006-09-06  Simon Josefsson  <jas@extundo.com>
10391
10392         * mml2015.el (mml2015-use): Doc fix, mention epg.
10393
10394 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10395
10396         * mml2015.el (mml2015-use): Default to epg, if available.
10397
10398 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10399
10400         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10401         message-sender.
10402         (mml1991-epg-encrypt): Ditto.
10403         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10404         message-sender.
10405         (mml2015-epg-encrypt): Ditto.
10406
10407 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10408
10409         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10410         several common directories.
10411
10412 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10413
10414         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10415         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10416
10417 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10418
10419         * gnus-art.el (article-decode-encoded-words): Make it fast.
10420
10421 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10422
10423         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10424
10425         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10426         in quoted string into `\'.
10427
10428 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10431         Use standard-syntax-table.
10432
10433 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * gnus-art.el (gnus-decode-address-function): New variable.
10436         (article-decode-encoded-words): Use it to decode headers which are
10437         assumed to contain addresses.
10438         (gnus-mime-delete-part): Remove useless `or'.
10439
10440         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10441         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10442         (gnus-nov-parse-line): Use it to decode From header.
10443         (gnus-get-newsgroup-headers): Ditto.
10444         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10445
10446         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10447         (mail-decode-encoded-address-string): New alias.
10448
10449         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10450         New function.
10451         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10452         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10453         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10454         (rfc2047-decode-string): Ditto.
10455         (rfc2047-decode-address-region): New function.
10456         (rfc2047-decode-address-string): New function.
10457
10458 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10459
10460         * message.el (message-caesar-buffer-body): Allow rotating headers.
10461
10462         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10463
10464         * message.el (message-insert-formated-citation-line): Fix %f.
10465         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10466
10467 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10468
10469         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10470         (gnus-bookmark-mouse-available-p): New macro.
10471         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10472         (gnus-bookmark-bmenu-show-infos): Use it.
10473         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10474         (gnus-bookmark-bmenu-hide-infos): Ditto.
10475         (gnus-bookmark-remove-properties): New function.
10476         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10477         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10478         (gnus-bookmark-write-file): Bind coding-system-for-write.
10479         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10480         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10481         group before selecting it.
10482         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10483         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10484         quit-window if it is not available; use gnus-mouse-2 and bind it to
10485         gnus-bookmark-bmenu-select-by-mouse.
10486         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10487         (gnus-bookmark-bmenu-select-by-mouse): New function.
10488
10489 2006-08-13  Romain Francoise  <romain@orebokech.com>
10490
10491         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10492         space.
10493
10494 2006-08-10  Romain Francoise  <romain@orebokech.com>
10495
10496         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10497         (dns-mode-soa-auto-increment-serial): New user option.
10498         (dns-mode-soa-maybe-increment-serial): New function.
10499         (dns-mode): Add the latter to `write-contents-functions'.
10500
10501 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10502
10503         * compface.el (uncompface): Use binary rather than raw-text-unix.
10504
10505 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * compface.el (uncompface): Make sure the eol conversion doesn't take
10508         place when communicating with the external programs.
10509         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10510
10511 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10514
10515 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10516
10517         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10518         Make it more robust by parsing author and date independently.
10519
10520 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10523
10524 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10525
10526         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10527         first matching secret key.
10528         (mml2015-epg-encrypt): Ditto.
10529
10530         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10531         first matching secret key.
10532         (mml1991-epg-encrypt): Ditto.
10533
10534         * mml2015.el (mml2015-encrypt-to-self): New user option.
10535         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10536         mml2015-epg-encrypt-to-self is set.
10537
10538         * mml1991.el (mml1991-encrypt-to-self): New variable.
10539         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10540         mml1991-epg-encrypt-to-self is set.
10541
10542         * mml2015.el (mml2015-signers): New user option.
10543         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10544         (mml2015-epg-encrypt): Allow to select signing keys.
10545
10546         * mml1991.el (mml1991-signers): New variable.
10547         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10548         (mml1991-epg-encrypt): Allow to select signing keys.
10549
10550 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * nnheader.el (nnheader-insert-head): Make it work even if the file
10553         uses CRLF for the line-break code.
10554
10555 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10556
10557         * mml2015.el: Require mml-sec instead of password.
10558         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10559         (mml2015-cache-passphrase): Inherit the default value from
10560         mml-secure-cache-passphrase.
10561         (mml2015-passphrase-cache-expiry): Inherit the default value from
10562         mml-secure-passphrase-cache-expiry.
10563
10564         * mml1991.el: Require mml-sec instead of password.
10565         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10566         (mml1991-cache-passphrase): Inherit the default value from
10567         mml-secure-cache-passphrase.
10568         (mml1991-passphrase-cache-expiry): Inherit the default value from
10569         mml-secure-passphrase-cache-expiry.
10570
10571         * mml-sec.el: Require password.
10572         (mml-secure-verbose): New user option.
10573         (mml-secure-cache-passphrase): New user option.
10574         (mml-secure-passphrase-cache-expiry): New user option.
10575
10576 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10577
10578         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10579         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10580         andreas@altroot.de (Andreas Vögele).
10581
10582         FIXME: Use `tiny change'?
10583
10584 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10585
10586         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10587         workaround for the url package included with Emacs.
10588
10589         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10590
10591 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10594         correctly.  This fixes a bug caused by the 2006-05-12 change.
10595
10596 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10597
10598         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10599         some information about the error when saying that the `bogus' mail
10600         group will be used.
10601
10602 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10603
10604         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10605         string.
10606
10607 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10608
10609         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10610
10611 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10612
10613         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10614
10615 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10616
10617         * mml1991.el (mml1991-function-alist): Add epg.
10618         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10619         (mml1991-epg-encrypt): New functions.
10620
10621 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10622
10623         * mml2015.el (mml2015-verbose): New variable.
10624         (mml2015-cache-passphrase): Ditto.
10625         (mml2015-passphrase-cache-expiry): Ditto.
10626         (mml2015-function-alist): Add epg.
10627         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10628         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10629         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10630         New functions.
10631
10632 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10633
10634         * message.el (message-cite-original-1): Preserve region when removing
10635         quoted text due to X-No-Archive in order to avoid bogus attribution
10636         when citing multiple messages.
10637
10638 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10639
10640         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10641         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10642
10643 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10644
10645         * gnus-diary.el (gnus-user-format-function-d)
10646         (gnus-user-format-function-D): Autoload.
10647
10648         * imap.el (Commentary): Fix typo.
10649
10650         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10651         2006-04-22 contribution.
10652
10653 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10654
10655         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10656         It didn't really fix the bogosity I'm seeing with solid web groups.
10657
10658 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10659
10660         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10661         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10662         created using server names.  If we use the feature without declaring
10663         it, Gnus does not properly manage server and group state.
10664
10665         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10666         bound.
10667
10668 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10669
10670         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10671         looking up the method using GROUP's prefix before inventing a new one.
10672         It is used on killed/unknown groups in various places where returning
10673         an all-new method isn't expected by the caller.
10674
10675         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10676         and match semantics of gnus-group-real-prefix.
10677
10678 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10679
10680         * nnmail.el (nnmail-broken-references-mailers): New variable.
10681         (nnmail-ignore-broken-references): New function generalizing
10682         nnmail-fix-eudora-headers.
10683         (nnmail-fix-eudora-headers): Now obsolete.
10684
10685         * gnus-art.el (gnus-button-handle-custom):
10686         Support `customize-apropos*'.
10687
10688 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10689
10690         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10691
10692         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10693         articles.
10694
10695 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10696
10697         * message.el (message-cite-reply-above): New variable.
10698         (message-yank-original): Use it.
10699
10700 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10701
10702         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10703
10704 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10705
10706         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10707         as read.
10708
10709         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10710
10711 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10712
10713         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10714         (gnus-bookmark-default-file): Use gnus-directory.
10715         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10716         Remove "*" in doc string.
10717         (gnus-bookmark-write-file): Simplify.
10718         (gnus-bookmark-maybe-sort-alist): Use `when'.
10719         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10720         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10721         Add FIXME about Emacs 21 and XEmacs compatibility.
10722         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10723         compatibility.
10724         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10725         compatibility.
10726         (gnus-bookmark-menu-heading): Fix version.
10727
10728 2006-06-19  Bastien Guerry  <bzg@altern.org>
10729
10730         * gnus-bookmark.el: New file.
10731
10732 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * message.el (message-syntax-checks): Doc fix.
10735
10736 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10737
10738         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10739         unsubscribed groups as if they were killed ones.  It causes duplicate
10740         entries in gnus-newsrc-alist.
10741
10742 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10743
10744         * message.el (message-syntax-checks): Doc fix.
10745         (message-send-mail): Add check for continuation headers.
10746         (message-check-news-header-syntax): Fix regexp used to check for
10747         continuation headers.
10748
10749 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10750
10751         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10752
10753 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10754
10755         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10756
10757 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10760         default-truncate-lines.
10761
10762 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10763
10764         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10765         to fill the utf-8 entry.
10766
10767         * lpath.el: Fbind unicode-precedence-list.
10768
10769 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10770
10771         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10772
10773 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10774
10775         * gnus-agent.el (directory-files-and-attributes): Move all the way
10776         forward (the third and final move).
10777         (gnus-agent-read-agentview): Trap reconstruction errors due to
10778         nonexistent directory.  Handle by returning nil.
10779
10780 2006-05-30  Didier Verna  <didier@xemacs.org>
10781
10782         * message.el (message-dont-reply-to-names): Update the custom type.
10783         * message.el (message-dont-reply-to-names): New defsubst: potentially
10784         convert a list of regexps into a single one.
10785         * message.el (message-get-reply-headers): Use it.
10786         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10787
10788 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10789
10790         * gnus-agent.el (directory-files-and-attributes): Move forward.
10791
10792 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10793
10794         * gnus-ml.el (gnus-mailing-list-subscribe)
10795         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10796         (gnus-mailing-list-message): Fix doc strings.
10797
10798 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10799
10800         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10801         of doing it manually.
10802
10803 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10804
10805         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10806         comment.
10807
10808 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10809
10810         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10811         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10812         (gnus-agent-read-local): All symbols allocated in my-obarray.
10813         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10814         (gnus-agent-regenerate-group): Check numeric names to see if they are
10815         messages or groups.
10816         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10817         better way of do this...)
10818
10819         * gnus-cache.el (gnus-agent-total-fetched-for):
10820         Ignore 'dummy.group' (there should be a better way of do this...)
10821
10822 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10825         (gnus-saved-headers): Ditto.
10826         (gnus-default-article-saver): Mention functions may have properties.
10827         (gnus-article-save): Override gnus-save-all-headers and
10828         gnus-saved-headers by :headers property which saver function may have.
10829         (gnus-summary-save-in-file): Add :headers property.
10830         (gnus-summary-write-to-file): Ditto.
10831
10832         * gnus-sum.el (gnus-summary-save-article): Bind
10833         gnus-prompt-before-saving to t when saving many articles in a file;
10834         always show all headers.
10835
10836         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10837
10838 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10839
10840         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10841         marks.
10842
10843         * message.el (message-indent-citation): Add optional arguments to allow
10844         using it outside of message buffers.
10845
10846         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10847         (gnus-article-treat-unfold-headers): Use it.
10848         (gnus-article-truncate-lines): New variable.
10849         (gnus-article-mode): Use it.
10850         (gnus-article-toggle-truncate-lines): New function.
10851
10852         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10853         Add gnus-article-toggle-truncate-lines.
10854
10855         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10856         coding system in XEmacs, use binary.
10857
10858 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10861         after-load-alist.
10862
10863         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10864         this function should save decoded articles.
10865         (gnus-summary-write-to-file): Use property to specify this function
10866         should save decoded articles and specify gnus-summary-save-in-file
10867         should be used to save articles other than the first one when saving
10868         many articles.
10869         (gnus-summary-save-body-in-file): Use property to specify this
10870         function should save decoded articles.
10871         (gnus-summary-write-body-to-file): Use property to specify this
10872         function should save decoded articles and specify
10873         gnus-summary-save-body-in-file should be used to save articles other
10874         than the first one when saving many articles.
10875
10876         * gnus-sum.el (gnus-summary-save-article): Simplify.
10877
10878 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * gnus-art.el (gnus-default-article-saver):
10881         Add gnus-summary-write-body-to-file.
10882         (gnus-article-save-coding-system): Don't use coding system object
10883         in XEmacs.
10884         (gnus-read-save-file-name): Add optional `dir-var' argument which
10885         specifies directory in which files are saved; work even if optional
10886         `variable' argument is not specified.
10887         (gnus-summary-write-to-file): Read file name.
10888         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10889         (gnus-summary-write-body-to-file): New function.
10890
10891         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10892         (gnus-summary-local-variables): Add it.
10893         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10894         (gnus-summary-save-article): Remove optional `decode' argument;
10895         determine whether to decode articles by the value of
10896         gnus-default-article-saver; when saving many files using
10897         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10898         it first and use gnus-summary-save-in-file or
10899         gnus-summary-save-body-in-file thereafter unless
10900         gnus-prompt-before-saving is always; move point to article which
10901         will be saved.
10902         (gnus-summary-save-article-file): Revert.
10903         (gnus-summary-write-article-file): Revert.
10904         (gnus-summary-save-article-body-file): Revert.
10905         (gnus-summary-write-article-body-file): New function.
10906
10907 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * gnus-art.el (gnus-default-article-saver): Doc fix.
10910         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10911         from gnus-summary-save-article-coding-system, and default to a
10912         certain coding system.
10913         (gnus-output-to-file): Add coding cookie and encode text according
10914         to gnus-article-save-coding-system; don't use mm-append-to-file.
10915
10916         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10917         gnus-art.el and rename to gnus-article-save-coding-system.
10918         (gnus-summary-save-article): Require gnus-art; don't show all
10919         headers if it decodes articles; don't add coding cookie here;
10920         don't bind mm-text-coding-system-for-write.
10921         (gnus-summary-save-article-file): Save decoded articles.
10922         (gnus-summary-write-article-file): When saving many files, use
10923         gnus-summary-write-to-file first and gnus-summary-save-in-file
10924         thereafter unless gnus-prompt-before-saving is always.
10925         (gnus-summary-save-article-body-file): Save decoded articles.
10926
10927         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10928
10929 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10930
10931         * nnrss.el (nnrss-check-group): Bind hash-index.
10932
10933 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10934
10935         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10936         its hash index.  Store this hash in `nnrss-group-data'.
10937         (nnrss-read-group-data): Update accordingly.
10938
10939 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10940
10941         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10942         entry.
10943
10944         * gnus-sum.el (gnus-summary-make-menu-bar):
10945         Add gnus-article-browse-html-article.
10946
10947 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10948
10949         * gnus-sum.el (gnus-summary-mime-map):
10950         Add gnus-article-browse-html-article.
10951
10952         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10953
10954 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10955
10956         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10957         suitable coding systems in customize.
10958
10959 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10960
10961         * mail-source.el (mail-sources): Fix custom type.
10962
10963 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10964
10965         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10966         (gnus-summary-expire-articles-now): Shorten prompt.
10967
10968         * gmm-utils.el (wid-edit): Require.
10969         (defun-gmm): Rename from `gmm-defun-compat'.
10970         (gmm-image-search-load-path): Use it.
10971         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10972
10973 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10974
10975         * gnus-sum.el (gnus-summary-save-article-coding-system):
10976         New variable.
10977         (gnus-summary-save-article): Add optional `decode' argument.
10978         If it is set and gnus-summary-save-article-coding-system is non-nil,
10979         save decoded article.
10980         (gnus-summary-write-article-file): Save decoded article if
10981         gnus-summary-save-article-coding-system is non-nil.
10982
10983         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10984         type.
10985
10986 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10989
10990 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10991
10992         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10993         first to test gnus-single-article-buffer which may be buffer-local.
10994
10995         * gnus-sum.el (gnus-summary-setup-buffer):
10996         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10997         group; make gnus-article-buffer, gnus-article-current, and
10998         gnus-original-article-buffer always buffer-local.
10999         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11000         group.
11001         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11002
11003 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11004
11005         * nnml.el (nnml-request-compact-group): Compressed files might not
11006         have .gz extension.
11007
11008 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11009
11010         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11011         (mm-copy-to-buffer): Use with-current-buffer.
11012         (mm-display-part): Simplify.
11013         (mm-inlinable-p): Add optional arg `type'.
11014
11015 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11016
11017         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11018         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11019         Try harder to show the attachment internally or externally using
11020         gnus-mime-view-part-as-type.
11021
11022 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11023
11024         * message.el (message-from-style, message-signature-separator)
11025         (message-user-organization-file, message-send-mail-function)
11026         (message-citation-line-function, message-yank-prefix)
11027         (message-indent-citation-function, message-signature)
11028         (message-signature-file, message-signature-insert-empty-line):
11029         Remove autoloads.
11030
11031         * gnus-art.el (gnus-buttonized-mime-types):
11032         Remove "multipart/signed".  Revert 2006-04-26 change.
11033
11034 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11035
11036         * gnus.el (gnus-version-number): Bump version.
11037
11038 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11039
11040         * gnus.el: No Gnus v0.5 is released.
11041
11042 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11043
11044         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11045         fetching articles by message-id.
11046
11047 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11048
11049         * message.el (hashcash): Require hashcash as normal.
11050
11051         * ecomplete.el (ecomplete-highlight-match-line):
11052         Use point-at-eol.
11053         (ecomplete-highlight-match-line): Use `highlight', because that
11054         face exists in both Emacs and XEmacs.
11055
11056         * message.el (message-display-abbrev): Use point-at-bol.
11057
11058         * mail-source.el: Don't require timer/timer-funcs.
11059
11060         * gnus-async.el: Ditto.
11061
11062         * password.el: Ditto.
11063
11064         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11065
11066         * mm-url.el: Ditto.
11067
11068         * gnus-xmas.el: Don't require timer-funcs.
11069
11070         * mm-util.el: Require timer/timer-funcs.
11071
11072 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11073
11074         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11075         Close.
11076
11077 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11078
11079         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11080         unibyte after clear-decrypt function runs.
11081
11082         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11083         returns as a unibyte string.
11084
11085 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * lpath.el: Revert.
11088
11089         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11090         (pgg-gpg-process-sentinel): Revert.
11091
11092         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11093         (pgg-pgp-lookup-key): Revert.
11094
11095         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11096         (pgg-pgp5-lookup-key): Revert.
11097
11098         * pgg.el (pgg-fetch-key): Revert.
11099
11100 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * lpath.el: Fbind string-as-multibyte for XEmacs.
11103
11104         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11105         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11106         (mml1991-pgg-encrypt): Ditto.
11107
11108         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11109         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11110         a multibyte buffer.
11111
11112         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11113         (pgg-pgp-lookup-key): Ditto.
11114
11115         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11116         (pgg-pgp5-lookup-key): Ditto.
11117
11118         * pgg.el (pgg-fetch-key): Ditto.
11119
11120 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11121
11122         * message.el (message-user-organization-file): Check several
11123         locations of the organization file.
11124
11125         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11126         Add gnus-article-view-part-as-type.
11127
11128         * gnus-art.el (gnus-article-view-part-as-type): New function.
11129
11130         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11131         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11132
11133         * mml.el: Simplify autoload.
11134         (mml-mode): defvar dnd-protocol-alist instead of using
11135         symbol-value.
11136         (mml-default-directory): New variable.
11137         (mml-minibuffer-read-file): Use it.
11138         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11139
11140         * message.el (message-citation-line-format): New variable.
11141         (message-insert-formated-citation-line): New function.
11142         (message-citation-line-function):
11143         Add `message-insert-formated-citation-line' to custom type.
11144
11145         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11146         to doc string.
11147
11148         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11149         depending on mm-verify-option.
11150
11151 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11154         binding pgg-* variables; reimplement the section which prevents
11155         MIME header from being signed.
11156         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11157         pgg-text-mode; remove a blank line at the top of body.
11158
11159         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11160         lines at the top of body; use gnus-newsgroup-charset if there's no
11161         Charset header.
11162
11163 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * message.el (message-self-insert-commands): Doc fix.
11166
11167         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11168         (mm-uu-pgp-encrypted-test): Ditto.
11169         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11170         between header and body; return application/pgp-encrypted handle
11171         if decryption failed; decode decrypted body by charset.
11172
11173         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11174         element match to application/pgp-*.
11175
11176 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11177
11178         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11179         HTML.
11180
11181 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11182
11183         * mail-source.el (mail-source-call-script): Message the error
11184         string.
11185
11186 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11187
11188         * gnus-util.el (gnus-byte-compile): Use it.
11189
11190 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11191
11192         * gnus-util.el (kill-empty-logs): New function.
11193
11194 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11195
11196         * message.el (message-mail-alias-type): Doc fix.
11197         (message-mail-alias-type-p): New function.
11198         (message-send): Use it.
11199         (message-mode): Ditto.
11200         (message-strip-forbidden-properties): Ditto.
11201
11202         * ecomplete.el (ecomplete-database-file-coding-system):
11203         New variable.
11204         (ecomplete-save): Use it.
11205         (ecomplete-setup): Use it.
11206
11207 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * message.el (message-self-insert-commands): New variable.
11210         (message-strip-forbidden-properties): Use it.
11211
11212 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11213
11214         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11215         that doesn't make XEmacs choke.
11216
11217 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11218
11219         * gnus-util.el (gnus-replace-in-string):
11220         Prefer replace-regexp-in-string over of replace-in-string.
11221
11222 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * gnus-util.el (gnus-select-frame-set-input-focus):
11225         Use select-frame-set-input-focus if it is available in XEmacs; use
11226         definition defined in Emacs 22 for old Emacsen.
11227
11228         * dgnushack.el: Autoload unmorse-region for XEmacs.
11229
11230         * lpath.el: Bind cursor-in-non-selected-windows and
11231         select-frame-set-input-focus for XEmacs.
11232
11233 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11234
11235         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11236
11237 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11238
11239         * gnus-registry.el (gnus-registry-cache-save): Remove text
11240         properties when saving via the temp buffer.
11241
11242 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11243
11244         * message.el (message-generate-hashcash): Honor custom type.
11245
11246 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11247
11248         * message.el (message-generate-hashcash): Default to non-nil when
11249         hashcash is found.
11250
11251         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11252         (gnus-refer-thread-limit): Increase default to 500.
11253
11254         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11255
11256         * flow-fill.el (fill-flowed): Allow delete-space.
11257
11258 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11259
11260         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11261         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11262         Remove autoloads.
11263
11264 2006-04-18  Simon Josefsson  <jas@extundo.com>
11265
11266         * message.el (message-generate-hashcash): Default to.
11267
11268 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11271         concatenating segments rather than before concatenating them.
11272
11273 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11274
11275         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11276
11277 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11278
11279         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11280
11281         * message.el (message-forward-make-body-plain):
11282         Allow message-forward-ignored-headers to be a list.
11283         (message-remove-ignored-headers): Factor out into function.
11284         (message-forward-make-body-mml): Use it.
11285
11286         * imap.el (imap-quote-specials): New function.
11287         (imap-login-auth): Quote specials.
11288
11289         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11290         (rfc2231-parse-string): Allow concatanation of parameters that
11291         aren't contiguous.  The test case is
11292           (mail-header-parse-content-type "message/external-body;
11293             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11294             access-type=LOCAL-FILE;
11295             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11296
11297 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11298
11299         * nntp.el (nntp-accept-process-output): Return the value of
11300         `nnheader-accept-process-output'.
11301
11302 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11303
11304         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11305         (gnus-button-alist): Recognize more diff formats.
11306         (gnus-button-patch): Strip directory.
11307
11308 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11309
11310         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11311         Emacs 22 when setting focus.
11312
11313 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11314
11315         * gnus-art.el (gnus-article-treat-types): Do treatment of
11316         text/x-verbatim parts.
11317         (gnus-button-patch): New command.
11318
11319         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11320         addresses that contain invalid characters.
11321
11322 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11323
11324         * message.el (message-put-addresses-in-ecomplete):
11325         Use gnus-replace-in-string.
11326         (message-is-yours-p): Use the more correct
11327         mail-header-parse-address instead of
11328         mail-extract-address-components.
11329         (message-put-addresses-in-ecomplete): Fix typo.
11330
11331         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11332         keystroke.
11333
11334         * gnus-art.el (gnus-treatment-function-alist): Change order of
11335         newsgroups/generic header folding to avoid double-folding.
11336
11337         * message.el (message-hidden-headers): Add X-Draft-From.
11338
11339         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11340         New command.
11341         (gnus-summary-repeat-search-article-backward): New command.
11342
11343         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11344         groups in the parent topic.
11345
11346 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11347
11348         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11349         (spam-extra-header-to-number): Return the CRM114 number as a
11350         number instead of a string.
11351
11352 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11353
11354         * gnus-art.el (gnus-face-properties-alist): Move here from
11355         gnus-fun.
11356
11357         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11358
11359 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11360
11361         * message.el (message-strip-forbidden-properties): Only display on
11362         self-insert-command.
11363
11364         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11365         reindent.
11366         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11367
11368 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11369
11370         * smiley.el (smiley-style): Fix typo.
11371
11372 2006-03-23  Kenichi Handa  <handa@m17n.org>
11373
11374         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11375         instead of set-buffer-multibyte.
11376
11377 2006-03-23  Kenichi Handa  <handa@m17n.org>
11378
11379         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11380         buffer and then decode the buffer text if necessary.
11381         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11382         first, and after mm-encode-body, change the buffer to unibyte.
11383
11384 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11385
11386         * hashcash.el (hashcash-insert-payment-async-2):
11387         Use message-goto-eoh instead of doing it manually.
11388         (mail-add-payment): Use message-narrow-to-header instead of trying
11389         to do the same itself.
11390
11391         * message.el (message-hidden-headers): Add Face.
11392
11393         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11394         reparenting code.
11395         (gnus-summary-reparent-children): Refactored out code.
11396         (gnus-summary-thread-map): New keystroke.
11397         (gnus-summary-reparent-children): Make into command.
11398
11399         * smiley.el (smiley-style): Default to `medium' if using a large
11400         font.
11401
11402         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11403         does it itself.
11404
11405         * message.el (message-point-in-header-p): Simplify definition.
11406
11407 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11408
11409         * nnagent.el (nnagent-request-set-mark): Silence log file
11410         writing.
11411         (nnagent-request-set-mark): Use write-region instead of
11412         append-to-file.
11413
11414         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11415         strange select method.
11416
11417         * ecomplete.el (ecomplete-display-matches): Get highlightling
11418         right.
11419         (ecomplete-display-matches): Use literals.
11420         (ecomplete-display-matches): Disable message logging.
11421
11422         * message.el (message-display-abbrev): Small optimization.
11423
11424         * ecomplete.el (ecomplete-display-matches): Allow automatic
11425         display.
11426
11427         * message.el (message-strip-forbidden-properties):
11428         Display abbrevs.
11429         (message-display-abbrev): Get automatic display right.
11430
11431         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11432         keystrokes.
11433
11434 2006-04-13  Romain Francoise  <romain@orebokech.com>
11435
11436         TODO: Backport to v5-10!
11437
11438         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11439         Move here (and rename) from gnus-registry.el.
11440
11441         * gnus-registry.el: Require gnus-util.
11442         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11443
11444 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11445
11446         * gnus-group.el (gnus-group-catchup-current):
11447         Change if-then-else-if-then-else into cond.
11448         (gnus-group-catchup): Indent.
11449         (group-name-at-point): New function.
11450         (gnus-fetch-group): Provide default from thing at point.
11451
11452 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11453
11454         * message.el (message-display-abbrev): Fix regexp.
11455
11456         * ecomplete.el (ecomplete-highlight-match-line):
11457         Reimplement choosing.
11458         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11459         dead variables.
11460
11461         * message.el (message-newline-and-indent): Remove debugging.
11462         (message-display-abbrev): Use new implementation.
11463
11464 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11465
11466         * gnus-art.el (gnus-article-mode):
11467         Set cursor-in-non-selected-windows to nil.
11468
11469         * smiley.el: Revert previous change.
11470         (smiley-data-directory): defvar it before using it in the
11471         defcustom of `smiley-style'.
11472
11473 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11474
11475         * message.el (message-newline-and-indent): New function.
11476
11477         * ecomplete.el: Implement more bits.
11478
11479         * message.el (message-put-addresses-in-ecomplete): Clean up the
11480         string.
11481
11482         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11483
11484         * gnus-sum.el (gnus-summary-save-parts):
11485         Bind gnus-summary-save-parts-counter and use it to make unique file
11486         names.
11487
11488         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11489
11490         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11491         parameter to say whether to actually parse the individual
11492         addresses.
11493
11494         * message.el (message-put-addresses-in-ecomplete): New function.
11495         (ecomplete): Require.
11496         (message-mail-alias-type): Add ecomplete as an option.
11497
11498 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11499
11500         * flow-fill.el (fill-flowed): Remove trailing space from blank
11501         quoted lines.
11502
11503 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11504
11505         * smiley.el (smiley-style): Move definition later to avoid a
11506         compilation warning.
11507
11508 2006-04-12  Kenichi Handa  <handa@m17n.org>
11509
11510         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11511         buffer and then decode the buffer text if necessary.
11512         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11513         first, and after mm-encode-body, change the buffer to unibyte.
11514         Use mm-disable-multibyte instead of set-buffer-multibyte.
11515
11516 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11519         Content-Type header instead of Content-Disposition header.
11520         (gnus-mime-inline-part): Ditto.
11521         (gnus-mime-view-part-as-charset): Ignore charset that the part
11522         specifies.
11523
11524         * mm-decode.el (mm-display-part): Work with external parts and
11525         usual parts similarly.
11526
11527         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11528         instead of gnus-display-mime.
11529
11530         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11531         instead of with-temp-buffer.
11532
11533         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11534         tag to summarized topics part in order to encode non-ASCII text.
11535
11536 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11537
11538         * smiley.el (smiley-style): New variable.
11539         (smiley-directory): New function.
11540         (smiley-data-directory): Derive from `smiley-style' using
11541         `smiley-directory'.
11542         (smiley-regexp-alist): Add new entries.
11543
11544         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11545         (gnus-article-browse-delete-temp): Add :version.
11546
11547 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11548
11549         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11550         the sieve region.
11551
11552 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11553
11554         * gnus.el (gnus-version-number): Bump version.
11555
11556 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11557
11558         * gnus.el: No Gnus v0.4 is released.
11559
11560 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11561
11562         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11563         layout.
11564
11565         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11566         unknown charset.
11567
11568         * message.el (message-header-synonyms): Add Original-To to the
11569         default.
11570
11571         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11572         optional parameter.
11573
11574 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11575
11576         * gnus-fun.el (gnus): Require it for gnus-directory.
11577
11578 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11581
11582 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11583
11584         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11585
11586 2006-04-05  Simon Josefsson  <jas@extundo.com>
11587
11588         * password.el (password-reset): New function.
11589
11590 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11591
11592         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11593         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11594
11595 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11596
11597         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11598         Some whitespace was matched into the url, which broke browsing hits
11599         > 100 when mm-url-use-external was nil.
11600
11601 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11602
11603         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11604         Check gnus-extra-headers for 'Newsgroups.
11605
11606         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11607         bound.
11608
11609 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11610
11611         * pgg-gpg.el: Clean up process buffers every time gpg processes
11612         complete.
11613
11614 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11615
11616         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11617         doc string.
11618
11619 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11620
11621         * pgg-gpg.el (pgg-gpg-process-filter)
11622         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11623
11624         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11625         lines, temporary fix.
11626
11627 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11628
11629         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11630
11631 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11632
11633         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11634         default-enable-multibyte-characters.  This reverts the change from
11635         revision 6.17 which is no longer necessary because the passphrase
11636         is sent separately now.  GnuPG messages are unreadable under
11637         multibyte locales with default-enable-multibyte-characters set to
11638         nil.
11639
11640 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11641
11642         * message.el (message-tool-bar-gnome): Move "spell".
11643
11644 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11645
11646         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11647         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11648         instead.
11649
11650 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11651
11652         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11653         Improve newsgroups handling for NNTP overviews which don't include
11654         Newsgroups.
11655
11656 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11657
11658         * message.el (message-resend): Bind message-generate-hashcash to nil.
11659
11660 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11661
11662         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11663         when searching for already-paid recipients.
11664
11665 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11666
11667         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11668         passphrases when it is not needed.
11669         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11670         passphrase stuff from gpg, should only be necessary when you use
11671         gpg with a smartcard.
11672
11673 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * mml.el (mml-insert-mime): Ignore cached contents of
11676         message/external-body part.
11677
11678         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11679         (mm-insert-part): Ditto.
11680
11681 2006-03-23  Simon Josefsson  <jas@extundo.com>
11682
11683         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11684         Reiner.
11685         (pgg-gpg-use-agent-p): Use it again.
11686
11687 2006-03-23  Simon Josefsson  <jas@extundo.com>
11688
11689         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11690         older emacsen.
11691         (pgg-gpg-use-agent-p): Don't use it.
11692
11693 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11694
11695         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11696         if we can.
11697
11698 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11699
11700         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11701         (pgg-gpg-update-agent): New function.
11702         (pgg-gpg-use-agent-p): New function.
11703         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11704         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11705         (pgg-gpg-sign-region): Use it.
11706
11707 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11708
11709         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11710         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11711
11712 2006-03-21  Simon Josefsson  <jas@extundo.com>
11713
11714         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11715         <wilde@sha-bang.de>.
11716         (pgg-gpg-use-agent): New variable.
11717         (pgg-gpg-process-region): Use it.
11718         (pgg-gpg-encrypt-region): Likewise.
11719         (pgg-gpg-encrypt-symmetric-region): Likewise.
11720         (pgg-gpg-decrypt-region): Likewise.
11721         (pgg-gpg-sign-region): Likewise.
11722         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11723
11724 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11725
11726         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11727
11728         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11729         Add comment on version.
11730
11731 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11732
11733         * smiley.el: Add missing test smiley.
11734
11735 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11736
11737         * mm-decode.el (mm-with-part): New macro.
11738         (mm-get-part): Use it; work with message/external-body as well.
11739         (mm-save-part): Treat name and filename equally.
11740
11741         * mm-extern.el (mm-extern-cache-contents): New function.
11742         (mm-inline-external-body): Use it; force the part to be displayed;
11743         move undisplayer added to the cached handle to the parent.
11744
11745         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11746         (gnus-mime-view-part-as-type): Work with message/external-body.
11747
11748         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11749
11750 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11751
11752         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11753         images in image-load-path.  [Sync with image.el, revision 1.60, in
11754         Emacs.]
11755
11756 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11757
11758         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11759         path rather than symbol.  Always return list of directories.
11760         Guarantee that image directory comes first.  [Sync with image.el,
11761         revision 1.59, in Emacs.]
11762
11763         * message.el (message-make-tool-bar): Adjust to new API of
11764         `gmm-image-load-path-for-library'.
11765
11766         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11767
11768         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11769
11770 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11771
11772         * gnus-art.el (gnus-article-only-boring-p):
11773         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11774         intangible text.
11775         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11776
11777 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11778
11779         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11780         Use `defun' instead of `gmm-defun-compat'.
11781
11782 2006-03-14  Simon Josefsson  <jas@extundo.com>
11783
11784         * message.el (message-unique-id): Don't use message-number-base36
11785         if (user-uid) is a float.
11786         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11787
11788 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11789
11790         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11791
11792         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11793         empty line between a part and a message part.
11794
11795 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11796
11797         * smiley.el: Add more test smileys.
11798         (smiley-data-directory, smiley-regexp-alist)
11799         (gnus-smiley-file-types): Fix doc strings.
11800         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11801         adding new elements.
11802         (smiley-mouse-map): Unused code.  Make it a comment.
11803
11804 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11805
11806         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11807         scan latest NoCeM messages instead of old ones.
11808         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11809         delimiters that are recently used.
11810         (gnus-nocem-load-cache): Add autoload cookie.
11811
11812         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11813
11814         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11815         level which is larger than gnus-use-nocem is specified.
11816
11817         * gnus-group.el (gnus-group-get-new-news): Ditto.
11818
11819 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11820
11821         * gnus-util.el (gnus-tool-bar-update): New function.
11822
11823         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11824         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11825
11826         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11827
11828         * gnus-group.el (gnus-group-redraw-when-idle)
11829         (gnus-group-redraw-check): Remove.
11830         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11831
11832 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11833
11834         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11835         if optional last element is specified in splits (FIELD VALUE...).
11836
11837 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11838
11839         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11840         to gmm-image-load-path-for-library.  Call with no-error argument.
11841         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11842
11843         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11844
11845         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11846
11847         * gmm-utils.el (gmm-image-load-path): Remove alias.
11848
11849 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11850
11851         * gmm-utils.el (gmm-image-load-path): Add alias.
11852
11853         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11854         nnml-generate-nov-databases-1.
11855         (nnml-generate-nov-databases): Use it.
11856         (nnml-generate-nov-databases-directory): Document no-active
11857         argument.
11858
11859         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11860         directory if path is t.  Add no-error.
11861
11862         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11863         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11864
11865         * gnus-art.el (gnus-article-browse-delete-temp-files):
11866         Simplify resetting gnus-article-browse-html-temp-list.
11867
11868         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11869         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11870         Add example to docstring.  Rename local variables.  Move error
11871         checks to default case in cond and simplify.
11872
11873 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11876         handle is multipart when calling it recursively.
11877         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11878
11879 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11880
11881         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11882         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11883
11884 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11885
11886         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11887         is loaded.
11888
11889         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11890         loaded.
11891
11892 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11893
11894         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11895         to "Emacs 23 (unicode)" in doc string.
11896
11897         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11898         "Emacs 23 (unicode)" in comment.
11899
11900 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11901
11902         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11903
11904         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11905         characters 160 through 255 in Emacs 23.
11906
11907 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11908
11909         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11910         gnus-article-browse-html-temp.
11911         (gnus-article-browse-delete-temp): Make it customizable.
11912         Add `file'.  Adjust doc string.
11913         (gnus-article-browse-delete-temp-files): Add argument.
11914         Allow query for each file.  Adjust doc string.
11915         (gnus-article-browse-html-parts):
11916         Add `gnus-article-browse-delete-temp-files' to
11917         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11918
11919 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11920
11921         * gnus-art.el (gnus-article-browse-html-temp)
11922         (gnus-article-browse-delete-temp): New variables.
11923         (gnus-article-browse-delete-temp-files): New function.
11924         (gnus-article-browse-html-parts): Use it.
11925
11926 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11927
11928         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11929
11930         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11931         string.
11932
11933         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11934         gnus-summary-insert-new-articles when unplugged.
11935         Remove gnus-summary-search-article-forward.
11936
11937         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11938         display-visual-class instead of display-color-cells.
11939
11940 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * dgnushack.el: Autoload customize-group for XEmacs.
11943
11944         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11945         message/* containing non-ASCII text properly.
11946
11947 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11948
11949         * message.el: Require gmm-utils, remove autoloads.
11950         (message-tool-bar): Set default based on
11951         gmm-tool-bar-style.
11952         (message-tool-bar-gnome): Add gmm-customize-mode.
11953
11954         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11955         gmm-tool-bar-style.
11956         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11957
11958         * gnus-group.el (gnus-group-tool-bar): Set default based on
11959         gmm-tool-bar-style.
11960         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11961
11962         * gmm-utils.el (gmm-image-directory): Rename variable from
11963         gmm-image-load-path.
11964         (gmm-image-load-path): Use gmm-image-directory.
11965         (gmm-customize-mode): New function.
11966         (gmm-tool-bar-style): New variable.
11967
11968         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11969         gnus-group-redraw-line-number.
11970         (gnus-group-redraw-check): Simplify.
11971         (gnus-group-tool-bar-update): Remove redraw check.
11972         (gnus-group-make-tool-bar): Add redraw check.
11973
11974 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11975
11976         * gnus-art.el (gnus-button): Add missing parentheses.
11977
11978 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * lpath.el: Fbind line-number-at-pos.
11981
11982 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11985
11986 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11987
11988         * gnus-art.el (gnus-button): New face.
11989         (gnus-article-button-face): Use it.
11990
11991         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11992         Add gnus-summary-next-page.  Re-order.
11993
11994         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11995         next-node are now included.
11996         (gnus-group-redraw-line-number): New internal variable.
11997         (gnus-group-redraw-check): Helper function for updating the tool
11998         bar.
11999         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12000
12001         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12002
12003         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12004         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12005         Use it to match format of Spamassassin 3.0 and later.
12006         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12007         (spam-check-bogofilter)
12008         (spam-bogofilter-register-with-bogofilter): Fix args of
12009         `gnus-error' calls.
12010
12011 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12012
12013         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12014         unnecessary interaction when sending queued mails.
12015         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12016
12017 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12018
12019         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12020         first or last are nil.
12021
12022 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12023
12024         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12025
12026 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12027
12028         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12029
12030 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12031
12032         * dns.el (query-dns): Protect more against buggy tcp output.
12033
12034 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12035
12036         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12037         nov.php.
12038
12039 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12040
12041         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12042         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12043         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12044         output on the server side.
12045         (nnweb-google-create-mapping): Update regexps and add some
12046         progress indication.
12047
12048 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12049
12050         * gnus-group.el (gnus-group-tool-bar-gnome):
12051         Fix gnus-agent-toggle-plugged.  Re-order icons.
12052         (gnus-group-tool-bar-gnome):
12053         Add gnus-group-{prev,next}-unread-group.
12054         (gnus-group-tool-bar-gnome): Re-order icons.
12055
12056         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12057         Move gnus-summary-insert-new-articles.
12058
12059         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12060         Fix comments.
12061
12062         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12063         also available in Emacs 21.3.
12064
12065         * message.el (message-fix-before-sending): Change "Emacs 22" to
12066         "Emacs 23 (unicode)" in comment.
12067
12068         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12069         "Emacs 23 (unicode)" in comment.
12070
12071         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12072         comment.
12073         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12074
12075         * mm-view.el (mm-fill-flowed): Add :version.
12076
12077 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12078
12079         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12080         and load-path.
12081
12082 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12083
12084         * message.el: Autoload gmm-image-load-path.
12085         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12086         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12087         consitency.
12088
12089         * gmm-utils.el (gmm-image-load-path): Also search in
12090         "../etc/images".  Don't set gmm-image-load-path if we don't find
12091         the image.
12092
12093 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12094
12095         * gmm-utils.el (gmm-image-load-path): Don't make
12096         `gmm-image-load-path' include subdirectories which the second arg
12097         `image' might specify.
12098
12099         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12100         subdirectory to icon file names.
12101
12102         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12103
12104 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12105
12106         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12107         gmm-image-load-path calls.
12108
12109         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12110
12111         * message.el (message-make-tool-bar): Ditto.
12112
12113         * mml.el (mml-preview): Add comment concerning tool bar icons.
12114
12115         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12116         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12117
12118         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12119         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12120
12121         * message.el (message-tool-bar-gnome): Use new icon names.
12122         (message-make-tool-bar): Use `gmm-image-load-path'.
12123
12124         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12125         New functions from MH-E.
12126         (gmm-image-load-path): New variable from MH-E.
12127         (gmm-image-load-path): New function from MH-E.  Add arguments
12128         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12129         *-image-load-path-called-flag.
12130
12131 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12132
12133         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12134
12135 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12136
12137         * nnimap.el (nnimap-request-move-article): Change folder back to
12138         source group before deleting.
12139
12140 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12141
12142         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12143
12144         * gnus-art.el (mm-url-insert-file-contents-external):
12145         Autoload mm-url.
12146
12147         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12148
12149 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12152         coding system which mm-charset-to-coding-system returns for a
12153         given charset is valid.
12154
12155 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12156
12157         * html2text.el (html2text-remove-tag-list):
12158         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12159
12160 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12161
12162         * gnus-cus.el: Revert 2005-10-17 change.
12163
12164 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * gnus-art.el (article-strip-banner):
12167         Call article-really-strip-banner only when the regexp match is made.
12168
12169 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * gnus-art.el (article-strip-banner):
12172         Use gnus-extract-address-components instead of
12173         mail-header-parse-addresses to make it work with non-ASCII text;
12174         remove mail-encode-encoded-word-string.
12175
12176         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12177         values which are surrounded with \"...\"; make it never cause a
12178         Lisp error; give up parsing of parameters if it failed in
12179         extracting type.
12180
12181 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12182
12183         * smime.el (smime-cert-by-ldap-1): Fix bug where
12184         `smime-ldap-search' returns results without userCertificates.
12185
12186 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12187
12188         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12189
12190 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12191
12192         * spam.el (spam-check-spamassassin-headers): Adapt format for
12193         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12194         <ari@mbf.ocn.ne.jp>.
12195         (spam-list-of-processors): Add spam-use-gmane.
12196
12197 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12200         make-temp-file; make it work with XEmacs as well.
12201
12202         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12203         mm-make-temp-file.
12204
12205         * mm-decode.el (mm-display-external): Use the 3rd arg of
12206         mm-make-temp-file.
12207         (mm-create-image-xemacs): Ditto.
12208
12209 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12210
12211         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12212         with message-narrow-to-headers.
12213         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12214         (gnus-draft-check-draft-articles): New function.
12215         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12216
12217 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * gnus-art.el (gnus-article-browse-html-parts):
12220         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12221         Don't use suffix argument for mm-make-temp-file for Emacs 21
12222         compatibility.  Remove useless `format'.
12223
12224 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12225
12226         * nnweb.el (nnweb-google-wash-article): Update regexps.
12227         (nnweb-group-alist): Use defvoo instead of defvar.
12228
12229 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12232         re-loading nn* modules.
12233
12234 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12235
12236         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12237         for `tool-bar-mode' and don't check it's default-value.
12238
12239         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12240
12241         * message.el (message-make-tool-bar): Ditto.
12242
12243         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12244         `substring'.  Shorten tmp-file name.
12245
12246         * gnus.el: Remove bogus comment.
12247
12248 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12249
12250         * gnus-art.el (gnus-article-browse-html-parts): New function.
12251         (gnus-article-browse-html-article): New function for viewing html
12252         articles with a browser.
12253
12254 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12255
12256         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12257         in elisp.
12258         (pgg-gpg-encrypt-symmetric-region): Ditto.
12259         (pgg-gpg-sign-region): Ditto.
12260
12261         * pgg-def.el (pgg-text-mode): New variable.
12262
12263         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12264         (mml2015-pgg-encrypt): Ditto.
12265
12266         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12267         (mml1991-pgg-encrypt): Ditto.
12268
12269 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12270
12271         * nnfolder.el (nnfolder-insert-newsgroup-line):
12272         Use message-make-date instead of current-time-string.
12273
12274         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12275         to gnus-decoded which mm-uu might set.
12276
12277 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12280         don't decode quoted parameters; remove misimported Emacs code.
12281         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12282         (rfc2231-decode-encoded-string): Don't use split-string which
12283         behaves differently according to Emacs version; use
12284         mm-decode-coding-region to convert charset to coding-system.
12285         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12286         (rfc2231-encode-string): Remove misimported Emacs code.
12287
12288 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12289
12290         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12291         when calling mail-header-parse-content-type.
12292         (article-de-quoted-unreadable): Ditto.
12293         (article-de-base64-unreadable): Ditto.
12294         (article-wash-html): Ditto.
12295
12296         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12297         calling mail-header-parse-content-type and
12298         mail-header-parse-content-disposition.
12299         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12300         mail-header-parse-content-type.
12301
12302         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12303         insert charset and format parameters; encode description after
12304         inserting it to buffer.
12305         (mml-insert-parameter): Fold lines properly even if a parameter is
12306         segmented into two or more lines; change the max column to 76.
12307
12308         * rfc1843.el (rfc1843-decode-article-body): Don't use
12309         ignore-errors when calling mail-header-parse-content-type.
12310
12311         * rfc2231.el (rfc2231-parse-string): Return at least type if
12312         possible; don't cause an error even if it fails in parsing of
12313         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12314         (rfc2231-encode-string): Don't break lines at the beginning, leave
12315         it to mml-insert-parameter.
12316
12317         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12318         calling mail-header-parse-content-type.
12319
12320 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12321
12322         * spam-report.el (spam-report-gmane-use-article-number):
12323         Improve doc string.
12324         (spam-report-gmane-internal): Check if a suitable header was found
12325         in the article.
12326
12327 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12328
12329         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12330         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12331
12332 2006-02-05  Romain Francoise  <romain@orebokech.com>
12333
12334         Update copyright notices of all files in the gnus directory.
12335
12336 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12337
12338         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12339
12340 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12343         segmented lines of parameter value to cope with Thunderbird 1.5
12344         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12345         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12346         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12347
12348 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12349
12350         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12351         parts.
12352
12353 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12354
12355         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12356         there's only one active file for all servers.
12357         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12358         solid groups.  Gnus might have used a FAST request to select the group.
12359         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12360         and nnweb-search redundantly in the active file.
12361         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12362         (nnweb-request-create-group): Don't use ARGS.
12363         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12364         initialisations.  Let nnoo do the work.
12365
12366 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12367
12368         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12369         Say the part has been decoded.
12370
12371         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12372
12373 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12374
12375         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12376         mailcap-viewer-test-cache when there's no 'test clause, since that
12377         will invert the meaning of a "nil" test previously determined by
12378         mailcap-mailcap-entry-passes-test.
12379
12380 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12383         compiling.
12384
12385         * gnus-sum.el: Ditto.
12386
12387         * message.el: Don't bind tool-bar-map when compiling.
12388
12389 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12390
12391         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12392
12393 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12394
12395         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12396         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12397         current Google Groups.
12398
12399 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12400
12401         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12402         and tool-bar-mode.
12403
12404         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12405         and tool-bar-mode.
12406
12407         * message.el (message-tool-bar-update): Simplify.
12408         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12409
12410         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12411         gnus-summary-buffer.
12412         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12413         gnus-summary-reply.
12414
12415         * gmm-utils.el (gmm): Add :version.
12416
12417 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12418
12419         * Makefile.in (clean): New rule.
12420         (distclean): Use it.
12421
12422 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12423
12424         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12425         Don't autoload.
12426
12427 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * gmm-utils.el (gmm-verbose): Add :group.
12430
12431 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12432
12433         * message.el: Change some comments WRT tool-bars.
12434
12435         * gnus-sum.el (gnus-summary-tool-bar)
12436         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12437         (gnus-summary-tool-bar-zap-list): New variables.
12438         (gnus-summary-make-tool-bar): Complete rewrite using
12439         `gmm-tool-bar-from-list'.
12440
12441         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12442         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12443         New variables.
12444         (gnus-group-make-tool-bar): Complete rewrite using
12445         `gmm-tool-bar-from-list'.
12446         (gnus-group-tool-bar-update): New function.
12447
12448         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12449
12450 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12453         is dissected into a single part of which the type is the same as
12454         the given one; decode charset.
12455
12456 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12457
12458         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12459         into alists as symbol not string, since that's what
12460         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12461         look for.
12462
12463 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12464
12465         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12466         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12467
12468         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12469
12470 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12473         (gnus-xmas-mime-security-button-menu): New function.
12474
12475         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12476         (gnus-mime-security-button-menu): New definition.
12477         (gnus-mime-security-button-map): Use them.
12478         (gnus-mime-security-button-menu): New function.
12479         (gnus-insert-mime-security-button): Addition to help echo.
12480         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12481         (gnus-mime-security-pipe-part): New functions.
12482
12483         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12484         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12485
12486         * mm-decode.el (mm-handle-set-disposition): Remove.
12487         (mm-handle-set-description): Remove.
12488
12489 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12492         (mm-w3m-standalone-supports-m17n-p): New function.
12493         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12494         w3m usage.
12495
12496         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12497         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12498
12499 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12500
12501         * message.el (message-tool-bar-zap-list):
12502         Use gmm-tool-bar-zap-list as custom type.
12503         (message-tool-bar-update): New function.
12504         (message-tool-bar, message-tool-bar-gnome)
12505         (message-tool-bar-retro): Add message-tool-bar-update.
12506         (message-tool-bar-gnome): Add flyspell-buffer.
12507
12508         * gnus-util.el (gnus-error): Describe `args'.
12509
12510         * gmm-utils.el (gmm-error): Describe `args'.
12511         (gmm-tool-bar-zap-list): New widget.
12512         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12513
12514 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12515
12516         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12517         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12518         the number of recursive calls.
12519
12520         * mm-decode.el (mm-handle-set-disposition): New macro.
12521         (mm-handle-set-description): New macro.
12522
12523 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12526         encoding.
12527
12528 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12529
12530         * message.el (message-tool-bar-zap-list, message-tool-bar)
12531         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12532         (message-tool-bar-local-item-from-menu): Remove.
12533         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12534         (message-make-tool-bar): New function.
12535         (message-mode): Use `message-make-tool-bar'.
12536
12537         * gmm-utils.el: New file.
12538         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12539         (gmm-lazy): New widget copied from `nnmail.el'.
12540         (gmm-tool-bar-from-list): New function for creating customizable
12541         tool bars.
12542         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12543         output.
12544         (gmm): Add :prefix to defgroup.
12545
12546 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12547
12548         * gmm-utils.el (gmm-widget-p): New function.
12549
12550 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12551
12552         * mml.el (mml-attach-file): Describe `description' in doc string.
12553         (mml-menu): Add Emacs MIME manual and PGG manual.
12554
12555 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12556
12557         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12558
12559 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12560
12561         * nntp.el (nntp-end-of-line): Doc fix.
12562
12563 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12564
12565         * imap.el (imap-open): Handle case where buffer is a buffer
12566         object.
12567
12568 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12569
12570         * gnus-delay.el (gnus-delay): Don't autoload.
12571         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12572         to be re-loaded when customizing the `gnus-delay' group.
12573
12574 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12575
12576         * message.el (message-insert-citation-line): Use newlines.
12577
12578 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12579
12580         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12581         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12582         these routines, so the passphrase can be managed externally and
12583         passed in to the system.
12584         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12585         pgg-add-passphrase-to-cache function.
12586
12587         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12588         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12589         these routines, so the passphrase can be managed externally and
12590         passed in to the system.
12591         (pgg-pgp5-sign-region): Use new name of
12592         pgg-add-passphrase-to-cache function.
12593
12594 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12595
12596         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12597         part of the decoded armor to find the key-identifier.
12598         (pgg-gpg-lookup-key-owner): New function to return the
12599         human-readable identifier of a key owner.
12600         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12601         itself.
12602         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12603         the key value) if we have a key and can match it against a secret
12604         key.  Also, added a note pointing out fact that the prompt only
12605         indicates the first matching key.
12606
12607         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12608         pgg-decrypt-region.
12609         (pgg-add-passphrase-to-cache): Rename from
12610         `pgg-add-passphrase-cache' to reduce confusion (all callers
12611         changed).
12612         (pgg-remove-passphrase-from-cache): Rename from
12613         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12614         changed).
12615         (pgg-read-passphrase, pgg-add-passphrase-cache)
12616         (pgg-remove-passphrase-cache): Add informative docstrings.
12617         (pgg-decrypt): Convey provided passphrase in subordinate call to
12618         pgg-decrypt-region.
12619
12620 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12621
12622         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12623         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12624         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12625         'passphrase' argument, so the passphrase can be managed externally
12626         and then passed in to the system.
12627
12628         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12629         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12630         so the passphrase cache can be used reliably with identifiers
12631         besides a pgp packet's key id.
12632
12633         * pgg-gpg.el (pgg-gpg-encrypt-region)
12634         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12635         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12636         these routines, so the passphrase can be managed externally and
12637         passed in to the system.
12638
12639         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12640         'notruncate' argument, so the passphrase cache can be used
12641         reliably with identifiers besides a pgp packet's key id.
12642
12643 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12644
12645         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12646         symmetric encryption.
12647         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12648         encrypted session key.
12649         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12650         message ask for the passphrase in a proper way.
12651
12652         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12653         New user commands for symmetric encryption.
12654
12655 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12656
12657         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12658
12659         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12660
12661 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12662
12663         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12664
12665 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12666
12667         * mm-decode.el (mm-inlined-types): Add application/pgp.
12668         (mm-automatic-display): Ditto.
12669
12670         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12671         part as text.
12672
12673 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12674
12675         * nnrss.el: Update copyright.
12676         (nnrss-opml-import): Query whether to subscribe to each entry.
12677
12678         * gnus-art.el:
12679         * gnus-sum.el:
12680         * gnus-xmas.el:
12681         * messagexmas.el:
12682         * mm-uu.el:
12683         * mm-view.el: Update copyright.
12684
12685 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12686
12687         * message.el (message-info): New function.
12688         (message-mode-menu): Add it.
12689         Update copyright.
12690
12691         * ChangeLog: Fix and update copyright.
12692
12693 2006-01-13  Romain Francoise  <romain@orebokech.com>
12694
12695         * message.el (message-forward-subject-name-subject): Prefer the
12696         address to 'nowhere' if the sender has no name.
12697         Fix typo.  Update copyright year.
12698
12699 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * gnus-art.el (article-wash-html):
12702         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12703         (gnus-article-wash-html-with-w3m-standalone): New function.
12704
12705         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12706         mm-inline-text-html-render-with-w3m-standalone.
12707         (mm-text-html-washer-alist): Map w3m-standalone to
12708         gnus-article-wash-html-with-w3m-standalone.
12709         (mm-inline-text-html-render-with-w3m-standalone): New function.
12710
12711 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12712
12713         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12714         Improve LaTeX.
12715
12716 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12717
12718         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12719         (nnrss-request-article): Render text/plain parts as HTML.
12720
12721         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12722         the buffer.
12723
12724 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12725
12726         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12727         custom definition of `gnus-posting-styles'.
12728
12729         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12730         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12731
12732 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12733
12734         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12735         Use nntp for bug archive.
12736
12737 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12738
12739         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12740         parts.
12741         (nnrss-normalize-date): New function converts ISO 8601 date into
12742         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12743         (nnrss-check-group): Use it.
12744
12745 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12748
12749         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12750         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12751         (nnrss-insert-w3): Ditto.
12752
12753 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12754
12755         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12756         the articles to be forwarded including the case where neither a
12757         number of articles nor a region is specified.
12758
12759 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * nnrss.el (nnrss-request-article): Fix last change; fill
12762         text/plain parts.
12763
12764 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12767         in text/plain part.
12768         (nnrss-check-group): Don't add excessive newline to dc:subject.
12769
12770 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12771
12772         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12773         article.
12774
12775 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12776
12777         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12778         (nnml-use-compressed-files, nnml-save-mail): Support other
12779         comression programs such as bzip2.
12780
12781 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12782
12783         * dns.el (query-dns): Make sure we check the buffer size before
12784         removing tcp headers.
12785
12786 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12787
12788         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12789         remove MIME buttons associated with multipart/alternative parts.
12790         (gnus-mime-display-alternative): Tag buttons using `article-type'
12791         text property.
12792
12793         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12794         associated with multipart/alternative parts.
12795
12796         * gnus-art.el (gnus-signature-separator): Fix custom type.
12797
12798         * mm-decode.el (mm-inlined-types): Fix custom type.
12799         (mm-keep-viewer-alive-types): Ditto.
12800         (mm-automatic-display): Ditto.
12801         (mm-attachment-override-types): Ditto.
12802         (mm-inline-override-types): Ditto.
12803         (mm-automatic-external-display): Ditto.
12804
12805 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12806
12807         * spam-report.el (spam-report-user-mail-address)
12808         (spam-report-user-agent): New variables.
12809         (spam-report-url-ping-plain): Use spam-report-user-agent.
12810
12811 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12812
12813         * gnus-art.el (gnus-button-handle-custom): Do not just use
12814         `customize-apropos' for any "M-x customize-*" button but the
12815         function called for.  Accept both the function name and its
12816         argument in order to achieve this.
12817         (gnus-button-alist): Remove support for "custom:" URL's.
12818         Pass function name to `gnus-button-handle-custom' in case of "M-x
12819         customize-*" buttons.
12820
12821 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12824         multipart/alternative and add xref to mm-discouraged-alternatives
12825         in doc string.
12826
12827         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12828         gnus-buttonized-mime-types in doc string.
12829
12830 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12831
12832         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12833         Suggest image/.* in the doc string.
12834
12835 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12836
12837         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12838         message-marks (Debian bug #342521).
12839
12840 2005-12-12  Simon Josefsson  <jas@extundo.com>
12841
12842         * password.el (password-read-from-cache): Add.
12843         (password-read): Use it.
12844
12845 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * rfc2047.el (rfc2047-charset-to-coding-system):
12848         Recognize us-ascii as a MIME charset.
12849
12850         * mm-bodies.el (mm-decode-content-transfer-encoding):
12851         Protect against the case where the 2nd arg TYPE is nil.
12852
12853 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12854
12855         * pop3.el (pop3-stream-type): Fix custom version.
12856
12857         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12858
12859 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12860
12861         * mm-decode.el (mm-display-external): Add missing cdr.
12862
12863 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12866         RFC1524) if it is in mailcap or add a suffix according to
12867         mailcap-mime-extensions when generating a temp filename; postpone
12868         deleting a temp file for 2 seconds for some wrappers, shell
12869         scripts, and so on, which might exit right after having started a
12870         viewer command as a background job.
12871
12872 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12873
12874         * nntp.el (nntp-marks-directory): Fix custom group.
12875
12876         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12877         steps when < 10.
12878
12879         * gnus-start.el (gnus-no-server-1):
12880         Mention `gnus-level-default-subscribed' in doc string.
12881
12882 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12883
12884         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12885         parens.
12886
12887 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * gnus-xmas.el (gnus-use-toolbar): Revert.
12890         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12891         gnus-use-toolbar is default.
12892
12893         * messagexmas.el (message-use-toolbar): Revert.
12894         (message-setup-toolbar): Use global default-toolbar if
12895         message-use-toolbar is default.
12896
12897 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12900         according to default-toolbar-visible-p.
12901
12902         * messagexmas.el (message-use-toolbar): Ditto.
12903
12904 2005-11-26  Dave Love  <fx@gnu.org>
12905
12906         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12907         (tls-program, tls-success): Provide openssl alternative.
12908
12909         * starttls.el: Doc fixes.
12910         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12911         SERVICE to PORT.
12912
12913         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12914         port null or service name.
12915         (starttls-negotiate): Autoload.
12916
12917 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * message.el (message-kill-to-signature): Fix interactive spec.
12920
12921 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * pop3.el (pop3-open-server): Recognize a string as a service name.
12924
12925 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12926
12927         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12928
12929 2005-11-23  Dave Love  <fx@gnu.org>
12930
12931         Add pop3s, pop3/starttls.
12932
12933         * pop3.el (pop3-authentication-scheme): Clarify doc.
12934         (open-tls-stream, starttls-open-stream): Autoload.
12935         (pop3-stream-type): New.
12936         (pop3-open-server): Use it.
12937
12938         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12939         for POP.
12940         (mail-source-keyword-map): Add :stream for POP.
12941         (mail-source-fetch-pop): Use pop3-stream-type.
12942
12943 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12946         of current-time-string.
12947
12948 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12949
12950         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12951         date header.
12952
12953 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12954
12955         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12956         it can seriously impact performance as it bypasses the agent's
12957         local caches.
12958
12959 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12960
12961         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12962         must be explicitly online rather than "not explicitly offline" for
12963         its flags to be synchronized.
12964
12965         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12966         that gnus-uu-unmark-thread will function correctly.
12967
12968         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12969         1024K is instead displayed as 1M.
12970
12971 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12972
12973         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12974
12975 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12976
12977         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12978
12979 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12980
12981         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12982         error message to display actual error condition.
12983         (gnus-agent-save-local): Avoid saving symbols that are bound to
12984         nil as they simply result in a warning message in
12985         gnus-agent-read-local.
12986
12987 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12988
12989         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12990         rather than make-variable-buffer-local for file-precious-flag.
12991
12992 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12993
12994         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12995         for duplicates which are removed.  The invalid sort check then
12996         triggers a rescan after the sort as sorting may have moved
12997         duplicate entries such that they can be cheaply detected.
12998
12999 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13000
13001         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13002
13003 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13004
13005         * gnus-agent.el (gnus-agent-article-alist-save-format):
13006         Change internal variable to a custom variable.  Change default value
13007         from compressed(2) to uncompressed(1).
13008         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13009         support for uncompressed agentview files.  Taken together, reading
13010         the agentview file should now be 6-7 times faster.
13011
13012 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13013
13014         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13015         as a buffer-local variable.  This avoids creating truncated
13016         dribble files as a result of a hang up, eg.
13017
13018 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13019
13020         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13021         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13022         XEmacs.
13023
13024 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13025
13026         * gnus-start.el (gnus-start-draft-setup):
13027         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13028
13029         * gnus.el (gnus-splash): Change custom group.
13030         (gnus-group-get-parameter, gnus-group-parameter-value):
13031         Describe allow-list argument.
13032
13033         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13034         string.
13035
13036 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13037
13038         * gnus-art.el (gnus-default-article-saver): Add user-defined
13039         `function' to custom type.
13040
13041 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13042
13043         * imap.el (imap-open): Handle case where buffer is a buffer
13044         object.
13045
13046 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13047
13048         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13049         long lines.
13050         (gnus-cache-delete-group): Wrap doc strings.
13051
13052         * gnus-agent.el (gnus-agent-rename-group)
13053         (gnus-agent-delete-group): Wrap doc strings.
13054
13055 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13056
13057         * messagexmas.el (message-use-toolbar): Change the valid values
13058         into default, top, bottom, left, and right.
13059         (message-toolbar-thickness): New variable.
13060         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13061         well.
13062         (message-setup-toolbar): Make it work.
13063
13064         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13065         (gnus-use-toolbar): Change the valid values into default, top,
13066         bottom, left, and right.
13067         (gnus-toolbar-thickness): New variable.
13068         (gnus-xmas-setup-toolbar): New function.
13069         (gnus-xmas-setup-group-toolbar): Use it.
13070         (gnus-xmas-setup-summary-toolbar): Use it.
13071
13072 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13073
13074         * gnus-start.el (gnus-1): Add "native" to
13075         gnus-predefined-server-alist.
13076
13077         * gnus.el (gnus-method-to-server): Don't add "native" to the
13078         lists here, because that leads to problems when
13079         gnus-select-method is bound.
13080
13081 2005-11-09  Simon Josefsson  <jas@extundo.com>
13082
13083         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13084         use (not sort-by-date) instead.
13085
13086 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13087
13088         * gnus-delay.el (gnus-delay-group): Don't autoload.
13089         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13090         to be re-loaded when customizing the `gnus-delay' group.
13091
13092 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13093
13094         * message.el: Revert last changes.
13095         (message-insert-citation-line): Use newlines.
13096
13097 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13098
13099         * message.el (message-courtesy-message)
13100         (message-mark-insert-begin, message-mark-insert-end)
13101         (message-elide-ellipsis, message-cancel-message)
13102         (message-add-header, message-change-subject)
13103         (message-cross-post-followup-to-header)
13104         (message-cross-post-insert-note, message-reduce-to-to-cc)
13105         (message-widen-reply, message-delete-not-region)
13106         (message-kill-to-signature, message-insert-signature)
13107         (message-insert-importance-high, message-insert-importance-low)
13108         (message-insert-or-toggle-importance)
13109         (message-insert-disposition-notification-to)
13110         (message-indent-citation, message-yank-original)
13111         (message-cite-original-without-signature, message-cite-original)
13112         (message-insert-citation-line, message-position-on-field)
13113         (message-fix-before-sending, message-send-mail-partially)
13114         (message-send-mail, message-send-mail-with-sendmail)
13115         (message-send-mail-with-qmail, message-send-news)
13116         (message-check-news-header-syntax, message-generate-headers)
13117         (message-insert-courtesy-copy, message-fill-address)
13118         (message-fill-header, message-shorten-references)
13119         (message-setup-1, message-cancel-news)
13120         (message-forward-make-body-plain, message-forward-make-body-mime)
13121         (message-forward-make-body-mml, message-encode-message-body)
13122         (message-forward-make-body-digest-plain)
13123         (message-forward-make-body-digest-mime)
13124         (message-use-alternative-email-as-from): Insert `hard-newline'
13125         instead of ordinary newlines.
13126
13127 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13128
13129         * message.el (message-generate-headers): Downcase the argument
13130         given to message-check-element.
13131
13132 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13133
13134         * nntp.el (nntp-authinfo-rejected): New error condition.
13135         (nntp-wait-for): Use new error condition to signal authentication
13136         error.
13137         (nntp-retrieve-data): Rethrow new error condition to break out of
13138         recursive call to nntp-send-authinfo.
13139
13140 2005-11-08  Romain Francoise  <romain@orebokech.com>
13141
13142         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13143         (gnus-summary-exit-map): Bind to `Z p'.
13144         (gnus-summary-make-menu-bar): Add menu item.
13145
13146 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13147
13148         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13149         (gnus-treat-*): Add `first' in all doc strings.
13150
13151         * gnus-group.el (gnus-group-compact-group): Fix typo.
13152
13153 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * gnus.el (gnus-parameters-case-fold-search): New variable.
13156         (gnus-parameters-get-parameter): Use it.
13157
13158         * gnus-score.el (gnus-home-score-file): Doc fix.
13159
13160 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13161
13162         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13163
13164 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13165
13166         * mm-util.el (mm-special-display-p): New function.
13167
13168         * mml.el (mml-preview): Use it; doc fix.
13169
13170 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13171
13172         * imap.el (imap-open): Handle case where buffer is a buffer object.
13173
13174 2005-10-29  Romain Francoise  <romain@orebokech.com>
13175
13176         * message.el (message-fix-before-sending): Fix comment.
13177
13178 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13179
13180         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13181
13182 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13183
13184         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13185         Used in gnus-score.el.
13186
13187 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13188
13189         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13190
13191 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13192
13193         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13194         whitespace removed in revision 7.8.  Use concatenated string to
13195         protect trailing whitespace.
13196
13197 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13198
13199         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13200         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13201         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13202         Courier IMAP ("some version from 2004").  Mostly based on similar
13203         code in the same function.
13204
13205 2005-10-26  Didier Verna  <didier@xemacs.org>
13206
13207         * gnus-group.el (gnus-group-compact-group): Invalidate original
13208         article buffer.
13209         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13210         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13211         NOV database and in article itself.
13212         Invalidate article backlog.
13213
13214 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13215
13216         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13217
13218 2005-10-26  Simon Josefsson  <jas@extundo.com>
13219
13220         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13221         part of 2004-07-25 change.
13222
13223 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13224
13225         * message.el (message-display-completion-list): New function.
13226         (message-expand-group): Use it; make sure the Completions buffer
13227         is modifiable.
13228 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13229
13230         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13231         user-mail-name is an empty string.
13232
13233 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13234
13235         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13236         depending on gnus-score-decay-constant.
13237
13238         * encrypt.el (encrypt-insert-file-contents)
13239         (encrypt-write-file-contents): Don't use `gnus-message'.
13240
13241         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13242         arguments.
13243         (mm-uu-type-alist): Add message-marks and insert-marks.
13244         Pass arguments to mm-uu-verbatim-marks-extract.
13245         (mm-uu-hide-markers): New variable.
13246         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13247
13248         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13249         (gnus-convert-image-to-face-command): Use "convert" by default to
13250         allow other input image formats.
13251         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13252         accordingly.
13253
13254 2005-10-23  Simon Josefsson  <jas@extundo.com>
13255
13256         * imap.el (imap-gssapi-program): Align command line parameters
13257         with latest GNU SASL.
13258         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13259
13260 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13261
13262         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13263         HTML.
13264         (nnslashdot-request-article): Ditto.
13265
13266         * lpath.el (featurep): Add nobreak-char-display.
13267
13268 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13269
13270         * mail-source.el (mail-source-fetch-pop): Require pop3.
13271         (mail-source-check-pop): Ditto.
13272
13273 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13276         errors.
13277
13278 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13279
13280         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13281         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13282
13283         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13284
13285         * mm-bodies.el (mm-decode-string):
13286         Call `mm-charset-to-coding-system' with allow-override argument.
13287
13288 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13289
13290         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13291         (rfc2047-charset-to-coding-system): New function.
13292         (rfc2047-decode-encoded-words): New function.
13293         (rfc2047-decode-region): Use them.
13294         (rfc2047-decode-cte): Remove.
13295         (rfc2047-parse-and-decode): Remove.
13296         (rfc2047-decode): Remove.
13297
13298 2005-10-15  Kenichi Handa  <handa@m17n.org>
13299
13300         * rfc2047.el (rfc2047-decode-cte): New function.
13301         (rfc2047-decode-region): Change the way to decode successive
13302         encoded-words: decode B- or Q-encoding in each encoded-word,
13303         concatenate them, and decode it as charset.
13304
13305 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13306
13307         * lpath.el: Fbind codepage-setup for XEmacs.
13308
13309 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13310
13311         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13312         widget-move-and-invoke.
13313         (gnus-custom-mode): Use gnus-custom-map.
13314
13315 2005-10-15  Bill Wohler  <wohler@newt.com>
13316
13317         * message.el (message-tool-bar-map): Rename image file from
13318         mail_send to mail/send.
13319
13320 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13321
13322         * message.el (message-expand-group): Pass the common
13323         prefix substring of completion to `display-completion-list'.
13324
13325 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13326
13327         * mml-sec.el (mml-secure-method): New internal variable.
13328         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13329         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13330         New functions using mml-secure-method.
13331
13332         * mml.el (mml-mode-map): Add key bindings for those functions.
13333         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13334         Harder <harder@myrealbox.com>.
13335         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13336         Goto end of message if point is the headers of the message.
13337
13338         * message.el (message-in-body-p): New function.
13339
13340         * assistant.el: Autoload gnus-util and netrc.
13341
13342         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13343         Use `mm-charset-override-alist' only when decoding.
13344
13345         * mm-bodies.el (mm-decode-body):
13346         Call `mm-charset-to-coding-system' with allow-override argument.
13347
13348         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13349         `filename' from Content-Disposition if Content-Type doesn't
13350         provide `name'.
13351         (gnus-mime-view-part-as-type): Set default instead of
13352         initial-input.
13353
13354 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13355
13356         * format-spec.el (format-spec): Propagate text properties of % spec.
13357
13358 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13359
13360         * gnus-art.el (gnus-treat-predicate): Add `first'.
13361
13362 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13363
13364         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13365         (mm-charset-override-alist): New variable.
13366         (mm-charset-to-coding-system): Use it.
13367         (mm-codepage-setup): New helper function.
13368         (mm-charset-eval-alist): New variable.
13369         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13370         Warn about unknown charsets.
13371
13372         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13373
13374 2005-10-04  David Hansen  <david.hansen@gmx.net>
13375
13376         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13377         (nnrss-check-group): Ditto.
13378
13379 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13380
13381         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13382         Rename x-gnus-verbatim to x-verbatim.
13383         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13384
13385         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13386         x-verbatim.
13387
13388         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13389
13390         * gnus-util.el (gnus-remove-duplicates): Remove.
13391
13392         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13393         instead of gnus-remove-duplicates.
13394
13395         * message.el (message-remove-duplicates): Remove.
13396         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13397         message-remove-duplicates.
13398
13399         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13400         available, else use implementation from `delete-dups'.
13401
13402         * message.el (message-insert-expires): New function.
13403         (message-mode-map): Add key binding.
13404         (message-mode-field-menu): Add menu entry.
13405         (message-mode): Document it.
13406         (message-make-expires-date): Use `message-make-date'.
13407
13408 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13409
13410         * message.el (message-make-expires-date): New function.
13411
13412 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13413
13414         * Makefile.in (list-installed-shadows): New entry.
13415         (install): Use it.
13416         (remove-installed-shadows): New entry.
13417
13418         * dgnushack.el (dgnushack-default-load-path): New variable.
13419         (dgnushack-find-lisp-shadows): New function.
13420         (dgnushack-remove-lisp-shadows): New function.
13421
13422 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * Makefile.in (install-el-elc): New entry.
13425         (install): Use it so that .el files are necessarily installed.
13426
13427 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13428
13429         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13430
13431 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13432
13433         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13434         function rather than the diff-mode.el package.
13435         (mm-display-external): Use with-current-buffer.
13436         (mm-viewer-completion-map, mm-viewer-completion-map):
13437         Move initialization inside declaration.
13438
13439 2005-09-29  Simon Josefsson  <jas@extundo.com>
13440
13441         * spam.el: Load hashcash when compiling, to avoid warnings.
13442         Don't autoload mail-check-payment.
13443         (spam-check-hashcash): Define unconditionally, since hashcash.el
13444         is part of Gnus now.  Ignore errors from payment checking.
13445
13446 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13447
13448         * message.el (message-bold-region, message-unbold-region):
13449         Rename from `bold-region' and `unbold-region'.
13450
13451         * message.el: Remove useless autoloads.
13452
13453 2005-09-28  Simon Josefsson  <jas@extundo.com>
13454
13455         * message.el (message-use-idna): Default to t.
13456         (message-use-idna): Test whether encoding works too.  Doc fix.
13457
13458 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13459
13460         * nntp.el (nntp-warn-about-losing-connection): Remove.
13461
13462 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13463
13464         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13465         customizable.  Change default value.
13466         (mm-uu-diff-groups-regexp): Change default value.
13467         (mm-uu-type-alist): Add doc string.
13468         (mm-uu-configure): Add doc string.  Make it interactive.
13469         (mm-uu-tex-groups-regexp): New variable.
13470         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13471         (mm-uu-type-alist): Add LaTeX documents.
13472         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13473         of "text/verbatim".
13474         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13475
13476         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13477         instead of "text/verbatim".
13478
13479         * message.el (message-mark-inserted-region)
13480         (message-mark-insert-file): Use slrn style marks when called with
13481         prefix argument.
13482
13483 2005-09-27  Simon Josefsson  <jas@extundo.com>
13484
13485         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13486
13487 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13488
13489         * message.el (message-remove-duplicates): New function.
13490         Implementation borrowed from `gnus-remove-duplicates'.
13491         (message-idna-to-ascii-rhs): Also encode idna addresses in
13492         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13493         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13494         only ask about the same idna domain once per header and also tell
13495         in what header to replace the idna domain.
13496
13497         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13498         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13499         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13500         a header is decoded and not just the last one.
13501
13502 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13505         has been decoded.
13506
13507         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13508         (mm-insert-part): Don't modify text if it has been decoded.
13509
13510         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13511         decoded.
13512
13513         * mm-view.el (mm-inline-text): Don't strip text props unless
13514         decoding enriched or richtext parts.
13515
13516 2005-09-25  Romain Francoise  <romain@orebokech.com>
13517
13518         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13519         * gnus-start.el (gnus-subscribe-interactively):
13520         * gnus-uu.el (gnus-uu-grab-articles):
13521         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13522         space.
13523
13524 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13525
13526         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13527         * mm-view.el (mm-view-pkcs7-decrypt):
13528         * gnus-sum.el (gnus-summary-limit-to-extra)
13529         (gnus-summary-respool-article, gnus-read-move-group-name):
13530         * gnus-score.el (gnus-summary-increase-score):
13531         * gnus-util.el (gnus-completing-read-with-default):
13532         * gnus-art.el (gnus-read-save-file-name)
13533         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13534         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13535         * message.el (message-check-news-header-syntax):
13536         Follow convention for reading with the minibuffer.
13537
13538 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13539
13540         * spam-report.el (spam-report-url-ping-plain):
13541         Use gnus-extended-version as User-Agent.
13542
13543         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13544         default value is nil.
13545
13546         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13547         (mm-uu-verbatim-marks-extract): New function.
13548         (mm-uu-extract): New face.
13549         (mm-uu-copy-to-buffer): Use it.
13550
13551         * spam-report.el (spam-report-gmane-ham): Rename from
13552         `spam-report-gmane-unspam'.
13553         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13554         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13555
13556         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13557         Autoload.
13558         (spam-report-gmane-unregister-routine):
13559         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13560
13561 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13562
13563         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13564         (spam-report-gmane-unregister-routine): Add support for gmane
13565         unregistration.
13566
13567         * spam-report.el (spam-report-gmane-unspam)
13568         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13569         (spam-report-gmane): Change to take a single article and do unspam
13570         registration.
13571
13572 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13573
13574         * mm-url.el (mm-url-decode-entities): Fix regexp.
13575
13576 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13577
13578         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13579         default to nil, to be able to use Gnus at all.  If the default
13580         switches to something else, then the function should be fixed not
13581         be exceedingly slow.
13582
13583 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13584
13585         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13586         fail hard.
13587
13588         * spam-report.el: Add better Keywords line.
13589
13590         * spam.el: Add Maintainer and better Keywords line.
13591
13592 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13593
13594         * gnus-art.el (gnus-article-replace-part)
13595         (gnus-mime-replace-part): New functions.
13596         (gnus-mime-action-alist, gnus-mime-button-commands)
13597         (gnus-mime-save-part-and-strip): Add file argument.
13598         (gnus-article-part-wrapper): Add interactive argument.
13599
13600         * gnus-sum.el (gnus-summary-mime-map):
13601         Add `gnus-article-replace-part'.
13602
13603 2005-09-19  Didier Verna  <didier@xemacs.org>
13604
13605         The nnml compaction feature:
13606         * nnml.el (nnml-request-compact-group): New function.
13607         * nnml.el (nnml-request-compact): New function.
13608         * gnus-int.el (gnus-request-compact-group): New function.
13609         * gnus-int.el (gnus-request-compact): New function.
13610         * gnus-group.el (gnus-group-compact-group): New function.
13611         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13612         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13613         * gnus-srvr.el (gnus-server-compact-server): New function.
13614         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13615         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13616
13617 2005-09-18  Deepak Goel  <deego@gnufans.org>
13618
13619         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13620         format spec.
13621
13622 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13625
13626 2005-09-15  Romain Francoise  <romain@orebokech.com>
13627
13628         * message.el (message-fill-paragraph): Clarify docstring.
13629
13630 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13631
13632         * gnus-art.el (gnus-mime-display-part): Protect against broken
13633         MIME messages.
13634
13635 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13636
13637         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13638         before parsing header.
13639
13640 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13641
13642         * html2text.el (html2text-replace-list): Add new entities.
13643
13644 2005-09-11  Romain Francoise  <romain@orebokech.com>
13645
13646         * message.el (message-alternative-emails): Improve docstring.
13647         (message-setup-1): Call `message-use-alternative-email-as-from'
13648         after `message-setup-hook' to give it precedence over posting
13649         styles, etc.
13650         (message-use-alternative-email-as-from): Add docstring.
13651         Remove the original From header if present.
13652
13653         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13654         (nnml-save-mail): Use it.
13655
13656         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13657         articles.  Add new argument `silent'.
13658         (gnus-uu-mark-all): Report the total number of marked articles.
13659
13660 2005-09-10  Romain Francoise  <romain@orebokech.com>
13661
13662         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13663         (gnus-uu-mark-series): Likewise.
13664
13665 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13666
13667         * spam-report.el (spam-report-gmane): Fix generation of spam
13668         report URL.
13669
13670 2005-09-10  Simon Josefsson  <jas@extundo.com>
13671
13672         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13673         t, based on discussion on the ding list with Robert Epprecht
13674         <epprecht@solnet.ch>.
13675
13676 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13677
13678         * spam-report.el (spam-report-gmane): Make it work without
13679         X-Report-Spam header.  Gmane now only provides Archived-At.
13680         This is only used if `spam-report-gmane-use-article-number' is nil.
13681         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13682
13683         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13684         make `gnus-summary-sort-by-recipient' work with threading.
13685
13686         * nnweb.el (nnweb-google-wash-article): Print a message if article
13687         is not available.
13688
13689 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13690
13691         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13692         change.  Decode text/* parts content before displaying.
13693
13694 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13695
13696         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13697
13698 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13699
13700         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13701
13702         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13703         url-package-name, url-package-version,
13704         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13705         w3m-display-inline-images, and w3m-minor-mode-map.
13706
13707 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13708
13709         * message.el (message-tab-body-function): Fix mismatched custom type.
13710
13711         * gnus.el (gnus-group-change-level-function): Ditto.
13712
13713         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13714
13715         * gnus-art.el (gnus-signature-limit)
13716         (gnus-article-mime-part-function): Ditto.
13717
13718 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13719
13720         * mml.el (mml-mode): Silence the byte compiler.
13721
13722         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13723         using `(sit-for 0)' before moving the point to the specified part;
13724         skip unbuttonized parts.
13725         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13726         return to the summary window if gnus-auto-select-part is non-nil.
13727
13728 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13729
13730         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13731         New variables.
13732         (mml-dnd-attach-file, mml-mode): Use them.
13733
13734         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13735         Make fetching article by MID work again for Google Groups.
13736         Add FIXME concerning gnus-group-make-web-group.
13737
13738         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13739         Don't depend on Gnus by using mail-extract-address-components if
13740         gnus-extract-address-components is not bound.
13741
13742 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13743
13744         * gnus-art.el (gnus-mime-display-security): Don't display the
13745         signature, but only the signed part.
13746
13747 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13748
13749         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13750
13751         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13752         list, not listp.
13753
13754 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13755
13756         * mm-encode.el (mm-encode-content-transfer-encoding):
13757         Likewise when encoding.
13758
13759         * mm-bodies.el (mm-decode-content-transfer-encoding):
13760         De-canonicalize CRLF for all text content types, not just
13761         text/plain.
13762
13763 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13764
13765         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13766         valid article; point arrow and cursor at the MIME button.
13767
13768 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13771         Suggested by Dan Christensen <jdc@uwo.ca>.
13772
13773         * mm-decode.el (mm-save-part): Enable change of prompt.
13774
13775 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13776
13777         * gnus-msg.el (gnus-inews-add-send-actions):
13778         Make `message-post-method' lambda parameter ARG `&optional'.
13779
13780 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13781
13782         * gnus-sum.el (gnus-summary-mime-map):
13783         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13784         gnus-article-jump-to-part.
13785
13786         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13787         (gnus-article-edit-part): Use it.
13788         (gnus-article-part-wrapper): Add no-handle argument.
13789         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13790         New functions.
13791
13792 2005-08-29  Romain Francoise  <romain@orebokech.com>
13793
13794         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13795         docstring.
13796         (gnus-face-from-file): Likewise.
13797
13798 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13799
13800         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13801         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13802         non-nil.
13803         (gnus-auto-select-part): New variable.
13804         (gnus-article-jump-to-part): New function.
13805         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13806         (gnus-mime-delete-part): Allow selecting specified part after
13807         deleting or stripping parts.
13808         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13809         part if argument is bogus.
13810
13811 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13812
13813         * gnus-art.el (w3m-minor-mode-map):
13814         * gnus-spec.el (gnus-newsrc-file-version):
13815         * gnus-util.el (nnmail-active-file-coding-system)
13816         (gnus-original-article-buffer, gnus-user-agent):
13817         * gnus.el (gnus-ham-process-destinations)
13818         (gnus-parameter-ham-marks-alist)
13819         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13820         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13821         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13822         * mm-decode.el (gnus-current-window-configuration):
13823         * mm-extern.el (gnus-article-mime-handles):
13824         * mm-url.el (url-current-object, url-package-name)
13825         (url-package-version):
13826         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13827         (smime-keys, w3m-cid-retrieve-function-alist)
13828         (w3m-current-buffer, w3m-display-inline-images)
13829         (w3m-minor-mode-map):
13830         * mml-smime.el (gnus-extract-address-components):
13831         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13832         (gnus-newsrc-hashtb, message-default-charset)
13833         (message-deletable-headers, message-options)
13834         (message-posting-charset, message-required-mail-headers)
13835         (message-required-news-headers):
13836         * mml1991.el (mc-pgp-always-sign):
13837         * mml2015.el (mc-pgp-always-sign):
13838         * nnheader.el (nnmail-extra-headers):
13839         * rfc1843.el (gnus-decode-encoded-word-function)
13840         (gnus-decode-header-function, gnus-newsgroup-name):
13841         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13842
13843 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13844
13845         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13846         the end of the date treatments.
13847
13848 2005-08-15  Simon Josefsson  <jas@extundo.com>
13849
13850         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13851         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13852         Capello and Romain Francoise.
13853         (pgg-fetch-key-function): Remove, not used?
13854         (pgg-insert-url-with-w3): Require url, to get
13855         url-insert-file-contents regardless of where it is defined.
13856
13857 2005-08-13  Romain Francoise  <romain@orebokech.com>
13858
13859         * message.el (message-cite-original-1): New function.
13860         (message-cite-original): Use it.
13861         (message-cite-original-without-signature): Ditto.
13862
13863 2005-08-08  Romain Francoise  <romain@orebokech.com>
13864
13865         * message.el (message-yank-empty-prefix): New variable.
13866         (message-indent-citation): Use it.
13867         (message-cite-original-without-signature): Respect X-No-Archive.
13868
13869 2005-08-08  Simon Josefsson  <jas@extundo.com>
13870
13871         * pgg.el: Autoload url-insert-file-contents instead of loading
13872         w3/url.
13873         (pgg-insert-url-with-w3): Don't load url here.
13874
13875 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13876
13877         * message.el (message-kill-to-signature): Don't insert newline at
13878         bol.
13879         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13880
13881 2005-08-06  Romain Francoise  <romain@orebokech.com>
13882
13883         * message.el (message-user-fqdn): Fix typo in docstring.
13884
13885 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13886
13887         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13888
13889         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13890
13891 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13892
13893         * mm-bodies.el (mm-encode-body): Use coding system rather than
13894         charset to encode text.
13895
13896         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13897         number of charsets if utf-8 is available (XEmacs).
13898
13899 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13900
13901         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13902         taken from `gnus-button-mid-or-mail-regexp'.
13903         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13904         (gnus-button-alist): Improve regexp for domain part of the MIDs
13905         for news:localpart@domain buttons.
13906         (gnus-button-ctan-directory-regexp): Update.
13907
13908 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13909
13910         * sieve-manage.el (sieve-manage-interactive-login):
13911         Use make-local-variable rather than make-variable-buffer-local.
13912         (sieve-manage-open): Ditto.
13913         (sieve-manage-authenticate): Ditto.
13914
13915         * mml.el (mml-generate-mime-1): Make the content type default to
13916         text/plain if the filename is not specified.
13917
13918 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13921         instead of insert-buffer.
13922
13923         * message.el (message-yank-original): Ditto; set the mark at the
13924         end of the yanked message.
13925
13926 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13929         lines to scroll rather than to stop it.
13930
13931         * mml.el (mml-generate-default-type): Add doc string.
13932         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13933         default to application/octet-stream when determining the content
13934         type if it is not specified for the part or the mml contents; add
13935         a comment about mml-generate-default-type.
13936
13937 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13938
13939         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13940         make it default to application/octet-stream when determining the
13941         content type if it is not specified for the external contents.
13942
13943 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13944
13945         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13946         segmented parameter but also other parameters might be there.
13947
13948 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * mm-decode.el (mm-display-external): Delete temp file, directory
13951         and buffer immediately if the external process is exited.
13952
13953 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13954
13955         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13956         fewer lines than that of scroll-margin.
13957         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13958
13959 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * gnus-art.el (gnus-article-next-page): Revert.
13962         (gnus-article-beginning-of-window): New macro.
13963         (gnus-article-next-page-1): Use it.
13964         (gnus-article-prev-page): Ditto.
13965         (gnus-article-edit-part): Use insert-buffer-substring instead of
13966         insert-buffer.
13967         (gnus-article-edit-exit): Ditto.
13968
13969         * gnus-util.el (gnus-beginning-of-window): Remove.
13970         (gnus-end-of-window): Remove.
13971
13972         * lpath.el: Don't bind header-line-format and scroll-margin.
13973
13974 2005-07-25  Simon Josefsson  <jas@extundo.com>
13975
13976         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13977         to have the url package without w3.  Reported by Daiki Ueno
13978         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13979
13980 2005-07-20  Didier Verna  <didier@xemacs.org>
13981
13982         * gnus-diary.el: Remove the description comment (nndiary is now
13983         properly documented in the Gnus manual).
13984         Fix the spelling of "Back End".
13985         * nndiary.el: Ditto.
13986         Fix the copyright notice.
13987
13988 2005-07-18  Romain Francoise  <romain@orebokech.com>
13989
13990         * gnus-sum.el (gnus-summary-to-prefix)
13991         (gnus-summary-newsgroup-prefix): New variables.
13992         (gnus-summary-from-or-to-or-newsgroups): Use them.
13993
13994 2005-07-17  Romain Francoise  <romain@orebokech.com>
13995
13996         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13997         space as it's generally not especially interesting to the user.
13998
13999 2005-07-16  Romain Francoise  <romain@orebokech.com>
14000
14001         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14002         nil to avoid prompting and file modification if one of the
14003         messages at the top of the nnfolder file contains a copyright
14004         notice.
14005         Update copyright notice.
14006
14007         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14008         instead of `current-time-string' as the latter creates a time
14009         string that is not RFC 2822 compliant (it lacks the zone).
14010         Update copyright notice.
14011
14012 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14013
14014         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14015         for text/rtf.  Display default in prompt.  Pass default for M-n.
14016
14017         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14018
14019 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14020
14021         * gnus-msg.el (gnus-button-mailto):
14022         Remove save-selected-window-window hackery because it relies on
14023         save-selected-window internals.
14024
14025 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14028         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14029         (gnus-article-prev-page): Ditto.
14030
14031         * gnus-util.el (gnus-beginning-of-window): New function.
14032         (gnus-end-of-window): New function.
14033
14034         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14035
14036 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14037
14038         * gnus-score.el (gnus-score-edit-all-score):
14039         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14040         gnus-message.
14041
14042 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14043
14044         * gnus-msg.el (gnus-button-mailto):
14045         Remove save-selected-window-window hackery because it relies on
14046         save-selected-window internals.
14047
14048 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14051         add-minor-mode.
14052         (gnus-binary-mode): Ditto.
14053
14054         * gnus-topic.el (gnus-topic-mode): Ditto.
14055
14056 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14057
14058         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14059         (gnus-article-prev-page): Take scroll-margin into consideration.
14060
14061 2005-07-04  Lute Kamstra  <lute@gnu.org>
14062
14063         Update FSF's address in GPL notices.
14064
14065 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14066
14067         * gnus.el (gnus-exit):
14068         * gnus-group.el (gnus-group-icons):
14069         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14070
14071         * gnus-nocem.el (gnus-nocem):
14072         * message.el (message-various, message-buffers, message-sending)
14073         (message-interface, message-forwarding, message-insertion)
14074         (message-headers, message-news, message-mail):
14075         * pgg-gpg.el (pgg-gpg):
14076         * pgg-parse.el (pgg-parse):
14077         * pgg-pgp.el (pgg-pgp):
14078         * pgg-pgp5.el (pgg-pgp5):
14079         * pop3.el (pop3): Finish `defgroup' description with period.
14080
14081 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * gnus-art.el (article-display-face): Improve the efficiency.
14084         (article-display-x-face): Ditto; remove grey x-face stuff.
14085
14086 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * gnus-art.el (article-display-face): Correct the position in
14089         which Faces are inserted.
14090
14091 2005-06-29  Didier Verna  <didier@xemacs.org>
14092
14093         * gnus-art.el (article-display-face): Display faces in correct
14094         order.
14095
14096 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14097
14098         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14099         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14100         (gnus-nocem-check-article): Fetch the Type header.
14101         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14102         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14103         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14104         make sure gnus-nocem-hashtb is initialized.
14105         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14106         (gnus-nocem-unwanted-article-p): Ditto.
14107
14108         * pgg.el (pgg-verify): Return the verification result.
14109
14110 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14111
14112         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14113         is ascii.
14114
14115 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14116
14117         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14118         `show-nonbreak-escape'.
14119
14120 2005-06-23  Lute Kamstra  <lute@gnu.org>
14121
14122         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14123
14124         * dig.el (dig-mode):
14125         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14126
14127 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14128
14129         * nnimap.el (nnimap-split-download-body): Fix spellings.
14130
14131 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14132
14133         * gnus-art.el (gnus-article-encrypt-body):
14134         * gnus-cus.el (gnus-score-customize):
14135         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14136         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14137
14138 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14139
14140         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14141         header by looking for magic "MII" at the beginnig.
14142
14143 2005-06-16  Miles Bader  <miles@gnu.org>
14144
14145         * gnus-xmas.el (gnus-xmas-group-startup-message):
14146         Use renamed gnus-splash face.
14147
14148         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14149         (assistant-field-face): New backward-compatibility alias for renamed
14150         face.
14151         (assistant-render-text): Use renamed assistant-field face.
14152
14153         * spam.el (spam): Remove "-face" suffix from face name.
14154         (spam-face): New backward-compatibility alias for renamed face.
14155         (spam-face, spam-initialize): Use renamed spam face.
14156
14157         * message.el (message-header-to, message-header-cc)
14158         (message-header-subject, message-header-newsgroups)
14159         (message-header-other, message-header-name)
14160         (message-header-xheader, message-separator, message-cited-text)
14161         (message-mml): Remove "-face" suffix from face names.
14162         (message-header-to-face, message-header-cc-face)
14163         (message-header-subject-face, message-header-newsgroups-face)
14164         (message-header-other-face, message-header-name-face)
14165         (message-header-xheader-face, message-separator-face)
14166         (message-cited-text-face, message-mml-face):
14167         New backward-compatibility aliases for renamed faces.
14168         (message-font-lock-keywords): Use renamed message faces.
14169
14170         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14171         (sieve-test-commands, sieve-tagged-arguments):
14172         Remove "-face" suffix from face names.
14173         (sieve-control-commands-face, sieve-action-commands-face)
14174         (sieve-test-commands-face, sieve-tagged-arguments-face):
14175         New backward-compatibility aliases for renamed faces.
14176         (sieve-control-commands-face, sieve-action-commands-face)
14177         (sieve-test-commands-face, sieve-tagged-arguments-face):
14178         Use renamed sieve faces.
14179
14180         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14181         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14182         (gnus-group-news-3-empty, gnus-group-news-4)
14183         (gnus-group-news-4-empty, gnus-group-news-5)
14184         (gnus-group-news-5-empty, gnus-group-news-6)
14185         (gnus-group-news-6-empty, gnus-group-news-low)
14186         (gnus-group-news-low-empty, gnus-group-mail-1)
14187         (gnus-group-mail-1-empty, gnus-group-mail-2)
14188         (gnus-group-mail-2-empty, gnus-group-mail-3)
14189         (gnus-group-mail-3-empty, gnus-group-mail-low)
14190         (gnus-group-mail-low-empty, gnus-summary-selected)
14191         (gnus-summary-cancelled, gnus-summary-high-ticked)
14192         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14193         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14194         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14195         (gnus-summary-low-undownloaded)
14196         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14197         (gnus-summary-low-unread, gnus-summary-normal-unread)
14198         (gnus-summary-high-read, gnus-summary-low-read)
14199         (gnus-summary-normal-read, gnus-splash):
14200         Remove "-face" suffix from face names.
14201         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14202         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14203         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14204         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14205         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14206         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14207         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14208         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14209         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14210         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14211         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14212         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14213         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14214         (gnus-summary-normal-ticked-face)
14215         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14216         (gnus-summary-normal-ancient-face)
14217         (gnus-summary-high-undownloaded-face)
14218         (gnus-summary-low-undownloaded-face)
14219         (gnus-summary-normal-undownloaded-face)
14220         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14221         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14222         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14223         (gnus-splash-face):
14224         New backward-compatibility aliases for renamed faces.
14225         (gnus-group-startup-message): Use renamed gnus faces.
14226
14227         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14228         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14229         (gnus-server-agent): Remove "-face" suffix from face names.
14230         (gnus-server-agent-face, gnus-server-opened-face)
14231         (gnus-server-closed-face, gnus-server-denied-face)
14232         (gnus-server-offline-face):
14233         New backward-compatibility aliases for renamed faces.
14234         (gnus-server-agent-face, gnus-server-opened-face)
14235         (gnus-server-closed-face, gnus-server-denied-face)
14236         (gnus-server-offline-face): Use renamed gnus faces.
14237
14238         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14239         Remove "-face" suffix from face names.
14240         (gnus-picon-xbm-face, gnus-picon-face):
14241         New backward-compatibility aliases for renamed faces.
14242
14243         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14244         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14245         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14246         (gnus-cite-11): Remove "-face" suffix from face names.
14247         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14248         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14249         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14250         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14251         New backward-compatibility aliases for renamed faces.
14252         (gnus-cite-attribution-face, gnus-cite-face-list)
14253         (gnus-article-boring-faces): Use renamed gnus faces.
14254
14255         * gnus-art.el (gnus-signature, gnus-header-from)
14256         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14257         (gnus-header-content): Remove "-face" suffix from face names.
14258         (gnus-signature-face, gnus-header-from-face)
14259         (gnus-header-subject-face, gnus-header-newsgroups-face)
14260         (gnus-header-name-face, gnus-header-content-face):
14261         New backward-compatibility aliases for renamed faces.
14262         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14263
14264         * gnus-sum.el (gnus-summary-selected-face)
14265         (gnus-summary-highlight): Use renamed gnus faces.
14266         * gnus-group.el (gnus-group-highlight): Likewise.
14267
14268 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14269
14270         * gnus-sieve.el (gnus-sieve-article-add-rule):
14271         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14272         * spam-stat.el (spam-stat-buffer-change-to-spam)
14273         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14274
14275         * message.el (message-is-yours-p):
14276         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14277
14278 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * mm-view.el (mm-inline-text): Withdraw the last change.
14281
14282 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14285         executing enriched-decode.
14286
14287 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14290         charset of tar files.
14291
14292 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14293
14294         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14295
14296 2005-06-04  Lute Kamstra  <lute@gnu.org>
14297
14298         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14299         information is never recorded.
14300
14301 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14302
14303         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14304
14305 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14306
14307         * pop3.el (pop3-apop): Run md5 in the binary mode.
14308
14309         * starttls.el (starttls-set-process-query-on-exit-flag):
14310         Use eval-and-compile.
14311
14312 2005-05-31  Simon Josefsson  <jas@extundo.com>
14313
14314         * smime.el (smime-replace-in-string): Define.
14315         (smime-cert-by-ldap-1): Use it.
14316
14317 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14318
14319         * gnus-art.el (article-display-x-face): Replace
14320         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14321
14322         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14323         set-process-query-on-exit-flag or process-kill-without-query.
14324
14325         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14326         loop instead of replace-regexp.
14327
14328         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14329         instead of process-kill-without-query if it is available.
14330
14331         * lpath.el: Fbind ldap-search-entries.
14332
14333         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14334         instead of find-file-hooks if it is available.
14335
14336         * mml1991.el: Bind pgg-default-user-id when compiling.
14337
14338         * mml2015.el: Bind pgg-default-user-id when compiling.
14339
14340         * nndraft.el (nndraft-request-associate-buffer):
14341         Use write-contents-functions instead of write-contents-hooks if it is
14342         available.
14343
14344         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14345         instead of find-file-hooks if it is available.
14346
14347         * nntp.el (nntp-open-connection): Replace
14348         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14349         (nntp-open-ssl-stream): Ditto.
14350         (nntp-open-tls-stream): Ditto.
14351
14352         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14353         set-process-query-on-exit-flag or process-kill-without-query.
14354         (starttls-open-stream-gnutls): Use it instead of
14355         process-kill-without-query.
14356         (starttls-open-stream): Ditto.
14357
14358 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14359
14360         * smime.el (smime-cert-by-ldap-1): Don't use
14361         replace-regexp-in-string.
14362
14363 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14364
14365         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14366
14367         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14368         in PEM format.  Adjust to the XEmacs compability.
14369
14370 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14371
14372         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14373         by `string-to-number'.
14374         * gnus-agent.el (gnus-agent-regenerate-group)
14375         (gnus-agent-fetch-articles): Ditto.
14376         * gnus-art.el (gnus-button-fetch-group): Ditto.
14377         * gnus-cache.el (gnus-cache-generate-active)
14378         (gnus-cache-articles-in-group): Ditto.
14379         * gnus-group.el (gnus-group-set-current-level)
14380         (gnus-group-insert-group-line): Ditto.
14381         * gnus-score.el (gnus-score-set-expunge-below)
14382         (gnus-score-set-mark-below, gnus-summary-score-effect)
14383         (gnus-summary-score-entry): Ditto.
14384         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14385         (gnus-soup-pack): Ditto.
14386         * gnus-spec.el (gnus-xmas-format): Ditto.
14387         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14388         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14389         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14390         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14391         * nndb.el (nndb-get-remote-expire-response): Ditto.
14392         * nndiary.el (nndiary-parse-schedule-value)
14393         (nndiary-string-to-number, nndiary-request-replace-article)
14394         (nndiary-request-article): Ditto.
14395         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14396         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14397         * nneething.el (nneething-make-head): Ditto.
14398         * nnfolder.el (nnfolder-request-article)
14399         (nnfolder-retrieve-headers): Ditto.
14400         * nnheader.el (nnheader-file-to-number): Ditto.
14401         * nnkiboze.el (nnkiboze-request-article): Ditto.
14402         * nnmail.el (nnmail-process-unix-mail-format)
14403         (nnmail-process-babyl-mail-format): Ditto.
14404         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14405         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14406         (nnmh-request-create-group, nnmh-request-list-1)
14407         (nnmh-request-group, nnmh-request-article): Ditto.
14408         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14409         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14410         * nnsoup.el (nnsoup-make-active): Ditto.
14411         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14412         * nntp.el (nntp-find-group-and-number)
14413         (nntp-retrieve-headers-with-xover): Ditto.
14414         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14415         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14416         (pgg-format-key-identifier): Ditto.
14417         * pop3.el (pop3-last, pop3-stat): Ditto.
14418         * qp.el (quoted-printable-decode-region): Ditto.
14419
14420         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14421         of concat.
14422
14423 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14424
14425         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14426
14427         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14428
14429         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14430
14431         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14432
14433         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14434
14435         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14436
14437         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14438         (gnus-carpal-mode): Ditto.
14439
14440         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14441         (gnus-browse-mode): Ditto.
14442
14443         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14444
14445         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14446
14447 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14448
14449         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14450
14451 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * gnus-util.el (gnus-run-mode-hooks): New function.
14454
14455         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14456
14457         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14458         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14459
14460 2005-05-27  Lute Kamstra  <lute@gnu.org>
14461
14462         * dns-mode.el (dns-mode): Specify customization group.
14463
14464 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14465
14466         * gnus-agent.el (gnus-agent-make-mode-line-string):
14467         Use mode-line-highlight as mouse-face.
14468
14469 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14470
14471         * canlock.el (canlock): Change the parent group to news.
14472
14473         * deuglify.el (gnus-outlook-deuglify): Add :group.
14474
14475         * dig.el (dig): Add :group.
14476
14477         * dns-mode.el (dns-mode): Add :group.
14478
14479         * encrypt.el (encrypt): Add :group.
14480
14481         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14482         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14483         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14484         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14485         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14486
14487         * gnus-diary.el (gnus-diary): Add :group.
14488
14489         * gnus.el (gnus-group-news-1-face): Add :group.
14490         (gnus-group-news-1-empty-face): Ditto.
14491         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14492         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14493         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14494         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14495         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14496         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14497         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14498         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14499         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14500         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14501         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14502         (gnus-summary-high-ticked-face): Ditto.
14503         (gnus-summary-low-ticked-face): Ditto.
14504         (gnus-summary-normal-ticked-face): Ditto.
14505         (gnus-summary-high-ancient-face): Ditto.
14506         (gnus-summary-low-ancient-face): Ditto.
14507         (gnus-summary-normal-ancient-face): Ditto.
14508         (gnus-summary-high-undownloaded-face): Ditto.
14509         (gnus-summary-low-undownloaded-face): Ditto.
14510         (gnus-summary-normal-undownloaded-face): Ditto.
14511         (gnus-summary-high-unread-face): Ditto.
14512         (gnus-summary-low-unread-face): Ditto.
14513         (gnus-summary-normal-unread-face): Ditto.
14514         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14515         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14516
14517         * hashcash.el (hashcash): New custom group.
14518         (hashcash-default-payment): Add :group.
14519         (hashcash-payment-alist): Ditto.
14520         (hashcash-default-accept-payment): Ditto.
14521         (hashcash-accept-resources): Ditto.
14522         (hashcash-path): Ditto.
14523         (hashcash-extra-generate-parameters): Ditto.
14524         (hashcash-double-spend-database): Ditto.
14525         (hashcash-in-news): Ditto.
14526
14527         * message.el (message-minibuffer-local-map): Add :group.
14528
14529         * netrc.el (netrc): Add :group.
14530
14531         * sieve-manage.el (sieve-manage-log): Add :group.
14532         (sieve-manage-default-user): Diito.
14533         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14534         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14535         (sieve-manage-authenticators): Ditto.
14536         (sieve-manage-authenticator-alist): Ditto.
14537         (sieve-manage-default-port): Ditto.
14538
14539         * sieve-mode.el (sieve-control-commands-face): Add :group.
14540         (sieve-action-commands-face): Ditto.
14541         (sieve-test-commands-face): Ditto.
14542         (sieve-tagged-arguments-face): Ditto.
14543
14544         * smime.el (smime): Add :group.
14545
14546         * spam-report.el (spam-report): Add :group.
14547
14548         * spam.el (spam, spam-face): Add :group.
14549
14550 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14551
14552         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14553         return \n.\n.\n at the end of articles.  Protect against that.
14554         (nntp-with-open-group): Allow debugging.
14555
14556         * nnheader.el (mail-header-set-extra): Make into a function
14557         because I just could't understand how to quote the list properly.
14558
14559         * dns.el (query-dns-cached): New function.
14560
14561 2005-05-26  Lute Kamstra  <lute@gnu.org>
14562
14563         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14564
14565 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14566
14567         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14568
14569         * gnus-art.el: Don't autoload mail-extract-address-components.
14570
14571         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14572         eval-and-compile to evaluate it.
14573
14574         * hashcash.el: Don't autoload executable-find.
14575
14576         * nndb.el: Don't declare the nndb back end two or more times; don't
14577         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14578
14579         * nntp.el: Autoload format-spec instead of format; use
14580         eval-and-compile to evaluate autoload forms.
14581
14582 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14583
14584         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14585
14586 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14587
14588         * gnus.el (gnus-version-number): Bump version.
14589
14590 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14591
14592         * gnus.el: No Gnus v0.3 is released.
14593
14594 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14595
14596         * lpath.el (featurep): Bind show-nonbreak-escape.
14597
14598 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14599
14600         * gnus-art.el (gnus-article-edit-part): Disable undo.
14601
14602 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14603
14604         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14605         gnus-article-date-lapsed-new-header is t if date timer is active;
14606         skip headers in which the original date value is empty.
14607         (gnus-article-save-original-date): Redefine it as a macro.
14608         (gnus-display-mime): Use it.
14609
14610 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * gnus-art.el (article-date-ut): Support converting date in
14613         forwarded parts as well.
14614         (gnus-article-save-original-date): New function.
14615         (gnus-display-mime): Use it.
14616
14617 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14618
14619         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14620         enclosure element of <item>.
14621
14622 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14623
14624         * message.el (message-kill-buffer-query): Rename from
14625         `message-kill-buffer-query-if-modified'.  Add :version.
14626
14627 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14628
14629         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14630         window layout.
14631
14632 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14633
14634         * mml.el: Autoload dnd when compiling.
14635
14636 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14637
14638         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14639         x-dnd-*.
14640
14641 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14642
14643         * qp.el (quoted-printable-encode-region): Save excursion.
14644
14645 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14646
14647         * message.el (message-kill-buffer-query-if-modified): Add new variable
14648         so the user can kill a modified message buffer quickly.
14649         (message-kill-buffer): Use it.
14650
14651 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14652
14653         * lpath.el: Fbind display-time-event-handler; don't fbind
14654         string-to-multibyte.
14655
14656         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14657
14658 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14661         contained in text because xml.el decodes entities) with LFs.
14662
14663 2005-04-11  Lute Kamstra  <lute@gnu.org>
14664
14665         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14666         differently.
14667
14668 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14669
14670         * mm-util.el (mm-detect-coding-region): Typo.
14671
14672 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14673
14674         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14675
14676 2005-04-06  Deepak Goel  <deego@gnufans.org>
14677
14678         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14679         user-function allow user modifications of the scores.
14680         (spam-stat-score-buffer-user): New function, to allow
14681         user-computed modifications to the score.
14682         (spam-stat-score-buffer-user-functions): List of additional
14683         scoring functions.
14684         (spam-stat-error-holder): Global temporary error holder.
14685         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14686         variable.
14687
14688 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14689
14690         * gnus-registry.el (gnus-registry-clean-empty-function)
14691         (gnus-registry-trim, gnus-registry-fetch-groups)
14692         (gnus-registry-delete-group): Groups that match
14693         `gnus-registry-ignored-groups' are removed from the registry
14694         entries, not just ignored for splitting.  This helps clean up the
14695         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14696         to get all the groups a message ID is in.
14697
14698         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14699         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14700         (spam-stat-score-buffer-user-functions): Add :number custom type.
14701
14702 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14705         argument in XEmacs.
14706
14707         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14708         (nnrss-request-group): Decode group name first.
14709         (nnrss-request-article): Make a text/plain article if mml-to-mime
14710         failed.
14711         (nnrss-get-encoding): Return a compatible encoding according to
14712         nnrss-compatible-encoding-alist.
14713         (nnrss-find-el): Use consp instead of listp.
14714         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14715
14716 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14717
14718         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14719         which Emacs 20 doesn't support.
14720         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14721
14722 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14723
14724         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14725         silence the byte compiler inside the defun.
14726
14727         * gnus-demon.el (parse-time-string): Add autoload.
14728
14729         * gnus-delay.el (parse-time-string): Add autoload.
14730
14731         * gnus-art.el (parse-time-string): Add autoload.
14732
14733         * nnultimate.el (parse-time): Require for `parse-time-string'.
14734
14735 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14736
14737         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14738
14739         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14740
14741         * smime.el (smime-ldap-host-list): Add :version.
14742
14743 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14744
14745         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14746         pass it to `gnus-browse-read-group'.
14747         (gnus-browse-read-group): Add NUMBER argument and pass it to
14748         `gnus-group-read-ephemeral-group'.
14749
14750         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14751         argument and pass it to `gnus-group-read-group'.
14752
14753 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14754
14755         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14756         mm-xemacs-find-mime-charset-1 if we have the mule feature
14757         available at runtime.
14758
14759 2005-03-25  Werner Lemberg  <wl@gnu.org>
14760
14761         * nnmaildir.el: Replace `illegal' with `invalid'.
14762
14763 2005-03-23  Lute Kamstra  <lute@gnu.org>
14764
14765         * time-date.el: Add comment on time value formats.
14766         Don't require parse-time.
14767         (with-decoded-time-value): New macro.
14768         (encode-time-value): New function.
14769         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14770         (days-to-time): Return a valid time value when arg is huge.
14771         (time-since): Use time-subtract.
14772         (time-to-number-of-days): Use time-to-seconds.
14773
14774 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14775
14776         * gnus-start.el (gnus-display-time-event-handler):
14777         Check display-time-timer at runtime rather than only at load time
14778         in case display-time-mode is turned off in the mean time.
14779
14780 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14781
14782         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14783         used.
14784
14785         * nneething.el (nneething-map-file-directory): Derive from
14786         `gnus-directory'.
14787
14788         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14789         the To/Cc button.
14790
14791 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14792
14793         * nnmaildir.el (nnmaildir-request-accept-article):
14794         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14795
14796 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14797
14798         * gnus-async.el: Require timer-funcs at compile time when in
14799         XEmacs for `run-with-idle-timer'.
14800
14801 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14802
14803         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14804         autoloaded function.
14805
14806 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14807
14808         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14809
14810 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14811
14812         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14813
14814 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14815
14816         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14817         Add gnus-expert-user to default.
14818
14819 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14820
14821         * nnimap.el (nnimap-open-server): Ditto.
14822
14823         * imap.el (imap-authenticate): Fix typo.
14824
14825 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14826
14827         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14828         buffer (since IMAP server might return FETCH response out of
14829         order, and the nntp buffer must be sorted).
14830
14831 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14832
14833         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14834         comparison on string.
14835
14836         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14837         (gnus-agent-score): Rename category keywords to match gnus-cus.
14838         (gnus-agent-summary-fetch-series): Modify to protect against
14839         gnus-agent-summary-fetch-group clearing processable flags.
14840         (gnus-agent-synchronize-group-flags): Update live group buffer as
14841         synchronization may occur due to the user toggle the plugged
14842         status.
14843         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14844         successfully downloaded.
14845         (gnus-agent-expire-group-1): Avoid using markers when the overview
14846         is in ascending order; greatly improves performance.
14847         (gnus-agent-regenerate-group):
14848         Use gnus-agent-synchronize-group-flags to reset read status in both
14849         gnus and server.
14850         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14851
14852 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14853
14854         * message.el: Don't autoload former message-utils variables.
14855         (message-strip-subject-trailing-was): Change doc string.
14856
14857         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14858         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14859         (nnweb-google-search): Add "hl=en" here.
14860         (nnweb-google-parse-1, nnweb-google-create-mapping):
14861         Don't hardcode URL.
14862
14863 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14864
14865         * message.el (message-get-reply-headers, message-followup):
14866         Mention related variables `message-use-followup-to' and
14867         `message-use-mail-followup-to', in the information buffer.
14868
14869         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14870         of broken groups(-beta).google.com.
14871
14872 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14873
14874         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14875         parameter to invoked gnus-request-move-article; remove the
14876         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14877         all at once instead of once per article.
14878         (gnus-summary-remove-process-mark): Accept a list of articles as
14879         well as a single article for processing.
14880
14881         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14882         parameter.
14883
14884         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14885
14886         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14887
14888         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14889         parameter.
14890
14891         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14892         parameter.
14893
14894         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14895         parameter and remove the gnus-sum-hint-move-is-internal variable.
14896
14897         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14898         parameter.
14899
14900         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14901         parameter.
14902
14903         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14904         parameter.
14905
14906         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14907
14908         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14909         parameter.
14910
14911         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14912         parameter.
14913
14914 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14915
14916         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14917         a more conservative way.
14918
14919 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14920
14921         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14922         buffer, so it moves the window's cursor.
14923
14924 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14925
14926         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14927         `mm-dissect-multipart' and receive the from field as an (optional)
14928         argument from `mm-dissect-multipart'.
14929         (mm-dissect-multipart): Receive the from field as an argument and
14930         pass it on when we call `mm-dissect-buffer' on MIME parts.
14931         Fixes verification/decryption of signed/encrypted MIME parts.
14932
14933 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14934
14935         * gnus-sum.el (gnus-summary-move-article):
14936         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14937         whatever it calls (right now, only nnimap-request-move article
14938         respects it).
14939
14940         * nnimap.el (nnimap-request-move-article):
14941         When gnus-sum-hint-move-is-internal is set, don't do the extra
14942         nnimap-request-article.
14943
14944 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14945
14946         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14947
14948         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14949         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14950
14951         * gnus-sum.el (gnus-summary-caesar-message):
14952         Apply `gnus-treat-article' after rotation.
14953
14954         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14955         doc string.
14956
14957 2005-02-22  Simon Josefsson  <jas@extundo.com>
14958
14959         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14960         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14961         <arne@arnested.dk>.
14962         (encrypt): Add password-cache and password-cache-expiry as group
14963         members.
14964
14965 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14966
14967         * smime.el (smime-ldap-host-list): Doc fix.
14968         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14969         cache) password.
14970         (smime-sign-region): Use it.
14971         (smime-decrypt-region): Use it.
14972         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14973         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14974         fails.
14975         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14976         certificate from DER to PEM format rather than calling openssl.
14977
14978         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14979
14980         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14981         for signing/encryption.
14982
14983         * mml.el (mml-parse-1): Use them.
14984
14985 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14986
14987         * nnrss.el (nnrss-verbose): Remove.
14988         (nnrss-request-group): Use `nnheader-message' instead.
14989
14990 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14991
14992         * nnrss.el (nnrss-verbose): New variable.
14993         (nnrss-request-group): Make it say nnrss is requesting a group.
14994
14995 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14996
14997         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14998         Handle news URL with given port correctly.
14999
15000 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15001
15002         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15003         containing special characters.
15004
15005         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15006
15007         * mml.el (mime-to-mml): Ditto.
15008
15009         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15010         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15011         (rfc2047-decode-region): Quote decoded words containing special
15012         characters when rfc2047-quote-decoded-words-containing-tspecials
15013         is non-nil.
15014
15015 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15016
15017         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15018
15019         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15020
15021 2005-02-15  Simon Josefsson  <jas@extundo.com>
15022
15023         * nnimap.el (nnimap-debug): Doc fix.
15024
15025         * imap.el (imap-debug): Doc fix.
15026
15027 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15028
15029         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15030
15031 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15032
15033         * gnus.el (spam-contents): Improve docs for spam-contents
15034         parameter in its variable incarnation.
15035
15036 2005-02-14  Simon Josefsson  <jas@extundo.com>
15037
15038         * smime-ldap.el: Use require instead of load-library for ldap.
15039         (smime-ldap-search): Indent.
15040         (smime-ldap-search-internal): Shorten line.
15041
15042         * smime.el (smime-cert-by-dns): Add doc-string.
15043         (smime-cert-by-ldap-1): Indent.
15044
15045         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15046         mml-smime-get-dns-ldap.
15047         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15048
15049 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15050
15051         * smime.el: Require smime-ldap.
15052         (smime-ldap-host-list): New variable.
15053         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15054
15055         * mml-smime.el (mml-smime-encrypt-query): New function.
15056         (mml-smime-encrypt-query): Use it.
15057
15058         * smime-ldap.el: New file.
15059
15060 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15061
15062         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15063
15064 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15065
15066         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15067         argument in doc string.  Make query for type more clear.
15068
15069 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15070
15071         * gnus.el (gnus-group-startup-message): Search for gnus images in
15072         etc/images/gnus.
15073         * mm-util.el (mm-image-load-path): Likewise.
15074         * smiley.el (smiley-data-directory): Search for smilies in
15075         etc/images/smilies.
15076
15077 2005-02-09  Kim F. Storm  <storm@cua.dk>
15078
15079         Change Emacs release version from 21.4 to 22.1 throughout.
15080         Change Emacs development version from 21.3.50 to 22.0.50.
15081
15082 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15083
15084         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15085
15086         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15087         non-Mule XEmacs as well.
15088         (mm-decompress-buffer): Signal an error intentionally if it does
15089         not decompress compressed data because auto-compression-mode is
15090         disabled.
15091
15092 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15093
15094         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15095         an ID in the registry even if it has no groups.
15096
15097 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15098
15099         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15100         merge it into mm-decompress-buffer.
15101         (gnus-mime-copy-part): Use the MIME part charset, the value which
15102         a user specified or gnus-newsgroup-charset for decoding, like
15103         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15104         save-buffer what was used.  Suggested by Kevin Ryde
15105         <user42@zip.com.au>.
15106         (gnus-mime-inline-part): Allow the name parameter as well as the
15107         filename parameter; force decompressing of compressed data; always
15108         display contents being not decoded as unibyte.
15109
15110         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15111         as well as the filename parameter.
15112
15113         * mm-util.el (mm-decompress-buffer):
15114         Merge gnus-mime-jka-compr-maybe-uncompress.
15115         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15116         of compressed data.
15117
15118 2005-02-08  Simon Josefsson  <jas@extundo.com>
15119
15120         * imap.el (imap-log): Doc fix.
15121
15122 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15123
15124         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15125         the coding cookies; decompress compressed parts.
15126
15127         * mml.el (mml-generate-mime-1): Add the charset parameter according
15128         to the value which a user specified manually or the coding cookie.
15129
15130         * mm-util.el (mm-string-to-multibyte): New function.
15131         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15132         (mm-coding-system-to-mime-charset): New function.
15133         (mm-decompress-buffer): New function.
15134         (mm-find-buffer-file-coding-system): New function.
15135
15136         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15137         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15138         parts.
15139
15140 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15141
15142         * mm-view.el (mm-display-inline-fontify): Decode a part according
15143         to the charset parameter.
15144
15145 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15148         prefix arg is neither nil nor a number, as info specifies.
15149
15150 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15153         timestamps.
15154
15155 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15156
15157         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15158         groups error checking and notify user.
15159
15160 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15161
15162         * message.el (message-send-mail-function): Check existence of
15163         sendmail-program first before using default value
15164         `message-send-mail-with-sendmail'.  Otherwise use more generic
15165         `smtpmail-send-it'.
15166
15167 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15168
15169         * nntp.el (nntp-request-update-info): Always return nil.
15170
15171 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15172
15173         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15174
15175 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15176
15177         * message.el (message-beginning-of-line): Change the behavior when
15178         invoked between BOL and : so that it first moves backward.
15179
15180 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15181
15182         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15183         article buffer when editing of the article is discarded.
15184         (gnus-article-prepare): Revert.
15185
15186 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * gnus-art.el (gnus-article-prepare):
15189         Remove message-strip-forbidden-properties from the local hook.
15190
15191 2005-01-27  Simon Josefsson  <jas@extundo.com>
15192
15193         * password.el (password-cache-add): Only start one timer per key.
15194         Reported by Derek Atkins <warlord@MIT.EDU>.
15195
15196 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15197
15198         * run-at-time.el: Remove.  It is no longer needed as
15199         timer-funcs.el in the xemacs-base package has a working version of
15200         `run-at-time'.
15201
15202         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15203
15204         * password.el: Require timer-funcs instead of run-at-time in
15205         XEmacs.
15206         Remove `password-run-at-time' macro.
15207         (password-cache-add): Use `run-at-time' instead of
15208         `password-run-at-time'.
15209
15210         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15211         Remove `nnheader-cancel-function-timers' alias,
15212         `cancel-function-timers' exists in XEmacs in timer-funcs.
15213
15214         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15215         for `run-with-idle-timer'.
15216
15217         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15218         for `run-at-time'.
15219
15220         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15221         for `with-timeout'.
15222
15223         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15224         the same as for XEmacs 21.4.
15225         No need to ignore `run-with-idle-timer', this function exists in
15226         XEmacs now in timer-funcs.el in the xemacs-base package.
15227         (dgnushack-compile): No need to delete
15228         run-at-time.el from the list of files to compile because it
15229         doesn't exist anymore.
15230
15231 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15234         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15235
15236 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15237
15238         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15239         sensitively.
15240
15241 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15242
15243         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15244
15245 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15248         which will be inserted according to the multibyteness of a buffer
15249         rather than the type of contents.  Suggested by ARISAWA Akihiro
15250         <ari@mbf.ocn.ne.jp>.
15251
15252         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15253         of string which old xml.el may return rather than a string.
15254
15255 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15256
15257         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15258
15259 2005-01-16  Simon Josefsson  <jas@extundo.com>
15260
15261         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15262         idn/idna.el isn't available.
15263         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15264         <michael@waxrat.com>.
15265
15266         * hashcash.el: Remove non-FSF copyright header.
15267
15268         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15269         (hashcash-generate-payment): Use it.
15270         (hashcash-generate-payment-async): Use it.
15271
15272 2005-01-15  Simon Josefsson  <jas@extundo.com>
15273
15274         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15275         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15276
15277         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15278         gnus-summary-idna-message.
15279         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15280         (gnus-summary-idna-message): New function.
15281
15282 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15283
15284         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15285         gnus-novice-user.
15286
15287 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15288
15289         * nnrss.el (nnrss-request-delete-group): Delete entries in
15290         nnrss-group-alist as well.
15291         (nnrss-save-server-data): Insert newline.
15292
15293 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15294
15295         * gnus.el (gnus-user-agent): Use list of symbols instead of
15296         symbols.  Display full version number for (S)XEmacs.
15297         Optionally display (S)XEmacs codename.
15298
15299         * gnus-util.el (gnus-emacs-version): Update for new
15300         `gnus-user-agent'.
15301
15302         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15303         Gnus version.
15304
15305 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15306
15307         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15308         which is unreadable in some setups.
15309
15310 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15311
15312         * gnus-spec.el (gnus-update-format-specifications): Flush the
15313         group format spec cache if it doesn't support decoded group names.
15314
15315 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15316
15317         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15318         Allow to apply decay on score files matching a regexp.
15319
15320 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15323         compatibility in %g and %c.
15324
15325 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15326
15327         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15328         name for only %g and %c.
15329         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15330         of gnus-tmp-group to decoded group name.
15331         (gnus-group-make-rss-group): Exclude `/'s from group names.
15332
15333 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15334
15335         * nnrss.el (nnrss-get-encoding): Fix regexp.
15336
15337 2004-12-27  Simon Josefsson  <jas@extundo.com>
15338
15339         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15340         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15341         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15342
15343 2004-12-17  Kim F. Storm  <storm@cua.dk>
15344
15345         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15346
15347         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15348
15349 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15350
15351         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15352
15353 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15354
15355         * nnrss.el: Require rfc2047 and mml.
15356         (nnrss-file-coding-system): New variable.
15357         (nnrss-format-string): Redefine it as an inline function.
15358         (nnrss-decode-group-name): New function.
15359         (nnrss-string-as-multibyte): Remove.
15360         (nnrss-retrieve-headers): Decode group name; don't use
15361         nnrss-format-string.
15362         (nnrss-request-group): Decode group name.
15363         (nnrss-request-article): Decode group name; allow a Message-ID as
15364         well as an article number; don't use nnrss-format-string; encode a
15365         Message-ID string which may contain non-ASCII characters; use
15366         mml-to-mime to compose a MIME article.
15367         (nnrss-request-expire-articles): Decode group name.
15368         (nnrss-request-delete-group): Decode group name.
15369         (nnrss-fetch): Clarify error message.
15370         (nnrss-read-server-data): Use insert-file-contents instead of load;
15371         bind file-name-coding-system; use multibyte buffer.
15372         (nnrss-save-server-data): Bind coding-system-for-write to the
15373         value of nnrss-file-coding-system; bind file-name-coding-system;
15374         add coding cookie.
15375         (nnrss-read-group-data): Use insert-file-contents instead of load;
15376         bind file-name-coding-system; use multibyte buffer.
15377         (nnrss-save-group-data): Bind coding-system-for-write to the
15378         value of nnrss-file-coding-system; bind file-name-coding-system.
15379         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15380         make it work with non-ASCII text.
15381         (nnrss-find-el): Make it work with old xml.el as well.
15382
15383 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15384
15385         * nnrss.el (nnrss-get-encoding): New function.
15386         (nnrss-fetch): Use unibyte buffer initially; bind
15387         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15388         decode contents according to the encoding attribute.
15389         (nnrss-save-group-data): Add coding cookie.
15390         (nnrss-mime-encode-string): New function.
15391         (nnrss-check-group): Use it to encode subject and author.
15392
15393 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15394
15395         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15396         imaginary variable.
15397
15398 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15399
15400         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15401         correctly even if there are wide characters.
15402
15403 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15404
15405         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15406         downcased symbol names; make a new cache instead of reusing
15407         bbdb-hashtable.
15408
15409 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15410
15411         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15412         concatenating segments rather than before concatenating them.
15413         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15414
15415         * message.el (message-get-reply-headers): Bind `extra'.
15416
15417 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15418
15419         * message.el (message-extra-wide-headers): New variable.
15420         (message-get-reply-headers): Use it.
15421
15422 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15423
15424         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15425         (gnus-agent-group-pathname): Ditto.
15426
15427         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15428
15429         * gnus-group.el (gnus-group-make-group): Decode group name.
15430         (gnus-group-make-rss-group): Register the group data after opening
15431         the nnrss group.
15432
15433 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15434
15435         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15436         by expiry now get marked as read.
15437
15438 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15441
15442 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15443
15444         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15445         unify Latin characters in XEmacs.
15446         (mm-find-mime-charset-region): Use it.
15447
15448 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * gnus-util.el (gnus-delete-directory): New function.
15451
15452         * gnus-agent.el (gnus-agent-delete-group): Use it.
15453
15454         * gnus-cache.el (gnus-cache-delete-group): Use it.
15455
15456 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15457
15458         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15459         names.
15460
15461 2004-12-16  Simon Josefsson  <jas@extundo.com>
15462
15463         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15464
15465 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15466
15467         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15468
15469         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15470         (gnus-group-set-current-level): Decode group name.
15471
15472 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15473
15474         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15475         failed.
15476
15477 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15478
15479         * gnus-group.el (gnus-group-delete-group): Decode group name.
15480         (gnus-group-make-rss-group): Encode group name.
15481         (gnus-group-catchup-current): Decode group name.
15482         (gnus-group-kill-group): Decode group name.
15483
15484 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15485
15486         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15487
15488 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15489
15490         * gnus-group.el (gnus-group-make-rss-group):
15491         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15492
15493         * gnus-start.el (gnus-setup-news): Honor user's setting to
15494         gnus-message-archive-method.  Suggested by Lute Kamstra
15495         <lute@gnu.org>.
15496
15497 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15498
15499         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15500         global counterparts of the buffer-local variables.
15501
15502 2004-11-16  Romain Francoise  <romain@orebokech.com>
15503
15504         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15505         counterparts of the buffer-local variables.
15506
15507 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15508
15509         * message.el (message-forbidden-properties): Fix typo in doc
15510         string.
15511
15512 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15513
15514         * gnus-util.el (gnus-replace-in-string): Add doc string.
15515
15516         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15517         to avoid problems when splitting mails with many recipients.
15518
15519 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15520
15521         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15522         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15523
15524 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15525
15526         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15527         if there is no hashtable in memory or file modification time is
15528         newer than cached timestamp.
15529
15530 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15531
15532         * gnus-sum.el (gnus-summary-limit-to-recipient):
15533         Implement not-matching option.
15534
15535 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15536
15537         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15538         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15539         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15540         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15541         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15542         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15543
15544 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15545
15546         * message.el (message-forward-make-body-mml): Remove headers
15547         according to message-forward-ignored-headers if a message is decoded.
15548
15549 2004-12-02  Romain Francoise  <romain@orebokech.com>
15550
15551         * message.el (message-forward-make-body-plain): Always remove
15552         headers according to message-forward-ignored-headers.
15553
15554 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15555
15556         * spam.el (spam-summary-prepare-exit): Remove the
15557         gnus-summary-limit pop for now, it has problems with ham marks for
15558         me.
15559
15560 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15561
15562         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15563         correctly.
15564
15565 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15566
15567         * format-spec.el (format-spec): Message the char.
15568
15569 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15570
15571         * gnus-art.el (gnus-split-methods): Reformat comments.
15572
15573         * spam.el (spam-summary-prepare-exit): Remove article limits
15574         before exiting the summary buffer.
15575
15576 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15577
15578         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15579         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15580
15581         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15582         order to silence the byte compiler.
15583
15584         * spam.el: Fix the way to silence the byte compiler, which
15585         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15586         bbdb-search-simple, spam-BBDB-register-routine,
15587         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15588         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15589         spam-stat-buffer-is-spam, spam-stat-load,
15590         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15591         spam-stat-save and spam-stat-split-fancy.
15592
15593 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15594
15595         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15596         which may confuse users.
15597         (canlock-password-for-verify): Ditto.
15598
15599         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15600
15601         * gnus-art.el (gnus-emphasis-alist): Ditto.
15602
15603         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15604
15605         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15606
15607         * gnus-start.el (gnus-save-killed-list): Ditto.
15608
15609         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15610         (gnus-sum-thread-tree-root): Ditto.
15611         (gnus-sum-thread-tree-false-root): Ditto.
15612         (gnus-sum-thread-tree-single-indent): Ditto.
15613
15614         * message.el (message-courtesy-message): Ditto.
15615         (message-archive-note): Ditto.
15616         (message-subscribed-address-file): Ditto.
15617         (message-user-fqdn): Ditto.
15618
15619         * spam-report.el (spam-report-gmane-regex): Ditto.
15620
15621         * spam.el (spam-blackhole-good-server-regex): Ditto.
15622
15623 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15624
15625         * mml.el (mml-preview): Widen the message buffer before copying
15626         the contents to the preview buffer; sort headers before previewing.
15627
15628         * message.el (message-hidden-headers): Fix the way to avoid a bug
15629         in the `repeat' widget in Emacs 21.3 or earlier.
15630
15631 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15632
15633         * message.el (message-hidden-headers): Default to "^References:".
15634         Improve customization type.  Suggested by Reiner Steib
15635         <Reiner.Steib@gmx.de>.
15636
15637 2004-11-25  Romain Francoise  <romain@orebokech.com>
15638
15639         * message.el (message-strip-forbidden-properties): Remove check for
15640         obsolete `message-hidden' text property, hidden headers are not
15641         accessible in the buffer anymore.
15642
15643 2004-11-22  Romain Francoise  <romain@orebokech.com>
15644
15645         * message.el (message-header-format-alist): Add `From' in list
15646         so that it can be sorted.
15647         (message-fix-before-sending): Widen and sort headers before
15648         sending.
15649         (message-hide-headers): Use narrowing to hide headers by moving
15650         them to the top of the buffer and narrowing to the region
15651         underneath.
15652
15653 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15654
15655         * message.el (message-strip-forbidden-properties):
15656         Bind buffer-read-only (etc) to nil.
15657
15658 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15661         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15662
15663 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15664
15665         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15666
15667 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15668
15669         * dns.el (query-dns): Use sit-for to time instead of
15670         accept-process-output, since that doesn't seem to work on udp
15671         sockets.
15672
15673 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15674
15675         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15676
15677 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15678
15679         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15680         doc string.  Improve doc string.
15681
15682 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * nntp.el (nntp-request-update-info): Return nil if
15685         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15686         may not call gnus-activate-group which uselessly issues the GROUP
15687         commands for all nntp groups and wastes time.  Reported by Romain
15688         Francoise <romain@orebokech.com>.
15689
15690         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15691
15692 2004-11-15  Simon Josefsson  <jas@extundo.com>
15693
15694         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15695         headers separately.
15696         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15697         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15698
15699 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15700
15701         * gnus-start.el (gnus-convert-old-newsrc):
15702         Assign legacy-gnus-agent to 5.10.7.
15703
15704 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15705
15706         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15707         start of the lines.
15708
15709 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15710
15711         * hashcash.el (hashcash-default-payment): Change default to 20.
15712         (hashcash-default-accept-payment): Change default to 20.
15713         (hashcash-process-alist): New variable.
15714         (hashcash-generate-payment-async): Add.
15715         (hashcash-already-paid-p): Add.
15716         (hashcash-insert-payment): Don't generate payments twice.
15717         (hashcash-insert-payment-async): Add.
15718         (hashcash-insert-payment-async-2): Add.
15719         (hashcash-cancel-async): Add.
15720         (hashcash-wait-async): Add.
15721         (hashcash-processes-running-p): Add.
15722         (hashcash-wait-or-cancel): Add.
15723         (mail-add-payment): New optional argument.  Conditionally start
15724         asynchronous calculation.
15725         (mail-add-payment-async): Add.
15726
15727         * message.el (message-send-mail): Wait for asynchronous hashcash
15728         results.  Don't clobber existing X-Hashcash headers.
15729         (message-setup-1): Call mail-add-payment-async when
15730         message-generate-hashcash is non-nil.
15731
15732 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15733
15734         * message.el (message-use-alternative-email-as-from): Examine the
15735         From header as well; use message-make-from in order to include a
15736         user's full name.
15737
15738 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15739
15740         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15741         default; improve customization type.
15742         (gnus-emphasis-custom-with-format): New macro.
15743         (gnus-emphasis-custom-value-to-external): New function.
15744         (gnus-emphasis-custom-value-to-internal): New function.
15745
15746 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15747
15748         * dns.el (query-dns): Resolve reverse addresses.
15749
15750 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15751
15752         * gnus-group.el (gnus-group-get-new-news): Use it.
15753
15754         * gnus-start.el (gnus-check-reasonable-setup): New function.
15755
15756 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15759         "Args out of range" error.  Reported by Arnaud Giersch
15760         <arnaud.giersch@free.fr>.
15761
15762 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15763
15764         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15765
15766 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15767
15768         * spam.el (spam group): Add :version.
15769
15770         * pgg-def.el (pgg group): Add :version.
15771
15772 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15773
15774         * gnus-art.el (gnus-article-edit-article): Don't associate the
15775         article buffer with a draft file.  This is a temporary measure
15776         against the 2004-08-22 change to gnus-article-edit-mode.
15777
15778 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15779
15780         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15781         (html2text-format-tags): Remove unused variable `attr'.
15782
15783 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15784
15785         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15786
15787         * tls.el (tls-process-connection-type, tls-success)
15788         (tls-certtool-program): Add :version.
15789
15790         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15791         (starttls-extra-arguments, starttls-process-connection-type)
15792         (starttls-connect, starttls-failure, starttls-success): Add :version.
15793
15794         * spam-stat.el (spam-stat): Add :version.
15795
15796         * sieve.el (sieve): Add :version.
15797
15798         * sha1.el (sha1): Add :version.
15799         (sha1-use-external): Remove redundant version.
15800
15801         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15802         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15803         (nnmail-split-fancy-match-partial-words)
15804         (nnmail-split-lowercase-expanded): Add :version.
15805
15806         * nndiary.el (nndiary): Add :version.
15807
15808         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15809
15810         * mml-sec.el (mml-default-sign-method)
15811         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15812         Add :version.
15813
15814         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15815
15816         * mm-url.el (mm-url-use-external, mm-url-program)
15817         (mm-url-arguments): Add :version.
15818
15819         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15820         (mm-attachment-file-modes, mm-decrypt-option)
15821         (mm-w3m-safe-url-regexp): Add :version.
15822
15823         * message.el (message-cite-prefix-regexp)
15824         (message-sendmail-envelope-from, message-minibuffer-local-map)
15825         (message-user-fqdn, message-completion-alist): Add :version.
15826
15827         * gnus-win.el (gnus-configure-windows-hook)
15828         (gnus-use-frames-on-any-display): Add :version.
15829
15830         * gnus-art.el (gnus-article-address-banner-alist)
15831         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15832         (gnus-treat-from-picon, gnus-treat-mail-picon)
15833         (gnus-treat-x-pgp-sig): Add :version.
15834
15835         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15836         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15837         (gnus-summary-article-delete-hook)
15838         (gnus-summary-display-while-building): Add :version.
15839
15840         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15841         (gnus-get-top-new-news-hook): Add :version.
15842
15843         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15844         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15845
15846         * gnus-registry.el (gnus-registry): Add :version.
15847
15848         * gnus-spec.el (gnus-use-correct-string-widths)
15849         (gnus-make-format-preserve-properties): Add :version.
15850
15851         * gnus.el (gnus-group-charter-alist)
15852         (gnus-group-fetch-control-use-browse-url)
15853         (gnus-install-group-spam-parameters): Add :version.
15854
15855         * gnus-diary.el (gnus-diary): Add :version.
15856
15857         * gnus-delay.el (gnus-delay): Add :version.
15858
15859         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15860         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15861         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15862         Add :version.
15863
15864         * gnus-agent.el (gnus-agent-max-fetch-size)
15865         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15866         (gnus-agent-prompt-send-queue): Add :version.
15867
15868         * deuglify.el (gnus-outlook-deuglify): Add :version.
15869
15870         * html2text.el: Beautify code.  Improve doc strings.
15871         Some checkdoc cleanup.
15872         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15873
15874 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15875
15876         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15877
15878 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15879
15880         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15881         when package is loaded.
15882
15883         * spam.el (spam-summary-score-preferred-header): Add global preference
15884         for people who want to override the default SpamAssassin over
15885         Bogofilter preference (when both are set).
15886         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15887         (spam-user-format-function-S):
15888         Check spam-summary-score-preferred-header.
15889         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15890         (spam-user-format-function-S): Format the score correctly.
15891
15892 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15893
15894         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15895         signature file.  Suggested by Manoj Srivastava
15896         <srivasta@golden-gryphon.com>.
15897
15898         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15899         iso-2022-jp even in the Japanese language environment.
15900         Suggested by Jason Rumney <jasonr@gnu.org>.
15901
15902 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15903
15904         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15905         use the same characters as the dummy marks; make it free from
15906         getting affected by the language environment.
15907         (gnus-summary-read-group-1): Update mark positions only when the
15908         format spec is updated.
15909
15910         * gnus-spec.el (gnus-update-format-specifications): Return a list
15911         of updated types.
15912
15913 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15914
15915         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15916         of boundp to check if display-warning is available.
15917
15918 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15919
15920         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15921
15922 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15923
15924         * nnspool.el (nnspool-spool-directory): Use news-path if the
15925         news-directory variable is not bound.
15926
15927         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15928         function instead of display-warning if it is not available.
15929
15930 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15931
15932         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15933         v5-10: Use `point-at-bol'.
15934
15935 2004-10-26  Simon Josefsson  <jas@extundo.com>
15936
15937         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15938         <chenggao@gmail.com>.
15939
15940 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15941
15942         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15943         instead.
15944
15945 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15946
15947         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15948         to remove a server from the nnimap-server-buffer-alist.
15949         (nnimap-open-connection, nnimap-close-server): Use it.
15950
15951         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15952
15953 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15954
15955         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15956         running the major-mode function.
15957
15958 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15959
15960         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15961         dummy marks in the right way.
15962
15963 2004-10-18  David Edmondson  <dme@dme.org>
15964
15965         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15966         excessively.
15967
15968 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15969
15970         * gnus-util.el (gnus-split-references): Accept a nil references
15971         string and go on blissfully.
15972
15973         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15974         cases where the references string is non-nil but has no references.
15975
15976         * encrypt.el: Add autoload tags.
15977
15978         * spam.el (spam-resolve-registrations-routine): Remove article
15979         from unregistration list too.  Reported by David Hanak
15980         <dhanak@isis.vanderbilt.edu>
15981
15982 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15983
15984         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15985         nil.  Change custom type.
15986
15987 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15988
15989         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15990
15991         * gnus-sum.el (gnus-summary-move-article): Use it.
15992
15993 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15994
15995         * encrypt.el: Add autoload cookies.
15996
15997         * spam.el (spam-backend-article-list-property)
15998         (spam-backend-get-article-todo-list)
15999         (spam-backend-put-article-todo-list)
16000         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16001         Resolve registrations separately.
16002         (spam-register-routine): Format comments.
16003         (spam-unregister-routine, spam-register-routine): Always call with
16004         specific-articles, no default list.
16005         (spam-summary-prepare-exit): Use the spam-classifications function.
16006
16007         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16008         gnus-encrypt.el.
16009
16010         * encrypt.el: Copied from gnus-encrypt.el.
16011
16012         * gnus-encrypt.el: Commented that it's obsolete.
16013
16014 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16015
16016         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16017         (gnus-score-save): Use it.
16018
16019         * message.el (message-bury): Use `window-dedicated-p'.
16020
16021 2004-10-15  Simon Josefsson  <jas@extundo.com>
16022
16023         * pop3.el (top-level): Don't require nnheader.
16024         (pop3-read-timeout): Add.
16025         (pop3-accept-process-output): Add.
16026         (pop3-read-response, pop3-retr): Use it.
16027
16028 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16029
16030         * spam.el (spam-register-routine): Move comment.
16031         (spam-verify-bogofilter): Use 'unknown for the initial
16032         spam-bogofilter-valid state, not 'never.
16033
16034         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16035         for netrc-machine.
16036
16037         * nnimap.el (nnimap-open-connection):
16038         Use netrc-machine-user-or-password.
16039
16040 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16041
16042         * gnus-registry.el (gnus-registry-unload-hook):
16043         Set as a variable with add-hook.
16044
16045         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16046         of news-path.
16047
16048         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16049
16050         * spam.el: Delete duplicate `provide'.
16051         (spam-unload-hook): Set as a variable with add-hook.
16052
16053 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16054
16055         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16056         in the doc string.
16057
16058         * message.el (message-ignored-news-headers)
16059         (message-ignored-supersedes-headers)
16060         (message-ignored-resent-headers)
16061         (message-forward-ignored-headers): Improve custom type.
16062
16063 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16064
16065         * message.el (message-tokenize-header): Fix 2004-09-06 change
16066         which used point-min in the wrong place.
16067
16068 2004-10-12  Simon Josefsson  <jas@extundo.com>
16069
16070         * tls.el (tls-certtool-program): New variable.
16071         (tls-certificate-information): New function, based on
16072         ssl-certificate-information.
16073
16074 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16075
16076         * compface.el: Move the version of ELisp-based uncompface program
16077         to the contrib directory because of the copyright problem.
16078
16079 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16080
16081         * message.el (message-kill-buffer): Raise the current frame.
16082
16083 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16084
16085         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16086
16087         * gnus.el (message-y-or-n-p): Autoload.
16088
16089         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16090         (pop3-password-required, pop3-authentication-scheme)
16091         (pop3-leave-mail-on-server): Make customizable.
16092         (pop3): New custom group.
16093         (pop3-retr): Remove `sleep-for' statements.
16094         Suggested by Dave Love <fx@gnu.org>.
16095
16096         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16097         Windows/DOS.
16098
16099         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16100         (imap-parse-body): Fix incorrect use of `assert'.
16101         Suggested by Dave Love <fx@gnu.org>.
16102
16103         * mml.el (mml-minibuffer-read-disposition): Require match.
16104         Suggested by Dave Love <fx@gnu.org>.
16105
16106 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16107
16108         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16109         doc string.
16110
16111 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16114
16115 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16116
16117         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16118         instead of calling `mm-insert-inline', to decode text/* parts
16119         before displaying them.
16120
16121 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16122
16123         * mm-uu.el (mm-uu-text-plain-type): New variable.
16124         (mm-uu-pgp-signed-extract-1): Use it.
16125         (mm-uu-pgp-encrypted-extract-1): Use it.
16126         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16127         bind mm-uu-text-plain-type with that value.
16128         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16129         mm-uu-dissect.
16130
16131 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16132
16133         * gnus-group.el (gnus-update-group-mark-positions):
16134         * gnus-sum.el (gnus-update-summary-mark-positions):
16135         * message.el (message-check-news-body-syntax):
16136         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16137         of string-as-multibyte.
16138
16139 2004-10-05  Juri Linkov  <juri@jurta.org>
16140
16141         * gnus-group.el (gnus-update-group-mark-positions):
16142         * gnus-sum.el (gnus-update-summary-mark-positions):
16143         * message.el (message-check-news-body-syntax):
16144         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16145         8-bit unibyte values to a multibyte string for search functions.
16146
16147 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16148
16149         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16150         (mm-uu-dissect-text-parts): New function.
16151
16152         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16153         dissect text parts.
16154
16155         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16156         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16157
16158         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16159
16160         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16161         Use gnus-current-topics instead of gnus-current-topic.
16162
16163 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16164
16165         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16166
16167 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16168
16169         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16170         where approriate.
16171
16172         * nnml.el (nnml-generate-active-info): do.
16173
16174         * nndiary.el (nndiary-generate-active-info): do.
16175
16176         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16177         (gnus-topic-move): do.
16178
16179         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16180         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16181
16182         * gnus-srvr.el (gnus-server-prepare)
16183         (gnus-server-open-all-servers): do.
16184
16185         * gnus-msg.el (gnus-summary-cancel-article)
16186         (gnus-summary-resend-message)
16187         (gnus-summary-mail-crosspost-complaint): do.
16188
16189         * gnus-move.el (gnus-change-server): do.
16190
16191         * gnus-group.el (gnus-group-unmark-all-groups)
16192         (gnus-group-set-current-level): do.
16193
16194 2004-10-04  Simon Josefsson  <jas@extundo.com>
16195
16196         * message.el (message-generate-hashcash): Doc fix.
16197
16198 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16199
16200         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16201         avoid infinite recursion via gnus-get-function.
16202
16203 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16204
16205         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16206
16207         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16208
16209         * nnmail.el (nnmail-split-history): do.
16210
16211         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16212         (nnml-request-delete-group): do.
16213
16214         * nnslashdot.el (nnslashdot-read-groups): do.
16215
16216         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16217         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16218
16219         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16220         (nnspool-sift-nov-with-sed): Use last.
16221         (nnspool-retrieve-headers-with-nov): Use mapc.
16222         (nnspool-request-newgroups): Use dolist.
16223         (nnspool-request-group): Use last.
16224
16225         * nntp.el (nntp-read-server-type): Use dolist.
16226
16227         * nnvirtual.el (nnvirtual-create-mapping)
16228         (nnvirtual-update-read-and-marked): Use dolist.
16229         (nnvirtual-convert-headers): Simplify.
16230
16231 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16232
16233         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16234         Add support for sync'ing tick marks.
16235
16236 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16237
16238         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16239         there's no visible header.
16240
16241 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16242
16243         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16244         When necessary, pass full group name to gnus-request-set-marks.
16245
16246 2004-10-01  Simon Josefsson  <jas@extundo.com>
16247
16248         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16249         acroread.
16250
16251 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16252
16253         * spam-report.el (spam-report-gmane): Fix interactive.
16254
16255         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16256
16257         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16258         when writing file.
16259         (gnus-agent-synchronize-flags): Don't default to being
16260         interactive.
16261
16262 2004-09-30  Simon Josefsson  <jas@extundo.com>
16263
16264         * message.el (message-generate-hashcash): Add.
16265         (message-send-mail): Use it, call mail-add-payment.
16266
16267 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16268
16269         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16270
16271 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16272
16273         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16274         gnus-requst-update-info with explicit code to sync the in-memory
16275         info read flags with the marks being sync'd to the backend.
16276
16277         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16278
16279 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16280
16281         * spam.el (spam-verify-bogofilter): Add new function.
16282         (spam-check-bogofilter)
16283         (spam-bogofilter-register-with-bogofilter): Use it.
16284         (spam-verify-bogofilter): Add small fixes.
16285
16286 2004-09-28  Simon Josefsson  <jas@extundo.com>
16287
16288         * hashcash.el (hashcash-generate-payment): Revert.
16289
16290 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16291
16292         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16293         Use gnus-extract-references instead of gnus-split-references.
16294
16295         * gnus-util.el (gnus-extract-references): Add new function, analogous
16296         to gnus-split-references but extracts only the message-ID without
16297         anything extra.
16298
16299         * hashcash.el (hashcash-generate-payment)
16300         (hashcash-check-payment): Do the right thing if hashcash-path is
16301         nil (because the hashcash program could not be found).
16302
16303         * spam.el (spam-use-hashcash): Remove comment.
16304
16305 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16306
16307         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16308         (gnus-cache-enter-article, gnus-cache-remove-article)
16309         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16310
16311         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16312
16313         * gnus-art.el (article-hide-boring-headers)
16314         (article-translate-strings, article-display-face)
16315         (gnus-article-mime-match-handle-first)
16316         (gnus-article-highlight-headers)
16317         (gnus-article-add-buttons-to-head): do.
16318
16319 2004-09-27  Simon Josefsson  <jas@extundo.com>
16320
16321         * hashcash.el: New version, from
16322         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16323         ../contrib/.
16324
16325 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16326
16327         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16328
16329 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16330
16331         * gnus-dup.el (gnus-dup-open): Use mapc.
16332         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16333
16334         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16335         Reported by Stefan Wiens <s.wi@gmx.net>.
16336
16337         * gnus.el (gnus-shutdown): Use dolist.
16338
16339         * gnus-undo.el (gnus-undo): Use mapc.
16340
16341         * nnrss.el (nnrss-generate-active): do.
16342
16343         * message.el (message-cite-original-without-signature)
16344         (message-cite-original): Use mapc.
16345         (message-do-actions, message-make-forward-subject): Use dolist.
16346
16347 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16348
16349         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16350         deletion to remove entire duplicate line.  Fixes merged article
16351         number bug.
16352
16353 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16354
16355         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16356         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16357         first ask if you want to open a server and then, even when you
16358         responded with no, asking if you want to synchronize the server's
16359         flags.
16360         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16361         multi-line expressions.
16362         (gnus-agent-synchronize-group-flags): New internal function.
16363         Updates marks in memory (in the info structure) AND in the
16364         backend.
16365
16366         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16367
16368         * nnagent.el (nnagent-request-set-mark):
16369         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16370         method, to ensure that synchronization updates marks in the
16371         backend and in the info (in memory) structure.
16372
16373 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16374
16375         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16376         convention fully; don't miss the root article of a thread; make
16377         the X-Draft-From header with correct article numbers.
16378
16379 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16380
16381         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16382         unless plugged.  Disable the agent so that an open failure causes
16383         an error.
16384
16385         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16386         Revert 2004-09-21 change.  The backend must be opened while
16387         synchronizing flags even when the backend stores the flags
16388         locally.
16389
16390 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16391
16392         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16393         in `header' match.  Reported by Svend Tollak Munkejord.
16394
16395         * message.el (message-cite-original): Fix use of
16396         `message-cite-articles-with-x-no-archive'.
16397
16398 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16399
16400         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16401         (gnus-window-to-buffer): Ditto.
16402
16403         * mml.el (mml-preview-buffer): New variable.
16404         (mml-preview): Manage window layout with gnus-buffer-configuration.
16405
16406         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16407         X-Draft-From header even if those articles aren't quoted.
16408
16409 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16410
16411         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16412         (gnus-request-set-mark, gnus-request-update-mark): Use new
16413         g-s-t-u-l-m to decide to use backend even when unplugged.
16414
16415 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16416
16417         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16418         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16419
16420 2004-09-20  Simon Josefsson  <jas@extundo.com>
16421
16422         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16423         "utf-16-le".
16424
16425 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16426
16427         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16428
16429 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16430
16431         * uudecode.el (uudecode-use-external): Add :version.
16432
16433         * smime.el (smime-CA-file, smime-encrypt-cipher)
16434         (smime-dns-server): Add :version.
16435
16436         * smiley.el (gnus-smiley-file-types): Add :version.
16437
16438         * sha1.el (sha1-use-external): Add :version.
16439
16440         * pgg-def.el (pgg-query-keyserver): Add :version.
16441
16442         * nnmail.el (nnmail-fancy-expiry-targets)
16443         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16444         Add :version.
16445
16446         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16447         (nnimap-retrieve-groups-asynchronous): Add :version.
16448         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16449
16450         * mml.el (mml-content-disposition-parameters)
16451         (mml-insert-mime-headers-always): Add :version.
16452
16453         * mm-util.el (mm-coding-system-priorities): Add :version.
16454
16455         * mm-decode.el (mm-inline-text-html-with-images)
16456         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16457         (mm-verify-option): Add :version.
16458         (mm-text-html-renderer): Change :version.
16459
16460         * message.el (message-fcc-externalize-attachments)
16461         (message-required-headers, message-draft-headers)
16462         (message-subject-trailing-was-query)
16463         (message-subject-trailing-was-ask-regexp)
16464         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16465         (message-mark-insert-end, message-archive-header)
16466         (message-archive-note, message-cross-post-default)
16467         (message-cross-post-note, message-followup-to-note)
16468         (message-cross-post-note-function, message-use-mail-followup-to)
16469         (message-subscribed-address-functions)
16470         (message-subscribed-address-file, message-subscribed-addresses)
16471         (message-subscribed-regexps, message-allow-no-recipients)
16472         (message-yank-cited-prefix, message-signature-insert-empty-line)
16473         (message-hidden-headers, message-hierarchical-addresses)
16474         (message-mail-user-agent, message-use-idna)
16475         (message-valid-fqdn-regexp)
16476         (message-strip-special-text-properties, message-header-synonyms)
16477         (message-beginning-of-line, message-tab-body-function): Add :version.
16478         (message-insert-canlock, message-wide-reply-confirm-recipients):
16479         Change :version.
16480
16481         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16482         and :version.
16483         (mail-source-delete-old-incoming-confirm)
16484         (mail-source-movemail-program): Add :version.
16485
16486         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16487         (gnus-agent-cache, gnus-agent): Change :version.
16488
16489         * gnus-util.el (gnus-use-byte-compile): Change :version.
16490
16491         * gnus-sum.el (gnus-summary-make-false-root-always)
16492         (gnus-summary-default-high-score)
16493         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16494         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16495         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16496         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16497         (gnus-sum-thread-tree-single-indent)
16498         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16499         (gnus-sum-thread-tree-leaf-with-other)
16500         (gnus-sum-thread-tree-single-leaf): Add :version.
16501         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16502         (gnus-article-loose-mime): Change :version.
16503
16504         * gnus-start.el (gnus-backup-startup-file)
16505         (gnus-save-startup-file-via-temp-buffer): Add :version.
16506
16507         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16508         (gnus-server-offline-face): Add :version.
16509
16510         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16511
16512         * gnus-msg.el (gnus-gcc-externalize-attachments)
16513         (gnus-debug-files, gnus-debug-exclude-variables)
16514         (gnus-discouraged-post-methods): Change :version.
16515         (gnus-confirm-mail-reply-to-news)
16516         (gnus-confirm-treat-mail-like-news): Add :version.
16517
16518         * gnus-int.el (gnus-server-unopen-status): Add :version.
16519
16520         * gnus-group.el (gnus-group-jump-to-group-prompt)
16521         (gnus-large-ephemeral-newsgroup)
16522         (gnus-fetch-old-ephemeral-headers): Add :version.
16523
16524         * gnus-fun.el (gnus-x-face-directory)
16525         (gnus-convert-pbm-to-x-face-command)
16526         (gnus-convert-image-to-x-face-command)
16527         (gnus-convert-image-to-face-command): Add :version.
16528
16529         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16530
16531         * gnus-cite.el (gnus-cite-blank-line-after-header)
16532         (gnus-article-boring-faces): Add :version.
16533
16534         * gnus-art.el (gnus-buttonized-mime-types)
16535         (gnus-inhibit-mime-unbuttonizing)
16536         (gnus-treat-display-face)
16537         (gnus-treat-body-boundary): Change :version.
16538         (gnus-body-boundary-delimiter, gnus-picon-databases)
16539         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16540         (gnus-treat-date-english, gnus-treat-fold-headers)
16541         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16542         (gnus-treat-mail-picon, gnus-treat-wash-html)
16543         (gnus-article-encrypt-protocol)
16544         (gnus-use-idna, gnus-article-over-scroll)
16545         (gnus-mime-display-multipart-alternative-as-mixed)
16546         (gnus-mime-display-multipart-related-as-mixed)
16547         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16548         (gnus-ctan-url, gnus-button-ctan-handler)
16549         (gnus-button-handle-ctan-bogus-regexp)
16550         (gnus-button-ctan-directory-regexp)
16551         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16552         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16553         (gnus-button-man-level, gnus-button-emacs-level)
16554         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16555
16556         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16557         (gnus-agent-go-online): Change :version.
16558         (gnus-agent-expire-unagentized-dirs)
16559         (gnus-agent-auto-agentize-methods): Add :version.
16560
16561         * flow-fill.el (fill-flowed-display-column)
16562         (fill-flowed-encode-column): Add :version.
16563
16564         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16565         (gnus-outlook-deuglify-unwrap-max)
16566         (gnus-outlook-deuglify-cite-marks)
16567         (gnus-outlook-deuglify-unwrap-stop-chars)
16568         (gnus-outlook-deuglify-no-wrap-chars)
16569         (gnus-outlook-deuglify-attrib-cut-regexp)
16570         (gnus-outlook-deuglify-attrib-verb-regexp)
16571         (gnus-outlook-deuglify-attrib-end-regexp)
16572         (gnus-outlook-display-hook): Add :version.
16573
16574         * binhex.el (binhex-use-external): Add :version.
16575
16576 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16577
16578         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16579         and `invisible'.
16580
16581 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16582
16583         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16584         in gnus-registry-trim.
16585
16586 2004-09-13  Simon Josefsson  <jas@extundo.com>
16587
16588         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16589
16590         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16591
16592         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16593         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16594         <yamaoka@jpl.org>.
16595         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16596         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16597         <yamaoka@jpl.org>.
16598
16599         * sieve.el (sieve-manage-mode): Ditto.
16600
16601 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16602
16603         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16604
16605 2004-09-11  Simon Josefsson  <jas@extundo.com>
16606
16607         * dns-mode.el: Add.
16608
16609         * mm-view.el (mm-display-dns-inline): Add.
16610
16611         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16612         (mm-automatic-display): Ditto.
16613
16614         * mailcap.el (mailcap-mime-data): Add text/dns.
16615         (mailcap-mime-extensions): Map .soa to text/dns.
16616
16617 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16618
16619         * gnus-art.el (article-decode-mime-words, article-babel)
16620         (gnus-article-highlight-signature, gnus-article-add-buttons)
16621         (gnus-signature-toggle): Remove unnecessary bindings of
16622         `inhibit-read-only' inherited from v5.10 merge.
16623
16624 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16625
16626         * nntp.el (nntp): New customization group.
16627         (nntp-authinfo-file): Add customization group.
16628
16629         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16630
16631         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16632
16633         * gnus.el (to-address, to-list, subscribed)
16634         (large-newsgroup-initial): Ditto.
16635
16636         * flow-fill.el (fill-flowed-display-column)
16637         (fill-flowed-encode-column): Ditto.
16638
16639 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16640
16641         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16642         Use point-min rather than 1.
16643         (message-send-mail): Use buffer-size rather than point-max.
16644
16645         * gnus-sum.el (gnus-summary-search-article-forward):
16646         Signal a specific `search-failed' rather than a generic `error'.
16647
16648         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16649         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16650         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16651
16652 2004-09-10  Simon Josefsson  <jas@extundo.com>
16653
16654         * nndb.el (require): Remove tcp and duplicate cl.
16655
16656 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16657
16658         * gnus-agent.el (directory-files-and-attributes): Move forward.
16659
16660 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16661
16662         * gnus-agent.el (directory-files-and-attributes):
16663         Optionally defined to support XEmacs.
16664
16665 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16666
16667         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16668         to avoid run-time CL dependencies.
16669         (gnus-agent-unfetch-articles): New function.
16670         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16671         article numbers even when local .overview file is missing.
16672         (gnus-agent-read-article-number): New function.  Only accepts
16673         27-bit article numbers.
16674         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16675         Use gnus-agent-read-article-number.
16676         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16677         from backend while recognizing that article numbers in .overview
16678         must be valid.
16679         (gnus-agent-update-files-total-fetched-for):
16680         Use directory-files-and-attributes to improve performance.
16681         * gnus-int.el (gnus-request-move-article):
16682         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16683         improve performance.
16684
16685         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16686         some users confused by references to .newsrc when they only have a
16687         .newsrc.eld file.
16688         (gnus-convert-mark-converter-prompt)
16689         (gnus-convert-converter-needs-prompt): Fix use of property list.
16690         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16691         New function.  Used internally to only display 'gnus converting
16692         files' message when actually necessary.
16693
16694         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16695         methods now autoloaded.
16696
16697 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16698
16699         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16700         identifiers.
16701
16702 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16703
16704         * gnus-picon.el: Fix indentation and closing parenthesis.
16705
16706 2004-09-01  Simon Josefsson  <jas@extundo.com>
16707
16708         * message.el (message-canlock-generate): Require sha1, not
16709         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16710         to require within a function.  Sadly, if sha1.el isn't loaded, the
16711         let binding in m-c-g will hide the defcustom definition, which is
16712         bad.)
16713
16714         * canlock.el: Require sha1, not sha1-el.
16715
16716         * message.el: Don't autoload sha1 (there is a autoload cookie in
16717         sha1.el).
16718
16719         * sha1-el.el: Rename to sha1.el.
16720
16721 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16722
16723         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16724
16725 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16726
16727         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16728
16729 2004-08-30  Kim F. Storm  <storm@cua.dk>
16730
16731         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16732
16733         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16734         Add :group 'nnimap.
16735
16736 2004-08-30  Andreas Schwab  <schwab@suse.de>
16737
16738         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16739         ?* and ?\;.
16740
16741         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16742         and ?\' to symbol instead of whitespace.
16743
16744 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16745
16746         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16747
16748         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16749         instead of re-search-forward.
16750
16751         * gnus-uu.el (gnus-uu-save-article): Ditto.
16752         (gnus-uu-post-encode-uuencode): Ditto.
16753
16754         * html2text.el (html2text-clean-list-items): Ditto.
16755         (html2text-clean-dtdd): Ditto.
16756         (html2text-format-tags): Ditto.
16757
16758         * message.el (message-send-mail-with-sendmail): Fix regexp.
16759         (message-fill-field-general): Use search-forward instead of
16760         re-search-forward.
16761         (unbold-region): Ditto.
16762
16763         * nnrss.el (nnrss-request-article): Ditto.
16764
16765         * nnslashdot.el (nnslashdot-request-article): Ditto.
16766
16767         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16768
16769         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16770         "Unrecognized menu descriptor" error in XEmacs.
16771
16772 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16773
16774         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16775         parent article of a sparse article in the thread hashtb.
16776
16777 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16778
16779         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16780         (nnmail-expand-newtext): Lowercase expanded entries if
16781         nnmail-split-lowercase-expanded is non-nil.
16782
16783 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16784
16785         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16786
16787         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16788         of gnus-tmp-news-method into string under XEmacs.  It will be
16789         passed to gnus-correct-length which takes only a string argument.
16790
16791 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16792
16793         * gnus-util.el (gnus-bind-print-variables): New macro.
16794         (gnus-prin1): Use it.
16795         (gnus-prin1-to-string): Use it.
16796         (gnus-pp): New function.
16797         (gnus-pp-to-string): New function.
16798
16799         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16800         Replace pp-to-string with gnus-pp-to-string.
16801         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16802         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16803         * gnus-msg.el (gnus-debug): Ditto.
16804         * gnus-score.el (gnus-score-save): Ditto.
16805         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16806         gnus-pp-to-string.
16807         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16808         with gnus-pp.
16809         * score-mode.el (gnus-score-pretty-print): Ditto.
16810         * webmail.el (webmail-debug): Ditto.
16811
16812 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16813
16814         * gnus-art.el (article-display-face, article-display-x-face):
16815         Use buffer-read-only.
16816
16817 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * gnus-art.el (article-hide-list-identifiers):
16820         Bind inhibit-read-only as t.
16821
16822 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16823
16824         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16825
16826 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16827
16828         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16829         (gnus-narrow-to-page): Don't assume point-min == 1.
16830         (gnus-article-edit-mode): Derive from message-mode.
16831
16832         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16833         point-min == 1.
16834
16835         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16836         Disable incorrect use of `assert'.
16837
16838         * message.el (message-mode): Set comment-start-skip.
16839
16840
16841 2004-08-22  Sam Steingold  <sds@gnu.org>
16842
16843         * pop3.el (pop3-leave-mail-on-server): New user variable.
16844         (pop3-movemail): Delete mail only when it is nil.
16845
16846 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16847
16848         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16849
16850         * mml.el (mml-preview): Use `pop-to-buffer'.
16851
16852         * message.el (message-goto-mail-followup-to): Insert after "To".
16853         (message-carefully-insert-headers): Add comment.
16854
16855         * gnus.el: Remove unused variable `gnus-article-check-size'.
16856
16857         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16858
16859         * gnus-art.el (gnus-button-alist):
16860         Improve `gnus-button-handle-library' entry.
16861
16862 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16863
16864         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16865         Use downcase, since XEmacs capitalizes error messages differently.
16866
16867 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16868
16869         * nntp.el: Add (require 'gnus) due to reference to
16870         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16871
16872 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16873
16874         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16875         Bind `mm-fill-flowed'.
16876
16877         * mm-decode.el (mm-dissect-singlepart): Check it.
16878
16879 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16880
16881         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16882         'imap' for netrc parsing.
16883
16884 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16885
16886         * mailcap.el (mailcap-mime-data): Mark as risky.
16887
16888 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16889
16890         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16891         may be included in the encoded word.
16892         (rfc2047-encode): Don't append a space if the encoded word
16893         includes close parenthesis.
16894
16895 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16896
16897         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16898         of text within parentheses.
16899
16900 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16901
16902         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16903         (gnus-encrypt-write-file-contents): Make the password key the file
16904         name PLUS the cipher, not just the cipher.  Also remove failed
16905         passwords from the cache.
16906
16907 2004-08-06  Simon Josefsson  <jas@extundo.com>
16908
16909         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16910         Doc fix.
16911
16912 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16913
16914         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16915         LWSP.
16916
16917 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16918
16919         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16920         Try to append in-reply-to: data to the references: header.
16921
16922         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16923         (netrc-parse): Use gnus-encrypt.el functions.
16924
16925         * gnus-encrypt.el: Add new file for encryption support; currently
16926         does only a few GPG ciphers and an internal XOR cipher.
16927
16928         * password.el: Add comments on using password-read-and-add.
16929         (password-read-and-add): Add function to read and add the
16930         password to the cache at once.
16931
16932 2004-07-28  Simon Josefsson  <jas@extundo.com>
16933
16934         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16935         parameter (but don't use it, for now).
16936
16937         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16938         instead of hard coding to nil.
16939
16940 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16941
16942         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16943         as mm-inline-image-xemacs does.
16944
16945 2004-07-26  Simon Josefsson  <jas@extundo.com>
16946
16947         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16948         Revert part of 2004-07-17 change below.
16949
16950 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16951
16952         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16953         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16954
16955 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16956
16957         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16958         quotes that actually start with ">" at the beginning of the
16959         lines.
16960
16961 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16962
16963         * rfc2047.el (rfc2047-encode-region): Fix last change.
16964         (rfc2047-encode-parameter): Remove useless concat.
16965
16966 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16967
16968         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16969         encode special characters; fix some kind of misconfigured headers;
16970         signal a real error if debug-on-quit or debug-on-error is non-nil.
16971         (rfc2047-encode-max-chars): New variable.
16972         (rfc2047-encode-1): Use it.
16973         (rfc2047-encode-parameter): New function.
16974
16975         * mml.el (mml-insert-parameter): Remove an excessive space.
16976
16977 2004-07-17  Simon Josefsson  <jas@extundo.com>
16978
16979         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16980         Kai Grossjohann <kai@emptydomain.de>.
16981         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16982         (gnus-group-make-menu-bar): Ditto.
16983
16984         * gnus-util.el (gnus-group-server): Add.
16985
16986 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16987
16988         * message.el (message-clone-locals): Clone sendmail and smtp
16989         variables.
16990
16991 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16992
16993         * rfc2047.el (rfc2047-encode-region): Fix last change.
16994
16995 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16996
16997         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16998         characters as non-special.
16999
17000 2004-07-09  Simon Josefsson  <jas@extundo.com>
17001
17002         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17003         Users will lose all flag changes made while unplugged with
17004         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17005         good default.  See numerous reports on ding mailing list.
17006
17007 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17008
17009         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17010         add generate-head-function and generate-article-function to the
17011         rfc822-forward entry.
17012         (nndoc-rfc822-forward-generate-article): New function.
17013         (nndoc-rfc822-forward-generate-head): New function.
17014
17015         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17016
17017 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17018
17019         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17020         respect display group parameter and gnus-summary-expunge-below.
17021         (gnus-articles-to-read): Remove unused reference to display group
17022         parameter.
17023
17024 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17025
17026         * nnheader.el (nnheader-uniquify-message-id): New experimental
17027         variable.
17028         (nnheader-nov-read-message-id): Use it.
17029
17030         * spam-report.el (spam-report-gmane): Add interactive.
17031
17032 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * mm-encode.el (mm-content-transfer-encoding-defaults):
17035         Use qp-or-base64 for the application/* types.
17036
17037 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17038
17039         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17040
17041 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17042
17043         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17044         trim value.
17045
17046 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17047
17048         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17049         New macro and function.
17050         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17051
17052 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17053
17054         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17055         after-load-alist.
17056
17057 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17058
17059         * gnus-group.el (gnus-group-get-new-news-this-group):
17060         Don't update info that isn't there.
17061
17062 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17063
17064         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17065         entry.
17066
17067 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17068
17069         * mm-view.el (mm-inline-render-with-function): Use multibyte
17070         buffer; decode html source by charset.
17071
17072         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17073
17074         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17075         Mule-UCS is loaded under XEmacs.
17076         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17077
17078 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17079
17080         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17081
17082 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17083
17084         * mm-util.el (mm-coding-system-p): Return a coding-system.
17085         (mm-mime-mule-charset-alist): Use shift_jis instead of
17086         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17087         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17088         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17089         instead of japanese-shift-jis and iso-latin-1 respectively in
17090         order to share the default value with both Emacs and XEmacs-mule.
17091         (mm-mule-charset-to-mime-charset):
17092         Make mm-coding-system-priorities effective.
17093         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17094         while predicating of candidates upon the priorities.
17095
17096 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17097
17098         * gnus-sum.el (gnus-summary-make-menu-bar):
17099         Add gnus-uu-invert-processable.
17100
17101         * gnus.el: Autoload gnus-uu-invert-processable.
17102
17103 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17104
17105         * mm-util.el (mm-with-multibyte-buffer): New macro.
17106
17107         * rfc2047.el (rfc2047-encode-string): Use it.
17108         (rfc2047-encode-region): Move point to the end of the region after
17109         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17110
17111 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17112
17113         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17114         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17115
17116 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17117
17118         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17119         (gnus-cite-parse): Ignore quoted envelope From_.
17120         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17121
17122 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17123
17124         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17125         invalid addresses.
17126
17127 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17128
17129         * spam.el: Change section markers, revise TODO list.
17130         (spam-backends): Make new master list of all installed backends.
17131         (spam-summary-exit-behavior): Add new variable to determine how
17132         messages moves are done at summary exit.
17133         (spam-move-spam-nonspam-groups-only)
17134         (spam-process-ham-in-nonham-groups)
17135         (spam-process-ham-in-spam-groups): Remove variables, the
17136         spam-summary-exit-behavior variable should be used to manage this
17137         behavior.
17138         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17139         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17140         and spam-old-spam-articles.
17141         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17142         Add empty variables, placeholders for the backends they represent.
17143         (spam-set-difference): Move, unchanged.
17144         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17145         unless the user has a processor variable.
17146         (spam-classifications, spam-classification-valid-p)
17147         (spam-backend-properties, spam-backend-property-valid-p)
17148         (spam-backend-function-type-valid-p)
17149         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17150         (spam-report-articles-gmane, spam-report-articles-resend):
17151         Remove functions, they are not needed.
17152         (spam-install-backend-super, spam-backend-list)
17153         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17154         (spam-backend-function, spam-backend-ham-registration-function)
17155         (spam-backend-spam-registration-function)
17156         (spam-backend-ham-unregistration-function)
17157         (spam-backend-spam-unregistration-function)
17158         (spam-backend-statistical-p, spam-backend-mover-p)
17159         (spam-install-backend-alias, spam-install-checkonly-backend)
17160         (spam-install-mover-backend, spam-install-nocheck-backend)
17161         (spam-install-backend, spam-install-statistical-backend)
17162         (spam-install-statistical-checkonly-backend): Add backend installation
17163         support.
17164         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17165         (spam-group-processor-p): Use the new backend code and respect the
17166         summary exit behavior.
17167         (spam-mark-spam-as-expired-and-move-routine): Remove.
17168         (spam-summary-prepare): Change to use the new spam-old-articles
17169         variable.
17170         (spam-copy-or-move-routine, spam-copy-spam-routine)
17171         (spam-move-spam-routine, spam-copy-ham-routine)
17172         (spam-move-ham-routine): Add code to copy/move ham or spam.
17173         (spam-fetch-field-fast): Improve doc and code, plus allow the
17174         'number request.
17175         (spam-list-of-checks, spam-list-of-statistical-checks):
17176         Remove variables.
17177         (spam-split, spam-find-spam): Use the new backend code.
17178         (spam-registration-functions): Remove variable.
17179         (spam-unregister-routine): Add convenience wrapper.
17180         (spam-log-undo-registration, spam-register-routine)
17181         (spam-log-processing-to-registry)
17182         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17183         where possible.
17184         (spam-check-gmane-xref, spam-check-regex-headers)
17185         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17186         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17187         (spam-check-bogofilter-headers, spam-check-spamoracle)
17188         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17189         (spam-check-crm114-headers): Use the spam-split-group that
17190         spam-split prepares, no need to determine it every time.
17191
17192         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17193         to the nnheader-parse-naked-head call.
17194
17195         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17196
17197         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17198         the nnheader-nov-read-message-id call.
17199
17200 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17201
17202         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17203         gnus-activate-group twice.  Suggested by Markus Peter
17204         <warp@spin.de>.
17205
17206 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17207
17208         * gnus-art.el (gnus-article-time-format): Exchange the order of
17209         day and month in the default value; fix customization type.
17210         (article-date-ut): Use add-text-properties.
17211         (article-make-date-line): Use message-make-date instead of
17212         current-time-string.
17213
17214         * message.el (message-fetch-field): Don't use set-text-properties.
17215         (message-make-date): Simplify.
17216
17217         * messagexmas.el (message-xmas-make-date): New function.
17218         (message-xmas-redefine): Defalias message-make-date to it.
17219
17220 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17223         (rfc2047-encode-region): Treat text within parentheses as special;
17224         show the original text when error has occurred.
17225
17226         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17227         already-computed method to gnus-activate-group.
17228
17229         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17230         same select-methods identical Lisp objects.
17231
17232         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17233         object when modifying the info.
17234
17235 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17236
17237         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17238         gnus-opened-servers since it has never been opened with the new
17239         configuration yet.
17240
17241 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17242
17243         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17244         arg to nnheader-generate-fake-message-id.
17245
17246 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17247
17248         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17249         number and build a fake message ID localized to a group and
17250         article number (so it's repeatable from that point on).
17251         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17252         ID format.
17253
17254         * gnus-sum.el (gnus-get-newsgroup-headers):
17255         Call nnheader-generate-fake-message-id with the article number.
17256
17257 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17258
17259         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17260         end-of-buffer.
17261
17262 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17263
17264         * message.el (message-ignored-supersedes-headers): Add Approved.
17265
17266 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17267
17268         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17269         goto-char.
17270         (rfc2047-encode): Fold the line before encoding.
17271
17272 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17273
17274         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17275         folding -- not all headers can be folded, and this should be done
17276         by the message composition mode.  Probably.  I think.
17277
17278 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17279
17280         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17281         fast.
17282
17283         * gnus-ems.el (gnus-remove-image): Don't use
17284         message-text-with-property; remove only the image found first.
17285
17286         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17287         found first.
17288
17289 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17290
17291         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17292
17293 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17294
17295         * message.el (message-text-with-property): Make it fast and accept
17296         optional arguments.
17297         (message-strip-forbidden-properties): Use it.
17298         (message-fix-before-sending): Follow the m-t-w-p change.
17299
17300         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17301
17302 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17303
17304         * gnus-art.el (article-hide-headers): Don't change the buffer
17305         mistakenly when performing mml-preview even if
17306         gnus-single-article-buffer is nil.
17307
17308 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17309
17310         * message.el (message-expand-name-databases): New user option.
17311         (message-expand-name): Use it.
17312
17313 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17314
17315         * spam.el (spam-report-articles-resend)
17316         (spam-report-resend-register-routine): Allow ham reporting.
17317         (spam-report-resend-register-ham-routine): Add wrapper.
17318         (spam-registration-functions): Add ham resending functions.
17319         (spam-list-of-processors): Add ham resend processor.
17320
17321         * gnus.el (ham-resend-to): Add new group parameter.
17322         (spam-process): Add ham resend option.
17323
17324         * spam-report.el (spam-report-resend): Allow reporting ham.
17325         (spam-report-resend-ham): Add wrapper.
17326
17327 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17328
17329         * message.el (message-cite-articles-with-x-no-archive):
17330         New variable.
17331         (message-cite-original): Use it.
17332
17333 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17334
17335         * message.el (message-cite-original): Respect X-No-Archive.
17336
17337 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17338
17339         * gnus-art.el (article-hide-headers): Refer to the values for
17340         gnus-ignored-headers and gnus-visible-headers in the summary
17341         buffer since a user may have set them as group parameters.
17342
17343 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17344
17345         * assistant.el (assistant-node-name): Add convenience function.
17346         (assistant-render-text, assistant-render-node): Add error handling,
17347         plus handle multiple next nodes.
17348         (assistant-find-next-node): Comment out for now.
17349         (assistant-find-next-nodes): Add function, returns list of next
17350         nodes.
17351
17352 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17353
17354         * mail-source.el (mail-source-directory): Fix doc-string.
17355
17356 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17357
17358         * assistant.el (assistant-render-text, assistant-eval): Add :set
17359         widget type, which is different because it takes and returns a
17360         list.  Much hilarity ensues.
17361
17362 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17363
17364         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17365
17366         * gnus-group.el (gnus-group-get-new-news-this-group):
17367         Add doc-string.
17368
17369         * gnus-start.el (gnus-activate-group): Add doc-string.
17370
17371 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17372
17373         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17374
17375 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17376
17377         * assistant.el (assistant-render-text): Try to add a :set
17378         widget, more to come.
17379
17380         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17381         strings.
17382         (spam-report-articles-resend)
17383         (spam-register-routine): Do registration iff any articles warrant
17384         it.
17385         (spam-summary-prepare-exit): Change log message for nil group
17386         destinations.
17387
17388 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17389
17390         * spam.el (spam-report-resend-register-routine):
17391         Allow spam-report-resend-to to be a group parameter or a global value.
17392
17393 2004-05-26  Simon Josefsson  <jas@extundo.com>
17394
17395         * starttls.el: Merge with my GNUTLS based starttls.el.
17396         (starttls-gnutls-program, starttls-use-gnutls)
17397         (starttls-extra-arguments, starttls-process-connection-type)
17398         (starttls-connect, starttls-failure, starttls-success):
17399         New variables.
17400         (starttls-program, starttls-extra-args): Doc fix.
17401         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17402         New functions.
17403         (starttls-negotiate, starttls-open-stream):
17404         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17405         function if it is set.
17406
17407 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17410         structured fields.
17411
17412 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17413
17414         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17415
17416 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17417
17418         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17419         Add variable.
17420         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17421         assigning the spam-mark to new messages.
17422
17423 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17424
17425         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17426
17427 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17428
17429         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17430
17431         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17432         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17433         default.
17434
17435 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17436
17437         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17438         correct data.
17439
17440 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17441
17442         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17443         (spam-group-processor-p): Fix function.
17444         (spam-group-processor-multiple-p)
17445         (spam-group-spam-processor-report-gmane-p)
17446         (spam-group-spam-processor-report-resend-p)
17447         (spam-group-spam-processor-bogofilter-p)
17448         (spam-group-spam-processor-blacklist-p)
17449         (spam-group-spam-processor-ifile-p)
17450         (spam-group-ham-processor-ifile-p)
17451         (spam-group-spam-processor-spamoracle-p)
17452         (spam-group-spam-processor-crm114-p)
17453         (spam-group-ham-processor-bogofilter-p)
17454         (spam-group-spam-processor-stat-p)
17455         (spam-group-ham-processor-stat-p)
17456         (spam-group-ham-processor-whitelist-p)
17457         (spam-group-ham-processor-BBDB-p)
17458         (spam-group-ham-processor-spamoracle-p)
17459         (spam-group-ham-processor-copy-p): Remove functions with some
17460         prejudice against unneeded code.
17461         (spam-report-articles-resend)
17462         (spam-report-resend-register-routine): Allow the group/topic
17463         spam-resend-to value to override spam-report-resend-to.
17464         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17465         properly now.
17466
17467         * gnus.el (spam-resend-to): Add group/topic parameter.
17468         (spam-process): Move the OBSOLETE processors to the end of the
17469         choices.
17470
17471 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17472
17473         * spam-report.el (spam-report-resend-to, spam-report-resend):
17474         Start with resend-to set to nil, and then ask the user if necessary.
17475         (spam-report-resend): spam-report-resend takes a list of articles, not
17476         separate article numbers.
17477
17478 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17479
17480         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17481         addition to emacs-w3m.
17482
17483 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17484
17485         * assistant.el (assistant-authinfo-data): New function.
17486         (assistant-eval): Eval for entire assistant.
17487
17488         * netrc.el (netrc-services-file): New variable.
17489         (netrc-parse-services): New function.
17490         (netrc-find-service-name): New function.
17491         (netrc-find-service-number): New function.
17492         (netrc-port-equal): New function.
17493         (netrc-machine): Use it.
17494
17495         * nnimap.el (nnimap-open-connection): Use netrc.
17496
17497         * gnus-util.el (gnus-netrc-get): Remove aliases.
17498
17499         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17500
17501         * assistant.el (wid-edit): Fix compilation.
17502
17503         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17504
17505 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17506
17507         * gnus-util.el (gnus-set-file-modes): New function.  (small
17508         patch).
17509
17510 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17511
17512         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17513
17514         * assistant.el (assistant-render-node): Fix up rendering and
17515         read-only text.
17516         (assistant-render-node): Reset.
17517         (assistant-make-read-only): Not sticky.
17518
17519 2004-05-20  Danny Siu  <dsiu@adobe.com>
17520
17521         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17522         centered even when gnus-auto-center-summary is t.
17523
17524 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17525
17526         * dns.el (dns-get-txt-answer): New function.
17527         (dns-read-txt): Ditto.
17528         (query-dns): Use it.
17529
17530 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17531
17532         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17533         active for foreign groups even if the group level is higher than
17534         the specified value.
17535
17536 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17537
17538         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17539         non-active groups.
17540
17541         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17542
17543 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17544
17545         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17546
17547 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17548
17549         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17550         (spam-crm114-header, spam-crm114-spam-switch)
17551         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17552         (spam-crm114-positive-spam-header)
17553         (spam-crm114-database-directory, spam-list-of-processors)
17554         (spam-group-spam-processor-crm114-p)
17555         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17556         (spam-generic-score, spam-list-of-checks)
17557         (spam-list-of-statistical-checks, spam-registration-functions)
17558         (spam-check-crm114-headers, spam-crm114-score)
17559         (spam-check-crm114, spam-crm114-register-with-crm114)
17560         (spam-crm114-register-spam-routine)
17561         (spam-crm114-unregister-spam-routine)
17562         (spam-crm114-register-ham-routine)
17563         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17564         From asjo@koldfront.dk (Adam Sjøgren).
17565
17566         * gnus.el: Add spam-use-crm114.
17567
17568         * spam.el (spam-list-of-processors, spam-registration-functions):
17569         Add spam-use-resend.
17570         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17571         (spam-report-articles-gmane): Add doc fix.
17572         (spam-report-articles-resend, spam-report-resend-register-routine):
17573         Add wrappers around spam-report-resend-to.
17574
17575         * spam-report.el (spam-report-resend-to, spam-report-resend):
17576         Add support for resending spam.
17577         (spam-report-gmane): Fix line length >80.
17578
17579         * gnus.el (spam-process): Add spam-use-resend.
17580
17581 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17582
17583         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17584         number of processed spam messages.
17585         (spam-ham-copy-or-move-routine): Return the number of processed
17586         ham messages.
17587         (spam-summary-prepare-exit): Use the above values to decide
17588         whether status messages shouled be displayed.
17589
17590 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17591
17592         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17593         `rfc2047-encoding-function-alist' in order to avoid conflicting
17594         with the old version.
17595         (rfc2047-encode-region): Concatenate words containing non-ASCII
17596         characters in structured fields; don't encode space-delimited
17597         ASCII words even in unstructured fields; don't break words at
17598         char-category boundaries.
17599         (rfc2047-encode-1): New function.
17600         (rfc2047-encode): Use it; encode text so that it occupies the
17601         maximum width within 76-column; work correctly on Q encoding for
17602         iso-2022-* charsets.
17603         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17604         sure not to break a line just after the header name.
17605         (rfc2047-b-encode-region): Remove.
17606         (rfc2047-b-encode-string): New function.
17607         (rfc2047-q-encode-region): Remove.
17608         (rfc2047-q-encode-string): New function.
17609
17610         * mm-util.el (mm-replace-in-string): New function.
17611
17612 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17613
17614         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17615         Really get it right.
17616         (gnus-inews-make-draft): Really.
17617
17618 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17619
17620         * nnmh.el (nnmh-request-list-1): Don't check the link count
17621         before descending.  (small patch)
17622
17623 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17624
17625         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17626         stuff.
17627
17628         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17629         Match on real group name.
17630
17631         * gnus-art.el (gnus-signature-limit): Doc fix.
17632
17633         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17634
17635         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17636
17637 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17638
17639         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17640         isn't a string.
17641
17642 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17643
17644         * gnus-draft.el (gnus-draft-send):
17645         Bind rfc2047-encode-encoded-words.
17646
17647         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17648         (rfc2047-encodable-p): Say that =? needs encoding.
17649         (rfc2047-encode-encoded-words): New variable.
17650
17651         * gnus-group.el (gnus-group-select-group): Doc fix.
17652
17653         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17654
17655         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17656         to nil.
17657
17658         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17659
17660         * nnheader.el (nnheader-get-lines-and-char): New function.
17661
17662 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17663
17664         * gnus-msg.el (gnus-summary-followup-with-original):
17665         Document yanking of region when active.
17666
17667 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17670         groups if the group level is higher than the specified value.
17671
17672 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17673
17674         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17675         (gnus-group-jump-to-group): Add prefix argument using
17676         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17677         non-active group.
17678
17679         * compface.el (uncompface): Be verbose when changing
17680         `uncompface-use-external'.
17681
17682         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17683         handle manual section.
17684
17685 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17686
17687         * gnus-art.el (gnus-button-alist): Revert previous change.
17688
17689 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17690
17691         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17692
17693 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17694
17695         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17696         whether backend can accept message.
17697
17698         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17699
17700 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17701
17702         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17703         Avoid creating directory when nntp-marks-is-evil is true.
17704         Reported by Reiner Steib.
17705
17706 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17707
17708         * gnus-picon.el (gnus-picon-style): New variable.
17709         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17710         (gnus-picon-transform-address): Support `gnus-picon-style'.
17711         From Jesper Harder <harder@ifa.au.dk>.
17712
17713 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17714
17715         * message.el (message-fill-field): Return point.
17716         (message-generate-headers): Go to end of field.
17717
17718         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17719         stuff for non-living groups.
17720
17721 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17722
17723         * gnus-art.el (gnus-article-followup-with-original)
17724         (gnus-article-reply-with-original): gnus-mark-active-p ->
17725         gnus-region-active-p.
17726
17727 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17728
17729         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17730         only when there is spam or ham to be processed.
17731
17732 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17733
17734         * mail-source.el (mail-source-delete-crash-box): Refactor.
17735         (mail-source-fetch): Use it.
17736         (mail-source-fetch-file): Ditto.
17737         (mail-source-fetch-directory): Run postscript in loop.
17738         (mail-source-fetch-pop): Delete.
17739         (mail-source-fetch-maildir): Ditto.
17740         (mail-source-fetch-imap): Ditto.
17741
17742         * imap.el (imap-authenticators): Comment out sasl.
17743
17744         * message.el (message-skip-to-next-address): New function.
17745         (message-fill-header-address): Refactor.
17746         (message-fill-address): Use it.
17747         (message-delete-address): Use it.
17748         (message-fill-header-general): Refactor.
17749         (message-fill-field-address): Rename.
17750         (message-narrow-to-field): Find the start of the header.
17751         (message-header-format-alist): Don't pre-fill.
17752         (message-fill-header): Remove.
17753         (message-insert-header): New function.
17754         (message-shorten-references): Use it.
17755
17756         * rfc2047.el (rfc2047-field-value): Strip props.
17757
17758         * mail-parse.el (mail-header-make-address): New alias.
17759
17760         * ietf-drums.el (ietf-drums-make-address): New function.
17761
17762         * imap.el: Add compiler directives.
17763
17764         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17765
17766         * gnus-art.el (article-decode-idna-rhs): Don't use
17767         message-idna-inside-rhs-p.
17768
17769 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17770
17771         * message.el (message-idna-inside-rhs-p): Remove.
17772         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17773
17774         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17775         false positives.
17776
17777 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17778
17779         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17780
17781 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17782
17783         * nneething.el (nneething-file-name): Don't create spurious
17784         files.
17785
17786         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17787         (gnus-inews-do-gcc): Remove sleep.
17788
17789         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17790         part under point.
17791
17792         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17793         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17794
17795 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17796
17797         * spam.el (spam-summary-prepare-exit): Fix (length).
17798
17799 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17800
17801         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17802         as expired without moving it" message when there are spam
17803         messages left.
17804
17805 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17806
17807         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17808         header is not nil.
17809
17810 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17811
17812         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17813         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17814         (nntp-marks-changed-p): New arg SERVER.
17815         (nntp-request-update-info): Adjust caller.
17816
17817 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17818
17819         * nntp.el (nntp-save-marks): Pass missing arg.
17820
17821 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17822
17823         * nntp.el: Support marks.
17824         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17825         (nntp-marks-modtime, nntp-marks-directory): New variables.
17826         (nntp-request-set-mark, nntp-request-update-info)
17827         (nntp-possibly-create-directory, nntp-marks-changed-p)
17828         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17829         New functions.
17830
17831 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17832
17833         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17834         (gnus-xmas-redefine): Rename.
17835
17836         * gnus-score.el (gnus-score-insert-help):
17837         Use gnus-select-lowest-window.
17838
17839         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17840         appt-select-lowest-window and rename to gnus-select-lowest-window.
17841
17842         * gnus.el: do.
17843
17844 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17845
17846         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17847         encodings of MIME-encoded words, in order to improve
17848         interoperability with several broken MUAs.
17849
17850 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17851
17852         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17853         tags, only when charsets are not specified in headers.
17854         (mm-inline-text-html-render-with-w3m): Ditto.
17855
17856         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17857         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17858
17859 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17860
17861         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17862         instead of MIME-decoded from fields when checking
17863         `gnus-article-address-banner-alist'.
17864
17865 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17866
17867         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17868         description rather than subject.
17869
17870 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17871
17872         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17873
17874 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17875
17876         * gnus.el (gnus-version-number): Bump.
17877
17878 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17879
17880         * gnus.el: No Gnus v0.2 is released.
17881
17882 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17883
17884         * gnus-agent.el (gnus-agent-read-agentview):
17885         Inline gnus-uncompress-range.
17886
17887 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17888
17889         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17890         `exec-installed-p'.
17891
17892 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17893
17894         * gnus.el (spam-process, spam-autodetect-methods):
17895         Add bsfilter and bsfilter-headers.
17896
17897         * spam.el (spam-bsfilter): New customize group.
17898         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17899         (spam-bsfilter-header, spam-bsfilter-probability-header)
17900         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17901         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17902         (spam-bsfilter-database-directory): New options.
17903         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17904         (spam-list-of-statistical-checks, spam-registration-functions):
17905         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17906         (spam-bsfilter-score): New command.
17907         (spam-check-bsfilter-headers, spam-check-bsfilter)
17908         (spam-bsfilter-register-with-bsfilter)
17909         (spam-bsfilter-register-spam-routine)
17910         (spam-bsfilter-unregister-spam-routine)
17911         (spam-bsfilter-register-ham-routine)
17912         (spam-bsfilter-unregister-ham-routine): New functions.
17913         (spam-generic-score): Support bsfilter; Accept an optional argument
17914         to recalcurate spam score even if scoring header has already been
17915         added.
17916         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17917         optional argument to recalcurate spam score even if scoring header
17918         has already been added.
17919
17920 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17921
17922         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17923         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17924         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17925         link is missing.
17926
17927 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17928
17929         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17930         (html2text-get-attr): Rewrite.
17931
17932         * message.el (message-setup-1): Remove redundant put-text-property
17933         on mail-header-separator.
17934
17935 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17936
17937         * gnus-registry.el (gnus-registry-cache-whitespace)
17938         (gnus-registry-action, gnus-registry-spool-action)
17939         (gnus-registry-split-fancy-with-parent): Change message levels
17940         from 5 to 3 or 7, as needed.
17941
17942         * spam.el (spam-summary-prepare-exit)
17943         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17944         (spam-split, spam-find-spam, spam-log-undo-registration)
17945         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17946         level from 5 to 6.
17947
17948 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17949
17950         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17951         2004-03-04 change).
17952
17953 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17954
17955         * sieve-manage.el (sieve-manage-open):
17956         * nnweb.el (nnweb-insert-html):
17957         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17958         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17959         * nnspool.el (nnspool-request-group):
17960         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17961         * nnml.el (nnml-request-update-info):
17962         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17963         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17964         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17965         (nnimap-request-set-mark):
17966         * nnfolder.el (nnfolder-request-update-info):
17967         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17968         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17969         * gnus-uu.el (gnus-uu-find-articles-matching):
17970         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17971         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17972         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17973         * gnus-nocem.el (gnus-nocem-scan-groups):
17974         * gnus-int.el (gnus-start-news-server):
17975         * gnus-group.el (gnus-group-make-kiboze-group)
17976         (gnus-group-browse-foreign-server):
17977         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17978         Use mapc when appropriate.
17979
17980 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17981
17982         FIXME: Make separate entries for each person.
17983
17984         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17985         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17986         <shields@msrl.com>:
17987
17988         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17989         may need for spam sorting and scoring.
17990         (spam-user-format-function-S): Add user format function suitable for
17991         general use.
17992         (spam-article-sort-by-spam-status): Add sorting function for summary
17993         sorting.
17994         (spam-extra-header-to-number): Add function to get a score from a
17995         header.
17996         (spam-summary-score): Add function to get a numeric score from the
17997         headers.
17998         (spam-generic-score): Fix function doc, was in wrong place.
17999         (spam-initialize): Take symbols when it's run, and install the
18000         extra headers that spam-necessary-extra-headers thinks we need.
18001
18002 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18003
18004         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18005         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18006
18007 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18008
18009         * gnus-sum.el (gnus-set-global-variables)
18010         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18011         (gnus-article-get-xrefs, gnus-summary-best-group)
18012         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18013         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18014         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18015         Use with-current-buffer.
18016
18017 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18018
18019         * spam.el (spam-summary-prepare-exit): Simplify logic.
18020         (spam-fetch-article-header): Read the article header if it's not
18021         available.
18022         (spam-list-articles): Simplify logic.
18023         (spam-filelist-register-routine): Fix bug with unregister-list.
18024
18025         * gnus-registry.el: Fix comments at beginning.
18026
18027 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18028
18029         * message.el (message-cater-to-broken-inn): Remove.
18030         (message-shorten-references): Make sure the total folded length of
18031         References is shorter than 998 characters to cater to a bug in INN
18032         2.3.  Also, don't pretend that references aren't folded -- this
18033         hasn't worked for a while.
18034
18035 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18036
18037         * gnus-agent.el (gnus-agentize):
18038         gnus-agent-send-mail-real-function no longer set to current value
18039         of message-send-mail-function but rather a lambda that calls
18040         message-send-mail-function.  The change makes the agent real-time
18041         responsive to user changes to message-send-mail-function.
18042
18043 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18044
18045         * legacy-gnus-agent.el
18046         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18047         help from Florian Weimer <fw@deneb.enyo.de>
18048
18049 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18050
18051         * nnmail.el (nnmail-cache-insert): Revert last change.
18052
18053 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18054
18055         * nnmail.el (nnmail-cache-insert): Always check whether
18056         nnmail-cache-ignore-groups matches a group name.
18057
18058 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18059
18060         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18061         (spam-find-spam, spam-log-processing-to-registry)
18062         (spam-log-registered-p, spam-log-unregistration-needed-p)
18063         (spam-log-undo-registration): Use gnus-message instead of
18064         gnus-error, none of these errors are fatal.
18065
18066         * gnus-registry.el (gnus-registry-clean-empty-function)
18067         (gnus-registry-clean-empty): Remove only empty entries without
18068         extra data.
18069
18070 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18071
18072         * spam-stat.el (spam-stat-buffer-change-to-spam)
18073         (spam-stat-buffer-change-to-non-spam): Change (error) to
18074         (gnus-message 8) invocation.
18075
18076 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18077
18078         * nntp.el (nntp-via-netcat-command): New variable.
18079         (nntp-via-netcat-switches): New variable.
18080         (nntp-open-via-rlogin-and-netcat): New function.
18081         (nntp-open-connection-function): Doc fix.
18082         (nntp-telnet-command): Doc fix.
18083         (nntp-end-of-line): Doc fix.
18084         (nntp-via-rlogin-command): Doc fix.
18085         (nntp-via-user-name): Doc fix.
18086         (nntp-via-address): Doc fix.
18087
18088 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18091         error in Emacs 21.1.
18092
18093 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18094
18095         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18096
18097 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18098
18099         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18100         (gnus-agent-with-refreshed-group): New macro.
18101         (gnus-agent-rename-group): New function.
18102         (gnus-agent-delete-group): New function.
18103         (gnus-agent-save-group-info): Use gnus-command-method when
18104         `method' parameter is nil.  Don't write nil entries into the
18105         active file.
18106         (gnus-agent-get-group-info): New function.
18107         (gnus-agent-fetch-articles):
18108         Use gnus-agent-update-files-total-fetched-for to increment disk space
18109         used.
18110         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18111         Use gnus-agent-update-view-total-fetched-for to increment disk space
18112         used.
18113         (gnus-agent-get-local): Add optional parameters to avoid calling
18114         gnus-group-real-name and gnus-find-method-for-group.
18115         (gnus-agent-set-local): Delete stored entry if either min, or max,
18116         are nil.
18117         (gnus-agent-fetch-session): Reworded error/quit messages.
18118         On quit, use gnus-agent-regenerate-group to record existance of any
18119         articles fetched to disk before the quit occurred.
18120         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18121         gnus-agent-update-view-total-fetched-for, and
18122         gnus-agent-update-files-total-fetched-for to decrement disk space
18123         used.
18124         (gnus-agent-retrieve-headers):
18125         Use gnus-agent-update-view-total-fetched-for to increment disk space
18126         used.
18127         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18128         with gnus-agent-update-files-total-fetched-for to decrement disk
18129         space and fresh group buffer.
18130         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18131         (gnus-agent-need-update-total-fetched-for): New variable.
18132         (gnus-agent-update-files-total-fetched-for): New function.
18133         (gnus-agent-update-view-total-fetched-for): New function.
18134         (gnus-agent-total-fetched-for): New function.
18135
18136         * gnus-cache.el (gnus-cache-save-buffers):
18137         Use gnus-cache-update-overview-total-fetched-for to change disk space
18138         used by this group.
18139         (gnus-cache-possibly-enter-article):
18140         Use gnus-cache-update-file-total-fetched-for to increment disk space
18141         used by this group.
18142         (gnus-cache-possibly-remove-article):
18143         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18144         used by this group.
18145         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18146         (gnus-cache-rename-group): New function.
18147         (gnus-cache-delete-group): New function.
18148         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18149         (gnus-cache-need-update-total-fetched-for): New variable.
18150         (gnus-cache-with-refreshed-group): New macro.
18151         (gnus-cache-update-file-total-fetched-for): New function.
18152         (gnus-cache-update-overview-total-fetched-for): New function.
18153         (gnus-cache-rename-group-total-fetched-for): New function.
18154         (gnus-cache-delete-group-total-fetched-for): New function.
18155         (gnus-cache-total-fetched-for): New function.
18156
18157         * gnus-group.el: Require gnus-sum and autoload functions to
18158         resolve warnings when gnus-group.el compiled alone.
18159         (gnus-group-line-format): Documented new %F.
18160         (size of Fetched data) group line format; identifies disk space
18161         used by agent and cache.
18162         (gnus-group-line-format-alist): Defined new F format.
18163         (gnus-total-fetched-for): New function.
18164         (gnus-group-delete-group): No longer update
18165         gnus-cache-active-altered as gnus-request-delete-group now keeps
18166         the cache in sync.
18167         (gnus-group-list-active): Let the agent store a server's active
18168         list if currently plugged.
18169
18170         * gnus-int.el (gnus-request-delete-group):
18171         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18172         local disk in sync with the server.
18173         (gnus-request-rename-group):
18174         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18175         local disk in sync with the server.
18176
18177         * gnus-start.el (gnus-get-unread-articles):
18178         Cosmetic simplification to logic.
18179
18180         * gnus-util.el (gnus-rename-file): New function.
18181
18182 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18183
18184         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18185
18186 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18187
18188         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18189         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18190
18191 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18192
18193         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18194         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18195
18196 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18197
18198         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18199
18200 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18201
18202         * spam.el (spam-set-difference): Add function to replace
18203         gnus-set-difference in spam.el.
18204         (spam-summary-prepare-exit): Use spam-set-difference.
18205
18206 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18207
18208         * gnus-registry.el (gnus-registry-cache-file): Update to use
18209         gnus-dribble-directory OR gnus-home-directory OR ~.
18210         (gnus-registry-split-fancy-with-parent): Fix doc.
18211
18212 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18213
18214         * message.el (message-exchange-point-and-mark):
18215         Use message-mark-active-p.  Suggested by Jesper Harder
18216         <harder@ifa.au.dk>.
18217
18218 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18219
18220         * message.el (message-exchange-point-and-mark): Don't activate
18221         region if it was inactive.  Suggested by Hiroshi Fujishima
18222         <pooh@nature.tsukuba.ac.jp>.
18223
18224 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18225
18226         * gnus-art.el (article-display-face): Display Faces in the same
18227         order as X-Faces.
18228
18229 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18230
18231         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18232
18233 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18234
18235         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18236         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18237         (gnus-article-mime-hierarchy): Remove.
18238         (gnus-article-mime-hierarchy-next): Remove.
18239         (gnus-article-mode): Revert 2004-03-19 change.
18240         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18241         (gnus-insert-mime-button): Revert 2004-03-19 change.
18242         (gnus-mime-accumulate-hierarchy): Remove.
18243         (gnus-mime-enter-multipart): Remove.
18244         (gnus-mime-leave-multipart): Remove.
18245         (gnus-mime-display-part): Revert 2004-03-19 change.
18246         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18247
18248         * mml.el (mml-preview): Revert 2004-03-19 change.
18249
18250 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18251
18252         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18253
18254 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18255
18256         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18257         t while entering a file name using the mm-with-multibyte macro.
18258         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18259
18260         * mm-util.el (mm-with-multibyte): New macro.
18261
18262 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18263
18264         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18265         New user option.
18266         (gnus-mime-multipart-functions): Doc and customization fix.
18267         (gnus-article-mime-hierarchy): New variable.
18268         (gnus-article-mime-hierarchy-next): New variable.
18269         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18270         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18271         gnus-article-mime-hierarchy-next to nil.
18272         (gnus-insert-mime-button): Show hierarchy numbers.
18273         (gnus-mime-accumulate-hierarchy): New function.
18274         (gnus-mime-enter-multipart): New function.
18275         (gnus-mime-leave-multipart): New function.
18276         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18277         (gnus-mime-display-alternative): Show hierarchy numbers.
18278
18279         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18280         gnus-article-mime-hierarchy-next to nil.
18281
18282 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18283
18284         * dns.el: Don't require gnus-xmas.
18285
18286 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18287
18288         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18289         inline PGP.
18290         (mml-menu): Disable mml-quote-region if mark is inactive.
18291
18292 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18293
18294         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18295         when the group's active is not available.
18296
18297 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18298
18299         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18300         error.
18301
18302 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18303
18304         * imap.el (imap-store-password): New variable.
18305         (imap-interactive-login): Use it.
18306         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18307
18308 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18309
18310         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18311         window-start and hscroll to summary window.
18312
18313 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18314
18315         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18316         conversion message to newsrc-dribble when an actual conversion is
18317         performed.
18318
18319 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18320
18321         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18322
18323 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18324
18325         * mm-decode.el (mm-complicated-handles): New function reviving
18326         former definition of mm-multiple-handles.
18327
18328         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18329         (gnus-mime-delete-part): Use it.
18330
18331 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18332
18333         * gnus-agent.el (gnus-agent-read-local):
18334         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18335         avoid the implicit assumption that they will always be equal.
18336         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18337         coding-system-for-write, as the with-temp-file macro first prints
18338         to a buffer then saves the buffer.
18339
18340 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18341
18342         * gnus-art.el (gnus-article-edit-part): New function.
18343         (gnus-mime-save-part-and-strip): Use it; do query instead of
18344         signaling an error; don't use mm-multiple-handles.
18345         (gnus-mime-delete-part): Ditto.
18346
18347 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18348
18349         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18350         old file versions.
18351         (gnus-group-prepare-hook): Remove function that converted list
18352         form of gnus-agent-expire-days to group properties.
18353
18354         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18355         (gnus-request-accept-article): Re-indented.
18356
18357         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18358         converters to handle old agent file formats.  Add logic for a
18359         "backup before upgrading warning".
18360         (gnus-convert-mark-converter-prompt): Developers can mark
18361         functions as needing (default), or not needing,
18362         gnus-convert-old-newsrc's "backup before upgrading warning".
18363         (gnus-convert-converter-needs-prompt): Tests whether the user
18364         should be protected from potentially irreversable changes by the
18365         function.
18366
18367         * legacy-gnus-agent.el: New.  Provides converters that are only
18368         loaded when gnus-convert-old-newsrc needs to call them.
18369
18370 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18371
18372         * mail-source.el (mail-source-touch-pop): Doc fix.
18373
18374         * message.el (message-smtpmail-send-it): Doc fix.
18375
18376 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18377
18378         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18379
18380         * nnmail.el (nnmail-split-fancy): do.
18381
18382         * gnus-kill.el (gnus-kill, gnus-execute): do.
18383
18384 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18385
18386         * gnus-sum.el (gnus-widget-reversible-match)
18387         (gnus-widget-reversible-to-internal)
18388         (gnus-widget-reversible-to-external): New functions.
18389         (gnus-widget-reversible): New widget.
18390         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18391
18392 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18393
18394         * gnus-sum.el (gnus-thread-sort-functions)
18395         (gnus-article-sort-functions): Document `(not F)' items.
18396
18397 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18398
18399         * spam.el (spam-use-gmane-xref): Add new backend.
18400         (spam-gmane-xref-spam-group): Add variable to control the name of the
18401         Gmane spam group.
18402         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18403         (spam-regex-headers-spam, spam-regex-headers-ham)
18404         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18405         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18406         backends and checks.
18407         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18408
18409         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18410         an autodetect method.
18411
18412 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18413
18414         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18415         articles are being added to a group.
18416         (gnus-request-replace-article): Inform the agent that articles
18417         need to be uncached as the cached contents are no longer valid.
18418
18419 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18420
18421         * binhex.el: Don't autoload executable-find.
18422
18423         * canlock.el: Don't autoload mail-fetch-field.
18424
18425         * dgnushack.el: Autoload c-mode for XEmacs.
18426
18427         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18428
18429         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18430         rmail-dont-reply-to and rmail-output.
18431
18432         * gnus-score.el: Don't autoload ffap-string-at-point.
18433
18434         * gnus-setup.el: Don't autoload sc-cite-original.
18435
18436         * imap.el: Don't autoload base64-decode-string,
18437         base64-encode-string and md5.
18438
18439         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18440         and rmail-msg-restore-non-pruned-header.
18441
18442         * mm-decode.el: Don't autoload executable-find.
18443
18444         * mm-url.el: Don't autoload executable-find.
18445
18446         * mm-view.el: Don't autoload diff-mode.
18447
18448         * nndb.el: Don't autoload news-reply-mode, news-setup,
18449         cancel-timer and telnet.
18450
18451         * password.el: Don't autoload run-at-time for Emacs.
18452
18453         * sha1-el.el: Don't autoload executable-find.
18454
18455         * sieve-mode.el: Don't autoload c-mode.
18456
18457         * uudecode.el: Don't autoload executable-find.
18458
18459 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18460
18461         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18462         (gnus-agent-possibly-alter-active): Avoid null in numeric
18463         comparison.
18464         (gnus-agent-set-local): Refuse to save null in local object table.
18465         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18466         list of articles that will be marked as unread.
18467
18468 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18469
18470         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18471
18472 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18473
18474         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18475         language tags.
18476
18477 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18478
18479         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18480         Don't bind "obarray".
18481
18482         * gnus-sum.el (gnus-thread-sort-functions):
18483         Add `gnus-thread-sort-by-most-recent-number' and
18484         `gnus-thread-sort-by-most-recent-date'.
18485         Reported by Kai Grossjohann <kai@emptydomain.de>.
18486
18487 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18488
18489         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18490
18491 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18492
18493         * gnus-cus.el (gnus-agent-customize-category):
18494         Remove ignore-errors macro reference that required cl to be loaded at
18495         run-time.
18496
18497         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18498         single-interval range of the form (min . max).  Previously the
18499         range had to look like ((min . max)).  Likewise, return
18500         (min . max) rather than ((min . max)).
18501         (gnus-range-map): Use gnus-range-normalize to accept
18502         single-interval range.
18503
18504         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18505         the cache, but not the agent, now appear with their usual face.
18506
18507         * dgnushack.el (loaddir): New variable that is bound to the
18508         directory containing the dgnushack.el file. Use loaddir, rather
18509         than srcdir, to update load-path. Change lets dgnushack compile
18510         code in directories other than GNUS/lisp.
18511
18512 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18513
18514         * lpath.el: Don't bind w3m-safe-url-regexp.
18515
18516         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18517         w3m-safe-url-regexp variable buffer-local.
18518
18519         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18520
18521 2004-02-27  Simon Josefsson  <jas@extundo.com>
18522
18523         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18524         gnus-group-real-prefix.
18525         (gnus-summary-move-article): Use it, instead of
18526         gnus-group-real-prefix.
18527
18528 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18529
18530         * lpath.el: Bind w3m-safe-url-regexp.
18531
18532         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18533         w3m-safe-url-regexp variable buffer-local and set it as the value
18534         of mm-w3m-safe-url-regexp.
18535
18536         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18537
18538         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18539         parsing gnus-posting-styles when the message is not for replying.
18540
18541         * dgnushack.el: Autoload sgml-mode for XEmacs.
18542
18543         * nnrss.el (nnrss-opml-export):
18544         Use mm-set-buffer-file-coding-system instead of
18545         set-buffer-file-coding-system.
18546
18547 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18548
18549         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18550         of checkdoc.el).
18551         * nnrss.el: do.
18552         * gnus-mlspl.el: do.
18553         * gnus-ml.el: do.
18554         * gnus-srvr.el: do.
18555
18556         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18557
18558 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18559
18560         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18561         Corrections to custom-manual links.
18562
18563         * gnus-art.el (gnus-article): Ditto.
18564
18565         * mm-decode.el (mime-display, mime-security): Ditto.
18566
18567 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18568
18569         * flow-fill.el: Typo.
18570
18571 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18572
18573         * spam-wash.el: New file.
18574
18575 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18576
18577         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18578
18579 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18580
18581         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18582         to be run with new-articles as LIST1, not LIST2.
18583         (spam-registration-functions): Add spam-use-ham-copy as a nil
18584         registration backend.
18585
18586 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18587
18588         * spam-stat.el (spam-stat-washing-hook): New option.
18589         (spam-stat-buffer-words): Use it.
18590         (spam-stat-process-directory, spam-stat-test-directory):
18591         Use insert-file-contents-literally.
18592         (spam-stat-coding-system): New variable.
18593         (spam-stat-load, spam-stat-save): Use it.
18594
18595 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18596
18597         * spam-report.el (spam-report-plug-agent):
18598         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18599
18600 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18601
18602         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18603         Allow / in mailto URLs.
18604
18605 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18606
18607         * spam-report.el (spam-report-process-queue): Fix interactive use.
18608         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18609         (spam-report-unplug-agent): Doc fixes.
18610         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18611         (spam-report-agentize, spam-report-deagentize): Autoload.
18612
18613 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18614
18615         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18616
18617         * message.el (message-setup-fill-variables): Add mml tags to
18618         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18619         <ajk@iu.edu>.
18620         (message-mode): Don't modify paragraph-separate there.
18621
18622 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18623
18624         * compface.el (uncompface-use-external): Default to undecided.
18625         (uncompface-use-external-threshold): New variable.
18626         (uncompface-float-time): New macro.
18627         (uncompface): Determine whether to use the external decoder if
18628         uncompface-use-external is undecided.
18629
18630 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18631
18632         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18633         after images.
18634
18635         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18636
18637 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18638
18639         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18640
18641         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18642
18643         * gnus-sum.el (gnus-summary-limit-to-age)
18644         (gnus-summary-limit-children): do.
18645
18646         * gnus-int.el (gnus-request-scan): do.
18647
18648         * gnus-group.el (gnus-group-suspend): do.
18649
18650         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18651
18652         * gnus-cite.el (gnus-cite-parse-attributions): do.
18653
18654         * gnus-agent.el (gnus-summary-set-agent-mark)
18655         (gnus-agent-regenerate-group): do.
18656
18657         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18658
18659         * binhex.el (binhex-decode-region-internal): do.
18660
18661 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18662
18663         * gnus-fun.el (gnus-face-properties-alist): New user option.
18664         (gnus-display-x-face-in-from): Use it.
18665
18666         * gnus-art.el (article-display-face): Ditto.
18667
18668         * compface.el (uncompface-use-external): Default to nil.
18669
18670 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18671
18672         * nntp.el (nntp-erase-buffer): New function.
18673         (nntp-retrieve-data, nntp-send-command)
18674         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18675         (nntp-possibly-change-group): Use it.
18676
18677         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18678         Use with-current-buffer.
18679
18680 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18681
18682         * compface.el: Merge the ELisp-based uncompface program.
18683         (compface): New customization group.
18684         (uncompface-use-external): New user option.
18685         (uncompface): Call uncompface-internal if uncompface-use-external
18686         is nil.
18687         (uncompface-internal): New function.  Note that there are also
18688         some other functions and variables added for this function.
18689
18690 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18691
18692         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18693         if necessary.
18694
18695 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18696
18697         * spam-report.el (spam-report-unplug-agent)
18698         (spam-report-plug-agent, spam-report-deagentize)
18699         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18700         Add support for the Agent in spam-report: when unplugged, report to a
18701         file; when plugged, submit all the requests.
18702
18703         * spam.el (spam-register-routine): Fix message about
18704         registration.
18705
18706 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18707
18708         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18709         dependencies.
18710         (rfc2047-encode): Use it.
18711
18712         * gnus-art.el (gnus-button-marker-list): Move before first
18713         reference.
18714
18715         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18716         (imap-parse-body): Fix format string mismatch.
18717
18718         * gnus-score.el (gnus-summary-increase-score): do.
18719
18720         * nnrss.el (nnrss-close): New function.
18721
18722 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18723
18724         * nnrss.el (nnrss-make-filename): New function.
18725         (nnrss-request-delete-group, nnrss-read-server-data)
18726         (nnrss-save-server-data, nnrss-read-group-data)
18727         (nnrss-save-group-data): Use it.
18728         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18729         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18730         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18731
18732 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18733
18734         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18735
18736 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18737
18738         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18739         files.
18740
18741         * message.el (message-generate-headers-first): Don't quote nil
18742         and t in docstrings.
18743
18744         * imap.el (imap-id): do.
18745
18746         * gnus-agent.el (gnus-agent-consider-all-articles)
18747         (gnus-agent-queue-mail): do.
18748
18749 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18750
18751         * spam-report.el (spam-report-process-queue): New function.
18752         Process requests from `spam-report-requests-file'.
18753         (spam-report-process-queue): Doc fix.
18754
18755 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18756
18757         * spam.el (spam-register-routine)
18758         (spam-log-processing-to-registry, spam-log-registered-p)
18759         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18760         Change "check" to "spam-check" for semi-clarity.
18761
18762 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18763
18764         * pop3.el: Require nnheader.
18765
18766         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18767
18768         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18769
18770         * gnus-picon.el: Require cl.
18771
18772         * gnus-fun.el: Require gnus-ems and gnus-util.
18773
18774         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18775
18776         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18777
18778         * gnus-art.el (gnus-article-edit-mode): Define before first
18779         reference.
18780
18781 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18782
18783         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18784         (gnus-uu-post-encoded): Use point-at-bol.
18785
18786         * gnus-topic.el (gnus-group-active-topic-p): do.
18787
18788         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18789
18790         * gnus-group.el (gnus-group-kill-region): do.
18791
18792         * gnus-art.el (article-date-ut): do.
18793
18794         * message.el (message-fetch-field): Remove redundant
18795         case-fold-search binding.
18796         (message-narrow-to-field): Simplify.
18797
18798 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18799
18800         * spam.el (spam-directory): Derive from `gnus-directory'.
18801
18802         * spam-report.el (spam-report-url-to-file)
18803         (spam-report-requests-file): New function and variable for offline
18804         reporting.
18805         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18806         and user defined function.
18807         (spam-report-url-ping-mm-url): Remove doubled slash.
18808
18809 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18810
18811         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18812
18813 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18814
18815         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18816         Fix format string mismatch.
18817
18818         * sieve.el (sieve-deactivate-all): do.
18819
18820         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18821
18822         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18823
18824         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18825
18826         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18827
18828 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18829
18830         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18831         the list of checks.
18832
18833 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18834
18835         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18836         padding.
18837
18838 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18839
18840         * mm-view.el (mm-fill-flowed): New variable.
18841         (mm-inline-text): Use it.
18842
18843 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18844
18845         * spam.el (spam-spamassassin-register-ham-routine)
18846         (spam-spamassassin-register-spam-routine): Fix function names.
18847
18848 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18849
18850         * gnus.el (gnus-tmp-grouplens): Remove.
18851         (gnus-summary-line-format): Remove grouplens.
18852
18853         * gnus-group.el (gnus-group-line-format): Ditto.
18854
18855         * gnus-spec.el (gnus-format-specs): Ditto.
18856         (gnus-update-format-specifications): Flush the group format spec
18857         cache if there's the grouplens stuff.
18858         (gnus-parse-simple-format): Replace %l with the empty string.
18859
18860 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18861
18862         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18863         omission.
18864
18865 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18866
18867         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18868         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18869
18870 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18871
18872         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18873         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18874         New macros and functions.
18875         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18876         Handle > NLINK_MAX messages.
18877         * nnmaildir.el (nnmaildir-request-set-mark):
18878         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18879
18880 2004-01-25  Alex Schroeder  <alex@gnu.org>
18881
18882         * spam-stat.el (spam-stat-process-directory-age): New option.
18883         (spam-stat-process-directory): Use it.
18884
18885 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18886
18887         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18888         (spam-stat-save): Accept prefix argument.
18889
18890 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18891
18892         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18893         links" error.
18894
18895 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18896
18897         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18898         the rest of the and/or forms.
18899
18900 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18901
18902         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18903         compatibility with old .newsrc.eld files.
18904
18905         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18906
18907         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18908
18909         * gnus-start.el (gnus-1): do.
18910
18911         * gnus-group.el (gnus-group-line-format-alist): do.
18912
18913         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18914
18915         * gnus-gl.el: Remove.
18916
18917 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18918
18919         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18920         marks consisting of a single range {for example, (3 . 5)} rather
18921         than a list of a single range { ((3 . 5)) }.
18922
18923 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18924
18925         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18926         Use with-current-buffer.
18927         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18928         avoid consing a string.
18929
18930         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18931         Remove obsolete entries for big5 and gb2312.
18932
18933 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18934
18935         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18936         uncompressed list.
18937
18938 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18939
18940         * spam-stat.el (spam-stat-strip-xref): New function.
18941         (spam-stat-process-directory): Use it.
18942
18943         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18944         here -- it's done in message-fetch-field.
18945
18946 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18947
18948         * gnus-agent.el (gnus-agent-queue-mail)
18949         (gnus-agent-prompt-send-queue): New variables.
18950         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18951         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18952         "nndraft:queue" along to gnus-draft-send.
18953         Use gnus-agent-prompt-send-queue.
18954         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18955         is "nndraft:queue".  Suggested by Gaute Strokkenes
18956         <gs234@srcf.ucam.org>
18957
18958         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18959         (agent-enable-undownloaded-faces): Add.
18960         (gnus-agent-cat-groups): Use eval-and-compile, not
18961         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18962         method of gnus-agent-cat-groups even when the buffer has been
18963         evaled.
18964         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18965         delete gnus-agent-save-active-1.
18966         (gnus-agent-save-groups): Delete.  Identical to
18967         gnus-agent-save-active.
18968         (gnus-agent-write-active): No longer adjust agent's copy of active
18969         file as agent's adjustments are now stored in their own
18970         file.  Remove optional parameter.
18971         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18972         servers.  Add use of min/max range limits from server's local
18973         file.
18974         (gnus-agent-save-alist): Remove unused optional argument.
18975         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18976         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18977         (gnus-agent-set-local): A per-server file that keeps min/max range
18978         limits for articles known to the agent.  Provides a fast mechanism
18979         for altering many active ranges.
18980         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18981         active file (local makes it unnecessary).
18982         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18983
18984         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18985         (agent-enable-undownloaded-faces): Add.
18986
18987         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18988         disable it when sending to "nndraft:queue".
18989         (gnus-group-send-queue): Add safety check to avoid sending queue
18990         when unplugged.
18991
18992         * gnus-group.el (gnus-group-catchup): Use new
18993         gnus-sequence-of-unread-articles, not
18994         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18995         numbers of articles.  Use gnus-range-map to avoid having to
18996         uncompress the unread list.
18997         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18998         Fix invalid ange-ftp reference.
18999
19000         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19001         (gnus-sorted-range-intersection): Intersection of two ranges
19002         without requiring that they first be uncompressed.
19003
19004         * gnus-start.el (gnus-activate-group): Unless blocked by the
19005         caller, possibly expand the active range to include both cached
19006         and agentized articles.
19007         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19008         multiple version-dependent converters.
19009         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19010         gnus-agent-save-active.
19011         (gnus-save-newsrc-file): Save dirty agent range limits.
19012
19013         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19014         gnus-agent-possibly-alter-active.
19015         (gnus-adjust-marked-articles): Faster handling of simple lists.
19016
19017 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19018
19019         * spam-stat.el (spam-stat-test-directory): New optional argument
19020         displays a list of files detected.  Suggested by Andrew Cohen
19021         <cohen@andy.bu.edu>.
19022         (spam-stat-buffer-words-with-scores): Don't narrow and change
19023         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19024
19025 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19026
19027         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19028         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19029         (spam-spamassassin-arguments)
19030         (spam-spamassassin-spam-flag-header)
19031         (spam-spamassassin-positive-spam-flag-header)
19032         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19033         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19034         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19035         (spam-list-of-processors, spam-list-of-checks)
19036         (spam-list-of-statistical-checks, spam-registration-functions)
19037         (spam-check-spamassassin-headers, spam-check-spamassassin)
19038         (spam-spamassassin-score)
19039         (spam-spamassassin-register-with-sa-learn)
19040         (spam-spamassassin-register-spam-routine)
19041         (spam-spamassassin-register-ham-routine)
19042         (spam-assassin-register-spam-routine)
19043         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19044         (spam-bogofilter-score): Fix to show article before scoring.
19045
19046 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19047
19048         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19049         default scoring function.
19050         (spam-generic-score): Call spam-spamassassin-score if
19051         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19052         spam-bogofilter-score otherwise.
19053
19054         * gnus.el (spam-process, spam-autodetect-methods):
19055         Add spamassassin and spamassassin-headers.
19056
19057 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19058
19059         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19060         Suppress unnecessary messages.
19061
19062 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19063
19064         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19065         make-hash-table.
19066
19067 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19068
19069         * canlock.el (base64-encode-string): Don't autoload it.
19070
19071 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19072
19073         * run-at-time.el: Remove useless (require 'itimer),
19074         eval-and-compile and (featurep 'xemacs).
19075
19076 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19077
19078         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19079         GROUP is a virtual group.
19080
19081 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19082
19083         * gnus.el: Autoload `message-y-or-n-p'.
19084
19085 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19086
19087         * pgg-parse.el: Remove unnecessary (require 'custom).
19088
19089         * pgg-def.el: do.
19090
19091         * nnmail.el: do.
19092
19093         * gnus-undo.el: do.
19094
19095         * gnus-picon.el: do.
19096
19097         * gnus-util.el: do.
19098
19099 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19100
19101         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19102
19103 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19104
19105         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19106         handle, as well as a list.
19107
19108         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19109         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19110         (mm-w3m-cid-retrieve): Simplify.
19111
19112 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19113
19114         * message.el (message-kill-to-signature): Allow prefix arg to
19115         specify number of lines to keep before signature.
19116
19117 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19118
19119         * message.el (message-kill-to-signature): Change docstring.
19120
19121 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19122
19123         * canlock.el: Always require sha1-el.
19124         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19125
19126         * message.el: Autoload sha1 only when compiling.
19127
19128         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19129         eudc-expand-inline for XEmacs.
19130
19131 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19132
19133         * message.el (message-canlock-generate): Require sha1-el.
19134
19135 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19136
19137         * message.el (message-expand-name): Silence the byte compiler.
19138
19139         * lpath.el: Add detect-coding-system.
19140
19141         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19142         cus-edit.
19143
19144 2004-01-13  Simon Josefsson  <jas@extundo.com>
19145
19146         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19147         Invoke gnus-score-mode.
19148         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19149
19150         * gnus-range.el (gnus-compress-sequence): Doc fix.
19151         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19152
19153 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19154
19155         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19156
19157 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19158
19159         * spam.el (spam-get-article-as-string): Update to use
19160         gnus-request-article-this-buffer, much simpler.
19161         (spam-get-article-as-buffer): Remove.
19162
19163 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19164
19165         * message.el (message-expand-name): Use EUDC if the user uses that.
19166
19167 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19168
19169         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19170         character for the encoding to avoid consing a string.
19171
19172         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19173         unnecessarily.
19174
19175         * mm-util.el (mm-replace-chars-in-string): Remove.
19176
19177         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19178         of mm-replace-chars-in-string.
19179
19180 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19181
19182         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19183
19184         * mm-util.el (mm-subst-char-in-string): Support inplace.
19185
19186         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19187         a new string in every iteration.  Use shy groups.
19188
19189 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19190
19191         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19192         * gnus-soup.el (gnus-soup-group-brew):
19193         * gnus-msg.el (gnus-put-message):
19194         * gnus-move.el (gnus-group-move-group-to-server):
19195         * gnus-kill.el (gnus-batch-score):
19196         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19197         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19198         (gnus-group-update-group, gnus-group-read-group)
19199         (gnus-group-make-group, gnus-group-make-help-group)
19200         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19201         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19202         (gnus-group-sort-by-unread, gnus-group-catchup)
19203         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19204         (gnus-group-yank-group, gnus-group-set-info)
19205         (gnus-group-list-groups):
19206         * gnus.el (gnus-generate-new-group-name):
19207         * gnus-delay.el (gnus-delay-send-queue):
19208         * nnvirtual.el (nnvirtual-catchup-group):
19209         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19210         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19211         (gnus-group-prepare-topics, gnus-topic-check-topology):
19212         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19213         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19214         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19215         (gnus-group-make-articles-read):
19216         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19217         (gnus-group-change-level, gnus-kill-newsgroup)
19218         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19219         (gnus-get-unread-articles, gnus-make-articles-unread)
19220         (gnus-make-ascending-articles-unread): Use accessor
19221         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19222         to get group information for improved readability.
19223
19224
19225 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19226
19227         * gnus-art.el (article-decode-mime-words, article-babel)
19228         (gnus-article-highlight-signature, gnus-article-add-buttons)
19229         (gnus-signature-toggle): Use gnus-with-article-buffer.
19230
19231         * gnus-art.el (gnus-article-highlight-headers)
19232         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19233
19234         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19235         (gnus-article-set-globals, gnus-request-article-this-buffer)
19236         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19237         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19238         (gnus-mime-display-alternative): Use with-current-buffer.
19239
19240 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19241
19242         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19243         also under 80 char limit, and call gnus-error if needed.
19244         (spam-fetch-article-header): Fix - it was a
19245         buffer-local variable (gnus-newsgroup-data).
19246         (spam-find-spam): Use spam-generate-fake-headers, forget about
19247         spam-insert-fake-headers.
19248         (spam-insert-fake-headers): Remove.
19249
19250 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19251
19252         * deuglify.el (gnus-article-outlook-unwrap-lines)
19253         (gnus-outlook-rearrange-article)
19254         (gnus-outlook-repair-attribution-outlook)
19255         (gnus-outlook-repair-attribution-block)
19256         (gnus-outlook-repair-attribution-other): Remove redundant
19257         save-excursion.
19258
19259 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19260
19261         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19262         (spam-fetch-field-subject-fast)
19263         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19264         (spam-fetch-article-header): Add functions to deal with Gnus
19265         internals for fast retrieval of article header data.
19266         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19267
19268 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19269
19270         * pop3.el (pop3-md5): Remove.
19271         (pop3-apop): Replace pop3-md5 with md5.
19272
19273         * mm-bodies.el: base64 is always built-in.
19274
19275         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19276         Use with-current-buffer.
19277
19278 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19279
19280         * canlock.el (canlock-insert-header): Remove excessive grouping in
19281         regexp.
19282
19283         * gnus-sum.el (gnus-summary-read-document): Ditto.
19284
19285         * gnus-uu.el (gnus-uu-part-number): Ditto.
19286
19287         * html2text.el (html2text-remove-tags): Ditto.
19288         (html2text-format-tags): Ditto.
19289         (html2text-format-single-elements): Ditto.
19290
19291         * mml.el (mml-parse-1): Ditto.
19292
19293 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19294
19295         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19296
19297         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19298
19299         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19300
19301         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19302
19303 2003-11-15  Simon Josefsson  <jas@extundo.com>
19304
19305         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19306         (pgg-gpg-lookup-key): Use regexp match instead of
19307         split-string (split-string is different between emacs 21.2 and
19308         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19309
19310 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19311
19312         * gnus-art.el (gnus-mime-view-all-parts)
19313         (gnus-article-part-wrapper, gnus-article-view-part):
19314         Use with-current-buffer.
19315
19316 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19317
19318         * spam.el (spam-disable-spam-split-during-ham-respool)
19319         (spam-spamoracle-database, spam-cache-lookups)
19320         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19321         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19322         (spam-group-ham-marks, spam-group-spam-marks)
19323         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19324         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19325         also add spam-use-blackholes to the statistical checks.
19326         (spam-fetch-field-fast): Add interface to fetching fields, may
19327         become a macro.
19328         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19329         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19330         (spam-insert-fake-headers): Fake an article when needed.
19331         (spam-find-spam): Fake article when possible.
19332         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19333         (spam-check-bogofilter-headers): Use message-fetch-field instead
19334         of nnmail-fetch-field.
19335
19336 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19337
19338         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19339
19340 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19341
19342         * spam.el (spam-split): Do not require spam-use-CHECK to be
19343         enabled if that check is passed to spam-split explicitly; also
19344         fix so 'spam doesn't get converted to spam-split-group when
19345         spam-split-symbolic-return is t.
19346         (spam-find-spam): Find registrations of the article and use those
19347         instead of re-running spam-split to find the spam/ham
19348         classification of the article.
19349         (spam-log-processing-to-registry, spam-log-registered-p)
19350         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19351         Use gnus-error instead of gnus-message.
19352         (spam-log-registration-type): Add function to determine the
19353         classification of a message based on registry entries; will
19354         return nil if both 'spam and 'ham are found.
19355         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19356         a reasonably fast local cache without the loading errors.
19357         (spam-cache-lookups): Set to t by default.
19358         (spam-find-spam): Don't try to guess spam-cache-lookups.
19359         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19360         spam-caches entry.
19361         (spam-filelist-build-cache, spam-filelist-check-cache):
19362         Fix caching of whitelist/blacklist entries.
19363         (spam-check-whitelist, spam-check-blacklist):
19364         Invoke spam-from-listed-p with a type, not a cache variable.
19365         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19366
19367 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19368
19369         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19370
19371         * nnmail.el (nnmail-split-fancy): do.
19372
19373         * mml.el (mml-parse): do.
19374
19375         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19376         (gnus-score-adaptive): do.
19377
19378 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19379
19380         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19381         (gnus-mime-button-map): Don't set keymap parent.
19382         (gnus-button-ctan-directory-regexp): Use shy grouping.
19383         (gnus-prev-page-map): Don't set keymap parent.
19384         (gnus-prev-page-map): Remove duplicated one.
19385         (gnus-next-page-map): Don't set keymap parent.
19386         (gnus-mime-security-button-map): Ditto.
19387
19388         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19389         version number.
19390
19391         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19392
19393 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19394
19395         * canlock.el (canlock-sha1-function): Remove.
19396         (canlock-sha1-function-for-verify): Remove.
19397         (canlock-openssl-program): Remove.
19398         (canlock-openssl-args): Remove.
19399         (canlock-ignore-errors): Remove.
19400         (canlock-sha1-with-openssl): Remove.
19401         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19402         (canlock-verify): Don't use canlock-ignore-errors.
19403
19404         * sha1-el.el (sha1-string-external): Make it can return a string
19405         in binary form.
19406         (sha1-region-external): Ditto.
19407         (sha1-string-internal): Ditto.
19408         (sha1-region-internal): Ditto.
19409         (sha1-region): Ditto.
19410         (sha1-string): Ditto.
19411         (sha1): Ditto.
19412
19413 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19414
19415         * spam.el (spam-report-articles-gmane): New command.
19416
19417 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19418
19419         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19420
19421         * run-at-time.el (run-at-time-saved): Remove.
19422         (run-at-time): Doc fix.
19423
19424 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19425
19426         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19427         (gnus-summary-limit-map): Add it.
19428         (gnus-summary-make-menu-bar): do.
19429
19430 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19431
19432         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19433         Make attempt at some caching support (done for BBDB only now).
19434         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19435         addresses to be checked.
19436         (spam-clear-cache-BBDB): Add function, to be invoked by
19437         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19438         (spam-check-BBDB): Check and use the caches, if
19439         spam-cache-lookups is on, remove superfluous (provide).
19440
19441 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19442
19443         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19444
19445 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19446
19447         * run-at-time.el (run-at-time-saved): Move to after the definition
19448         of `run-at-time'.
19449
19450         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19451
19452 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19453
19454         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19455         mm-w3m-local-map-property.
19456
19457         * mm-view.el (mm-w3m-mode-map): Remove.
19458         (mm-w3m-local-map-property): Remove.
19459         (mm-inline-text-html-render-with-w3m): Don't use
19460         mm-w3m-local-map-property.
19461
19462 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19463
19464         * run-at-time.el: New file.
19465
19466         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19467         under Emacs.
19468
19469         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19470         of gnus-set-text-properties.
19471
19472         * gnus-uu.el (gnus-uu-save-article): Ditto.
19473
19474         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19475
19476         * gnus-cite.el (gnus-cite-parse): Ditto.
19477
19478         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19479         of gnus-.
19480
19481         * gnus-xmas.el (run-at-time): Require run-at-time.
19482
19483         * gnus.el: Change calls to nnheader-run-at-time and
19484         password-run-at-time throughout to use run-at-time directly.
19485
19486         * password.el: Remove definition of run-at-time.
19487
19488         * nnheaderxm.el: Remove definition of run-at-time.
19489
19490 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19491
19492         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19493         in prompt.
19494
19495 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19496
19497         * messagexmas.el (message-xmas-redefine): Alias
19498         `message-make-caesar-translation-table' to
19499         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19500         version.
19501
19502         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19503         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19504         `gnus-xmas-set-text-properties'.
19505         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19506         `gnus-xmas-completing-read'.
19507         (gnus-xmas-completing-read): Removed.
19508         (gnus-xmas-open-network-stream): Removed.
19509
19510         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19511         XEmacs version.
19512
19513         * dns.el (dns-make-network-process): Use `open-network-stream'
19514         instead of `gnus-xmas-open-network-stream'.
19515
19516         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19517
19518         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19519
19520 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19521
19522         * gnus-art.el (gnus-mime-display-alternative)
19523         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19524         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19525         Don't use gnus-local-map-property.
19526
19527         * gnus-util.el (gnus-local-map-property): Remove.
19528
19529         * mm-view.el (mm-view-pkcs7-decrypt):
19530         Replace gnus-completing-read-maybe-default with completing-read.
19531
19532         * gnus-util.el (gnus-completing-read): do.
19533         (gnus-completing-read-maybe-default): Remove.
19534
19535 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19536
19537         * password.el: Only autoload `run-at-time' if not XEmacs.
19538         Only autoload the itimer functions if XEmacs.
19539
19540 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19541
19542         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19543         XEmacsen.
19544
19545         * dgnushack.el: Autoload executable-find for XEmacs.
19546
19547 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19548
19549         * gnus-art.el (gnus-read-string): Remove.
19550         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19551         read-string.
19552
19553 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19554
19555         * netrc.el: Autoload password-read.
19556         (netrc): Add configuration group.
19557         (netrc-encoding-method, netrc-openssl-path):
19558         Add variables for encoding and decoding of files with symmetric
19559         ciphers.
19560         (netrc-encode): Add assistant function to encode a file with
19561         netrc-encoding-method.
19562         (netrc-parse): Add interactive parameter, added optional
19563         decoding if netrc-encoding-method is non-nil but otherwise
19564         behavior is standard.
19565         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19566         Do s/encode/encrypt/ everywhere.
19567
19568         * spam.el: Remove executable-find autoload.
19569
19570 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19571
19572         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19573
19574         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19575
19576 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19577
19578         * gnus-art.el (gnus-treat-ansi-sequences)
19579         (article-treat-ansi-sequences): New variable and function.
19580         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19581
19582         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19583         Use it.
19584
19585 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19586
19587         * mm-util.el (mm-quote-arg): Remove.
19588
19589         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19590         shell-quote-argument.
19591
19592         * gnus-uu.el (gnus-uu-command): do.
19593
19594         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19595
19596         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19597         with make-char.
19598
19599         * mm-util.el (mm-make-char): Remove.
19600
19601         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19602         add-minor-mode.
19603
19604         * gnus-undo.el (gnus-undo-mode): do.
19605
19606         * gnus-topic.el (gnus-topic-mode): do.
19607
19608         * gnus-sum.el (gnus-dead-summary-mode): do.
19609
19610         * gnus-start.el (gnus-slave-mode): do.
19611
19612         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19613
19614         * gnus-ml.el (gnus-mailing-list-mode): do.
19615
19616         * gnus-gl.el (gnus-grouplens-mode): do.
19617
19618         * gnus-draft.el (gnus-draft-mode): do.
19619
19620         * gnus-dired.el (gnus-dired-mode): do.
19621
19622         * gnus-ems.el (gnus-add-minor-mode): Remove.
19623
19624         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19625         Replace gnus-char-width with char-width.
19626
19627         * gnus-ems.el (gnus-char-width): Remove.
19628
19629         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19630         Replace gnus-char-width with char-width.
19631
19632         * gnus-ems.el (gnus-char-width): Remove.
19633
19634         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19635         definition.
19636         Remove Emacs 20 hash table compatibility code.
19637
19638         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19639         20 compatibility code.
19640
19641         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19642
19643         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19644
19645         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19646         Replace with point-at-{eol,bol}.
19647
19648         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19649
19650         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19651
19652         * flow-fill.el (fill-flowed-point-at-bol)
19653         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19654
19655         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19656         Replace with point-at-{eol,bol} throughout all files.
19657
19658 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19659
19660         * ntlm.el (ntlm-string-as-unibyte): New macro.
19661         (ntlm-build-auth-response): Use it.
19662
19663         Remove Emacs 20 stuff:
19664         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19665         (butlast, mapc, remove): Remove the compiler macros.
19666         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19667         of delq and copy-sequence.
19668         * gnus-art.el (popup-menu): Remove the compiler macro.
19669         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19670         Emacs 20.
19671
19672 2004-01-05  Simon Josefsson  <jas@extundo.com>
19673
19674         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19675         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19676         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19677         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19678         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19679         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19680         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19681         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19682         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19683         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19684         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19685         string-xor into ntlm-string-xor.
19686         Suggested by Jesper Harder <harder@myrealbox.com>.
19687
19688         * ntlm.el: Don't include poem.
19689
19690         * md4.el (print-int32, print-string-hexa): Remove.
19691         Suggested by Jesper Harder <harder@myrealbox.com>.
19692
19693         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19694
19695         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19696         probably breaks emacs with DL patch, but do we care? Is anyone
19697         still using the DL stuff?)
19698
19699         * sieve-manage.el: Use the password package.
19700         (sieve-manage-read-passwd): Remove.
19701         (sieve-manage-interactive-login): Use password.  Re-add
19702         condition-case around loop.
19703
19704         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19705         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19706         Use the password package.
19707
19708 2003-02-19  Simon Josefsson  <jas@extundo.com>
19709
19710         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19711         token.
19712
19713 2002-08-07  Simon Josefsson  <jas@extundo.com>
19714
19715         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19716         (sieve-manage-authenticators):
19717         (sieve-manage-authenticator-alist): Add some SASL mechs.
19718         (sieve-sasl-auth): New function.
19719         (sieve-manage-cram-md5-auth):
19720         (sieve-manage-plain-auth): Rewrite using SASL library.
19721         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19722         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19723         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19724         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19725
19726 2004-01-05  Simon Josefsson  <jas@extundo.com>
19727
19728         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19729         New files.
19730
19731 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19732
19733         * gnus-group.el (gnus-no-groups-message): Update.
19734
19735         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19736
19737 2003-11-09  Simon Josefsson  <jas@extundo.com>
19738
19739         * imap.el: Support for ID IMAP extension (RFC 2971).
19740         (imap-local-variables): Add imap-id.
19741         (imap-id): New variable.
19742         (imap-id): New function.
19743         (imap-parse-response): Parse untagged ID response.
19744         * nnimap.el (nnimap-id): New variable.
19745         (nnimap-open-connection): Use it.
19746
19747 2003-12-28  Simon Josefsson  <jas@extundo.com>
19748
19749         * gnus-score.el (gnus-score-edit-all-score): New.
19750         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19751
19752 2004-01-04  Simon Josefsson  <jas@extundo.com>
19753
19754         * password.el: Add.
19755
19756 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19757
19758         * dns.el (dns-query-types): Fix typo.
19759         (dns-query-types): New function.
19760         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19761         PTR and SOA replies, see RFC 1035.
19762
19763 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19764
19765         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19766
19767         * Move to Changelog.2.
19768
19769 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19770
19771         * gnus.el (gnus-version-number): Bump version.
19772
19773 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19774
19775         * gnus.el: No Gnus v0.1 is released.
19776
19777 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19778
19779         * gnus.el: No Gnus v0.0 is released.
19780
19781 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19782
19783         * gnus.el (gnus-version-number): Bump.
19784         (gnus-version): No.
19785
19786 See ChangeLog.2 for earlier changes.
19787
19788     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19789       Free Software Foundation, Inc.
19790
19791   This file is part of GNU Emacs.
19792
19793   GNU Emacs is free software: you can redistribute it and/or modify
19794   it under the terms of the GNU General Public License as published by
19795   the Free Software Foundation, either version 3 of the License, or
19796   (at your option) any later version.
19797
19798   GNU Emacs is distributed in the hope that it will be useful,
19799   but WITHOUT ANY WARRANTY; without even the implied warranty of
19800   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19801   GNU General Public License for more details.
19802
19803   You should have received a copy of the GNU General Public License
19804   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19805
19806 ;; Local Variables:
19807 ;; coding: utf-8
19808 ;; fill-column: 79
19809 ;; add-log-time-zone-rule: t
19810 ;; End: