(shr-put-color-1): Don't overwrite old colors.
[gnus] / lisp / ChangeLog
1 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-stylesheet): New dynamic variable for cascading the
4         styles.
5         (shr-colorize-region): New function.
6         (shr-insert-background-overlay): Remove.
7         (shr-render-td): Background setting should be taken care of on a higher
8         level.
9         (shr-tag-body): Use post-hoc colorizations.
10         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
11         (shr-put-color-1): Don't overwrite old colors.
12
13         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
14         nnmail variables.
15
16 2010-12-05  Bjørn Mork  <bjorn@mork.no>
17
18         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
19         unless necessary.
20
21 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
22
23         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
24         server.
25
26 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
29         so that TAB works.
30
31         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
32         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
33
34         * shr.el (shr-urlify): Show the URL before the title to avoid
35         misleading URLs.
36
37 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
38
39         * shr.el (shr-urlify): Display the title in <a> tags.
40
41 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
42
43         * nnir.el (nnir-categorize): Replace mapcar with mapc.
44
45 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
46
47         * nnir.el: Rearrange code to allow macros to be autoloaded by
48         gnus-sum.el.
49         (nnir-retrieve-headers-override-function): Make this variable
50         customizable.
51         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
52
53         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
54         from nnir.el.
55
56 2010-12-03  Julien Danjou  <julien@danjou.info>
57
58         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
59
60 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
61
62         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
63         allow optional argument `environment'.
64
65 2010-12-03  Glenn Morris  <rgm@gnu.org>
66
67         * mm-extern.el (message-goto-body): Update declaration.
68
69 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
70
71         * gnus-util.el (gnus-macroexpand-all): New function.
72
73         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
74         instead of macroexpand-all that is unavailable in XEmacs.
75
76 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
77
78         * nnir.el (nnir-summary-line-format): New variable.
79         (nnir-mode): Use it.
80         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
81         (nnir-article-ids): Reimplement as defsubst.
82         (nnir-retrieve-headers): Don't mangle the subject header.
83         (nnir-run-imap): Use 100 as RSV score.
84         (nnir-run-find-grep): Fix for full server searching.
85         (nnir-run-gmane): Better restriction to gmane groups.
86
87         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
88         summary buffers.
89
90 2010-12-02  Julien Danjou  <julien@danjou.info>
91
92         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
93
94         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
95
96         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
97         support.
98
99 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
100
101         * nnir.el: Update to handle the registry better.
102         (autoload): Silence byte-compiler.
103         (nnir-open-server): Add a hook for nnir groups.
104         (nnir-request-move-article): Don't mangle the header. Better to use
105         formating variables (which will be added in the future).
106         (nnir-registry-action): Update the registry using the original article
107         group name.
108         (nnir-mode): Install nnir-specific hooks for updating the registry.
109
110         * gnus-sum.el
111         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
112         obsolete variables.
113         (gnus-summary-move-article): Remove use of obsolete variables.
114         (gnus-summary-local-variables): Make move and delete hooks local to
115         summary buffers.
116
117 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
118
119         * rtree.el: New file.
120
121 2010-12-01  Julien Danjou  <julien@danjou.info>
122
123         * message.el (message-user-organization): Do not use
124         gnus-local-organization.
125
126         * gnus.el: Remove gnus-local-organization.
127
128         * gnus-msg.el: Remove nastygram thing.
129
130 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
131
132         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
133         funcall.
134
135 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
138         names.
139
140         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
141         characters.
142
143         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
144         to t of inhibit-read-only since it is inside gnus-with-article-headers.
145         Suggested by Štěpán Němec <stepnem@gmail.com>.
146         (gnus-gravatar-transform-address): Use mail-extract-address-components
147         that supports non-ASCII names rather than mail-header-parse-addresses.
148
149 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * proto-stream.el (open-protocol-stream): All starttls connections are
152         handled by the network handler.
153
154 2010-11-30  Julien Danjou  <julien@danjou.info>
155
156         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
157         (nnimap-open-connection-1): Fix PREAUTH.
158
159         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
160
161 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
162
163         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
164         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
165         (shr-insert): Use them.
166         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
167
168 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
169
170         * nnir.el (nnir-request-move-article): Bail out if original group
171         doesn't support article moves.
172         (nnir-get-active): Improve active list retrieval.
173
174 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
175
176         * shr.el (shr-find-fill-point): Don't break before apostrophes.
177
178 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
179
180         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
181         seem to accept strings-with-numbers as port numbers,
182
183 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
184
185         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
186         change the registry.
187
188 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
189
190         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
191         delete-dups that is not available in XEmacs 21.4.
192
193         * mm-util.el (mm-delete-duplicates): Add comment.
194
195 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
196
197         * nnir.el (nnir-ignored-newsgroups): New variable.
198         (nnir-get-active): Use it.
199
200 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201
202         * proto-stream.el (proto-stream-open-network): Add some comments.
203
204         * nntp.el (nntp-open-connection): Provide a :success condition.
205
206         * nnimap.el (nnimap-open-connection-1): Ditto.
207
208         * proto-stream.el (proto-stream-open-network): See what the response to
209         the STARTTLS command is.
210
211         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
212         backwards compatibility).
213         (nnimap-open-connection-1): Really respect nnimap-server-port.
214
215         * proto-stream.el (proto-stream-open-network): When doing opportunistic
216         TLS upgrades we don't really care about the identity of the peer.
217         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
218         that what we've checked for.
219         (proto-stream-always-use-starttls): Only default to t if
220         open-gnutls-stream exists.
221         (proto-stream-open-network): If STARTTLS failed, then just open a
222         normal connection.
223         (proto-stream-open-network): Wait until the greeting before doing
224         STARTTLS.
225
226         * nntp.el (nntp-open-connection): Report what the connection error is.
227
228         * proto-stream.el (open-protocol-stream): Renamed from
229         open-proto-stream.
230
231 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
232
233         * nnimap.el (nnimap-stream): Change default to `undecided'.
234         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
235         first, and then network.
236         (nnimap-open-connection-1): Respect nnimap-server-port.
237         (nnimap-open-connection): Be more backwards-compatible.
238
239         * proto-stream.el (proto-stream-always-use-starttls): New variable.
240         (proto-stream-open-starttls): De-duplicate the starttls code.
241         (proto-stream-open-starttls): Folded back into the main function.
242         (proto-stream-open-network): Fix typo in the gnutls path.
243         (proto-stream-command): Refactor out.
244
245         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
246
247         * proto-stream.el (proto-stream-open-starttls): Actually implement the
248         starttls.el STARTTLS.
249
250         * color.el (color-lab->srgb): Fix function call name.
251
252         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
253         if we're using tls.el.
254         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
255         built in, then don't try to establish a STARTTLS connection.
256
257         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
258         servers.
259
260         * proto-stream.el (open-proto-stream): Use network, not stream.
261         (open-proto-stream): Add a way to specify what the end of a command is.
262
263         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
264         connections types.
265         (nntp-open-network-stream): Remove.
266         (nntp-open-ssl-stream): Remove.
267         (nntp-open-tls-stream): Remove.
268         (nntp-ssl-program): Remove.
269
270         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
271
272 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
273
274         * nnir.el: Fix typos.
275         (nnir-retrieve-headers-override-function): Rename variable to reflect
276         new semantics.
277         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
278         macros.
279         (nnir-request-article, nnir-request-move-article): Use them.
280         (nnir-categorize): New function.
281         (nnir-run-query): Use it.
282         (nnir-retrieve-headers): Rewrite to batch header retrieval.
283         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
284         sorted.
285         (nnir-group-full-name): Use gnus-group-full-name instead.
286         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
287         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
288
289 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
290
291         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
292
293         * proto-stream.el: New library to provide protocol-specific
294         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
295         protocols.
296         (open-proto-stream): Complete the documentation.
297         (proto-stream-open-network): Fix some typos.
298
299         * nnimap.el (nnimap-open-connection): Use it.
300
301 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
302
303         * pop3.el (pop3-open-server): Read server greeting before starting TLS
304         negotiation.
305
306 2010-11-26  Julien Danjou  <julien@danjou.info>
307
308         * color.el: Rename various rgb functions to srgb.
309
310 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
311
312         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
313         names.
314
315 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
316
317         * shr.el (shr-insert): Revert last change.
318         (shr-find-fill-point): Never leave point being at bol;
319         relax the kinsoku limitation when rendering tables.
320
321 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
322
323         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
324         results from -accept-article.
325
326         * shr-color.el: Require cl when compiling.
327
328         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
329         checkin.
330
331         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
332
333         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
334
335         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
336         'add and 'delete to set backend marks.
337
338         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
339
340         * nnheader.el (nnheader-update-marks-actions): Refactor out.
341
342         * nntp.el (nntp-request-set-mark): Use it.
343
344         * nnfolder.el (nnfolder-request-set-mark): Ditto.
345
346         * nnml.el (nnml-request-set-mark): Ditto.
347
348         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
349         introduces regressions in article selection.
350         (nnimap-find-uid-response): New function.
351         (nnimap-request-accept-article): Use the UID returned, if any.
352         (nnimap-request-move-article): Use the UID returned, if any.
353         (nnimap-get-groups): Reimplement to work with folded lines.
354         (nnimap-find-uid-response): The UID is the last element in the list.
355         (nnimap-request-set-mark): Extend syntax with 'set.
356
357         * nnml.el (nnml-request-set-mark): Ditto.
358
359         * nnfolder.el (nnfolder-request-set-mark): Ditto.
360
361         * nntp.el (nntp-request-set-mark): Ditto.
362
363 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
364
365         * message.el (message-called-interactively-p): A temporary macro.
366         (message-goto-body): Use it temporarily.
367
368 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
369
370         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
371         (nnimap-last-response-string): Unfold quoted lines, if they exist.
372         (nnimap-last-response-string): Fix last unfolding fix.
373
374 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
375
376         * shr.el (shr-insert): Fix the way to fold lines.
377
378 2010-11-25  Julien Danjou  <julien@danjou.info>
379
380         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
381
382         * color.el: Rename from color-lab.el
383         (color-rgb->hex): Add.
384         (color-complement): Add.
385         (color-complement-hex): Add.
386
387         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
388
389 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
390
391         * shr-color.el (shr-color-visible): Don't bug out if the colour names
392         don't exist.
393
394 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
395
396         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
397         assuming that article displaying or another mml-preview may be
398         interrupted for an error or for the like.
399
400         * shr.el (shr-get-background): Fix argument name.
401
402 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
403
404         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
405
406         * gnus-sum.el (gnus-summary-include-articles): New function.
407
408         * message.el (message-goto-body): called-interactively-p needs a
409         parameter, so use `any'.
410
411         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
412         clear marks before moving, since they're synced from the Gnus side
413         first.
414
415         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
416         (gnus-summary-move-article): Copy over all marks before moving, so that
417         IMAP doesn't think a new article has arrived.
418
419 2010-11-24  Julien Danjou  <julien@danjou.info>
420
421         * shr.el (shr-insert-background-overlay): Fix typo.
422         (shr-render-td): Copy the background before rendering.
423
424         * shr-color.el (shr-color-visible): Fix docstring.
425
426         * shr.el (shr-tag-table): Add bgcolor support.
427         (shr-render-td): Add bgcolor support.
428         (shr-get-background): Add.
429         (shr-insert-foreground-overlay): Use shr-get-background.
430
431         * message.el (message-goto-body): Use called-interactively-p.
432         (message-in-body-p): message-goto-body returns point.
433
434 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
435
436         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
437         Fixes something or other in Emacs 23, and is backwards compatible.
438
439         * message.el (message-goto-body): Remove the <#secure special-casing,
440         which is too special.
441
442         * shr.el (shr-parse-style): Drop !important from styles.
443
444 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
445
446         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
447         this function to return incorrect results when calling it with an
448         explicit article argument different from
449         (gnus-summary-article-number).
450
451 2010-11-24  Julien Danjou  <julien@danjou.info>
452
453         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
454         (shr-tag-body): Add background support.
455         (shr-descend): Add background support.
456         (shr-tag-title): Add.
457
458         * shr-color.el (shr-color-visible): Really return original background
459         if fixed.
460
461 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462
463         * shr.el (shr-color-check): Protect against non-existant colour names.
464
465 2010-11-24  Julien Danjou  <julien@danjou.info>
466
467         * color-lab.el: Require 'cl when compiling.
468
469         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
470
471         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
472         matched part.
473
474         * color-lab.el: Fix all expt calls to use float type.
475
476 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
477
478         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
479         expression to shr-color-check as is.
480
481         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
482
483         * color-lab.el: Add coding cookie.
484         (float-pi): Use eval-and-compile.
485
486         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
487         compiled for Emacsen having no `libxml-parse-html-region' support.
488
489 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * shr.el (shr-insert-color-overlay): Split stuff like
492         "#444444 !important" to find the real colour.
493         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
494         parse <font color="red"> entries.
495
496 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
497
498         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
499         point when parsing headers.
500
501         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
502         is positioned properly when parsing headers.
503
504 2010-11-23  Julien Danjou  <julien@danjou.info>
505
506         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
507
508         * shr-color.el (shr-color->hexadecimal): Add support for color names.
509
510         * shr.el (shr-parse-style): Replace \n with space in style parsing.
511
512         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
513         shr-color-hue-to-rgb.
514         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
515
516 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
517
518         * shr.el (shr-color->hexadecimal): Autoload.
519         (shr-descend): Add color to all tags.
520
521 2010-11-22  Julien Danjou  <julien@danjou.info>
522
523         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
524         shr-color->hexadecimal.
525
526         * shr-color.el (shr-color->hexadecimal): Add converting functions for
527         RGB() or HSL() color representation.
528
529         * shr.el (shr-tag-font): Add.
530         (shr-tag-color-check): New function to get better colors.
531         (shr-tag-insert-color-overlay): Factorize code between tag-font and
532         tag-span.
533
534         * shr-color.el: New file.
535
536         * color-lab.el: New file.
537
538         * gnus-art.el (gnus-url-mailto): Do not downcase args.
539
540 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
541
542         * nnir.el: Fix typo in comments.
543         (nnir-run-imap): Simplify code. No need to reverse artlist.
544         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
545
546 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
547
548         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
549
550         * nnimap.el (nnimap-get-capabilities): Refactor out.
551         (nnimap-open-connection): Re-request capabilities after STARTTLS.
552
553 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
554
555         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
556         appearing when `mm-uu-hide-markers' is nil.
557
558 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * nnimap.el (nnimap-unselect-group): Make into its own function.
561         (nnimap-request-rename-group): Unselect group before renaming.
562         This had gotten lost somewhere.
563         (nnimap-request-accept-article): Keep track of examined groups, and
564         unselect the group before APPENDing to read-only groups.
565         (nnimap-request-move-article): Clear flags before moving so that they
566         can be re-set later.
567
568 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
569
570         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
571         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
572
573 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * gnus-art.el (gnus-mime-display-single)
576         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
577         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
578         parameter.
579
580 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581
582         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
583         (shr-table-vertical-line): New variable.
584         (shr-insert-table): Use it.
585
586 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
587
588         * gnus-html.el (gnus-html-wash-images): Don't display images if
589         gnus-inhibit-images is non-nil; register displayer for cid images.
590         (gnus-html-display-image): Work for cid image.
591         (gnus-html-insert-image): Allow arguments.
592         (gnus-html-put-image): Inhibit read-only.
593         (gnus-html-prefetch-images): Don't prefetch images if
594         gnus-inhibit-images is non-nil.
595
596 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
597
598         * shr.el (shr-put-image): Break lines when inserting big pictures.
599
600 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
601
602         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
603         sender, thanks Katsumi Yamaoka.
604
605 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
606
607         * nnir.el (nnir-run-imap): Reverse the article list for each group
608         rather than the whole list.
609
610 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
611
612         * shr.el (shr-image-displayer): Protect function against non-existent
613         image source.
614
615         * gnus-art.el (gnus-inhibit-images): New user option.
616         (gnus-mime-display-single): Don't display image if it is non-nil.
617
618         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
619         gnus-inhibit-images.
620
621         * shr.el (shr-image-displayer): New function.
622         (shr-tag-img): Use it.
623
624 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
625
626         * mml2015.el (mml2015-epg-sign): Use From header.
627
628 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
629
630         * gnus-html.el (gnus-html-wash-images): Register a displayer.
631
632         * gnus-util.el (gnus-find-text-property-region): Return markers.
633
634         * shr.el (shr-tag-img): Put a displayer in the text property.
635
636         * gnus-util.el (gnus-find-text-property-region): New utility function.
637
638         * gnus-html.el (gnus-html-display-image): Make the alt optional.
639         (gnus-html-show-images): Remove.
640
641         * gnus-art.el (gnus-article-show-images): New, more general function.
642
643         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
644         image url text properties.
645
646         * shr.el: Ditto.
647
648         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
649         gnus-agent-auto-agentize-methods is set.  Which it isn't.
650
651 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
652
653         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
654         work for two or more articles.
655
656 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
657
658         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
659         divide an image that's in an html article to two or more when washing
660         non-ASCII characters in alt text of it.
661
662 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
663
664         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
665         smime-decrypt-region using function argument.
666         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
667
668         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
669
670         * smime.el (smime-decrypt-region): Catch it.
671
672 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
673
674         * smime.el (smime-mode-map): Move initialization into declaration.
675         (gnus-run-mode-hooks): Don't autoload.
676         (smime-mode): Use define-derived-mode.
677
678 2010-11-11  Glenn Morris  <rgm@gnu.org>
679
680         * smime.el (from): Restrict declaration to XEmacs.
681
682         * nnir.el (gnus-group-topic-name): Autoload.
683
684 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
685
686         * shr.el (shr-insert): Don't break long line if it is because of
687         kinsoku-bol characters in the line end.
688
689 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
690
691         * nnir.el (nnir-request-move-article): Fix to provide original group
692         and subject.
693         (nnir-warp-to-article): Don't fail on articles whose headers haven't
694         been retrieved.
695
696         * gnus-sum.el (gnus-summary-move-article): Use original group and
697         subject for virtual articles such as those in an nnir summary buffer.
698
699 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
700
701         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
702         least 21.5).
703
704         * smime.el (from): Declare it again for XEmacs.
705
706 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
707
708         * message.el (message-resend): Don't disable encoding unless it's
709         already encoded.
710
711         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
712         low-numbered articles.
713
714 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
715
716         * rfc2047.el (rfc2047-syntax-table): Simplify.
717
718         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
719
720         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
721         set-char-table-range for XEmacs.
722
723 2010-11-10  Glenn Morris  <rgm@gnu.org>
724
725         * time-date.el (time-to-seconds): Always an alias on Emacs,
726         never a real function.
727         (with-no-warnings): Remove compat stub, now unused.
728         (time-less-p): Doc fix.
729         (time-to-number-of-days): Simplify.
730
731         * smime.el (from): Remove unused declaration.
732
733         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
734         (gnus-float-time): On Emacs, always an alias.
735
736         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
737         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
738
739 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * dgnushack.el: Don't use ignore-errors in the top level form since it
742         is unavailable in XEmacs even if cl is loaded.
743
744         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
745
746 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * shr.el (browse-url-mailto): Autoload.
749
750         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
751
752         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
753         regexp doesn't need quoting.
754
755 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
756
757         * message.el (message-subject-trailing-was-ask-regexp)
758         (message-subject-trailing-was-regexp): Match was: in addition to was.
759
760 2010-11-09  Glenn Morris  <rgm@gnu.org>
761
762         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
763         (nnbabyl-check-mbox): Use point-at-bol.
764
765 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
766
767         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
768
769         * message.el (message-mailto): New function.
770         (message-mailto): Should accept other parameters.
771         (message-mailto): Remove since it duplicates browse-url-mailto
772         functionality.
773
774 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
775
776         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
777         methods.
778         (gnus-read-active-file): Ditto.
779
780         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
781         ": " from the prompt.
782         (gnus-group-make-group): Ditto.
783
784 2010-11-07  Glenn Morris  <rgm@gnu.org>
785
786         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
787         (gnus-bookmark-kill-line): Use point-at-eol.
788
789 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
792         asterisks in From header.
793
794 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
795
796         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
797         string to avoid making the From headers syntactically invalid.
798
799         * message.el (message-send-mail): Don't insert courtesy messages if the
800         message already has List-Post and List-ID messages.
801
802 2010-11-06  Glenn Morris  <rgm@gnu.org>
803
804         * gnus-art.el (gnus-treat-article): Give dynamic local variables
805         `condition', `type', `length' a prefix.
806         (gnus-treat-predicate): Update for above name changes.
807
808 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
809
810         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
811         binding.  Handled by `gnus-summary-refer-thread' instead.
812         (nnir-warp-to-article): New backend function.
813
814         * nnimap.el (nnimap-request-thread): Force dependency updating.
815
816         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
817         (gnus-summary-refer-thread): Rework to improve thread-referral.
818
819         * gnus-int.el (gnus-warp-to-article): New function.
820
821         * gnus-sum.el (gnus-summary-article-map): Bind it.
822
823 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
824
825         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
826         gnus-summary-refer-thread.
827
828         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
829         headers.
830         (gnus-summary-limit-include-thread): Prevent articles in thread from
831         being cut in gnus-cut-threads.
832         (gnus-summary-refer-thread): Limit retrieved headers to those in
833         thread.
834
835 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836
837         * message.el (message-send-mail): Use the value of
838         message-courtesy-message from the message buffer.
839
840         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
841
842         * shr.el (shr-browse-url): Implement mailto: URLs.
843
844         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
845         "raw".
846
847         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
848         if it's already selected.
849
850         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
851
852 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
855         to measure the length and truncate alt text.
856
857 2010-11-03  Glenn Morris  <rgm@gnu.org>
858
859         * nndiary.el (nndiary-generate-nov-databases-1)
860         (nndiary-generate-active-info): Rename dynamic variable `files' to
861         something less generic.
862
863 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
864
865         * nnir.el (nnir-request-move-article): Call the underlying backend to
866         move articles from nnir.
867
868 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869
870         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
871
872 2010-11-02  Julien Danjou  <julien@danjou.info>
873
874         * nnir.el: Remove wais support.
875
876 2010-11-02  Glenn Morris  <rgm@gnu.org>
877
878         * gnus-html.el: Reorder requirements to quieten compiler.
879
880 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
881
882         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
883         properly for XEmacs as well.
884         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
885         (gnus-article-natural-long-line-p): Use window-width rather than
886         frame-width.
887
888 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
889
890         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
891         (nnir-read-parms): Don't modify query.
892         (nnir-run-query): Add ability to search topic on current line.
893         (nnir-get-active): Clean up.
894
895 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
896
897         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
898         degenerate articles.
899
900         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
901         (gnus-print-buffer): Just print the buffer as is, without any copying
902         to a buffer and then re-highlighting.
903
904         * nnimap.el (nnimap-request-group): Store the new updated info.
905         (nnimap-request-group): Select the group when we don't know whether it
906         exists or not.
907
908         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
909         groups.
910
911         * gnus-group.el (gnus-group-find-new-groups): Display all the new
912         groups.
913
914         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
915         groups.
916
917         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
918         long-lines case by only filling the long lines.
919
920         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
921         (bug #7311).
922
923 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
924
925         * shr.el: No need to declare `declare-function' since shr.el is for
926         only Emacsen that provide `libxml-parse-html-region'.
927
928         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
929         effective only in a file it is referred to.
930
931 2010-11-01  Glenn Morris  <rgm@gnu.org>
932
933         * mm-util.el (gnus-completing-read): Autoload.
934         (mm-read-coding-system): Simplify Emacs definition.
935
936         * nnmail.el (gnus-activate-group):
937         * nnimap.el (gnutls-negotiate):
938         * nntp.el (netrc-parse): Fix declarations.
939
940 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
943         string-match-p in Emacs >=23.
944
945         * gnus-msg.el (gnus-configure-posting-styles)
946         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
947
948 2010-11-01  Glenn Morris  <rgm@gnu.org>
949
950         * nnir.el (declare-function): Add compat stub.
951         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
952         (nnir-run-gmane): Require 'mm-url.
953
954         * mm-util.el (mm-string-to-multibyte): Simplify.
955
956         * shr.el (declare-function): Add compat stub.
957         (url-cache-create-filename): Declare.
958         (mm-disable-multibyte, widget-convert-button): Autoload.
959
960         * smime.el (ldap-search): Declare.
961         (smime-cert-by-ldap-1): Require ldap on Emacs.
962
963         * nnimap.el: Require nnmail, and gnus-sum when compiling.
964         (nnimap-keepalive): Use gnus-float-time.
965
966         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
967         (mail-source-delete-crash-box): Use gnus-float-time.
968
969         * gnus-dired.el (gnus-completing-read): Autoload.
970
971         * mm-view.el (gnus-rescale-image): Autoload.
972
973         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
974
975         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
976
977         * sieve-manage.el: Require 'cl when compiling.
978
979         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
980         (gnus-iswitchb-completing-read): Require iswitchb.
981         (gnus-select-frame-set-input-focus): Silence compiler.
982
983 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * message.el (message-subject-trailing-was-query): Change default to t,
986         since I think that's what most people want.
987
988         * nnimap.el (nnimap-request-accept-article): Erase buffer before
989         appending for easier debugging.
990         (nnimap-wait-for-connection): Take a regexp.
991         (nnimap-request-accept-article): Wait for the continuation line before
992         sending anything unless we're streaming.
993
994         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
995         leave the header washing to take place.
996
997 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
998
999         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1000         regular expression match and replace in posting styles.
1001
1002 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1003
1004         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1005         an entire server.
1006         (nnir-get-active): New function.
1007         (nnir-run-imap): Use it.
1008         (nnir-run-gmane): Who knew, gmane search returns an article score!
1009
1010         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1011         server on the current line with nnir.
1012
1013 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014
1015         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1016         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1017         left edge.
1018         (gnus-article-foldable-buffer): Skip past the prefix when determining
1019         raggedness.
1020
1021         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1022         the raw article, and change `C-u g' to show the article without doing
1023         treatments.
1024
1025         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1026         on to `gnus-treat-article'.
1027         (gnus-inhibit-article-treatments): New variable.
1028
1029         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1030
1031         * gnus-art.el (gnus-treatment-function-alist): Have
1032         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1033         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1034         sections.
1035
1036         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1037         parameter.
1038         (gnus-article-fill-cited-long-lines): New function.
1039         (gnus-article-fill-cited-article): Allow filling only long sections.
1040
1041         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1042         and non-punctuation (like after the apostrophe in "'We").
1043
1044         * gnus-sum.el (gnus-summary-select-article): Make sure
1045         gnus-original-article-buffer is alive.
1046
1047         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1048         reflect the order they're in in the digest.
1049
1050         * gnus.el (gnus-group-startup-message): Move point to the start of the
1051         buffer.
1052
1053         * nnimap.el (nnimap-capability): New function.
1054         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1055         is set.
1056
1057 2010-10-31  David Engster  <dengste@eml.cc>
1058
1059         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1060         conform with changes to gnus-completing-read.
1061
1062 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1065
1066 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1067
1068         * nnir.el: Move defvar, defcustom around to keep file organized
1069         and keep byte-compiler quiet.
1070         (nnir-read-parms): Accept search-engine as arg.
1071         (nnir-run-query): Pass search-engine as arg.
1072         (nnir-search-engine): Remove.
1073
1074 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1075
1076         * shr.el (shr-generic): The text nodes should be text, not :text.
1077
1078         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1079         later in the file.
1080
1081 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1082
1083         * nnir.el: General clean up.  Allow searching with multiple engines.
1084         Allow separate extra-parameters for each engine.
1085         Batch queries when possible.
1086         (nnir-imap-default-search-key,nnir-method-default-engines):
1087         Add customize interface.
1088         (nnir-run-gmane): New engine.
1089         (nnir-engines): Use it.  Qualify all prompts with engine name.
1090         (nnir-search-engine): Remove global variable.
1091         (nnir-run-hyrex): Restore for now.
1092         (nnir-extra-parms,nnir-search-history): New variables.
1093         (gnus-group-make-nnir-group): Use them.
1094         (nnir-group-server): Remove in favor of gnus-group-server.
1095         (nnir-request-group): Avoid searching twice.
1096         (nnir-sort-groups-by-server): New function.
1097
1098 2010-10-30  Julien Danjou  <julien@danjou.info>
1099
1100         * gnus-group.el: Remove gnus-group-fetch-control.
1101
1102         * gnus-start.el (gnus-find-new-newsgroups):
1103         Remove gnus-check-first-time-used.
1104
1105         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1106
1107 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1108
1109         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1110         set on groups that don't have \* permanentflags.
1111
1112 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1113
1114         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1115         control the background color.
1116         (shr-tag-img): Ignore very small web bug type images.
1117         (shr-put-image): Add help-echo alt texts to the images.
1118         (shr-tag-video): Show the video poster image.
1119
1120 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1121
1122         * shr.el (shr-table-depth): New variable.
1123         (shr-tag-table-1): Only insert the images after the top-level table.
1124
1125         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1126
1127         * gnus-util.el (gnus-list-memq-of-list): New function.
1128
1129         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1130         selected.
1131         (nnimap-unsplittable-articles): New slot.
1132         (nnimap-new-articles): Use it.
1133
1134 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1135
1136         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1137         move to the previous line on `M-g'.
1138
1139 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1142         *-request-group, which seems unnecessary.
1143
1144         * nnimap.el (nnimap-quote-specials): Function copied over from
1145         imap.el.
1146         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1147         they support that.  Suggested by Tom Regner.
1148
1149 2010-10-29  Julien Danjou  <julien@danjou.info>
1150
1151         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1152         defalias.
1153         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1154
1155         * gnus.el: Remove `gnus-nntp-service' variable.
1156         (gnus-secondary-servers): Make obsolete.
1157         (gnus-nntp-server): Make obsolete.
1158
1159         * gnus-start.el (gnus-1): Remove x-splash calls.
1160
1161         * gnus-ems.el (gnus-x-splash): Remove.
1162
1163         * gnus.el (gnus-group-startup-message): Simplify/update code.
1164
1165         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1166         definition.
1167
1168         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1169         capability before doing anything.
1170         (gnus-group-insert-group-line): Remove useless
1171         gnus-group-remove-excess-properties.
1172
1173 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1174
1175         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1176
1177 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1178
1179         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1180         config after reselecting.
1181
1182 2010-10-28  Julien Danjou  <julien@danjou.info>
1183
1184         * shr.el (shr-put-image): Use point even if only inserting text.
1185         (shr-put-image): Save excursion when inserting alt text on non-graphic
1186         display, so the behaviour is the same when we are on a graphic display.
1187
1188         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1189
1190 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1193         (gnus-mime-copy-part): Check coding system, not charset.
1194         (gnus-mime-view-part-externally): Never remove part.
1195         (gnus-mime-view-part-internally): Don't remove part here.
1196         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1197         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1198         multipart/alternative.
1199
1200         * mm-decode.el (mm-display-part): Take optional arg `force'.
1201
1202 2010-10-26  Julien Danjou  <julien@danjou.info>
1203
1204         * gnus-group.el (gnus-group-default-list-level): Add this function to
1205         compute the default list level.
1206         (gnus-group-default-list-level): Add possibility to use a function.
1207
1208 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1211
1212         * gnus-group.el (gnus-group-completing-read)
1213         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1214         gnus-replace-in-string.
1215
1216 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1217
1218         * shr.el (shr-tag-div): Add.
1219
1220         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1221
1222 2010-10-25  Julien Danjou  <julien@danjou.info>
1223
1224         * gnus-util.el: Remove `gnus-with-local-quit'.
1225
1226         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1227
1228 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1231         the original article buffer.
1232
1233 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1234
1235         * nnimap.el (nnimap-request-head): New function.
1236         (nnimap-request-move-article): Try to be slighly faster by not
1237         requesting the entire message when moving.
1238         (nnimap-transform-headers): Don't bug out on bodiless articles.
1239         (nnimap-send-command): Have no outstanding messages if the IMAP server
1240         doesn't support streaming.
1241         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1242
1243 2010-10-24  Julien Danjou  <julien@danjou.info>
1244
1245         * message.el (message-default-headers): Fix type.
1246
1247 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1248
1249         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1250         prefetching images.
1251
1252         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1253         backend for unknown groups.  This is mainly useful for nnimap groups.
1254
1255         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1256         group isn't covered by the agent.
1257
1258 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1259
1260         * nnir.el (nnir-method-default-engines): New variable.
1261         (nnir-run-query): Use it.
1262         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1263         (gnus-summary-nnir-goto-thread): Change group if needed.
1264
1265         * gnus-group.el (gnus-group-group-map): Add key binding for
1266         gnus-group-make-nnir-group.
1267
1268 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269
1270         * shr.el (shr-tag-object): Add.
1271
1272         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1273         original article buffer live.
1274         (gnus-summary-select-article-buffer):
1275         Mention gnus-widen-article-buffer.
1276
1277 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1278
1279         * shr.el (shr-tag-strong): Add.
1280
1281 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1282
1283         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1284         group names.  They mess up the group buffer badly.
1285
1286         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1287
1288         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1289         instead of the summary one.
1290
1291 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1292
1293         * mml.el (mml-preview): Work properly when editing article.
1294
1295         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1296         gnus-have-read-active-file if it's already been in.
1297
1298 2010-10-22  Tom Tromey  <tromey@redhat.com>
1299
1300         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1301         gnus-group-completing-read.
1302
1303 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1304
1305         * message.el (message-mode-map): Don't bind M-; to comment region, to
1306         allow the global comment-dwim to work.
1307
1308 2010-10-21  Julien Danjou  <julien@danjou.info>
1309
1310         * message.el (message-setup-1): Allow message-default-headers to be a
1311         function.
1312
1313 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * shr.el (shr-tag-table): Simplify.
1316
1317 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1318
1319         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1320         to avoid trying to snarf invalid stuff.
1321
1322         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1323
1324         * gnus.el (gnus-message-archive-group): Quote value.
1325         (gnus-message-archive-group): Mark as changed.
1326
1327         * shr.el (shr-add-font): Don't put the font properties on the newline
1328         or the indentation.
1329
1330         * message.el (message-fix-before-sending): Change options when sending
1331         non-printable characters.
1332
1333         * gnus.el (gnus-message-archive-method): Change the default to
1334         monthly outgoing groups.
1335
1336         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1337         that have gotten new numbers.
1338
1339         * nnimap.el (nnimap-request-replace-article): New function.
1340
1341 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1342
1343         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1344         (nnrss-request-article): Don't use special html washing code.
1345
1346 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1347
1348         * shr.el (shr-tag-table): Remove useless nconc.
1349
1350 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1351
1352         * gnus-art.el (article-wash-html): Simplify and remove the charset
1353         stuff.  Use the normal html rendering code instead of the special html
1354         washing code.
1355
1356         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1357         `gnus-w3m' symbols.
1358         (mm-text-html-washer-alist): Remove.
1359
1360         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1361         (mm-inline-media-tests): Remove use.
1362         (mm-text-html-renderer): Change default to the `shr' symbol.
1363
1364         * mm-view.el (mm-inline-text-html): Remove use.
1365
1366         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1367         `gnus-blocked-images' to be a function.
1368         (gnus-article-wash-function): Remove.
1369
1370 2010-10-20  Julien Danjou  <julien@danjou.info>
1371
1372         * spam.el (spam-list-of-processors): Mark as obsolete.
1373
1374         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1375         (nnimap-insert-partial-structure): Fix boundary detection.
1376
1377 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1378
1379         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1380         run file-truename on remote files.  This can be expensive and even
1381         prevent one from editing drafts if some unrelated buffer has a stale
1382         connection.
1383
1384 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1387         kinsoku-eol regardless of shr-kinsoku-shorten.
1388         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1389         (shr-tag-table): Support caption, thead, and tfoot.
1390
1391 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1392
1393         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1394         lines.
1395         (shr-save-contents): New command and keystroke.
1396
1397         * nndoc.el (nndoc-type-alist): Add git support.
1398         (nndoc-git-type-p): New function.
1399         (nndoc-transform-git-article): Ditto.
1400         (nndoc-transform-git-headers): Ditto.
1401         (nndoc-transform-git-headers): Generate Subject headers.
1402
1403         * shr.el (shr-parse-style): New function.
1404         (shr-tag-span): Ditto.
1405
1406         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1407         to `G G' to avoid collisions.
1408
1409 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1410
1411         * shr.el: Load kinsoku if necessary.
1412         (shr-kinsoku-shorten): New internal variable.
1413         (shr-find-fill-point): Make kinsoku shorten text line if
1414         shr-kinsoku-shorten is bound to non-nil.
1415         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1416         shr-indentation too when testing if table is wider than frame width.
1417         (shr-insert-table): Use `string-width' instead of `length' to measure
1418         text width.
1419         (shr-insert-table-ruler): Make sure indentation is done at bol.
1420
1421 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1422
1423         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1424         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1425         undecoded network data.
1426
1427 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1428
1429         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1430         name in the mode line spec so that the mode line menu works
1431         (bug #2431).
1432
1433         * message.el (message-get-reply-headers): If we're fed `to-address',
1434         then always use that.
1435
1436         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1437         aren't so wide as to need to switch off the edit menu.
1438
1439         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1440         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1441
1442         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1443         `M-g'.
1444         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1445         the permanent marks.
1446
1447 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1448
1449         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1450         Splitting according to references/in-reply-to obeys the ignore-groups
1451         variable, while splitting by sender and subject do not.
1452
1453 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1454
1455         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1456         alist, so that we can look for non-Unicode chars.
1457         (article-translate-strings): Allow both character and string maps.
1458
1459 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * shr.el (shr-insert): Don't insert space behind a wide character
1462         categorized as kinsoku-bol, or between characters both categorized as
1463         nospace.
1464
1465 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1466
1467         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1468         headers to gnus-newsgroup-headers.
1469
1470 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1471
1472         * shr.el (shr-tag-img): Don't align images -- since we're not
1473         rescaling, this often leads to ugly displays.
1474
1475 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1476
1477         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1478         duplicates.
1479
1480 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1481
1482         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1483         call.
1484
1485 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1486
1487         * gnus.el: Autoload gnus-html-show-images.
1488
1489         * nnimap.el: Use nnheader-message throughout.
1490
1491         * shr.el (shr-tag-img): Ignore images with no data.
1492
1493 2010-10-15  Julien Danjou  <julien@danjou.info>
1494
1495         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1496         a possibility to disable format=flow encoding when using hard newlines.
1497
1498 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * shr.el (shr-insert): Remove space inserted before or after a
1501         breakable character or at the beginning or the end of a line.
1502         (shr-find-fill-point): Do kinsoku; find the second best point or give
1503         it up if there's no breakable point.
1504
1505 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1506
1507         * nnimap.el (nnimap-open-connection): Message when opening connection
1508         for debugging purposes.
1509
1510         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1511         on every setup buffer call to allow this to change from article to
1512         article.
1513
1514         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1515         buffers where we have a wide table.
1516
1517 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1518
1519         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1520         uses *-request-thread.
1521
1522 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1523
1524         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1525         incantation, which is no longer valid.
1526
1527 2010-10-14  Julien Danjou  <julien@danjou.info>
1528
1529         * shr.el: Fix defcustom type (char -> character).
1530
1531 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1532
1533         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1534         programs.
1535
1536 2010-10-14  Julien Danjou  <julien@danjou.info>
1537
1538         * shr.el (shr-tag-a): Use url-link as widget type.
1539
1540         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1541         `gnus-group-get-icon'.
1542
1543 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1544
1545         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1546         This should make server editing work better.
1547
1548         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1549
1550         * tls.el (tls-program): Remove spurious %s from openssl.
1551
1552         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1553         (nnimap-parse-flags): Fix regexp.
1554
1555         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1556         probably work for CJVK text, too.
1557
1558         * nnimap.el (nnimap-extend-tls-programs): Remove.
1559         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1560
1561         * tls.el (tls-starttls-switches): Remove starttls hack.
1562         (open-tls-stream): Ditto.
1563         (tls-find-starttls-argument): Ditto.
1564
1565 2010-10-13  Julien Danjou  <julien@danjou.info>
1566
1567         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1568         responses.
1569
1570 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1571
1572         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1573
1574         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1575         anything in Emacs.
1576
1577         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1578
1579 2010-10-13  Julien Danjou  <julien@danjou.info>
1580
1581         * shr.el (shr-width): Make shr-width a defcustom with default to
1582         fill-column.
1583         (shr-tag-img): Use shr-width rather than fill-column.
1584
1585 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1586
1587         * dgnushack.el (byte-optimize-apply)
1588         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1589
1590         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1591         position when (X-)Faces exist.
1592         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1593         avatars when called interactively.
1594
1595 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1596
1597         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1598         gnus-article-x-face-too-ugly is bound.
1599
1600 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1601
1602         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1603
1604         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1605         mailbox that doesn't exist.
1606
1607 2010-10-12  Julien Danjou  <julien@danjou.info>
1608
1609         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1610         (shr-get-image-data): Encode URL properly when fetching from cache.
1611         (shr-tag-img): Use aligned-to spaces to align correctly images.
1612
1613         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1614         before inserting the Gravatar.
1615
1616         * shr.el (shr-tag-img): Add align attribute support for <img>.
1617
1618 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1619
1620         * gnus-gravatar.el (gnus-art): Require.
1621
1622         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1623         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1624         Remove long obsoleted functions.
1625
1626 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1627
1628         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1629
1630         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1631
1632         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1633         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1634         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1635         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1636         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1637         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1638         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1639
1640 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1641
1642         * nnimap.el (nnimap-request-rename-group): Select group read-only
1643         before renaming it.
1644
1645         * shr.el (shr-insert): Fix up the white space only regexp.
1646
1647         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1648         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1649
1650         * shr.el (shr-current-column): New function.
1651         (shr-find-fill-point): New function.
1652
1653 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1654
1655         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1656         numbers.
1657
1658 2010-10-11  Julien Danjou  <julien@danjou.info>
1659
1660         * shr.el (shr-hr-line): Add.
1661         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1662         display hr lines.
1663         (shr-max-columns): Do not change state to nil if we just inserting
1664         spaces.
1665
1666 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1669         select the last group.
1670
1671 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1672
1673         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1674
1675 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1676
1677         * dig.el (dig-mode-map): Declare and define in one step.
1678
1679 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1680
1681         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1682         for Gnus.
1683         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1684         (nnimap-update-qresync-info): Mark \Seen articles as read.
1685
1686         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1687         non-variable, too.
1688
1689         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1690         available.
1691         (nnimap-update-info): Rely more on the current active than the param
1692         active to avoid marking articles as read too much.
1693
1694         * auth-source.el (auth-source-create): Use (user-login-name) for the
1695         user name default.
1696
1697         * nnimap.el (nnimap-update-info): If the server doesn't return any
1698         useful info, just use the previous info.
1699         (nnimap-update-info): Prefer old info over start-article.
1700         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1701
1702 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1703
1704         * nnir.el (autoload): Clean up autoloads.
1705         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1706         Use key rather than value.
1707         (nnir-imap-search-other): New variable.
1708         (nnir-read-parm): Use it.
1709         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1710         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1711
1712 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1713
1714         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1715         the process, too.
1716
1717 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1718
1719         * spam.el (gnus-summary-mode-map): Bind to "$".
1720         Suggested by Russ Allbery.
1721
1722         * shr.el: Rework the way things are indented by <li> slightly.
1723
1724         * gnus.el (gnus-group-set-parameter): Fix typo.
1725
1726         * nnimap.el: Start implementing QRESYNC support.
1727
1728 2010-10-09  Julien Danjou  <julien@danjou.info>
1729
1730         * nnir.el (nnir-engines): Fix too many arguments.
1731
1732 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1733
1734         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1735         group is the "last", so that the backends like nnfolder actually save
1736         their folders.
1737
1738         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1739         try to use that for the tls stream.
1740         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1741         UIDVALIDITY and find out which groups are read-only and not.
1742         (nnimap-get-flags): Use the same marks parsing code as the rest of
1743         nnimap.
1744
1745 2010-10-09  Julien Danjou  <julien@danjou.info>
1746
1747         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1748
1749         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1750         retrieving gravatars.
1751
1752         * shr.el (shr-table-corner): Add.
1753         (shr-table-line): Add.
1754         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1755
1756 2010-10-08  Julien Danjou  <julien@danjou.info>
1757
1758         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1759
1760 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1761
1762         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1763
1764         * gnus-sum.el (gnus-mark-article-as-unread)
1765         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1766         (gnus-summary-set-bookmark): Use it.
1767
1768         * gnus-msg.el (gnus-setup-message): Use it.
1769
1770         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1771
1772         * gnus.el (gnus-group-remove-parameter): Use it.
1773
1774         * gnus-group.el (gnus-group-make-web-group): Use it.
1775
1776         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1777
1778         * nnregistry.el: Update docs to mention manual.
1779
1780         * gnus-registry.el: Update docs to mention nnregistry.el.
1781         (gnus-registry-initialize): Don't install nnregistry refer method
1782         automatically.
1783         (gnus-registry-install-nnregistry): Remove it.
1784
1785 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1786
1787         * shr.el (shr-insert): Don't insert double spaces.
1788
1789 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1790
1791         * gnus-gravatar.el (gnus-treat-from-gravatar)
1792         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1793         called interactively.
1794
1795         * gnus-art.el (gnus-mime-view-part-externally)
1796         (gnus-mime-view-part-internally): Make predicate function passed to
1797         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1798         of a mime type.
1799
1800         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1801
1802 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1803
1804         * shr.el (require): Require cl when compiling.
1805         (shr-tag-hr): New function.
1806
1807         * nnimap.el (nnimap-update-info): Remove double setting of high.
1808         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1809         This makes nnimap work properly on Courier again.
1810
1811         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1812         the variable for backwards compatability.
1813
1814         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1815         the file name before using to avoid setting mm-default-directory to
1816         nil.
1817
1818         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1819         bidning gnus-agent variables.
1820
1821         * shr.el (shr-render-td): Use a cache for the table rendering function
1822         to avoid getting an exponential rendering behaviour in nested tables.
1823         (shr-insert): Rework the line-breaking algorithm.
1824         (shr-insert): Don't leave trailing spaces.
1825         (shr-insert-table): Also insert empty TDs.
1826         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1827
1828 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1829
1830         * gnus-sum.el (gnus-number): Rename from `number'.
1831         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1832         (gnus-summary-limit-children): Update uses correspondingly.
1833
1834 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1837         (gnus-gravatar-transform-address): Don't show avatars of people of
1838         which mail addresses match gnus-gravatar-too-ugly.
1839
1840 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1841
1842         * shr.el (shr-table-widths): Expand TD elements to fill available
1843         space.
1844
1845 2010-10-07  Julien Danjou  <julien@danjou.info>
1846
1847         * nnimap.el (nnimap-request-rename-group): Add this method.
1848
1849 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1850
1851         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1852         name from XEmacs' function-arglist.
1853
1854         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1855         gravatar under XEmacs.
1856
1857 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1858
1859         * auth-source.el: Update docs with TODO items.
1860
1861         * gnus-sync.el: Update docs to explain state and plans.
1862
1863         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1864         Hooks for mark updates.
1865         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1866
1867         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1868         hooks with arguments, which is needed for mark update hooks.
1869
1870 2010-10-06  Julien Danjou  <julien@danjou.info>
1871
1872         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1873         was matched.
1874
1875         * sieve-manage.el: Update example in `Commentary'.
1876
1877         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1878
1879         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1880         not 2000.
1881         (sieve-manage-authenticate): Re-add function.
1882
1883 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1884
1885         * shr.el (shr-insert): Get 'space transition right.
1886         (shr-render-td): Only delete space at the end of the TD.
1887
1888         * nnimap.el (nnimap-open-connection): Prepare to support
1889         open-gnutls-stream.
1890
1891         * shr.el: Rearrange function order to be more logical.
1892
1893 2010-10-06  Julien Danjou  <julien@danjou.info>
1894
1895         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1896         (nnrss-discover-feed): Remove 404 URL in docstring.
1897
1898         * nnir.el: Fix Swish-E URL.
1899         Fix Namazu URL.
1900
1901         * message.el (message-change-subject): Remove 404 URL in a comment.
1902
1903 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1904
1905         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1906         called interactively.
1907
1908         * gnus-util.el (gnus-remove-if): Allow hash table.
1909         (gnus-remove-if-not): New function.
1910
1911         * gnus-art.el (gnus-mime-view-part-as-type)
1912         * gnus-score.el (gnus-summary-score-effect)
1913         * gnus-sum.el (gnus-read-move-group-name):
1914         Replace remove-if-not with gnus-remove-if-not.
1915
1916         * gnus-group.el (gnus-group-completing-read):
1917         Regard collection as a hash table if it is not a list.
1918
1919 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1920
1921         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1922
1923         * shr.el: Document the table-rendering algorithm.
1924
1925 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1928         for Emacsen having no `libxml-parse-html-region' support.
1929
1930 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1933         invalid URLs.
1934
1935         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1936         line-broken.
1937         (shr-tag-img): Ignore image fetching errors.
1938         (shr-overlays-in-region): Compute overlay positions correctly.
1939
1940         * mm-decode.el (mm-shr): Require shr.
1941
1942         * gnus-art.el (gnus-blocked-images): Move variable here.
1943
1944         * shr.el (shr-insert-table): Bind free variable.
1945
1946         * mm-decode.el (mm-shr): Bind shr-content-function.
1947
1948         * shr.el (shr-content-function): New variable.
1949
1950         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1951         added for symmetry.
1952
1953         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1954
1955         * gnus-group.el (gnus-group-make-group): Doc fix.
1956
1957         * nnimap.el (nnimap-request-newgroups): Return success.
1958
1959         * shr.el (shr-find-elements): New function.
1960         (shr-tag-table): Put all the images after the table.
1961         (shr-tag-table): Really inhibit images inside the table.
1962         (shr-collect-overlays): Copy over overlays from the TD elements to the
1963         main document.
1964
1965         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1966         gnus-blocked-images.
1967
1968 2010-10-05  Julien Danjou  <julien@danjou.info>
1969
1970         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1971
1972         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1973         (gnus-html-maximum-image-size): Add this function.
1974         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1975
1976         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1977         server-value of the capability is nil.
1978
1979 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1980
1981         * shr.el (shr-tag-em): Add <EM> tag.
1982
1983 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1984
1985         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1986         customizable.
1987
1988         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1989         handing broken links to browse-url.
1990
1991 2010-10-05  Julien Danjou  <julien@danjou.info>
1992
1993         * gnus-util.el (gnus-emacs-completing-read)
1994         (gnus-iswitchb-completing-read): Use autoload rather than require.
1995
1996 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1997
1998         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1999         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2000         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2001         iswitchb-temp-buflist for XEmacs.
2002
2003         * gnus-util.el (gnus-completing-read-function): Exclude
2004         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2005         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2006         XEmacs.
2007
2008         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2009         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2010
2011         * gnus-html.el: Don't require help-fns under XEmacs.
2012         (gnus-html-schedule-image-fetching): Work for XEmacs.
2013
2014         * mm-decode.el (mm-shr): Decode contents by charset.
2015
2016 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017
2018         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2019         unknown.
2020
2021         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2022         (shr-get-image-data): Ensure against the cache file missing.
2023
2024         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2025         for data.
2026
2027         * spam-report.el (spam-report-url-ping-plain): Don't query about
2028         killing the process.
2029
2030         * shr.el (shr-render-td): Protect against too-wide text.
2031
2032 2010-10-04  Julien Danjou  <julien@danjou.info>
2033
2034         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2035         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2036
2037         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2038         retrieved.
2039
2040 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041
2042         * shr.el (browse-url): Require.
2043         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2044         lines.
2045         (shr-show-alt-text, shr-browse-image): New commands.
2046         (shr-browse-url, shr-copy-url): New commands.
2047
2048         * gnus-sum.el (gnus-widen-article-window): New variable.
2049         (gnus-summary-select-article-buffer): Use it.
2050
2051         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2052         without @ signs.
2053
2054 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2055
2056         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2057
2058 2010-10-04  Julien Danjou  <julien@danjou.info>
2059
2060         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2061         for XEmacs.
2062
2063 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2064
2065         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2066
2067         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2068         (nnimap-close-server): Implement.
2069
2070         * dgnushack.el (iswitchb): Require to shut up the compiler.
2071
2072         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2073         (shr-insert): Tweak line breaking.
2074         (shr-insert): Handle <pre> better.
2075         (shr-tag-li): Get <li> indentation right.
2076         (shr-tag-li): Get <li> indentation even righter.
2077         (shr-tag-blockquote): Ensure paragraph start.
2078         (shr-make-table): Tweak table generation.
2079         (shr-make-table): Fix typo.
2080
2081         * shr.el: Implement table rendering.
2082
2083 2010-10-04  Julien Danjou  <julien@danjou.info>
2084
2085         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2086
2087 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2088
2089         * shr.el (shr-insert): Use string anchors instead of line anchors.
2090
2091 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2092
2093         * shr.el: Add headings.
2094         (shr-ensure-paragraph): Actually work.
2095         (shr-tag-li): Make <ul> prettier.
2096         (shr-insert): Get white space at the beginning/end of elements right.
2097         (shr-tag-p): Collapse subsequent <p>s.
2098         (shr-ensure-paragraph): Don't insert double line feeds after blank
2099         lines.
2100         (shr-insert): \t is also space.
2101         (shr-tag-s): Fix "s" tag name function.
2102         (shr-tag-s): Fix face prop name.
2103
2104 2010-10-03  Julien Danjou  <julien@danjou.info>
2105
2106         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2107
2108         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2109         gnus-window-inside-pixel-edges.
2110
2111         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2112         gnus-ems.
2113
2114         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2115
2116         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2117         function.
2118
2119         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2120         resize choice.
2121
2122 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2123
2124         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2125         beginning of the buffer.
2126
2127         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2128         article buffer again.
2129
2130         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2131
2132         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2133         when it's at the start of the buffer.
2134
2135         * shr.el (shr-tag-blockquote): Convert name.
2136         (shr-rescale-image): Use the right image-size variant.
2137
2138         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2139         buffer isn't shown, then select the current article first instead of
2140         bugging out.
2141         (gnus-summary-select-article-buffer): Show both the article and summary
2142         buffers again.
2143
2144         * shr.el (shr-fontize-cont): Protect against regions with no text.
2145         Rename tag functions to shr-tag-* for enhanced security.
2146         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2147
2148 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2149
2150         * shr.el (shr-insert):
2151         * pop3.el (pop3-movemail):
2152         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2153         loaded.
2154
2155 2010-10-03  Glenn Morris  <rgm@gnu.org>
2156
2157         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2158
2159         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2160
2161         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2162
2163         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2164
2165         * gnus-util.el (gnus-make-local-hook): Simplify.
2166
2167 2010-10-02  Julien Danjou  <julien@danjou.info>
2168
2169         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2170         (gnus-ido-completing-read): New function.
2171         (gnus-emacs-completing-read): New function.
2172         (gnus-completing-read): Use gnus-completing-read-function.
2173         Add gnus-completing-read-function.
2174
2175 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2176
2177         * shr.el (shr-insert-document): Autoload.
2178         (shr-img): Be silent.
2179         (shr-insert): Add a newline after every picture before text.
2180         (shr-add-font): Use overlays for combining faces.
2181         (shr-insert): Pass upwards the text start point.
2182
2183         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2184         possible.
2185         (mm-shr): New function.
2186
2187 2010-10-02  Julien Danjou  <julien@danjou.info>
2188
2189         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2190         should go backward.
2191
2192 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2193
2194         * shr.el (shr): Fix typo in provide call.
2195
2196 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2197
2198         * shr.el: New file.
2199
2200         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2201
2202         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2203         completing read.
2204
2205 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2206
2207         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2208         we're being queried about.  Suggested by Dan Jacobson.
2209
2210         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2211         Suggested by Jason Eisner.
2212
2213         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2214         table, too.  Suggested by Stefan Wiens.
2215         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2216         the table unnecessary.  Suggested by Stefan Wiens.
2217
2218         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2219         longer needed, and probably doesn't work either, as pointed out by
2220         Stefan Wiens.
2221         (gnus-summary-exit): Remove call to the clearing function.
2222         (gnus-summary-exit-no-update): Ditto.
2223
2224         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2225         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2226         Reported by Stefan Monnier.
2227         (gnus-summary-save-in-rmail): Ditto.
2228
2229         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2230         article buffer, instead of both the article buffer and the summary
2231         buffer.  Sort of suggested by Dan Jacobson.
2232
2233         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2234
2235         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2236         Suggested by Dan Jacobson.
2237
2238         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2239         documentation clearer.
2240
2241         * message.el (message-shorten-references): Comment on the number "21".
2242         Suggested by Stefan Monnier.
2243
2244         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2245         Suggested by Dan Jacobson.
2246
2247         * gnus.el (gnus-large-newsgroup):
2248         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2249
2250         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2251         externalize attachments.  Bug reported by Steve Wen.
2252
2253         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2254         really message anything to the user.
2255
2256         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2257         directly.
2258
2259         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2260         messages in empty groups.
2261
2262 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2263
2264         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2265         non-UIDNEXT group.
2266
2267 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2268
2269         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2270         not the value from the collection.
2271
2272         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2273         values.  This sometimes happens on some groups that have no info.
2274         (nnimap-request-newgroups): New function.
2275
2276 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2277
2278         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2279         check into `gnus-registry-initialize'.
2280         (gnus-registry-initialize): Ditto.
2281         Fix and extend header docs.
2282
2283 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2284
2285         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2286         regexp backtrace overflows.
2287
2288         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2289         for starttls that tls.el implements; i.e. openssl.
2290
2291         * tls.el (tls-starttls-switches): Give up on using starttls with
2292         gnutls-cli.
2293         (tls-program): Add --insecure to be consistent with the defaults from
2294         openssl s_client.  Now all three commands are insecure.
2295
2296 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2297
2298         * lpath.el: Bind completion-styles-alist for XEmacs.
2299
2300         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2301         (gravatar-create-image): New function that's an alias to
2302         gnus-xmas-create-image, gnus-create-image, or create-image.
2303         (gravatar-data->image): Use it.
2304
2305 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2306
2307         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2308         install the nnregistry refer method.
2309         (gnus-registry-install-hooks): Use it.
2310         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2311         unfollowed groups.
2312
2313 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2314
2315         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2316         expanding threads.
2317
2318 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319
2320         * nnir.el: Use the server names without suffixes (bug #7009).
2321
2322         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2323         unencrypted to STARTTLS, if possible.
2324
2325 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2326
2327         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2328         headers before superseding.
2329
2330 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2331
2332         * nnrss.el (nnrss-use-local): Add documentation.
2333
2334         * nnimap.el (nnimap-extend-tls-programs): New function.
2335         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2336         (nnimap-wait-for-connection): Accept the greeting from the stupid
2337         output from openssl s_client -starttls, too.
2338
2339         * tls.el (tls-starttls-switches): New variable.
2340         (tls-find-starttls-argument): Use it.
2341         (open-tls-stream): Ditto.
2342
2343         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2344         (netrc-machine): Ditto.
2345
2346         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2347         article number.
2348         (nnimap-split-fancy): New variable.
2349         (nnimap-split-incoming-mail): Use it.
2350
2351         * nntp.el (nntp-server-list-active-group): Document.
2352
2353         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2354         SELECT to get the message-id.
2355
2356         * mail-source.el (mail-sources): Remove webmail support.
2357         (defvar): Ditto.
2358         (mail-source-fetcher-alist): Ditto.
2359         (mail-source-fetch-webmail): Remove.
2360
2361         * webmail.el: Remove -- doesn't seem relevant any more.
2362
2363         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2364
2365         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2366         the \r.
2367
2368 2010-09-30  Julien Danjou  <julien@danjou.info>
2369
2370         * gnus-agent.el (gnus-agent-add-group): Fix call to
2371         gnus-completing-read.
2372
2373 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * nndoc.el (nndoc-retrieve-groups): New function.
2376
2377         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2378         `default', use nnmail-split-methods.
2379         (nnimap-request-article): Downcase the NILs so that they are nil.
2380
2381         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2382         symbol.
2383
2384         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2385         code, since if the user has requested network, that's what they ought
2386         to get.
2387         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2388         (nnimap-split-rule): Mark as obsolete.
2389
2390         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2391         New variable.
2392
2393         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2394         correct slot, too.
2395
2396 2010-09-29  Julien Danjou  <julien@danjou.info>
2397
2398         * gnus.el (gnus-local-domain): Declare variable obsolete.
2399
2400         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2401         Fix history computing.
2402         (gnus-ido-completing-read): Require ido.
2403
2404 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2405
2406         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2407         build Gnus.
2408
2409         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2410         when interpreting the structures.
2411         (nnimap-request-accept-article): Add \r\n to the lines to make this
2412         work with Cyrus.
2413
2414         * nndraft.el (nndraft-request-expire-articles): Use the group name
2415         instead if "nndraft".  Fix found by Nils Ackermann.
2416
2417 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2418
2419         * nnregistry.el: Add.
2420
2421 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2422
2423         * nnmail.el (group, group-art-list, group-art):
2424         Remove unneeded directives.
2425
2426 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2429         (mm-mime-charset)
2430         * rfc2047.el (rfc2047-syntax-table)
2431         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2432
2433         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2434         rather than `insert-file-contents' and `eval-region'.
2435
2436         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2437         construction.
2438
2439         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2440
2441         * time-date.el: No need to require cl for Emacs 21.
2442
2443 2010-09-29  Julien Danjou  <julien@danjou.info>
2444
2445         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2446         replacement of `gnus-gravatar-relief' to mimic
2447         `gnus-faces-properties-alist'.
2448         Add :version property.
2449
2450 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2451
2452         * mail-source.el (mail-source-report-new-mail)
2453         * message.el (message-default-mail-headers)
2454         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2455
2456         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2457
2458 2010-09-28  Julien Danjou  <julien@danjou.info>
2459
2460         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2461         mail-address contains the same string as real-name.
2462
2463         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2464         non-blank in header, otherwise it'll get stripped.
2465
2466         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2467         real-name, and then for mail address rather than doing : or , search.
2468
2469 2010-09-27  Julien Danjou  <julien@danjou.info>
2470
2471         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2472         right completing-read function.
2473         (gnus-use-ido): New variable
2474         (gnus-completing-read-with-default): Remove.
2475         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2476         (gnus-agent-add-group):
2477         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2478         * mm-view.el (mm-view-pkcs7-decrypt):
2479         * mm-util.el (mm-codepage-setup):
2480         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2481         * mml-smime.el (mml-smime-openssl-sign-query):
2482         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2483         (mml-insert-multipart):
2484         * gnus-msg.el (gnus-summary-yank-message):
2485         * gnus-int.el (gnus-start-news-server):
2486         * mm-decode.el (mm-interactively-view-part):
2487         * gnus-dired.el (gnus-dired-attach):
2488         * gnus.el (gnus-read-method):
2489         * gnus-bookmark.el (gnus-bookmark-jump):
2490         * gnus-art.el (gnus-mime-view-part-as-type)
2491         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2492         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2493         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2494         * nnmairix.el (nnmairix-create-server-and-default-group)
2495         (nnmairix-update-groups, nnmairix-get-server)
2496         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2497         (nnmairix-get-group-from-file-path):
2498         * nnrss.el (nnrss-find-rss-via-syndic8):
2499         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2500         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2501         (gnus-group-browse-foreign-server):
2502         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2503         (gnus-summary-execute-command, gnus-summary-respool-article)
2504         (gnus-read-move-group-name):
2505         * gnus-score.el (gnus-summary-increase-score)
2506         (gnus-summary-score-effect):
2507         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2508
2509 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2510
2511         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2512         x-focus-frame.
2513
2514         * nnimap.el (auth-source-forget-user-or-password)
2515         (auth-source-user-or-password): Autoload.
2516
2517         * message.el (message-from-style, message-interactive)
2518         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2519         (message-yank-prefix, message-indentation-spaces, message-signature)
2520         (message-signature-file): Add comment.
2521
2522 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2525         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2526         new articles.
2527
2528         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2529         parts.
2530         (nnimap-request-article): Work with the t setting, too.
2531
2532         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2533         that you don't get flashes of other buffers.
2534         (gnus-summary-show-complete-article): Intern before setting.
2535
2536 2010-09-27  David Engster  <dengste@eml.cc>
2537
2538         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2539         well as HEADERS.
2540         (nnmairix-retrieve-headers): Provide new argument for the above.
2541
2542 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543
2544         * gnus-sum.el (gnus-summary-move-article): Don't alter
2545         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2546         group.
2547
2548         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2549
2550         * message.el (message-cite-prefix-regexp): Revert my last edit.
2551
2552         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2553         variable instead of the Gnus variable.
2554
2555         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2556
2557         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2558
2559         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2560         since some servers don't like it.
2561         (nnimap-open-connection): Forget credentials if the server says the
2562         password was wrong.
2563         (nnimap-parse-line): Protect against invalid data.
2564
2565         * gnus-sum.el (gnus-summary-move-article): Add comment.
2566         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2567         nothing alters it while scanning for new messages.
2568
2569         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2570         which may or may not help.
2571         (nnimap-open-connection): If we're doing a stream connection, and then
2572         discover we're on a STARTTLS-capable server, then open a STARTTLS
2573         connection instead.
2574
2575 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2576
2577         * nnimap.el (utf7): Require.
2578
2579         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2580         prefix.
2581
2582 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2583
2584         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2585
2586 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2587
2588         * nnimap.el (nnimap-request-accept-article): Message the error on
2589         error.
2590
2591 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2592
2593         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2594
2595 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2596
2597         * nndoc.el (nndoc-request-list): Return success always.
2598
2599         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2600         `fetch-old' -- we only want to fetch the articles we've requested.
2601         The rest are in the agent, probably.
2602         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2603         disappeared server" to something low.  It's not important.
2604
2605         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2606         arrived before the FETCH data.
2607
2608         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2609         target here, because we don't know the Gnus name of the group.
2610
2611         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2612         for the correct group.
2613
2614         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2615
2616         * gnus.el (gnus): Give a final warning after startup.
2617
2618         * gnus-util.el (gnus-action-message-log): New variable.
2619         (gnus-message): Use it.
2620         (gnus-final-warning): New function.
2621
2622         * nnimap.el (nnimap-open-connection): Record the greeting.
2623         (nnimap): Add greeting.
2624
2625 2010-09-26  Julien Danjou  <julien@danjou.info>
2626
2627         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2628         arguments.
2629         (gnus-html-wash-images): Fix spec computing to include start/end.
2630
2631         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2632
2633 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634
2635         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2636         deletion.
2637         (nnimap-retrieve-headers): Don't select the group, because that's
2638         already done by nnimap-possibly-change-group.
2639
2640         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2641         (gnus-picon-transform-address): Use it.
2642
2643         * mail-source.el (mail-source-value): Revert previous patch.
2644
2645         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2646         on failure.
2647         (nnimap-open-connection): Look up both virtual and physical server name
2648         credentials.
2649
2650         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2651
2652 2009-02-07  Dave Love  <fx@gnu.org>
2653
2654         * tls.el (open-tls-stream): Don't query killing process.
2655
2656 2009-02-08  Dave Love  <fx@gnu.org>
2657
2658         * gnus-win.el (gnus-window-to-buffer-helper)
2659         (gnus-all-windows-visible-p): Function needn't be a symbol.
2660
2661         * mail-source.el (mail-source-value): Function needn't be a symbol.
2662
2663 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664
2665         * message.el (message-cite-prefix-regexp): Remove } from the cite
2666         prefix.
2667
2668         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2669         highlight again, so that the highlight is correct.
2670
2671         * gnus-picon.el (gnus-picon): Remove again.
2672         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2673
2674         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2675         doing the header highlightling, so that the background colour of the
2676         picon is correct.
2677
2678         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2679         (gnus-picon): Ditto.
2680         (gnus-picon): Reinstate.  The background colour for picons is white.
2681         (gnus-picon-insert-glyph): Make the background white.
2682
2683         * nnml.el (nnml-open-nov): Don't return dead buffers.
2684
2685         * auth-source.el (auth-source-create): Query the user for whether to
2686         store the credentials.
2687
2688         * netrc.el (netrc-store-data): New function.
2689
2690         * auth-source.el (auth-source-user-or-password): Use the existing auth
2691         sources, if any, for creation.
2692
2693         * gnus.el (gnus-group-fast-parameter): Return the last matching
2694         parameter instead of the first matching parameter.
2695
2696 2010-09-26  Julien Danjou  <julien@danjou.info>
2697
2698         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2699
2700 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2701
2702         * mml2015.el (mml2015-use): Remove gpg support.
2703
2704         * mml1991.el (mml1991-function-alist): Remove gpg function.
2705         (mml1991-gpg-sign): Remove.
2706
2707 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2708
2709         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2710         (gnus-browse-unsubscribe-current-group): Document it.
2711         (gnus-browse-unsubscribe-group): Use it.
2712
2713 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714
2715         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2716         address to the To list for easier response.
2717
2718         * gnus.el (gnus-play-startup-jingle): Remove.
2719         (gnus-splash): Don't play jingle.
2720         (gnus): Silence gnus-load message.
2721
2722         * gnus-art.el (gnus-treat-play-sounds): Remove.
2723
2724         * gnus.el (gnus-play-jingle): Remove audio support.
2725
2726         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2727
2728         * earcon.el: Remove -- no users.
2729
2730         * gnus-audio.el: Remove -- no users of this package.
2731
2732         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2733
2734         * gnus-start.el (gnus-setup-news): Remove nocem support.
2735
2736         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2737
2738         * gnus.el (gnus-use-nocem): Remove.
2739
2740         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2741         Remove.
2742
2743         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2744         uses NoCeM any more.
2745
2746         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2747         (gnus-button-ctan-handler): Ditto.
2748         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2749         (gnus-button-ctan-directory-regexp): Ditto.
2750         (gnus-button-handle-ctan): Ditto.
2751         (gnus-button-tex-level): Ditto.
2752         (gnus-button-alist): Remove CTAN stuff.
2753
2754 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2755
2756         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2757         nnimap-streaming test.
2758
2759         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2760         servers twice.
2761
2762         * nnimap.el (nnimap-open-connection): Add more error reporting when
2763         nnimap fails early.
2764
2765         * nnheader.el (nnheader-get-report-string): New function.
2766         (nnheader-get-report): Use it.
2767
2768         * gnus-int.el (gnus-check-server): Say what the error was when opening
2769         failed.
2770
2771         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2772         using streaming.
2773
2774 2010-09-25  Julien Danjou  <julien@danjou.info>
2775
2776         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2777         gnus-window-inside-pixel-edges.
2778
2779 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2780
2781         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2782
2783         * mm-decode.el (mm-save-part): Allow saving to other directories the
2784         normal Emacs way.
2785
2786         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2787         Suggested by Jay Berkenbilt.
2788
2789         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2790         there isn't a single byte.
2791
2792         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2793         just do it.  It doesn't really seem to matter what the user responds
2794         here, I think, so it's just a confusing question.
2795
2796         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2797         non-streaming case.
2798
2799         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2800         (gnus-article-encrypt-body): Use it.
2801
2802         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2803         keystroke.
2804
2805         * nnimap.el (nnimap-find-wanted-parts-1):
2806         Use gnus-fetch-partial-articles.
2807
2808         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2809
2810         * nnimap.el (nnimap-insert-partial-structure): New function.
2811         (nnimap-get-partial-article): New function.
2812         (nnimap-request-article): Use it.
2813         (nnimap-wait-for-response): Return whether the wait was successful.
2814         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2815         retrieval wasn't successful.
2816         (nnimap-retrieve-group-data-early): Allow throttling servers.
2817         (nnimap-streaming): New variable.
2818         (nnimap-fetch-partial-articles): Remove.
2819
2820         * mm-decode.el (mm-with-part): Protect against killed buffers.
2821
2822         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2823         for prettier summary display.
2824
2825 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2826
2827         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2828
2829 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2830
2831         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2832         apparently third-party libraries depend on it.
2833
2834         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2835         before starting negotiation.
2836
2837         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2838         privacy reasons.
2839         (gnus-treat-mail-gravatar): Ditto.
2840
2841         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2842         buffer when inserting images.  Inserting text into the headers, for
2843         instance, can make them invalid.
2844
2845 2010-09-25  Julien Danjou  <julien@danjou.info>
2846
2847         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2848         variables.
2849
2850         * nnheader.el: Remove useless variables news-reply-yank-from and
2851         news-reply-yank-message-id.
2852
2853         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2854         variables.
2855
2856         * mml1991.el: Remove useless mml1991-verbose.
2857
2858         * gnus.el: Remove useless variable gnus-use-generic-from.
2859         Remove obsolete variable gnus-topic-indentation.
2860
2861         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2862
2863         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2864
2865         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2866
2867         * gnus-group.el: Remove useless gnus-group-icon-cache.
2868         Remove useless gnus-ephemeral-group-server.
2869
2870         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2871
2872         * mml2015.el: Remove useless mml2015-verbose.
2873
2874         * mml-smime.el: Remove useless mml-smime-verbose.
2875
2876         * gnus.el: Remove useless gnus-local-domain.
2877
2878         * gnus-gravatar.el (gnus-gravatar-transform-address):
2879         Use gnus-gravatar-size.
2880
2881         * gnus-art.el: Remove useless gnus-treat-translate.
2882
2883 2010-09-24  Julien Danjou  <julien@danjou.info>
2884
2885         * gnus-sum.el: Add support for Gravatars.
2886
2887         * gnus-art.el: Add support for Gravatars.
2888
2889         * gnus-gravatar.el: Add this file.
2890
2891         * gravatar.el: Add this file.
2892
2893 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2894
2895         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2896
2897         * gnus-group.el (gnus-group-fetch-faq): Remove.
2898
2899         * gnus.el (gnus-group-faq-directory): Remove.
2900
2901         * gnus-group.el (gnus-group-fetch-charter): Remove.
2902
2903         * gnus.el (gnus-group-charter-alist): Remove.
2904
2905         * gnus-group.el (gnus-group-archive-directory): Remove.
2906         (gnus-group-recent-archive-directory): Ditto.
2907         (gnus-group-make-archive-group): Remove.
2908
2909         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2910
2911         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2912         use the same article number for all the cached articles.
2913
2914         * nnimap.el (nnimap-command): Register the last command time so
2915         that we can use it for idling NOOPs.
2916         (nnimap-open-connection): Start the keeplive timer.
2917         (nnimap-make-process-buffer): Store all the process buffers.
2918         (nnimap-keepalive): New function.
2919
2920         * starttls.el (starttls-open-stream): Add autoload cookie.
2921
2922 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2923
2924         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2925         handling.
2926
2927 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2928
2929         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2930         its data structures.
2931
2932         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2933         instead of the cl.el copy-list.
2934         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2935         equalp.
2936
2937 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2938
2939         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2940         and tool-bar-local-item-from-menu.
2941
2942         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2943         mode-line-highlight face for Emacs.
2944
2945         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2946         loading gnus-sum.elc; fix comment for canlock-verify.
2947         (gnus-article-jump-to-part): Use read-number.
2948         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2949         Remove Emacs pre-21 compatible code for help-echo.
2950         (gnus-article-next-page-1): No need to adjust the number of lines.
2951         (gnus-article-describe-bindings): Always use help-buffer.
2952
2953         * gnus-audio.el (gnus-audio-inline-sound)
2954         * gnus-cus.el (gnus-custom-mode)
2955         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2956
2957         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2958
2959         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2960         compatible code.
2961
2962 2010-09-24  Glenn Morris  <rgm@gnu.org>
2963
2964         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2965         visiting the fcc file in rmail-mode.
2966
2967         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2968
2969 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * nnir.el: Silence the byte compiler.
2972
2973         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2974         alias to browse-url-url-encode-chars if any.
2975         (gnus-html-encode-url): Use it.
2976
2977 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2978
2979         * gnus-start.el (gnus-use-backend-marks): New variable.
2980         (gnus-get-unread-articles-in-group): Use it.
2981
2982         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2983         makeover.
2984
2985 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2986
2987         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2988
2989 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2990
2991         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2992         Remove.
2993         (gnus-setup-news-hook):
2994         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2995
2996         * gnus-int.el (gnus-request-update-info): Protect against backends not
2997         having the function.
2998
2999         * nnimap.el (nnimap-stream): Mention starttls.
3000         (nnimap-open-connection): Add starttls support.
3001
3002 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3003
3004         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3005
3006 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3007
3008         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3009         BODYSTRUCTUREs.
3010         (nnimap-transform-headers): Unfold quoted {42} headers.
3011
3012         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3013         the info.
3014         (gnus-get-unread-articles): Only call updatep on backends that support
3015         it.
3016
3017         * nnweb.el (nnweb-request-update-info): NOOP.
3018
3019         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3020
3021         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3022         since it only deals with marks.
3023
3024         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3025         gnus-request-marks, and make a new gnus-request-update-info.
3026
3027         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3028         the active instead of the high number, which is usually too low.
3029
3030 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3031
3032         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3033         * encrypt.el: Remove.
3034
3035 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036
3037         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3038         server in symbolic form.
3039
3040         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3041
3042 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3043
3044         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3045         (nnimap-update-info): Fix up code slightly.
3046
3047         * gnus-int.el (gnus-open-server): Add tracing for performance
3048         debugging.
3049
3050         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3051         (gnus-group-insert-group-line): Pass the real group name so that it
3052         gets the right data.
3053
3054         * gnus-start.el (gnus-get-unread-articles): Don't have
3055         `gnus-get-unread-articles-in-group' update info, since that can be
3056         really slow and doesn't seem to be needed?
3057
3058 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3059
3060         * time-date.el (date-to-time): Try using parse-time-string first before
3061         using the slower timezone-make-date-arpa-standard.
3062
3063 2010-09-22  Julien Danjou  <julien@danjou.info>
3064
3065         * gnus-group.el (gnus-group-insert-group-line):
3066         Call gnus-group-highlight-line.
3067         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3068         default hook list.
3069         (gnus-group-update-eval-form): Add new function.
3070         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3071         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3072
3073 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3074
3075         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3076         immediate, then expire all articles.
3077         (nnimap-update-info): Fix off-by-one errors.
3078         (nnimap-flags-to-marks): Would return no marks lists for group with no
3079         flags.  Instead return the other data.
3080
3081 2010-09-22  Julien Danjou  <julien@danjou.info>
3082
3083         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3084         Only return an icon.
3085         (gnus-group-insert-group-line): Compute icon to return.
3086
3087         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3088         (gnus-html-image-fetched): Only cache if
3089         gnus-html-image-automatic-caching is set.
3090         (gnus-html-image-fetched): Check for errors.
3091
3092 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3093
3094         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3095         once per method on `g'.  This ensures that backends like nnfolder don't
3096         open all their folders.
3097
3098         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3099         (nnimap-request-list): Nix out group in the correct buffer.
3100         (nnimap-parse-flags): Implement by using `read' instead of
3101         hand-parsing.
3102         (nnimap-flags-to-marks): Pass on permanent-flags.
3103         (nnimap-make-process-buffer): Record the server name.
3104         (nnimap-parse-flags): Fix typo.
3105         (nnimap-request-scan): Run split on the server in general, not just a
3106         single group.
3107
3108         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3109         parameter, and propagate this downwards.
3110
3111         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3112         since EXAMINE changes it on the server.
3113
3114         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3115         this command might take a while.
3116
3117 2010-09-22  Julien Danjou  <julien@danjou.info>
3118
3119         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3120         harmful if you have 2 images side-by-side, they can't be properly
3121         update on text deletion.  Using text-property is safer here.
3122         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3123         data.
3124
3125 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3126
3127         * nnimap.el (nnimap-expunge-inbox): Remove.
3128         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3129         (nnimap-expunge): Flip default to t.
3130
3131         * gnus.el (gnus-method-to-server): Don't push things to the cache
3132         unless it's unique.
3133         (gnus-server-to-method): Ditto.
3134
3135 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3136
3137         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3138
3139 2010-09-22  Julien Danjou  <julien@danjou.info>
3140
3141         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3142         get the start of data.
3143         (gnus-html-encode-url): Add this function to encode special chars in
3144         URL.
3145         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3146         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3147
3148         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3149         default.
3150         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3151
3152         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3153         images alt-text.
3154         (gnus-html-put-image): Put alt-text as help-echo.
3155
3156 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3157
3158         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3159         * mm-util.el (mm-decompress-buffer)
3160         * nnir.el (nnir-run-find-grep)
3161         * pop3.el (pop3-list): Use 3rd arg of split-string.
3162
3163         * time-date.el (format-seconds): Comment fix.
3164
3165         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3166         and byte-optimize-form-code-walker.
3167         (dgnushack-make-auto-load): Don't advise make-autoload.
3168
3169         * lpath.el: Remove Emacs 21 stuff.
3170
3171 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3172
3173         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3174         outside the active range.  Suggested by Dan Christensen.
3175
3176         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3177         slightly later to avoid double-getting it.
3178
3179         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3180         previous patch.
3181
3182         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3183
3184 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3185
3186         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3187
3188 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3189
3190         * gnus-int.el (gnus-open-server): Give a better error message in the
3191         "go offline" case.
3192
3193         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3194         marks for nnimap, which is seldom the right thing to do.
3195
3196         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3197         (gnus-same-method-different-name): New function.
3198
3199         * nnimap.el (parse-time): Require.
3200
3201         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3202         method in the presence of many similar methods.
3203
3204         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3205
3206         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3207         nnml-inhibit-expiry.
3208
3209         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3210         find out whether methods are equal.
3211
3212         * nnimap.el (nnimap-find-expired-articles): New function.
3213         (nnimap-process-expiry-targets): New function.
3214         (nnimap-request-move-article): Request the article before looking at
3215         what the Message-ID is.  Fix found by Andrew Cohen.
3216         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3217
3218         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3219         for oldness in addition to being a predicate.
3220
3221         * nnimap.el (nnimap-request-group): When we have zero articles, return
3222         the right data to Gnus.
3223         (nnimap-request-expire-articles): Only delete articles immediately if
3224         the target is 'delete.
3225
3226         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3227         method, this would bug out.
3228
3229         * gnus-group.el (gnus-group-expunge-group): Rename from
3230         gnus-group-nnimap-expunge, and implemented as a normal interface
3231         function.
3232
3233         * gnus-int.el (gnus-request-expunge-group): New function.
3234
3235         * nnimap.el (nnimap-request-create-group): Implement.
3236         (nnimap-request-expunge-group): New function.
3237
3238 2010-09-21  Julien Danjou  <julien@danjou.info>
3239
3240         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3241         (gnus-html-cache-expired): Add new function.
3242         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3243         wethever we should display image for fetch it.
3244         Compute alt-text earlier to pass it to the fetching function too.
3245         (gnus-html-schedule-image-fetching): Change function argument to only
3246         get one image at a time, not a list.
3247         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3248         cache.
3249         (gnus-html-get-image-data): New function to retrieve image data from
3250         cache.
3251         (gnus-html-put-image): Change buffer argument to use image data rather
3252         than file, and place image above region rather than inserting a new
3253         one.  Do not take alt-text as argument, since it's useless now: we place
3254         the image above alt-text.
3255         (gnus-html-prune-cache): Remove.
3256         (gnus-html-show-images): Start to fetch image when we find one, do not
3257         push into a temporary list.
3258         (gnus-html-prefetch-images): Only fetch image if they have expired.
3259         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3260         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3261
3262 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3265
3266 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3269         spec inser "*" if the group isn't active instead of 0.
3270
3271         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3272         opening the server.
3273         (nnimap-request-delete-group): Implement group deletion.
3274         (nnimap-transform-headers): Return the size of the entire message in
3275         the Bytes header, not just the size of the first part.
3276         (nnimap-request-move-article): When moving an article from nnimap,
3277         request the article first so the accepting form has an article to
3278         accept.  Reported by Dan Christensen.
3279         (nnimap-command): Make sure that the error message doesn't error out.
3280
3281 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3282
3283         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3284         we haven't requested anything.
3285
3286 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287
3288         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3289         "".  Fix found by Andrew Cohen.
3290
3291         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3292         instead of -encode-string.
3293
3294 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3295
3296         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3297
3298         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3299         by mm-subst-char-in-string.
3300
3301 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3302
3303         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3304         waiting for the connection string.
3305
3306         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3307         arriving.
3308
3309         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3310         bogus characters.  This allows selecting certain Gmail groups.
3311
3312         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3313         (nnimap-fetch-partial-articles): New variable.
3314         (nnimap-open-connection): When looking for credentials, also use the
3315         nnimap-server-port.
3316         (nnimap-request-article): Return the group/article number, so that Gnus
3317         `^' works as expected.
3318         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3319
3320         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3321         comments.
3322         (gnus-methods-sloppily-equal): New function.
3323         (gnus): When using the development version of Gnus, load the gnus-load
3324         file.
3325
3326         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3327         `gnus-open-server' on each method before trying to scan them etc.
3328         This ensures that all the backend parameters are set correctly.
3329
3330         * nnimap.el (nnimap-authenticator): New variable.
3331         (nnimap-open-connection): Allow anonymous login.
3332         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3333         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3334
3335         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3336         patch, found by Knut Anders Hatlen.
3337
3338 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3339
3340         * gnus-agent.el (gnus-agent-batch-confirmation)
3341         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3342         to gnus-message.
3343         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3344         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3345         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3346         * gnus-int.el (gnus-open-server): Likewise.
3347         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3348         (gnus-score-check-syntax): Likewise.
3349         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3350         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3351         Likewise.
3352         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3353
3354 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3355
3356         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3357         calling conventions so that prefetch doesn't bug out.
3358
3359 2010-09-19  Julien Danjou  <julien@danjou.info>
3360
3361         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3362         rather than `subst-char-in-region' in order to be able to replace ASCII
3363         char by UTF-8 ones.
3364
3365         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3366         than curl.
3367         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3368         the right URL and ALT text on images.
3369         (gnus-html-wash-tags): Fix tag case.
3370         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3371         (gnus-article-html): Add -o display_ins_del=2 option.
3372         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3373
3374 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3375
3376         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3377         the extra mail headers, which sometimes seem to happen for unknown
3378         reasons.
3379
3380         * mail-parse.el (mail-header-encode-parameter): Define as
3381         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3382         (or most, perhaps?) mail readers don't understand the latter, but do
3383         understand the former.
3384
3385         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3386         to nil, so that no methods are automatically agentized.  I think this
3387         is probably what most users want.
3388
3389         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3390         from url-retrieve, for instance about invalid URLs.
3391
3392         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3393         groups that have no articles.
3394         (nnimap-request-article): Check that we really got an article when we
3395         requested one.
3396
3397         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3398         doesn't exist.
3399
3400         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3401         nntp buffer so the agent can save it.
3402         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3403         that CRLF doesn't get translated to \n.
3404         (nnimap-open-connection): Don't make 'shell commands only send \n.
3405
3406 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3407
3408         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3409         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3410         Update var name.
3411         (nnml-generate-nov-file): Use dolist.
3412         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3413         Use with-current-buffer.
3414
3415 2010-09-18  Julien Danjou  <julien@danjou.info>
3416
3417         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3418         parallel.
3419
3420 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3423         the range update right.
3424         (nnimap-request-group): Don't make `M-g' bug out on group with no
3425         marks.
3426         (nnoo): Require, so that other packages can require nnimap.
3427         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3428         command we're looking for.  This helps when the server sends more
3429         responses after we've gotten everything we expected.
3430         (nnimap): Add a `newlinep' field to keep track of end-of-line
3431         conventions.
3432         Don't send CRLF to things that don't want it.
3433         (nnimap-request-accept-article): Ditto.
3434
3435 2010-09-18  Julien Danjou  <julien@danjou.info>
3436
3437         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3438         than curl to retrieve images.
3439
3440 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3441
3442         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3443         the marks.
3444         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3445         (nnimap-wait-for-connection): New function.
3446         (nnimap-open-connection): If we have PREAUTH, don't query for login
3447         credentials.
3448         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3449         when doing a partial update.
3450
3451 2010-09-18  Julien Danjou  <julien@danjou.info>
3452
3453         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3454         tags.
3455
3456 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3457
3458         * nnimap.el (nnimap-credentials): New function.
3459         (nnimap-open-connection): Use the new function to look for credentials
3460         also on the numeric equivalents of "imap" and "imaps".
3461
3462         * gnus-start.el (gnus-activate-group): Send the info to
3463         gnus-request-group.
3464
3465         * nnimap.el (nnimap-request-group): Have the "check" version of the
3466         function parse flags and update the info, so that a `M-g' get a total
3467         resync of all flags from the group.
3468
3469         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3470         to allow backends to alter the info on group selection.  Also alter all
3471         the backend -request-group functions to take the parameter.
3472
3473         * nnimap.el (nnimap-store-info): New function.
3474         (nnimap-update-info): Store the info for later usage.
3475         (nnimap-request-group): Use the stored info for the dont-check case, so
3476         that we don't retrieve all marks when we enter a group.
3477
3478         * nnimap.el: Use deffoo instead of defun for interface functions.
3479
3480         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3481         update the group info.  This makes the nndraft groups, for instance, go
3482         back to their old behaviour.
3483
3484         * gnus-sum.el (gnus-select-newsgroup): Indent.
3485
3486         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3487         in.
3488         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3489         nothing.
3490
3491         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3492         from methods that are denied.
3493
3494         * gnus-int.el (gnus-method-denied-p): New function.
3495
3496         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3497         store the password instead of netrc.
3498         (nnimap-open-connection): Don't error out when we can't make a
3499         connections.
3500
3501         * auth-source.el (auth-source-create): In the password prompt, say what
3502         we're querying for.  Also prompt for user name if that hasn't been
3503         given.
3504
3505         * nnimap.el (nnimap-with-process-buffer): Remove.
3506
3507 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3508
3509         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3510         method when we're reading from the agent.
3511
3512         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3513
3514         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3515         that's probably most useful for users.
3516
3517         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3518         "failed" all the time.
3519
3520         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3521         ...)) with (with-current-buffer ... ).
3522
3523         * nntp.el (nntp-open-server): Return whether the open was successful or
3524         not.
3525
3526         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3527         select an unread unseen article first.
3528
3529         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3530         /etc/services, supply some sensible port defaults.
3531
3532         * dgnushack.el: Define netrc-credentials.
3533
3534 2010-09-17  Julien Danjou  <julien@danjou.info>
3535
3536         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3537
3538 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3539
3540         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3541         doesn't have any parameters.
3542
3543 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3544
3545         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3546         only upcased checks.
3547
3548         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3549
3550         * nnimap.el (nnimap-open-shell-stream): New function.
3551         (nnimap-open-connection): Use it.
3552         (nnimap-transform-headers): Get the number of lines in each message.
3553         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3554         number of lines.
3555         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3556         problem.
3557
3558         * utf7.el (utf7-encode): Autoload.
3559
3560         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3561         to allow the mail splitting to not return a default group.  This is
3562         useful for nnimap, which will leave unmatched mail in the inbox.
3563
3564         * nnimap.el: Rewritten.
3565
3566         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3567         nnimap usage.
3568
3569         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3570         if the move is internal, so that nnimap can do fast internal moves.
3571
3572         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3573         data.
3574         (gnus-read-active-for-groups): Support finishing the early retrieval of
3575         data.
3576
3577         * gnus-range.el (gnus-range-nconcat): New function.
3578
3579         * gnus-int.el (gnus-finish-retrieve-group-infos)
3580         (gnus-retrieve-group-data-early): New functions.
3581
3582 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3583
3584         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3585         (nnrss-retrieve-groups):
3586         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3587         (pop3-quit): Use with-current-buffer.
3588
3589 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3590
3591         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3592         instead of nnheader-accept-process-output.
3593
3594         * dgnushack.el (dgnushack-compile): Add comment.
3595
3596         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3597
3598         * gnus-html.el (gnus-html-schedule-image-fetching)
3599         (gnus-html-prefetch-images): Replace process-kill-without-query by
3600         gnus-set-process-query-on-exit-flag.
3601
3602 2010-09-16  Romain Francoise  <romain@orebokech.com>
3603
3604         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3605
3606 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3607
3608         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3609         parameter to unintern is mandatory-ish in Emacs 24.
3610
3611         * gnus-html.el (gnus-html-schedule-image-fetching)
3612         (gnus-html-prefetch-images): Check for curl before using it.
3613
3614         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3615         depend on curl, which isn't essential.
3616
3617         * imap.el: Revert back to version
3618         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3619         seem problematic.
3620
3621 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3622
3623         * gnus-registry.el (gnus-registry-install-shortcuts):
3624         Explicitly pass `obarray' to `unintern' to avoid a warning.
3625
3626 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3627
3628         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3629         change.
3630
3631         * nnrss.el (nnrss-request-list): Remove this function and related
3632         functions, including the moreover stuff.
3633
3634 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3635
3636         * nnrss.el (nnrss-retrieve-groups): New function.
3637
3638 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3639
3640         * .dir-locals.el: Add no-byte-compile cookie.
3641
3642 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3643
3644         * time-date.el (format-seconds): Comment fix.
3645
3646         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3647         for back end that doesn't support request-scan.
3648
3649 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3650
3651         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3652         then do request scans from the backends.
3653
3654         * netrc.el (netrc-credentials): New conveniency function.
3655
3656         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3657         avoid running a hook per line, since this takes a lot of time,
3658         profiling shows.
3659         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3660         directly if gnus-visual-p is true.
3661
3662 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3663
3664         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3665         groups; replace mapcar with dolist which is a bit faster; pass groups
3666         info to gnus-read-active-file-1.
3667         (gnus-read-active-file-1): Scan only specified groups if the new
3668         optional arg `infos' is given.
3669
3670 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3671
3672         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3673
3674         * pop3.el (pop3-movemail): Remove.
3675         (pop3-streaming-movemail): Rename to pop3-movemail.
3676
3677         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3678         don't restrict end-tag searches to the end of the line.
3679
3680 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3681
3682         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3683         articles of every unchecked group to t, which means unknown since the
3684         server has never been opened.
3685
3686 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3687
3688         * gnus-html.el (gnus-html-show-alt-text): New command.
3689         (gnus-html-browse-image): Ditto.
3690         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3691         to browse the image directly.
3692         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3693         better.
3694
3695         * gnus-async.el (gnus-async-article-callback):
3696         Call `gnus-html-prefetch-images' unconditionally.
3697
3698         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3699         before feeding URLs to curl.
3700
3701 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3702
3703         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3704         internal images as deletable by `W D D'.
3705
3706         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3707         (gnus-async-article-callback): Fix typo.
3708
3709 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3710
3711         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3712         current line to work around bugs in the output from w3m.
3713
3714         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3715         for groups that want that.
3716
3717         * nntp.el (nntp-wait-for-string): Supply a timeout for
3718         accept-process-output to ensure progress.
3719
3720         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3721         level to get unread articles from, then use that for foreign groups,
3722         too.
3723
3724         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3725         confuses the rest of the function.
3726
3727         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3728         for the methods that support -retrieve-groups, too.
3729
3730         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3731
3732 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3735         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3736
3737         * pop3.el: Require cl when compiling.
3738         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3739
3740 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3741
3742         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3743         that aren't going to be activated.
3744         (gnus-get-unread-articles): Fix up the last commit.
3745
3746         * gnus-html.el (gnus-article-html): Allow calling without specifying
3747         the handle.  In that case, dissect the buffer first.
3748
3749         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3750
3751         * nnimap.el (nnimap-open-connection): Revert the change that would look
3752         into authinfo for imaps instead of imap.
3753
3754         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3755         say that you don't want to call gnus-request-group with don-check, but
3756         do check the reponse.  This is for virtual groups only.
3757         (gnus-get-unread-articles): Count the archive groups as secondary, so
3758         that they're activated the same way as before.
3759
3760         * imap.el (imap-message-map): Removed optional buffer parameter, since
3761         no callers use it.
3762         (imap-message-get): Ditto.
3763         (imap-message-put): Ditto.
3764         (imap-mailbox-map): Ditto.
3765         (imap-mailbox-put): Ditto.
3766         (imap-mailbox-get): Ditto.
3767         (imap-mailbox-get): Revert last change for this function.
3768
3769         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3770         case-insensitively.
3771         (nnimap-debug): Remove.
3772
3773         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3774         to use `imap-fetch' instead.  According to the comments, this should be
3775         safe, since all other IMAP clients use the 1:* syntax.
3776         (imap-enable-exchange-bug-workaround): Removed.
3777         (imap-debug): Removed -- doesn't seem very useful.
3778
3779         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3780         mail from a file, and the file doesn't exist.
3781
3782         * imap.el (imap-log): New convenience function used throughout instead
3783         of repeating the same code all over the place.
3784
3785         * pop3.el (pop3-streaming-movemail): Return t for success.
3786
3787         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3788         .authinfo if we're using ssl connection.
3789
3790         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3791         already have if we're in a main Gnus `g' run.
3792
3793         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3794
3795 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3796
3797         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3798
3799         * nnmh.el (nnmh-request-list-1): Bind `file'.
3800
3801         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3802         alias to set-process-query-on-exit-flag or process-kill-without-query.
3803         (pop3-open-server): Use it.
3804
3805 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3806
3807         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3808         box to the Incoming file.  Fixes mistake in previous checkin.
3809
3810         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3811         request loop (for debugging purposes) removed.
3812
3813         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3814         culprit is more visible.
3815         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3816         (nnml-add-incremental-nov): New functions to do "incremental" nov
3817         updates, where we just append to the end of the existing nov files
3818         without reading/writing them in full.
3819
3820         * mail-source.el (mail-source-delete-crash-box): Really only check the
3821         incoming files once in a while.
3822
3823         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3824
3825         * mail-source.el (mail-source-delete-crash-box): Only check the
3826         incoming files for deletion once per day to save a lot of file
3827         accesses.
3828
3829         * pop3.el (pop3-logon): Fix up unbound variable typo.
3830
3831         * mail-source.el (pop3-streaming-movemail): Autoload.
3832
3833         * pop3.el (pop3-streaming-movemail):
3834         Respect pop3-leave-mail-on-server.
3835
3836         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3837         retrieval.
3838
3839         * pop3.el (pop3-process-filter): Remove unused function.
3840         (pop3-streaming-movemail, pop3-send-streaming-command)
3841         (pop3-wait-for-messages, pop3-write-to-file)
3842         (pop3-number-of-responses): New functions for streaming pop3
3843         retrieval.
3844
3845         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3846         come from no known methods.
3847         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3848         list.
3849
3850         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3851         message sizes.
3852         (pop3-movemail): Use erase-buffer instead of looping and deleting
3853         regions, which seems rather odd.
3854
3855         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3856         file once per `g' run.
3857
3858         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3859         directories.  This makes the draft queue directory work.
3860
3861         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3862         data from the backends, so that we only request the list of groups from
3863         each method once.  This should speed things up considerably.
3864
3865         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3866         detect that it's not implemented.
3867
3868         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3869         we actually do recurse down into the tree, but don't stat all leaf
3870         nodes.
3871
3872         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3873         then say so instead of bugging out.
3874
3875         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3876         files exist before trying to read them.
3877
3878         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3879         around <pre_int>.
3880
3881         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3882
3883         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3884
3885 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3886
3887         * mm-util.el (mm-image-load-path): Just return the image directories,
3888         not all directories in the path in addition to the image directories.
3889         (mm-image-load-path): Maintain a cache of the image directories so that
3890         the `g' command in Gnus doesn't have to stat dozens of directories each
3891         time.
3892
3893         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3894         (gnus-html-wash-tags): Add a new `i' command to insert images.
3895         (gnus-html-insert-image): New command and keystroke.
3896         (gnus-html-redisplay-with-images): New command and keystroke.
3897         (gnus-html-show-images): Rename command.
3898         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3899         spacers.
3900         (gnus-html-wash-tags): Decode entities at the end, so that entities
3901         inside the tags don't mess up the rest of the "parsing".
3902
3903         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3904         so that nnimap methods aren't agentized by default.  There's apparently
3905         many problems related to agent/imap behaviour.
3906
3907         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3908
3909         * gnus-html.el: Doc fix.
3910
3911 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3914         specifier-spec-list for Emacs 21.
3915
3916         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3917         glyph-width and glyph-height instead of display-graphic-p and
3918         image-size; make avoidance of displaying small images work for XEmacs.
3919
3920         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3921         for XEmacs.
3922
3923         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3924         of symbol that holds plist data.
3925         (gnus-process-plist): Remove plist of process after getting it.
3926
3927 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3928
3929         * message.el (message-generate-hashcash): Change default to
3930         'opportunistic if hashcash is installed.
3931
3932         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3933         (gnus-html-put-image): Only call image-size once, since it's somewhat
3934         time-consuming on remote X servers.
3935
3936 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3939         type on data, not a file name.
3940
3941         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3942         window-pixel-edges for Emacs 21.
3943
3944         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3945         decoded contents.
3946         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3947
3948 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3949
3950         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3951         group line format, since it isn't very interesting.
3952
3953         * gnus-agent.el (gnus-agent-short-article),
3954         (gnus-agent-long-article): Increase values for these two variables,
3955         since most people are likely to have more network connection and
3956         storage than before.
3957
3958         * gnus.el (gnus-refer-article-method): Change default to 'current.
3959         When referring an article, the common behaviour is to refer it from the
3960         current select method, not the native select method.  The chances of
3961         the native select method having the message in question is rather slim
3962         these days.
3963
3964         * gnus-sum.el (gnus-auto-select-subject): Change default to
3965         `unseen-or-unread'.  I think it's likely that most people want to
3966         select an unseen article over a previously seen, but unread one.
3967
3968         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3969         means that in the article buffer none of the minor mode elements will
3970         be shown, usually, and this is not desirable in most cases.
3971
3972         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3973         that commands like `d' (and the like) go to the next line in the
3974         buffer, instead of the next unread article.  I think this is the
3975         behaviour that is most natural for most users.
3976         (gnus-single-article-buffer): Change default to nil, so that people can
3977         have as many article buffers open as they have summary buffer.  I think
3978         this is the most natural way for the groups to behave.
3979
3980         * message.el (message-generate-new-buffers): Change default to
3981         `unsent', so that all new message buffers start their names with the
3982         string "*unsent", and it's easier to find the buffers if you move from
3983         them.
3984
3985 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3986
3987         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3988         small.  They're probably tracking images.
3989         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3990         (gnus-html-rescale-image): Yet another try at getting the image sizing
3991         right.
3992
3993         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3994         nntp-marks-file-name is nil.
3995
3996 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3997
3998         * gnus-html.el (gnus-html-wash-tags)
3999         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4000         Better logging.
4001
4002 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4003
4004         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4005
4006         * gnus-html.el (gnus-html-wash-tags): Check the value of
4007         gnus-blocked-images in the summary buffer.
4008
4009 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4010
4011         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4012
4013 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4014
4015         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4016         like "a", it seems like.
4017         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4018         since it needs to be picked from the correct buffer.
4019
4020         * nnwfm.el: Remove.
4021
4022         * nnlistserv.el: Remove.
4023
4024 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4025
4026         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4027         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4028
4029 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4030
4031         * nnkiboze.el: Remove.
4032
4033         * nndb.el: Remove.
4034
4035         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4036         alt text.
4037         (gnus-html-rescale-image): Try to get the rescaling logic right for
4038         images that are just wide and not tall.
4039
4040         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4041         overshadow variable bindings.
4042
4043 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4044
4045         * gnus-html.el (gnus-html-wash-tags)
4046         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4047         Add extra logging.
4048
4049 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4052         (gnus-max-image-proportion): New variable.
4053         (gnus-html-rescale-image): New function.
4054         (gnus-html-put-image): Rescale images.
4055
4056 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4057
4058         Fix up some byte-compiler warnings.
4059         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4060         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4061         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4062         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4063         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4064         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4065         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4066
4067 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4068
4069         * gnus-html.el (gnus-article-html): Decode contents by charset.
4070
4071 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4074         (gnus-html-frame-width, gnus-blocked-images)
4075         * message.el (message-prune-recipient-rules): Add custom version.
4076         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4077
4078         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4079         functions.
4080
4081         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4082         gnus-process-get.
4083
4084 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4085
4086         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4087         instead of lsub directly.
4088
4089 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4090
4091         * nnwarchive.el: Remove.
4092
4093         * gnus-soup.el: Remove.
4094
4095         * nnsoup.el: Remove.
4096
4097         * nnultimate.el: Remove.
4098
4099         * gnus-html.el (gnus-blocked-images): New variable.
4100
4101         * message.el (message-prune-recipients): New function.
4102         (message-prune-recipient-rules): New variable.
4103
4104         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4105         guess whether a long line is natural text or not.
4106
4107         * gnus-html.el (gnus-html-schedule-image-fetching):
4108         Use gnus-process-plist and friends for compatibility.
4109
4110 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4111
4112         * gnus-html.el: Require packages that define macros used in this file.
4113         (gnus-article-mouse-face): Declare to silence byte-compiler.
4114         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4115         process-get.
4116         (gnus-html-put-image): Use plist-get to avoid getf.
4117         (gnus-html-prefetch-images): Use with-current-buffer.
4118
4119 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4120
4121         * gnus-ems.el: Provide compatibility functions for
4122         gnus-set-process-plist.
4123
4124         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4125         header-line-format for XEmacs 21.4.
4126
4127         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4128         * gnus.el (gnus-valid-select-methods)
4129         * message.el (message-send-mail-partially-limit)
4130         * mm-decode.el (mm-text-html-renderer)
4131         * mml.el (mml-insert-mime-headers-always)
4132         * smiley.el (smiley-regexp-alist): Bump custom version.
4133
4134 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4135
4136         * gnus-html.el: require mm-url.
4137         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4138         with the url to `url'.
4139         (gnus-html-wash-tags): Support cid: URLs/images.
4140
4141 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4142
4143         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4144         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4145         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4146
4147         * gnus-move.el: Remove file, since it doesn't really work.
4148
4149         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4150         UTF-8.  This seems to fix problems with some German web feeds.
4151
4152         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4153         at the top so that the proper colours are applied.
4154
4155         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4156         don't have dots in their names.
4157
4158         * gnus-art.el (gnus-article-view-part): Doc fix.
4159
4160         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4161         XEmacs-compatible.
4162         (gnus-html-put-image): Don't do images on non-graphic displays.
4163
4164         * nnslashdot.el: Remove this unused backend.
4165
4166         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4167         actions.
4168         (gnus-undo-register-1): Revert last change.
4169
4170         * gnus-group.el (gnus-group-completing-read): Protect against not
4171         having completion-styles bound.
4172
4173         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4174         make broken recipients happier.
4175
4176         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4177
4178         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4179         point parameter.
4180
4181         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4182
4183         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4184         completion-styles for group selection.
4185
4186 2009-02-04  Andreas Schwab  <schwab@suse.de>
4187
4188         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4189         headers and regexp-quote the match if necessary.
4190
4191 2009-03-24  Miles Bader  <miles@gnu.org>
4192
4193         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4194         the blinking smiley.
4195
4196 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4197
4198         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4199         blink smiley.
4200
4201 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4202
4203         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4204         where the dribbel file lives exists.
4205
4206         * message.el (message-send-mail-partially-limit): Change the default to
4207         nil, since most people don't want this.
4208
4209         * mm-url.el (mm-url-decode-entities): Also decode entities like
4210         &#x3212.
4211
4212 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4213
4214         * gnus-sum.el (gnus-summary-idna-message):
4215         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4216         Hyperlink urls in docstrings with URL `...'.
4217
4218 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4219
4220         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4221         functions.
4222
4223 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4224
4225         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4226         say what the mouseover text should be.
4227
4228         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4229         version of the mm-w3m-safe-url-regexp variable to only download images
4230         in the groups where we want that to happen.
4231
4232         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4233
4234         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4235         easier debugging.
4236         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4237         big pictures in the article buffer.
4238
4239         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4240         gnus-article-html.
4241         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4242         w3m.
4243
4244         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4245
4246 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4247
4248         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4249         which doesn't exist.
4250
4251         * message.el (message-inhibit-ecomplete): New variable to allow some
4252         function to inhibit ecomplete address storage.
4253         (message-resend): Disable ecomplete message storage when resending
4254         messages.
4255
4256         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4257
4258 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4261         Save excursion while copying, moving, and deleting articles in order to
4262         prevent the cursor from jumping to unforeseen place.
4263
4264 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * lpath.el: No need to bind bookmark-current-buffer,
4267         bookmark-yank-point and bookmark-make-record-function.
4268
4269 2010-08-17  Glenn Morris  <rgm@gnu.org>
4270
4271         * gnus-sync.el: Require gnus components whose functions are used.
4272
4273         * gnus-art.el (bookmark-make-record-function):
4274         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4275         Declare for compiler.
4276
4277         * mm-url.el (mml-compute-boundary): Autoload.
4278
4279 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4280
4281         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4282
4283 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4284
4285         Typo fix "hoo4a" -> "hook".
4286
4287         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4288
4289 2010-08-14  Glenn Morris  <rgm@gnu.org>
4290
4291         * gnus-sync.el (gnus-sync): Fix defgroup version.
4292
4293 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4294
4295         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4296
4297         * gnus-sync.el: Fix docs.
4298         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4299         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4300
4301 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4302
4303         Optimizations for gnus-sync.el.
4304
4305         * gnus-sync.el: Add docs about gnus-sync-backend
4306         possibilities.
4307         (gnus-sync-save): Remove unnecessary message.
4308         (gnus-sync-read): Optimize and show what groups were skipped.
4309
4310 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4311
4312         Minor bug fixes for gnus-sync.el.
4313
4314         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4315         Don't read the sync on get-new-news.
4316
4317         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4318         quiet.
4319
4320         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4321         (fix typo).
4322
4323 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4324
4325         Make saving and restoring of hidden threads work with overlays.
4326         Patch applied by Ted Zlatanov.
4327
4328         * gnus-sum.el (gnus-hidden-threads-configuration)
4329         (gnus-restore-hidden-threads-configuration): Update to deal with text
4330         properties, rather than searching for a magic character.
4331
4332 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4333
4334         New gnus-sync.el library for synchronization of marks.
4335
4336         * gnus-sync.el: New library for synchronization of marks.
4337
4338         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4339         renamed from `gnus-registry-grep-in-list'.
4340
4341         * gnus-registry.el (gnus-registry-follow-group-p):
4342         Use `gnus-grep-in-list'.
4343
4344         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4345
4346 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4349         determining charset of text fails.
4350
4351 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * nnmail.el (nnmail-get-new-mail-1): Revert.
4354
4355         * nnml.el (nnml-active-number): Make sure names of newly created groups
4356         in nnml-group-alist are encoded.
4357
4358 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4359
4360         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4361         containing non-ASCII characters in active file for nnml back end.
4362
4363 2010-07-24  David Engster  <dengste@eml.cc>
4364
4365         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4366         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4367
4368 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4369
4370         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4371         tag (Bug#6654).
4372
4373 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4376         the article buffer, not the summary buffer.
4377
4378 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4381         Emacs 23 as well.
4382
4383 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4384
4385         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4386         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4387
4388 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4389
4390         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4391         Patch applied by Karl Fogel.
4392
4393         * gnus-sum.el (gnus-summary-bookmark-make-record):
4394         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4395
4396 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4397
4398         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4399         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4400         C-w still not working correctly from Article buffers; Thierry's
4401         patch to fix that will be applied after this.
4402
4403         * gnus-art.el (bookmark-make-record-function): New local variable.
4404
4405         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4406         article buffer.
4407         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4408
4409 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4410
4411         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4412         on changes in bookmark.el.
4413
4414 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4415
4416         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4417         `no-log' instead of message not to log prompt string.
4418
4419 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4420
4421         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4422         the *other* type of HTML form submission.
4423
4424 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4425
4426         * auth-source.el (auth-source-pick): If choice does not contain a
4427         questioned keyword, set the check to t.
4428
4429 2010-06-12  Romain Francoise  <romain@orebokech.com>
4430
4431         * gnus-util.el (gnus-date-get-time): Move up before first use.
4432
4433 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4436         (gnus-article-edit-part): Bind it to make last part that is substituted
4437         or deleted visible.
4438         (gnus-mime-display-single): Buttonize part of which id equals to
4439         gnus-mime-buttonized-part-id.
4440
4441 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4442
4443         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4444         (gnus-dd-mmm): Use gnus-date-get-time.
4445         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4446         simplify logic.
4447         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4448         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4449
4450 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4451
4452         * auth-source.el (top): Autoload `secrets-list-collections',
4453         `secrets-create-item', `secrets-delete-item'.
4454         (auth-sources): Fix tag string.
4455         (auth-get-source, auth-source-retrieve, auth-source-create)
4456         (auth-source-delete): New defuns.
4457         (auth-source-pick): Rewrite in order to avoid 2 passes.
4458         (auth-source-forget-user-or-password): New parameter USERNAME.
4459         (auth-source-user-or-password): New parameters CREATE-MISSING and
4460         DELETE-EXISTING.  Retrieve password interactively, if needed.
4461
4462 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4463
4464         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4465         deleting unused directories when gnus-expert-user is t.
4466
4467 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4470         for each temp file when gnus-article-browse-delete-temp is ask.
4471
4472 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4473
4474         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4475         Lisp calls to delete-backward-char by calls to delete-char.
4476
4477 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4478
4479         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4480
4481 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4482
4483         * password-cache.el (password-cache-remove): Fix docstring.
4484
4485 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4488         article unless decoding article to be saved.
4489
4490 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4491
4492         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4493         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4494         generated within the mm-with-unibyte-current-buffer macro.
4495
4496 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4499         to nil when we're in a mml-preview buffer and no group is selected.
4500
4501 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4502
4503         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4504         when catching the `C-g'.  Reported by "Leo".
4505
4506 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * message.el (message-forward-make-body-plain)
4509         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4510         multibyte-string-p.
4511
4512         * lpath.el: Revert.
4513
4514 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4515
4516         * message.el (message-forward-make-body-mml): Assume original message
4517         is multibyte string; error on unibyte.
4518         (message-forward-make-body-plain): Ditto; don't add excessive newline
4519         in body end.
4520
4521         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4522
4523 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4524
4525         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4526         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4527
4528 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * mm-extern.el (mm-extern-url): Don't use
4531         mm-with-unibyte-current-buffer.
4532         (mm-extern-cache-contents): Use with-current-buffer instead of
4533         save-excursion + set-buffer.
4534
4535 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * mm-util.el (mm-emacs-mule): Remove.
4538
4539 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4540
4541         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4542         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4543         change.
4544
4545 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4548         bind the default value of enable-multibyte-characters to nil.
4549
4550 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * message.el (message-forward-make-body-plain)
4553         (message-forward-make-body-mml):
4554         Don't use mm-with-unibyte-current-buffer.
4555
4556 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4557
4558         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4559
4560 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4561
4562         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4563         (Bug#5592).
4564
4565 2010-05-07  Julien Danjou  <julien@danjou.info>
4566
4567         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4568         it to mm-pipe-part.
4569
4570         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4571         it is given.
4572
4573 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * binhex.el (binhex-decode-region-internal)
4576         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4577         (dns-query)
4578         * nnweb.el (nnweb-gmane-search)
4579         * pgg-parse.el (pgg-parse-armor)
4580         * pgg.el (pgg-verify-region)
4581         * sha1.el (sha1-string-external)
4582         * uudecode.el (uudecode-decode-region-internal)
4583         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4584         XEmacs.
4585
4586         * gnus-art.el (gnus-article-browse-html-parts)
4587         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4588         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4589         make-temp-file.
4590
4591         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4592         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4593         compiling.
4594
4595         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4596         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4597         XEmacs when compiling.
4598
4599         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4600         gnus-pick-mode-off-hook for XEmacs when compiling.
4601         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4602         gnus-binary-mode-off-hook for XEmacs when compiling.
4603
4604         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4605         Return nil if char-charset is not available.
4606
4607         * imap.el (imap-disable-multibyte)
4608         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4609         macros.
4610
4611         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4612         instead of encode-coding-string.
4613
4614         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4615         'xemacs) instead of mm-emacs-mule to switch function definitions.
4616         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4617
4618         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4619         bind temporary-file-directory for XEmacs;
4620         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4621         timer-set-function for XEmacs 21.4 and SXEmacs;
4622         bind timer-list for XEmacs 21.4 and SXEmacs;
4623         fbind char-charset and find-charset-region for non-Mule XEmacs;
4624         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4625         encode-coding-region and encode-coding-string for XEmacs having no
4626         file-coding feature.
4627
4628 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4629
4630         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4631
4632 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4635         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4636
4637 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4638
4639         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4640         alias `jka-compr-delete-temp-file' no longer exists.
4641
4642 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4643
4644         Use define-minor-mode in Gnus where applicable.
4645         * mml.el (mml-mode): Use define-minor-mode.
4646         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4647         (gnus-undo-mode): Use define-minor-mode.
4648         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4649         (gnus-dead-summary-mode): Use define-minor-mode.
4650         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4651         Initialize in declaration.
4652         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4653         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4654         (gnus-mailing-list-mode): Use define-minor-mode.
4655         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4656         (gnus-draft-mode): Use define-minor-mode.
4657         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4658         (gnus-dired-mode): Use define-minor-mode.
4659
4660 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4661
4662         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4663         handles on recursive mml-to-mime translation and check them for
4664         boundary delimiter collisions.  Reported by Greg Troxel.
4665
4666 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4669
4670 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4671
4672         * mm-util.el (mm-find-buffer-file-coding-system):
4673         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4674
4675 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4676
4677         * message.el (message-generate-headers): Record insertion of optional
4678         headers as well.  Otherwise the check to prevent repeated insertion of
4679         optional headers is a no-op.
4680
4681 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4682
4683         * smime.el: Don't mention CVS.
4684
4685         * nnrss.el (nnrss-fetch): Don't mention CVS.
4686
4687         * nnir.el: Don't mention CVS.
4688
4689 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4690
4691         * gnus-sum.el (gnus-summary-bookmark-make-record):
4692         Add `location' field.
4693
4694 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4695
4696         * lpath.el: Fbind bookmark-default-handler,
4697         bookmark-get-bookmark-record, bookmark-make-record-default,
4698         bookmark-prop-get for Emacs <23 and XEmacs.
4699
4700 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4701
4702         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4703         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4704         Use with-current-buffer to silence the byte-compiler.
4705         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4706         bother to require `gnus'.
4707         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4708
4709 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4710
4711         * gnus-sum.el (gnus-summary-bookmark-make-record)
4712         (gnus-summary-bookmark-jump): New functions.
4713         (gnus-summary-mode): Setup bookmark support.
4714
4715 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4716
4717         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4718         if set.
4719
4720 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4721
4722         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4723         gnus-article-browse-html-save-cid-image; make it work recursively for
4724         forwarded messages as well.
4725         (gnus-article-browse-html-parts): Work when prefix arg is given.
4726         (gnus-article-browse-html-article): Doc fix.
4727
4728 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4729
4730         * message.el (message-default-mail-headers):
4731         (message-default-headers): Carry the value mail-default-headers over
4732         into message-default-mail-headers, rather than message-default-headers.
4733
4734 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4735
4736         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4737         charset.
4738
4739         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4740         charset into the <meta> tag when the article is encoded to utf-8.
4741
4742 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4743
4744         * gnus-art.el (gnus-article-browse-delete-temp-files):
4745         Delete directories as well.
4746         (gnus-article-browse-html-parts): Work for images that do not specify
4747         file names; delete temp directory when quitting; insert header at the
4748         right place; use file: scheme for image files.
4749
4750 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4751
4752         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4753         (gnus-article-browse-html-parts): Use it to make temporary cid image
4754         files in addition to html file so that browser may display them.
4755
4756 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4759
4760 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4761
4762         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4763
4764 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4765
4766         * auth-source.el (auth-sources): Change default to be simpler.
4767         Explain about Secret Service API sources.  Improve Customize options.
4768         (auth-source-pick): Change to accept any number of search parameters.
4769         Implement fallbacks iteratively, not recursively.  Add scoring on the
4770         second pass and sort by score.  Call Secret Service API when needed.
4771         (auth-source-user-or-password): Use it.  Call Secret Service API
4772         directly when needed to get the user name and the password.
4773
4774 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4775
4776         * message.el (message-interactive): Doc fix.
4777         (message-qmail-inject-args): Reflow.
4778         (message-kill-to-signature): Fix typo in docstring.
4779
4780         * smiley.el (smiley-buffer): Fix typo in docstring.
4781
4782 2010-03-24  Glenn Morris  <rgm@gnu.org>
4783
4784         * mail-source.el (gnus-message): Declare.
4785         (mail-source-delete-old-incoming): Require gnus-util.
4786
4787 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4790
4791         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4792
4793         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4794         password-cache's default if it is not bound.
4795         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4796         password-cache-expiry's default if it is not bound.
4797
4798         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4799         available in Emacs 21.
4800
4801         * lpath.el: Suppress compiler warnings for:
4802         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4803         XEmacs;
4804         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4805         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4806         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4807
4808 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4809
4810         * auth-source.el (auth-sources): Fix up definition so extra parameters
4811         are always inline.
4812
4813 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4814
4815         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4816         wasn't updated after mismatch.  Clear cached mailbox info correctly
4817         when uidvalidity changes.
4818         (nnimap-group-prefixed-name): New function to avoid some code
4819         duplication.
4820         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4821         (nnimap-request-group): Use it.
4822         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4823         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4824         with many imap folders.  This is done by caching the group status from
4825         the imap server persistently in a group parameter `imap-status'.  (This
4826         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4827         but not persistently, so every Gnus startup was still very slow.)
4828
4829 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4830
4831         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4832         delete the extra newline.  Otherwise editing of :string and :number
4833         types don't work.
4834
4835 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4836
4837         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4838         secrets.el dependency.
4839         (auth-sources): Add optional user name.  Add secrets.el configuration
4840         choice (unused right now).
4841
4842 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4843
4844         * gnus-sum.el (gnus-summary-make-menu-bar):
4845         Let `gnus-registry-install-shortcuts' fill in the functions.
4846
4847         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4848         warnings.
4849         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4850         (gnus-registry-install-shortcuts): Populate and use it in a
4851         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4852
4853 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4854
4855         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4856         In-place substitutions for the group name encoding/decoding.
4857         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4858         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4859         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4860         (nnimap-update-unseen, nnimap-request-list)
4861         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4862         (nnimap-request-set-mark, nnimap-split-to-groups)
4863         (nnimap-split-articles, nnimap-request-newgroups)
4864         (nnimap-request-create-group, nnimap-request-accept-article)
4865         (nnimap-request-delete-group, nnimap-request-rename-group)
4866         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4867         `encoded-mbx' for consistency.
4868         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4869         variable `imap-current-mailbox'.
4870
4871         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4872         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4873
4874 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4875
4876         * pop3.el (pop3-display-message-size-flag): Display message size byte
4877         counts during POP3 download.
4878         (pop3-movemail): Use it.
4879         (pop3-list): Implement listing of available messages.
4880
4881 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4882
4883         * nnir.el (nnir-get-article-nov-override-function): New function to
4884         override the normal NOV retrieval.
4885         (nnir-retrieve-headers): Use it.
4886
4887 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4888
4889         * auth-source.el (netrc-machine-user-or-password): Autoload.
4890
4891 2010-03-19  Glenn Morris  <rgm@gnu.org>
4892
4893         Stop message.el from loading about 40 libraries it doesn't always need.
4894         The general approach is to autoload rather than require, and to
4895         require in the specific functions rather than the file.  (Bug#5642)
4896
4897         * gmm-utils.el: Don't require wid-edit.
4898         (widget-create-child-value, widget-convert, widget-default-get):
4899         Autoload.
4900
4901         * gnus-util.el: Don't require time-date, netrc.
4902         (message-fetch-field, gnus-group-name-decode): Declare rather than
4903         autoloading.
4904         (gnus-fetch-field): Require message.
4905         (gnus-decode-newsgroups): Require gnus-group.
4906
4907         * ietf-drums.el: Don't require time-date.
4908
4909         * message.el: Don't require hashcash, canlock, ecomplete.
4910         Do require mail-utils.  Require nnheader only when compiling.
4911         (smtpmail-default-smtp-server): Remove declaration.
4912         (message-send-mail-function): Check smtpmail-default-smtp-server
4913         is bound rather than requiring smtpmail.
4914         (message-auto-save-directory, message-insert-signature):
4915         Use expand-file-name rather than nnheader-concat.
4916         (nnheader-insert-file-contents): Autoload.
4917         (hashcash-wait-async): Declare.
4918         (message-send-mail): Only call gnus-setup-posting-charset if
4919         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4920         (message-send-mail-with-sendmail): Require sendmail.
4921         (canlock-password, canlock-password-for-verify): Declare.
4922         (message-canlock-password): Require canlock.
4923         (nnheader-get-report): Autoload.
4924         (gnus-setup-posting-charset): Declare.
4925         (message-send-news): Require gnus-msg.
4926         (message-make-references, message-make-in-reply-to): Use mail-header-id
4927         rather than the alias mail-header-message-id.
4928         (ecomplete-add-item, ecomplete-save): Declare.
4929         (message-put-addresses-in-ecomplete): Require ecomplete.
4930         (ecomplete-display-matches): Autoload.
4931
4932         * mm-decode.el: Don't require mailcap, gnus-util.
4933         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4934         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4935         Autoload.
4936         (mailcap-mime-extensions): Declare.
4937
4938         * mm-encode.el: Don't require mailcap.
4939         (mailcap-extension-to-mime): Autoload.
4940
4941         * mml-sec.el: Don't require password-cache.
4942
4943         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4944         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4945         (mml-minibuffer-read-type): Require mailcap.
4946         (mml-preview): Require gnus-msg.
4947
4948         * mml1991.el: Require password-cache.
4949         (password-cache-expiry): Remove declaration.
4950
4951         * mml2015.el: Require password-cache.
4952         (password-cache-expiry): Remove declaration.
4953
4954         * nneething.el (mailcap): Require mailcap.
4955
4956         * nnheader.el (declare-function): Add compatibility stub.
4957         (message-remove-header): Declare rather than autoload.
4958         (nnheader-replace-header): Require message.
4959
4960         * nnimap.el (declare-function): Add compatibility stub.
4961         (netrc-parse, netrc-machine-user-or-password): Declare.
4962         (nnimap-open-connection): Require netrc.
4963
4964         * nntp.el (declare-function): Add compatibility stub.
4965         (netrc-parse, netrc-machine, netrc-get): Declare.
4966         (nntp-send-authinfo): Require netrc.
4967
4968         * rfc2047.el: Don't require qp.
4969         (quoted-printable-encode-region, quoted-printable-decode-string):
4970         Autoload.
4971
4972         * sieve-mode.el: Don't require easymenu.
4973         (easy-menu-add-item): Autoload it.
4974
4975         * spam-stat.el (time-to-number-of-days): Autoload it.
4976
4977 2010-03-19  Glenn Morris  <rgm@gnu.org>
4978
4979         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4980
4981 2010-03-18  Glenn Morris  <rgm@gnu.org>
4982
4983         * hashcash.el (declare-function): Remove duplicate definition.
4984
4985 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4986
4987         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4988         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4989         value if any backslash escapes).
4990
4991 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4992
4993         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4994         if it is available.  (bug#5647)
4995
4996         * lpath.el: Suppress compiler warning for coding-system-from-name for
4997         Emacs 21 and XEmacs.
4998
4999 2010-03-14  Juri Linkov  <juri@jurta.org>
5000
5001         * hmac-def.el:
5002         * hmac-md5.el:
5003         * netrc.el: Fix keywords.
5004
5005 2010-02-26  Glenn Morris  <rgm@gnu.org>
5006
5007         * message.el (message-send-mail-function): Change the default, so that
5008         it inherits from a customized send-mail-function.  (Bug#5643)
5009
5010 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5011
5012         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5013         shell-command-to-string signals an error (bug#5299).
5014
5015 2010-02-24  Glenn Morris  <rgm@gnu.org>
5016
5017         * message.el (message-smtpmail-send-it)
5018         (message-send-mail-with-mailclient): Doc fixes.
5019
5020 2010-02-16  Glenn Morris  <rgm@gnu.org>
5021
5022         * message.el (message-default-mail-headers): Change the default value
5023         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5024
5025 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5028         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5029
5030 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5031
5032         * time-date.el (date-to-time): Doc fix (Bug#5408).
5033
5034 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5035
5036         * message.el (message-mail): Just pass yank-action on to message-setup.
5037         (message-setup): Handle (FUN . ARGS) form of yank-action.
5038         (message-with-reply-buffer, message-widen-reply)
5039         (message-yank-original): Handle non-buffer values of
5040         message-reply-buffer (Bug#4080).
5041         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5042
5043 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5044
5045         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5046         Fix typo in docstring.
5047
5048 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5049
5050         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5051         response.
5052
5053 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5054
5055         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5056
5057         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5058
5059         * message.el (message-check-news-header-syntax): Protect against a
5060         string that `rfc822-addresses' returns when parsing fails.
5061
5062 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5063
5064         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5065         (gnus-previous-char-property-change): New functions.
5066
5067         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5068
5069 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5070
5071         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5072         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5073
5074 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5075
5076         * message.el (message-exchange-point-and-mark): Rework last change to
5077         avoid using optional arg of exchange-point-and-mark, for backward
5078         compatibility.
5079
5080 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5081
5082         * message.el (message-exchange-point-and-mark):
5083         Call exchange-point-and-mark with an argument rather than setting
5084         mark-active by hand (Bug#5175).
5085
5086 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5087
5088         * nntp.el (nntp-service-to-port): Work for service expressed with
5089         numeric string; replace [:digit:] with [0-9] for XEmacs.
5090
5091 2009-12-17  Glenn Morris  <rgm@gnu.org>
5092
5093         * gnus-group.el (gnus-bug-group-download-format-alist):
5094         Change emacs entry to debbugs.gnu.org.  Bump :version.
5095
5096 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5097
5098         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5099
5100 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5101
5102         * message.el (message-info): Explain why we use `Info-goto-node'.
5103
5104 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5107
5108 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5109
5110         * message.el (message-completion-in-region): New compatibility function.
5111         (message-expand-group): Use it.
5112
5113 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5114
5115         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5116         with no unread article should be listed if the 2nd arg `predicate' is
5117         given.
5118
5119 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5122
5123 2009-11-29  Juri Linkov  <juri@jurta.org>
5124
5125         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5126         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5127         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5128
5129 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5130
5131         * sha1.el (sha1-string-external): default-directory "/" in case
5132         otherwise non-existent.  process-connection-type pipe for touch of
5133         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5134
5135 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5136
5137         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5138         it's comms related and sgml-mode.el has "comm" on that basis too.
5139
5140 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5141
5142         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5143         containing tspecial characters if they have been already quoted.
5144
5145 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5146
5147         * dns-mode.el (auto-mode-alist): Purecopy string.
5148
5149 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5150
5151         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5152
5153 2009-10-24  Glenn Morris  <rgm@gnu.org>
5154
5155         * gnus-art.el (help-xref-stack-item): Define for compiler.
5156
5157 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5158
5159         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5160
5161 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5164
5165 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5168         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5169
5170 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5173         (gnus-overlays-in): New alias to overlays-in.
5174
5175         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5176         gnus-overlay-get, and gnus-delete-overlay.
5177         (gnus-summary-show-thread): Make it work as well for systems in which
5178         next-single-char-property-change is not available.
5179         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5180
5181         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5182         (gnus-overlay-get): New alias to extent-property.
5183         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5184
5185         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5186         SXEmacs.
5187
5188         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5189         SXEmacs.
5190
5191 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5192
5193         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5194
5195 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5196
5197         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5198         and XEmacs that don't have `remove-overlays'.
5199
5200 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5201
5202         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5203         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5204         selective display.  Use overlays instead.
5205
5206 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5207
5208         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5209
5210 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5211
5212         * spam-stat.el (spam-stat-load): Fix typo in message.
5213
5214 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5215
5216         * dig.el (dig-invoke): Fix typo in docstring.
5217         (query-dig): Reflow docstring.
5218
5219 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5220
5221         * gnus-art.el (gnus-article-encrypt-body):
5222         * message.el (message-check-recipients):
5223         * mm-util.el (mm-codepage-setup):
5224         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5225         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5226
5227 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5228
5229         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5230         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5231         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5232         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5233         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5234
5235 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5236
5237         * dig.el: Add "Keywords: comm", as per net-utils.el.
5238
5239 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5240
5241         * dig.el (dig-mode): Use define-derived-mode.
5242
5243 2009-09-19  Glenn Morris  <rgm@gnu.org>
5244
5245         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5246
5247 2009-09-18  Glenn Morris  <rgm@gnu.org>
5248
5249         * gnus-diary.el (gnus-diary-check-message):
5250         * message.el (message-insert-formatted-citation-line):
5251         * nnbabyl.el (top-level):
5252         * nndiary.el (nndiary-schedule):
5253         Fix typos in condition-case handlers.
5254
5255 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5258         configuration that provides the sole article window in a frame;
5259         position point correctly after deleting a part.
5260
5261 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5262
5263         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5264         (spam-resolve-registrations-routine): Use it to unregister articles
5265         that change status.
5266
5267 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5268
5269         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5270         with XEmacs.
5271         (parse-time-string-chars): Use it.
5272
5273 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5274
5275         * imap.el (imap-interactive-login): Better messages.
5276         (imap-open): Fix bug with renamed buffer on reconnect.
5277         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5278         for easier debugging and cleaner code.  On successful (guessed based on
5279         server capabilities) secondary authentication, set imap-state
5280         correctly.
5281         (imap-last-authenticator): Define imap-last-authenticator as a variable
5282         to avoid warnings.
5283
5284 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * nnrss.el (nnrss-request-article): Remove binding of
5287         default-enable-multibyte-characters that has gotten needless by
5288         the 2007-07-13 change in rfc2047-encode-message-header.
5289
5290         * mml.el (mml-insert-multipart): Error on the message header.
5291         (mml-insert-part): Error on the message header; position point at
5292         the end of a MIME tag.
5293
5294 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5295
5296         * time-date.el (autoload): Expand define-obsolete-function-alias into
5297         defalias and make-obsolete for old Emacsen that Gnus supports.
5298         (with-no-warnings): Define it for old Emacsen.
5299         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5300         is available.
5301         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5302         float-time is available; suppress compile warning for time-to-seconds.
5303
5304         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5305         (gnus-float-time): Alias to float-time if it exists.
5306
5307         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5308         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5309         float-time is available; suppress compile warning for time-to-seconds.
5310
5311         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5312         XEmacs.
5313
5314 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5315
5316         * imap.el (imap-message-map): Docstring fix.
5317
5318 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5321         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5322         Add the optional argument `encoding' that overrides the default.
5323
5324         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5325         mm-encode-buffer.
5326
5327 2009-09-04  Glenn Morris  <rgm@gnu.org>
5328
5329         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5330         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5331         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5332         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5333         * mm-util.el (mm-with-unibyte-current-buffer)
5334         (mm-find-buffer-file-coding-system):
5335         * yenc.el (yenc-decode-region): Use default-value rather than
5336         default-enable-multibyte-characters.
5337
5338 2009-09-03  Glenn Morris  <rgm@gnu.org>
5339
5340         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5341         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5342         than default-enable-multibyte-characters.
5343
5344 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5345
5346         * gnus-art.el (gnus-article-read-summary-keys):
5347         Fix gnus-buffer-configuration's value temporarily used.
5348
5349 2009-09-02  Glenn Morris  <rgm@gnu.org>
5350
5351         * gnus-util.el (gnus-float-time): New function.
5352         * gnus-delay.el (gnus-delay-article):
5353         * gnus-sum.el (gnus-thread-latest-date):
5354         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5355         * nnspool.el (nnspool-request-newgroups):
5356         Use gnus-float-time rather than time-to-seconds.
5357         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5358
5359         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5360         (gnus-header-subject-face, gnus-header-newsgroups-face)
5361         (gnus-header-name-face, gnus-header-content-face):
5362         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5363         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5364         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5365         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5366         (gnus-cite-face-11):
5367         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5368         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5369         (gnus-server-closed-face, gnus-server-denied-face)
5370         (gnus-server-offline-face):
5371         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5372         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5373         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5374         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5375         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5376         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5377         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5378         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5379         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5380         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5381         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5382         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5383         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5384         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5385         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5386         (gnus-summary-high-undownloaded-face)
5387         (gnus-summary-low-undownloaded-face)
5388         (gnus-summary-normal-undownloaded-face)
5389         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5390         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5391         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5392         (gnus-splash-face):
5393         * message.el (message-header-to-face, message-header-cc-face)
5394         (message-header-subject-face, message-header-newsgroups-face)
5395         (message-header-other-face, message-header-name-face)
5396         (message-header-xheader-face, message-separator-face)
5397         (message-cited-text-face, message-mml-face):
5398         * sieve-mode.el (sieve-control-commands-face)
5399         (sieve-action-commands-face, sieve-test-commands-face)
5400         (sieve-tagged-arguments-face):
5401         * spam.el (spam-face):
5402         Mark face aliases with "-face" in the name as obsolete.
5403
5404 2009-09-01  Glenn Morris  <rgm@gnu.org>
5405
5406         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5407         than goto-line.
5408
5409 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5412         Don't move point if the command is invoked inside the message header.
5413
5414 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5415
5416         * imap.el (imap-send-command): Simplify.
5417         (imap-wait-for-tag): point-max -> buffer-size.
5418
5419 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5420
5421         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5422         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5423         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5424         * nnir.el (nnir-swish-e-index-file):
5425         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5426         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5427         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5428         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5429         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5430         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5431
5432 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5433
5434         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5435         Don't save excursion.
5436
5437 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5438
5439         * nnheader.el (nnheader-find-file-noselect):
5440         * mm-util.el (mm-insert-file-contents):
5441         Use (default-value 'major-mode) instead of default-major-mode.
5442
5443 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5444
5445         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5446
5447 2009-08-26  Glenn Morris  <rgm@gnu.org>
5448
5449         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5450         than placing in files.el.
5451
5452 2009-08-25  Glenn Morris  <rgm@gnu.org>
5453
5454         * nnir.el (top-level): Don't require cl at run-time.
5455         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5456         Replace cl-function substitute with gnus-replace-in-string.
5457         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5458         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5459         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5460         simplified expansions.
5461
5462 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5463
5464         * dig.el (dig): Add autoload cookie.
5465
5466 2009-08-22  Glenn Morris  <rgm@gnu.org>
5467
5468         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5469         goto-line.
5470
5471 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5472
5473         * parse-time.el (parse-time-string-chars): Save match data.
5474
5475 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5476
5477         * parse-time.el (parse-time-string-chars): Compute using character
5478         classes, to handle non-ascii characters (Bug#3190).
5479
5480 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5483
5484         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5485         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5486         (gnus-mm-display-part, gnus-mime-display-single)
5487         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5488         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5489
5490         * gnus-sum.el
5491         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5492         (gnus-summary-move-article): Add expirable mark to articles copied or
5493         moved to group that has auto-expire turned on if the option is non-nil.
5494
5495 2009-07-24  Glenn Morris  <rgm@gnu.org>
5496
5497         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5498         Fix typo.  (Bug#3903)
5499
5500 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5503         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5504         that should not be used for draft articles.
5505         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5506         that has no concern in minor mode keys.
5507         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5508         Abolish.
5509
5510 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5511
5512         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5513         article without making inquiry to a user for unknown encoding.
5514
5515         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5516         (nnmaildir--scan): Assume i-node and device number that file-attributes
5517         returns might be cons-cell.
5518
5519         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5520
5521         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5522
5523 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5524
5525         * auth-source.el: Remove docs now in auth.texi.  Don't use
5526         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5527         `auth-source-hide-passwords' and use them.
5528
5529 2009-07-15  Glenn Morris  <rgm@gnu.org>
5530
5531         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5532
5533 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5534
5535         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5536         excessive whitespace from the default values of title and description.
5537
5538 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5541         mail-fetch-field to fetch Content-Description header in order to
5542         exclude newlines.
5543
5544 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5545
5546         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5547         format used by GnuPG 2.0.11.
5548
5549 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5552         to deleted part.
5553
5554 2009-05-30  David Engster  <dengste@eml.cc>
5555
5556         * nnmairix.el: Remove old documentation in the commentary block.
5557         (nnmairix-request-group): Do not update active file for nnml back ends.
5558         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5559         end so that overview files are ignored.
5560         (nnmairix-update-groups): Make updating the groups more robust by using
5561         marks.
5562         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5563         with dollar characters in message-id.
5564
5565 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5566
5567         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5568         2008-12-25 in dns.el.
5569
5570 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5571
5572         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5573         could happen if the text is only composed of spaces and/or tabs.
5574
5575 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5576
5577         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5578         when sending a queued message to avoid extra mml tags.
5579
5580 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5583
5584 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5585
5586         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5587         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5588         rmail-toggle-header for XEmacs;
5589         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5590
5591 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * gnus-dired.el: Remove autoload for gnus-setup-message.
5594         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5595         displaying Gnus logo; always use compose-mail.
5596
5597 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5600
5601 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5602
5603         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5604         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5605         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5606         available.
5607         (gnus-nocem-epg-verify): New function.
5608
5609 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5610
5611         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5612
5613 2009-02-15  Glenn Morris  <rgm@gnu.org>
5614
5615         * gnus-util.el (rmail-insert-rmail-file-header)
5616         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5617         autoloads.
5618         (rmail-default-rmail-file): Remove unnecessary declaration.
5619         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5620
5621 2009-02-14  Glenn Morris  <rgm@gnu.org>
5622
5623         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5624         variable (only used in gnus-util, which declares it anyway).
5625         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5626         which was only needed by gnus-art (changed to not use it any more).
5627         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5628         only used in gnus-util, which autoloads it itself.
5629         (rmail-update-summary): Fix autoload.
5630
5631         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5632         rather than rmail-output-to-rmail-file.
5633
5634 2009-02-07  Glenn Morris  <rgm@gnu.org>
5635
5636         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5637         autoload of function that no longer exists.
5638         (rmail-toggle-header): Declare.
5639         (message-forward-rmail-make-body): Handle mbox Rmail.
5640
5641 2009-01-31  Glenn Morris  <rgm@gnu.org>
5642
5643         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5644         2009-01-09 change.
5645
5646 2009-01-31  Dave Love  <fx@gnu.org>
5647
5648         * imap.el (imap-fetch-safe): Bind debug-on-error.
5649         (imap-debug): Add imap-fetch-safe.
5650
5651 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5652
5653         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5654         (auth-source-forget-all-cached): New convenience function.
5655         (auth-source-user-or-password): Accept list of modes or a single mode.
5656
5657         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5658         auth-source modes.
5659
5660         * netrc.el (netrc-machine-user-or-password): Use list of
5661         auth-source modes.
5662
5663         * nnimap.el (nnimap-open-connection): Use list of
5664         auth-source modes.
5665
5666         * nntp.el (nntp-send-authinfo): Use list of
5667         auth-source modes.
5668
5669 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5670
5671         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5672         now.
5673
5674 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5677         coding system in XEmacs; add a workaround for XEmacs.
5678
5679         * lpath.el: Fbind coding-system-aliasee.
5680
5681 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5682
5683         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5684         of current-language-environment.
5685
5686 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5687
5688         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5689         available at runtime.
5690
5691 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5692
5693         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5694
5695 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5696
5697         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5698         the greatest positive fixnum value doesn't work under an XEmacs with
5699         bignum support; use the most-positive-fixnum constant instead,
5700         available since Emacs 21.1 with cl and XEmacs 21.1.
5701
5702 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5705         XEmacs gets not to work.
5706
5707 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * mm-util.el (mm-coding-system-priorities): Allow the value like
5710         "Japanese (UTF-8)" of current-language-environment.
5711
5712 2009-01-09  Glenn Morris  <rgm@gnu.org>
5713
5714         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5715         with last-command-event.
5716
5717 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5718
5719         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5720         in the doc string.
5721
5722         * message.el (message-fix-before-sending): Amend comment.
5723
5724 2009-01-08  Dave Love  <fx@gnu.org>
5725
5726         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5727
5728 2009-01-07  David Engster  <dengste@eml.cc>
5729
5730         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5731         simplified server definitions by converting it via
5732         gnus-server-to-method.
5733
5734 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5735
5736         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5737         parameter's operands.
5738
5739 2009-01-06  David Engster  <dengste@eml.cc>
5740
5741         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5742         primary select method (for gnus-group-mark-article-as-read).
5743
5744 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5745
5746         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5747         `(gnus)Face', not `(gnus)X-Face'.
5748
5749 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * mm-util.el (mm-ucs-to-char): New function.
5752
5753         * mm-url.el (mm-url-decode-entities): Use it.
5754
5755         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5756         unicode-to-char.
5757
5758 2009-01-05  Dave Love  <fx@gnu.org>
5759
5760         * time-date.el: Require cl for `declare'.
5761
5762 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5763
5764         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5765         Dave Love.
5766
5767 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5768
5769         * message.el (message-fix-before-sending): Add `eight-bit' to
5770         illegible-text check.
5771
5772 2009-01-03  Michael Olson  <mwolson@gnu.org>
5773
5774         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5775         `headers' is nil.  This can occur if the IMAP server does not have
5776         permissions to read messages from a folder, but can write new messages
5777         to the folder.
5778         (nnimap-request-article-part): Do not insert `data' if it is nil.
5779
5780         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5781         characters which will confuse `read', so skip past them.
5782
5783 2009-01-01  Dave Love  <fx@gnu.org>
5784
5785         * imap.el (imap-string-to-integer): Fix typo.
5786         (imap-fetch-safe): New function.
5787         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5788
5789         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5790
5791         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5792         (imap-parse-greeting): Fix doc strings.
5793         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5794         (imap-parse-flag-list): Make messages unique.
5795         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5796
5797         * nnimap.el: Fix author email.
5798         (nnimap-split-rule): Add FIXME comment.
5799         (nnimap-debug): Fix doc string.
5800
5801 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5802
5803         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5804
5805 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5806
5807         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5808         nslookup if resolv.conf isn't available.
5809         (dns-query): Rename from query-dns.
5810         (dns-query-cached): Rename from query-dns-cached.
5811
5812 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5815         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5816         to check if those variables exist (first appeared in Emacs 18.50).
5817
5818 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5819
5820         * mm-util.el (mm-line-number-at-pos): New function.
5821
5822         * spam-report.el (spam-report-process-queue): Use it.
5823
5824 2008-12-24  David Engster  <dengste@eml.cc>
5825
5826         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5827         parameters that haven't existed as variables as buffer-local variables.
5828
5829 2008-12-23  Dave Love  <fx@gnu.org>
5830
5831         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5832         cadar.
5833
5834         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5835         imap-starttls-p.
5836         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5837
5838 2008-12-22  Dave Love  <fx@gnu.org>
5839
5840         * imap.el: Fix author email.  Doc fixes.
5841         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5842         reply.
5843
5844 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5845
5846         * spam-report.el (spam-report-gmane-max-requests): New constant.
5847         (spam-report-gmane-wait): New variable.
5848         (spam-report-gmane-ham, spam-report-gmane-spam)
5849         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5850         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5851         the server.
5852
5853         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5854         Add explanations.
5855
5856         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5857         nnheader-accept-process-output and nnheader-read-timeout if available.
5858         (pop3-movemail): Use it.
5859
5860         * message.el (message-check-news-body-syntax): Fix signature check if
5861         there's an attachment.
5862
5863 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * mm-util.el: Add comments to the mm- emulating functions.
5866
5867 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5868
5869         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5870         Reported by Stephen Berman <stephen.berman@gmx.net>.
5871
5872 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5873
5874         * mm-util.el (mm-substring-no-properties): New function.
5875         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5876         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5877         (mm-string-to-multibyte): Doc fix.
5878
5879         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5880
5881 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5882
5883         * mml.el (mml-attach-file): Strip text properties from file name.
5884         (Bug#1574)
5885
5886 2008-12-16  Glenn Morris  <rgm@gnu.org>
5887
5888         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5889
5890 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5891
5892         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5893         knows since the charset specified might be a bogus alias that
5894         mm-charset-synonym-alist provides.
5895
5896 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5897
5898         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5899         "ISO_8859-1".
5900
5901         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5902
5903 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * mm-util.el (mm-charset-eval-alist):
5906         Define it before mm-charset-to-coding-system.
5907         (mm-charset-to-coding-system): Add optional argument `silent';
5908         define it before mm-charset-override-alist.
5909         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5910         default value if it can be used in Emacs currently running;
5911         silence mm-charset-to-coding-system.
5912
5913 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5914
5915         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5916         `allow-override' which says whether to use `mm-charset-override-alist'.
5917         (rfc2047-decode-encoded-words): Use it.
5918
5919         * mm-util.el (mm-charset-override-alist): Fix custom type;
5920         add `(gb2312 . gbk)' to choices.
5921
5922 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5925         fast.
5926
5927         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5928
5929         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5930
5931 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5932
5933         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5934         on links.
5935
5936         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5937
5938 2008-12-03  Lute Kamstra  <lute@gnu.org>
5939
5940         * sha1.el: Remove leading * from docstrings of defcustoms,
5941         deffaces, defconsts and defuns.
5942
5943 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5946         users' addresses that don't have domain parts.
5947         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5948         rather than message-narrow-to-head since there will be the message
5949         header separator.
5950
5951 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5952
5953         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5954         since the result is inserted in a unibyte buffer anyway.
5955         (nnimap-demule-use-string-to-multibyte): Remove.
5956         (nnimap-demule): Alias it to mm-string-to-multibyte.
5957
5958 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5959
5960         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5961         variable for debugging bug#464 and bug#1174.
5962         (nnimap-demule): Use it.
5963
5964 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5965
5966         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5967         score calculation correctly.
5968
5969 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5970
5971         * message.el (message-send-mail): Just set the buffer to unibyte
5972         rather than use mm-with-unibyte-current-buffer which does a lot more.
5973         (message-send-mail-partially): Don't bother with
5974         mm-with-unibyte-current-buffer since it's already been made unibyte by
5975         message-send-mail.
5976
5977 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5978
5979         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5980
5981 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5982
5983         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5984
5985 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5988         require itself and to remove `with-no-warnings'.
5989
5990 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5991
5992         * starttls.el (starttls-any-program-available): Get the name of the
5993         available TLS layer program.
5994         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5995         well as the host name in the "opening" message.
5996
5997         * auth-source.el (auth-source-cache, auth-source-do-cache)
5998         (auth-source-user-or-password): Cache passwords and logins by default,
5999         allow override with `auth-source-do-cache'.
6000         (auth-source-forget-user-or-password): Allow users to remove cache
6001         entries if needed.
6002
6003 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6004
6005         * md4.el (md4-buffer): Fix typo in docstring.
6006         (md4, md4-64): Doc fixes.
6007         (md4-pack-int32): Reflow docstring.
6008
6009 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6010
6011         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6012         condition-case to only the forward-sexp call.
6013
6014 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6015
6016         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6017         quotes contained.  Make it more robust regardless by an extra
6018         condition-case wrapper.
6019
6020 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6023
6024 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * nnml.el (nnml-request-expire-articles): Check if the function set to
6027         `nnmail-expiry-target' returns the symbol `delete'.
6028
6029         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6030
6031         * nnmail.el (nnmail-expiry-target): Fix custom type.
6032
6033 2008-10-02  Glenn Morris  <rgm@gnu.org>
6034
6035         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6036         Silence compiler warning.
6037
6038 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6039
6040         * tls.el (open-tls-stream): Show the actual command being
6041         executed, instead of the format string.
6042
6043 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6044
6045         * lpath.el: Fbind codepage-setup for Emacs 23.
6046
6047 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6048
6049         * mml.el (mml-menu): Don't assume mml2015 is bound.
6050
6051 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6054         exists.
6055
6056 2008-09-27  Glenn Morris  <rgm@gnu.org>
6057
6058         * gnus-util.el (mail-header-remove-comments): Autoload it.
6059
6060 2008-09-27  Andreas Schwab  <schwab@suse.de>
6061
6062         * gnus-util.el (gnus-split-references): Strip comments.
6063         (gnus-parent-id): Likewise.
6064
6065 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6066
6067         * message.el (message-confirm-send): Fix version.
6068
6069 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * message.el (message-idna-to-ascii-rhs-1): Use
6072         mail-extract-address-components rather than mail-header-parse-addresses
6073         that is an alias by default to ietf-drums-parse-addresses that does not
6074         support non-ASCII names in headers' contents.
6075
6076 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6077
6078         * message.el (message-confirm-send): Fix variable documentation to
6079         avoid the "y/n" wording.
6080
6081 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6082
6083         * message.el (message-set-auto-save-file-name): Save to a different
6084         filename so multiple messages (especially drafts) can be recovered.
6085
6086 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6087
6088         * message.el (message-confirm-send): Add appropriate version.
6089
6090 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6091
6092         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6093         defvar.
6094
6095 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6096
6097         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6098         (mm-pkcs7-enveloped-magic): Ditto.
6099
6100 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6101
6102         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6103         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6104
6105 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6106
6107         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6108         default, it's better.
6109
6110 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6111
6112         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6113         summary line gnus-number property and ignore them (with a warning
6114         message).
6115
6116 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6117
6118         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6119         macro caddr in the interactive form since it won't be expanded.
6120
6121 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6124         `charset'; fix name of function called recursively.
6125         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6126
6127 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6130         (gnus-mime-set-charset-parameters): New function.
6131         (gnus-mime-view-part-as-charset): Use it to correctly display part
6132         specifying wrong charset.
6133
6134 2008-09-08  David Engster  <dengste@eml.cc>
6135
6136         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6137         in completing-read for back end server.
6138
6139 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6140
6141         * message.el (message-confirm-send): New variable to confirm sending a
6142         message.
6143         (message-send): Use it.
6144
6145 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6146
6147         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6148
6149 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6152
6153 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6154
6155         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6156         prevent tracking too many groups.
6157         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6158         Use it.
6159
6160 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6161
6162         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6163         moving point to the bottom of the window in order to avoid recentering.
6164
6165 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6168
6169         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6170         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6171         (gnus-article-beginning-of-window): Fix calculation.
6172
6173 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * gnus-msg.el (gnus-summary-supersede-article)
6176         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6177         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6178         message header.
6179
6180 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6181
6182         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6183         pending output coming after the status change.
6184
6185 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6186
6187         * message.el:
6188         * gnus-start.el:
6189         * gnus-registry.el: Remove VMS support.
6190
6191 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6194         macro.
6195         (rfc2104-hash): Use it.
6196
6197 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6198
6199         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6200         (gnus-summary-sort-by-most-recent-date): New commands.
6201         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6202         and menu entries.
6203
6204 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6205
6206         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6207         don't redisplay article for raw contents; remove plural articles stuff.
6208
6209         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6210         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6211         on gnus-summary-save-article; display results properly.
6212
6213 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * lpath.el: No need to fbind ns-focus-frame.
6216
6217 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6220
6221 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6222
6223         * gnus-art.el (gnus-summary-save-in-pipe):
6224         Consider gnus-save-all-headers.
6225
6226 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6227
6228         * gnus-util.el (ns-focus-frame): Remove declaration.
6229         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6230         like x.
6231
6232 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6233
6234         * rfc2104.el (rfc2104-zero): Delete defconst.
6235         (rfc2104-hex-alist): Likewise.
6236         (rfc2104-hex-to-int): Delete func.
6237         (rfc2104-hexstring-to-bitstring): Likewise.
6238         (rfc2104-nybbles): New defconst.
6239         (rfc2104-hash): Rewrite for speed.
6240
6241 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * tls.el (open-tls-stream): Make it work with the 2nd argument
6244         BUFFER that is a string but does not exist as a buffer object, as
6245         mentioned in the doc-string.
6246
6247 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6250         SXEmacs.
6251
6252 2008-07-16  Glenn Morris  <rgm@gnu.org>
6253
6254         * gnus-util.el (ns-focus-frame): Declare for compiler.
6255
6256 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6257
6258         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6259         set as a group parameter.
6260         (gnus-summary-save-in-pipe): Work when it is called independently.
6261         (gnus-summary-pipe-to-muttprint): Don't modify
6262         gnus-summary-pipe-output-default-command.
6263
6264 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6265
6266         * message.el (message-send-mail-with-sendmail):
6267         Display the error message.
6268
6269 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * gnus-art.el (gnus-default-article-saver):
6272         Add gnus-summary-save-in-pipe to choices.
6273         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6274         gnus-summary-pipe-output-default-command as the default command.
6275         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6276         instead of gnus-last-shell-command.
6277
6278         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6279         New user option.
6280         (gnus-summary-muttprint-program): Mention the value will be changed.
6281         (gnus-summary-save-article): Force showing of all headers.
6282         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6283
6284 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6285
6286         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6287
6288 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6289
6290         * nnimap.el (nnimap-id):
6291         * sieve-manage.el (sieve-manage-open): Doc fixes.
6292
6293 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6294
6295         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6296         if available.
6297
6298 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6299
6300         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6301
6302         * nnkiboze.el (nnkiboze-generate-group):
6303         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6304
6305         * nnmairix.el: Require CL.
6306
6307 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * dgnushack.el: Autoload get-display-table and put-display-table for
6310         XEmacs 21.5.
6311
6312         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6313         21.4 and SXEmacs.
6314
6315 2008-06-15  David Engster  <dengste@eml.cc>
6316
6317         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6318
6319 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6320
6321         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6322         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6323         runtime choice under XEmacs.
6324
6325         * gnus-sum.el (gnus-summary-set-display-table):
6326         Use `gnus-put-display-table', `gnus-get-display-table',
6327         `gnus-set-display-table' for the display table, instead of `aset'.
6328
6329         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6330         Use `gnus-put-display-table', `gnus-get-display-table',
6331         `gnus-set-display-table' for the display table.
6332
6333 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6334
6335         * nnmairix.el: Add autoloads.
6336
6337 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6338
6339         * nnmairix.el (nnmairix-delete-recreate-group)
6340         (nnmairix-update-and-clear-marks): Fix error messages.
6341
6342 2008-06-14  David Engster  <dengste@eml.cc>
6343
6344         * nnmairix.el: Upgrade to version 0.6.
6345         (nnmairix-group-toggle-propmarks-this-group)
6346         (nnmairix-group-toggle-readmarks-this-group)
6347         (nnmairix-group-delete-recreate-this-group)
6348         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6349         (nnmairix-remove-tick-mark-original-article): New commands.
6350         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6351         (nnmairix-propagate-marks-to-nnmairix-groups)
6352         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6353         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6354         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6355         functions needed for marks propagation and manipulation of read marks.
6356         (nnmairix-update-groups): New function.
6357         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6358         (nnmairix-determine-original-group-from-registry)
6359         (nnmairix-determine-original-group-from-path)
6360         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6361         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6362         New helper functions.
6363         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6364         keystrokes for new commands.
6365         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6366         (nnmairix-request-group): Check allow-fast group parameter.
6367         (nnmairix-request-create-group): Set allow-fast group parameter if
6368         nnmairix-allowfast-default is set.
6369         (nnmairix-close-group): Propagate marks upon closing if needed.
6370         (nnmairix-group-toggle-threads-this-group): Use new.
6371         nnmairix-group-toggle-parameter helper function.
6372         (nnmairix-search): Better check for empty search result.
6373         (nnmairix-goto-original-article): Use new helper functions for
6374         determining original article.
6375         (nnmairix-show-original-article): Make sure message-id is in brackets.
6376         (nnmairix-call-mairix-binary): Change variable name.
6377         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6378         helper function.
6379         (nnmairix-widget-toggle-activate): Fix doc string.
6380
6381 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6382
6383         * nnir.el: Require edmacro when compiling with XEmacs.
6384         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6385         available in Emacs 21.
6386
6387 2008-06-11  Glenn Morris  <rgm@gnu.org>
6388
6389         * gnus-util.el (x-focus-frame):
6390         * gnus.el (image-size):
6391         * mm-decode.el (image-size): Declare.
6392
6393         * gnus-picon.el (declare-function): Add compat definition.
6394         (image-size): Declare.
6395
6396         * gnus-group.el (tool-bar-map):
6397         * gnus-sum.el (tool-bar-map): Define for compiler.
6398
6399         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6400
6401         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6402
6403         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6404         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6405         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6406         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6407         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6408         * sieve-manage.el, spam-report.el, spam.el:
6409         Remove unnecessary eval-and-compile of autoloads.
6410
6411 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6412
6413         * auth-source.el: Precise Tramp doc.
6414
6415 2008-06-07  Glenn Morris  <rgm@gnu.org>
6416
6417         * nnmairix.el: Remove unnecessary eval-when-compile.
6418
6419 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6420
6421         * lpath.el: Fbind propertize for XEmacs 21.4.
6422
6423 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6424
6425         * nnir.el: Move here from ../contrib.
6426
6427 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6428
6429         * gnus-util.el (gnus-read-shell-command): New function.
6430         * mm-decode.el (mm-pipe-part):
6431         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6432
6433 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6436
6437 2008-06-03  Glenn Morris  <rgm@gnu.org>
6438
6439         * pop3.el (nnheader-accept-process-output): Autoload it.
6440
6441 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6442
6443         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6444         are not 2-digit hexadecimal characters that follow `%'s.
6445
6446 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6447
6448         * message.el (message-bogus-recipient-p): Fix type in doc string.
6449         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6450         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6451         Improve custom options.
6452         (message-bogus-recipient-p): Adjust accordingly.
6453
6454 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6455
6456         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6457         long-form month and day names.
6458
6459 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6460
6461         * dgnushack.el: Autoload debug, eudc-expand-inline and
6462         pgg-snarf-keys-region for XEmacs.
6463
6464         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6465
6466         * nnmairix.el: Require edmacro when compiling with XEmacs.
6467
6468 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6469
6470         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6471         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6472
6473 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6474
6475         * auth-source.el: Add more docs.
6476
6477         * netrc.el (netrc-machine): Always match if the port is not given.
6478
6479 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6480
6481         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6482         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6483         retrieval faster in some cases, but might make CPU usage larger.
6484         If this has any bad side effects, we might revert this change.
6485
6486         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6487         seems to make mail retrieval much, much faster.
6488         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6489         unconditionally.
6490
6491         * gnus-draft.el (gnus-group-send-queue):
6492         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6493
6494 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6495
6496         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6497
6498         * message.el (message-bogus-address-regexp): Fix and improve custom
6499         type.
6500         (message-setup-hook): Add message-check-recipients as custom option.
6501
6502 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6503
6504         * message.el (message-cite-function): Remove bogus autoload which crept
6505         in during merge from v5-10.
6506
6507 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6508
6509         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6510
6511         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6512
6513         * auth-source.el: Preliminary Tramp docs.
6514         (auth-sources): Change the default auth-sources to use
6515         EPA .gpg files.
6516
6517 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6518
6519         * nntp.el: Autoload `auth-source-user-or-password'.
6520         (nntp-send-authinfo): Use it.
6521
6522         * nnimap.el: Autoload `auth-source-user-or-password'.
6523         (nnimap-open-connection): Use it.
6524
6525         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6526         for the gnus-message function.
6527         (auth-source-user-or-password): Use it.
6528
6529 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6530
6531         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6532         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6533         (rfc2104-hash): Use it.
6534
6535 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6536
6537         * gnus-art.el (gnus-article-toggle-truncate-lines):
6538         Don't use `iff' in docstring.
6539
6540 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6541
6542         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6543
6544         * gnus-util.el (gnus-extract-address-component-name)
6545         (gnus-extract-address-component-email): Convenience functions around
6546         `gnus-extract-address-components'.
6547
6548         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6549         Use `gnus-extract-address-component-email' to fix bug of comparing full
6550         sender name to `user-mail-address'.
6551
6552 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6553
6554         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6555         catch/throw to optimize.
6556         (gnus-registry-find-keywords): Just use member to find a keyword.
6557
6558 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6559
6560         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6561         is current before calling gnus-server-prepare.
6562         (gnus-server-setup-buffer, gnus-server-update-server)
6563         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6564
6565 2008-05-04  Juri Linkov  <juri@jurta.org>
6566
6567         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6568         (mailcap-file-default-commands): Use mailcap-replace-in-string
6569         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6570         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6571
6572 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6573
6574         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6575
6576 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6577
6578         * gnus.el: Bump version to 0.11.
6579
6580 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6581
6582         * gnus.el: No Gnus v0.10 is released.
6583
6584 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6585
6586         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6587         hooks.
6588         (gnus-update-read-articles): Speed up non-marks-using users.
6589         (gnus-use-marks): Define gnus-use-marks.
6590         (gnus-propagate-marks): Rename variable to something more sensible.
6591
6592 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6593
6594         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6595         (gmm-image-load-path-for-library): Fix typos in docstrings.
6596         (gmm-message): Reflow docstring.
6597
6598 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6599
6600         * mail-source.el (mail-source-set-1, mail-source-bind):
6601         Move auth-source code out of the macro to clean it up and fix bugs.
6602
6603 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6604
6605         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6606         by sender if it's equal to user-mail-address, it's likely to be
6607         useless.
6608
6609         * mail-source.el (mail-source-bind): Don't use user or password if they
6610         are not bound.  Unintern them if they are nil.  Don't use server unless
6611         it's bound, and default it to empty string otherwise.
6612
6613 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6614
6615         * mail-source.el: Load auth-source.el.
6616         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6617         get user name or password, if auth-sources is set up.
6618
6619         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6620         strategy of splitting with parent.
6621         (gnus-registry-split-fancy-with-parent)
6622         (gnus-registry-post-process-groups): Use it and fix prior
6623         bug (returning a list as the split result).
6624
6625         * auth-source.el (auth-sources): Remove server parameter.
6626         (auth-source-pick, auth-source-user-or-password)
6627         (auth-source-user-or-password-imap)
6628         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6629         (auth-source-user-or-password-sftp)
6630         (auth-source-user-or-password-smtp): Remove server parameter.
6631
6632 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6633
6634         * smime.el (smime-sign-region, smime-encrypt-region)
6635         (smime-decrypt-region):
6636         Remove redundant calls to `generate-new-buffer-name'.
6637
6638 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6639
6640         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6641         Don't use QP for message/rfc822.
6642         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6643
6644 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6645
6646         * sieve-manage.el (sieve-string-bytes): Remove.
6647         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6648         correct byte-length only if the process's coding-system is the same as
6649         the one used internally by Emacs to represent strings.
6650
6651 2008-04-22  Juri Linkov  <juri@jurta.org>
6652
6653         * mailcap.el (mailcap-file-default-commands): New function.
6654
6655 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6656
6657         * message.el (message-signature-separator, message-cite-function):
6658         Change custom version.
6659
6660 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6661
6662         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6663         commands.
6664         (tls-checktrust): Ditto.
6665
6666 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6667
6668         * mm-decode.el (mm-display-external): Make temp file read-only.
6669
6670 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6671
6672         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6673         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6674         `C-c C-f d'.
6675
6676 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6677
6678         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6679
6680 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6681
6682         * gnus.el: Bump version to 0.9.
6683
6684 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6685
6686         * gnus.el: No Gnus v0.8 is released.
6687
6688 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6689
6690         * mail-source.el (mail-source-value):
6691         Prefer fboundp to functionp so it works with macros as well.
6692
6693 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6694
6695         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6696         Fix last change in case the element is not even a symbol.
6697
6698 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6699
6700         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6701         Prefer fboundp to functionp so it works with macros as well.
6702
6703 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6704
6705         * auth-source.el: Add docs.
6706         (auth-sources): Modify format to support server.
6707         (auth-source-pick, auth-source-user-or-password)
6708         (auth-source-user-or-password-imap)
6709         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6710         (auth-source-user-or-password-sftp)
6711         (auth-source-user-or-password-smtp): Add server parameter.
6712
6713 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6714
6715         * gnus-registry.el: Initialize the registry when gnus-registry-install
6716         is t.
6717
6718 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6719
6720         * compface.el (uncompface): Make buffer unibyte.
6721
6722 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6723
6724         * mail-source.el (mail-source-value):
6725         Prefer fboundp to functionp so it works with macros as well.
6726
6727 2008-04-05  Glenn Morris  <rgm@gnu.org>
6728
6729         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6730
6731 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6732
6733         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6734         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6735
6736         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6737         multibyteness after rather than before erasing it.
6738
6739         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6740         mm-with-multibyte.
6741         (gnus-request-article-this-buffer): Make sure the proper decoding is
6742         used if gnus-original-article-buffer happens to be unibyte.
6743
6744         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6745         default-enable-multibyte-characters.
6746
6747         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6748         default-enable-multibyte-characters.
6749
6750         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6751
6752         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6753
6754 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6755
6756         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6757         Fix last change in case the element is not even a symbol.
6758
6759 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6760
6761         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6762         (imap-message-copyuid-1): Use it.
6763         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6764         J. Williams in
6765         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6766
6767         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6768         imap-enable-exchange-bug-workaround.
6769         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6770
6771 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6772
6773         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6774         a 100 byte status-checks into a 2-3MB transfer for each group.
6775         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6776         to enable bug workaround or not.
6777         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6778
6779 2008-03-31  Glenn Morris  <rgm@gnu.org>
6780
6781         * message.el (mml2015-use): Declare for compiler.
6782         (message-info): Require mml2015 when appropriate.
6783
6784 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6787         whitespace.
6788
6789 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6790
6791         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6792         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6793         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6794         (nntp-service-to-port): New function.
6795         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6796         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6797         (nntp-open-netcat-stream): New function.
6798         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6799
6800 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6801
6802         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6803
6804 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6805
6806         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6807
6808 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6809
6810         * dns.el (dns-write): Use set-buffer-multibyte.
6811
6812 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6813
6814         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6815
6816 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6817
6818         * message.el (message-signature-separator): Change default.
6819         Improve custom type.
6820         (message-cite-function): Change default to
6821         message-cite-original-without-signature.
6822
6823         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6824         toggle.
6825
6826         * message.el (message-check-news-body-syntax): Fix signature check.
6827         (message-setup-1): Mark buffer as unmodified _after_ running
6828         message-setup-hook and handling message-alternative-emails.
6829         (message-shorten-references): Be more strict when building list of
6830         valid references to comply with GNKSA.
6831
6832         * gnus-group.el (gnus-read-ephemeral-bug-group)
6833         (gnus-read-ephemeral-debian-bug-group)
6834         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6835
6836         * message.el (message-info): Don't use booleanp which isn't supported
6837         in Emacs 21 and XEmacs.
6838
6839 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6840
6841         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6842         gnus-group-gmane-group-download-format.
6843         (gnus-group-read-ephemeral-gmane-group): Rename from
6844         gnus-group-read-ephemeral-gmane-group.
6845         (gnus-read-ephemeral-gmane-group-url): Rename from
6846         gnus-group-read-ephemeral-gmane-group-url.
6847         (gnus-bug-group-download-format-alist): New variable.
6848         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6849         (gnus-read-ephemeral-emacs-bug-group): New commands.
6850
6851 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6852
6853         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6854         (gnus-visible-headers): Improve custom type.
6855
6856 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6857
6858         * mml.el (mml-menu): Add workarounds for XEmacs.
6859
6860         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6861         X-Boundary header.
6862
6863         * message.el (message-simplify-recipients): Fix previous commit.
6864
6865 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6866
6867         * mm-util.el (mm-set-buffer-multibyte): New function.
6868         * mm-decode.el (mm-copy-to-buffer): Use it.
6869
6870         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6871         Prefer fboundp to functionp so it works with macros as well.
6872
6873 2008-03-19  Glenn Morris  <rgm@gnu.org>
6874
6875         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6876         Accidentally removed in the sync process with Emacs.
6877
6878 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6879
6880         * message.el (message-alter-recipients-discard-bogus-full-name):
6881         New function.
6882         (message-alter-recipients-function): New variable.
6883         (message-get-reply-headers): Use it.
6884         (message-replace-header): New helper function.
6885         (message-recipients-without-full-name): New variable.
6886         (message-simplify-recipients): New command.
6887
6888         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6889
6890         * message.el (message-info): Handle EasyPG manual.
6891
6892         * mml.el (mml-menu): Add entry for EasyPG.
6893
6894 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6895
6896         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6897         parameter.
6898
6899         * message.el (message-disassociate-draft): Specify drafts group name
6900         fully.
6901
6902 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6903
6904         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6905         Eliminate unnecessary duplicates from the match list.
6906
6907 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6910
6911         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6912
6913         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6914         args of `how-many' of which the XEmacs version doesn't take; declare
6915         Info-index-next as function.
6916
6917 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6918
6919         * gnus-score.el (gnus-score-headers): Fix handling of
6920         gnus-inhibit-slow-scoring.
6921
6922         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6923         string.
6924         (gnus-button-url-regexp): Improve handling of parenthesis.
6925         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6926         (gnus-button-handle-info-keystrokes): Handle index entries.
6927
6928 2008-03-15  Glenn Morris  <rgm@gnu.org>
6929
6930         * parse-time.el (parse-time-string): Simplify.
6931
6932 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6935         Incoming* files.
6936
6937 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6938
6939         * auth-source.el (auth-sources): Rename from auth-source-choices.
6940         (auth-source-pick): Use it.
6941
6942 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6943
6944         * binhex.el (binhex-decode-region-internal):
6945         * uudecode.el (uudecode-decode-region-internal):
6946         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6947         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6948         setting default-enable-multibyte-characters.
6949
6950 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6951
6952         * auth-source.el (auth-source-protocols)
6953         (auth-source-protocols-customize, auth-source-choices): Add and
6954         modified variable customizations and defaults.
6955         (auth-source-pick, auth-source-user-or-password)
6956         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6957         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6958         (auth-source-user-or-password-sftp)
6959         (auth-source-user-or-password-smtp): Use new variables and provide an
6960         interface to netrc.el.
6961
6962 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6965         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6966         Make sure the nntp port to specify is a string.
6967
6968 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6969
6970         * nntp.el: Use with-current-buffer.
6971         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6972         dubious mm-with-unibyte-current-buffer.
6973         (nntp-with-open-group-function): New function extracted from
6974         nntp-with-open-group macro.
6975         (nntp-with-open-group): Use the function, so it's easier to debug.
6976         Add indentation and debugging info.
6977         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6978         Recommend the use of the netcat alternatives.
6979
6980         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6981         Avoid mm-string-as-multibyte as well.
6982
6983         * nnweb.el (nnweb-insert-html):
6984         Remove use of nnheader-string-as-multibyte.
6985
6986         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6987         (nnheader-string-as-multibyte): Remove.
6988
6989         * mm-view.el: Use inhibit-read-only.
6990         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6991         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6992         or unibyte-string.
6993
6994         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6995         (mm-uu-yenc-extract): Use with-current-buffer.
6996
6997         * gnus-soup.el (gnus-soup-send-packet): Don't use
6998         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6999
7000         * nnmh.el: Use with-current-buffer.
7001         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7002         mm-string-as-multibyte on the output of mm-encode-coding-string.
7003
7004         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7005         (nnimap-request-move-article): Use with-current-buffer.
7006
7007         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7008         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7009         conversion uses string-make-unibyte rather than string-as-unibyte.
7010
7011         * gnus-msg.el: Use with-current-buffer.
7012
7013         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7014
7015 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7016
7017         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7018         string for caching if it is 'PIN.
7019
7020 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * lpath.el: Consider the case without Emacs/W3.
7023
7024 2008-03-08  Glenn Morris  <rgm@gnu.org>
7025
7026         * time-date.el (date-to-time, time-subtract, time-add)
7027         (safe-date-to-time): Doc fixes.
7028
7029 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7030
7031         * mail-source.el (mail-source-delete-old-incoming-confirm):
7032         Change default to nil.
7033         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7034
7035 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7036
7037         * lpath.el: Rearrange.
7038
7039         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7040         (gnus-article-goto-prev-page): Work for articles having ^L's.
7041
7042         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7043
7044         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7045
7046 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7047
7048         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7049         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7050         (gnus-bookmark-jump): Adjust some variable names.
7051
7052 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7053
7054         * auth-source.el: New package.
7055         (auth-source-choices): Add customization entry point variable.
7056
7057         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7058         bug.
7059
7060 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7061
7062         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7063         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7064         (gnus-registry-install-shortcuts): Rename from
7065         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7066         the `gnus-registry-mark-map' keymap dynamically from
7067         `gnus-registry-marks'.  The generated functions update the summary line
7068         when a registry mark is added or deleted, and will call
7069         `gnus-registry-install-p' (see the comments in the code).
7070         (gnus-registry-user-format-function-M): Use concat intelligently.
7071
7072         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7073         the registry mark functions.
7074
7075 2008-03-05  Glenn Morris  <rgm@gnu.org>
7076
7077         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7078         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7079         gnus-art.
7080         (top-level): No need to load own source when compiling.
7081
7082 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7083
7084         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7085         Suggested by <chris.anderton@zetnet.co.uk>.
7086
7087 2008-03-04  Glenn Morris  <rgm@gnu.org>
7088
7089         * gnus-sum.el (top-level): No need to require gnus when compiling,
7090         since unconditionally required near start of file.
7091         (gnus-summary-display-while-building): Move definition before use.
7092
7093 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7094
7095         * gnus-registry.el (gnus-registry-user-format-function-M):
7096         Add formatting function.
7097
7098 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7099
7100         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7101         with plists.
7102         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7103         Use new format.
7104
7105 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7108         `where-is-internal' that returns a range of key sequences.
7109
7110 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7111
7112         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7113
7114         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7115         (gnus-summary-jump-to-group): Consider windows on other displayed
7116         frames as well.  Similar changes might be needed elsewhere, but that's
7117         the one I've bumped into during my use.
7118
7119         * nndoc.el (nndoc-oe-dbx-type-p):
7120         * gnus-msg.el (gnus-debug):
7121         * gnus-group.el (gnus-update-group-mark-positions):
7122         Use mm-string-to-multibyte.
7123
7124 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7125
7126         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7127         doesn't handle NotDashEscaped.
7128
7129         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7130         (mml-dnd-attach-options): Fix typo in custom choice.
7131
7132         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7133         Change nndoc-article-type to mbox.
7134         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7135
7136         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7137         to nil, instead of html2text.
7138
7139         * imap.el (imap-debug): Add `imap-ping-server'.
7140
7141         * gnus-bookmark.el: Add FIXMEs.
7142
7143         * message.el (message-form-letter-separator)
7144         (message-send-form-letter-delay): New variables.
7145         (message-send-form-letter): Use them.  New command to send form
7146         letters.  Requested by Uwe Siart.
7147         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7148
7149 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7150
7151         * Update copyright years.
7152
7153 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7154
7155         Sync from EMACS_22_BASE.
7156
7157         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7158
7159 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7160
7161         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7162         empty author.
7163
7164 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7165
7166         * gnus-registry.el (gnus-registry-marks): Add variable for
7167         customization of marks and their appearance.
7168         (gnus-registry-read-mark): Use it.
7169         (gnus-registry-do-marks): Add utility function to loop through
7170         `gnus-registry-marks'.
7171         (gnus-registry-install-shortcuts-and-menus): Add function to install
7172         shortcuts and menus.
7173         (gnus-registry-initialize): Use it.
7174         (gnus-registry-default-mark): Clarify documentation.
7175
7176 2008-02-29  Glenn Morris  <rgm@gnu.org>
7177
7178         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7179         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7180         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7181         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7182         Change defcustom :version from 23.0 to 23.1.
7183
7184 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7185
7186         * gnus-registry.el (gnus-registry-follow-group-p)
7187         (gnus-registry-post-process-groups): Add functions to aid registry
7188         splitting and improve logging.  Clarify behavior in function
7189         documentation.
7190         (gnus-registry-split-fancy-with-parent): Use them.
7191
7192 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7193
7194         * gnus-art.el: Use with-current-buffer.
7195
7196 2008-02-27  David Engster  <dengste@eml.cc>
7197
7198         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7199         Express real group name in the response.
7200
7201 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7204         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7205         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7206         autoload gnus-registry-fetch-group when compiling.
7207         (nnmairix-request-group-with-article-number-correction):
7208         Remove unreferenced argument passed to nnmairix-call-backend.
7209
7210 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7211
7212         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7213         (mm-uu-extract): Improve face for low color ttys.
7214         Reported by Sascha Wilde.
7215
7216 2008-02-27  Glenn Morris  <rgm@gnu.org>
7217
7218         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7219         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7220         variables to defconsts.  Convert comments to doc-strings.
7221         (nnmairix-last-server, nnmairix-current-server): Convert from free
7222         variables to defvars.  Convert comments to doc-strings.
7223         (gnus-registry-fetch-group): Autoload.
7224         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7225         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7226         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7227         caddr.
7228         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7229         nnmairix-request-group-with-article-number-correction call.
7230         (nnmairix-fast, nnmairix-group): New, less general names, for free
7231         variables passed from nnmairix-request-group to
7232         nnmairix-request-group-with-article-number-correction.  Declare.
7233         (nnmairix-request-group-with-article-number-correction):
7234         Use nnmairix-fast, nnmairix-group rather than fast, group.
7235
7236 2008-02-26  David Engster  <dengste@eml.cc>
7237
7238         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7239         version 0.5.
7240
7241 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7242
7243         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7244         instead of making an extra function call.  Don't add the current group
7245         to articles only when they have the group.  Use
7246         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7247         Reported by David <de_bb@arcor.de>.
7248
7249 2008-02-24  Miles Bader  <miles@gnu.org>
7250
7251         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7252         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7253         (mm-find-mime-charset-region):
7254         * mm-bodies.el (mm-encode-body):
7255         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7256
7257 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7258
7259         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7260         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7261
7262 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7263
7264         * mail-source.el (mail-source-delete-incoming): Change default.
7265         Supplement doc string.
7266
7267         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7268
7269 2008-02-14  Glenn Morris  <rgm@gnu.org>
7270
7271         * time-date.el (format-seconds): New function.
7272
7273 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7274
7275         * nnmail.el (nnmail-message-id-cache-file): Derive from
7276         `gnus-home-directory'.
7277
7278 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7279
7280         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7281         Document negative prefix.
7282
7283         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7284
7285 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7286
7287         * message.el (message-unsent-separator): Add the Exim bounce
7288         separator.
7289
7290 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7291
7292         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7293         list.
7294         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7295         recipient/signer list.
7296
7297 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * Makefile.in (datarootdir): Define.
7300         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7301         name that might contain whitespace.
7302
7303 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7304
7305         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7306         fbound (Emacs 23 unicode), signal an error.
7307
7308 2008-02-08  Glenn Morris  <rgm@gnu.org>
7309
7310         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7311
7312 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7313
7314         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7315         ports to the calls to `netrc-machine-user-or-password' in addition to
7316         "imap" and "imaps".
7317
7318 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7319
7320         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7321
7322         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7323
7324 2008-02-01  Kenichi Handa  <handa@m17n.org>
7325
7326         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7327         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7328         (rfc2104-hash): Convert the result of concat to unibyte string.
7329
7330 2008-02-01  Dave Love  <fx@gnu.org>
7331
7332         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7333         coding-system-for-read.
7334         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7335
7336 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7337
7338         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7339         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7340         <hanche@math.ntnu.no>.
7341
7342 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7345
7346         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7347
7348 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7349
7350         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7351         * message.el (message-beginning-of-line): Use featurep instead of bound
7352         tests in order to resolve conditionals at compile time.
7353
7354 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7355
7356         * mail-source.el (mail-sources): Add `group' choice.
7357
7358         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7359         parameter `in-group' to control into which group the articles go.
7360         Add treatment of `group' mail-source.
7361
7362 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7363
7364         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7365
7366         * mm-decode.el (mm-dissect-buffer): Decode description.
7367
7368         * mml.el (mml-to-mime): Encode message header first.
7369
7370 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7371
7372         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7373         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7374
7375         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7376         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7377
7378 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7379
7380         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7381
7382 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7383
7384         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7385         prefix keys.
7386         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7387         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7388         gnus-xmas.el.
7389
7390         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7391         (gnus-xmas-article-describe-bindings): New function.
7392         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7393         gnus-xmas-article-describe-bindings.
7394
7395         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7396
7397 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7398
7399         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7400         Add new variables for article mark management.
7401         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7402         list of extra data entries which, when present, will indicate that the
7403         article ID should not be trimmed from the registry.
7404         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7405         functions.
7406         (gnus-registry-read-mark): New function to read a mark name from the
7407         user.
7408         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7409         (gnus-registry-set-article-mark-internal): New functions to add and
7410         remove marks.
7411         (gnus-registry-get-article-marks): New function to show the marks for
7412         an article, or retrieve them for further use.
7413
7414 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7417         keys when no argument is given.
7418
7419 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7420
7421         * imap.el (imap-ping-server): New variable.
7422         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7423         (imap-ping-server): Minor doc string fixes.
7424
7425 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7426
7427         * imap.el (imap-ping-server): New function.
7428         (imap-opened): Call imap-ping-server.
7429
7430 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7431
7432         * gnus-sum.el (gnus-article-sort-by-random)
7433         (gnus-thread-sort-by-random): Fix doc strings.
7434         Reported by jidanni@jidanni.org.
7435
7436 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7437
7438         * gnus-art.el (gnus-article-describe-bindings): New function.
7439         (gnus-article-read-summary-keys): Use it.
7440         (gnus-article-mode-map): Bind `C-h b' to it.
7441
7442 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7445         XEmacs.
7446         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7447         Protect against non-character events.
7448
7449         * lpath.el: Fbind map-keymap for Emacs 21.
7450
7451 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7452
7453         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7454         New command.
7455         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7456         instead of END.  Change name of the temp file.
7457         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7458         customizable.
7459
7460 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7461
7462         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7463         bind `S W' to gnus-article-wide-reply-with-original; set default
7464         binding to gnus-article-read-summary-send-keys.
7465         (gnus-article-read-summary-keys): Fix the order of keys; display
7466         continuation keys correctly in the echo area; describe bindings
7467         correctly when keys end with `C-h'.
7468         (gnus-article-read-summary-send-keys): New function.
7469         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7470         Work for gnus-article-read-summary-send-keys; display continuation keys
7471         correctly in the echo area.
7472         (gnus-article-reply-with-original): Ignore prefix argument.
7473         (gnus-article-wide-reply-with-original): New function.
7474
7475         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7476         Emacs 21.
7477
7478 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7481         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7482
7483 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7484
7485         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7486         (gnus-group-read-ephemeral-gmane-group): New command.
7487
7488 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7489
7490         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7491
7492 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7493
7494         * message.el (message-send-mail-function): Increase custom version.
7495
7496         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7497         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7498
7499 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7500
7501         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7502         for the cases where imap-authenticate is called with a nil buffer
7503         parameter.
7504
7505 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7508         html parts correctly; support forwarded messages.
7509         (gnus-article-browse-html-article): Remove work buffers.
7510
7511         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7512         compiling.
7513         (netrc-bound-and-true-p): New macro.
7514         (netrc-parse): Use it instead of bound-and-true-p that is not available
7515         in XEmacs 21.4.
7516
7517 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7518
7519         * gnus-registry.el (gnus-registry-mark-article)
7520         (gnus-registry-article-marks): Add functionality to mark articles
7521         through the Gnus registry.
7522
7523         * encrypt.el: Clarify documentation for the new pgg method.
7524         (encrypt-file-alist): Add PGG option.
7525         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7526         functionality.  Abstract password key and messaging to external
7527         functions.
7528         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7529         (encrypt-message-method-and-cipher): Add new convenience external
7530         functions.
7531         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7532         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7533
7534         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7535         (netrc-parse): Use encrypt-file-alist to determine if
7536         encrypt-find-model or encrypt-insert-file-contents should be used.
7537
7538         * encrypt.el: Clarify documentation.  Load password-cache or
7539         password, whichever one is found first, instead of autoloading.
7540
7541 2007-12-19  Glenn Morris  <rgm@gnu.org>
7542
7543         * mml.el (message-options-set, message-narrow-to-head)
7544         (message-in-body-p, message-mail-p, message-encode-message-body):
7545         Autoload.
7546         (message-remove-header, message-narrow-to-headers-or-head)
7547         (message-subscribed-p, message-make-mail-followup-to)
7548         (message-position-on-field, message-news-p)
7549         (message-options-set-recipient, message-generate-headers)
7550         (message-sort-headers): Declare as functions.
7551
7552 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7553
7554         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7555         convention in doc string.
7556
7557 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7558
7559         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7560         title to html parts.
7561         (gnus-article-browse-html-article): Pass message header to it.
7562
7563         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7564
7565 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7566
7567         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7568         or password compatible with XEmacs.
7569
7570 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7571
7572         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7573         format document.
7574         (gnus-mime-delete-part): Don't write description line if empty.
7575         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7576
7577 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7578
7579         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7580         (gnus-summary-mark-read-and-unread-as-read)
7581         (gnus-summary-mark-current-read-and-unread-as-read)
7582         (gnus-summary-mark-unread-as-ticked): Doc fix.
7583         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7584
7585 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7586
7587         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7588         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7589
7590 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7591
7592         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7593         yes-or-no-p.
7594
7595 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * mm-decode.el (mm-add-meta-html-tag): New function.
7598         (mm-save-part-to-file, mm-pipe-part): Use it.
7599
7600         * gnus-art.el (gnus-article-browse-delete-temp-files):
7601         Use gnus-y-or-n-p instead of y-or-n-p.
7602         (gnus-article-browse-html-parts): Work with message/external-body; use
7603         mm-add-meta-html-tag.
7604
7605 2007-12-11  Glenn Morris  <rgm@gnu.org>
7606
7607         * gnus-cache.el: Require gnus-sum not just when compiling.
7608
7609         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7610
7611         * gnus-int.el (gnus-server-opened, gnus-status-message):
7612         Move definitions before use.
7613
7614         * mm-decode.el: Require gnus-util.
7615         (mm-remove-part): Only call delete-annotation on XEmacs.
7616
7617         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7618
7619         * nnmail.el: Require gnus-int.
7620
7621         * spam.el: Move `require's before `eval-when-compile's.
7622
7623         * gnus-ems.el (gnus-alive-p):
7624         * gnus-fun.el (message-goto-eoh):
7625         * gnus-util.el (gnus-group-name-decode):
7626         * mail-source.el (gnus-compress-sequence):
7627         * message.el (Info-goto-node, format-spec):
7628         * mm-bodies.el (message-options-get):
7629         * mm-decode.el (mm-view-pkcs7):
7630         * mm-util.el (gmm-write-region):
7631         * mml-smime.el (mml-compute-boundary)
7632         (gnus-completing-read-with-default):
7633         * mml.el (widget-button-press, gnus-make-hashtable):
7634         * mml1991.el (mm-decode-content-transfer-encoding)
7635         (mm-encode-content-transfer-encoding)
7636         (message-options-get, message-options-set):
7637         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7638         * nnfolder.el (gnus-request-group):
7639         * nnheader.el (ietf-drums-unfold-fws):
7640         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7641         * smime.el (gnus-run-mode-hooks):
7642         * spam-stat.el (gnus-message): Autoload.
7643
7644         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7645         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7646         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7647         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7648         Add declare-function compatibility definition.
7649
7650         * gnus-cache.el (nnvirtual-find-group-art):
7651         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7652         (gnus-add-image, gnus-add-wash-type):
7653         * gnus-group.el (nnkiboze-score-file):
7654         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7655         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7656         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7657         (message-tokenize-header, gnus-get-buffer-create)
7658         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7659         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7660         * gnus.el (gnus-group-decoded-name):
7661         * mail-source.el (imap-capability):
7662         * mm-bodies.el (message-options-set):
7663         * mm-decode.el (gnus-configure-windows):
7664         * mm-extern.el (message-goto-body):
7665         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7666         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7667         (epg-sub-key-validity, message-options-set):
7668         * mml.el (widget-event-point, gnus-configure-windows):
7669         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7670         * mml2015.el (epg-check-configuration, epg-configuration)
7671         (message-options-set):
7672         * nndb.el (nndb-request-article):
7673         * nnfolder.el (gnus-request-create-group):
7674         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7675         * nnmaildir.el (gnus-group-mark-article-read):
7676         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7677         * rfc1843.el (message-fetch-field):
7678         * spam.el (gnus-extract-address-components):
7679         Declare as functions.
7680
7681 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7684
7685         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7686
7687         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7688         bind show-trailing-whitespace for XEmacs.
7689
7690 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7691
7692         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7693         new no-op macro for backward compatibility.
7694
7695         * imap.el (imap-string-to-integer): New function.
7696
7697 2007-12-09  Glenn Morris  <rgm@gnu.org>
7698
7699         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7700
7701         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7702         * message.el, mm-view.el, sieve-manage.el, smime.el:
7703         Add declare-function compatibility definition.
7704
7705         * gnus-art.el (w3-region, w3m-region, Info-menu):
7706         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7707         * gnus-sum.el (gnus-get-predicate):
7708         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7709         * message.el (mail-abbrev-in-expansion-header-p):
7710         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7711         (w3m-detect-meta-charset, w3m-region):
7712         * sieve-manage.el (password-read, password-cache-add)
7713         (password-cache-remove):
7714         * smime.el (password-read-and-add): Declare as functions.
7715
7716 2007-12-08  David Kastrup  <dak@gnu.org>
7717
7718         * gnus-sum.el (gnus-summary-simplify-subject-query):
7719         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7720         `message'.
7721
7722 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7723
7724         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7725         it to bind idna-program, installation-directory, defined-colors, and
7726         face-attribute for XEmacs of the version that compiles defcustom forms.
7727
7728 2007-12-07  Glenn Morris  <rgm@gnu.org>
7729
7730         * gnus-art.el (article-make-date-line): Revert previous change.
7731
7732 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7733
7734         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7735
7736 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7737
7738         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7739         Call gnus-add-to-range ranges only once with a prepared article-list.
7740
7741 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7742
7743         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7744         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7745         group names with backslashes.
7746         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7747
7748 2007-12-06  Deepak Goel  <deego3@gmail.com>
7749
7750         * gnus-art.el (article-make-date-line):
7751         * gnus-start.el (gnus-load):
7752         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7753
7754 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7755
7756         * gnus-art.el (gnus-use-idna)
7757         * gnus-start.el (gnus-site-init-file)
7758         * message.el (message-use-idna)
7759         * mm-uu.el (mm-uu-hide-markers)
7760         * smiley.el (smiley-style): Revert changes that suppress warnings.
7761
7762 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7765         specify charset to html source.
7766         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7767
7768 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7771         idna-program in order to suppress byte compile warning issued by XEmacs
7772         that came to byte compile the default value section of defcustom forms
7773         recently.
7774
7775         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7776         value of installation-directory.
7777
7778         * message.el (message-use-idna): Don't directly refer to the value of
7779         idna-program.
7780
7781         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7782
7783         * smiley.el (smiley-style): Don't directly call face-attribute.
7784
7785 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7786
7787         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7788
7789         * gnus-dired.el: Reduce Gnus dependencies.
7790         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7791         Don't require.  Use autoloads instead.
7792         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7793         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7794         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7795         (gnus-dired-mode): Adjust doc string.
7796         (gnus-dired-mail-mode): New variable.
7797         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7798         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7799         (gnus-dired-mail-buffers): New function.  Return mail or message
7800         composition buffers.
7801         (gnus-dired-attach): Use it.
7802         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7803         NO-DECODE.
7804         (gnus-dired-print): Use `gnus-print-buffer' depending on
7805         `gnus-dired-mail-mode'.
7806
7807 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * rfc2047.el (rfc2047-encoded-word-regexp)
7810         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7811         explaining what regexp patterns are for.
7812
7813 2007-12-04  Glenn Morris  <rgm@gnu.org>
7814
7815         * password.el: Move to password-cache.el.
7816
7817         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7818         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7819         * mml-smime.el (password-read, password-cache-add)
7820         (password-cache-remove):
7821         No need to autoload, since mml-sec requires password.
7822
7823         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7824         * message.el (gnus-extract-address-components):
7825         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7826
7827         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7828         password.
7829
7830 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7831
7832         * mailcap.el: Reduce dependencies.
7833         (mail-header-parse-content-type): Autoload.
7834         (mailcap-delete-duplicates): New alias.
7835         (mailcap-mime-info): Add optional argument NO-DECODE.
7836         (mailcap-mime-types): Use mailcap-delete-duplicates.
7837
7838         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7839
7840 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7841
7842         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7843         (imap-parse-status): Upcase status-att for servers that sends them
7844         lower-case (e.g., MS Exchange 2007).
7845
7846 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7847
7848         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7849         function.
7850
7851         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7852         (gnus-uu-yenc-article): New function.
7853
7854         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7855
7856         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7857
7858 2007-12-02  Glenn Morris  <rgm@gnu.org>
7859
7860         * binhex.el (binhex): New custom group.
7861         (binhex-decoder-program, binhex-decoder-switches)
7862         (binhex-use-external): Move to the binhex custom group.
7863
7864         * uudecode.el (uudecode): New custom group.
7865         (uudecode-decoder-program, uudecode-decoder-switches)
7866         (uudecode-use-external): Move to the uudecode custom group.
7867
7868         * netrc.el (top-level): Don't load `encrypt' features.
7869         (netrc-parse): Don't use encrypt.
7870         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7871
7872         * encrypt.el: Remove file.
7873
7874 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7875
7876         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7877         matches on patches.
7878
7879         * gnus-art.el (gnus-article-browse-html-article):
7880         Mention `mm-text-html-renderer' in the doc string.
7881
7882         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7883         string.  Add comments.
7884
7885         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7886         if rhs is ASCII.
7887
7888 2007-12-01  Glenn Morris  <rgm@gnu.org>
7889
7890         * mail-source.el (top-level): Require format-spec before
7891         eval-when-compile.
7892
7893 2007-11-30  Glenn Morris  <rgm@gnu.org>
7894
7895         * encrypt.el: Require password, rather than autoloading password-read.
7896
7897 2007-11-29  Glenn Morris  <rgm@gnu.org>
7898
7899         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7900         (sasl-make-client, sasl-next-step, sasl-step-data)
7901         (sasl-step-set-data): Declare as functions.
7902
7903 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7904
7905         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7906
7907 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7908
7909         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7910         certs should be verified and what is to be done in the event of a
7911         verification failure.
7912
7913         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7914         caller can indicate whether the cache should be disregarded for this
7915         call.  This way the result of the call is reproducible at all times and
7916         can be considered a canonical server name for the supplied method.
7917         (gnus-agent-method-p): Canonicalize server names by pushing their
7918         method through `gnus-method-to-server' using the no-cache argument.
7919
7920         * gnus-srvr.el (gnus-server-insert-server-line):
7921         Call `gnus-method-to-server' with `no-cache' argument.
7922
7923         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7924         gnus-agent-possibly-synchronize-flags as this should be called when the
7925         server is actually being opened.
7926         (gnus-agent-possibly-synchronize-flags)
7927         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7928         flags file of an agentized server to the latter function.
7929
7930         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7931         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7932         after a connection has been established successfully.
7933
7934 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7935
7936         * gnus-art.el (article-display-face): Force to display face if called
7937         interactively; check if gnus-article-x-face-too-ugly matches author.
7938         (article-display-x-face): Display face even if From header is missing
7939         as article-display-face does.
7940
7941 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7942
7943         * hashcash.el (message-narrow-to-headers-or-head)
7944         (message-fetch-field, message-goto-eoh)
7945         (message-narrow-to-headers): Declare as functions.
7946
7947 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7948
7949         * mail-source.el (mail-sources): Default to fetch from file for
7950         compatibility with default of nnmail-spool-file.
7951
7952 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7955         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7956         to look for encoded word that should be encoded again.
7957         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7958         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7959         encoding pattern.
7960         (rfc2047-decode-region): Switch strict regexp and loose one according
7961         to rfc2047-allow-irregular-q-encoded-words.
7962
7963 2007-11-25  Romain Francoise  <romain@orebokech.com>
7964
7965         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7966
7967 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7968
7969         * tls.el (tls-program): Provide more custom choices from
7970         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7971         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7972
7973 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7974
7975         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7976         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7977
7978         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7979         `nnmail-spool-file'.
7980
7981         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7982         `nnmail-spool-file'.
7983
7984         * gnus-move.el (gnus-change-server): Ditto.
7985
7986         * gnus-kill.el (gnus-batch-score): Ditto.
7987
7988         * gnus-cache.el (gnus-jog-cache): Ditto.
7989
7990         * gnus-msg.el (gnus-summary-reply):
7991         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7992
7993 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7994
7995         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7996         version.  Minor improvement to doc strings.
7997         (tls-program): Add comment.
7998
7999 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8000
8001         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8002         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8003         mismatch between the hostname provided in the certificate and the name
8004         of the host connnecting to.
8005         (open-tls-stream): Use them.  Check certificates against trusted root
8006         certificates.
8007
8008 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8009
8010         * gnus-cache.el (gnus-cache-generate-nov-databases):
8011         Use nnml-generate-nov-databases-directory instead of
8012         nnml-generate-nov-databases-1.
8013
8014 2007-11-24  Glenn Morris  <rgm@gnu.org>
8015
8016         * message.el (message-tool-bar-retro): Update for rename
8017         mail_send.xpm->mail-send.xpm.
8018
8019 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8020
8021         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8022         `smime-ldap-search' for Emacs 22 and up.
8023
8024 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8025
8026         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8027
8028         * message.el (message-send-mail-function): Fix error convention.
8029         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8030         (message-widen-reply, message-send-mail, message-talkative-question)
8031         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8032         (message-clone-locals, message-send-news): Use with-current-buffer.
8033         (message-insert-or-toggle-importance): Remove unused var `valid'.
8034         (message-make-references): Remove unused var `new-references'.
8035         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8036
8037 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8038
8039         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8040         (spam-split-symbolic-return-positive): Reflow docstring.
8041         (spam-backends, spam-summary-exit-behavior)
8042         (spam-mark-ham-unread-before-move-from-spam-group)
8043         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8044         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8045         (spam-clear-cache, spam-backend-check, spam-install-backend)
8046         (spam-install-statistical-backend, spam-list-of-processors)
8047         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8048         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8049         (spam-check-crm114, spam-initialize, spam-unload-hook):
8050         Fix typos in docstrings.
8051
8052 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8055         been checked if they have never been read and those group levels are
8056         higher than the one that a user specified.
8057
8058 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8061         foreign groups unless a group level is specified by a user.
8062         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8063
8064 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8065
8066         * message.el (message-send-mail-function): Require sendmail.
8067
8068 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8069
8070         * message.el (message-send-mail-function): Check for smtpmail too.
8071
8072         * utf7.el (utf7-encode, utf7-decode): Use coding system
8073         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8074
8075         * message.el (message-send-mail-function): New function.
8076         (message-send-mail-function): Set default using
8077         message-send-mail-function.  Adjust doc string.
8078         (message-send-mail-with-mailclient): New function.
8079
8080 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8081
8082         * smime.el (from):
8083         * rfc2047.el (message-posting-charset):
8084         * qp.el (mm-use-ultra-safe-encoding):
8085         * pop3.el (parse-time-months):
8086         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8087         * nnml.el (files):
8088         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8089         (jka-compr-compression-info-list, ange-ftp-path-format)
8090         (efs-path-regexp):
8091         * nndiary.el (files):
8092         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8093         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8094         (epg-digest-algorithm-alist, inhibit-redisplay)
8095         (password-cache-expiry):
8096         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8097         (pgg-output-buffer, password-cache-expiry):
8098         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8099         (efs-path-regexp):
8100         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8101         (inhibit-redisplay):
8102         * mm-uu.el (file-name, start-point, end-point, entry)
8103         (gnus-newsgroup-name, gnus-newsgroup-charset):
8104         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8105         (latin-unity-ucs-list):
8106         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8107         (mm-uu-binhex-decode-function):
8108         * message.el (gnus-message-group-art, gnus-list-identifiers)
8109         (rmail-enable-mime-composing, gnus-local-organization)
8110         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8111         (gnus-read-active-file, facemenu-add-face-function)
8112         (facemenu-remove-face-function, gnus-article-decoded-p)
8113         (tool-bar-mode):
8114         * mail-source.el (display-time-mail-function):
8115         * gnus-util.el (nnmail-pathname-coding-system)
8116         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8117         (gnus-original-article-buffer, gnus-user-agent)
8118         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8119         (xemacs-codename, sxemacs-codename, emacs-program-version):
8120         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8121         * gnus-start.el (gnus-agent-covered-methods)
8122         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8123         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8124         (gnus-newsgroup-headers, gnus-group-list-mode)
8125         (gnus-group-mark-positions, gnus-newsgroup-data)
8126         (gnus-newsgroup-unreads, nnoo-state-alist)
8127         (gnus-current-select-method, mail-sources)
8128         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8129         (nnmail-spool-file, gnus-cache-active-hashtb):
8130         * gnus-mh.el (mh-lib-progs):
8131         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8132         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8133         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8134         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8135         (gnus-group-buffer):
8136         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8137         (font-lock-set-defaults):
8138         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8139         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8140         (gnus-summary-post-menu, total-parts, type, condition, length):
8141         * gnus-agent.el (gnus-agent-read-agentview):
8142         * flow-fill.el (show-trailing-whitespace):
8143         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8144         eval-and-compile wrappers for byte compiler pacifiers.
8145
8146         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8147         (mm-display-inline-fontify): Check for featurep 'xemacs not
8148         extent-list.
8149
8150         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8151         itimer-list.
8152         (mm-create-image-xemacs): Only do something for XEmacs.
8153         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8154
8155         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8156
8157         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8158         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8159
8160 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8161
8162         * nnimap.el (nnimap-split-download-body):
8163         * gnus-demon.el (gnus-demon):
8164         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8165
8166 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8167
8168         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8169         New macros.
8170         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8171         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8172         copy data from unibyte buffer to multibyte current buffer.
8173         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8174         to copy data from unibyte current buffer to multibyte buffer.
8175         (nntp-make-process-buffer): Make process buffer unibyte.
8176
8177         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8178
8179 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8180
8181         * pop3.el (pop3-open-server): Accept and process data more robustly at
8182         connexion start to avoid spurious "POP SSL connexion failed" errors.
8183
8184 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8187         read group names.
8188
8189 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8190
8191         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8192
8193 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8196         (nnmail-save-active): Use a unibyte buffer when saving active file,
8197         which may contain non-ASCII group names.
8198
8199         * nnml.el (nnml-request-group): Decode group names in messages.
8200
8201 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8202
8203         * message.el (message-citation-line-function)
8204         (message-insert-formatted-citation-line): Fix spelling of
8205         `message-insert-formated-citation-line'.
8206
8207 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8208
8209         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8210
8211 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8214         nnmail-pathname-coding-system.
8215
8216         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8217         that a user enters; decode group names in messages.
8218
8219         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8220
8221 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8222
8223         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8224
8225         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8226
8227         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8228         risky local variable.
8229
8230         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8231
8232 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8233
8234         * encrypt.el: Improve documentation to fix function name typo.
8235         Reported by Daiki Ueno <ueno@unixuser.org>.
8236
8237 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8240         even if the point is not in the last page of an article.
8241         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8242         back to the previous page.
8243
8244 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8245
8246         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8247
8248 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8251
8252 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8253
8254         * message.el (message-check-news-body-syntax):
8255         Avoid mm-string-as-multibyte.
8256         (message-hide-headers): Don't assume (point-min)==1.
8257
8258 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8259
8260         * message.el (message-remove-blank-cited-lines): Fix if remove is
8261         given.
8262         (message-bogus-address-regexp): New variable.
8263         (message-bogus-recipient-p): New function.
8264         (message-check-recipients): New command.
8265         (message-syntax-checks): Add `bogus-recipient'.
8266         (message-fix-before-sending): Add `bogus-recipient'.
8267
8268         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8269         (gnus-treat-body-boundary): Don't test window-system.
8270
8271 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8272
8273         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8274
8275 2007-10-28  Miles Bader  <miles@gnu.org>
8276
8277         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8278         at compile-time too.
8279
8280 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8281
8282         * gnus-msg.el (gnus-message-setup-hook):
8283         Add `message-remove-blank-cited-lines' to options.
8284
8285 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8286
8287         * message.el (message-remove-blank-cited-lines): New function.
8288         Suggested by Karl Plästerer.
8289
8290 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8293         mapc.
8294
8295         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8296         (top-level): Use mapc to set functions to be traced for debugging.
8297
8298         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8299         called for effect with while loop.
8300
8301         * message.el (message-talkative-question): Replace mapcar called for
8302         effect with mapc.
8303
8304         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8305         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8306         called for effect with dolist.
8307
8308         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8309
8310         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8311         gnus-extra-headers and nnmail-extra-headers.
8312
8313         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8314         called for effect with dolist.
8315         (top-level): Use mapc to set functions to be traced for debugging.
8316
8317         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8318         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8319         dolist.
8320
8321         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8322         Replace mapcar called for effect with mapc.
8323         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8324         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8325         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8326         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8327
8328         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8329         remove-if that's a cl function.
8330
8331         * webmail.el (webmail-debug): Replace mapcar called for effect with
8332         dolist.
8333
8334         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8335         with mapc.
8336
8337 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8340         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8341         with while loop.
8342
8343         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8344         functions from article-* functions.
8345         (gnus-multi-decode-header): Replace mapcar called for effect with
8346         dolist.
8347
8348         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8349         (gnus-bookmark-show-details): Replace mapcar called for effect with
8350         while loop.
8351
8352         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8353         called for effect with while loop.
8354
8355         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8356         with dolist.
8357
8358         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8359         Replace mapcar called for effect with dolist.
8360
8361         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8362
8363         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8364         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8365         Replace mapcar called for effect with dolist.
8366         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8367         mapc.
8368
8369         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8370         Replace mapcar called for effect with dolist.
8371         (gnus-topic-list): Replace mapcar called for effect with mapc.
8372
8373         * gnus.el: Use mapc instead of mapcar to add autoloads.
8374
8375 2007-10-23  Richard Stallman  <rms@gnu.org>
8376
8377         * gnus-group.el (gnus-group-highlight): Mark as risky.
8378
8379 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8380
8381         * gnus.el (gnus-server-to-method): Return method found first in
8382         gnus-newsrc-alist.
8383
8384         * gnus-art.el (gnus-article-highlight-signature)
8385         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8386         button overlay without the front stickiness.
8387
8388 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8389
8390         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8391         overview buffer needed a catch to receive its throw.
8392         (gnus-agent-flush-cache): Declare as interactive to make this function
8393         easier to use.
8394
8395 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8396
8397         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8398         `next-line'.
8399
8400 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8401
8402         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8403         exclude address matching message-dont-reply-to-names.
8404
8405 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8406
8407         * gnus-util.el (gnus-string<): New function.
8408
8409         * gnus-sum.el (gnus-article-sort-by-author)
8410         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8411
8412 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8415         the frame-focus tag is set in gnus-buffer-configuration.
8416
8417 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8418
8419         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8420         the front stickiness.
8421
8422 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8425         url pattern; remove duplicate one.
8426         (gnus-article-extend-url-button): New function.
8427         (gnus-article-add-buttons): Use it.
8428         (gnus-button-push): Use concatenated url that it makes.
8429
8430 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8431
8432         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8433
8434 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8435
8436         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8437         Don't hardcode point-min==1.
8438
8439 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8440
8441         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8442         Fix comment about "iso8859-1".
8443
8444 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8445
8446         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8447         ones returned from the verify-function.
8448
8449         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8450         Call mml2015-extract-cleartext-signature if extraction failed.
8451
8452 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8453
8454         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8455         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8456         failed.
8457
8458 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8459
8460         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8461
8462 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8463
8464         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8465         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8466         recommends to use EasyPG instead of PGG.
8467
8468         * pgg.el: Revert to revision 6.23.2.16.
8469
8470         * pgg-def.el: Revert to revision 6.6.2.14.
8471
8472         * pgg-gpg.el: Revert to revision 6.23.2.34.
8473
8474 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8475
8476         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8477         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8478         thread for both the null and zero (kill/expire thread) universal prefix
8479         cases.
8480         (gnus-summary-expire-thread): Add new function to expire a thread,
8481         using gnus-summary-kill-thread.
8482         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8483         shortcuts for gnus-summary-expire-thread.
8484         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8485         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8486
8487 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8488
8489         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8490         extras value, so an extras entry can be deleted.
8491         (gnus-registry-delete-extra-entry): Use it.
8492         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8493         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8494         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8495         storage through the gnus-registry, and provide an appropriate API for
8496         it.
8497
8498 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8499
8500         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8501         Suggested by Leo <sdl.web@gmail.com>.
8502
8503         * gnus.el: Do.
8504
8505 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8508         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8509
8510         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8511
8512         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8513         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8514
8515 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8516
8517         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8518         newline.
8519         (nnmbox-request-accept-article): Don't change article in source buffer;
8520         narrow to header to use message-fetch-field rather than
8521         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8522         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8523         as delimiters; make sure article ends with newline.
8524         (nnmbox-delete-mail): Correct last position of article to be deleted;
8525         ignore X-Gnus-Newsgroup header in article body.
8526         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8527         positions; make sure article ends with newline.
8528
8529         * message.el (message-display-abbrev): Don't infloop when a user
8530         inserts SPC in the beginning of header.
8531
8532         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8533         coding-system-for-read and coding-system-for-write for XEmacs having no
8534         file-coding feature.
8535
8536         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8537
8538 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8539
8540         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8541         list of groups not followed by default.  Fix type to be regexp.
8542         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8543
8544 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8545
8546         * hmac-def.el (define-hmac-function): Switch from old-style to
8547         new-style backquotes.
8548
8549         * md4.el (md4-make-step): Likewise.
8550
8551 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8554         raw-text coding system when saving .newsrc file, which may contain
8555         non-ASCII group names.
8556
8557 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8558
8559         * gnus-cus.el (gnus-score-extra): New widget.
8560         (gnus-score-extra-convert): New function.
8561         (gnus-score-customize): Use it for Extra.
8562
8563 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8564
8565         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8566         (mml2015-mailcrypt-clear-verify): Use it.
8567         (mml2015-gpg-clear-verify): Use it.
8568         (mml2015-pgg-clear-verify): Use it.
8569         (mml2015-epg-clear-verify): Replace the current part with the output
8570         from GnuPG; don't extract the plaintext by itself.
8571
8572         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8573         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8574         mml2015-clear-verify-function; don't touch the armor headers or
8575         dash-escaped text here.
8576
8577 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8580         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8581         parts, or application/octet-stream as a last resort.
8582         (gnus-mime-view-part-as-type): Don't toggle display.
8583         (gnus-mime-view-part-as-charset): Don't turn off display before
8584         querying charset.
8585
8586         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8587         stuff to undisplayer function in Emacs.
8588         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8589
8590         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8591         text/calendar parts.
8592
8593 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8596         decoding text/calendar parts.
8597
8598         * message.el (message-forward-make-body-mime): Always mark body as
8599         having no illegible text; remove signed-or-encrypted argument.
8600         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8601
8602         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8603         (mml-generate-mime-1): Don't encode body if it is specified to be in
8604         raw form; don't make buffer be unibyte when inserting multibyte string.
8605
8606 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8607
8608         * sha1.el: Fix up comment style.
8609         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8610         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8611
8612         * hex-util.el: Fix up comment style.
8613         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8614
8615         * gnus-salt.el: Use with-current-buffer.
8616         (gnus-pick-setup-message): Fix long-standing typo.
8617
8618 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8619
8620         * imap.el (imap-logout-timeout): New variable.
8621         (imap-logout, imap-logout-wait): New functions.
8622         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8623
8624         * nnimap.el (nnimap-logout-timeout): New server variable.
8625         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8626         nnimap-logout-timeout.
8627
8628         * gnus-art.el (gnus-article-summary-command-nosave)
8629         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8630
8631 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8632
8633         * gnus.el (gnus-maximum-newsgroup): New variable.
8634
8635         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8636         according to gnus-maximum-newsgroup.
8637
8638         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8639         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8640         Limit the range of articles according to gnus-maximum-newsgroup.
8641
8642 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8643
8644         * gnus-art.el (gnus-sticky-article): Fix problems described in
8645         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8646         Don't perform gnus-configure-windows here; reuse existing sticky
8647         article buffer.
8648
8649         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8650         it doesn't exist in gnus-article-mode.
8651
8652 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8653
8654         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8655         (gnus-agent-decoded-group-name): New function.
8656         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8657         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8658
8659 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8660
8661         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8662         Add binding for gnus-sticky-article.
8663         (gnus-summary-exit): Don't kill sticky article buffers.
8664
8665         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8666         article buffer.
8667         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8668         (gnus-kill-sticky-article-buffers): New commands.
8669
8670 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * nntp.el (nntp-xref-number-is-evil): New server variable.
8673         (nntp-find-group-and-number): If it is non-nil, don't trust article
8674         numbers in the Xref header.
8675
8676 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * gnus-agent.el (gnus-agent-read-group): New function.
8679         (gnus-agent-flush-group, gnus-agent-expire-group)
8680         (gnus-agent-regenerate-group): Use it.
8681         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8682         nnmail-pathname-coding-system.
8683
8684 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8687
8688         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8689         that are unread as unread, and also as selected so that information of
8690         marks having been changed by a user may be updated when exiting group.
8691
8692 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8693
8694         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8695
8696 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8697
8698         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8699         calculated ignoring signature parts to gnus-treat-article.
8700
8701 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8702
8703         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8704         a point here in order to keep the window start.
8705         (gnus-insert-mime-security-button): Make a button overlay without the
8706         front stickiness.
8707         (gnus-mime-display-security): Goto the end of a button.
8708
8709         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8710
8711 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8712
8713         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8714         group-name-at-point.
8715         (gnus-group-completing-read): New function that offers decoded
8716         non-ASCII group names for completion.
8717         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8718         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8719         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8720         (gnus-group-fetch-control): Use it.
8721         (gnus-fetch-group): Use group-name-at-point for the initial value
8722         rather than the default value; use gnus-alive-p.
8723
8724         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8725         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8726         (gnus-summary-post-news): Use gnus-group-completing-read.
8727
8728         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8729         (gnus-read-move-group-name): Decode group name for completion.
8730
8731 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8732
8733         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8734         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8735         Yamaoka slightly modified the code).
8736
8737 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8738
8739         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8740         (nnmail-split-incoming): Bind it.
8741
8742         * nnml.el (nnml-group-name-charset): New function.
8743         (nnml-decoded-group-name): Use it; don't decode group name if
8744         nnmail-group-names-not-encoded-p is non-nil.
8745         (nnml-encoded-group-name): New function.
8746         (nnml-group-pathname): Inline nnml-decoded-group-name.
8747         (nnml-request-expire-articles): Decode group name in message.
8748         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8749         nnmail-pathname-coding-system.
8750         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8751         not decoded ones according to nnmail-group-names-not-encoded-p.
8752         (nnml-generate-active-info): Use nnml-encoded-group-name.
8753
8754 2007-08-08  Glenn Morris  <rgm@gnu.org>
8755
8756         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8757         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8758         doc-strings and comments.
8759
8760 2007-07-25  Glenn Morris  <rgm@gnu.org>
8761
8762         * Relicense all FSF files to GPLv3 or later.
8763
8764 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8765
8766         * gnus-sum.el (gnus-summary-move-article):
8767         Make gnus-summary-respool-article work.
8768
8769 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8770
8771         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8772         string.
8773
8774 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8775
8776         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8777         that should be ignored when comparing distant RSS articles with local
8778         ones.
8779         (nnrss-make-hash-index): New function.  Create a hash index according
8780         to the ignored fields.
8781         (nnrss-check-group): Use it.
8782
8783 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8786
8787         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8788
8789         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8790         the new optional argument ENCODED is non-nil.
8791         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8792         coding system for encoding group name.
8793         (gnus-group-make-rss-group): Pass un-encoded group name to
8794         gnus-group-make-group.
8795         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8796         encoded.
8797
8798         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8799         Encode group name to which articles are moved or copied.
8800         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8801         coding system for encoding Newsgroup, Followup-To and Xref headers.
8802
8803         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8804         marks; use nnheader-file-coding-system to write a file.
8805         (nnagent-retrieve-headers): Bind file-name-coding-system to
8806         nnmail-pathname-coding-system.
8807
8808         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8809
8810         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8811         (nnml-request-article, nnml-request-create-group)
8812         (nnml-request-rename-group, nnml-find-id)
8813         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8814         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8815         (nnml-save-marks): Use nnml-group-pathname instead of
8816         nnmail-group-pathname.
8817
8818         (nnml-request-create-group, nnml-request-expire-articles)
8819         (nnml-request-move-article, nnml-request-delete-group)
8820         (nnml-deletable-article-p, nnml-possibly-create-directory)
8821         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8822         (nnml-open-marks): Bind file-name-coding-system to
8823         nnmail-pathname-coding-system.
8824
8825         (nnml-request-article): Pass server argument to nnml-find-group-number.
8826         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8827         Pass server argument to nnml-possibly-create-directory.
8828         (nnml-request-accept-article): Pass server argument to
8829         nnml-active-number and nnml-save-mail.
8830         (nnml-find-group-number): Pass server argument to nnml-find-id.
8831         (nnml-request-update-info): Pass server argument to
8832         nnml-marks-changed-p.
8833
8834         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8835         (nnml-save-mail, nnml-active-number): Add server argument.
8836
8837         (nnml-request-delete-group): Warn if group is missing.
8838         (nnml-get-nov-buffer): Decode group name.
8839         (nnml-generate-active-info): Encode group name.
8840         (nnml-open-marks): Decode group name in messages.
8841
8842 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8845         if it is not specified.
8846         (gnus-article-pipe-part, gnus-article-save-part)
8847         (gnus-article-interactively-view-part, gnus-article-copy-part)
8848         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8849         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8850         (gnus-article-replace-part, gnus-article-delete-part)
8851         (gnus-article-view-part-as-type): Pass raw prefix argument to
8852         gnus-article-part-wrapper.
8853
8854 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8855
8856         * gnus-agent.el (gnus-agent-save-active):
8857         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8858
8859         * gnus-cache.el (gnus-cache-save-buffers)
8860         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8861         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8862         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8863         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8864         (gnus-cache-generate-active, gnus-cache-rename-group)
8865         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8866         (gnus-cache-update-overview-total-fetched-for):
8867         Bind file-name-coding-system to nnmail-pathname-coding-system.
8868         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8869         New variables.
8870         (gnus-cache-decoded-group-name): New function.
8871         (gnus-cache-file-name): Use it.
8872         (gnus-cache-generate-active): Use non-decoded group name for active.
8873
8874         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8875         right place.
8876         (gnus-write-active-file): Don't break non-ASCII group names.
8877
8878         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8879         nnmail-pathname-coding-system.
8880
8881         * lpath.el: Bind default-file-name-coding-system,
8882         file-name-coding-system and language-info-alist for XEmacs.
8883
8884         * gnus-uu.el (gnus-uu-decode-save): Typo.
8885
8886 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8889
8890 2007-07-14  David Kastrup  <dak@gnu.org>
8891
8892         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8893         finishing actions if we did not edit the article.
8894
8895 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8896
8897         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8898         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8899         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8900         (gnus-agent-flush-group, gnus-agent-flush-cache)
8901         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8902         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8903         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8904         (gnus-agent-regenerate-group)
8905         (gnus-agent-update-files-total-fetched-for)
8906         (gnus-agent-update-view-total-fetched-for):
8907         Bind file-name-coding-system to nnmail-pathname-coding-system.
8908         (gnus-agent-group-pathname): Don't encode file names by
8909         nnmail-pathname-coding-system.
8910         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8911         coding-system-for-write instead of buffer-file-coding-system to
8912         gnus-agent-file-coding-system.
8913
8914         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8915         Decode group name.
8916
8917         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8918
8919         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8920         (gnus-read-newsrc-el-file): Make group names unibyte.
8921
8922         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8923         nnmail-pathname-coding-system.
8924
8925         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8926         (nnrss-request-delete-group): Bind file-name-coding-system to
8927         nnmail-pathname-coding-system.
8928         (nnrss-read-server-data, nnrss-read-group-data):
8929         Bind file-name-coding-system correctly.
8930         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8931
8932         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8933         (nntp-server-to-method-cache): New variable.
8934         (nntp-group-pathname): New function that decodes non-ASCII group names.
8935         (nntp-possibly-create-directory, nntp-marks-changed-p)
8936         (nntp-save-marks, nntp-open-marks): Use it.
8937         (nntp-possibly-create-directory, nntp-open-marks):
8938         Bind file-name-coding-system to nnmail-pathname-coding-system.
8939         (nntp-open-marks): Decode group names when bootstrapping marks.
8940
8941         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8942         Newsgroups and Folowup-To headers.
8943
8944 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8945
8946         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8947         (gnus-server-closed-face, gnus-server-denied-face)
8948         (gnus-server-offline-face): Remove variable.
8949         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8950
8951         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8952         of modifying message-stack directly for XEmacs.
8953
8954         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8955         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8956         if the coding-system argument is nil for XEmacs.
8957
8958         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8959         mm-charset-override-alist.
8960
8961         * rfc2047.el: Don't require base64; require rfc2045 for the function
8962         rfc2045-encode-string.
8963         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8964         to quote the parameter value.
8965
8966 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8969         form in gnus-group-name-charset-method-alist.
8970
8971         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8972         overrides the default layout edit-form.
8973
8974         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8975
8976         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8977
8978 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8979
8980         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8981         as unfetched articles.
8982
8983 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8984
8985         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8986
8987 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8988
8989         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8990         original back end that keeps marks in the local system.
8991
8992 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8993
8994         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8995         arg of pop-to-buffer for XEmacs.
8996         (gnus-article-read-summary-keys): Ditto; don't restore window
8997         configuration if summary command ends up with neither article buffer
8998         nor summary buffer; describe bindings if summary keys end with C-h.
8999
9000 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * message.el (message-fix-before-sending): Skip raw message part to be
9003         forwarded while checking illegible text.
9004         (message-forward-make-body-mime, message-forward-make-body):
9005         Mark signed or encrypted raw message as having no illegible text.
9006
9007 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9010         (gnus-message-with-timestamp-1): New macro.
9011         (gnus-message-with-timestamp): New function.
9012         (gnus-message): Use them.
9013
9014         * nnheader.el (nnheader-message): Use them.
9015
9016 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9017
9018         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9019         .newsrc.eld file.
9020
9021 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * gnus-agent.el (gnus-agent-fetch-headers)
9024         (gnus-agent-retrieve-headers):
9025         Bind gnus-decode-encoded-address-function to identity.
9026
9027         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9028         available also when the server returns simply a dot.
9029
9030         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9031
9032 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9033
9034         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9035
9036 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9037
9038         * gnus-ems.el (gnus-x-splash): Make it work.
9039
9040         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9041         from being used.
9042
9043         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9044
9045 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9046
9047         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9048         4th and the 5th arguments.
9049
9050         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9051         the front stickiness.
9052         (gnus-article-summary-command-nosave): Correct the order of the
9053         arguments passed to pop-to-buffer.
9054         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9055         summary command ends up with the article buffer.
9056
9057         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9058         the same faces.
9059
9060 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9061
9062         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9063
9064 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9065
9066         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9067         * gnus-sum.el (gnus-summary-highlight):
9068         * pgg.el (pgg-sign-region, pgg-sign):
9069         * mail-source.el (mail-source-delete-old-incoming-confirm):
9070         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9071
9072 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * gnus-art.el (gnus-mime-view-part-externally)
9075         (gnus-mime-view-part-internally): Fix predicate function passed to
9076         completing-read.
9077
9078         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9079
9080         * gnus.el (gnus-update-message-archive-method): Add :version.
9081
9082 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * gnus.el (gnus-update-message-archive-method): New variable.
9085
9086         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9087         according to gnus-message-archive-method if
9088         gnus-update-message-archive-method is non-nil.
9089
9090 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9093         Suggested by Loic Dachary <loic@dachary.org>.
9094         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9095
9096 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * message.el (message-pop-to-buffer): Add switch-function argument.
9099         (message-mail): Pass switch-function argument to it.
9100
9101 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9102
9103         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9104         Improve doc string.
9105
9106 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9107
9108         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9109         (gnus-header-content)
9110         * gnus-cite.el (gnus-cite-10)
9111         * gnus-srvr.el (gnus-server-closed)
9112         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9113         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9114         (gnus-group-mail-3-empty, gnus-group-mail-low)
9115         (gnus-group-mail-low-empty, gnus-splash)
9116         * message.el (message-header-to, message-header-cc)
9117         (message-header-subject, message-header-other, message-header-name)
9118         (message-header-xheader, message-separator, message-cited-text)
9119         (message-mml): Lighten colors of faces used for dark background.
9120
9121 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9122
9123         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9124         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9125
9126 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * message.el (message-narrow-to-headers-or-head):
9129         Ignore mail-header-separator in the body.
9130
9131 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9132
9133         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9134         same as window size.
9135
9136 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9137
9138         * message.el (message-font-lock-keywords): Use message-header-xheader
9139         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9140         ahead of the anything pattern, to get it recognised.
9141
9142 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9143
9144         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9145         spam.el loads uses it in the compiled defadvice form.
9146
9147 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9148
9149         * gnus-sum.el (gnus-articles-to-read)
9150         (gnus-summary-insert-old-articles): Don't truncate group name for
9151         `read-string'.
9152
9153         * gnus-util.el (gnus-limit-string): Delete this function.
9154
9155         * gnus-sum.el (gnus-simplify-subject-fully):
9156         Use `truncate-string-to-width' instead.
9157
9158 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9159
9160         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9161         Tell if, on summary exit, the next group has to be selected.
9162         (gnus-summary-exit): Use it.
9163
9164 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9165
9166         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9167         non-break space.
9168
9169 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9172         Check if group is not a directory.
9173         (nnfolder-request-expire-articles): Don't delete articles if the target
9174         group is not available.
9175
9176         * nnml.el (nnml-request-create-group): Properly check if group is not a
9177         file.
9178         (nnml-request-expire-articles): Don't delete articles if the target
9179         group is not available.
9180
9181         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9182         Don't quote characters that are within parentheses.
9183
9184 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9187         (gnus-handle-ephemeral-exit): Select article according to it.
9188
9189 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9190
9191         * message.el (message-insert-formated-citation-line): Remove newline.
9192         (message-citation-line-format): Add final \n here so that the user can
9193         avoid a blank line.
9194
9195 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9196
9197         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9198         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9199         Update lanl/arXiv support.
9200
9201 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9202
9203         * gnus.el: Bump version number.
9204
9205 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9206
9207         * gnus.el (gnus-version-number): Bump version.
9208
9209 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9210
9211         * gnus.el: No Gnus v0.6 is released.
9212
9213 2007-04-27  Didier Verna  <didier@xemacs.org>
9214
9215         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9216         * gmm-utils.el (gmm-regexp-concat): ... here.
9217         * message.el: Don't require 'gnus-util.
9218         (message-dont-reply-to-names): Handle name change above.
9219         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9220
9221 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9222
9223         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9224         since the initial value varies according to the system.
9225
9226 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9227
9228         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9229
9230 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9231
9232         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9233
9234 2007-04-24  Didier Verna  <didier@xemacs.org>
9235
9236         Improve the type of gnus-ignored-from-addresses.
9237         * gnus-util.el (gnus-orify-regexp): New function.
9238         * message.el (gnus-util): Require it.
9239         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9240         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9241         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9242
9243 2007-04-24  Didier Verna  <didier@xemacs.org>
9244
9245         * gnus-sum.el:
9246         * gnus-utils.el: Fix some trailing whitespaces.
9247
9248 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9251         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9252         article's Message-ID; refer parent article in summary buffer.
9253
9254         * message.el (message-bounce): Call mime-to-mml.
9255
9256         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9257         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9258         optimize and/or forms properly.
9259
9260 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9261
9262         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9263         URL.
9264
9265 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9268
9269 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9270
9271         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9272         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9273         displayed of multipart/alternative part if it is invoked from summary
9274         buffer.
9275
9276         * mm-view.el (mm-inline-text-html-render-with-w3m)
9277         (mm-inline-text-html-render-with-w3m-standalone)
9278         (mm-inline-render-with-function): Use mail-parse-charset by default.
9279
9280 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9281
9282         * parse-time.el (parse-time-string-chars): Check if CHAR
9283         is less than the length of parse-time-syntax.
9284
9285 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9288         from gnus-newsgroup-processable.
9289
9290 2007-04-16  Didier Verna  <didier@xemacs.org>
9291
9292         * gnus-msg.el (gnus-configure-posting-styles):
9293         Handle message-signature-directory properly with :file syntax.
9294         Reported by "Leo".
9295
9296 2007-04-11  Didier Verna  <didier@xemacs.org>
9297
9298         New user option: message-signature-directory.
9299         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9300         * message.el (message-insert-signature): Ditto.
9301         * message.el (message-signature-file): Doc update.
9302         * message.el (message-signature-directory): New.
9303
9304 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * gnus-msg.el (gnus-inews-yank-articles):
9307         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9308
9309 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * message.el (message-yank-original): Make sure cited text ends with
9312         newline; don't exchange point and mark.
9313
9314 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9315
9316         * tls.el (open-tls-stream): Properly handle case where there
9317         is no associated buffer.
9318
9319 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9320
9321         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9322         message-yank-original, make sure (< mark TEXT point).
9323
9324 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9325
9326         * message.el (message-fill-column): New variable.
9327         (message-mode): Use it.  Add comment on a possible new hook.
9328
9329         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9330         (nnmail-get-new-mail): Reformat.
9331
9332         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9333
9334         * gmm-utils.el: Fix Commentary.
9335         (gmm-tool-bar-from-list): Fix typo in doc string.
9336
9337 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9338
9339         * message.el (message-yank-original): Don't switch point and mark
9340         unnecessarily to put point and mark as documented.
9341
9342 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9343
9344         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9345         from the message heads.
9346
9347 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9348
9349         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9350         article buffer does not have a window.  This may not be the best
9351         solution but is certainly better than setting the start of the null,
9352         that is the current, window.
9353
9354 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9355
9356         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9357         (gnus-draft-setup): Run it.
9358
9359         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9360         gnus-score-fast-scoring.  Allow regexp.
9361         (gnus-score-headers): Use it.
9362
9363         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9364         XEmacs.
9365
9366         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9367         string.
9368         (gnus-button-alist): Also catch `<f1> k ...'.
9369         (gnus-treat-display-x-face): Fix doc string.
9370
9371 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9372
9373         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9374         evaluation of gnus-extended-version to ensure correct generation of the
9375         User-Agent header when message-generate-headers-first is used.
9376
9377 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9378
9379         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9380         hashcash-path is nil.  Don't call callback with incorrect number of
9381         parameters if val is 0.
9382
9383 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9384
9385         * message.el (message-required-news-headers):
9386         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9387
9388 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9389
9390         * tls.el (open-tls-stream): In handshake-waiting loop,
9391         don't wait more if there is output available to process.
9392
9393 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9394
9395         * tls.el (tls-program): Doc fix.
9396
9397 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9398
9399         * message.el (message-generate-new-buffers): Change the meaning of the
9400         nil value; add `standard' to the choices; treat t as `unique'; improve
9401         doc string.
9402         (gnus-select-frame-set-input-focus): Autoload.
9403         (message-buffer-name): Search for the existing message buffer if
9404         message-generate-new-buffers is nil or `standard'; treat the value t of
9405         message-generate-new-buffers as `unique'.
9406         (message-pop-to-buffer): Raise the frame already displaying the message
9407         buffer; clear the echo area after querying.
9408         (message-setup): Pass the `continue' argument to compose-mail.
9409         (message-mail): Prefer `switch-function' if it is given; search for the
9410         existing message buffer if the `continue' argument is non-nil; pass
9411         continue and switch-function arguments to compose-mail by way of
9412         message-setup.
9413         (message-mail-other-window): Adjust argument of message-setup.
9414         (message-mail-other-frame): Ditto.
9415
9416 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9419         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9420         to turn font-lock on when turning gnus-message-citation-mode on.
9421
9422 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9423
9424         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9425         (mml-smime-function-alist): New variable; add epg as the backend.
9426         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9427         mml-smime- functions instead.
9428         * mm-view.el: Require smime.
9429
9430 2007-03-05  Didier Verna  <didier@xemacs.org>
9431
9432         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9433         instead of just inheritance for posting styles.
9434         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9435
9436 2007-02-24  Chris Moore  <dooglus@gmail.com>
9437
9438         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9439         * pgg-pgp.el (pgg-pgp-encrypt-region):
9440         * pgg-gpg.el (pgg-gpg-encrypt-region):
9441         Check pgg-encrypt-for-me if no other recipients.
9442
9443 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9444
9445         * tls.el (tls-certtool-program): Fix custom type.
9446
9447 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9448
9449         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9450         and point-at-eol instead of line-(beginning|end)-position.
9451
9452         * assistant.el (assistant-parse-buffer): Ditto.
9453
9454         * netrc.el (netrc-parse-services): Ditto.
9455
9456 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9457
9458         * mml2015.el (mml2015-epg-find-usable-key): New function.
9459         (mml2015-epg-sign): Use it.
9460         (mml2015-epg-encrypt): Use it.
9461
9462 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * message.el (message-make-in-reply-to): Quote name containing
9465         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9466         if there are special characters.  Reported by NAKAJI Hiroyuki
9467         <nakaji@jp.freebsd.org>.
9468
9469 2007-02-27  Didier Verna  <didier@xemacs.org>
9470
9471         Include the group parameters as well as the topic ones in the
9472         inheritance filter process.
9473         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9474         argument GROUP-PARAMS-LIST.
9475         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9476
9477 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9478
9479         * nntp.el (nntp-never-echoes-commands)
9480         (nntp-open-connection-functions-never-echo-commands): New variables.
9481         (nntp-send-command): Use them.
9482
9483 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9484
9485         * mml2015.el (mml2015-epg-verify): Simplify.
9486
9487 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9488
9489         * mml.el (mml-content-disposition-alist): New user option.
9490         (mml-content-disposition): New function.
9491         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9492         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9493
9494 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9495
9496         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9497         verification.
9498
9499 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9500
9501         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9502         articles posted in the last 24 hours.
9503
9504 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9505
9506         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9507
9508 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9509
9510         * nntp.el (nntp-send-command): Don't wait for echoes when
9511         nntp-open-ssl-stream is used.
9512
9513 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9514
9515         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9516         (gnus-message-add-citation-keywords)
9517         (gnus-message-remove-citation-keywords): Remove.
9518         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9519         directly, make the variables in font-lock-defaults buffer-local, add
9520         gnus-message-citation-keywords to them and then update the value of
9521         font-lock-keywords.
9522
9523 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * message.el (message-cite-original-1): Don't call
9526         gnus-article-highlight-citation.
9527
9528         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9529         citations; fix line count.
9530
9531 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9532
9533         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9534         (gnus-message-add-citation-keywords)
9535         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9536         versions of font-lock-add-keywords and font-lock-remove-keywords to
9537         work with XEmacs correctly.
9538
9539 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * gnus-cite.el (gnus-cite-face-list): Set the values of
9542         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9543         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9544         (gnus-message-cite-prefix-regexp): New variable.
9545         (gnus-message-search-citation-line): Use it; protect against long
9546         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9547         the 0th match data for Emacs.
9548         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9549         (gnus-message-add-citation-keywords): Append keywords rather than
9550         prepending; emulate font-lock-add-keywords if it is not available.
9551         (gnus-message-remove-citation-keywords):
9552         Emulate font-lock-remove-keywords if it is not available.
9553
9554         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9555
9556         * message.el (message-cite-prefix-regexp): Set the value of
9557         gnus-message-cite-prefix-regexp.
9558
9559 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9560
9561         * nnweb.el (nnweb-google-parse-1): Update parser.
9562
9563 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9564
9565         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9566
9567 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9568
9569         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9570         regexp.
9571
9572 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9573
9574         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9575         string-to-multibyte.
9576         (uudecode-decode-region-internal): Use it.
9577
9578         * lpath.el: Fbind string-as-multibyte for XEmacs.
9579
9580 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9581
9582         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9583         Fix custom choice.
9584
9585         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9586
9587 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9588
9589         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9590
9591         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9592         `write-region' to respect `mm-inhibit-file-name-handlers'.
9593
9594 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9595
9596         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9597         Use gnus-home-directory instead of "~/" or "$HOME".
9598
9599 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9600
9601         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9602         to mention filename.
9603         Add comments at beginning regarding usage.
9604         (encrypt-write-file-contents): Change interactive so a string is
9605         acceptable.  If the file has no associated model, show an error instead
9606         of a nonsense prompt.
9607
9608 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9609
9610         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9611         Thanks to Yoshihiko Yamada for kind notification of this typo.
9612
9613 2007-01-12  Kenichi Handa  <handa@m17n.org>
9614
9615         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9616         multibyte buffer.
9617
9618 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9619
9620         * gnus-score.el (gnus-score-fast-scoring): New variable.
9621         (gnus-score-headers): Use it.
9622
9623         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9624
9625         * message.el (message-cite-original-1):
9626         Call gnus-article-highlight-citation if requested.
9627         (message-make-from): Allow name and address as optional arguments.
9628
9629         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9630
9631         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9632         bugs to doc string.
9633         (gnus-button-alist): Add mid\\|message-id.
9634         (gnus-button-fetch-group): Extend for use in
9635         `browse-url-browser-function'.
9636         (gnus-button-url-regexp): Try to catch paired parentheses like in
9637         Wikipedia URLs.
9638
9639         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9640         Suggested by Simon Krahnke <overlord@gmx.li>.
9641
9642 2007-01-13  Romain Francoise  <romain@orebokech.com>
9643
9644         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9645         Update copyright.
9646
9647 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9648
9649         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9650
9651 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9652
9653         * gnus-registry.el (gnus-registry-unfollowed-groups)
9654         (gnus-registry-split-fancy-with-parent): Fix documentation.
9655
9656 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9657
9658         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9659         from nnweb groups.
9660
9661 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9662
9663         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9664         Xref urls.  Erase buffer before requesting head.
9665
9666         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9667
9668 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9669
9670         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9671         customizable.
9672
9673 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9674
9675         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9676         no signing key is found.
9677         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9678         no encrypting and/or signing key is found.
9679
9680 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9681
9682         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9683
9684 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9685
9686         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9687         headers read from disk with the ones newly found in the current search.
9688         This should no longer cause problems, because the article numbers in
9689         Gmane's `nov.php' output are ignored since the previous change.
9690
9691 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9692
9693         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9694
9695 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9696
9697         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9698         replace-regexp-in-string; bind url-version; fbind display-images-p and
9699         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9700         find-face and set-itimer-function for Emacs; bind itimer-list for
9701         Emacs.
9702
9703         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9704
9705 2007-01-01  Romain Francoise  <romain@orebokech.com>
9706
9707         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9708
9709 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9710
9711         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9712         `define-minor-mode' macro definition expanded properly.
9713         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9714         exclude it there.
9715
9716         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9717         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9718         `fboundp' test.
9719         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9720         This is OK to autoload in (S)XEmacs now.
9721
9722 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9723
9724         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9725         keystroke.
9726         (gnus-summary-limit-to-singletons): Fix typo.
9727
9728         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9729         else fails.
9730
9731 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9732
9733         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9734         docstring.
9735
9736         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9737         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9738         (gnus-summary-insert-dormant-articles): Fix typo in message.
9739
9740 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9741
9742         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9743         nil for XEmacs.
9744         (gnus-message-citation-mode): Don't autoload in XEmacs.
9745
9746         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9747
9748 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9749
9750         * nnimap.el (nnimap-expunge-search-string):
9751         Mention nnimap-search-uids-not-since-is-evil in docstring.
9752
9753 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9754
9755         * spam.el: Revert to make-obsolete-variable because
9756         define-obsolete-variable-alias is not supported in Emacs 21.
9757
9758         * spam.el (spam-ifile-path, spam-ifile-database-path)
9759         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9760         make-obsolete-variable.
9761         (spam-bsfilter-path, spam-bsfilter-program)
9762         (spam-spamassassin-path, spam-spamassassin-program)
9763         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9764         Don't use "path" inappropriately.
9765         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9766         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9767         variable names.
9768
9769 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9770
9771         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9772         summary buffer.
9773
9774         * password.el (password-cache-remove): Use clear-string to burn
9775         password, if available.
9776
9777 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9778
9779         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9780
9781         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9782
9783         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9784         (gnus-message-highlight-citation): Move defcustom here from
9785         gnus-cite.el.
9786         (gnus-message-citation-mode): Autoload.
9787
9788         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9789         checks to make it compile with XEmacs.
9790         (gnus-message-citation-mode): New minor mode.
9791         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9792         (gnus-message-highlight-citation): New variables.
9793         (gnus-message-search-citation-line)
9794         (gnus-message-add-citation-keywords)
9795         (gnus-message-remove-citation-keywords)
9796         (turn-on-gnus-message-citation-mode)
9797         (turn-off-gnus-message-citation-mode): New functions.
9798
9799 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9800
9801         * gnus-cite.el: Enable highlighting of different citation levels in
9802         message-mode.
9803
9804 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9805
9806         * message.el (message-make-fqdn): Fix comment.
9807         (message-bogus-system-names): Add ".local".
9808
9809         * spam.el (spam-ifile-path, spam-ifile-program)
9810         (spam-ifile-database-path, spam-ifile-database)
9811         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9812         Don't use "path" inappropriately.
9813         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9814         strings.
9815         (spam-check-ifile, spam-ifile-register-with-ifile)
9816         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9817         Use new variable names.
9818
9819         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9820         (gnus-treat-display-smileys): Simplify using
9821         gnus-image-type-available-p.
9822
9823         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9824         available.
9825
9826         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9827         Use `display-images-p' if available.
9828
9829 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9830
9831         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9832         one after turning on the buffer's multibyteness instead of decoding
9833         them directly in the unibyte buffer that causes unexpected conversion
9834         in Emacs 23 (unicode).
9835
9836 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9837
9838         * message.el (message-generate-hashcash): Fix custom type.
9839
9840 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9841
9842         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9843
9844 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9845
9846         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9847         disconnect icons.  Add help text.
9848
9849 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9850
9851         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9852         negated to be consistent with the others we handle.
9853
9854 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9855
9856         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9857         version of gnus-summary-buffer to something, so that we can use two
9858         article buffers at the same time.
9859
9860 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9861
9862         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9863         trigger all the extra headers.
9864         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9865         sorting.
9866
9867 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9868
9869         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9870         solid groups.
9871
9872 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9873
9874         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9875
9876 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9877
9878         * legacy-gnus-agent.el: Add Copyright notice.
9879
9880 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9881
9882         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9883
9884 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9885
9886         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9887
9888         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9889         to make it work reliably in CVS Emacs.
9890         (gnus-summary-limit-strange-charsets-predicate)
9891         (gnus-summary-limit-to-predicate): New functions.
9892
9893 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9894
9895         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9896         specifying array size.
9897         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9898         array if it is too small.
9899         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9900         (gnus-sort-threads-loop): New function.
9901
9902 2006-12-06  Chris Moore  <dooglus@gmail.com>
9903
9904         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9905         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9906
9907 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9908
9909         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9910         options.
9911
9912 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9913
9914         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9915         DOS-ing the recipient.
9916
9917         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9918         the headers when creating the mapping to avoid mismappings.
9919         (nnweb-gmane-create-mapping): Always nix out old mapping.
9920
9921 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9924         and mm-verify-option to never.
9925
9926 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * message.el (message-signed-or-encrypted-p): New function.
9929         (message-forward-make-body): Use it.
9930
9931         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9932         Replace encode-coding-string with mm-encode-coding-string.
9933
9934 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9935
9936         * nneething.el (nneething-decode-file-name):
9937         Replace decode-coding-string with mm-decode-coding-string.
9938
9939         * gnus-int.el (gnus-open-server): Say failed server's name.
9940
9941 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9942
9943         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9944         strings to a single string.  Quote `errors-file-name'.
9945         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9946         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9947         Adjust calls.  Use `shell-quote-argument'.
9948
9949 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9950
9951         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9952         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9953
9954         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9955         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9956         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9957         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9958         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9959         (gnus-subscribe-newsgroup, gnus-1):
9960         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9961         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9962         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9963         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9964
9965 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9966
9967         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9968         keystroke.
9969         (gnus-summary-limit-to-bodies): Implement headersp.
9970
9971 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9972
9973         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9974
9975 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9978
9979 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9980
9981         * message.el (message-generate-hashcash): Expand range of values to
9982         include `opportunistic'.
9983         (message-send-mail): Use it.
9984
9985 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9986
9987         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9988         and comment it.
9989
9990         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9991
9992 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9993
9994         * gnus-util.el (gnus-extract-address-components): Improve comment.
9995
9996 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9997
9998         * gnus-util.el (gnus-extract-address-components): Work with address in
9999         which the name portion contains @.
10000
10001         * lpath.el: Fbind custom-autoload.
10002
10003 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10004
10005         * gnus.el (gnus-start): Move custom group up.
10006         (gnus-select-method): Don't autoload, but make it available for
10007         `customize-variable'.
10008         (gnus-getenv-nntpserver): Don't autoload.
10009
10010 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10011
10012         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10013
10014 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10015
10016         * message.el (message-sendmail-extra-arguments): New variable.
10017         (message-send-mail-with-sendmail): Use it.
10018
10019 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10022         mm-with-unibyte-current-buffer to make string unibyte.
10023
10024         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10025         mm-string-as-multibyte.
10026
10027 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10028
10029         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10030         Reported by Werner Koch <wk@gnupg.org>.
10031
10032 2006-11-14  Daiki Ueno  <ueno@p360>
10033
10034         * mml2015.el: Autoload epa-select-keys when compiling.
10035
10036 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10037
10038         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10039         message-options.
10040         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10041
10042 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10043
10044         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10045         EasyPG (< 0.0.6).
10046         (mml2015-always-trust): New user option.
10047         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10048         prompt.
10049
10050 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * nntp.el (nntp-authinfo-force): New variable.
10053         (nntp-send-authinfo): Use it.
10054
10055 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10056
10057         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10058         decode encoded words.  Improve prompt.  Add comment about forwarding.
10059         (message-replacement-char): Move up.
10060
10061 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10062
10063         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10064         instead of gnus-intersection because arguments of gnus-sorted-nunion
10065         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10066
10067 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10068
10069         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10070         (message-simplify-subject-functions):
10071         Enable message-strip-subject-encoded-words by default.
10072
10073 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10074
10075         * message.el (message-strip-subject-encoded-words): New function.
10076         (message-simplify-subject-functions): New variable.
10077         (message-simplify-subject): Use it.  Fix typo in doc string.
10078         Support message-strip-subject-encoded-words.
10079
10080 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10081
10082         * gnus-diary.el (gnus-diary-delay-format-function):
10083         * nndiary.el (nndiary-reminders):
10084         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10085
10086 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10087
10088         * gnus-art.el (article-hide-boring-headers): Fetch date from
10089         gnus-original-article-buffer to avoid problems with localized date
10090         strings.
10091
10092 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10095
10096 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10097
10098         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10099         New variables.
10100         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10101         (mm-charset-synonym-alist): Move some entries to
10102         mm-codepage-iso-8859-list.
10103         (mm-charset-synonym-alist, mm-charset-override-alist):
10104         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10105
10106 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10107
10108         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10109
10110 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10111
10112         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10113         with Emacs 21 and XEmacs.
10114
10115 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10116
10117         * spam.el (spam-parse-address): New function for better parsing,
10118         catching errors, etc.
10119         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10120
10121 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10122
10123         * mm-view.el: Add interactive arg to html2text autoload.
10124
10125 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10128
10129 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10130
10131         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10132         New variables.
10133         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10134         (mm-charset-synonym-alist): Move some entries to
10135         mm-codepage-iso-8859-list.
10136
10137         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10138
10139 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10140
10141         * message.el (message-citation-line-format)
10142         (message-insert-formated-citation-line): Fix implementation of %E, %N
10143         and %n according to the doc string.
10144
10145 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10146
10147         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10148         Use car-safe to avoid bad parses.
10149
10150 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10151
10152         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10153         names.
10154
10155         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10156
10157 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10160         header.
10161
10162         * message.el (message-draft-headers): Add Date.
10163         (message-headers-to-generate): Fix typo in docstring.
10164
10165         * nndraft.el (nndraft-required-headers): New variable.
10166         (nndraft-generate-headers): Use it.
10167
10168         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10169
10170 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10171
10172         * gnus-registry.el (gnus-registry-wash-for-keywords)
10173         (gnus-registry-find-keywords): New functions to allow easy searching of
10174         articles that are in the registry.
10175
10176 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10177
10178         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10179         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10180         Reported by Damien Elmes <damien@repose.cx>.
10181
10182 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10183
10184         * gnus.el (gnus-mime): Remove unused custom group.
10185
10186 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10187
10188         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10189         "blank line" when searching for end of armor headers.
10190
10191 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10192
10193         * gmm-utils.el (gmm-write-region): Fix variable name.
10194
10195 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10196
10197         * gmm-utils.el (gmm-write-region): New function based on compatibility
10198         code from `mm-make-temp-file'.
10199
10200         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10201
10202         * nnmaildir.el (nnmaildir--update-nov)
10203         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10204         Use `gmm-write-region'.
10205
10206 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10207
10208         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10209         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10210
10211         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10212
10213         * message.el (message-replacement-char): New variable.
10214         (message-fix-before-sending): Use it.
10215         (message-simplify-subject): New function to remove duplicate code.
10216         (message-reply, message-followup): Use it.
10217
10218         * gnus-sum.el (gnus-summary-make-menu-bar):
10219         Clarify gnus-summary-limit-to-articles.
10220
10221 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * gnus-util.el (gnus-with-local-quit): New macro.
10224
10225         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10226
10227 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10228
10229         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10230         ignore non-string data.
10231
10232 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10233
10234         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10235         non-string data (needs to be done in the registry too).
10236
10237 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10238
10239         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10240         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10241         (gnus-registry-split-fancy-with-parent)
10242         (gnus-registry-fetch-simplified-message-subject-fast)
10243         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10244         Remove text properties on ingress into the registry and when it's saved.
10245         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10246         registry from entries with no groups.
10247
10248 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10249
10250         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10251         function to remove string properties.
10252
10253 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10254
10255         * gmm-utils.el (gmm): Adjust custom version.
10256
10257         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10258         Adjust custom version.
10259
10260         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10261
10262 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10263
10264         * gnus-art.el (gnus-insert-prev-page-button)
10265         (gnus-insert-next-page-button): Simplify.  Reformat.
10266
10267 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10268
10269         * gnus-art.el (gnus-insert-prev-page-button)
10270         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10271
10272 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10273
10274         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10275
10276 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10277
10278         * gnus-art.el (gnus-insert-mime-button)
10279         (gnus-insert-mime-security-button):
10280         Apply gnus-article-button-face to MIME and security buttons.
10281
10282 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10283
10284         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10285         readable.
10286
10287 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10288
10289         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10290
10291 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10292
10293         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10294         `browse-url-of-file' instead of `browse-url'.
10295
10296 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10297
10298         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10299         regexp.  Articles containing quotation were cut prematurely.
10300
10301 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10302
10303         * message.el (message-cite-original-1): Use nobody by default for the
10304         value of From header.
10305         (message-reply): Ditto.
10306
10307 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10308
10309         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10310         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10311         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10312
10313 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10314
10315         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10316         mails in the doc string.  Add some URLs in comment.
10317         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10318
10319 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10320
10321         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10322         backslashes handling and the way to find boundaries of quoted strings.
10323
10324 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10325
10326         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10327         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10328         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10329         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10330
10331 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10332
10333         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10334         doc string.
10335         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10336
10337 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10338
10339         * lpath.el: Fbind epg-check-configuration.
10340
10341 2006-09-06  Simon Josefsson  <jas@extundo.com>
10342
10343         * mml2015.el (mml2015-use): Doc fix, mention epg.
10344
10345 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10346
10347         * mml2015.el (mml2015-use): Default to epg, if available.
10348
10349 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10350
10351         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10352         message-sender.
10353         (mml1991-epg-encrypt): Ditto.
10354         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10355         message-sender.
10356         (mml2015-epg-encrypt): Ditto.
10357
10358 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10359
10360         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10361         several common directories.
10362
10363 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10364
10365         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10366         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10367
10368 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * gnus-art.el (article-decode-encoded-words): Make it fast.
10371
10372 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10373
10374         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10375
10376         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10377         in quoted string into `\'.
10378
10379 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10380
10381         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10382         Use standard-syntax-table.
10383
10384 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * gnus-art.el (gnus-decode-address-function): New variable.
10387         (article-decode-encoded-words): Use it to decode headers which are
10388         assumed to contain addresses.
10389         (gnus-mime-delete-part): Remove useless `or'.
10390
10391         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10392         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10393         (gnus-nov-parse-line): Use it to decode From header.
10394         (gnus-get-newsgroup-headers): Ditto.
10395         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10396
10397         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10398         (mail-decode-encoded-address-string): New alias.
10399
10400         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10401         New function.
10402         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10403         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10404         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10405         (rfc2047-decode-string): Ditto.
10406         (rfc2047-decode-address-region): New function.
10407         (rfc2047-decode-address-string): New function.
10408
10409 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10410
10411         * message.el (message-caesar-buffer-body): Allow rotating headers.
10412
10413         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10414
10415         * message.el (message-insert-formated-citation-line): Fix %f.
10416         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10417
10418 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10421         (gnus-bookmark-mouse-available-p): New macro.
10422         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10423         (gnus-bookmark-bmenu-show-infos): Use it.
10424         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10425         (gnus-bookmark-bmenu-hide-infos): Ditto.
10426         (gnus-bookmark-remove-properties): New function.
10427         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10428         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10429         (gnus-bookmark-write-file): Bind coding-system-for-write.
10430         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10431         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10432         group before selecting it.
10433         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10434         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10435         quit-window if it is not available; use gnus-mouse-2 and bind it to
10436         gnus-bookmark-bmenu-select-by-mouse.
10437         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10438         (gnus-bookmark-bmenu-select-by-mouse): New function.
10439
10440 2006-08-13  Romain Francoise  <romain@orebokech.com>
10441
10442         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10443         space.
10444
10445 2006-08-10  Romain Francoise  <romain@orebokech.com>
10446
10447         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10448         (dns-mode-soa-auto-increment-serial): New user option.
10449         (dns-mode-soa-maybe-increment-serial): New function.
10450         (dns-mode): Add the latter to `write-contents-functions'.
10451
10452 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * compface.el (uncompface): Use binary rather than raw-text-unix.
10455
10456 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * compface.el (uncompface): Make sure the eol conversion doesn't take
10459         place when communicating with the external programs.
10460         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10461
10462 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10465
10466 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10467
10468         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10469         Make it more robust by parsing author and date independently.
10470
10471 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10472
10473         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10474
10475 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10476
10477         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10478         first matching secret key.
10479         (mml2015-epg-encrypt): Ditto.
10480
10481         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10482         first matching secret key.
10483         (mml1991-epg-encrypt): Ditto.
10484
10485         * mml2015.el (mml2015-encrypt-to-self): New user option.
10486         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10487         mml2015-epg-encrypt-to-self is set.
10488
10489         * mml1991.el (mml1991-encrypt-to-self): New variable.
10490         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10491         mml1991-epg-encrypt-to-self is set.
10492
10493         * mml2015.el (mml2015-signers): New user option.
10494         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10495         (mml2015-epg-encrypt): Allow to select signing keys.
10496
10497         * mml1991.el (mml1991-signers): New variable.
10498         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10499         (mml1991-epg-encrypt): Allow to select signing keys.
10500
10501 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10502
10503         * nnheader.el (nnheader-insert-head): Make it work even if the file
10504         uses CRLF for the line-break code.
10505
10506 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10507
10508         * mml2015.el: Require mml-sec instead of password.
10509         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10510         (mml2015-cache-passphrase): Inherit the default value from
10511         mml-secure-cache-passphrase.
10512         (mml2015-passphrase-cache-expiry): Inherit the default value from
10513         mml-secure-passphrase-cache-expiry.
10514
10515         * mml1991.el: Require mml-sec instead of password.
10516         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10517         (mml1991-cache-passphrase): Inherit the default value from
10518         mml-secure-cache-passphrase.
10519         (mml1991-passphrase-cache-expiry): Inherit the default value from
10520         mml-secure-passphrase-cache-expiry.
10521
10522         * mml-sec.el: Require password.
10523         (mml-secure-verbose): New user option.
10524         (mml-secure-cache-passphrase): New user option.
10525         (mml-secure-passphrase-cache-expiry): New user option.
10526
10527 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10528
10529         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10530         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10531         andreas@altroot.de (Andreas Vögele).
10532
10533         FIXME: Use `tiny change'?
10534
10535 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10536
10537         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10538         workaround for the url package included with Emacs.
10539
10540         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10541
10542 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10543
10544         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10545         correctly.  This fixes a bug caused by the 2006-05-12 change.
10546
10547 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10548
10549         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10550         some information about the error when saying that the `bogus' mail
10551         group will be used.
10552
10553 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10554
10555         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10556         string.
10557
10558 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10559
10560         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10561
10562 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10563
10564         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10565
10566 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10567
10568         * mml1991.el (mml1991-function-alist): Add epg.
10569         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10570         (mml1991-epg-encrypt): New functions.
10571
10572 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10573
10574         * mml2015.el (mml2015-verbose): New variable.
10575         (mml2015-cache-passphrase): Ditto.
10576         (mml2015-passphrase-cache-expiry): Ditto.
10577         (mml2015-function-alist): Add epg.
10578         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10579         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10580         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10581         New functions.
10582
10583 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10584
10585         * message.el (message-cite-original-1): Preserve region when removing
10586         quoted text due to X-No-Archive in order to avoid bogus attribution
10587         when citing multiple messages.
10588
10589 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10590
10591         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10592         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10593
10594 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10595
10596         * gnus-diary.el (gnus-user-format-function-d)
10597         (gnus-user-format-function-D): Autoload.
10598
10599         * imap.el (Commentary): Fix typo.
10600
10601         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10602         2006-04-22 contribution.
10603
10604 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10605
10606         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10607         It didn't really fix the bogosity I'm seeing with solid web groups.
10608
10609 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10610
10611         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10612         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10613         created using server names.  If we use the feature without declaring
10614         it, Gnus does not properly manage server and group state.
10615
10616         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10617         bound.
10618
10619 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10620
10621         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10622         looking up the method using GROUP's prefix before inventing a new one.
10623         It is used on killed/unknown groups in various places where returning
10624         an all-new method isn't expected by the caller.
10625
10626         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10627         and match semantics of gnus-group-real-prefix.
10628
10629 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10630
10631         * nnmail.el (nnmail-broken-references-mailers): New variable.
10632         (nnmail-ignore-broken-references): New function generalizing
10633         nnmail-fix-eudora-headers.
10634         (nnmail-fix-eudora-headers): Now obsolete.
10635
10636         * gnus-art.el (gnus-button-handle-custom):
10637         Support `customize-apropos*'.
10638
10639 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10640
10641         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10642
10643         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10644         articles.
10645
10646 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10647
10648         * message.el (message-cite-reply-above): New variable.
10649         (message-yank-original): Use it.
10650
10651 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10652
10653         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10654
10655 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10656
10657         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10658         as read.
10659
10660         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10661
10662 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10663
10664         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10665         (gnus-bookmark-default-file): Use gnus-directory.
10666         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10667         Remove "*" in doc string.
10668         (gnus-bookmark-write-file): Simplify.
10669         (gnus-bookmark-maybe-sort-alist): Use `when'.
10670         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10671         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10672         Add FIXME about Emacs 21 and XEmacs compatibility.
10673         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10674         compatibility.
10675         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10676         compatibility.
10677         (gnus-bookmark-menu-heading): Fix version.
10678
10679 2006-06-19  Bastien Guerry  <bzg@altern.org>
10680
10681         * gnus-bookmark.el: New file.
10682
10683 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * message.el (message-syntax-checks): Doc fix.
10686
10687 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10688
10689         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10690         unsubscribed groups as if they were killed ones.  It causes duplicate
10691         entries in gnus-newsrc-alist.
10692
10693 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10694
10695         * message.el (message-syntax-checks): Doc fix.
10696         (message-send-mail): Add check for continuation headers.
10697         (message-check-news-header-syntax): Fix regexp used to check for
10698         continuation headers.
10699
10700 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10701
10702         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10703
10704 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10705
10706         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10707
10708 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10711         default-truncate-lines.
10712
10713 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10714
10715         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10716         to fill the utf-8 entry.
10717
10718         * lpath.el: Fbind unicode-precedence-list.
10719
10720 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10721
10722         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10723
10724 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10725
10726         * gnus-agent.el (directory-files-and-attributes): Move all the way
10727         forward (the third and final move).
10728         (gnus-agent-read-agentview): Trap reconstruction errors due to
10729         nonexistent directory.  Handle by returning nil.
10730
10731 2006-05-30  Didier Verna  <didier@xemacs.org>
10732
10733         * message.el (message-dont-reply-to-names): Update the custom type.
10734         * message.el (message-dont-reply-to-names): New defsubst: potentially
10735         convert a list of regexps into a single one.
10736         * message.el (message-get-reply-headers): Use it.
10737         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10738
10739 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * gnus-agent.el (directory-files-and-attributes): Move forward.
10742
10743 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * gnus-ml.el (gnus-mailing-list-subscribe)
10746         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10747         (gnus-mailing-list-message): Fix doc strings.
10748
10749 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10750
10751         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10752         of doing it manually.
10753
10754 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10755
10756         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10757         comment.
10758
10759 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10760
10761         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10762         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10763         (gnus-agent-read-local): All symbols allocated in my-obarray.
10764         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10765         (gnus-agent-regenerate-group): Check numeric names to see if they are
10766         messages or groups.
10767         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10768         better way of do this...)
10769
10770         * gnus-cache.el (gnus-agent-total-fetched-for):
10771         Ignore 'dummy.group' (there should be a better way of do this...)
10772
10773 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10776         (gnus-saved-headers): Ditto.
10777         (gnus-default-article-saver): Mention functions may have properties.
10778         (gnus-article-save): Override gnus-save-all-headers and
10779         gnus-saved-headers by :headers property which saver function may have.
10780         (gnus-summary-save-in-file): Add :headers property.
10781         (gnus-summary-write-to-file): Ditto.
10782
10783         * gnus-sum.el (gnus-summary-save-article): Bind
10784         gnus-prompt-before-saving to t when saving many articles in a file;
10785         always show all headers.
10786
10787         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10788
10789 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10790
10791         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10792         marks.
10793
10794         * message.el (message-indent-citation): Add optional arguments to allow
10795         using it outside of message buffers.
10796
10797         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10798         (gnus-article-treat-unfold-headers): Use it.
10799         (gnus-article-truncate-lines): New variable.
10800         (gnus-article-mode): Use it.
10801         (gnus-article-toggle-truncate-lines): New function.
10802
10803         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10804         Add gnus-article-toggle-truncate-lines.
10805
10806         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10807         coding system in XEmacs, use binary.
10808
10809 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10812         after-load-alist.
10813
10814         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10815         this function should save decoded articles.
10816         (gnus-summary-write-to-file): Use property to specify this function
10817         should save decoded articles and specify gnus-summary-save-in-file
10818         should be used to save articles other than the first one when saving
10819         many articles.
10820         (gnus-summary-save-body-in-file): Use property to specify this
10821         function should save decoded articles.
10822         (gnus-summary-write-body-to-file): Use property to specify this
10823         function should save decoded articles and specify
10824         gnus-summary-save-body-in-file should be used to save articles other
10825         than the first one when saving many articles.
10826
10827         * gnus-sum.el (gnus-summary-save-article): Simplify.
10828
10829 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * gnus-art.el (gnus-default-article-saver):
10832         Add gnus-summary-write-body-to-file.
10833         (gnus-article-save-coding-system): Don't use coding system object
10834         in XEmacs.
10835         (gnus-read-save-file-name): Add optional `dir-var' argument which
10836         specifies directory in which files are saved; work even if optional
10837         `variable' argument is not specified.
10838         (gnus-summary-write-to-file): Read file name.
10839         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10840         (gnus-summary-write-body-to-file): New function.
10841
10842         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10843         (gnus-summary-local-variables): Add it.
10844         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10845         (gnus-summary-save-article): Remove optional `decode' argument;
10846         determine whether to decode articles by the value of
10847         gnus-default-article-saver; when saving many files using
10848         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10849         it first and use gnus-summary-save-in-file or
10850         gnus-summary-save-body-in-file thereafter unless
10851         gnus-prompt-before-saving is always; move point to article which
10852         will be saved.
10853         (gnus-summary-save-article-file): Revert.
10854         (gnus-summary-write-article-file): Revert.
10855         (gnus-summary-save-article-body-file): Revert.
10856         (gnus-summary-write-article-body-file): New function.
10857
10858 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * gnus-art.el (gnus-default-article-saver): Doc fix.
10861         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10862         from gnus-summary-save-article-coding-system, and default to a
10863         certain coding system.
10864         (gnus-output-to-file): Add coding cookie and encode text according
10865         to gnus-article-save-coding-system; don't use mm-append-to-file.
10866
10867         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10868         gnus-art.el and rename to gnus-article-save-coding-system.
10869         (gnus-summary-save-article): Require gnus-art; don't show all
10870         headers if it decodes articles; don't add coding cookie here;
10871         don't bind mm-text-coding-system-for-write.
10872         (gnus-summary-save-article-file): Save decoded articles.
10873         (gnus-summary-write-article-file): When saving many files, use
10874         gnus-summary-write-to-file first and gnus-summary-save-in-file
10875         thereafter unless gnus-prompt-before-saving is always.
10876         (gnus-summary-save-article-body-file): Save decoded articles.
10877
10878         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10879
10880 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10881
10882         * nnrss.el (nnrss-check-group): Bind hash-index.
10883
10884 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10885
10886         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10887         its hash index.  Store this hash in `nnrss-group-data'.
10888         (nnrss-read-group-data): Update accordingly.
10889
10890 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10891
10892         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10893         entry.
10894
10895         * gnus-sum.el (gnus-summary-make-menu-bar):
10896         Add gnus-article-browse-html-article.
10897
10898 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10899
10900         * gnus-sum.el (gnus-summary-mime-map):
10901         Add gnus-article-browse-html-article.
10902
10903         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10904
10905 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10906
10907         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10908         suitable coding systems in customize.
10909
10910 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10911
10912         * mail-source.el (mail-sources): Fix custom type.
10913
10914 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10915
10916         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10917         (gnus-summary-expire-articles-now): Shorten prompt.
10918
10919         * gmm-utils.el (wid-edit): Require.
10920         (defun-gmm): Rename from `gmm-defun-compat'.
10921         (gmm-image-search-load-path): Use it.
10922         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10923
10924 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10925
10926         * gnus-sum.el (gnus-summary-save-article-coding-system):
10927         New variable.
10928         (gnus-summary-save-article): Add optional `decode' argument.
10929         If it is set and gnus-summary-save-article-coding-system is non-nil,
10930         save decoded article.
10931         (gnus-summary-write-article-file): Save decoded article if
10932         gnus-summary-save-article-coding-system is non-nil.
10933
10934         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10935         type.
10936
10937 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10940
10941 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10944         first to test gnus-single-article-buffer which may be buffer-local.
10945
10946         * gnus-sum.el (gnus-summary-setup-buffer):
10947         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10948         group; make gnus-article-buffer, gnus-article-current, and
10949         gnus-original-article-buffer always buffer-local.
10950         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10951         group.
10952         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10953
10954 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10955
10956         * nnml.el (nnml-request-compact-group): Compressed files might not
10957         have .gz extension.
10958
10959 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10960
10961         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10962         (mm-copy-to-buffer): Use with-current-buffer.
10963         (mm-display-part): Simplify.
10964         (mm-inlinable-p): Add optional arg `type'.
10965
10966 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10967
10968         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10969         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10970         Try harder to show the attachment internally or externally using
10971         gnus-mime-view-part-as-type.
10972
10973 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10974
10975         * message.el (message-from-style, message-signature-separator)
10976         (message-user-organization-file, message-send-mail-function)
10977         (message-citation-line-function, message-yank-prefix)
10978         (message-indent-citation-function, message-signature)
10979         (message-signature-file, message-signature-insert-empty-line):
10980         Remove autoloads.
10981
10982         * gnus-art.el (gnus-buttonized-mime-types):
10983         Remove "multipart/signed".  Revert 2006-04-26 change.
10984
10985 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10986
10987         * gnus.el (gnus-version-number): Bump version.
10988
10989 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10990
10991         * gnus.el: No Gnus v0.5 is released.
10992
10993 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10994
10995         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10996         fetching articles by message-id.
10997
10998 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10999
11000         * message.el (hashcash): Require hashcash as normal.
11001
11002         * ecomplete.el (ecomplete-highlight-match-line):
11003         Use point-at-eol.
11004         (ecomplete-highlight-match-line): Use `highlight', because that
11005         face exists in both Emacs and XEmacs.
11006
11007         * message.el (message-display-abbrev): Use point-at-bol.
11008
11009         * mail-source.el: Don't require timer/timer-funcs.
11010
11011         * gnus-async.el: Ditto.
11012
11013         * password.el: Ditto.
11014
11015         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11016
11017         * mm-url.el: Ditto.
11018
11019         * gnus-xmas.el: Don't require timer-funcs.
11020
11021         * mm-util.el: Require timer/timer-funcs.
11022
11023 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11024
11025         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11026         Close.
11027
11028 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11031         unibyte after clear-decrypt function runs.
11032
11033         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11034         returns as a unibyte string.
11035
11036 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11037
11038         * lpath.el: Revert.
11039
11040         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11041         (pgg-gpg-process-sentinel): Revert.
11042
11043         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11044         (pgg-pgp-lookup-key): Revert.
11045
11046         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11047         (pgg-pgp5-lookup-key): Revert.
11048
11049         * pgg.el (pgg-fetch-key): Revert.
11050
11051 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11052
11053         * lpath.el: Fbind string-as-multibyte for XEmacs.
11054
11055         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11056         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11057         (mml1991-pgg-encrypt): Ditto.
11058
11059         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11060         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11061         a multibyte buffer.
11062
11063         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11064         (pgg-pgp-lookup-key): Ditto.
11065
11066         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11067         (pgg-pgp5-lookup-key): Ditto.
11068
11069         * pgg.el (pgg-fetch-key): Ditto.
11070
11071 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11072
11073         * message.el (message-user-organization-file): Check several
11074         locations of the organization file.
11075
11076         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11077         Add gnus-article-view-part-as-type.
11078
11079         * gnus-art.el (gnus-article-view-part-as-type): New function.
11080
11081         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11082         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11083
11084         * mml.el: Simplify autoload.
11085         (mml-mode): defvar dnd-protocol-alist instead of using
11086         symbol-value.
11087         (mml-default-directory): New variable.
11088         (mml-minibuffer-read-file): Use it.
11089         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11090
11091         * message.el (message-citation-line-format): New variable.
11092         (message-insert-formated-citation-line): New function.
11093         (message-citation-line-function):
11094         Add `message-insert-formated-citation-line' to custom type.
11095
11096         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11097         to doc string.
11098
11099         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11100         depending on mm-verify-option.
11101
11102 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11103
11104         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11105         binding pgg-* variables; reimplement the section which prevents
11106         MIME header from being signed.
11107         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11108         pgg-text-mode; remove a blank line at the top of body.
11109
11110         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11111         lines at the top of body; use gnus-newsgroup-charset if there's no
11112         Charset header.
11113
11114 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * message.el (message-self-insert-commands): Doc fix.
11117
11118         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11119         (mm-uu-pgp-encrypted-test): Ditto.
11120         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11121         between header and body; return application/pgp-encrypted handle
11122         if decryption failed; decode decrypted body by charset.
11123
11124         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11125         element match to application/pgp-*.
11126
11127 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11128
11129         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11130         HTML.
11131
11132 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11133
11134         * mail-source.el (mail-source-call-script): Message the error
11135         string.
11136
11137 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11138
11139         * gnus-util.el (gnus-byte-compile): Use it.
11140
11141 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11142
11143         * gnus-util.el (kill-empty-logs): New function.
11144
11145 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11146
11147         * message.el (message-mail-alias-type): Doc fix.
11148         (message-mail-alias-type-p): New function.
11149         (message-send): Use it.
11150         (message-mode): Ditto.
11151         (message-strip-forbidden-properties): Ditto.
11152
11153         * ecomplete.el (ecomplete-database-file-coding-system):
11154         New variable.
11155         (ecomplete-save): Use it.
11156         (ecomplete-setup): Use it.
11157
11158 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11159
11160         * message.el (message-self-insert-commands): New variable.
11161         (message-strip-forbidden-properties): Use it.
11162
11163 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11164
11165         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11166         that doesn't make XEmacs choke.
11167
11168 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11169
11170         * gnus-util.el (gnus-replace-in-string):
11171         Prefer replace-regexp-in-string over of replace-in-string.
11172
11173 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11174
11175         * gnus-util.el (gnus-select-frame-set-input-focus):
11176         Use select-frame-set-input-focus if it is available in XEmacs; use
11177         definition defined in Emacs 22 for old Emacsen.
11178
11179         * dgnushack.el: Autoload unmorse-region for XEmacs.
11180
11181         * lpath.el: Bind cursor-in-non-selected-windows and
11182         select-frame-set-input-focus for XEmacs.
11183
11184 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11185
11186         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11187
11188 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11189
11190         * gnus-registry.el (gnus-registry-cache-save): Remove text
11191         properties when saving via the temp buffer.
11192
11193 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11194
11195         * message.el (message-generate-hashcash): Honor custom type.
11196
11197 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11198
11199         * message.el (message-generate-hashcash): Default to non-nil when
11200         hashcash is found.
11201
11202         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11203         (gnus-refer-thread-limit): Increase default to 500.
11204
11205         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11206
11207         * flow-fill.el (fill-flowed): Allow delete-space.
11208
11209 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11210
11211         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11212         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11213         Remove autoloads.
11214
11215 2006-04-18  Simon Josefsson  <jas@extundo.com>
11216
11217         * message.el (message-generate-hashcash): Default to.
11218
11219 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11222         concatenating segments rather than before concatenating them.
11223
11224 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11225
11226         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11227
11228 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11229
11230         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11231
11232         * message.el (message-forward-make-body-plain):
11233         Allow message-forward-ignored-headers to be a list.
11234         (message-remove-ignored-headers): Factor out into function.
11235         (message-forward-make-body-mml): Use it.
11236
11237         * imap.el (imap-quote-specials): New function.
11238         (imap-login-auth): Quote specials.
11239
11240         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11241         (rfc2231-parse-string): Allow concatanation of parameters that
11242         aren't contiguous.  The test case is
11243           (mail-header-parse-content-type "message/external-body;
11244             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11245             access-type=LOCAL-FILE;
11246             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11247
11248 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11249
11250         * nntp.el (nntp-accept-process-output): Return the value of
11251         `nnheader-accept-process-output'.
11252
11253 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11254
11255         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11256         (gnus-button-alist): Recognize more diff formats.
11257         (gnus-button-patch): Strip directory.
11258
11259 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11260
11261         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11262         Emacs 22 when setting focus.
11263
11264 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11265
11266         * gnus-art.el (gnus-article-treat-types): Do treatment of
11267         text/x-verbatim parts.
11268         (gnus-button-patch): New command.
11269
11270         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11271         addresses that contain invalid characters.
11272
11273 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11274
11275         * message.el (message-put-addresses-in-ecomplete):
11276         Use gnus-replace-in-string.
11277         (message-is-yours-p): Use the more correct
11278         mail-header-parse-address instead of
11279         mail-extract-address-components.
11280         (message-put-addresses-in-ecomplete): Fix typo.
11281
11282         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11283         keystroke.
11284
11285         * gnus-art.el (gnus-treatment-function-alist): Change order of
11286         newsgroups/generic header folding to avoid double-folding.
11287
11288         * message.el (message-hidden-headers): Add X-Draft-From.
11289
11290         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11291         New command.
11292         (gnus-summary-repeat-search-article-backward): New command.
11293
11294         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11295         groups in the parent topic.
11296
11297 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11298
11299         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11300         (spam-extra-header-to-number): Return the CRM114 number as a
11301         number instead of a string.
11302
11303 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11304
11305         * gnus-art.el (gnus-face-properties-alist): Move here from
11306         gnus-fun.
11307
11308         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11309
11310 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11311
11312         * message.el (message-strip-forbidden-properties): Only display on
11313         self-insert-command.
11314
11315         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11316         reindent.
11317         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11318
11319 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11320
11321         * smiley.el (smiley-style): Fix typo.
11322
11323 2006-03-23  Kenichi Handa  <handa@m17n.org>
11324
11325         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11326         instead of set-buffer-multibyte.
11327
11328 2006-03-23  Kenichi Handa  <handa@m17n.org>
11329
11330         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11331         buffer and then decode the buffer text if necessary.
11332         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11333         first, and after mm-encode-body, change the buffer to unibyte.
11334
11335 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11336
11337         * hashcash.el (hashcash-insert-payment-async-2):
11338         Use message-goto-eoh instead of doing it manually.
11339         (mail-add-payment): Use message-narrow-to-header instead of trying
11340         to do the same itself.
11341
11342         * message.el (message-hidden-headers): Add Face.
11343
11344         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11345         reparenting code.
11346         (gnus-summary-reparent-children): Refactored out code.
11347         (gnus-summary-thread-map): New keystroke.
11348         (gnus-summary-reparent-children): Make into command.
11349
11350         * smiley.el (smiley-style): Default to `medium' if using a large
11351         font.
11352
11353         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11354         does it itself.
11355
11356         * message.el (message-point-in-header-p): Simplify definition.
11357
11358 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11359
11360         * nnagent.el (nnagent-request-set-mark): Silence log file
11361         writing.
11362         (nnagent-request-set-mark): Use write-region instead of
11363         append-to-file.
11364
11365         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11366         strange select method.
11367
11368         * ecomplete.el (ecomplete-display-matches): Get highlightling
11369         right.
11370         (ecomplete-display-matches): Use literals.
11371         (ecomplete-display-matches): Disable message logging.
11372
11373         * message.el (message-display-abbrev): Small optimization.
11374
11375         * ecomplete.el (ecomplete-display-matches): Allow automatic
11376         display.
11377
11378         * message.el (message-strip-forbidden-properties):
11379         Display abbrevs.
11380         (message-display-abbrev): Get automatic display right.
11381
11382         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11383         keystrokes.
11384
11385 2006-04-13  Romain Francoise  <romain@orebokech.com>
11386
11387         TODO: Backport to v5-10!
11388
11389         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11390         Move here (and rename) from gnus-registry.el.
11391
11392         * gnus-registry.el: Require gnus-util.
11393         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11394
11395 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11396
11397         * gnus-group.el (gnus-group-catchup-current):
11398         Change if-then-else-if-then-else into cond.
11399         (gnus-group-catchup): Indent.
11400         (group-name-at-point): New function.
11401         (gnus-fetch-group): Provide default from thing at point.
11402
11403 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11404
11405         * message.el (message-display-abbrev): Fix regexp.
11406
11407         * ecomplete.el (ecomplete-highlight-match-line):
11408         Reimplement choosing.
11409         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11410         dead variables.
11411
11412         * message.el (message-newline-and-indent): Remove debugging.
11413         (message-display-abbrev): Use new implementation.
11414
11415 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11416
11417         * gnus-art.el (gnus-article-mode):
11418         Set cursor-in-non-selected-windows to nil.
11419
11420         * smiley.el: Revert previous change.
11421         (smiley-data-directory): defvar it before using it in the
11422         defcustom of `smiley-style'.
11423
11424 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11425
11426         * message.el (message-newline-and-indent): New function.
11427
11428         * ecomplete.el: Implement more bits.
11429
11430         * message.el (message-put-addresses-in-ecomplete): Clean up the
11431         string.
11432
11433         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11434
11435         * gnus-sum.el (gnus-summary-save-parts):
11436         Bind gnus-summary-save-parts-counter and use it to make unique file
11437         names.
11438
11439         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11440
11441         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11442         parameter to say whether to actually parse the individual
11443         addresses.
11444
11445         * message.el (message-put-addresses-in-ecomplete): New function.
11446         (ecomplete): Require.
11447         (message-mail-alias-type): Add ecomplete as an option.
11448
11449 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11450
11451         * flow-fill.el (fill-flowed): Remove trailing space from blank
11452         quoted lines.
11453
11454 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11455
11456         * smiley.el (smiley-style): Move definition later to avoid a
11457         compilation warning.
11458
11459 2006-04-12  Kenichi Handa  <handa@m17n.org>
11460
11461         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11462         buffer and then decode the buffer text if necessary.
11463         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11464         first, and after mm-encode-body, change the buffer to unibyte.
11465         Use mm-disable-multibyte instead of set-buffer-multibyte.
11466
11467 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11468
11469         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11470         Content-Type header instead of Content-Disposition header.
11471         (gnus-mime-inline-part): Ditto.
11472         (gnus-mime-view-part-as-charset): Ignore charset that the part
11473         specifies.
11474
11475         * mm-decode.el (mm-display-part): Work with external parts and
11476         usual parts similarly.
11477
11478         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11479         instead of gnus-display-mime.
11480
11481         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11482         instead of with-temp-buffer.
11483
11484         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11485         tag to summarized topics part in order to encode non-ASCII text.
11486
11487 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11488
11489         * smiley.el (smiley-style): New variable.
11490         (smiley-directory): New function.
11491         (smiley-data-directory): Derive from `smiley-style' using
11492         `smiley-directory'.
11493         (smiley-regexp-alist): Add new entries.
11494
11495         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11496         (gnus-article-browse-delete-temp): Add :version.
11497
11498 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11499
11500         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11501         the sieve region.
11502
11503 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11504
11505         * gnus.el (gnus-version-number): Bump version.
11506
11507 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11508
11509         * gnus.el: No Gnus v0.4 is released.
11510
11511 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11512
11513         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11514         layout.
11515
11516         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11517         unknown charset.
11518
11519         * message.el (message-header-synonyms): Add Original-To to the
11520         default.
11521
11522         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11523         optional parameter.
11524
11525 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11526
11527         * gnus-fun.el (gnus): Require it for gnus-directory.
11528
11529 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11532
11533 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11534
11535         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11536
11537 2006-04-05  Simon Josefsson  <jas@extundo.com>
11538
11539         * password.el (password-reset): New function.
11540
11541 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11542
11543         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11544         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11545
11546 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11547
11548         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11549         Some whitespace was matched into the url, which broke browsing hits
11550         > 100 when mm-url-use-external was nil.
11551
11552 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11553
11554         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11555         Check gnus-extra-headers for 'Newsgroups.
11556
11557         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11558         bound.
11559
11560 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11561
11562         * pgg-gpg.el: Clean up process buffers every time gpg processes
11563         complete.
11564
11565 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11566
11567         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11568         doc string.
11569
11570 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11571
11572         * pgg-gpg.el (pgg-gpg-process-filter)
11573         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11574
11575         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11576         lines, temporary fix.
11577
11578 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11579
11580         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11581
11582 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11583
11584         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11585         default-enable-multibyte-characters.  This reverts the change from
11586         revision 6.17 which is no longer necessary because the passphrase
11587         is sent separately now.  GnuPG messages are unreadable under
11588         multibyte locales with default-enable-multibyte-characters set to
11589         nil.
11590
11591 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11592
11593         * message.el (message-tool-bar-gnome): Move "spell".
11594
11595 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11596
11597         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11598         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11599         instead.
11600
11601 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11602
11603         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11604         Improve newsgroups handling for NNTP overviews which don't include
11605         Newsgroups.
11606
11607 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11608
11609         * message.el (message-resend): Bind message-generate-hashcash to nil.
11610
11611 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11612
11613         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11614         when searching for already-paid recipients.
11615
11616 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11617
11618         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11619         passphrases when it is not needed.
11620         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11621         passphrase stuff from gpg, should only be necessary when you use
11622         gpg with a smartcard.
11623
11624 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11625
11626         * mml.el (mml-insert-mime): Ignore cached contents of
11627         message/external-body part.
11628
11629         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11630         (mm-insert-part): Ditto.
11631
11632 2006-03-23  Simon Josefsson  <jas@extundo.com>
11633
11634         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11635         Reiner.
11636         (pgg-gpg-use-agent-p): Use it again.
11637
11638 2006-03-23  Simon Josefsson  <jas@extundo.com>
11639
11640         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11641         older emacsen.
11642         (pgg-gpg-use-agent-p): Don't use it.
11643
11644 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11645
11646         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11647         if we can.
11648
11649 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11650
11651         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11652         (pgg-gpg-update-agent): New function.
11653         (pgg-gpg-use-agent-p): New function.
11654         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11655         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11656         (pgg-gpg-sign-region): Use it.
11657
11658 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11661         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11662
11663 2006-03-21  Simon Josefsson  <jas@extundo.com>
11664
11665         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11666         <wilde@sha-bang.de>.
11667         (pgg-gpg-use-agent): New variable.
11668         (pgg-gpg-process-region): Use it.
11669         (pgg-gpg-encrypt-region): Likewise.
11670         (pgg-gpg-encrypt-symmetric-region): Likewise.
11671         (pgg-gpg-decrypt-region): Likewise.
11672         (pgg-gpg-sign-region): Likewise.
11673         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11674
11675 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11676
11677         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11678
11679         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11680         Add comment on version.
11681
11682 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11683
11684         * smiley.el: Add missing test smiley.
11685
11686 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * mm-decode.el (mm-with-part): New macro.
11689         (mm-get-part): Use it; work with message/external-body as well.
11690         (mm-save-part): Treat name and filename equally.
11691
11692         * mm-extern.el (mm-extern-cache-contents): New function.
11693         (mm-inline-external-body): Use it; force the part to be displayed;
11694         move undisplayer added to the cached handle to the parent.
11695
11696         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11697         (gnus-mime-view-part-as-type): Work with message/external-body.
11698
11699         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11700
11701 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11702
11703         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11704         images in image-load-path.  [Sync with image.el, revision 1.60, in
11705         Emacs.]
11706
11707 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11708
11709         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11710         path rather than symbol.  Always return list of directories.
11711         Guarantee that image directory comes first.  [Sync with image.el,
11712         revision 1.59, in Emacs.]
11713
11714         * message.el (message-make-tool-bar): Adjust to new API of
11715         `gmm-image-load-path-for-library'.
11716
11717         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11718
11719         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11720
11721 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11722
11723         * gnus-art.el (gnus-article-only-boring-p):
11724         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11725         intangible text.
11726         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11727
11728 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11729
11730         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11731         Use `defun' instead of `gmm-defun-compat'.
11732
11733 2006-03-14  Simon Josefsson  <jas@extundo.com>
11734
11735         * message.el (message-unique-id): Don't use message-number-base36
11736         if (user-uid) is a float.
11737         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11738
11739 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11740
11741         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11742
11743         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11744         empty line between a part and a message part.
11745
11746 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11747
11748         * smiley.el: Add more test smileys.
11749         (smiley-data-directory, smiley-regexp-alist)
11750         (gnus-smiley-file-types): Fix doc strings.
11751         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11752         adding new elements.
11753         (smiley-mouse-map): Unused code.  Make it a comment.
11754
11755 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11756
11757         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11758         scan latest NoCeM messages instead of old ones.
11759         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11760         delimiters that are recently used.
11761         (gnus-nocem-load-cache): Add autoload cookie.
11762
11763         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11764
11765         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11766         level which is larger than gnus-use-nocem is specified.
11767
11768         * gnus-group.el (gnus-group-get-new-news): Ditto.
11769
11770 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11771
11772         * gnus-util.el (gnus-tool-bar-update): New function.
11773
11774         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11775         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11776
11777         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11778
11779         * gnus-group.el (gnus-group-redraw-when-idle)
11780         (gnus-group-redraw-check): Remove.
11781         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11782
11783 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11786         if optional last element is specified in splits (FIELD VALUE...).
11787
11788 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11789
11790         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11791         to gmm-image-load-path-for-library.  Call with no-error argument.
11792         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11793
11794         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11795
11796         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11797
11798         * gmm-utils.el (gmm-image-load-path): Remove alias.
11799
11800 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11801
11802         * gmm-utils.el (gmm-image-load-path): Add alias.
11803
11804         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11805         nnml-generate-nov-databases-1.
11806         (nnml-generate-nov-databases): Use it.
11807         (nnml-generate-nov-databases-directory): Document no-active
11808         argument.
11809
11810         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11811         directory if path is t.  Add no-error.
11812
11813         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11814         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11815
11816         * gnus-art.el (gnus-article-browse-delete-temp-files):
11817         Simplify resetting gnus-article-browse-html-temp-list.
11818
11819         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11820         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11821         Add example to docstring.  Rename local variables.  Move error
11822         checks to default case in cond and simplify.
11823
11824 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11825
11826         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11827         handle is multipart when calling it recursively.
11828         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11829
11830 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11831
11832         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11833         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11834
11835 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11838         is loaded.
11839
11840         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11841         loaded.
11842
11843 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11844
11845         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11846         to "Emacs 23 (unicode)" in doc string.
11847
11848         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11849         "Emacs 23 (unicode)" in comment.
11850
11851 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11852
11853         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11854
11855         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11856         characters 160 through 255 in Emacs 23.
11857
11858 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11859
11860         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11861         gnus-article-browse-html-temp.
11862         (gnus-article-browse-delete-temp): Make it customizable.
11863         Add `file'.  Adjust doc string.
11864         (gnus-article-browse-delete-temp-files): Add argument.
11865         Allow query for each file.  Adjust doc string.
11866         (gnus-article-browse-html-parts):
11867         Add `gnus-article-browse-delete-temp-files' to
11868         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11869
11870 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11871
11872         * gnus-art.el (gnus-article-browse-html-temp)
11873         (gnus-article-browse-delete-temp): New variables.
11874         (gnus-article-browse-delete-temp-files): New function.
11875         (gnus-article-browse-html-parts): Use it.
11876
11877 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11878
11879         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11880
11881         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11882         string.
11883
11884         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11885         gnus-summary-insert-new-articles when unplugged.
11886         Remove gnus-summary-search-article-forward.
11887
11888         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11889         display-visual-class instead of display-color-cells.
11890
11891 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11892
11893         * dgnushack.el: Autoload customize-group for XEmacs.
11894
11895         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11896         message/* containing non-ASCII text properly.
11897
11898 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11899
11900         * message.el: Require gmm-utils, remove autoloads.
11901         (message-tool-bar): Set default based on
11902         gmm-tool-bar-style.
11903         (message-tool-bar-gnome): Add gmm-customize-mode.
11904
11905         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11906         gmm-tool-bar-style.
11907         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11908
11909         * gnus-group.el (gnus-group-tool-bar): Set default based on
11910         gmm-tool-bar-style.
11911         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11912
11913         * gmm-utils.el (gmm-image-directory): Rename variable from
11914         gmm-image-load-path.
11915         (gmm-image-load-path): Use gmm-image-directory.
11916         (gmm-customize-mode): New function.
11917         (gmm-tool-bar-style): New variable.
11918
11919         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11920         gnus-group-redraw-line-number.
11921         (gnus-group-redraw-check): Simplify.
11922         (gnus-group-tool-bar-update): Remove redraw check.
11923         (gnus-group-make-tool-bar): Add redraw check.
11924
11925 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11926
11927         * gnus-art.el (gnus-button): Add missing parentheses.
11928
11929 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11930
11931         * lpath.el: Fbind line-number-at-pos.
11932
11933 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11934
11935         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11936
11937 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11938
11939         * gnus-art.el (gnus-button): New face.
11940         (gnus-article-button-face): Use it.
11941
11942         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11943         Add gnus-summary-next-page.  Re-order.
11944
11945         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11946         next-node are now included.
11947         (gnus-group-redraw-line-number): New internal variable.
11948         (gnus-group-redraw-check): Helper function for updating the tool
11949         bar.
11950         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11951
11952         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11953
11954         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11955         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11956         Use it to match format of Spamassassin 3.0 and later.
11957         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11958         (spam-check-bogofilter)
11959         (spam-bogofilter-register-with-bogofilter): Fix args of
11960         `gnus-error' calls.
11961
11962 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11963
11964         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11965         unnecessary interaction when sending queued mails.
11966         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11967
11968 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11969
11970         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11971         first or last are nil.
11972
11973 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11974
11975         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11976
11977 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11978
11979         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11980
11981 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11982
11983         * dns.el (query-dns): Protect more against buggy tcp output.
11984
11985 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11986
11987         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11988         nov.php.
11989
11990 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11991
11992         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11993         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11994         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11995         output on the server side.
11996         (nnweb-google-create-mapping): Update regexps and add some
11997         progress indication.
11998
11999 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12000
12001         * gnus-group.el (gnus-group-tool-bar-gnome):
12002         Fix gnus-agent-toggle-plugged.  Re-order icons.
12003         (gnus-group-tool-bar-gnome):
12004         Add gnus-group-{prev,next}-unread-group.
12005         (gnus-group-tool-bar-gnome): Re-order icons.
12006
12007         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12008         Move gnus-summary-insert-new-articles.
12009
12010         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12011         Fix comments.
12012
12013         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12014         also available in Emacs 21.3.
12015
12016         * message.el (message-fix-before-sending): Change "Emacs 22" to
12017         "Emacs 23 (unicode)" in comment.
12018
12019         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12020         "Emacs 23 (unicode)" in comment.
12021
12022         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12023         comment.
12024         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12025
12026         * mm-view.el (mm-fill-flowed): Add :version.
12027
12028 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12029
12030         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12031         and load-path.
12032
12033 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12034
12035         * message.el: Autoload gmm-image-load-path.
12036         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12037         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12038         consitency.
12039
12040         * gmm-utils.el (gmm-image-load-path): Also search in
12041         "../etc/images".  Don't set gmm-image-load-path if we don't find
12042         the image.
12043
12044 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12045
12046         * gmm-utils.el (gmm-image-load-path): Don't make
12047         `gmm-image-load-path' include subdirectories which the second arg
12048         `image' might specify.
12049
12050         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12051         subdirectory to icon file names.
12052
12053         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12054
12055 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12056
12057         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12058         gmm-image-load-path calls.
12059
12060         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12061
12062         * message.el (message-make-tool-bar): Ditto.
12063
12064         * mml.el (mml-preview): Add comment concerning tool bar icons.
12065
12066         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12067         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12068
12069         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12070         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12071
12072         * message.el (message-tool-bar-gnome): Use new icon names.
12073         (message-make-tool-bar): Use `gmm-image-load-path'.
12074
12075         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12076         New functions from MH-E.
12077         (gmm-image-load-path): New variable from MH-E.
12078         (gmm-image-load-path): New function from MH-E.  Add arguments
12079         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12080         *-image-load-path-called-flag.
12081
12082 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12083
12084         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12085
12086 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12087
12088         * nnimap.el (nnimap-request-move-article): Change folder back to
12089         source group before deleting.
12090
12091 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12092
12093         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12094
12095         * gnus-art.el (mm-url-insert-file-contents-external):
12096         Autoload mm-url.
12097
12098         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12099
12100 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12101
12102         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12103         coding system which mm-charset-to-coding-system returns for a
12104         given charset is valid.
12105
12106 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12107
12108         * html2text.el (html2text-remove-tag-list):
12109         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12110
12111 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12112
12113         * gnus-cus.el: Revert 2005-10-17 change.
12114
12115 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12116
12117         * gnus-art.el (article-strip-banner):
12118         Call article-really-strip-banner only when the regexp match is made.
12119
12120 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * gnus-art.el (article-strip-banner):
12123         Use gnus-extract-address-components instead of
12124         mail-header-parse-addresses to make it work with non-ASCII text;
12125         remove mail-encode-encoded-word-string.
12126
12127         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12128         values which are surrounded with \"...\"; make it never cause a
12129         Lisp error; give up parsing of parameters if it failed in
12130         extracting type.
12131
12132 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12133
12134         * smime.el (smime-cert-by-ldap-1): Fix bug where
12135         `smime-ldap-search' returns results without userCertificates.
12136
12137 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12140
12141 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12142
12143         * spam.el (spam-check-spamassassin-headers): Adapt format for
12144         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12145         <ari@mbf.ocn.ne.jp>.
12146         (spam-list-of-processors): Add spam-use-gmane.
12147
12148 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12151         make-temp-file; make it work with XEmacs as well.
12152
12153         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12154         mm-make-temp-file.
12155
12156         * mm-decode.el (mm-display-external): Use the 3rd arg of
12157         mm-make-temp-file.
12158         (mm-create-image-xemacs): Ditto.
12159
12160 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12161
12162         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12163         with message-narrow-to-headers.
12164         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12165         (gnus-draft-check-draft-articles): New function.
12166         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12167
12168 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12169
12170         * gnus-art.el (gnus-article-browse-html-parts):
12171         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12172         Don't use suffix argument for mm-make-temp-file for Emacs 21
12173         compatibility.  Remove useless `format'.
12174
12175 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12176
12177         * nnweb.el (nnweb-google-wash-article): Update regexps.
12178         (nnweb-group-alist): Use defvoo instead of defvar.
12179
12180 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12183         re-loading nn* modules.
12184
12185 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12186
12187         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12188         for `tool-bar-mode' and don't check it's default-value.
12189
12190         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12191
12192         * message.el (message-make-tool-bar): Ditto.
12193
12194         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12195         `substring'.  Shorten tmp-file name.
12196
12197         * gnus.el: Remove bogus comment.
12198
12199 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12200
12201         * gnus-art.el (gnus-article-browse-html-parts): New function.
12202         (gnus-article-browse-html-article): New function for viewing html
12203         articles with a browser.
12204
12205 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12206
12207         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12208         in elisp.
12209         (pgg-gpg-encrypt-symmetric-region): Ditto.
12210         (pgg-gpg-sign-region): Ditto.
12211
12212         * pgg-def.el (pgg-text-mode): New variable.
12213
12214         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12215         (mml2015-pgg-encrypt): Ditto.
12216
12217         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12218         (mml1991-pgg-encrypt): Ditto.
12219
12220 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * nnfolder.el (nnfolder-insert-newsgroup-line):
12223         Use message-make-date instead of current-time-string.
12224
12225         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12226         to gnus-decoded which mm-uu might set.
12227
12228 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12231         don't decode quoted parameters; remove misimported Emacs code.
12232         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12233         (rfc2231-decode-encoded-string): Don't use split-string which
12234         behaves differently according to Emacs version; use
12235         mm-decode-coding-region to convert charset to coding-system.
12236         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12237         (rfc2231-encode-string): Remove misimported Emacs code.
12238
12239 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12242         when calling mail-header-parse-content-type.
12243         (article-de-quoted-unreadable): Ditto.
12244         (article-de-base64-unreadable): Ditto.
12245         (article-wash-html): Ditto.
12246
12247         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12248         calling mail-header-parse-content-type and
12249         mail-header-parse-content-disposition.
12250         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12251         mail-header-parse-content-type.
12252
12253         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12254         insert charset and format parameters; encode description after
12255         inserting it to buffer.
12256         (mml-insert-parameter): Fold lines properly even if a parameter is
12257         segmented into two or more lines; change the max column to 76.
12258
12259         * rfc1843.el (rfc1843-decode-article-body): Don't use
12260         ignore-errors when calling mail-header-parse-content-type.
12261
12262         * rfc2231.el (rfc2231-parse-string): Return at least type if
12263         possible; don't cause an error even if it fails in parsing of
12264         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12265         (rfc2231-encode-string): Don't break lines at the beginning, leave
12266         it to mml-insert-parameter.
12267
12268         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12269         calling mail-header-parse-content-type.
12270
12271 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12272
12273         * spam-report.el (spam-report-gmane-use-article-number):
12274         Improve doc string.
12275         (spam-report-gmane-internal): Check if a suitable header was found
12276         in the article.
12277
12278 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12279
12280         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12281         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12282
12283 2006-02-05  Romain Francoise  <romain@orebokech.com>
12284
12285         Update copyright notices of all files in the gnus directory.
12286
12287 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12288
12289         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12290
12291 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12294         segmented lines of parameter value to cope with Thunderbird 1.5
12295         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12296         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12297         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12298
12299 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12300
12301         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12302         parts.
12303
12304 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12305
12306         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12307         there's only one active file for all servers.
12308         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12309         solid groups.  Gnus might have used a FAST request to select the group.
12310         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12311         and nnweb-search redundantly in the active file.
12312         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12313         (nnweb-request-create-group): Don't use ARGS.
12314         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12315         initialisations.  Let nnoo do the work.
12316
12317 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12318
12319         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12320         Say the part has been decoded.
12321
12322         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12323
12324 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12325
12326         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12327         mailcap-viewer-test-cache when there's no 'test clause, since that
12328         will invert the meaning of a "nil" test previously determined by
12329         mailcap-mailcap-entry-passes-test.
12330
12331 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12332
12333         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12334         compiling.
12335
12336         * gnus-sum.el: Ditto.
12337
12338         * message.el: Don't bind tool-bar-map when compiling.
12339
12340 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12341
12342         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12343
12344 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12345
12346         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12347         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12348         current Google Groups.
12349
12350 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12351
12352         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12353         and tool-bar-mode.
12354
12355         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12356         and tool-bar-mode.
12357
12358         * message.el (message-tool-bar-update): Simplify.
12359         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12360
12361         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12362         gnus-summary-buffer.
12363         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12364         gnus-summary-reply.
12365
12366         * gmm-utils.el (gmm): Add :version.
12367
12368 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12369
12370         * Makefile.in (clean): New rule.
12371         (distclean): Use it.
12372
12373 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12374
12375         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12376         Don't autoload.
12377
12378 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12379
12380         * gmm-utils.el (gmm-verbose): Add :group.
12381
12382 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12383
12384         * message.el: Change some comments WRT tool-bars.
12385
12386         * gnus-sum.el (gnus-summary-tool-bar)
12387         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12388         (gnus-summary-tool-bar-zap-list): New variables.
12389         (gnus-summary-make-tool-bar): Complete rewrite using
12390         `gmm-tool-bar-from-list'.
12391
12392         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12393         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12394         New variables.
12395         (gnus-group-make-tool-bar): Complete rewrite using
12396         `gmm-tool-bar-from-list'.
12397         (gnus-group-tool-bar-update): New function.
12398
12399         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12400
12401 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12404         is dissected into a single part of which the type is the same as
12405         the given one; decode charset.
12406
12407 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12408
12409         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12410         into alists as symbol not string, since that's what
12411         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12412         look for.
12413
12414 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12415
12416         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12417         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12418
12419         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12420
12421 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12422
12423         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12424         (gnus-xmas-mime-security-button-menu): New function.
12425
12426         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12427         (gnus-mime-security-button-menu): New definition.
12428         (gnus-mime-security-button-map): Use them.
12429         (gnus-mime-security-button-menu): New function.
12430         (gnus-insert-mime-security-button): Addition to help echo.
12431         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12432         (gnus-mime-security-pipe-part): New functions.
12433
12434         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12435         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12436
12437         * mm-decode.el (mm-handle-set-disposition): Remove.
12438         (mm-handle-set-description): Remove.
12439
12440 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12441
12442         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12443         (mm-w3m-standalone-supports-m17n-p): New function.
12444         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12445         w3m usage.
12446
12447         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12448         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12449
12450 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12451
12452         * message.el (message-tool-bar-zap-list):
12453         Use gmm-tool-bar-zap-list as custom type.
12454         (message-tool-bar-update): New function.
12455         (message-tool-bar, message-tool-bar-gnome)
12456         (message-tool-bar-retro): Add message-tool-bar-update.
12457         (message-tool-bar-gnome): Add flyspell-buffer.
12458
12459         * gnus-util.el (gnus-error): Describe `args'.
12460
12461         * gmm-utils.el (gmm-error): Describe `args'.
12462         (gmm-tool-bar-zap-list): New widget.
12463         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12464
12465 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12468         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12469         the number of recursive calls.
12470
12471         * mm-decode.el (mm-handle-set-disposition): New macro.
12472         (mm-handle-set-description): New macro.
12473
12474 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12475
12476         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12477         encoding.
12478
12479 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12480
12481         * message.el (message-tool-bar-zap-list, message-tool-bar)
12482         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12483         (message-tool-bar-local-item-from-menu): Remove.
12484         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12485         (message-make-tool-bar): New function.
12486         (message-mode): Use `message-make-tool-bar'.
12487
12488         * gmm-utils.el: New file.
12489         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12490         (gmm-lazy): New widget copied from `nnmail.el'.
12491         (gmm-tool-bar-from-list): New function for creating customizable
12492         tool bars.
12493         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12494         output.
12495         (gmm): Add :prefix to defgroup.
12496
12497 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12498
12499         * gmm-utils.el (gmm-widget-p): New function.
12500
12501 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12502
12503         * mml.el (mml-attach-file): Describe `description' in doc string.
12504         (mml-menu): Add Emacs MIME manual and PGG manual.
12505
12506 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12507
12508         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12509
12510 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12511
12512         * nntp.el (nntp-end-of-line): Doc fix.
12513
12514 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12515
12516         * imap.el (imap-open): Handle case where buffer is a buffer
12517         object.
12518
12519 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12520
12521         * gnus-delay.el (gnus-delay): Don't autoload.
12522         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12523         to be re-loaded when customizing the `gnus-delay' group.
12524
12525 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12526
12527         * message.el (message-insert-citation-line): Use newlines.
12528
12529 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12530
12531         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12532         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12533         these routines, so the passphrase can be managed externally and
12534         passed in to the system.
12535         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12536         pgg-add-passphrase-to-cache function.
12537
12538         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12539         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12540         these routines, so the passphrase can be managed externally and
12541         passed in to the system.
12542         (pgg-pgp5-sign-region): Use new name of
12543         pgg-add-passphrase-to-cache function.
12544
12545 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12546
12547         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12548         part of the decoded armor to find the key-identifier.
12549         (pgg-gpg-lookup-key-owner): New function to return the
12550         human-readable identifier of a key owner.
12551         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12552         itself.
12553         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12554         the key value) if we have a key and can match it against a secret
12555         key.  Also, added a note pointing out fact that the prompt only
12556         indicates the first matching key.
12557
12558         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12559         pgg-decrypt-region.
12560         (pgg-add-passphrase-to-cache): Rename from
12561         `pgg-add-passphrase-cache' to reduce confusion (all callers
12562         changed).
12563         (pgg-remove-passphrase-from-cache): Rename from
12564         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12565         changed).
12566         (pgg-read-passphrase, pgg-add-passphrase-cache)
12567         (pgg-remove-passphrase-cache): Add informative docstrings.
12568         (pgg-decrypt): Convey provided passphrase in subordinate call to
12569         pgg-decrypt-region.
12570
12571 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12572
12573         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12574         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12575         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12576         'passphrase' argument, so the passphrase can be managed externally
12577         and then passed in to the system.
12578
12579         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12580         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12581         so the passphrase cache can be used reliably with identifiers
12582         besides a pgp packet's key id.
12583
12584         * pgg-gpg.el (pgg-gpg-encrypt-region)
12585         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12586         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12587         these routines, so the passphrase can be managed externally and
12588         passed in to the system.
12589
12590         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12591         'notruncate' argument, so the passphrase cache can be used
12592         reliably with identifiers besides a pgp packet's key id.
12593
12594 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12595
12596         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12597         symmetric encryption.
12598         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12599         encrypted session key.
12600         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12601         message ask for the passphrase in a proper way.
12602
12603         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12604         New user commands for symmetric encryption.
12605
12606 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12607
12608         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12609
12610         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12611
12612 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12613
12614         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12615
12616 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12617
12618         * mm-decode.el (mm-inlined-types): Add application/pgp.
12619         (mm-automatic-display): Ditto.
12620
12621         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12622         part as text.
12623
12624 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * nnrss.el: Update copyright.
12627         (nnrss-opml-import): Query whether to subscribe to each entry.
12628
12629         * gnus-art.el:
12630         * gnus-sum.el:
12631         * gnus-xmas.el:
12632         * messagexmas.el:
12633         * mm-uu.el:
12634         * mm-view.el: Update copyright.
12635
12636 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12637
12638         * message.el (message-info): New function.
12639         (message-mode-menu): Add it.
12640         Update copyright.
12641
12642         * ChangeLog: Fix and update copyright.
12643
12644 2006-01-13  Romain Francoise  <romain@orebokech.com>
12645
12646         * message.el (message-forward-subject-name-subject): Prefer the
12647         address to 'nowhere' if the sender has no name.
12648         Fix typo.  Update copyright year.
12649
12650 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12651
12652         * gnus-art.el (article-wash-html):
12653         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12654         (gnus-article-wash-html-with-w3m-standalone): New function.
12655
12656         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12657         mm-inline-text-html-render-with-w3m-standalone.
12658         (mm-text-html-washer-alist): Map w3m-standalone to
12659         gnus-article-wash-html-with-w3m-standalone.
12660         (mm-inline-text-html-render-with-w3m-standalone): New function.
12661
12662 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12663
12664         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12665         Improve LaTeX.
12666
12667 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12668
12669         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12670         (nnrss-request-article): Render text/plain parts as HTML.
12671
12672         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12673         the buffer.
12674
12675 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12676
12677         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12678         custom definition of `gnus-posting-styles'.
12679
12680         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12681         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12682
12683 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12684
12685         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12686         Use nntp for bug archive.
12687
12688 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12691         parts.
12692         (nnrss-normalize-date): New function converts ISO 8601 date into
12693         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12694         (nnrss-check-group): Use it.
12695
12696 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12699
12700         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12701         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12702         (nnrss-insert-w3): Ditto.
12703
12704 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12707         the articles to be forwarded including the case where neither a
12708         number of articles nor a region is specified.
12709
12710 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * nnrss.el (nnrss-request-article): Fix last change; fill
12713         text/plain parts.
12714
12715 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12716
12717         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12718         in text/plain part.
12719         (nnrss-check-group): Don't add excessive newline to dc:subject.
12720
12721 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12722
12723         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12724         article.
12725
12726 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12727
12728         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12729         (nnml-use-compressed-files, nnml-save-mail): Support other
12730         comression programs such as bzip2.
12731
12732 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12733
12734         * dns.el (query-dns): Make sure we check the buffer size before
12735         removing tcp headers.
12736
12737 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12738
12739         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12740         remove MIME buttons associated with multipart/alternative parts.
12741         (gnus-mime-display-alternative): Tag buttons using `article-type'
12742         text property.
12743
12744         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12745         associated with multipart/alternative parts.
12746
12747         * gnus-art.el (gnus-signature-separator): Fix custom type.
12748
12749         * mm-decode.el (mm-inlined-types): Fix custom type.
12750         (mm-keep-viewer-alive-types): Ditto.
12751         (mm-automatic-display): Ditto.
12752         (mm-attachment-override-types): Ditto.
12753         (mm-inline-override-types): Ditto.
12754         (mm-automatic-external-display): Ditto.
12755
12756 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12757
12758         * spam-report.el (spam-report-user-mail-address)
12759         (spam-report-user-agent): New variables.
12760         (spam-report-url-ping-plain): Use spam-report-user-agent.
12761
12762 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12763
12764         * gnus-art.el (gnus-button-handle-custom): Do not just use
12765         `customize-apropos' for any "M-x customize-*" button but the
12766         function called for.  Accept both the function name and its
12767         argument in order to achieve this.
12768         (gnus-button-alist): Remove support for "custom:" URL's.
12769         Pass function name to `gnus-button-handle-custom' in case of "M-x
12770         customize-*" buttons.
12771
12772 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12773
12774         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12775         multipart/alternative and add xref to mm-discouraged-alternatives
12776         in doc string.
12777
12778         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12779         gnus-buttonized-mime-types in doc string.
12780
12781 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12782
12783         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12784         Suggest image/.* in the doc string.
12785
12786 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12787
12788         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12789         message-marks (Debian bug #342521).
12790
12791 2005-12-12  Simon Josefsson  <jas@extundo.com>
12792
12793         * password.el (password-read-from-cache): Add.
12794         (password-read): Use it.
12795
12796 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * rfc2047.el (rfc2047-charset-to-coding-system):
12799         Recognize us-ascii as a MIME charset.
12800
12801         * mm-bodies.el (mm-decode-content-transfer-encoding):
12802         Protect against the case where the 2nd arg TYPE is nil.
12803
12804 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12805
12806         * pop3.el (pop3-stream-type): Fix custom version.
12807
12808         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12809
12810 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12811
12812         * mm-decode.el (mm-display-external): Add missing cdr.
12813
12814 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12817         RFC1524) if it is in mailcap or add a suffix according to
12818         mailcap-mime-extensions when generating a temp filename; postpone
12819         deleting a temp file for 2 seconds for some wrappers, shell
12820         scripts, and so on, which might exit right after having started a
12821         viewer command as a background job.
12822
12823 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12824
12825         * nntp.el (nntp-marks-directory): Fix custom group.
12826
12827         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12828         steps when < 10.
12829
12830         * gnus-start.el (gnus-no-server-1):
12831         Mention `gnus-level-default-subscribed' in doc string.
12832
12833 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12834
12835         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12836         parens.
12837
12838 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12839
12840         * gnus-xmas.el (gnus-use-toolbar): Revert.
12841         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12842         gnus-use-toolbar is default.
12843
12844         * messagexmas.el (message-use-toolbar): Revert.
12845         (message-setup-toolbar): Use global default-toolbar if
12846         message-use-toolbar is default.
12847
12848 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12851         according to default-toolbar-visible-p.
12852
12853         * messagexmas.el (message-use-toolbar): Ditto.
12854
12855 2005-11-26  Dave Love  <fx@gnu.org>
12856
12857         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12858         (tls-program, tls-success): Provide openssl alternative.
12859
12860         * starttls.el: Doc fixes.
12861         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12862         SERVICE to PORT.
12863
12864         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12865         port null or service name.
12866         (starttls-negotiate): Autoload.
12867
12868 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12869
12870         * message.el (message-kill-to-signature): Fix interactive spec.
12871
12872 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * pop3.el (pop3-open-server): Recognize a string as a service name.
12875
12876 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12877
12878         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12879
12880 2005-11-23  Dave Love  <fx@gnu.org>
12881
12882         Add pop3s, pop3/starttls.
12883
12884         * pop3.el (pop3-authentication-scheme): Clarify doc.
12885         (open-tls-stream, starttls-open-stream): Autoload.
12886         (pop3-stream-type): New.
12887         (pop3-open-server): Use it.
12888
12889         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12890         for POP.
12891         (mail-source-keyword-map): Add :stream for POP.
12892         (mail-source-fetch-pop): Use pop3-stream-type.
12893
12894 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12897         of current-time-string.
12898
12899 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12900
12901         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12902         date header.
12903
12904 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12905
12906         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12907         it can seriously impact performance as it bypasses the agent's
12908         local caches.
12909
12910 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12911
12912         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12913         must be explicitly online rather than "not explicitly offline" for
12914         its flags to be synchronized.
12915
12916         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12917         that gnus-uu-unmark-thread will function correctly.
12918
12919         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12920         1024K is instead displayed as 1M.
12921
12922 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12923
12924         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12925
12926 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12927
12928         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12929
12930 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12931
12932         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12933         error message to display actual error condition.
12934         (gnus-agent-save-local): Avoid saving symbols that are bound to
12935         nil as they simply result in a warning message in
12936         gnus-agent-read-local.
12937
12938 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12941         rather than make-variable-buffer-local for file-precious-flag.
12942
12943 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12944
12945         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12946         for duplicates which are removed.  The invalid sort check then
12947         triggers a rescan after the sort as sorting may have moved
12948         duplicate entries such that they can be cheaply detected.
12949
12950 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12953
12954 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12955
12956         * gnus-agent.el (gnus-agent-article-alist-save-format):
12957         Change internal variable to a custom variable.  Change default value
12958         from compressed(2) to uncompressed(1).
12959         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12960         support for uncompressed agentview files.  Taken together, reading
12961         the agentview file should now be 6-7 times faster.
12962
12963 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12964
12965         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12966         as a buffer-local variable.  This avoids creating truncated
12967         dribble files as a result of a hang up, eg.
12968
12969 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12970
12971         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12972         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12973         XEmacs.
12974
12975 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12976
12977         * gnus-start.el (gnus-start-draft-setup):
12978         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12979
12980         * gnus.el (gnus-splash): Change custom group.
12981         (gnus-group-get-parameter, gnus-group-parameter-value):
12982         Describe allow-list argument.
12983
12984         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12985         string.
12986
12987 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12988
12989         * gnus-art.el (gnus-default-article-saver): Add user-defined
12990         `function' to custom type.
12991
12992 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12993
12994         * imap.el (imap-open): Handle case where buffer is a buffer
12995         object.
12996
12997 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12998
12999         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13000         long lines.
13001         (gnus-cache-delete-group): Wrap doc strings.
13002
13003         * gnus-agent.el (gnus-agent-rename-group)
13004         (gnus-agent-delete-group): Wrap doc strings.
13005
13006 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * messagexmas.el (message-use-toolbar): Change the valid values
13009         into default, top, bottom, left, and right.
13010         (message-toolbar-thickness): New variable.
13011         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13012         well.
13013         (message-setup-toolbar): Make it work.
13014
13015         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13016         (gnus-use-toolbar): Change the valid values into default, top,
13017         bottom, left, and right.
13018         (gnus-toolbar-thickness): New variable.
13019         (gnus-xmas-setup-toolbar): New function.
13020         (gnus-xmas-setup-group-toolbar): Use it.
13021         (gnus-xmas-setup-summary-toolbar): Use it.
13022
13023 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13024
13025         * gnus-start.el (gnus-1): Add "native" to
13026         gnus-predefined-server-alist.
13027
13028         * gnus.el (gnus-method-to-server): Don't add "native" to the
13029         lists here, because that leads to problems when
13030         gnus-select-method is bound.
13031
13032 2005-11-09  Simon Josefsson  <jas@extundo.com>
13033
13034         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13035         use (not sort-by-date) instead.
13036
13037 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13038
13039         * gnus-delay.el (gnus-delay-group): Don't autoload.
13040         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13041         to be re-loaded when customizing the `gnus-delay' group.
13042
13043 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13044
13045         * message.el: Revert last changes.
13046         (message-insert-citation-line): Use newlines.
13047
13048 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13049
13050         * message.el (message-courtesy-message)
13051         (message-mark-insert-begin, message-mark-insert-end)
13052         (message-elide-ellipsis, message-cancel-message)
13053         (message-add-header, message-change-subject)
13054         (message-cross-post-followup-to-header)
13055         (message-cross-post-insert-note, message-reduce-to-to-cc)
13056         (message-widen-reply, message-delete-not-region)
13057         (message-kill-to-signature, message-insert-signature)
13058         (message-insert-importance-high, message-insert-importance-low)
13059         (message-insert-or-toggle-importance)
13060         (message-insert-disposition-notification-to)
13061         (message-indent-citation, message-yank-original)
13062         (message-cite-original-without-signature, message-cite-original)
13063         (message-insert-citation-line, message-position-on-field)
13064         (message-fix-before-sending, message-send-mail-partially)
13065         (message-send-mail, message-send-mail-with-sendmail)
13066         (message-send-mail-with-qmail, message-send-news)
13067         (message-check-news-header-syntax, message-generate-headers)
13068         (message-insert-courtesy-copy, message-fill-address)
13069         (message-fill-header, message-shorten-references)
13070         (message-setup-1, message-cancel-news)
13071         (message-forward-make-body-plain, message-forward-make-body-mime)
13072         (message-forward-make-body-mml, message-encode-message-body)
13073         (message-forward-make-body-digest-plain)
13074         (message-forward-make-body-digest-mime)
13075         (message-use-alternative-email-as-from): Insert `hard-newline'
13076         instead of ordinary newlines.
13077
13078 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * message.el (message-generate-headers): Downcase the argument
13081         given to message-check-element.
13082
13083 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13084
13085         * nntp.el (nntp-authinfo-rejected): New error condition.
13086         (nntp-wait-for): Use new error condition to signal authentication
13087         error.
13088         (nntp-retrieve-data): Rethrow new error condition to break out of
13089         recursive call to nntp-send-authinfo.
13090
13091 2005-11-08  Romain Francoise  <romain@orebokech.com>
13092
13093         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13094         (gnus-summary-exit-map): Bind to `Z p'.
13095         (gnus-summary-make-menu-bar): Add menu item.
13096
13097 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13098
13099         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13100         (gnus-treat-*): Add `first' in all doc strings.
13101
13102         * gnus-group.el (gnus-group-compact-group): Fix typo.
13103
13104 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13105
13106         * gnus.el (gnus-parameters-case-fold-search): New variable.
13107         (gnus-parameters-get-parameter): Use it.
13108
13109         * gnus-score.el (gnus-home-score-file): Doc fix.
13110
13111 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13112
13113         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13114
13115 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * mm-util.el (mm-special-display-p): New function.
13118
13119         * mml.el (mml-preview): Use it; doc fix.
13120
13121 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13122
13123         * imap.el (imap-open): Handle case where buffer is a buffer object.
13124
13125 2005-10-29  Romain Francoise  <romain@orebokech.com>
13126
13127         * message.el (message-fix-before-sending): Fix comment.
13128
13129 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13130
13131         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13132
13133 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13134
13135         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13136         Used in gnus-score.el.
13137
13138 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13139
13140         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13141
13142 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13143
13144         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13145         whitespace removed in revision 7.8.  Use concatenated string to
13146         protect trailing whitespace.
13147
13148 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13149
13150         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13151         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13152         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13153         Courier IMAP ("some version from 2004").  Mostly based on similar
13154         code in the same function.
13155
13156 2005-10-26  Didier Verna  <didier@xemacs.org>
13157
13158         * gnus-group.el (gnus-group-compact-group): Invalidate original
13159         article buffer.
13160         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13161         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13162         NOV database and in article itself.
13163         Invalidate article backlog.
13164
13165 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13166
13167         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13168
13169 2005-10-26  Simon Josefsson  <jas@extundo.com>
13170
13171         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13172         part of 2004-07-25 change.
13173
13174 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * message.el (message-display-completion-list): New function.
13177         (message-expand-group): Use it; make sure the Completions buffer
13178         is modifiable.
13179 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13180
13181         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13182         user-mail-name is an empty string.
13183
13184 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13185
13186         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13187         depending on gnus-score-decay-constant.
13188
13189         * encrypt.el (encrypt-insert-file-contents)
13190         (encrypt-write-file-contents): Don't use `gnus-message'.
13191
13192         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13193         arguments.
13194         (mm-uu-type-alist): Add message-marks and insert-marks.
13195         Pass arguments to mm-uu-verbatim-marks-extract.
13196         (mm-uu-hide-markers): New variable.
13197         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13198
13199         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13200         (gnus-convert-image-to-face-command): Use "convert" by default to
13201         allow other input image formats.
13202         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13203         accordingly.
13204
13205 2005-10-23  Simon Josefsson  <jas@extundo.com>
13206
13207         * imap.el (imap-gssapi-program): Align command line parameters
13208         with latest GNU SASL.
13209         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13210
13211 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13212
13213         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13214         HTML.
13215         (nnslashdot-request-article): Ditto.
13216
13217         * lpath.el (featurep): Add nobreak-char-display.
13218
13219 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13220
13221         * mail-source.el (mail-source-fetch-pop): Require pop3.
13222         (mail-source-check-pop): Ditto.
13223
13224 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13225
13226         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13227         errors.
13228
13229 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13230
13231         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13232         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13233
13234         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13235
13236         * mm-bodies.el (mm-decode-string):
13237         Call `mm-charset-to-coding-system' with allow-override argument.
13238
13239 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13242         (rfc2047-charset-to-coding-system): New function.
13243         (rfc2047-decode-encoded-words): New function.
13244         (rfc2047-decode-region): Use them.
13245         (rfc2047-decode-cte): Remove.
13246         (rfc2047-parse-and-decode): Remove.
13247         (rfc2047-decode): Remove.
13248
13249 2005-10-15  Kenichi Handa  <handa@m17n.org>
13250
13251         * rfc2047.el (rfc2047-decode-cte): New function.
13252         (rfc2047-decode-region): Change the way to decode successive
13253         encoded-words: decode B- or Q-encoding in each encoded-word,
13254         concatenate them, and decode it as charset.
13255
13256 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * lpath.el: Fbind codepage-setup for XEmacs.
13259
13260 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13261
13262         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13263         widget-move-and-invoke.
13264         (gnus-custom-mode): Use gnus-custom-map.
13265
13266 2005-10-15  Bill Wohler  <wohler@newt.com>
13267
13268         * message.el (message-tool-bar-map): Rename image file from
13269         mail_send to mail/send.
13270
13271 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13272
13273         * message.el (message-expand-group): Pass the common
13274         prefix substring of completion to `display-completion-list'.
13275
13276 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13277
13278         * mml-sec.el (mml-secure-method): New internal variable.
13279         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13280         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13281         New functions using mml-secure-method.
13282
13283         * mml.el (mml-mode-map): Add key bindings for those functions.
13284         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13285         Harder <harder@myrealbox.com>.
13286         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13287         Goto end of message if point is the headers of the message.
13288
13289         * message.el (message-in-body-p): New function.
13290
13291         * assistant.el: Autoload gnus-util and netrc.
13292
13293         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13294         Use `mm-charset-override-alist' only when decoding.
13295
13296         * mm-bodies.el (mm-decode-body):
13297         Call `mm-charset-to-coding-system' with allow-override argument.
13298
13299         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13300         `filename' from Content-Disposition if Content-Type doesn't
13301         provide `name'.
13302         (gnus-mime-view-part-as-type): Set default instead of
13303         initial-input.
13304
13305 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13306
13307         * format-spec.el (format-spec): Propagate text properties of % spec.
13308
13309 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13310
13311         * gnus-art.el (gnus-treat-predicate): Add `first'.
13312
13313 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13314
13315         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13316         (mm-charset-override-alist): New variable.
13317         (mm-charset-to-coding-system): Use it.
13318         (mm-codepage-setup): New helper function.
13319         (mm-charset-eval-alist): New variable.
13320         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13321         Warn about unknown charsets.
13322
13323         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13324
13325 2005-10-04  David Hansen  <david.hansen@gmx.net>
13326
13327         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13328         (nnrss-check-group): Ditto.
13329
13330 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13331
13332         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13333         Rename x-gnus-verbatim to x-verbatim.
13334         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13335
13336         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13337         x-verbatim.
13338
13339         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13340
13341         * gnus-util.el (gnus-remove-duplicates): Remove.
13342
13343         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13344         instead of gnus-remove-duplicates.
13345
13346         * message.el (message-remove-duplicates): Remove.
13347         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13348         message-remove-duplicates.
13349
13350         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13351         available, else use implementation from `delete-dups'.
13352
13353         * message.el (message-insert-expires): New function.
13354         (message-mode-map): Add key binding.
13355         (message-mode-field-menu): Add menu entry.
13356         (message-mode): Document it.
13357         (message-make-expires-date): Use `message-make-date'.
13358
13359 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13360
13361         * message.el (message-make-expires-date): New function.
13362
13363 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13364
13365         * Makefile.in (list-installed-shadows): New entry.
13366         (install): Use it.
13367         (remove-installed-shadows): New entry.
13368
13369         * dgnushack.el (dgnushack-default-load-path): New variable.
13370         (dgnushack-find-lisp-shadows): New function.
13371         (dgnushack-remove-lisp-shadows): New function.
13372
13373 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13374
13375         * Makefile.in (install-el-elc): New entry.
13376         (install): Use it so that .el files are necessarily installed.
13377
13378 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13379
13380         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13381
13382 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13383
13384         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13385         function rather than the diff-mode.el package.
13386         (mm-display-external): Use with-current-buffer.
13387         (mm-viewer-completion-map, mm-viewer-completion-map):
13388         Move initialization inside declaration.
13389
13390 2005-09-29  Simon Josefsson  <jas@extundo.com>
13391
13392         * spam.el: Load hashcash when compiling, to avoid warnings.
13393         Don't autoload mail-check-payment.
13394         (spam-check-hashcash): Define unconditionally, since hashcash.el
13395         is part of Gnus now.  Ignore errors from payment checking.
13396
13397 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13398
13399         * message.el (message-bold-region, message-unbold-region):
13400         Rename from `bold-region' and `unbold-region'.
13401
13402         * message.el: Remove useless autoloads.
13403
13404 2005-09-28  Simon Josefsson  <jas@extundo.com>
13405
13406         * message.el (message-use-idna): Default to t.
13407         (message-use-idna): Test whether encoding works too.  Doc fix.
13408
13409 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * nntp.el (nntp-warn-about-losing-connection): Remove.
13412
13413 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13414
13415         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13416         customizable.  Change default value.
13417         (mm-uu-diff-groups-regexp): Change default value.
13418         (mm-uu-type-alist): Add doc string.
13419         (mm-uu-configure): Add doc string.  Make it interactive.
13420         (mm-uu-tex-groups-regexp): New variable.
13421         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13422         (mm-uu-type-alist): Add LaTeX documents.
13423         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13424         of "text/verbatim".
13425         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13426
13427         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13428         instead of "text/verbatim".
13429
13430         * message.el (message-mark-inserted-region)
13431         (message-mark-insert-file): Use slrn style marks when called with
13432         prefix argument.
13433
13434 2005-09-27  Simon Josefsson  <jas@extundo.com>
13435
13436         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13437
13438 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13439
13440         * message.el (message-remove-duplicates): New function.
13441         Implementation borrowed from `gnus-remove-duplicates'.
13442         (message-idna-to-ascii-rhs): Also encode idna addresses in
13443         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13444         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13445         only ask about the same idna domain once per header and also tell
13446         in what header to replace the idna domain.
13447
13448         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13449         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13450         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13451         a header is decoded and not just the last one.
13452
13453 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13456         has been decoded.
13457
13458         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13459         (mm-insert-part): Don't modify text if it has been decoded.
13460
13461         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13462         decoded.
13463
13464         * mm-view.el (mm-inline-text): Don't strip text props unless
13465         decoding enriched or richtext parts.
13466
13467 2005-09-25  Romain Francoise  <romain@orebokech.com>
13468
13469         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13470         * gnus-start.el (gnus-subscribe-interactively):
13471         * gnus-uu.el (gnus-uu-grab-articles):
13472         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13473         space.
13474
13475 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13476
13477         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13478         * mm-view.el (mm-view-pkcs7-decrypt):
13479         * gnus-sum.el (gnus-summary-limit-to-extra)
13480         (gnus-summary-respool-article, gnus-read-move-group-name):
13481         * gnus-score.el (gnus-summary-increase-score):
13482         * gnus-util.el (gnus-completing-read-with-default):
13483         * gnus-art.el (gnus-read-save-file-name)
13484         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13485         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13486         * message.el (message-check-news-header-syntax):
13487         Follow convention for reading with the minibuffer.
13488
13489 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13490
13491         * spam-report.el (spam-report-url-ping-plain):
13492         Use gnus-extended-version as User-Agent.
13493
13494         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13495         default value is nil.
13496
13497         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13498         (mm-uu-verbatim-marks-extract): New function.
13499         (mm-uu-extract): New face.
13500         (mm-uu-copy-to-buffer): Use it.
13501
13502         * spam-report.el (spam-report-gmane-ham): Rename from
13503         `spam-report-gmane-unspam'.
13504         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13505         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13506
13507         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13508         Autoload.
13509         (spam-report-gmane-unregister-routine):
13510         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13511
13512 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13513
13514         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13515         (spam-report-gmane-unregister-routine): Add support for gmane
13516         unregistration.
13517
13518         * spam-report.el (spam-report-gmane-unspam)
13519         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13520         (spam-report-gmane): Change to take a single article and do unspam
13521         registration.
13522
13523 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13524
13525         * mm-url.el (mm-url-decode-entities): Fix regexp.
13526
13527 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13528
13529         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13530         default to nil, to be able to use Gnus at all.  If the default
13531         switches to something else, then the function should be fixed not
13532         be exceedingly slow.
13533
13534 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13535
13536         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13537         fail hard.
13538
13539         * spam-report.el: Add better Keywords line.
13540
13541         * spam.el: Add Maintainer and better Keywords line.
13542
13543 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13544
13545         * gnus-art.el (gnus-article-replace-part)
13546         (gnus-mime-replace-part): New functions.
13547         (gnus-mime-action-alist, gnus-mime-button-commands)
13548         (gnus-mime-save-part-and-strip): Add file argument.
13549         (gnus-article-part-wrapper): Add interactive argument.
13550
13551         * gnus-sum.el (gnus-summary-mime-map):
13552         Add `gnus-article-replace-part'.
13553
13554 2005-09-19  Didier Verna  <didier@xemacs.org>
13555
13556         The nnml compaction feature:
13557         * nnml.el (nnml-request-compact-group): New function.
13558         * nnml.el (nnml-request-compact): New function.
13559         * gnus-int.el (gnus-request-compact-group): New function.
13560         * gnus-int.el (gnus-request-compact): New function.
13561         * gnus-group.el (gnus-group-compact-group): New function.
13562         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13563         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13564         * gnus-srvr.el (gnus-server-compact-server): New function.
13565         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13566         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13567
13568 2005-09-18  Deepak Goel  <deego@gnufans.org>
13569
13570         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13571         format spec.
13572
13573 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13574
13575         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13576
13577 2005-09-15  Romain Francoise  <romain@orebokech.com>
13578
13579         * message.el (message-fill-paragraph): Clarify docstring.
13580
13581 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * gnus-art.el (gnus-mime-display-part): Protect against broken
13584         MIME messages.
13585
13586 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13589         before parsing header.
13590
13591 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13592
13593         * html2text.el (html2text-replace-list): Add new entities.
13594
13595 2005-09-11  Romain Francoise  <romain@orebokech.com>
13596
13597         * message.el (message-alternative-emails): Improve docstring.
13598         (message-setup-1): Call `message-use-alternative-email-as-from'
13599         after `message-setup-hook' to give it precedence over posting
13600         styles, etc.
13601         (message-use-alternative-email-as-from): Add docstring.
13602         Remove the original From header if present.
13603
13604         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13605         (nnml-save-mail): Use it.
13606
13607         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13608         articles.  Add new argument `silent'.
13609         (gnus-uu-mark-all): Report the total number of marked articles.
13610
13611 2005-09-10  Romain Francoise  <romain@orebokech.com>
13612
13613         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13614         (gnus-uu-mark-series): Likewise.
13615
13616 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13617
13618         * spam-report.el (spam-report-gmane): Fix generation of spam
13619         report URL.
13620
13621 2005-09-10  Simon Josefsson  <jas@extundo.com>
13622
13623         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13624         t, based on discussion on the ding list with Robert Epprecht
13625         <epprecht@solnet.ch>.
13626
13627 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13628
13629         * spam-report.el (spam-report-gmane): Make it work without
13630         X-Report-Spam header.  Gmane now only provides Archived-At.
13631         This is only used if `spam-report-gmane-use-article-number' is nil.
13632         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13633
13634         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13635         make `gnus-summary-sort-by-recipient' work with threading.
13636
13637         * nnweb.el (nnweb-google-wash-article): Print a message if article
13638         is not available.
13639
13640 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13641
13642         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13643         change.  Decode text/* parts content before displaying.
13644
13645 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13646
13647         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13648
13649 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13650
13651         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13652
13653         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13654         url-package-name, url-package-version,
13655         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13656         w3m-display-inline-images, and w3m-minor-mode-map.
13657
13658 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13659
13660         * message.el (message-tab-body-function): Fix mismatched custom type.
13661
13662         * gnus.el (gnus-group-change-level-function): Ditto.
13663
13664         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13665
13666         * gnus-art.el (gnus-signature-limit)
13667         (gnus-article-mime-part-function): Ditto.
13668
13669 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * mml.el (mml-mode): Silence the byte compiler.
13672
13673         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13674         using `(sit-for 0)' before moving the point to the specified part;
13675         skip unbuttonized parts.
13676         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13677         return to the summary window if gnus-auto-select-part is non-nil.
13678
13679 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13680
13681         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13682         New variables.
13683         (mml-dnd-attach-file, mml-mode): Use them.
13684
13685         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13686         Make fetching article by MID work again for Google Groups.
13687         Add FIXME concerning gnus-group-make-web-group.
13688
13689         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13690         Don't depend on Gnus by using mail-extract-address-components if
13691         gnus-extract-address-components is not bound.
13692
13693 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13694
13695         * gnus-art.el (gnus-mime-display-security): Don't display the
13696         signature, but only the signed part.
13697
13698 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13699
13700         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13701
13702         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13703         list, not listp.
13704
13705 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13706
13707         * mm-encode.el (mm-encode-content-transfer-encoding):
13708         Likewise when encoding.
13709
13710         * mm-bodies.el (mm-decode-content-transfer-encoding):
13711         De-canonicalize CRLF for all text content types, not just
13712         text/plain.
13713
13714 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13715
13716         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13717         valid article; point arrow and cursor at the MIME button.
13718
13719 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13720
13721         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13722         Suggested by Dan Christensen <jdc@uwo.ca>.
13723
13724         * mm-decode.el (mm-save-part): Enable change of prompt.
13725
13726 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13727
13728         * gnus-msg.el (gnus-inews-add-send-actions):
13729         Make `message-post-method' lambda parameter ARG `&optional'.
13730
13731 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13732
13733         * gnus-sum.el (gnus-summary-mime-map):
13734         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13735         gnus-article-jump-to-part.
13736
13737         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13738         (gnus-article-edit-part): Use it.
13739         (gnus-article-part-wrapper): Add no-handle argument.
13740         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13741         New functions.
13742
13743 2005-08-29  Romain Francoise  <romain@orebokech.com>
13744
13745         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13746         docstring.
13747         (gnus-face-from-file): Likewise.
13748
13749 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13750
13751         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13752         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13753         non-nil.
13754         (gnus-auto-select-part): New variable.
13755         (gnus-article-jump-to-part): New function.
13756         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13757         (gnus-mime-delete-part): Allow selecting specified part after
13758         deleting or stripping parts.
13759         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13760         part if argument is bogus.
13761
13762 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13763
13764         * gnus-art.el (w3m-minor-mode-map):
13765         * gnus-spec.el (gnus-newsrc-file-version):
13766         * gnus-util.el (nnmail-active-file-coding-system)
13767         (gnus-original-article-buffer, gnus-user-agent):
13768         * gnus.el (gnus-ham-process-destinations)
13769         (gnus-parameter-ham-marks-alist)
13770         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13771         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13772         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13773         * mm-decode.el (gnus-current-window-configuration):
13774         * mm-extern.el (gnus-article-mime-handles):
13775         * mm-url.el (url-current-object, url-package-name)
13776         (url-package-version):
13777         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13778         (smime-keys, w3m-cid-retrieve-function-alist)
13779         (w3m-current-buffer, w3m-display-inline-images)
13780         (w3m-minor-mode-map):
13781         * mml-smime.el (gnus-extract-address-components):
13782         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13783         (gnus-newsrc-hashtb, message-default-charset)
13784         (message-deletable-headers, message-options)
13785         (message-posting-charset, message-required-mail-headers)
13786         (message-required-news-headers):
13787         * mml1991.el (mc-pgp-always-sign):
13788         * mml2015.el (mc-pgp-always-sign):
13789         * nnheader.el (nnmail-extra-headers):
13790         * rfc1843.el (gnus-decode-encoded-word-function)
13791         (gnus-decode-header-function, gnus-newsgroup-name):
13792         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13793
13794 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13795
13796         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13797         the end of the date treatments.
13798
13799 2005-08-15  Simon Josefsson  <jas@extundo.com>
13800
13801         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13802         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13803         Capello and Romain Francoise.
13804         (pgg-fetch-key-function): Remove, not used?
13805         (pgg-insert-url-with-w3): Require url, to get
13806         url-insert-file-contents regardless of where it is defined.
13807
13808 2005-08-13  Romain Francoise  <romain@orebokech.com>
13809
13810         * message.el (message-cite-original-1): New function.
13811         (message-cite-original): Use it.
13812         (message-cite-original-without-signature): Ditto.
13813
13814 2005-08-08  Romain Francoise  <romain@orebokech.com>
13815
13816         * message.el (message-yank-empty-prefix): New variable.
13817         (message-indent-citation): Use it.
13818         (message-cite-original-without-signature): Respect X-No-Archive.
13819
13820 2005-08-08  Simon Josefsson  <jas@extundo.com>
13821
13822         * pgg.el: Autoload url-insert-file-contents instead of loading
13823         w3/url.
13824         (pgg-insert-url-with-w3): Don't load url here.
13825
13826 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13827
13828         * message.el (message-kill-to-signature): Don't insert newline at
13829         bol.
13830         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13831
13832 2005-08-06  Romain Francoise  <romain@orebokech.com>
13833
13834         * message.el (message-user-fqdn): Fix typo in docstring.
13835
13836 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13837
13838         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13839
13840         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13841
13842 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13843
13844         * mm-bodies.el (mm-encode-body): Use coding system rather than
13845         charset to encode text.
13846
13847         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13848         number of charsets if utf-8 is available (XEmacs).
13849
13850 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13851
13852         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13853         taken from `gnus-button-mid-or-mail-regexp'.
13854         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13855         (gnus-button-alist): Improve regexp for domain part of the MIDs
13856         for news:localpart@domain buttons.
13857         (gnus-button-ctan-directory-regexp): Update.
13858
13859 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * sieve-manage.el (sieve-manage-interactive-login):
13862         Use make-local-variable rather than make-variable-buffer-local.
13863         (sieve-manage-open): Ditto.
13864         (sieve-manage-authenticate): Ditto.
13865
13866         * mml.el (mml-generate-mime-1): Make the content type default to
13867         text/plain if the filename is not specified.
13868
13869 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13870
13871         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13872         instead of insert-buffer.
13873
13874         * message.el (message-yank-original): Ditto; set the mark at the
13875         end of the yanked message.
13876
13877 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13880         lines to scroll rather than to stop it.
13881
13882         * mml.el (mml-generate-default-type): Add doc string.
13883         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13884         default to application/octet-stream when determining the content
13885         type if it is not specified for the part or the mml contents; add
13886         a comment about mml-generate-default-type.
13887
13888 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13889
13890         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13891         make it default to application/octet-stream when determining the
13892         content type if it is not specified for the external contents.
13893
13894 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13897         segmented parameter but also other parameters might be there.
13898
13899 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * mm-decode.el (mm-display-external): Delete temp file, directory
13902         and buffer immediately if the external process is exited.
13903
13904 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13905
13906         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13907         fewer lines than that of scroll-margin.
13908         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13909
13910 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * gnus-art.el (gnus-article-next-page): Revert.
13913         (gnus-article-beginning-of-window): New macro.
13914         (gnus-article-next-page-1): Use it.
13915         (gnus-article-prev-page): Ditto.
13916         (gnus-article-edit-part): Use insert-buffer-substring instead of
13917         insert-buffer.
13918         (gnus-article-edit-exit): Ditto.
13919
13920         * gnus-util.el (gnus-beginning-of-window): Remove.
13921         (gnus-end-of-window): Remove.
13922
13923         * lpath.el: Don't bind header-line-format and scroll-margin.
13924
13925 2005-07-25  Simon Josefsson  <jas@extundo.com>
13926
13927         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13928         to have the url package without w3.  Reported by Daiki Ueno
13929         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13930
13931 2005-07-20  Didier Verna  <didier@xemacs.org>
13932
13933         * gnus-diary.el: Remove the description comment (nndiary is now
13934         properly documented in the Gnus manual).
13935         Fix the spelling of "Back End".
13936         * nndiary.el: Ditto.
13937         Fix the copyright notice.
13938
13939 2005-07-18  Romain Francoise  <romain@orebokech.com>
13940
13941         * gnus-sum.el (gnus-summary-to-prefix)
13942         (gnus-summary-newsgroup-prefix): New variables.
13943         (gnus-summary-from-or-to-or-newsgroups): Use them.
13944
13945 2005-07-17  Romain Francoise  <romain@orebokech.com>
13946
13947         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13948         space as it's generally not especially interesting to the user.
13949
13950 2005-07-16  Romain Francoise  <romain@orebokech.com>
13951
13952         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13953         nil to avoid prompting and file modification if one of the
13954         messages at the top of the nnfolder file contains a copyright
13955         notice.
13956         Update copyright notice.
13957
13958         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13959         instead of `current-time-string' as the latter creates a time
13960         string that is not RFC 2822 compliant (it lacks the zone).
13961         Update copyright notice.
13962
13963 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13964
13965         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13966         for text/rtf.  Display default in prompt.  Pass default for M-n.
13967
13968         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13969
13970 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13971
13972         * gnus-msg.el (gnus-button-mailto):
13973         Remove save-selected-window-window hackery because it relies on
13974         save-selected-window internals.
13975
13976 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13977
13978         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13979         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13980         (gnus-article-prev-page): Ditto.
13981
13982         * gnus-util.el (gnus-beginning-of-window): New function.
13983         (gnus-end-of-window): New function.
13984
13985         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13986
13987 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13988
13989         * gnus-score.el (gnus-score-edit-all-score):
13990         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13991         gnus-message.
13992
13993 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13994
13995         * gnus-msg.el (gnus-button-mailto):
13996         Remove save-selected-window-window hackery because it relies on
13997         save-selected-window internals.
13998
13999 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14002         add-minor-mode.
14003         (gnus-binary-mode): Ditto.
14004
14005         * gnus-topic.el (gnus-topic-mode): Ditto.
14006
14007 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14008
14009         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14010         (gnus-article-prev-page): Take scroll-margin into consideration.
14011
14012 2005-07-04  Lute Kamstra  <lute@gnu.org>
14013
14014         Update FSF's address in GPL notices.
14015
14016 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14017
14018         * gnus.el (gnus-exit):
14019         * gnus-group.el (gnus-group-icons):
14020         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14021
14022         * gnus-nocem.el (gnus-nocem):
14023         * message.el (message-various, message-buffers, message-sending)
14024         (message-interface, message-forwarding, message-insertion)
14025         (message-headers, message-news, message-mail):
14026         * pgg-gpg.el (pgg-gpg):
14027         * pgg-parse.el (pgg-parse):
14028         * pgg-pgp.el (pgg-pgp):
14029         * pgg-pgp5.el (pgg-pgp5):
14030         * pop3.el (pop3): Finish `defgroup' description with period.
14031
14032 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * gnus-art.el (article-display-face): Improve the efficiency.
14035         (article-display-x-face): Ditto; remove grey x-face stuff.
14036
14037 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * gnus-art.el (article-display-face): Correct the position in
14040         which Faces are inserted.
14041
14042 2005-06-29  Didier Verna  <didier@xemacs.org>
14043
14044         * gnus-art.el (article-display-face): Display faces in correct
14045         order.
14046
14047 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14050         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14051         (gnus-nocem-check-article): Fetch the Type header.
14052         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14053         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14054         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14055         make sure gnus-nocem-hashtb is initialized.
14056         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14057         (gnus-nocem-unwanted-article-p): Ditto.
14058
14059         * pgg.el (pgg-verify): Return the verification result.
14060
14061 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14062
14063         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14064         is ascii.
14065
14066 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14067
14068         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14069         `show-nonbreak-escape'.
14070
14071 2005-06-23  Lute Kamstra  <lute@gnu.org>
14072
14073         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14074
14075         * dig.el (dig-mode):
14076         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14077
14078 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14079
14080         * nnimap.el (nnimap-split-download-body): Fix spellings.
14081
14082 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14083
14084         * gnus-art.el (gnus-article-encrypt-body):
14085         * gnus-cus.el (gnus-score-customize):
14086         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14087         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14088
14089 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14090
14091         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14092         header by looking for magic "MII" at the beginnig.
14093
14094 2005-06-16  Miles Bader  <miles@gnu.org>
14095
14096         * gnus-xmas.el (gnus-xmas-group-startup-message):
14097         Use renamed gnus-splash face.
14098
14099         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14100         (assistant-field-face): New backward-compatibility alias for renamed
14101         face.
14102         (assistant-render-text): Use renamed assistant-field face.
14103
14104         * spam.el (spam): Remove "-face" suffix from face name.
14105         (spam-face): New backward-compatibility alias for renamed face.
14106         (spam-face, spam-initialize): Use renamed spam face.
14107
14108         * message.el (message-header-to, message-header-cc)
14109         (message-header-subject, message-header-newsgroups)
14110         (message-header-other, message-header-name)
14111         (message-header-xheader, message-separator, message-cited-text)
14112         (message-mml): Remove "-face" suffix from face names.
14113         (message-header-to-face, message-header-cc-face)
14114         (message-header-subject-face, message-header-newsgroups-face)
14115         (message-header-other-face, message-header-name-face)
14116         (message-header-xheader-face, message-separator-face)
14117         (message-cited-text-face, message-mml-face):
14118         New backward-compatibility aliases for renamed faces.
14119         (message-font-lock-keywords): Use renamed message faces.
14120
14121         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14122         (sieve-test-commands, sieve-tagged-arguments):
14123         Remove "-face" suffix from face names.
14124         (sieve-control-commands-face, sieve-action-commands-face)
14125         (sieve-test-commands-face, sieve-tagged-arguments-face):
14126         New backward-compatibility aliases for renamed faces.
14127         (sieve-control-commands-face, sieve-action-commands-face)
14128         (sieve-test-commands-face, sieve-tagged-arguments-face):
14129         Use renamed sieve faces.
14130
14131         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14132         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14133         (gnus-group-news-3-empty, gnus-group-news-4)
14134         (gnus-group-news-4-empty, gnus-group-news-5)
14135         (gnus-group-news-5-empty, gnus-group-news-6)
14136         (gnus-group-news-6-empty, gnus-group-news-low)
14137         (gnus-group-news-low-empty, gnus-group-mail-1)
14138         (gnus-group-mail-1-empty, gnus-group-mail-2)
14139         (gnus-group-mail-2-empty, gnus-group-mail-3)
14140         (gnus-group-mail-3-empty, gnus-group-mail-low)
14141         (gnus-group-mail-low-empty, gnus-summary-selected)
14142         (gnus-summary-cancelled, gnus-summary-high-ticked)
14143         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14144         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14145         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14146         (gnus-summary-low-undownloaded)
14147         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14148         (gnus-summary-low-unread, gnus-summary-normal-unread)
14149         (gnus-summary-high-read, gnus-summary-low-read)
14150         (gnus-summary-normal-read, gnus-splash):
14151         Remove "-face" suffix from face names.
14152         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14153         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14154         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14155         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14156         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14157         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14158         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14159         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14160         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14161         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14162         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14163         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14164         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14165         (gnus-summary-normal-ticked-face)
14166         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14167         (gnus-summary-normal-ancient-face)
14168         (gnus-summary-high-undownloaded-face)
14169         (gnus-summary-low-undownloaded-face)
14170         (gnus-summary-normal-undownloaded-face)
14171         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14172         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14173         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14174         (gnus-splash-face):
14175         New backward-compatibility aliases for renamed faces.
14176         (gnus-group-startup-message): Use renamed gnus faces.
14177
14178         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14179         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14180         (gnus-server-agent): Remove "-face" suffix from face names.
14181         (gnus-server-agent-face, gnus-server-opened-face)
14182         (gnus-server-closed-face, gnus-server-denied-face)
14183         (gnus-server-offline-face):
14184         New backward-compatibility aliases for renamed faces.
14185         (gnus-server-agent-face, gnus-server-opened-face)
14186         (gnus-server-closed-face, gnus-server-denied-face)
14187         (gnus-server-offline-face): Use renamed gnus faces.
14188
14189         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14190         Remove "-face" suffix from face names.
14191         (gnus-picon-xbm-face, gnus-picon-face):
14192         New backward-compatibility aliases for renamed faces.
14193
14194         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14195         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14196         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14197         (gnus-cite-11): Remove "-face" suffix from face names.
14198         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14199         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14200         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14201         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14202         New backward-compatibility aliases for renamed faces.
14203         (gnus-cite-attribution-face, gnus-cite-face-list)
14204         (gnus-article-boring-faces): Use renamed gnus faces.
14205
14206         * gnus-art.el (gnus-signature, gnus-header-from)
14207         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14208         (gnus-header-content): Remove "-face" suffix from face names.
14209         (gnus-signature-face, gnus-header-from-face)
14210         (gnus-header-subject-face, gnus-header-newsgroups-face)
14211         (gnus-header-name-face, gnus-header-content-face):
14212         New backward-compatibility aliases for renamed faces.
14213         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14214
14215         * gnus-sum.el (gnus-summary-selected-face)
14216         (gnus-summary-highlight): Use renamed gnus faces.
14217         * gnus-group.el (gnus-group-highlight): Likewise.
14218
14219 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14220
14221         * gnus-sieve.el (gnus-sieve-article-add-rule):
14222         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14223         * spam-stat.el (spam-stat-buffer-change-to-spam)
14224         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14225
14226         * message.el (message-is-yours-p):
14227         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14228
14229 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * mm-view.el (mm-inline-text): Withdraw the last change.
14232
14233 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14236         executing enriched-decode.
14237
14238 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14239
14240         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14241         charset of tar files.
14242
14243 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14244
14245         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14246
14247 2005-06-04  Lute Kamstra  <lute@gnu.org>
14248
14249         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14250         information is never recorded.
14251
14252 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14253
14254         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14255
14256 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14257
14258         * pop3.el (pop3-apop): Run md5 in the binary mode.
14259
14260         * starttls.el (starttls-set-process-query-on-exit-flag):
14261         Use eval-and-compile.
14262
14263 2005-05-31  Simon Josefsson  <jas@extundo.com>
14264
14265         * smime.el (smime-replace-in-string): Define.
14266         (smime-cert-by-ldap-1): Use it.
14267
14268 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14269
14270         * gnus-art.el (article-display-x-face): Replace
14271         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14272
14273         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14274         set-process-query-on-exit-flag or process-kill-without-query.
14275
14276         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14277         loop instead of replace-regexp.
14278
14279         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14280         instead of process-kill-without-query if it is available.
14281
14282         * lpath.el: Fbind ldap-search-entries.
14283
14284         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14285         instead of find-file-hooks if it is available.
14286
14287         * mml1991.el: Bind pgg-default-user-id when compiling.
14288
14289         * mml2015.el: Bind pgg-default-user-id when compiling.
14290
14291         * nndraft.el (nndraft-request-associate-buffer):
14292         Use write-contents-functions instead of write-contents-hooks if it is
14293         available.
14294
14295         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14296         instead of find-file-hooks if it is available.
14297
14298         * nntp.el (nntp-open-connection): Replace
14299         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14300         (nntp-open-ssl-stream): Ditto.
14301         (nntp-open-tls-stream): Ditto.
14302
14303         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14304         set-process-query-on-exit-flag or process-kill-without-query.
14305         (starttls-open-stream-gnutls): Use it instead of
14306         process-kill-without-query.
14307         (starttls-open-stream): Ditto.
14308
14309 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14310
14311         * smime.el (smime-cert-by-ldap-1): Don't use
14312         replace-regexp-in-string.
14313
14314 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14315
14316         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14317
14318         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14319         in PEM format.  Adjust to the XEmacs compability.
14320
14321 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14322
14323         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14324         by `string-to-number'.
14325         * gnus-agent.el (gnus-agent-regenerate-group)
14326         (gnus-agent-fetch-articles): Ditto.
14327         * gnus-art.el (gnus-button-fetch-group): Ditto.
14328         * gnus-cache.el (gnus-cache-generate-active)
14329         (gnus-cache-articles-in-group): Ditto.
14330         * gnus-group.el (gnus-group-set-current-level)
14331         (gnus-group-insert-group-line): Ditto.
14332         * gnus-score.el (gnus-score-set-expunge-below)
14333         (gnus-score-set-mark-below, gnus-summary-score-effect)
14334         (gnus-summary-score-entry): Ditto.
14335         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14336         (gnus-soup-pack): Ditto.
14337         * gnus-spec.el (gnus-xmas-format): Ditto.
14338         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14339         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14340         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14341         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14342         * nndb.el (nndb-get-remote-expire-response): Ditto.
14343         * nndiary.el (nndiary-parse-schedule-value)
14344         (nndiary-string-to-number, nndiary-request-replace-article)
14345         (nndiary-request-article): Ditto.
14346         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14347         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14348         * nneething.el (nneething-make-head): Ditto.
14349         * nnfolder.el (nnfolder-request-article)
14350         (nnfolder-retrieve-headers): Ditto.
14351         * nnheader.el (nnheader-file-to-number): Ditto.
14352         * nnkiboze.el (nnkiboze-request-article): Ditto.
14353         * nnmail.el (nnmail-process-unix-mail-format)
14354         (nnmail-process-babyl-mail-format): Ditto.
14355         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14356         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14357         (nnmh-request-create-group, nnmh-request-list-1)
14358         (nnmh-request-group, nnmh-request-article): Ditto.
14359         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14360         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14361         * nnsoup.el (nnsoup-make-active): Ditto.
14362         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14363         * nntp.el (nntp-find-group-and-number)
14364         (nntp-retrieve-headers-with-xover): Ditto.
14365         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14366         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14367         (pgg-format-key-identifier): Ditto.
14368         * pop3.el (pop3-last, pop3-stat): Ditto.
14369         * qp.el (quoted-printable-decode-region): Ditto.
14370
14371         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14372         of concat.
14373
14374 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14377
14378         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14379
14380         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14381
14382         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14383
14384         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14385
14386         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14387
14388         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14389         (gnus-carpal-mode): Ditto.
14390
14391         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14392         (gnus-browse-mode): Ditto.
14393
14394         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14395
14396         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14397
14398 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14399
14400         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14401
14402 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14403
14404         * gnus-util.el (gnus-run-mode-hooks): New function.
14405
14406         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14407
14408         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14409         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14410
14411 2005-05-27  Lute Kamstra  <lute@gnu.org>
14412
14413         * dns-mode.el (dns-mode): Specify customization group.
14414
14415 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14416
14417         * gnus-agent.el (gnus-agent-make-mode-line-string):
14418         Use mode-line-highlight as mouse-face.
14419
14420 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * canlock.el (canlock): Change the parent group to news.
14423
14424         * deuglify.el (gnus-outlook-deuglify): Add :group.
14425
14426         * dig.el (dig): Add :group.
14427
14428         * dns-mode.el (dns-mode): Add :group.
14429
14430         * encrypt.el (encrypt): Add :group.
14431
14432         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14433         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14434         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14435         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14436         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14437
14438         * gnus-diary.el (gnus-diary): Add :group.
14439
14440         * gnus.el (gnus-group-news-1-face): Add :group.
14441         (gnus-group-news-1-empty-face): Ditto.
14442         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14443         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14444         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14445         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14446         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14447         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14448         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14449         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14450         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14451         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14452         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14453         (gnus-summary-high-ticked-face): Ditto.
14454         (gnus-summary-low-ticked-face): Ditto.
14455         (gnus-summary-normal-ticked-face): Ditto.
14456         (gnus-summary-high-ancient-face): Ditto.
14457         (gnus-summary-low-ancient-face): Ditto.
14458         (gnus-summary-normal-ancient-face): Ditto.
14459         (gnus-summary-high-undownloaded-face): Ditto.
14460         (gnus-summary-low-undownloaded-face): Ditto.
14461         (gnus-summary-normal-undownloaded-face): Ditto.
14462         (gnus-summary-high-unread-face): Ditto.
14463         (gnus-summary-low-unread-face): Ditto.
14464         (gnus-summary-normal-unread-face): Ditto.
14465         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14466         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14467
14468         * hashcash.el (hashcash): New custom group.
14469         (hashcash-default-payment): Add :group.
14470         (hashcash-payment-alist): Ditto.
14471         (hashcash-default-accept-payment): Ditto.
14472         (hashcash-accept-resources): Ditto.
14473         (hashcash-path): Ditto.
14474         (hashcash-extra-generate-parameters): Ditto.
14475         (hashcash-double-spend-database): Ditto.
14476         (hashcash-in-news): Ditto.
14477
14478         * message.el (message-minibuffer-local-map): Add :group.
14479
14480         * netrc.el (netrc): Add :group.
14481
14482         * sieve-manage.el (sieve-manage-log): Add :group.
14483         (sieve-manage-default-user): Diito.
14484         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14485         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14486         (sieve-manage-authenticators): Ditto.
14487         (sieve-manage-authenticator-alist): Ditto.
14488         (sieve-manage-default-port): Ditto.
14489
14490         * sieve-mode.el (sieve-control-commands-face): Add :group.
14491         (sieve-action-commands-face): Ditto.
14492         (sieve-test-commands-face): Ditto.
14493         (sieve-tagged-arguments-face): Ditto.
14494
14495         * smime.el (smime): Add :group.
14496
14497         * spam-report.el (spam-report): Add :group.
14498
14499         * spam.el (spam, spam-face): Add :group.
14500
14501 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14502
14503         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14504         return \n.\n.\n at the end of articles.  Protect against that.
14505         (nntp-with-open-group): Allow debugging.
14506
14507         * nnheader.el (mail-header-set-extra): Make into a function
14508         because I just could't understand how to quote the list properly.
14509
14510         * dns.el (query-dns-cached): New function.
14511
14512 2005-05-26  Lute Kamstra  <lute@gnu.org>
14513
14514         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14515
14516 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14517
14518         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14519
14520         * gnus-art.el: Don't autoload mail-extract-address-components.
14521
14522         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14523         eval-and-compile to evaluate it.
14524
14525         * hashcash.el: Don't autoload executable-find.
14526
14527         * nndb.el: Don't declare the nndb back end two or more times; don't
14528         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14529
14530         * nntp.el: Autoload format-spec instead of format; use
14531         eval-and-compile to evaluate autoload forms.
14532
14533 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14534
14535         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14536
14537 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14538
14539         * gnus.el (gnus-version-number): Bump version.
14540
14541 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14542
14543         * gnus.el: No Gnus v0.3 is released.
14544
14545 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14546
14547         * lpath.el (featurep): Bind show-nonbreak-escape.
14548
14549 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14550
14551         * gnus-art.el (gnus-article-edit-part): Disable undo.
14552
14553 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14556         gnus-article-date-lapsed-new-header is t if date timer is active;
14557         skip headers in which the original date value is empty.
14558         (gnus-article-save-original-date): Redefine it as a macro.
14559         (gnus-display-mime): Use it.
14560
14561 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14562
14563         * gnus-art.el (article-date-ut): Support converting date in
14564         forwarded parts as well.
14565         (gnus-article-save-original-date): New function.
14566         (gnus-display-mime): Use it.
14567
14568 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14569
14570         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14571         enclosure element of <item>.
14572
14573 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14574
14575         * message.el (message-kill-buffer-query): Rename from
14576         `message-kill-buffer-query-if-modified'.  Add :version.
14577
14578 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14579
14580         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14581         window layout.
14582
14583 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14584
14585         * mml.el: Autoload dnd when compiling.
14586
14587 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14588
14589         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14590         x-dnd-*.
14591
14592 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14593
14594         * qp.el (quoted-printable-encode-region): Save excursion.
14595
14596 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14597
14598         * message.el (message-kill-buffer-query-if-modified): Add new variable
14599         so the user can kill a modified message buffer quickly.
14600         (message-kill-buffer): Use it.
14601
14602 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14603
14604         * lpath.el: Fbind display-time-event-handler; don't fbind
14605         string-to-multibyte.
14606
14607         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14608
14609 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14610
14611         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14612         contained in text because xml.el decodes entities) with LFs.
14613
14614 2005-04-11  Lute Kamstra  <lute@gnu.org>
14615
14616         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14617         differently.
14618
14619 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14620
14621         * mm-util.el (mm-detect-coding-region): Typo.
14622
14623 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14624
14625         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14626
14627 2005-04-06  Deepak Goel  <deego@gnufans.org>
14628
14629         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14630         user-function allow user modifications of the scores.
14631         (spam-stat-score-buffer-user): New function, to allow
14632         user-computed modifications to the score.
14633         (spam-stat-score-buffer-user-functions): List of additional
14634         scoring functions.
14635         (spam-stat-error-holder): Global temporary error holder.
14636         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14637         variable.
14638
14639 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14640
14641         * gnus-registry.el (gnus-registry-clean-empty-function)
14642         (gnus-registry-trim, gnus-registry-fetch-groups)
14643         (gnus-registry-delete-group): Groups that match
14644         `gnus-registry-ignored-groups' are removed from the registry
14645         entries, not just ignored for splitting.  This helps clean up the
14646         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14647         to get all the groups a message ID is in.
14648
14649         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14650         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14651         (spam-stat-score-buffer-user-functions): Add :number custom type.
14652
14653 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14656         argument in XEmacs.
14657
14658         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14659         (nnrss-request-group): Decode group name first.
14660         (nnrss-request-article): Make a text/plain article if mml-to-mime
14661         failed.
14662         (nnrss-get-encoding): Return a compatible encoding according to
14663         nnrss-compatible-encoding-alist.
14664         (nnrss-find-el): Use consp instead of listp.
14665         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14666
14667 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14668
14669         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14670         which Emacs 20 doesn't support.
14671         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14672
14673 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14674
14675         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14676         silence the byte compiler inside the defun.
14677
14678         * gnus-demon.el (parse-time-string): Add autoload.
14679
14680         * gnus-delay.el (parse-time-string): Add autoload.
14681
14682         * gnus-art.el (parse-time-string): Add autoload.
14683
14684         * nnultimate.el (parse-time): Require for `parse-time-string'.
14685
14686 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14687
14688         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14689
14690         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14691
14692         * smime.el (smime-ldap-host-list): Add :version.
14693
14694 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14695
14696         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14697         pass it to `gnus-browse-read-group'.
14698         (gnus-browse-read-group): Add NUMBER argument and pass it to
14699         `gnus-group-read-ephemeral-group'.
14700
14701         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14702         argument and pass it to `gnus-group-read-group'.
14703
14704 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14705
14706         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14707         mm-xemacs-find-mime-charset-1 if we have the mule feature
14708         available at runtime.
14709
14710 2005-03-25  Werner Lemberg  <wl@gnu.org>
14711
14712         * nnmaildir.el: Replace `illegal' with `invalid'.
14713
14714 2005-03-23  Lute Kamstra  <lute@gnu.org>
14715
14716         * time-date.el: Add comment on time value formats.
14717         Don't require parse-time.
14718         (with-decoded-time-value): New macro.
14719         (encode-time-value): New function.
14720         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14721         (days-to-time): Return a valid time value when arg is huge.
14722         (time-since): Use time-subtract.
14723         (time-to-number-of-days): Use time-to-seconds.
14724
14725 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14726
14727         * gnus-start.el (gnus-display-time-event-handler):
14728         Check display-time-timer at runtime rather than only at load time
14729         in case display-time-mode is turned off in the mean time.
14730
14731 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14732
14733         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14734         used.
14735
14736         * nneething.el (nneething-map-file-directory): Derive from
14737         `gnus-directory'.
14738
14739         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14740         the To/Cc button.
14741
14742 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14743
14744         * nnmaildir.el (nnmaildir-request-accept-article):
14745         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14746
14747 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14748
14749         * gnus-async.el: Require timer-funcs at compile time when in
14750         XEmacs for `run-with-idle-timer'.
14751
14752 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14753
14754         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14755         autoloaded function.
14756
14757 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14758
14759         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14760
14761 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14762
14763         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14764
14765 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14766
14767         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14768         Add gnus-expert-user to default.
14769
14770 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14771
14772         * nnimap.el (nnimap-open-server): Ditto.
14773
14774         * imap.el (imap-authenticate): Fix typo.
14775
14776 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14777
14778         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14779         buffer (since IMAP server might return FETCH response out of
14780         order, and the nntp buffer must be sorted).
14781
14782 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14783
14784         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14785         comparison on string.
14786
14787         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14788         (gnus-agent-score): Rename category keywords to match gnus-cus.
14789         (gnus-agent-summary-fetch-series): Modify to protect against
14790         gnus-agent-summary-fetch-group clearing processable flags.
14791         (gnus-agent-synchronize-group-flags): Update live group buffer as
14792         synchronization may occur due to the user toggle the plugged
14793         status.
14794         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14795         successfully downloaded.
14796         (gnus-agent-expire-group-1): Avoid using markers when the overview
14797         is in ascending order; greatly improves performance.
14798         (gnus-agent-regenerate-group):
14799         Use gnus-agent-synchronize-group-flags to reset read status in both
14800         gnus and server.
14801         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14802
14803 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14804
14805         * message.el: Don't autoload former message-utils variables.
14806         (message-strip-subject-trailing-was): Change doc string.
14807
14808         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14809         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14810         (nnweb-google-search): Add "hl=en" here.
14811         (nnweb-google-parse-1, nnweb-google-create-mapping):
14812         Don't hardcode URL.
14813
14814 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14815
14816         * message.el (message-get-reply-headers, message-followup):
14817         Mention related variables `message-use-followup-to' and
14818         `message-use-mail-followup-to', in the information buffer.
14819
14820         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14821         of broken groups(-beta).google.com.
14822
14823 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14824
14825         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14826         parameter to invoked gnus-request-move-article; remove the
14827         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14828         all at once instead of once per article.
14829         (gnus-summary-remove-process-mark): Accept a list of articles as
14830         well as a single article for processing.
14831
14832         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14833         parameter.
14834
14835         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14836
14837         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14838
14839         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14840         parameter.
14841
14842         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14843         parameter.
14844
14845         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14846         parameter and remove the gnus-sum-hint-move-is-internal variable.
14847
14848         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14849         parameter.
14850
14851         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14852         parameter.
14853
14854         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14855         parameter.
14856
14857         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14858
14859         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14860         parameter.
14861
14862         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14863         parameter.
14864
14865 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14866
14867         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14868         a more conservative way.
14869
14870 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14871
14872         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14873         buffer, so it moves the window's cursor.
14874
14875 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14876
14877         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14878         `mm-dissect-multipart' and receive the from field as an (optional)
14879         argument from `mm-dissect-multipart'.
14880         (mm-dissect-multipart): Receive the from field as an argument and
14881         pass it on when we call `mm-dissect-buffer' on MIME parts.
14882         Fixes verification/decryption of signed/encrypted MIME parts.
14883
14884 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14885
14886         * gnus-sum.el (gnus-summary-move-article):
14887         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14888         whatever it calls (right now, only nnimap-request-move article
14889         respects it).
14890
14891         * nnimap.el (nnimap-request-move-article):
14892         When gnus-sum-hint-move-is-internal is set, don't do the extra
14893         nnimap-request-article.
14894
14895 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14896
14897         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14898
14899         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14900         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14901
14902         * gnus-sum.el (gnus-summary-caesar-message):
14903         Apply `gnus-treat-article' after rotation.
14904
14905         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14906         doc string.
14907
14908 2005-02-22  Simon Josefsson  <jas@extundo.com>
14909
14910         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14911         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14912         <arne@arnested.dk>.
14913         (encrypt): Add password-cache and password-cache-expiry as group
14914         members.
14915
14916 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14917
14918         * smime.el (smime-ldap-host-list): Doc fix.
14919         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14920         cache) password.
14921         (smime-sign-region): Use it.
14922         (smime-decrypt-region): Use it.
14923         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14924         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14925         fails.
14926         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14927         certificate from DER to PEM format rather than calling openssl.
14928
14929         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14930
14931         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14932         for signing/encryption.
14933
14934         * mml.el (mml-parse-1): Use them.
14935
14936 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14937
14938         * nnrss.el (nnrss-verbose): Remove.
14939         (nnrss-request-group): Use `nnheader-message' instead.
14940
14941 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14942
14943         * nnrss.el (nnrss-verbose): New variable.
14944         (nnrss-request-group): Make it say nnrss is requesting a group.
14945
14946 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14947
14948         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14949         Handle news URL with given port correctly.
14950
14951 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14954         containing special characters.
14955
14956         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14957
14958         * mml.el (mime-to-mml): Ditto.
14959
14960         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14961         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14962         (rfc2047-decode-region): Quote decoded words containing special
14963         characters when rfc2047-quote-decoded-words-containing-tspecials
14964         is non-nil.
14965
14966 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14967
14968         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14969
14970         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14971
14972 2005-02-15  Simon Josefsson  <jas@extundo.com>
14973
14974         * nnimap.el (nnimap-debug): Doc fix.
14975
14976         * imap.el (imap-debug): Doc fix.
14977
14978 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14979
14980         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14981
14982 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14983
14984         * gnus.el (spam-contents): Improve docs for spam-contents
14985         parameter in its variable incarnation.
14986
14987 2005-02-14  Simon Josefsson  <jas@extundo.com>
14988
14989         * smime-ldap.el: Use require instead of load-library for ldap.
14990         (smime-ldap-search): Indent.
14991         (smime-ldap-search-internal): Shorten line.
14992
14993         * smime.el (smime-cert-by-dns): Add doc-string.
14994         (smime-cert-by-ldap-1): Indent.
14995
14996         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14997         mml-smime-get-dns-ldap.
14998         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14999
15000 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15001
15002         * smime.el: Require smime-ldap.
15003         (smime-ldap-host-list): New variable.
15004         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15005
15006         * mml-smime.el (mml-smime-encrypt-query): New function.
15007         (mml-smime-encrypt-query): Use it.
15008
15009         * smime-ldap.el: New file.
15010
15011 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15014
15015 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15016
15017         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15018         argument in doc string.  Make query for type more clear.
15019
15020 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15021
15022         * gnus.el (gnus-group-startup-message): Search for gnus images in
15023         etc/images/gnus.
15024         * mm-util.el (mm-image-load-path): Likewise.
15025         * smiley.el (smiley-data-directory): Search for smilies in
15026         etc/images/smilies.
15027
15028 2005-02-09  Kim F. Storm  <storm@cua.dk>
15029
15030         Change Emacs release version from 21.4 to 22.1 throughout.
15031         Change Emacs development version from 21.3.50 to 22.0.50.
15032
15033 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15034
15035         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15036
15037         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15038         non-Mule XEmacs as well.
15039         (mm-decompress-buffer): Signal an error intentionally if it does
15040         not decompress compressed data because auto-compression-mode is
15041         disabled.
15042
15043 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15044
15045         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15046         an ID in the registry even if it has no groups.
15047
15048 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15051         merge it into mm-decompress-buffer.
15052         (gnus-mime-copy-part): Use the MIME part charset, the value which
15053         a user specified or gnus-newsgroup-charset for decoding, like
15054         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15055         save-buffer what was used.  Suggested by Kevin Ryde
15056         <user42@zip.com.au>.
15057         (gnus-mime-inline-part): Allow the name parameter as well as the
15058         filename parameter; force decompressing of compressed data; always
15059         display contents being not decoded as unibyte.
15060
15061         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15062         as well as the filename parameter.
15063
15064         * mm-util.el (mm-decompress-buffer):
15065         Merge gnus-mime-jka-compr-maybe-uncompress.
15066         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15067         of compressed data.
15068
15069 2005-02-08  Simon Josefsson  <jas@extundo.com>
15070
15071         * imap.el (imap-log): Doc fix.
15072
15073 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15076         the coding cookies; decompress compressed parts.
15077
15078         * mml.el (mml-generate-mime-1): Add the charset parameter according
15079         to the value which a user specified manually or the coding cookie.
15080
15081         * mm-util.el (mm-string-to-multibyte): New function.
15082         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15083         (mm-coding-system-to-mime-charset): New function.
15084         (mm-decompress-buffer): New function.
15085         (mm-find-buffer-file-coding-system): New function.
15086
15087         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15088         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15089         parts.
15090
15091 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15092
15093         * mm-view.el (mm-display-inline-fontify): Decode a part according
15094         to the charset parameter.
15095
15096 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15097
15098         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15099         prefix arg is neither nil nor a number, as info specifies.
15100
15101 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15102
15103         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15104         timestamps.
15105
15106 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15107
15108         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15109         groups error checking and notify user.
15110
15111 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15112
15113         * message.el (message-send-mail-function): Check existence of
15114         sendmail-program first before using default value
15115         `message-send-mail-with-sendmail'.  Otherwise use more generic
15116         `smtpmail-send-it'.
15117
15118 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15119
15120         * nntp.el (nntp-request-update-info): Always return nil.
15121
15122 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15123
15124         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15125
15126 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15127
15128         * message.el (message-beginning-of-line): Change the behavior when
15129         invoked between BOL and : so that it first moves backward.
15130
15131 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15134         article buffer when editing of the article is discarded.
15135         (gnus-article-prepare): Revert.
15136
15137 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15138
15139         * gnus-art.el (gnus-article-prepare):
15140         Remove message-strip-forbidden-properties from the local hook.
15141
15142 2005-01-27  Simon Josefsson  <jas@extundo.com>
15143
15144         * password.el (password-cache-add): Only start one timer per key.
15145         Reported by Derek Atkins <warlord@MIT.EDU>.
15146
15147 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15148
15149         * run-at-time.el: Remove.  It is no longer needed as
15150         timer-funcs.el in the xemacs-base package has a working version of
15151         `run-at-time'.
15152
15153         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15154
15155         * password.el: Require timer-funcs instead of run-at-time in
15156         XEmacs.
15157         Remove `password-run-at-time' macro.
15158         (password-cache-add): Use `run-at-time' instead of
15159         `password-run-at-time'.
15160
15161         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15162         Remove `nnheader-cancel-function-timers' alias,
15163         `cancel-function-timers' exists in XEmacs in timer-funcs.
15164
15165         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15166         for `run-with-idle-timer'.
15167
15168         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15169         for `run-at-time'.
15170
15171         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15172         for `with-timeout'.
15173
15174         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15175         the same as for XEmacs 21.4.
15176         No need to ignore `run-with-idle-timer', this function exists in
15177         XEmacs now in timer-funcs.el in the xemacs-base package.
15178         (dgnushack-compile): No need to delete
15179         run-at-time.el from the list of files to compile because it
15180         doesn't exist anymore.
15181
15182 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15185         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15186
15187 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15188
15189         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15190         sensitively.
15191
15192 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15193
15194         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15195
15196 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15197
15198         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15199         which will be inserted according to the multibyteness of a buffer
15200         rather than the type of contents.  Suggested by ARISAWA Akihiro
15201         <ari@mbf.ocn.ne.jp>.
15202
15203         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15204         of string which old xml.el may return rather than a string.
15205
15206 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15209
15210 2005-01-16  Simon Josefsson  <jas@extundo.com>
15211
15212         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15213         idn/idna.el isn't available.
15214         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15215         <michael@waxrat.com>.
15216
15217         * hashcash.el: Remove non-FSF copyright header.
15218
15219         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15220         (hashcash-generate-payment): Use it.
15221         (hashcash-generate-payment-async): Use it.
15222
15223 2005-01-15  Simon Josefsson  <jas@extundo.com>
15224
15225         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15226         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15227
15228         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15229         gnus-summary-idna-message.
15230         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15231         (gnus-summary-idna-message): New function.
15232
15233 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15234
15235         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15236         gnus-novice-user.
15237
15238 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15239
15240         * nnrss.el (nnrss-request-delete-group): Delete entries in
15241         nnrss-group-alist as well.
15242         (nnrss-save-server-data): Insert newline.
15243
15244 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15245
15246         * gnus.el (gnus-user-agent): Use list of symbols instead of
15247         symbols.  Display full version number for (S)XEmacs.
15248         Optionally display (S)XEmacs codename.
15249
15250         * gnus-util.el (gnus-emacs-version): Update for new
15251         `gnus-user-agent'.
15252
15253         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15254         Gnus version.
15255
15256 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15257
15258         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15259         which is unreadable in some setups.
15260
15261 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * gnus-spec.el (gnus-update-format-specifications): Flush the
15264         group format spec cache if it doesn't support decoded group names.
15265
15266 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15267
15268         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15269         Allow to apply decay on score files matching a regexp.
15270
15271 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15272
15273         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15274         compatibility in %g and %c.
15275
15276 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15277
15278         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15279         name for only %g and %c.
15280         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15281         of gnus-tmp-group to decoded group name.
15282         (gnus-group-make-rss-group): Exclude `/'s from group names.
15283
15284 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15285
15286         * nnrss.el (nnrss-get-encoding): Fix regexp.
15287
15288 2004-12-27  Simon Josefsson  <jas@extundo.com>
15289
15290         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15291         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15292         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15293
15294 2004-12-17  Kim F. Storm  <storm@cua.dk>
15295
15296         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15297
15298         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15299
15300 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15301
15302         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15303
15304 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15305
15306         * nnrss.el: Require rfc2047 and mml.
15307         (nnrss-file-coding-system): New variable.
15308         (nnrss-format-string): Redefine it as an inline function.
15309         (nnrss-decode-group-name): New function.
15310         (nnrss-string-as-multibyte): Remove.
15311         (nnrss-retrieve-headers): Decode group name; don't use
15312         nnrss-format-string.
15313         (nnrss-request-group): Decode group name.
15314         (nnrss-request-article): Decode group name; allow a Message-ID as
15315         well as an article number; don't use nnrss-format-string; encode a
15316         Message-ID string which may contain non-ASCII characters; use
15317         mml-to-mime to compose a MIME article.
15318         (nnrss-request-expire-articles): Decode group name.
15319         (nnrss-request-delete-group): Decode group name.
15320         (nnrss-fetch): Clarify error message.
15321         (nnrss-read-server-data): Use insert-file-contents instead of load;
15322         bind file-name-coding-system; use multibyte buffer.
15323         (nnrss-save-server-data): Bind coding-system-for-write to the
15324         value of nnrss-file-coding-system; bind file-name-coding-system;
15325         add coding cookie.
15326         (nnrss-read-group-data): Use insert-file-contents instead of load;
15327         bind file-name-coding-system; use multibyte buffer.
15328         (nnrss-save-group-data): Bind coding-system-for-write to the
15329         value of nnrss-file-coding-system; bind file-name-coding-system.
15330         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15331         make it work with non-ASCII text.
15332         (nnrss-find-el): Make it work with old xml.el as well.
15333
15334 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15335
15336         * nnrss.el (nnrss-get-encoding): New function.
15337         (nnrss-fetch): Use unibyte buffer initially; bind
15338         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15339         decode contents according to the encoding attribute.
15340         (nnrss-save-group-data): Add coding cookie.
15341         (nnrss-mime-encode-string): New function.
15342         (nnrss-check-group): Use it to encode subject and author.
15343
15344 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15345
15346         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15347         imaginary variable.
15348
15349 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15352         correctly even if there are wide characters.
15353
15354 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15355
15356         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15357         downcased symbol names; make a new cache instead of reusing
15358         bbdb-hashtable.
15359
15360 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15363         concatenating segments rather than before concatenating them.
15364         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15365
15366         * message.el (message-get-reply-headers): Bind `extra'.
15367
15368 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15369
15370         * message.el (message-extra-wide-headers): New variable.
15371         (message-get-reply-headers): Use it.
15372
15373 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15374
15375         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15376         (gnus-agent-group-pathname): Ditto.
15377
15378         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15379
15380         * gnus-group.el (gnus-group-make-group): Decode group name.
15381         (gnus-group-make-rss-group): Register the group data after opening
15382         the nnrss group.
15383
15384 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15385
15386         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15387         by expiry now get marked as read.
15388
15389 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15390
15391         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15392
15393 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15394
15395         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15396         unify Latin characters in XEmacs.
15397         (mm-find-mime-charset-region): Use it.
15398
15399 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15400
15401         * gnus-util.el (gnus-delete-directory): New function.
15402
15403         * gnus-agent.el (gnus-agent-delete-group): Use it.
15404
15405         * gnus-cache.el (gnus-cache-delete-group): Use it.
15406
15407 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15408
15409         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15410         names.
15411
15412 2004-12-16  Simon Josefsson  <jas@extundo.com>
15413
15414         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15415
15416 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15417
15418         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15419
15420         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15421         (gnus-group-set-current-level): Decode group name.
15422
15423 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15424
15425         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15426         failed.
15427
15428 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15429
15430         * gnus-group.el (gnus-group-delete-group): Decode group name.
15431         (gnus-group-make-rss-group): Encode group name.
15432         (gnus-group-catchup-current): Decode group name.
15433         (gnus-group-kill-group): Decode group name.
15434
15435 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15436
15437         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15438
15439 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15440
15441         * gnus-group.el (gnus-group-make-rss-group):
15442         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15443
15444         * gnus-start.el (gnus-setup-news): Honor user's setting to
15445         gnus-message-archive-method.  Suggested by Lute Kamstra
15446         <lute@gnu.org>.
15447
15448 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15449
15450         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15451         global counterparts of the buffer-local variables.
15452
15453 2004-11-16  Romain Francoise  <romain@orebokech.com>
15454
15455         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15456         counterparts of the buffer-local variables.
15457
15458 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15459
15460         * message.el (message-forbidden-properties): Fix typo in doc
15461         string.
15462
15463 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15464
15465         * gnus-util.el (gnus-replace-in-string): Add doc string.
15466
15467         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15468         to avoid problems when splitting mails with many recipients.
15469
15470 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15471
15472         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15473         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15474
15475 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15476
15477         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15478         if there is no hashtable in memory or file modification time is
15479         newer than cached timestamp.
15480
15481 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15482
15483         * gnus-sum.el (gnus-summary-limit-to-recipient):
15484         Implement not-matching option.
15485
15486 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15487
15488         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15489         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15490         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15491         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15492         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15493         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15494
15495 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15496
15497         * message.el (message-forward-make-body-mml): Remove headers
15498         according to message-forward-ignored-headers if a message is decoded.
15499
15500 2004-12-02  Romain Francoise  <romain@orebokech.com>
15501
15502         * message.el (message-forward-make-body-plain): Always remove
15503         headers according to message-forward-ignored-headers.
15504
15505 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15506
15507         * spam.el (spam-summary-prepare-exit): Remove the
15508         gnus-summary-limit pop for now, it has problems with ham marks for
15509         me.
15510
15511 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15512
15513         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15514         correctly.
15515
15516 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15517
15518         * format-spec.el (format-spec): Message the char.
15519
15520 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15521
15522         * gnus-art.el (gnus-split-methods): Reformat comments.
15523
15524         * spam.el (spam-summary-prepare-exit): Remove article limits
15525         before exiting the summary buffer.
15526
15527 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15528
15529         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15530         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15531
15532         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15533         order to silence the byte compiler.
15534
15535         * spam.el: Fix the way to silence the byte compiler, which
15536         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15537         bbdb-search-simple, spam-BBDB-register-routine,
15538         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15539         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15540         spam-stat-buffer-is-spam, spam-stat-load,
15541         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15542         spam-stat-save and spam-stat-split-fancy.
15543
15544 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15545
15546         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15547         which may confuse users.
15548         (canlock-password-for-verify): Ditto.
15549
15550         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15551
15552         * gnus-art.el (gnus-emphasis-alist): Ditto.
15553
15554         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15555
15556         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15557
15558         * gnus-start.el (gnus-save-killed-list): Ditto.
15559
15560         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15561         (gnus-sum-thread-tree-root): Ditto.
15562         (gnus-sum-thread-tree-false-root): Ditto.
15563         (gnus-sum-thread-tree-single-indent): Ditto.
15564
15565         * message.el (message-courtesy-message): Ditto.
15566         (message-archive-note): Ditto.
15567         (message-subscribed-address-file): Ditto.
15568         (message-user-fqdn): Ditto.
15569
15570         * spam-report.el (spam-report-gmane-regex): Ditto.
15571
15572         * spam.el (spam-blackhole-good-server-regex): Ditto.
15573
15574 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15575
15576         * mml.el (mml-preview): Widen the message buffer before copying
15577         the contents to the preview buffer; sort headers before previewing.
15578
15579         * message.el (message-hidden-headers): Fix the way to avoid a bug
15580         in the `repeat' widget in Emacs 21.3 or earlier.
15581
15582 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15583
15584         * message.el (message-hidden-headers): Default to "^References:".
15585         Improve customization type.  Suggested by Reiner Steib
15586         <Reiner.Steib@gmx.de>.
15587
15588 2004-11-25  Romain Francoise  <romain@orebokech.com>
15589
15590         * message.el (message-strip-forbidden-properties): Remove check for
15591         obsolete `message-hidden' text property, hidden headers are not
15592         accessible in the buffer anymore.
15593
15594 2004-11-22  Romain Francoise  <romain@orebokech.com>
15595
15596         * message.el (message-header-format-alist): Add `From' in list
15597         so that it can be sorted.
15598         (message-fix-before-sending): Widen and sort headers before
15599         sending.
15600         (message-hide-headers): Use narrowing to hide headers by moving
15601         them to the top of the buffer and narrowing to the region
15602         underneath.
15603
15604 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15605
15606         * message.el (message-strip-forbidden-properties):
15607         Bind buffer-read-only (etc) to nil.
15608
15609 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15610
15611         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15612         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15613
15614 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15615
15616         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15617
15618 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15619
15620         * dns.el (query-dns): Use sit-for to time instead of
15621         accept-process-output, since that doesn't seem to work on udp
15622         sockets.
15623
15624 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15625
15626         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15627
15628 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15629
15630         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15631         doc string.  Improve doc string.
15632
15633 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15634
15635         * nntp.el (nntp-request-update-info): Return nil if
15636         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15637         may not call gnus-activate-group which uselessly issues the GROUP
15638         commands for all nntp groups and wastes time.  Reported by Romain
15639         Francoise <romain@orebokech.com>.
15640
15641         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15642
15643 2004-11-15  Simon Josefsson  <jas@extundo.com>
15644
15645         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15646         headers separately.
15647         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15648         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15649
15650 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15651
15652         * gnus-start.el (gnus-convert-old-newsrc):
15653         Assign legacy-gnus-agent to 5.10.7.
15654
15655 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15656
15657         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15658         start of the lines.
15659
15660 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15661
15662         * hashcash.el (hashcash-default-payment): Change default to 20.
15663         (hashcash-default-accept-payment): Change default to 20.
15664         (hashcash-process-alist): New variable.
15665         (hashcash-generate-payment-async): Add.
15666         (hashcash-already-paid-p): Add.
15667         (hashcash-insert-payment): Don't generate payments twice.
15668         (hashcash-insert-payment-async): Add.
15669         (hashcash-insert-payment-async-2): Add.
15670         (hashcash-cancel-async): Add.
15671         (hashcash-wait-async): Add.
15672         (hashcash-processes-running-p): Add.
15673         (hashcash-wait-or-cancel): Add.
15674         (mail-add-payment): New optional argument.  Conditionally start
15675         asynchronous calculation.
15676         (mail-add-payment-async): Add.
15677
15678         * message.el (message-send-mail): Wait for asynchronous hashcash
15679         results.  Don't clobber existing X-Hashcash headers.
15680         (message-setup-1): Call mail-add-payment-async when
15681         message-generate-hashcash is non-nil.
15682
15683 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15684
15685         * message.el (message-use-alternative-email-as-from): Examine the
15686         From header as well; use message-make-from in order to include a
15687         user's full name.
15688
15689 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15690
15691         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15692         default; improve customization type.
15693         (gnus-emphasis-custom-with-format): New macro.
15694         (gnus-emphasis-custom-value-to-external): New function.
15695         (gnus-emphasis-custom-value-to-internal): New function.
15696
15697 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15698
15699         * dns.el (query-dns): Resolve reverse addresses.
15700
15701 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15702
15703         * gnus-group.el (gnus-group-get-new-news): Use it.
15704
15705         * gnus-start.el (gnus-check-reasonable-setup): New function.
15706
15707 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15710         "Args out of range" error.  Reported by Arnaud Giersch
15711         <arnaud.giersch@free.fr>.
15712
15713 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15714
15715         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15716
15717 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15718
15719         * spam.el (spam group): Add :version.
15720
15721         * pgg-def.el (pgg group): Add :version.
15722
15723 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15724
15725         * gnus-art.el (gnus-article-edit-article): Don't associate the
15726         article buffer with a draft file.  This is a temporary measure
15727         against the 2004-08-22 change to gnus-article-edit-mode.
15728
15729 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15732         (html2text-format-tags): Remove unused variable `attr'.
15733
15734 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15735
15736         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15737
15738         * tls.el (tls-process-connection-type, tls-success)
15739         (tls-certtool-program): Add :version.
15740
15741         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15742         (starttls-extra-arguments, starttls-process-connection-type)
15743         (starttls-connect, starttls-failure, starttls-success): Add :version.
15744
15745         * spam-stat.el (spam-stat): Add :version.
15746
15747         * sieve.el (sieve): Add :version.
15748
15749         * sha1.el (sha1): Add :version.
15750         (sha1-use-external): Remove redundant version.
15751
15752         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15753         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15754         (nnmail-split-fancy-match-partial-words)
15755         (nnmail-split-lowercase-expanded): Add :version.
15756
15757         * nndiary.el (nndiary): Add :version.
15758
15759         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15760
15761         * mml-sec.el (mml-default-sign-method)
15762         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15763         Add :version.
15764
15765         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15766
15767         * mm-url.el (mm-url-use-external, mm-url-program)
15768         (mm-url-arguments): Add :version.
15769
15770         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15771         (mm-attachment-file-modes, mm-decrypt-option)
15772         (mm-w3m-safe-url-regexp): Add :version.
15773
15774         * message.el (message-cite-prefix-regexp)
15775         (message-sendmail-envelope-from, message-minibuffer-local-map)
15776         (message-user-fqdn, message-completion-alist): Add :version.
15777
15778         * gnus-win.el (gnus-configure-windows-hook)
15779         (gnus-use-frames-on-any-display): Add :version.
15780
15781         * gnus-art.el (gnus-article-address-banner-alist)
15782         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15783         (gnus-treat-from-picon, gnus-treat-mail-picon)
15784         (gnus-treat-x-pgp-sig): Add :version.
15785
15786         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15787         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15788         (gnus-summary-article-delete-hook)
15789         (gnus-summary-display-while-building): Add :version.
15790
15791         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15792         (gnus-get-top-new-news-hook): Add :version.
15793
15794         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15795         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15796
15797         * gnus-registry.el (gnus-registry): Add :version.
15798
15799         * gnus-spec.el (gnus-use-correct-string-widths)
15800         (gnus-make-format-preserve-properties): Add :version.
15801
15802         * gnus.el (gnus-group-charter-alist)
15803         (gnus-group-fetch-control-use-browse-url)
15804         (gnus-install-group-spam-parameters): Add :version.
15805
15806         * gnus-diary.el (gnus-diary): Add :version.
15807
15808         * gnus-delay.el (gnus-delay): Add :version.
15809
15810         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15811         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15812         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15813         Add :version.
15814
15815         * gnus-agent.el (gnus-agent-max-fetch-size)
15816         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15817         (gnus-agent-prompt-send-queue): Add :version.
15818
15819         * deuglify.el (gnus-outlook-deuglify): Add :version.
15820
15821         * html2text.el: Beautify code.  Improve doc strings.
15822         Some checkdoc cleanup.
15823         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15824
15825 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15826
15827         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15828
15829 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15830
15831         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15832         when package is loaded.
15833
15834         * spam.el (spam-summary-score-preferred-header): Add global preference
15835         for people who want to override the default SpamAssassin over
15836         Bogofilter preference (when both are set).
15837         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15838         (spam-user-format-function-S):
15839         Check spam-summary-score-preferred-header.
15840         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15841         (spam-user-format-function-S): Format the score correctly.
15842
15843 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15844
15845         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15846         signature file.  Suggested by Manoj Srivastava
15847         <srivasta@golden-gryphon.com>.
15848
15849         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15850         iso-2022-jp even in the Japanese language environment.
15851         Suggested by Jason Rumney <jasonr@gnu.org>.
15852
15853 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15856         use the same characters as the dummy marks; make it free from
15857         getting affected by the language environment.
15858         (gnus-summary-read-group-1): Update mark positions only when the
15859         format spec is updated.
15860
15861         * gnus-spec.el (gnus-update-format-specifications): Return a list
15862         of updated types.
15863
15864 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15865
15866         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15867         of boundp to check if display-warning is available.
15868
15869 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15870
15871         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15872
15873 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15874
15875         * nnspool.el (nnspool-spool-directory): Use news-path if the
15876         news-directory variable is not bound.
15877
15878         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15879         function instead of display-warning if it is not available.
15880
15881 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15882
15883         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15884         v5-10: Use `point-at-bol'.
15885
15886 2004-10-26  Simon Josefsson  <jas@extundo.com>
15887
15888         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15889         <chenggao@gmail.com>.
15890
15891 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15892
15893         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15894         instead.
15895
15896 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15897
15898         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15899         to remove a server from the nnimap-server-buffer-alist.
15900         (nnimap-open-connection, nnimap-close-server): Use it.
15901
15902         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15903
15904 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15905
15906         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15907         running the major-mode function.
15908
15909 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15910
15911         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15912         dummy marks in the right way.
15913
15914 2004-10-18  David Edmondson  <dme@dme.org>
15915
15916         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15917         excessively.
15918
15919 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15920
15921         * gnus-util.el (gnus-split-references): Accept a nil references
15922         string and go on blissfully.
15923
15924         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15925         cases where the references string is non-nil but has no references.
15926
15927         * encrypt.el: Add autoload tags.
15928
15929         * spam.el (spam-resolve-registrations-routine): Remove article
15930         from unregistration list too.  Reported by David Hanak
15931         <dhanak@isis.vanderbilt.edu>
15932
15933 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15934
15935         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15936         nil.  Change custom type.
15937
15938 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15939
15940         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15941
15942         * gnus-sum.el (gnus-summary-move-article): Use it.
15943
15944 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15945
15946         * encrypt.el: Add autoload cookies.
15947
15948         * spam.el (spam-backend-article-list-property)
15949         (spam-backend-get-article-todo-list)
15950         (spam-backend-put-article-todo-list)
15951         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15952         Resolve registrations separately.
15953         (spam-register-routine): Format comments.
15954         (spam-unregister-routine, spam-register-routine): Always call with
15955         specific-articles, no default list.
15956         (spam-summary-prepare-exit): Use the spam-classifications function.
15957
15958         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15959         gnus-encrypt.el.
15960
15961         * encrypt.el: Copied from gnus-encrypt.el.
15962
15963         * gnus-encrypt.el: Commented that it's obsolete.
15964
15965 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15966
15967         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15968         (gnus-score-save): Use it.
15969
15970         * message.el (message-bury): Use `window-dedicated-p'.
15971
15972 2004-10-15  Simon Josefsson  <jas@extundo.com>
15973
15974         * pop3.el (top-level): Don't require nnheader.
15975         (pop3-read-timeout): Add.
15976         (pop3-accept-process-output): Add.
15977         (pop3-read-response, pop3-retr): Use it.
15978
15979 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15980
15981         * spam.el (spam-register-routine): Move comment.
15982         (spam-verify-bogofilter): Use 'unknown for the initial
15983         spam-bogofilter-valid state, not 'never.
15984
15985         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15986         for netrc-machine.
15987
15988         * nnimap.el (nnimap-open-connection):
15989         Use netrc-machine-user-or-password.
15990
15991 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15992
15993         * gnus-registry.el (gnus-registry-unload-hook):
15994         Set as a variable with add-hook.
15995
15996         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15997         of news-path.
15998
15999         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16000
16001         * spam.el: Delete duplicate `provide'.
16002         (spam-unload-hook): Set as a variable with add-hook.
16003
16004 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16005
16006         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16007         in the doc string.
16008
16009         * message.el (message-ignored-news-headers)
16010         (message-ignored-supersedes-headers)
16011         (message-ignored-resent-headers)
16012         (message-forward-ignored-headers): Improve custom type.
16013
16014 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16015
16016         * message.el (message-tokenize-header): Fix 2004-09-06 change
16017         which used point-min in the wrong place.
16018
16019 2004-10-12  Simon Josefsson  <jas@extundo.com>
16020
16021         * tls.el (tls-certtool-program): New variable.
16022         (tls-certificate-information): New function, based on
16023         ssl-certificate-information.
16024
16025 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16026
16027         * compface.el: Move the version of ELisp-based uncompface program
16028         to the contrib directory because of the copyright problem.
16029
16030 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16031
16032         * message.el (message-kill-buffer): Raise the current frame.
16033
16034 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16035
16036         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16037
16038         * gnus.el (message-y-or-n-p): Autoload.
16039
16040         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16041         (pop3-password-required, pop3-authentication-scheme)
16042         (pop3-leave-mail-on-server): Make customizable.
16043         (pop3): New custom group.
16044         (pop3-retr): Remove `sleep-for' statements.
16045         Suggested by Dave Love <fx@gnu.org>.
16046
16047         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16048         Windows/DOS.
16049
16050         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16051         (imap-parse-body): Fix incorrect use of `assert'.
16052         Suggested by Dave Love <fx@gnu.org>.
16053
16054         * mml.el (mml-minibuffer-read-disposition): Require match.
16055         Suggested by Dave Love <fx@gnu.org>.
16056
16057 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16058
16059         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16060         doc string.
16061
16062 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16063
16064         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16065
16066 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16067
16068         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16069         instead of calling `mm-insert-inline', to decode text/* parts
16070         before displaying them.
16071
16072 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * mm-uu.el (mm-uu-text-plain-type): New variable.
16075         (mm-uu-pgp-signed-extract-1): Use it.
16076         (mm-uu-pgp-encrypted-extract-1): Use it.
16077         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16078         bind mm-uu-text-plain-type with that value.
16079         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16080         mm-uu-dissect.
16081
16082 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16083
16084         * gnus-group.el (gnus-update-group-mark-positions):
16085         * gnus-sum.el (gnus-update-summary-mark-positions):
16086         * message.el (message-check-news-body-syntax):
16087         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16088         of string-as-multibyte.
16089
16090 2004-10-05  Juri Linkov  <juri@jurta.org>
16091
16092         * gnus-group.el (gnus-update-group-mark-positions):
16093         * gnus-sum.el (gnus-update-summary-mark-positions):
16094         * message.el (message-check-news-body-syntax):
16095         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16096         8-bit unibyte values to a multibyte string for search functions.
16097
16098 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16099
16100         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16101         (mm-uu-dissect-text-parts): New function.
16102
16103         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16104         dissect text parts.
16105
16106         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16107         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16108
16109         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16110
16111         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16112         Use gnus-current-topics instead of gnus-current-topic.
16113
16114 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16115
16116         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16117
16118 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16119
16120         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16121         where approriate.
16122
16123         * nnml.el (nnml-generate-active-info): do.
16124
16125         * nndiary.el (nndiary-generate-active-info): do.
16126
16127         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16128         (gnus-topic-move): do.
16129
16130         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16131         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16132
16133         * gnus-srvr.el (gnus-server-prepare)
16134         (gnus-server-open-all-servers): do.
16135
16136         * gnus-msg.el (gnus-summary-cancel-article)
16137         (gnus-summary-resend-message)
16138         (gnus-summary-mail-crosspost-complaint): do.
16139
16140         * gnus-move.el (gnus-change-server): do.
16141
16142         * gnus-group.el (gnus-group-unmark-all-groups)
16143         (gnus-group-set-current-level): do.
16144
16145 2004-10-04  Simon Josefsson  <jas@extundo.com>
16146
16147         * message.el (message-generate-hashcash): Doc fix.
16148
16149 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16150
16151         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16152         avoid infinite recursion via gnus-get-function.
16153
16154 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16155
16156         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16157
16158         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16159
16160         * nnmail.el (nnmail-split-history): do.
16161
16162         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16163         (nnml-request-delete-group): do.
16164
16165         * nnslashdot.el (nnslashdot-read-groups): do.
16166
16167         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16168         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16169
16170         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16171         (nnspool-sift-nov-with-sed): Use last.
16172         (nnspool-retrieve-headers-with-nov): Use mapc.
16173         (nnspool-request-newgroups): Use dolist.
16174         (nnspool-request-group): Use last.
16175
16176         * nntp.el (nntp-read-server-type): Use dolist.
16177
16178         * nnvirtual.el (nnvirtual-create-mapping)
16179         (nnvirtual-update-read-and-marked): Use dolist.
16180         (nnvirtual-convert-headers): Simplify.
16181
16182 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16183
16184         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16185         Add support for sync'ing tick marks.
16186
16187 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16188
16189         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16190         there's no visible header.
16191
16192 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16193
16194         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16195         When necessary, pass full group name to gnus-request-set-marks.
16196
16197 2004-10-01  Simon Josefsson  <jas@extundo.com>
16198
16199         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16200         acroread.
16201
16202 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16203
16204         * spam-report.el (spam-report-gmane): Fix interactive.
16205
16206         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16207
16208         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16209         when writing file.
16210         (gnus-agent-synchronize-flags): Don't default to being
16211         interactive.
16212
16213 2004-09-30  Simon Josefsson  <jas@extundo.com>
16214
16215         * message.el (message-generate-hashcash): Add.
16216         (message-send-mail): Use it, call mail-add-payment.
16217
16218 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16219
16220         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16221
16222 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16223
16224         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16225         gnus-requst-update-info with explicit code to sync the in-memory
16226         info read flags with the marks being sync'd to the backend.
16227
16228         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16229
16230 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16231
16232         * spam.el (spam-verify-bogofilter): Add new function.
16233         (spam-check-bogofilter)
16234         (spam-bogofilter-register-with-bogofilter): Use it.
16235         (spam-verify-bogofilter): Add small fixes.
16236
16237 2004-09-28  Simon Josefsson  <jas@extundo.com>
16238
16239         * hashcash.el (hashcash-generate-payment): Revert.
16240
16241 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16242
16243         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16244         Use gnus-extract-references instead of gnus-split-references.
16245
16246         * gnus-util.el (gnus-extract-references): Add new function, analogous
16247         to gnus-split-references but extracts only the message-ID without
16248         anything extra.
16249
16250         * hashcash.el (hashcash-generate-payment)
16251         (hashcash-check-payment): Do the right thing if hashcash-path is
16252         nil (because the hashcash program could not be found).
16253
16254         * spam.el (spam-use-hashcash): Remove comment.
16255
16256 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16257
16258         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16259         (gnus-cache-enter-article, gnus-cache-remove-article)
16260         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16261
16262         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16263
16264         * gnus-art.el (article-hide-boring-headers)
16265         (article-translate-strings, article-display-face)
16266         (gnus-article-mime-match-handle-first)
16267         (gnus-article-highlight-headers)
16268         (gnus-article-add-buttons-to-head): do.
16269
16270 2004-09-27  Simon Josefsson  <jas@extundo.com>
16271
16272         * hashcash.el: New version, from
16273         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16274         ../contrib/.
16275
16276 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16277
16278         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16279
16280 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16281
16282         * gnus-dup.el (gnus-dup-open): Use mapc.
16283         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16284
16285         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16286         Reported by Stefan Wiens <s.wi@gmx.net>.
16287
16288         * gnus.el (gnus-shutdown): Use dolist.
16289
16290         * gnus-undo.el (gnus-undo): Use mapc.
16291
16292         * nnrss.el (nnrss-generate-active): do.
16293
16294         * message.el (message-cite-original-without-signature)
16295         (message-cite-original): Use mapc.
16296         (message-do-actions, message-make-forward-subject): Use dolist.
16297
16298 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16299
16300         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16301         deletion to remove entire duplicate line.  Fixes merged article
16302         number bug.
16303
16304 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16305
16306         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16307         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16308         first ask if you want to open a server and then, even when you
16309         responded with no, asking if you want to synchronize the server's
16310         flags.
16311         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16312         multi-line expressions.
16313         (gnus-agent-synchronize-group-flags): New internal function.
16314         Updates marks in memory (in the info structure) AND in the
16315         backend.
16316
16317         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16318
16319         * nnagent.el (nnagent-request-set-mark):
16320         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16321         method, to ensure that synchronization updates marks in the
16322         backend and in the info (in memory) structure.
16323
16324 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16325
16326         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16327         convention fully; don't miss the root article of a thread; make
16328         the X-Draft-From header with correct article numbers.
16329
16330 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16331
16332         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16333         unless plugged.  Disable the agent so that an open failure causes
16334         an error.
16335
16336         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16337         Revert 2004-09-21 change.  The backend must be opened while
16338         synchronizing flags even when the backend stores the flags
16339         locally.
16340
16341 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16342
16343         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16344         in `header' match.  Reported by Svend Tollak Munkejord.
16345
16346         * message.el (message-cite-original): Fix use of
16347         `message-cite-articles-with-x-no-archive'.
16348
16349 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16350
16351         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16352         (gnus-window-to-buffer): Ditto.
16353
16354         * mml.el (mml-preview-buffer): New variable.
16355         (mml-preview): Manage window layout with gnus-buffer-configuration.
16356
16357         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16358         X-Draft-From header even if those articles aren't quoted.
16359
16360 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16361
16362         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16363         (gnus-request-set-mark, gnus-request-update-mark): Use new
16364         g-s-t-u-l-m to decide to use backend even when unplugged.
16365
16366 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16367
16368         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16369         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16370
16371 2004-09-20  Simon Josefsson  <jas@extundo.com>
16372
16373         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16374         "utf-16-le".
16375
16376 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16377
16378         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16379
16380 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16381
16382         * uudecode.el (uudecode-use-external): Add :version.
16383
16384         * smime.el (smime-CA-file, smime-encrypt-cipher)
16385         (smime-dns-server): Add :version.
16386
16387         * smiley.el (gnus-smiley-file-types): Add :version.
16388
16389         * sha1.el (sha1-use-external): Add :version.
16390
16391         * pgg-def.el (pgg-query-keyserver): Add :version.
16392
16393         * nnmail.el (nnmail-fancy-expiry-targets)
16394         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16395         Add :version.
16396
16397         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16398         (nnimap-retrieve-groups-asynchronous): Add :version.
16399         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16400
16401         * mml.el (mml-content-disposition-parameters)
16402         (mml-insert-mime-headers-always): Add :version.
16403
16404         * mm-util.el (mm-coding-system-priorities): Add :version.
16405
16406         * mm-decode.el (mm-inline-text-html-with-images)
16407         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16408         (mm-verify-option): Add :version.
16409         (mm-text-html-renderer): Change :version.
16410
16411         * message.el (message-fcc-externalize-attachments)
16412         (message-required-headers, message-draft-headers)
16413         (message-subject-trailing-was-query)
16414         (message-subject-trailing-was-ask-regexp)
16415         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16416         (message-mark-insert-end, message-archive-header)
16417         (message-archive-note, message-cross-post-default)
16418         (message-cross-post-note, message-followup-to-note)
16419         (message-cross-post-note-function, message-use-mail-followup-to)
16420         (message-subscribed-address-functions)
16421         (message-subscribed-address-file, message-subscribed-addresses)
16422         (message-subscribed-regexps, message-allow-no-recipients)
16423         (message-yank-cited-prefix, message-signature-insert-empty-line)
16424         (message-hidden-headers, message-hierarchical-addresses)
16425         (message-mail-user-agent, message-use-idna)
16426         (message-valid-fqdn-regexp)
16427         (message-strip-special-text-properties, message-header-synonyms)
16428         (message-beginning-of-line, message-tab-body-function): Add :version.
16429         (message-insert-canlock, message-wide-reply-confirm-recipients):
16430         Change :version.
16431
16432         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16433         and :version.
16434         (mail-source-delete-old-incoming-confirm)
16435         (mail-source-movemail-program): Add :version.
16436
16437         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16438         (gnus-agent-cache, gnus-agent): Change :version.
16439
16440         * gnus-util.el (gnus-use-byte-compile): Change :version.
16441
16442         * gnus-sum.el (gnus-summary-make-false-root-always)
16443         (gnus-summary-default-high-score)
16444         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16445         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16446         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16447         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16448         (gnus-sum-thread-tree-single-indent)
16449         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16450         (gnus-sum-thread-tree-leaf-with-other)
16451         (gnus-sum-thread-tree-single-leaf): Add :version.
16452         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16453         (gnus-article-loose-mime): Change :version.
16454
16455         * gnus-start.el (gnus-backup-startup-file)
16456         (gnus-save-startup-file-via-temp-buffer): Add :version.
16457
16458         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16459         (gnus-server-offline-face): Add :version.
16460
16461         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16462
16463         * gnus-msg.el (gnus-gcc-externalize-attachments)
16464         (gnus-debug-files, gnus-debug-exclude-variables)
16465         (gnus-discouraged-post-methods): Change :version.
16466         (gnus-confirm-mail-reply-to-news)
16467         (gnus-confirm-treat-mail-like-news): Add :version.
16468
16469         * gnus-int.el (gnus-server-unopen-status): Add :version.
16470
16471         * gnus-group.el (gnus-group-jump-to-group-prompt)
16472         (gnus-large-ephemeral-newsgroup)
16473         (gnus-fetch-old-ephemeral-headers): Add :version.
16474
16475         * gnus-fun.el (gnus-x-face-directory)
16476         (gnus-convert-pbm-to-x-face-command)
16477         (gnus-convert-image-to-x-face-command)
16478         (gnus-convert-image-to-face-command): Add :version.
16479
16480         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16481
16482         * gnus-cite.el (gnus-cite-blank-line-after-header)
16483         (gnus-article-boring-faces): Add :version.
16484
16485         * gnus-art.el (gnus-buttonized-mime-types)
16486         (gnus-inhibit-mime-unbuttonizing)
16487         (gnus-treat-display-face)
16488         (gnus-treat-body-boundary): Change :version.
16489         (gnus-body-boundary-delimiter, gnus-picon-databases)
16490         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16491         (gnus-treat-date-english, gnus-treat-fold-headers)
16492         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16493         (gnus-treat-mail-picon, gnus-treat-wash-html)
16494         (gnus-article-encrypt-protocol)
16495         (gnus-use-idna, gnus-article-over-scroll)
16496         (gnus-mime-display-multipart-alternative-as-mixed)
16497         (gnus-mime-display-multipart-related-as-mixed)
16498         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16499         (gnus-ctan-url, gnus-button-ctan-handler)
16500         (gnus-button-handle-ctan-bogus-regexp)
16501         (gnus-button-ctan-directory-regexp)
16502         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16503         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16504         (gnus-button-man-level, gnus-button-emacs-level)
16505         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16506
16507         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16508         (gnus-agent-go-online): Change :version.
16509         (gnus-agent-expire-unagentized-dirs)
16510         (gnus-agent-auto-agentize-methods): Add :version.
16511
16512         * flow-fill.el (fill-flowed-display-column)
16513         (fill-flowed-encode-column): Add :version.
16514
16515         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16516         (gnus-outlook-deuglify-unwrap-max)
16517         (gnus-outlook-deuglify-cite-marks)
16518         (gnus-outlook-deuglify-unwrap-stop-chars)
16519         (gnus-outlook-deuglify-no-wrap-chars)
16520         (gnus-outlook-deuglify-attrib-cut-regexp)
16521         (gnus-outlook-deuglify-attrib-verb-regexp)
16522         (gnus-outlook-deuglify-attrib-end-regexp)
16523         (gnus-outlook-display-hook): Add :version.
16524
16525         * binhex.el (binhex-use-external): Add :version.
16526
16527 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16528
16529         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16530         and `invisible'.
16531
16532 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16533
16534         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16535         in gnus-registry-trim.
16536
16537 2004-09-13  Simon Josefsson  <jas@extundo.com>
16538
16539         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16540
16541         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16542
16543         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16544         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16545         <yamaoka@jpl.org>.
16546         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16547         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16548         <yamaoka@jpl.org>.
16549
16550         * sieve.el (sieve-manage-mode): Ditto.
16551
16552 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16553
16554         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16555
16556 2004-09-11  Simon Josefsson  <jas@extundo.com>
16557
16558         * dns-mode.el: Add.
16559
16560         * mm-view.el (mm-display-dns-inline): Add.
16561
16562         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16563         (mm-automatic-display): Ditto.
16564
16565         * mailcap.el (mailcap-mime-data): Add text/dns.
16566         (mailcap-mime-extensions): Map .soa to text/dns.
16567
16568 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16569
16570         * gnus-art.el (article-decode-mime-words, article-babel)
16571         (gnus-article-highlight-signature, gnus-article-add-buttons)
16572         (gnus-signature-toggle): Remove unnecessary bindings of
16573         `inhibit-read-only' inherited from v5.10 merge.
16574
16575 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16576
16577         * nntp.el (nntp): New customization group.
16578         (nntp-authinfo-file): Add customization group.
16579
16580         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16581
16582         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16583
16584         * gnus.el (to-address, to-list, subscribed)
16585         (large-newsgroup-initial): Ditto.
16586
16587         * flow-fill.el (fill-flowed-display-column)
16588         (fill-flowed-encode-column): Ditto.
16589
16590 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16591
16592         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16593         Use point-min rather than 1.
16594         (message-send-mail): Use buffer-size rather than point-max.
16595
16596         * gnus-sum.el (gnus-summary-search-article-forward):
16597         Signal a specific `search-failed' rather than a generic `error'.
16598
16599         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16600         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16601         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16602
16603 2004-09-10  Simon Josefsson  <jas@extundo.com>
16604
16605         * nndb.el (require): Remove tcp and duplicate cl.
16606
16607 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16608
16609         * gnus-agent.el (directory-files-and-attributes): Move forward.
16610
16611 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16612
16613         * gnus-agent.el (directory-files-and-attributes):
16614         Optionally defined to support XEmacs.
16615
16616 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16617
16618         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16619         to avoid run-time CL dependencies.
16620         (gnus-agent-unfetch-articles): New function.
16621         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16622         article numbers even when local .overview file is missing.
16623         (gnus-agent-read-article-number): New function.  Only accepts
16624         27-bit article numbers.
16625         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16626         Use gnus-agent-read-article-number.
16627         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16628         from backend while recognizing that article numbers in .overview
16629         must be valid.
16630         (gnus-agent-update-files-total-fetched-for):
16631         Use directory-files-and-attributes to improve performance.
16632         * gnus-int.el (gnus-request-move-article):
16633         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16634         improve performance.
16635
16636         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16637         some users confused by references to .newsrc when they only have a
16638         .newsrc.eld file.
16639         (gnus-convert-mark-converter-prompt)
16640         (gnus-convert-converter-needs-prompt): Fix use of property list.
16641         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16642         New function.  Used internally to only display 'gnus converting
16643         files' message when actually necessary.
16644
16645         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16646         methods now autoloaded.
16647
16648 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16649
16650         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16651         identifiers.
16652
16653 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16654
16655         * gnus-picon.el: Fix indentation and closing parenthesis.
16656
16657 2004-09-01  Simon Josefsson  <jas@extundo.com>
16658
16659         * message.el (message-canlock-generate): Require sha1, not
16660         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16661         to require within a function.  Sadly, if sha1.el isn't loaded, the
16662         let binding in m-c-g will hide the defcustom definition, which is
16663         bad.)
16664
16665         * canlock.el: Require sha1, not sha1-el.
16666
16667         * message.el: Don't autoload sha1 (there is a autoload cookie in
16668         sha1.el).
16669
16670         * sha1-el.el: Rename to sha1.el.
16671
16672 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16673
16674         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16675
16676 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16677
16678         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16679
16680 2004-08-30  Kim F. Storm  <storm@cua.dk>
16681
16682         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16683
16684         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16685         Add :group 'nnimap.
16686
16687 2004-08-30  Andreas Schwab  <schwab@suse.de>
16688
16689         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16690         ?* and ?\;.
16691
16692         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16693         and ?\' to symbol instead of whitespace.
16694
16695 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16696
16697         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16698
16699         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16700         instead of re-search-forward.
16701
16702         * gnus-uu.el (gnus-uu-save-article): Ditto.
16703         (gnus-uu-post-encode-uuencode): Ditto.
16704
16705         * html2text.el (html2text-clean-list-items): Ditto.
16706         (html2text-clean-dtdd): Ditto.
16707         (html2text-format-tags): Ditto.
16708
16709         * message.el (message-send-mail-with-sendmail): Fix regexp.
16710         (message-fill-field-general): Use search-forward instead of
16711         re-search-forward.
16712         (unbold-region): Ditto.
16713
16714         * nnrss.el (nnrss-request-article): Ditto.
16715
16716         * nnslashdot.el (nnslashdot-request-article): Ditto.
16717
16718         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16719
16720         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16721         "Unrecognized menu descriptor" error in XEmacs.
16722
16723 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16724
16725         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16726         parent article of a sparse article in the thread hashtb.
16727
16728 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16729
16730         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16731         (nnmail-expand-newtext): Lowercase expanded entries if
16732         nnmail-split-lowercase-expanded is non-nil.
16733
16734 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16737
16738         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16739         of gnus-tmp-news-method into string under XEmacs.  It will be
16740         passed to gnus-correct-length which takes only a string argument.
16741
16742 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16743
16744         * gnus-util.el (gnus-bind-print-variables): New macro.
16745         (gnus-prin1): Use it.
16746         (gnus-prin1-to-string): Use it.
16747         (gnus-pp): New function.
16748         (gnus-pp-to-string): New function.
16749
16750         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16751         Replace pp-to-string with gnus-pp-to-string.
16752         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16753         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16754         * gnus-msg.el (gnus-debug): Ditto.
16755         * gnus-score.el (gnus-score-save): Ditto.
16756         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16757         gnus-pp-to-string.
16758         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16759         with gnus-pp.
16760         * score-mode.el (gnus-score-pretty-print): Ditto.
16761         * webmail.el (webmail-debug): Ditto.
16762
16763 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16764
16765         * gnus-art.el (article-display-face, article-display-x-face):
16766         Use buffer-read-only.
16767
16768 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16769
16770         * gnus-art.el (article-hide-list-identifiers):
16771         Bind inhibit-read-only as t.
16772
16773 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16774
16775         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16776
16777 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16778
16779         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16780         (gnus-narrow-to-page): Don't assume point-min == 1.
16781         (gnus-article-edit-mode): Derive from message-mode.
16782
16783         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16784         point-min == 1.
16785
16786         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16787         Disable incorrect use of `assert'.
16788
16789         * message.el (message-mode): Set comment-start-skip.
16790
16791
16792 2004-08-22  Sam Steingold  <sds@gnu.org>
16793
16794         * pop3.el (pop3-leave-mail-on-server): New user variable.
16795         (pop3-movemail): Delete mail only when it is nil.
16796
16797 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16798
16799         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16800
16801         * mml.el (mml-preview): Use `pop-to-buffer'.
16802
16803         * message.el (message-goto-mail-followup-to): Insert after "To".
16804         (message-carefully-insert-headers): Add comment.
16805
16806         * gnus.el: Remove unused variable `gnus-article-check-size'.
16807
16808         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16809
16810         * gnus-art.el (gnus-button-alist):
16811         Improve `gnus-button-handle-library' entry.
16812
16813 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16814
16815         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16816         Use downcase, since XEmacs capitalizes error messages differently.
16817
16818 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16819
16820         * nntp.el: Add (require 'gnus) due to reference to
16821         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16822
16823 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16824
16825         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16826         Bind `mm-fill-flowed'.
16827
16828         * mm-decode.el (mm-dissect-singlepart): Check it.
16829
16830 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16831
16832         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16833         'imap' for netrc parsing.
16834
16835 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16836
16837         * mailcap.el (mailcap-mime-data): Mark as risky.
16838
16839 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16840
16841         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16842         may be included in the encoded word.
16843         (rfc2047-encode): Don't append a space if the encoded word
16844         includes close parenthesis.
16845
16846 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16849         of text within parentheses.
16850
16851 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16852
16853         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16854         (gnus-encrypt-write-file-contents): Make the password key the file
16855         name PLUS the cipher, not just the cipher.  Also remove failed
16856         passwords from the cache.
16857
16858 2004-08-06  Simon Josefsson  <jas@extundo.com>
16859
16860         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16861         Doc fix.
16862
16863 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16864
16865         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16866         LWSP.
16867
16868 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16869
16870         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16871         Try to append in-reply-to: data to the references: header.
16872
16873         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16874         (netrc-parse): Use gnus-encrypt.el functions.
16875
16876         * gnus-encrypt.el: Add new file for encryption support; currently
16877         does only a few GPG ciphers and an internal XOR cipher.
16878
16879         * password.el: Add comments on using password-read-and-add.
16880         (password-read-and-add): Add function to read and add the
16881         password to the cache at once.
16882
16883 2004-07-28  Simon Josefsson  <jas@extundo.com>
16884
16885         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16886         parameter (but don't use it, for now).
16887
16888         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16889         instead of hard coding to nil.
16890
16891 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16892
16893         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16894         as mm-inline-image-xemacs does.
16895
16896 2004-07-26  Simon Josefsson  <jas@extundo.com>
16897
16898         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16899         Revert part of 2004-07-17 change below.
16900
16901 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16902
16903         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16904         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16905
16906 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16907
16908         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16909         quotes that actually start with ">" at the beginning of the
16910         lines.
16911
16912 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16913
16914         * rfc2047.el (rfc2047-encode-region): Fix last change.
16915         (rfc2047-encode-parameter): Remove useless concat.
16916
16917 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16918
16919         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16920         encode special characters; fix some kind of misconfigured headers;
16921         signal a real error if debug-on-quit or debug-on-error is non-nil.
16922         (rfc2047-encode-max-chars): New variable.
16923         (rfc2047-encode-1): Use it.
16924         (rfc2047-encode-parameter): New function.
16925
16926         * mml.el (mml-insert-parameter): Remove an excessive space.
16927
16928 2004-07-17  Simon Josefsson  <jas@extundo.com>
16929
16930         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16931         Kai Grossjohann <kai@emptydomain.de>.
16932         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16933         (gnus-group-make-menu-bar): Ditto.
16934
16935         * gnus-util.el (gnus-group-server): Add.
16936
16937 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16938
16939         * message.el (message-clone-locals): Clone sendmail and smtp
16940         variables.
16941
16942 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16943
16944         * rfc2047.el (rfc2047-encode-region): Fix last change.
16945
16946 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16947
16948         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16949         characters as non-special.
16950
16951 2004-07-09  Simon Josefsson  <jas@extundo.com>
16952
16953         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16954         Users will lose all flag changes made while unplugged with
16955         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16956         good default.  See numerous reports on ding mailing list.
16957
16958 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16959
16960         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16961         add generate-head-function and generate-article-function to the
16962         rfc822-forward entry.
16963         (nndoc-rfc822-forward-generate-article): New function.
16964         (nndoc-rfc822-forward-generate-head): New function.
16965
16966         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16967
16968 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16969
16970         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16971         respect display group parameter and gnus-summary-expunge-below.
16972         (gnus-articles-to-read): Remove unused reference to display group
16973         parameter.
16974
16975 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16976
16977         * nnheader.el (nnheader-uniquify-message-id): New experimental
16978         variable.
16979         (nnheader-nov-read-message-id): Use it.
16980
16981         * spam-report.el (spam-report-gmane): Add interactive.
16982
16983 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16984
16985         * mm-encode.el (mm-content-transfer-encoding-defaults):
16986         Use qp-or-base64 for the application/* types.
16987
16988 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16989
16990         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16991
16992 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16993
16994         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16995         trim value.
16996
16997 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16998
16999         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17000         New macro and function.
17001         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17002
17003 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17004
17005         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17006         after-load-alist.
17007
17008 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17009
17010         * gnus-group.el (gnus-group-get-new-news-this-group):
17011         Don't update info that isn't there.
17012
17013 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17014
17015         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17016         entry.
17017
17018 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17019
17020         * mm-view.el (mm-inline-render-with-function): Use multibyte
17021         buffer; decode html source by charset.
17022
17023         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17024
17025         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17026         Mule-UCS is loaded under XEmacs.
17027         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17028
17029 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17030
17031         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17032
17033 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17034
17035         * mm-util.el (mm-coding-system-p): Return a coding-system.
17036         (mm-mime-mule-charset-alist): Use shift_jis instead of
17037         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17038         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17039         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17040         instead of japanese-shift-jis and iso-latin-1 respectively in
17041         order to share the default value with both Emacs and XEmacs-mule.
17042         (mm-mule-charset-to-mime-charset):
17043         Make mm-coding-system-priorities effective.
17044         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17045         while predicating of candidates upon the priorities.
17046
17047 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17048
17049         * gnus-sum.el (gnus-summary-make-menu-bar):
17050         Add gnus-uu-invert-processable.
17051
17052         * gnus.el: Autoload gnus-uu-invert-processable.
17053
17054 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17055
17056         * mm-util.el (mm-with-multibyte-buffer): New macro.
17057
17058         * rfc2047.el (rfc2047-encode-string): Use it.
17059         (rfc2047-encode-region): Move point to the end of the region after
17060         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17061
17062 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17063
17064         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17065         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17066
17067 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17068
17069         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17070         (gnus-cite-parse): Ignore quoted envelope From_.
17071         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17072
17073 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17074
17075         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17076         invalid addresses.
17077
17078 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17079
17080         * spam.el: Change section markers, revise TODO list.
17081         (spam-backends): Make new master list of all installed backends.
17082         (spam-summary-exit-behavior): Add new variable to determine how
17083         messages moves are done at summary exit.
17084         (spam-move-spam-nonspam-groups-only)
17085         (spam-process-ham-in-nonham-groups)
17086         (spam-process-ham-in-spam-groups): Remove variables, the
17087         spam-summary-exit-behavior variable should be used to manage this
17088         behavior.
17089         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17090         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17091         and spam-old-spam-articles.
17092         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17093         Add empty variables, placeholders for the backends they represent.
17094         (spam-set-difference): Move, unchanged.
17095         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17096         unless the user has a processor variable.
17097         (spam-classifications, spam-classification-valid-p)
17098         (spam-backend-properties, spam-backend-property-valid-p)
17099         (spam-backend-function-type-valid-p)
17100         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17101         (spam-report-articles-gmane, spam-report-articles-resend):
17102         Remove functions, they are not needed.
17103         (spam-install-backend-super, spam-backend-list)
17104         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17105         (spam-backend-function, spam-backend-ham-registration-function)
17106         (spam-backend-spam-registration-function)
17107         (spam-backend-ham-unregistration-function)
17108         (spam-backend-spam-unregistration-function)
17109         (spam-backend-statistical-p, spam-backend-mover-p)
17110         (spam-install-backend-alias, spam-install-checkonly-backend)
17111         (spam-install-mover-backend, spam-install-nocheck-backend)
17112         (spam-install-backend, spam-install-statistical-backend)
17113         (spam-install-statistical-checkonly-backend): Add backend installation
17114         support.
17115         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17116         (spam-group-processor-p): Use the new backend code and respect the
17117         summary exit behavior.
17118         (spam-mark-spam-as-expired-and-move-routine): Remove.
17119         (spam-summary-prepare): Change to use the new spam-old-articles
17120         variable.
17121         (spam-copy-or-move-routine, spam-copy-spam-routine)
17122         (spam-move-spam-routine, spam-copy-ham-routine)
17123         (spam-move-ham-routine): Add code to copy/move ham or spam.
17124         (spam-fetch-field-fast): Improve doc and code, plus allow the
17125         'number request.
17126         (spam-list-of-checks, spam-list-of-statistical-checks):
17127         Remove variables.
17128         (spam-split, spam-find-spam): Use the new backend code.
17129         (spam-registration-functions): Remove variable.
17130         (spam-unregister-routine): Add convenience wrapper.
17131         (spam-log-undo-registration, spam-register-routine)
17132         (spam-log-processing-to-registry)
17133         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17134         where possible.
17135         (spam-check-gmane-xref, spam-check-regex-headers)
17136         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17137         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17138         (spam-check-bogofilter-headers, spam-check-spamoracle)
17139         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17140         (spam-check-crm114-headers): Use the spam-split-group that
17141         spam-split prepares, no need to determine it every time.
17142
17143         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17144         to the nnheader-parse-naked-head call.
17145
17146         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17147
17148         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17149         the nnheader-nov-read-message-id call.
17150
17151 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17152
17153         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17154         gnus-activate-group twice.  Suggested by Markus Peter
17155         <warp@spin.de>.
17156
17157 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17158
17159         * gnus-art.el (gnus-article-time-format): Exchange the order of
17160         day and month in the default value; fix customization type.
17161         (article-date-ut): Use add-text-properties.
17162         (article-make-date-line): Use message-make-date instead of
17163         current-time-string.
17164
17165         * message.el (message-fetch-field): Don't use set-text-properties.
17166         (message-make-date): Simplify.
17167
17168         * messagexmas.el (message-xmas-make-date): New function.
17169         (message-xmas-redefine): Defalias message-make-date to it.
17170
17171 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17172
17173         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17174         (rfc2047-encode-region): Treat text within parentheses as special;
17175         show the original text when error has occurred.
17176
17177         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17178         already-computed method to gnus-activate-group.
17179
17180         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17181         same select-methods identical Lisp objects.
17182
17183         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17184         object when modifying the info.
17185
17186 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17189         gnus-opened-servers since it has never been opened with the new
17190         configuration yet.
17191
17192 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17193
17194         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17195         arg to nnheader-generate-fake-message-id.
17196
17197 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17198
17199         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17200         number and build a fake message ID localized to a group and
17201         article number (so it's repeatable from that point on).
17202         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17203         ID format.
17204
17205         * gnus-sum.el (gnus-get-newsgroup-headers):
17206         Call nnheader-generate-fake-message-id with the article number.
17207
17208 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17209
17210         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17211         end-of-buffer.
17212
17213 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17214
17215         * message.el (message-ignored-supersedes-headers): Add Approved.
17216
17217 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17220         goto-char.
17221         (rfc2047-encode): Fold the line before encoding.
17222
17223 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17224
17225         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17226         folding -- not all headers can be folded, and this should be done
17227         by the message composition mode.  Probably.  I think.
17228
17229 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17230
17231         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17232         fast.
17233
17234         * gnus-ems.el (gnus-remove-image): Don't use
17235         message-text-with-property; remove only the image found first.
17236
17237         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17238         found first.
17239
17240 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17241
17242         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17243
17244 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17245
17246         * message.el (message-text-with-property): Make it fast and accept
17247         optional arguments.
17248         (message-strip-forbidden-properties): Use it.
17249         (message-fix-before-sending): Follow the m-t-w-p change.
17250
17251         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17252
17253 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17254
17255         * gnus-art.el (article-hide-headers): Don't change the buffer
17256         mistakenly when performing mml-preview even if
17257         gnus-single-article-buffer is nil.
17258
17259 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17260
17261         * message.el (message-expand-name-databases): New user option.
17262         (message-expand-name): Use it.
17263
17264 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17265
17266         * spam.el (spam-report-articles-resend)
17267         (spam-report-resend-register-routine): Allow ham reporting.
17268         (spam-report-resend-register-ham-routine): Add wrapper.
17269         (spam-registration-functions): Add ham resending functions.
17270         (spam-list-of-processors): Add ham resend processor.
17271
17272         * gnus.el (ham-resend-to): Add new group parameter.
17273         (spam-process): Add ham resend option.
17274
17275         * spam-report.el (spam-report-resend): Allow reporting ham.
17276         (spam-report-resend-ham): Add wrapper.
17277
17278 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17279
17280         * message.el (message-cite-articles-with-x-no-archive):
17281         New variable.
17282         (message-cite-original): Use it.
17283
17284 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17285
17286         * message.el (message-cite-original): Respect X-No-Archive.
17287
17288 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17289
17290         * gnus-art.el (article-hide-headers): Refer to the values for
17291         gnus-ignored-headers and gnus-visible-headers in the summary
17292         buffer since a user may have set them as group parameters.
17293
17294 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17295
17296         * assistant.el (assistant-node-name): Add convenience function.
17297         (assistant-render-text, assistant-render-node): Add error handling,
17298         plus handle multiple next nodes.
17299         (assistant-find-next-node): Comment out for now.
17300         (assistant-find-next-nodes): Add function, returns list of next
17301         nodes.
17302
17303 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17304
17305         * mail-source.el (mail-source-directory): Fix doc-string.
17306
17307 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17308
17309         * assistant.el (assistant-render-text, assistant-eval): Add :set
17310         widget type, which is different because it takes and returns a
17311         list.  Much hilarity ensues.
17312
17313 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17314
17315         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17316
17317         * gnus-group.el (gnus-group-get-new-news-this-group):
17318         Add doc-string.
17319
17320         * gnus-start.el (gnus-activate-group): Add doc-string.
17321
17322 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17323
17324         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17325
17326 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17327
17328         * assistant.el (assistant-render-text): Try to add a :set
17329         widget, more to come.
17330
17331         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17332         strings.
17333         (spam-report-articles-resend)
17334         (spam-register-routine): Do registration iff any articles warrant
17335         it.
17336         (spam-summary-prepare-exit): Change log message for nil group
17337         destinations.
17338
17339 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17340
17341         * spam.el (spam-report-resend-register-routine):
17342         Allow spam-report-resend-to to be a group parameter or a global value.
17343
17344 2004-05-26  Simon Josefsson  <jas@extundo.com>
17345
17346         * starttls.el: Merge with my GNUTLS based starttls.el.
17347         (starttls-gnutls-program, starttls-use-gnutls)
17348         (starttls-extra-arguments, starttls-process-connection-type)
17349         (starttls-connect, starttls-failure, starttls-success):
17350         New variables.
17351         (starttls-program, starttls-extra-args): Doc fix.
17352         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17353         New functions.
17354         (starttls-negotiate, starttls-open-stream):
17355         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17356         function if it is set.
17357
17358 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17359
17360         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17361         structured fields.
17362
17363 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17364
17365         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17366
17367 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17368
17369         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17370         Add variable.
17371         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17372         assigning the spam-mark to new messages.
17373
17374 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17375
17376         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17377
17378 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17379
17380         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17381
17382         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17383         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17384         default.
17385
17386 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17387
17388         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17389         correct data.
17390
17391 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17392
17393         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17394         (spam-group-processor-p): Fix function.
17395         (spam-group-processor-multiple-p)
17396         (spam-group-spam-processor-report-gmane-p)
17397         (spam-group-spam-processor-report-resend-p)
17398         (spam-group-spam-processor-bogofilter-p)
17399         (spam-group-spam-processor-blacklist-p)
17400         (spam-group-spam-processor-ifile-p)
17401         (spam-group-ham-processor-ifile-p)
17402         (spam-group-spam-processor-spamoracle-p)
17403         (spam-group-spam-processor-crm114-p)
17404         (spam-group-ham-processor-bogofilter-p)
17405         (spam-group-spam-processor-stat-p)
17406         (spam-group-ham-processor-stat-p)
17407         (spam-group-ham-processor-whitelist-p)
17408         (spam-group-ham-processor-BBDB-p)
17409         (spam-group-ham-processor-spamoracle-p)
17410         (spam-group-ham-processor-copy-p): Remove functions with some
17411         prejudice against unneeded code.
17412         (spam-report-articles-resend)
17413         (spam-report-resend-register-routine): Allow the group/topic
17414         spam-resend-to value to override spam-report-resend-to.
17415         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17416         properly now.
17417
17418         * gnus.el (spam-resend-to): Add group/topic parameter.
17419         (spam-process): Move the OBSOLETE processors to the end of the
17420         choices.
17421
17422 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17423
17424         * spam-report.el (spam-report-resend-to, spam-report-resend):
17425         Start with resend-to set to nil, and then ask the user if necessary.
17426         (spam-report-resend): spam-report-resend takes a list of articles, not
17427         separate article numbers.
17428
17429 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17430
17431         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17432         addition to emacs-w3m.
17433
17434 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17435
17436         * assistant.el (assistant-authinfo-data): New function.
17437         (assistant-eval): Eval for entire assistant.
17438
17439         * netrc.el (netrc-services-file): New variable.
17440         (netrc-parse-services): New function.
17441         (netrc-find-service-name): New function.
17442         (netrc-find-service-number): New function.
17443         (netrc-port-equal): New function.
17444         (netrc-machine): Use it.
17445
17446         * nnimap.el (nnimap-open-connection): Use netrc.
17447
17448         * gnus-util.el (gnus-netrc-get): Remove aliases.
17449
17450         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17451
17452         * assistant.el (wid-edit): Fix compilation.
17453
17454         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17455
17456 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17457
17458         * gnus-util.el (gnus-set-file-modes): New function.  (small
17459         patch).
17460
17461 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17462
17463         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17464
17465         * assistant.el (assistant-render-node): Fix up rendering and
17466         read-only text.
17467         (assistant-render-node): Reset.
17468         (assistant-make-read-only): Not sticky.
17469
17470 2004-05-20  Danny Siu  <dsiu@adobe.com>
17471
17472         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17473         centered even when gnus-auto-center-summary is t.
17474
17475 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17476
17477         * dns.el (dns-get-txt-answer): New function.
17478         (dns-read-txt): Ditto.
17479         (query-dns): Use it.
17480
17481 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17482
17483         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17484         active for foreign groups even if the group level is higher than
17485         the specified value.
17486
17487 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17488
17489         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17490         non-active groups.
17491
17492         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17493
17494 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17495
17496         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17497
17498 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17499
17500         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17501         (spam-crm114-header, spam-crm114-spam-switch)
17502         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17503         (spam-crm114-positive-spam-header)
17504         (spam-crm114-database-directory, spam-list-of-processors)
17505         (spam-group-spam-processor-crm114-p)
17506         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17507         (spam-generic-score, spam-list-of-checks)
17508         (spam-list-of-statistical-checks, spam-registration-functions)
17509         (spam-check-crm114-headers, spam-crm114-score)
17510         (spam-check-crm114, spam-crm114-register-with-crm114)
17511         (spam-crm114-register-spam-routine)
17512         (spam-crm114-unregister-spam-routine)
17513         (spam-crm114-register-ham-routine)
17514         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17515         From asjo@koldfront.dk (Adam Sjøgren).
17516
17517         * gnus.el: Add spam-use-crm114.
17518
17519         * spam.el (spam-list-of-processors, spam-registration-functions):
17520         Add spam-use-resend.
17521         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17522         (spam-report-articles-gmane): Add doc fix.
17523         (spam-report-articles-resend, spam-report-resend-register-routine):
17524         Add wrappers around spam-report-resend-to.
17525
17526         * spam-report.el (spam-report-resend-to, spam-report-resend):
17527         Add support for resending spam.
17528         (spam-report-gmane): Fix line length >80.
17529
17530         * gnus.el (spam-process): Add spam-use-resend.
17531
17532 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17533
17534         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17535         number of processed spam messages.
17536         (spam-ham-copy-or-move-routine): Return the number of processed
17537         ham messages.
17538         (spam-summary-prepare-exit): Use the above values to decide
17539         whether status messages shouled be displayed.
17540
17541 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17542
17543         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17544         `rfc2047-encoding-function-alist' in order to avoid conflicting
17545         with the old version.
17546         (rfc2047-encode-region): Concatenate words containing non-ASCII
17547         characters in structured fields; don't encode space-delimited
17548         ASCII words even in unstructured fields; don't break words at
17549         char-category boundaries.
17550         (rfc2047-encode-1): New function.
17551         (rfc2047-encode): Use it; encode text so that it occupies the
17552         maximum width within 76-column; work correctly on Q encoding for
17553         iso-2022-* charsets.
17554         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17555         sure not to break a line just after the header name.
17556         (rfc2047-b-encode-region): Remove.
17557         (rfc2047-b-encode-string): New function.
17558         (rfc2047-q-encode-region): Remove.
17559         (rfc2047-q-encode-string): New function.
17560
17561         * mm-util.el (mm-replace-in-string): New function.
17562
17563 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17564
17565         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17566         Really get it right.
17567         (gnus-inews-make-draft): Really.
17568
17569 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17570
17571         * nnmh.el (nnmh-request-list-1): Don't check the link count
17572         before descending.  (small patch)
17573
17574 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17575
17576         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17577         stuff.
17578
17579         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17580         Match on real group name.
17581
17582         * gnus-art.el (gnus-signature-limit): Doc fix.
17583
17584         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17585
17586         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17587
17588 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17589
17590         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17591         isn't a string.
17592
17593 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17594
17595         * gnus-draft.el (gnus-draft-send):
17596         Bind rfc2047-encode-encoded-words.
17597
17598         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17599         (rfc2047-encodable-p): Say that =? needs encoding.
17600         (rfc2047-encode-encoded-words): New variable.
17601
17602         * gnus-group.el (gnus-group-select-group): Doc fix.
17603
17604         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17605
17606         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17607         to nil.
17608
17609         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17610
17611         * nnheader.el (nnheader-get-lines-and-char): New function.
17612
17613 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17614
17615         * gnus-msg.el (gnus-summary-followup-with-original):
17616         Document yanking of region when active.
17617
17618 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17619
17620         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17621         groups if the group level is higher than the specified value.
17622
17623 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17624
17625         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17626         (gnus-group-jump-to-group): Add prefix argument using
17627         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17628         non-active group.
17629
17630         * compface.el (uncompface): Be verbose when changing
17631         `uncompface-use-external'.
17632
17633         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17634         handle manual section.
17635
17636 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17637
17638         * gnus-art.el (gnus-button-alist): Revert previous change.
17639
17640 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17641
17642         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17643
17644 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17645
17646         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17647         whether backend can accept message.
17648
17649         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17650
17651 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17652
17653         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17654         Avoid creating directory when nntp-marks-is-evil is true.
17655         Reported by Reiner Steib.
17656
17657 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17658
17659         * gnus-picon.el (gnus-picon-style): New variable.
17660         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17661         (gnus-picon-transform-address): Support `gnus-picon-style'.
17662         From Jesper Harder <harder@ifa.au.dk>.
17663
17664 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17665
17666         * message.el (message-fill-field): Return point.
17667         (message-generate-headers): Go to end of field.
17668
17669         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17670         stuff for non-living groups.
17671
17672 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17673
17674         * gnus-art.el (gnus-article-followup-with-original)
17675         (gnus-article-reply-with-original): gnus-mark-active-p ->
17676         gnus-region-active-p.
17677
17678 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17679
17680         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17681         only when there is spam or ham to be processed.
17682
17683 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17684
17685         * mail-source.el (mail-source-delete-crash-box): Refactor.
17686         (mail-source-fetch): Use it.
17687         (mail-source-fetch-file): Ditto.
17688         (mail-source-fetch-directory): Run postscript in loop.
17689         (mail-source-fetch-pop): Delete.
17690         (mail-source-fetch-maildir): Ditto.
17691         (mail-source-fetch-imap): Ditto.
17692
17693         * imap.el (imap-authenticators): Comment out sasl.
17694
17695         * message.el (message-skip-to-next-address): New function.
17696         (message-fill-header-address): Refactor.
17697         (message-fill-address): Use it.
17698         (message-delete-address): Use it.
17699         (message-fill-header-general): Refactor.
17700         (message-fill-field-address): Rename.
17701         (message-narrow-to-field): Find the start of the header.
17702         (message-header-format-alist): Don't pre-fill.
17703         (message-fill-header): Remove.
17704         (message-insert-header): New function.
17705         (message-shorten-references): Use it.
17706
17707         * rfc2047.el (rfc2047-field-value): Strip props.
17708
17709         * mail-parse.el (mail-header-make-address): New alias.
17710
17711         * ietf-drums.el (ietf-drums-make-address): New function.
17712
17713         * imap.el: Add compiler directives.
17714
17715         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17716
17717         * gnus-art.el (article-decode-idna-rhs): Don't use
17718         message-idna-inside-rhs-p.
17719
17720 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17721
17722         * message.el (message-idna-inside-rhs-p): Remove.
17723         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17724
17725         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17726         false positives.
17727
17728 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17729
17730         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17731
17732 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17733
17734         * nneething.el (nneething-file-name): Don't create spurious
17735         files.
17736
17737         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17738         (gnus-inews-do-gcc): Remove sleep.
17739
17740         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17741         part under point.
17742
17743         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17744         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17745
17746 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17747
17748         * spam.el (spam-summary-prepare-exit): Fix (length).
17749
17750 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17751
17752         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17753         as expired without moving it" message when there are spam
17754         messages left.
17755
17756 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17757
17758         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17759         header is not nil.
17760
17761 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17762
17763         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17764         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17765         (nntp-marks-changed-p): New arg SERVER.
17766         (nntp-request-update-info): Adjust caller.
17767
17768 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17769
17770         * nntp.el (nntp-save-marks): Pass missing arg.
17771
17772 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17773
17774         * nntp.el: Support marks.
17775         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17776         (nntp-marks-modtime, nntp-marks-directory): New variables.
17777         (nntp-request-set-mark, nntp-request-update-info)
17778         (nntp-possibly-create-directory, nntp-marks-changed-p)
17779         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17780         New functions.
17781
17782 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17783
17784         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17785         (gnus-xmas-redefine): Rename.
17786
17787         * gnus-score.el (gnus-score-insert-help):
17788         Use gnus-select-lowest-window.
17789
17790         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17791         appt-select-lowest-window and rename to gnus-select-lowest-window.
17792
17793         * gnus.el: do.
17794
17795 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17796
17797         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17798         encodings of MIME-encoded words, in order to improve
17799         interoperability with several broken MUAs.
17800
17801 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17802
17803         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17804         tags, only when charsets are not specified in headers.
17805         (mm-inline-text-html-render-with-w3m): Ditto.
17806
17807         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17808         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17809
17810 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17811
17812         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17813         instead of MIME-decoded from fields when checking
17814         `gnus-article-address-banner-alist'.
17815
17816 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17817
17818         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17819         description rather than subject.
17820
17821 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17822
17823         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17824
17825 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17826
17827         * gnus.el (gnus-version-number): Bump.
17828
17829 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17830
17831         * gnus.el: No Gnus v0.2 is released.
17832
17833 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17834
17835         * gnus-agent.el (gnus-agent-read-agentview):
17836         Inline gnus-uncompress-range.
17837
17838 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17839
17840         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17841         `exec-installed-p'.
17842
17843 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17844
17845         * gnus.el (spam-process, spam-autodetect-methods):
17846         Add bsfilter and bsfilter-headers.
17847
17848         * spam.el (spam-bsfilter): New customize group.
17849         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17850         (spam-bsfilter-header, spam-bsfilter-probability-header)
17851         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17852         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17853         (spam-bsfilter-database-directory): New options.
17854         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17855         (spam-list-of-statistical-checks, spam-registration-functions):
17856         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17857         (spam-bsfilter-score): New command.
17858         (spam-check-bsfilter-headers, spam-check-bsfilter)
17859         (spam-bsfilter-register-with-bsfilter)
17860         (spam-bsfilter-register-spam-routine)
17861         (spam-bsfilter-unregister-spam-routine)
17862         (spam-bsfilter-register-ham-routine)
17863         (spam-bsfilter-unregister-ham-routine): New functions.
17864         (spam-generic-score): Support bsfilter; Accept an optional argument
17865         to recalcurate spam score even if scoring header has already been
17866         added.
17867         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17868         optional argument to recalcurate spam score even if scoring header
17869         has already been added.
17870
17871 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17872
17873         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17874         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17875         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17876         link is missing.
17877
17878 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17879
17880         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17881         (html2text-get-attr): Rewrite.
17882
17883         * message.el (message-setup-1): Remove redundant put-text-property
17884         on mail-header-separator.
17885
17886 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17887
17888         * gnus-registry.el (gnus-registry-cache-whitespace)
17889         (gnus-registry-action, gnus-registry-spool-action)
17890         (gnus-registry-split-fancy-with-parent): Change message levels
17891         from 5 to 3 or 7, as needed.
17892
17893         * spam.el (spam-summary-prepare-exit)
17894         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17895         (spam-split, spam-find-spam, spam-log-undo-registration)
17896         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17897         level from 5 to 6.
17898
17899 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17900
17901         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17902         2004-03-04 change).
17903
17904 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17905
17906         * sieve-manage.el (sieve-manage-open):
17907         * nnweb.el (nnweb-insert-html):
17908         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17909         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17910         * nnspool.el (nnspool-request-group):
17911         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17912         * nnml.el (nnml-request-update-info):
17913         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17914         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17915         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17916         (nnimap-request-set-mark):
17917         * nnfolder.el (nnfolder-request-update-info):
17918         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17919         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17920         * gnus-uu.el (gnus-uu-find-articles-matching):
17921         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17922         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17923         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17924         * gnus-nocem.el (gnus-nocem-scan-groups):
17925         * gnus-int.el (gnus-start-news-server):
17926         * gnus-group.el (gnus-group-make-kiboze-group)
17927         (gnus-group-browse-foreign-server):
17928         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17929         Use mapc when appropriate.
17930
17931 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17932
17933         FIXME: Make separate entries for each person.
17934
17935         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17936         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17937         <shields@msrl.com>:
17938
17939         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17940         may need for spam sorting and scoring.
17941         (spam-user-format-function-S): Add user format function suitable for
17942         general use.
17943         (spam-article-sort-by-spam-status): Add sorting function for summary
17944         sorting.
17945         (spam-extra-header-to-number): Add function to get a score from a
17946         header.
17947         (spam-summary-score): Add function to get a numeric score from the
17948         headers.
17949         (spam-generic-score): Fix function doc, was in wrong place.
17950         (spam-initialize): Take symbols when it's run, and install the
17951         extra headers that spam-necessary-extra-headers thinks we need.
17952
17953 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17954
17955         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17956         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17957
17958 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17959
17960         * gnus-sum.el (gnus-set-global-variables)
17961         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17962         (gnus-article-get-xrefs, gnus-summary-best-group)
17963         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17964         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17965         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17966         Use with-current-buffer.
17967
17968 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17969
17970         * spam.el (spam-summary-prepare-exit): Simplify logic.
17971         (spam-fetch-article-header): Read the article header if it's not
17972         available.
17973         (spam-list-articles): Simplify logic.
17974         (spam-filelist-register-routine): Fix bug with unregister-list.
17975
17976         * gnus-registry.el: Fix comments at beginning.
17977
17978 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17979
17980         * message.el (message-cater-to-broken-inn): Remove.
17981         (message-shorten-references): Make sure the total folded length of
17982         References is shorter than 998 characters to cater to a bug in INN
17983         2.3.  Also, don't pretend that references aren't folded -- this
17984         hasn't worked for a while.
17985
17986 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17987
17988         * gnus-agent.el (gnus-agentize):
17989         gnus-agent-send-mail-real-function no longer set to current value
17990         of message-send-mail-function but rather a lambda that calls
17991         message-send-mail-function.  The change makes the agent real-time
17992         responsive to user changes to message-send-mail-function.
17993
17994 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17995
17996         * legacy-gnus-agent.el
17997         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17998         help from Florian Weimer <fw@deneb.enyo.de>
17999
18000 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18001
18002         * nnmail.el (nnmail-cache-insert): Revert last change.
18003
18004 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18005
18006         * nnmail.el (nnmail-cache-insert): Always check whether
18007         nnmail-cache-ignore-groups matches a group name.
18008
18009 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18010
18011         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18012         (spam-find-spam, spam-log-processing-to-registry)
18013         (spam-log-registered-p, spam-log-unregistration-needed-p)
18014         (spam-log-undo-registration): Use gnus-message instead of
18015         gnus-error, none of these errors are fatal.
18016
18017         * gnus-registry.el (gnus-registry-clean-empty-function)
18018         (gnus-registry-clean-empty): Remove only empty entries without
18019         extra data.
18020
18021 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18022
18023         * spam-stat.el (spam-stat-buffer-change-to-spam)
18024         (spam-stat-buffer-change-to-non-spam): Change (error) to
18025         (gnus-message 8) invocation.
18026
18027 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18028
18029         * nntp.el (nntp-via-netcat-command): New variable.
18030         (nntp-via-netcat-switches): New variable.
18031         (nntp-open-via-rlogin-and-netcat): New function.
18032         (nntp-open-connection-function): Doc fix.
18033         (nntp-telnet-command): Doc fix.
18034         (nntp-end-of-line): Doc fix.
18035         (nntp-via-rlogin-command): Doc fix.
18036         (nntp-via-user-name): Doc fix.
18037         (nntp-via-address): Doc fix.
18038
18039 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18040
18041         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18042         error in Emacs 21.1.
18043
18044 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18045
18046         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18047
18048 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18049
18050         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18051         (gnus-agent-with-refreshed-group): New macro.
18052         (gnus-agent-rename-group): New function.
18053         (gnus-agent-delete-group): New function.
18054         (gnus-agent-save-group-info): Use gnus-command-method when
18055         `method' parameter is nil.  Don't write nil entries into the
18056         active file.
18057         (gnus-agent-get-group-info): New function.
18058         (gnus-agent-fetch-articles):
18059         Use gnus-agent-update-files-total-fetched-for to increment disk space
18060         used.
18061         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18062         Use gnus-agent-update-view-total-fetched-for to increment disk space
18063         used.
18064         (gnus-agent-get-local): Add optional parameters to avoid calling
18065         gnus-group-real-name and gnus-find-method-for-group.
18066         (gnus-agent-set-local): Delete stored entry if either min, or max,
18067         are nil.
18068         (gnus-agent-fetch-session): Reworded error/quit messages.
18069         On quit, use gnus-agent-regenerate-group to record existance of any
18070         articles fetched to disk before the quit occurred.
18071         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18072         gnus-agent-update-view-total-fetched-for, and
18073         gnus-agent-update-files-total-fetched-for to decrement disk space
18074         used.
18075         (gnus-agent-retrieve-headers):
18076         Use gnus-agent-update-view-total-fetched-for to increment disk space
18077         used.
18078         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18079         with gnus-agent-update-files-total-fetched-for to decrement disk
18080         space and fresh group buffer.
18081         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18082         (gnus-agent-need-update-total-fetched-for): New variable.
18083         (gnus-agent-update-files-total-fetched-for): New function.
18084         (gnus-agent-update-view-total-fetched-for): New function.
18085         (gnus-agent-total-fetched-for): New function.
18086
18087         * gnus-cache.el (gnus-cache-save-buffers):
18088         Use gnus-cache-update-overview-total-fetched-for to change disk space
18089         used by this group.
18090         (gnus-cache-possibly-enter-article):
18091         Use gnus-cache-update-file-total-fetched-for to increment disk space
18092         used by this group.
18093         (gnus-cache-possibly-remove-article):
18094         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18095         used by this group.
18096         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18097         (gnus-cache-rename-group): New function.
18098         (gnus-cache-delete-group): New function.
18099         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18100         (gnus-cache-need-update-total-fetched-for): New variable.
18101         (gnus-cache-with-refreshed-group): New macro.
18102         (gnus-cache-update-file-total-fetched-for): New function.
18103         (gnus-cache-update-overview-total-fetched-for): New function.
18104         (gnus-cache-rename-group-total-fetched-for): New function.
18105         (gnus-cache-delete-group-total-fetched-for): New function.
18106         (gnus-cache-total-fetched-for): New function.
18107
18108         * gnus-group.el: Require gnus-sum and autoload functions to
18109         resolve warnings when gnus-group.el compiled alone.
18110         (gnus-group-line-format): Documented new %F.
18111         (size of Fetched data) group line format; identifies disk space
18112         used by agent and cache.
18113         (gnus-group-line-format-alist): Defined new F format.
18114         (gnus-total-fetched-for): New function.
18115         (gnus-group-delete-group): No longer update
18116         gnus-cache-active-altered as gnus-request-delete-group now keeps
18117         the cache in sync.
18118         (gnus-group-list-active): Let the agent store a server's active
18119         list if currently plugged.
18120
18121         * gnus-int.el (gnus-request-delete-group):
18122         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18123         local disk in sync with the server.
18124         (gnus-request-rename-group):
18125         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18126         local disk in sync with the server.
18127
18128         * gnus-start.el (gnus-get-unread-articles):
18129         Cosmetic simplification to logic.
18130
18131         * gnus-util.el (gnus-rename-file): New function.
18132
18133 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18134
18135         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18136
18137 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18138
18139         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18140         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18141
18142 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18143
18144         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18145         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18146
18147 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18148
18149         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18150
18151 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18152
18153         * spam.el (spam-set-difference): Add function to replace
18154         gnus-set-difference in spam.el.
18155         (spam-summary-prepare-exit): Use spam-set-difference.
18156
18157 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18158
18159         * gnus-registry.el (gnus-registry-cache-file): Update to use
18160         gnus-dribble-directory OR gnus-home-directory OR ~.
18161         (gnus-registry-split-fancy-with-parent): Fix doc.
18162
18163 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18164
18165         * message.el (message-exchange-point-and-mark):
18166         Use message-mark-active-p.  Suggested by Jesper Harder
18167         <harder@ifa.au.dk>.
18168
18169 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18170
18171         * message.el (message-exchange-point-and-mark): Don't activate
18172         region if it was inactive.  Suggested by Hiroshi Fujishima
18173         <pooh@nature.tsukuba.ac.jp>.
18174
18175 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18176
18177         * gnus-art.el (article-display-face): Display Faces in the same
18178         order as X-Faces.
18179
18180 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18181
18182         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18183
18184 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18185
18186         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18187         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18188         (gnus-article-mime-hierarchy): Remove.
18189         (gnus-article-mime-hierarchy-next): Remove.
18190         (gnus-article-mode): Revert 2004-03-19 change.
18191         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18192         (gnus-insert-mime-button): Revert 2004-03-19 change.
18193         (gnus-mime-accumulate-hierarchy): Remove.
18194         (gnus-mime-enter-multipart): Remove.
18195         (gnus-mime-leave-multipart): Remove.
18196         (gnus-mime-display-part): Revert 2004-03-19 change.
18197         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18198
18199         * mml.el (mml-preview): Revert 2004-03-19 change.
18200
18201 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18202
18203         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18204
18205 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18206
18207         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18208         t while entering a file name using the mm-with-multibyte macro.
18209         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18210
18211         * mm-util.el (mm-with-multibyte): New macro.
18212
18213 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18214
18215         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18216         New user option.
18217         (gnus-mime-multipart-functions): Doc and customization fix.
18218         (gnus-article-mime-hierarchy): New variable.
18219         (gnus-article-mime-hierarchy-next): New variable.
18220         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18221         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18222         gnus-article-mime-hierarchy-next to nil.
18223         (gnus-insert-mime-button): Show hierarchy numbers.
18224         (gnus-mime-accumulate-hierarchy): New function.
18225         (gnus-mime-enter-multipart): New function.
18226         (gnus-mime-leave-multipart): New function.
18227         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18228         (gnus-mime-display-alternative): Show hierarchy numbers.
18229
18230         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18231         gnus-article-mime-hierarchy-next to nil.
18232
18233 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18234
18235         * dns.el: Don't require gnus-xmas.
18236
18237 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18238
18239         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18240         inline PGP.
18241         (mml-menu): Disable mml-quote-region if mark is inactive.
18242
18243 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18244
18245         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18246         when the group's active is not available.
18247
18248 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18249
18250         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18251         error.
18252
18253 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18254
18255         * imap.el (imap-store-password): New variable.
18256         (imap-interactive-login): Use it.
18257         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18258
18259 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18260
18261         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18262         window-start and hscroll to summary window.
18263
18264 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18265
18266         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18267         conversion message to newsrc-dribble when an actual conversion is
18268         performed.
18269
18270 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18271
18272         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18273
18274 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18275
18276         * mm-decode.el (mm-complicated-handles): New function reviving
18277         former definition of mm-multiple-handles.
18278
18279         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18280         (gnus-mime-delete-part): Use it.
18281
18282 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18283
18284         * gnus-agent.el (gnus-agent-read-local):
18285         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18286         avoid the implicit assumption that they will always be equal.
18287         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18288         coding-system-for-write, as the with-temp-file macro first prints
18289         to a buffer then saves the buffer.
18290
18291 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18292
18293         * gnus-art.el (gnus-article-edit-part): New function.
18294         (gnus-mime-save-part-and-strip): Use it; do query instead of
18295         signaling an error; don't use mm-multiple-handles.
18296         (gnus-mime-delete-part): Ditto.
18297
18298 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18299
18300         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18301         old file versions.
18302         (gnus-group-prepare-hook): Remove function that converted list
18303         form of gnus-agent-expire-days to group properties.
18304
18305         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18306         (gnus-request-accept-article): Re-indented.
18307
18308         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18309         converters to handle old agent file formats.  Add logic for a
18310         "backup before upgrading warning".
18311         (gnus-convert-mark-converter-prompt): Developers can mark
18312         functions as needing (default), or not needing,
18313         gnus-convert-old-newsrc's "backup before upgrading warning".
18314         (gnus-convert-converter-needs-prompt): Tests whether the user
18315         should be protected from potentially irreversable changes by the
18316         function.
18317
18318         * legacy-gnus-agent.el: New.  Provides converters that are only
18319         loaded when gnus-convert-old-newsrc needs to call them.
18320
18321 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18322
18323         * mail-source.el (mail-source-touch-pop): Doc fix.
18324
18325         * message.el (message-smtpmail-send-it): Doc fix.
18326
18327 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18328
18329         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18330
18331         * nnmail.el (nnmail-split-fancy): do.
18332
18333         * gnus-kill.el (gnus-kill, gnus-execute): do.
18334
18335 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18336
18337         * gnus-sum.el (gnus-widget-reversible-match)
18338         (gnus-widget-reversible-to-internal)
18339         (gnus-widget-reversible-to-external): New functions.
18340         (gnus-widget-reversible): New widget.
18341         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18342
18343 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18344
18345         * gnus-sum.el (gnus-thread-sort-functions)
18346         (gnus-article-sort-functions): Document `(not F)' items.
18347
18348 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18349
18350         * spam.el (spam-use-gmane-xref): Add new backend.
18351         (spam-gmane-xref-spam-group): Add variable to control the name of the
18352         Gmane spam group.
18353         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18354         (spam-regex-headers-spam, spam-regex-headers-ham)
18355         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18356         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18357         backends and checks.
18358         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18359
18360         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18361         an autodetect method.
18362
18363 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18364
18365         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18366         articles are being added to a group.
18367         (gnus-request-replace-article): Inform the agent that articles
18368         need to be uncached as the cached contents are no longer valid.
18369
18370 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18371
18372         * binhex.el: Don't autoload executable-find.
18373
18374         * canlock.el: Don't autoload mail-fetch-field.
18375
18376         * dgnushack.el: Autoload c-mode for XEmacs.
18377
18378         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18379
18380         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18381         rmail-dont-reply-to and rmail-output.
18382
18383         * gnus-score.el: Don't autoload ffap-string-at-point.
18384
18385         * gnus-setup.el: Don't autoload sc-cite-original.
18386
18387         * imap.el: Don't autoload base64-decode-string,
18388         base64-encode-string and md5.
18389
18390         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18391         and rmail-msg-restore-non-pruned-header.
18392
18393         * mm-decode.el: Don't autoload executable-find.
18394
18395         * mm-url.el: Don't autoload executable-find.
18396
18397         * mm-view.el: Don't autoload diff-mode.
18398
18399         * nndb.el: Don't autoload news-reply-mode, news-setup,
18400         cancel-timer and telnet.
18401
18402         * password.el: Don't autoload run-at-time for Emacs.
18403
18404         * sha1-el.el: Don't autoload executable-find.
18405
18406         * sieve-mode.el: Don't autoload c-mode.
18407
18408         * uudecode.el: Don't autoload executable-find.
18409
18410 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18411
18412         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18413         (gnus-agent-possibly-alter-active): Avoid null in numeric
18414         comparison.
18415         (gnus-agent-set-local): Refuse to save null in local object table.
18416         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18417         list of articles that will be marked as unread.
18418
18419 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18420
18421         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18422
18423 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18424
18425         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18426         language tags.
18427
18428 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18429
18430         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18431         Don't bind "obarray".
18432
18433         * gnus-sum.el (gnus-thread-sort-functions):
18434         Add `gnus-thread-sort-by-most-recent-number' and
18435         `gnus-thread-sort-by-most-recent-date'.
18436         Reported by Kai Grossjohann <kai@emptydomain.de>.
18437
18438 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18439
18440         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18441
18442 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18443
18444         * gnus-cus.el (gnus-agent-customize-category):
18445         Remove ignore-errors macro reference that required cl to be loaded at
18446         run-time.
18447
18448         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18449         single-interval range of the form (min . max).  Previously the
18450         range had to look like ((min . max)).  Likewise, return
18451         (min . max) rather than ((min . max)).
18452         (gnus-range-map): Use gnus-range-normalize to accept
18453         single-interval range.
18454
18455         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18456         the cache, but not the agent, now appear with their usual face.
18457
18458         * dgnushack.el (loaddir): New variable that is bound to the
18459         directory containing the dgnushack.el file. Use loaddir, rather
18460         than srcdir, to update load-path. Change lets dgnushack compile
18461         code in directories other than GNUS/lisp.
18462
18463 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18464
18465         * lpath.el: Don't bind w3m-safe-url-regexp.
18466
18467         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18468         w3m-safe-url-regexp variable buffer-local.
18469
18470         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18471
18472 2004-02-27  Simon Josefsson  <jas@extundo.com>
18473
18474         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18475         gnus-group-real-prefix.
18476         (gnus-summary-move-article): Use it, instead of
18477         gnus-group-real-prefix.
18478
18479 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18480
18481         * lpath.el: Bind w3m-safe-url-regexp.
18482
18483         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18484         w3m-safe-url-regexp variable buffer-local and set it as the value
18485         of mm-w3m-safe-url-regexp.
18486
18487         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18488
18489         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18490         parsing gnus-posting-styles when the message is not for replying.
18491
18492         * dgnushack.el: Autoload sgml-mode for XEmacs.
18493
18494         * nnrss.el (nnrss-opml-export):
18495         Use mm-set-buffer-file-coding-system instead of
18496         set-buffer-file-coding-system.
18497
18498 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18499
18500         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18501         of checkdoc.el).
18502         * nnrss.el: do.
18503         * gnus-mlspl.el: do.
18504         * gnus-ml.el: do.
18505         * gnus-srvr.el: do.
18506
18507         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18508
18509 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18510
18511         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18512         Corrections to custom-manual links.
18513
18514         * gnus-art.el (gnus-article): Ditto.
18515
18516         * mm-decode.el (mime-display, mime-security): Ditto.
18517
18518 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18519
18520         * flow-fill.el: Typo.
18521
18522 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18523
18524         * spam-wash.el: New file.
18525
18526 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18527
18528         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18529
18530 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18531
18532         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18533         to be run with new-articles as LIST1, not LIST2.
18534         (spam-registration-functions): Add spam-use-ham-copy as a nil
18535         registration backend.
18536
18537 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18538
18539         * spam-stat.el (spam-stat-washing-hook): New option.
18540         (spam-stat-buffer-words): Use it.
18541         (spam-stat-process-directory, spam-stat-test-directory):
18542         Use insert-file-contents-literally.
18543         (spam-stat-coding-system): New variable.
18544         (spam-stat-load, spam-stat-save): Use it.
18545
18546 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18547
18548         * spam-report.el (spam-report-plug-agent):
18549         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18550
18551 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18552
18553         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18554         Allow / in mailto URLs.
18555
18556 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18557
18558         * spam-report.el (spam-report-process-queue): Fix interactive use.
18559         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18560         (spam-report-unplug-agent): Doc fixes.
18561         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18562         (spam-report-agentize, spam-report-deagentize): Autoload.
18563
18564 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18565
18566         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18567
18568         * message.el (message-setup-fill-variables): Add mml tags to
18569         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18570         <ajk@iu.edu>.
18571         (message-mode): Don't modify paragraph-separate there.
18572
18573 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18574
18575         * compface.el (uncompface-use-external): Default to undecided.
18576         (uncompface-use-external-threshold): New variable.
18577         (uncompface-float-time): New macro.
18578         (uncompface): Determine whether to use the external decoder if
18579         uncompface-use-external is undecided.
18580
18581 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18582
18583         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18584         after images.
18585
18586         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18587
18588 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18589
18590         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18591
18592         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18593
18594         * gnus-sum.el (gnus-summary-limit-to-age)
18595         (gnus-summary-limit-children): do.
18596
18597         * gnus-int.el (gnus-request-scan): do.
18598
18599         * gnus-group.el (gnus-group-suspend): do.
18600
18601         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18602
18603         * gnus-cite.el (gnus-cite-parse-attributions): do.
18604
18605         * gnus-agent.el (gnus-summary-set-agent-mark)
18606         (gnus-agent-regenerate-group): do.
18607
18608         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18609
18610         * binhex.el (binhex-decode-region-internal): do.
18611
18612 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18613
18614         * gnus-fun.el (gnus-face-properties-alist): New user option.
18615         (gnus-display-x-face-in-from): Use it.
18616
18617         * gnus-art.el (article-display-face): Ditto.
18618
18619         * compface.el (uncompface-use-external): Default to nil.
18620
18621 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18622
18623         * nntp.el (nntp-erase-buffer): New function.
18624         (nntp-retrieve-data, nntp-send-command)
18625         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18626         (nntp-possibly-change-group): Use it.
18627
18628         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18629         Use with-current-buffer.
18630
18631 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18632
18633         * compface.el: Merge the ELisp-based uncompface program.
18634         (compface): New customization group.
18635         (uncompface-use-external): New user option.
18636         (uncompface): Call uncompface-internal if uncompface-use-external
18637         is nil.
18638         (uncompface-internal): New function.  Note that there are also
18639         some other functions and variables added for this function.
18640
18641 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18642
18643         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18644         if necessary.
18645
18646 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18647
18648         * spam-report.el (spam-report-unplug-agent)
18649         (spam-report-plug-agent, spam-report-deagentize)
18650         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18651         Add support for the Agent in spam-report: when unplugged, report to a
18652         file; when plugged, submit all the requests.
18653
18654         * spam.el (spam-register-routine): Fix message about
18655         registration.
18656
18657 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18658
18659         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18660         dependencies.
18661         (rfc2047-encode): Use it.
18662
18663         * gnus-art.el (gnus-button-marker-list): Move before first
18664         reference.
18665
18666         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18667         (imap-parse-body): Fix format string mismatch.
18668
18669         * gnus-score.el (gnus-summary-increase-score): do.
18670
18671         * nnrss.el (nnrss-close): New function.
18672
18673 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18674
18675         * nnrss.el (nnrss-make-filename): New function.
18676         (nnrss-request-delete-group, nnrss-read-server-data)
18677         (nnrss-save-server-data, nnrss-read-group-data)
18678         (nnrss-save-group-data): Use it.
18679         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18680         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18681         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18682
18683 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18684
18685         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18686
18687 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18688
18689         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18690         files.
18691
18692         * message.el (message-generate-headers-first): Don't quote nil
18693         and t in docstrings.
18694
18695         * imap.el (imap-id): do.
18696
18697         * gnus-agent.el (gnus-agent-consider-all-articles)
18698         (gnus-agent-queue-mail): do.
18699
18700 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18701
18702         * spam-report.el (spam-report-process-queue): New function.
18703         Process requests from `spam-report-requests-file'.
18704         (spam-report-process-queue): Doc fix.
18705
18706 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18707
18708         * spam.el (spam-register-routine)
18709         (spam-log-processing-to-registry, spam-log-registered-p)
18710         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18711         Change "check" to "spam-check" for semi-clarity.
18712
18713 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18714
18715         * pop3.el: Require nnheader.
18716
18717         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18718
18719         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18720
18721         * gnus-picon.el: Require cl.
18722
18723         * gnus-fun.el: Require gnus-ems and gnus-util.
18724
18725         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18726
18727         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18728
18729         * gnus-art.el (gnus-article-edit-mode): Define before first
18730         reference.
18731
18732 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18733
18734         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18735         (gnus-uu-post-encoded): Use point-at-bol.
18736
18737         * gnus-topic.el (gnus-group-active-topic-p): do.
18738
18739         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18740
18741         * gnus-group.el (gnus-group-kill-region): do.
18742
18743         * gnus-art.el (article-date-ut): do.
18744
18745         * message.el (message-fetch-field): Remove redundant
18746         case-fold-search binding.
18747         (message-narrow-to-field): Simplify.
18748
18749 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18750
18751         * spam.el (spam-directory): Derive from `gnus-directory'.
18752
18753         * spam-report.el (spam-report-url-to-file)
18754         (spam-report-requests-file): New function and variable for offline
18755         reporting.
18756         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18757         and user defined function.
18758         (spam-report-url-ping-mm-url): Remove doubled slash.
18759
18760 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18761
18762         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18763
18764 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18765
18766         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18767         Fix format string mismatch.
18768
18769         * sieve.el (sieve-deactivate-all): do.
18770
18771         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18772
18773         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18774
18775         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18776
18777         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18778
18779 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18780
18781         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18782         the list of checks.
18783
18784 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18785
18786         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18787         padding.
18788
18789 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18790
18791         * mm-view.el (mm-fill-flowed): New variable.
18792         (mm-inline-text): Use it.
18793
18794 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18795
18796         * spam.el (spam-spamassassin-register-ham-routine)
18797         (spam-spamassassin-register-spam-routine): Fix function names.
18798
18799 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18800
18801         * gnus.el (gnus-tmp-grouplens): Remove.
18802         (gnus-summary-line-format): Remove grouplens.
18803
18804         * gnus-group.el (gnus-group-line-format): Ditto.
18805
18806         * gnus-spec.el (gnus-format-specs): Ditto.
18807         (gnus-update-format-specifications): Flush the group format spec
18808         cache if there's the grouplens stuff.
18809         (gnus-parse-simple-format): Replace %l with the empty string.
18810
18811 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18812
18813         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18814         omission.
18815
18816 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18817
18818         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18819         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18820
18821 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18822
18823         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18824         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18825         New macros and functions.
18826         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18827         Handle > NLINK_MAX messages.
18828         * nnmaildir.el (nnmaildir-request-set-mark):
18829         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18830
18831 2004-01-25  Alex Schroeder  <alex@gnu.org>
18832
18833         * spam-stat.el (spam-stat-process-directory-age): New option.
18834         (spam-stat-process-directory): Use it.
18835
18836 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18837
18838         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18839         (spam-stat-save): Accept prefix argument.
18840
18841 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18842
18843         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18844         links" error.
18845
18846 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18847
18848         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18849         the rest of the and/or forms.
18850
18851 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18852
18853         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18854         compatibility with old .newsrc.eld files.
18855
18856         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18857
18858         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18859
18860         * gnus-start.el (gnus-1): do.
18861
18862         * gnus-group.el (gnus-group-line-format-alist): do.
18863
18864         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18865
18866         * gnus-gl.el: Remove.
18867
18868 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18869
18870         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18871         marks consisting of a single range {for example, (3 . 5)} rather
18872         than a list of a single range { ((3 . 5)) }.
18873
18874 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18875
18876         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18877         Use with-current-buffer.
18878         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18879         avoid consing a string.
18880
18881         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18882         Remove obsolete entries for big5 and gb2312.
18883
18884 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18885
18886         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18887         uncompressed list.
18888
18889 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18890
18891         * spam-stat.el (spam-stat-strip-xref): New function.
18892         (spam-stat-process-directory): Use it.
18893
18894         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18895         here -- it's done in message-fetch-field.
18896
18897 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18898
18899         * gnus-agent.el (gnus-agent-queue-mail)
18900         (gnus-agent-prompt-send-queue): New variables.
18901         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18902         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18903         "nndraft:queue" along to gnus-draft-send.
18904         Use gnus-agent-prompt-send-queue.
18905         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18906         is "nndraft:queue".  Suggested by Gaute Strokkenes
18907         <gs234@srcf.ucam.org>
18908
18909         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18910         (agent-enable-undownloaded-faces): Add.
18911         (gnus-agent-cat-groups): Use eval-and-compile, not
18912         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18913         method of gnus-agent-cat-groups even when the buffer has been
18914         evaled.
18915         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18916         delete gnus-agent-save-active-1.
18917         (gnus-agent-save-groups): Delete.  Identical to
18918         gnus-agent-save-active.
18919         (gnus-agent-write-active): No longer adjust agent's copy of active
18920         file as agent's adjustments are now stored in their own
18921         file.  Remove optional parameter.
18922         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18923         servers.  Add use of min/max range limits from server's local
18924         file.
18925         (gnus-agent-save-alist): Remove unused optional argument.
18926         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18927         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18928         (gnus-agent-set-local): A per-server file that keeps min/max range
18929         limits for articles known to the agent.  Provides a fast mechanism
18930         for altering many active ranges.
18931         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18932         active file (local makes it unnecessary).
18933         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18934
18935         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18936         (agent-enable-undownloaded-faces): Add.
18937
18938         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18939         disable it when sending to "nndraft:queue".
18940         (gnus-group-send-queue): Add safety check to avoid sending queue
18941         when unplugged.
18942
18943         * gnus-group.el (gnus-group-catchup): Use new
18944         gnus-sequence-of-unread-articles, not
18945         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18946         numbers of articles.  Use gnus-range-map to avoid having to
18947         uncompress the unread list.
18948         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18949         Fix invalid ange-ftp reference.
18950
18951         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18952         (gnus-sorted-range-intersection): Intersection of two ranges
18953         without requiring that they first be uncompressed.
18954
18955         * gnus-start.el (gnus-activate-group): Unless blocked by the
18956         caller, possibly expand the active range to include both cached
18957         and agentized articles.
18958         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18959         multiple version-dependent converters.
18960         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18961         gnus-agent-save-active.
18962         (gnus-save-newsrc-file): Save dirty agent range limits.
18963
18964         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18965         gnus-agent-possibly-alter-active.
18966         (gnus-adjust-marked-articles): Faster handling of simple lists.
18967
18968 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18969
18970         * spam-stat.el (spam-stat-test-directory): New optional argument
18971         displays a list of files detected.  Suggested by Andrew Cohen
18972         <cohen@andy.bu.edu>.
18973         (spam-stat-buffer-words-with-scores): Don't narrow and change
18974         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18975
18976 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18977
18978         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18979         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18980         (spam-spamassassin-arguments)
18981         (spam-spamassassin-spam-flag-header)
18982         (spam-spamassassin-positive-spam-flag-header)
18983         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18984         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18985         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18986         (spam-list-of-processors, spam-list-of-checks)
18987         (spam-list-of-statistical-checks, spam-registration-functions)
18988         (spam-check-spamassassin-headers, spam-check-spamassassin)
18989         (spam-spamassassin-score)
18990         (spam-spamassassin-register-with-sa-learn)
18991         (spam-spamassassin-register-spam-routine)
18992         (spam-spamassassin-register-ham-routine)
18993         (spam-assassin-register-spam-routine)
18994         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18995         (spam-bogofilter-score): Fix to show article before scoring.
18996
18997 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18998
18999         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19000         default scoring function.
19001         (spam-generic-score): Call spam-spamassassin-score if
19002         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19003         spam-bogofilter-score otherwise.
19004
19005         * gnus.el (spam-process, spam-autodetect-methods):
19006         Add spamassassin and spamassassin-headers.
19007
19008 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19009
19010         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19011         Suppress unnecessary messages.
19012
19013 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19014
19015         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19016         make-hash-table.
19017
19018 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19019
19020         * canlock.el (base64-encode-string): Don't autoload it.
19021
19022 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19023
19024         * run-at-time.el: Remove useless (require 'itimer),
19025         eval-and-compile and (featurep 'xemacs).
19026
19027 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19028
19029         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19030         GROUP is a virtual group.
19031
19032 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19033
19034         * gnus.el: Autoload `message-y-or-n-p'.
19035
19036 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19037
19038         * pgg-parse.el: Remove unnecessary (require 'custom).
19039
19040         * pgg-def.el: do.
19041
19042         * nnmail.el: do.
19043
19044         * gnus-undo.el: do.
19045
19046         * gnus-picon.el: do.
19047
19048         * gnus-util.el: do.
19049
19050 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19051
19052         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19053
19054 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19055
19056         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19057         handle, as well as a list.
19058
19059         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19060         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19061         (mm-w3m-cid-retrieve): Simplify.
19062
19063 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19064
19065         * message.el (message-kill-to-signature): Allow prefix arg to
19066         specify number of lines to keep before signature.
19067
19068 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19069
19070         * message.el (message-kill-to-signature): Change docstring.
19071
19072 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19073
19074         * canlock.el: Always require sha1-el.
19075         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19076
19077         * message.el: Autoload sha1 only when compiling.
19078
19079         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19080         eudc-expand-inline for XEmacs.
19081
19082 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19083
19084         * message.el (message-canlock-generate): Require sha1-el.
19085
19086 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19087
19088         * message.el (message-expand-name): Silence the byte compiler.
19089
19090         * lpath.el: Add detect-coding-system.
19091
19092         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19093         cus-edit.
19094
19095 2004-01-13  Simon Josefsson  <jas@extundo.com>
19096
19097         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19098         Invoke gnus-score-mode.
19099         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19100
19101         * gnus-range.el (gnus-compress-sequence): Doc fix.
19102         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19103
19104 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19105
19106         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19107
19108 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19109
19110         * spam.el (spam-get-article-as-string): Update to use
19111         gnus-request-article-this-buffer, much simpler.
19112         (spam-get-article-as-buffer): Remove.
19113
19114 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19115
19116         * message.el (message-expand-name): Use EUDC if the user uses that.
19117
19118 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19119
19120         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19121         character for the encoding to avoid consing a string.
19122
19123         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19124         unnecessarily.
19125
19126         * mm-util.el (mm-replace-chars-in-string): Remove.
19127
19128         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19129         of mm-replace-chars-in-string.
19130
19131 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19132
19133         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19134
19135         * mm-util.el (mm-subst-char-in-string): Support inplace.
19136
19137         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19138         a new string in every iteration.  Use shy groups.
19139
19140 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19141
19142         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19143         * gnus-soup.el (gnus-soup-group-brew):
19144         * gnus-msg.el (gnus-put-message):
19145         * gnus-move.el (gnus-group-move-group-to-server):
19146         * gnus-kill.el (gnus-batch-score):
19147         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19148         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19149         (gnus-group-update-group, gnus-group-read-group)
19150         (gnus-group-make-group, gnus-group-make-help-group)
19151         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19152         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19153         (gnus-group-sort-by-unread, gnus-group-catchup)
19154         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19155         (gnus-group-yank-group, gnus-group-set-info)
19156         (gnus-group-list-groups):
19157         * gnus.el (gnus-generate-new-group-name):
19158         * gnus-delay.el (gnus-delay-send-queue):
19159         * nnvirtual.el (nnvirtual-catchup-group):
19160         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19161         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19162         (gnus-group-prepare-topics, gnus-topic-check-topology):
19163         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19164         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19165         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19166         (gnus-group-make-articles-read):
19167         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19168         (gnus-group-change-level, gnus-kill-newsgroup)
19169         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19170         (gnus-get-unread-articles, gnus-make-articles-unread)
19171         (gnus-make-ascending-articles-unread): Use accessor
19172         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19173         to get group information for improved readability.
19174
19175
19176 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19177
19178         * gnus-art.el (article-decode-mime-words, article-babel)
19179         (gnus-article-highlight-signature, gnus-article-add-buttons)
19180         (gnus-signature-toggle): Use gnus-with-article-buffer.
19181
19182         * gnus-art.el (gnus-article-highlight-headers)
19183         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19184
19185         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19186         (gnus-article-set-globals, gnus-request-article-this-buffer)
19187         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19188         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19189         (gnus-mime-display-alternative): Use with-current-buffer.
19190
19191 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19192
19193         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19194         also under 80 char limit, and call gnus-error if needed.
19195         (spam-fetch-article-header): Fix - it was a
19196         buffer-local variable (gnus-newsgroup-data).
19197         (spam-find-spam): Use spam-generate-fake-headers, forget about
19198         spam-insert-fake-headers.
19199         (spam-insert-fake-headers): Remove.
19200
19201 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19202
19203         * deuglify.el (gnus-article-outlook-unwrap-lines)
19204         (gnus-outlook-rearrange-article)
19205         (gnus-outlook-repair-attribution-outlook)
19206         (gnus-outlook-repair-attribution-block)
19207         (gnus-outlook-repair-attribution-other): Remove redundant
19208         save-excursion.
19209
19210 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19211
19212         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19213         (spam-fetch-field-subject-fast)
19214         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19215         (spam-fetch-article-header): Add functions to deal with Gnus
19216         internals for fast retrieval of article header data.
19217         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19218
19219 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19220
19221         * pop3.el (pop3-md5): Remove.
19222         (pop3-apop): Replace pop3-md5 with md5.
19223
19224         * mm-bodies.el: base64 is always built-in.
19225
19226         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19227         Use with-current-buffer.
19228
19229 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19230
19231         * canlock.el (canlock-insert-header): Remove excessive grouping in
19232         regexp.
19233
19234         * gnus-sum.el (gnus-summary-read-document): Ditto.
19235
19236         * gnus-uu.el (gnus-uu-part-number): Ditto.
19237
19238         * html2text.el (html2text-remove-tags): Ditto.
19239         (html2text-format-tags): Ditto.
19240         (html2text-format-single-elements): Ditto.
19241
19242         * mml.el (mml-parse-1): Ditto.
19243
19244 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19245
19246         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19247
19248         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19249
19250         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19251
19252         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19253
19254 2003-11-15  Simon Josefsson  <jas@extundo.com>
19255
19256         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19257         (pgg-gpg-lookup-key): Use regexp match instead of
19258         split-string (split-string is different between emacs 21.2 and
19259         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19260
19261 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19262
19263         * gnus-art.el (gnus-mime-view-all-parts)
19264         (gnus-article-part-wrapper, gnus-article-view-part):
19265         Use with-current-buffer.
19266
19267 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19268
19269         * spam.el (spam-disable-spam-split-during-ham-respool)
19270         (spam-spamoracle-database, spam-cache-lookups)
19271         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19272         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19273         (spam-group-ham-marks, spam-group-spam-marks)
19274         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19275         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19276         also add spam-use-blackholes to the statistical checks.
19277         (spam-fetch-field-fast): Add interface to fetching fields, may
19278         become a macro.
19279         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19280         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19281         (spam-insert-fake-headers): Fake an article when needed.
19282         (spam-find-spam): Fake article when possible.
19283         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19284         (spam-check-bogofilter-headers): Use message-fetch-field instead
19285         of nnmail-fetch-field.
19286
19287 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19288
19289         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19290
19291 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19292
19293         * spam.el (spam-split): Do not require spam-use-CHECK to be
19294         enabled if that check is passed to spam-split explicitly; also
19295         fix so 'spam doesn't get converted to spam-split-group when
19296         spam-split-symbolic-return is t.
19297         (spam-find-spam): Find registrations of the article and use those
19298         instead of re-running spam-split to find the spam/ham
19299         classification of the article.
19300         (spam-log-processing-to-registry, spam-log-registered-p)
19301         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19302         Use gnus-error instead of gnus-message.
19303         (spam-log-registration-type): Add function to determine the
19304         classification of a message based on registry entries; will
19305         return nil if both 'spam and 'ham are found.
19306         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19307         a reasonably fast local cache without the loading errors.
19308         (spam-cache-lookups): Set to t by default.
19309         (spam-find-spam): Don't try to guess spam-cache-lookups.
19310         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19311         spam-caches entry.
19312         (spam-filelist-build-cache, spam-filelist-check-cache):
19313         Fix caching of whitelist/blacklist entries.
19314         (spam-check-whitelist, spam-check-blacklist):
19315         Invoke spam-from-listed-p with a type, not a cache variable.
19316         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19317
19318 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19319
19320         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19321
19322         * nnmail.el (nnmail-split-fancy): do.
19323
19324         * mml.el (mml-parse): do.
19325
19326         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19327         (gnus-score-adaptive): do.
19328
19329 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19330
19331         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19332         (gnus-mime-button-map): Don't set keymap parent.
19333         (gnus-button-ctan-directory-regexp): Use shy grouping.
19334         (gnus-prev-page-map): Don't set keymap parent.
19335         (gnus-prev-page-map): Remove duplicated one.
19336         (gnus-next-page-map): Don't set keymap parent.
19337         (gnus-mime-security-button-map): Ditto.
19338
19339         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19340         version number.
19341
19342         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19343
19344 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19345
19346         * canlock.el (canlock-sha1-function): Remove.
19347         (canlock-sha1-function-for-verify): Remove.
19348         (canlock-openssl-program): Remove.
19349         (canlock-openssl-args): Remove.
19350         (canlock-ignore-errors): Remove.
19351         (canlock-sha1-with-openssl): Remove.
19352         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19353         (canlock-verify): Don't use canlock-ignore-errors.
19354
19355         * sha1-el.el (sha1-string-external): Make it can return a string
19356         in binary form.
19357         (sha1-region-external): Ditto.
19358         (sha1-string-internal): Ditto.
19359         (sha1-region-internal): Ditto.
19360         (sha1-region): Ditto.
19361         (sha1-string): Ditto.
19362         (sha1): Ditto.
19363
19364 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19365
19366         * spam.el (spam-report-articles-gmane): New command.
19367
19368 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19369
19370         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19371
19372         * run-at-time.el (run-at-time-saved): Remove.
19373         (run-at-time): Doc fix.
19374
19375 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19376
19377         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19378         (gnus-summary-limit-map): Add it.
19379         (gnus-summary-make-menu-bar): do.
19380
19381 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19382
19383         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19384         Make attempt at some caching support (done for BBDB only now).
19385         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19386         addresses to be checked.
19387         (spam-clear-cache-BBDB): Add function, to be invoked by
19388         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19389         (spam-check-BBDB): Check and use the caches, if
19390         spam-cache-lookups is on, remove superfluous (provide).
19391
19392 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19393
19394         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19395
19396 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19397
19398         * run-at-time.el (run-at-time-saved): Move to after the definition
19399         of `run-at-time'.
19400
19401         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19402
19403 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19404
19405         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19406         mm-w3m-local-map-property.
19407
19408         * mm-view.el (mm-w3m-mode-map): Remove.
19409         (mm-w3m-local-map-property): Remove.
19410         (mm-inline-text-html-render-with-w3m): Don't use
19411         mm-w3m-local-map-property.
19412
19413 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19414
19415         * run-at-time.el: New file.
19416
19417         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19418         under Emacs.
19419
19420         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19421         of gnus-set-text-properties.
19422
19423         * gnus-uu.el (gnus-uu-save-article): Ditto.
19424
19425         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19426
19427         * gnus-cite.el (gnus-cite-parse): Ditto.
19428
19429         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19430         of gnus-.
19431
19432         * gnus-xmas.el (run-at-time): Require run-at-time.
19433
19434         * gnus.el: Change calls to nnheader-run-at-time and
19435         password-run-at-time throughout to use run-at-time directly.
19436
19437         * password.el: Remove definition of run-at-time.
19438
19439         * nnheaderxm.el: Remove definition of run-at-time.
19440
19441 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19442
19443         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19444         in prompt.
19445
19446 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19447
19448         * messagexmas.el (message-xmas-redefine): Alias
19449         `message-make-caesar-translation-table' to
19450         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19451         version.
19452
19453         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19454         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19455         `gnus-xmas-set-text-properties'.
19456         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19457         `gnus-xmas-completing-read'.
19458         (gnus-xmas-completing-read): Removed.
19459         (gnus-xmas-open-network-stream): Removed.
19460
19461         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19462         XEmacs version.
19463
19464         * dns.el (dns-make-network-process): Use `open-network-stream'
19465         instead of `gnus-xmas-open-network-stream'.
19466
19467         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19468
19469         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19470
19471 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19472
19473         * gnus-art.el (gnus-mime-display-alternative)
19474         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19475         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19476         Don't use gnus-local-map-property.
19477
19478         * gnus-util.el (gnus-local-map-property): Remove.
19479
19480         * mm-view.el (mm-view-pkcs7-decrypt):
19481         Replace gnus-completing-read-maybe-default with completing-read.
19482
19483         * gnus-util.el (gnus-completing-read): do.
19484         (gnus-completing-read-maybe-default): Remove.
19485
19486 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19487
19488         * password.el: Only autoload `run-at-time' if not XEmacs.
19489         Only autoload the itimer functions if XEmacs.
19490
19491 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19492
19493         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19494         XEmacsen.
19495
19496         * dgnushack.el: Autoload executable-find for XEmacs.
19497
19498 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19499
19500         * gnus-art.el (gnus-read-string): Remove.
19501         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19502         read-string.
19503
19504 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19505
19506         * netrc.el: Autoload password-read.
19507         (netrc): Add configuration group.
19508         (netrc-encoding-method, netrc-openssl-path):
19509         Add variables for encoding and decoding of files with symmetric
19510         ciphers.
19511         (netrc-encode): Add assistant function to encode a file with
19512         netrc-encoding-method.
19513         (netrc-parse): Add interactive parameter, added optional
19514         decoding if netrc-encoding-method is non-nil but otherwise
19515         behavior is standard.
19516         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19517         Do s/encode/encrypt/ everywhere.
19518
19519         * spam.el: Remove executable-find autoload.
19520
19521 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19522
19523         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19524
19525         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19526
19527 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19528
19529         * gnus-art.el (gnus-treat-ansi-sequences)
19530         (article-treat-ansi-sequences): New variable and function.
19531         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19532
19533         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19534         Use it.
19535
19536 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19537
19538         * mm-util.el (mm-quote-arg): Remove.
19539
19540         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19541         shell-quote-argument.
19542
19543         * gnus-uu.el (gnus-uu-command): do.
19544
19545         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19546
19547         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19548         with make-char.
19549
19550         * mm-util.el (mm-make-char): Remove.
19551
19552         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19553         add-minor-mode.
19554
19555         * gnus-undo.el (gnus-undo-mode): do.
19556
19557         * gnus-topic.el (gnus-topic-mode): do.
19558
19559         * gnus-sum.el (gnus-dead-summary-mode): do.
19560
19561         * gnus-start.el (gnus-slave-mode): do.
19562
19563         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19564
19565         * gnus-ml.el (gnus-mailing-list-mode): do.
19566
19567         * gnus-gl.el (gnus-grouplens-mode): do.
19568
19569         * gnus-draft.el (gnus-draft-mode): do.
19570
19571         * gnus-dired.el (gnus-dired-mode): do.
19572
19573         * gnus-ems.el (gnus-add-minor-mode): Remove.
19574
19575         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19576         Replace gnus-char-width with char-width.
19577
19578         * gnus-ems.el (gnus-char-width): Remove.
19579
19580         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19581         Replace gnus-char-width with char-width.
19582
19583         * gnus-ems.el (gnus-char-width): Remove.
19584
19585         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19586         definition.
19587         Remove Emacs 20 hash table compatibility code.
19588
19589         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19590         20 compatibility code.
19591
19592         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19593
19594         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19595
19596         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19597         Replace with point-at-{eol,bol}.
19598
19599         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19600
19601         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19602
19603         * flow-fill.el (fill-flowed-point-at-bol)
19604         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19605
19606         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19607         Replace with point-at-{eol,bol} throughout all files.
19608
19609 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19610
19611         * ntlm.el (ntlm-string-as-unibyte): New macro.
19612         (ntlm-build-auth-response): Use it.
19613
19614         Remove Emacs 20 stuff:
19615         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19616         (butlast, mapc, remove): Remove the compiler macros.
19617         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19618         of delq and copy-sequence.
19619         * gnus-art.el (popup-menu): Remove the compiler macro.
19620         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19621         Emacs 20.
19622
19623 2004-01-05  Simon Josefsson  <jas@extundo.com>
19624
19625         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19626         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19627         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19628         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19629         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19630         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19631         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19632         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19633         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19634         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19635         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19636         string-xor into ntlm-string-xor.
19637         Suggested by Jesper Harder <harder@myrealbox.com>.
19638
19639         * ntlm.el: Don't include poem.
19640
19641         * md4.el (print-int32, print-string-hexa): Remove.
19642         Suggested by Jesper Harder <harder@myrealbox.com>.
19643
19644         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19645
19646         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19647         probably breaks emacs with DL patch, but do we care? Is anyone
19648         still using the DL stuff?)
19649
19650         * sieve-manage.el: Use the password package.
19651         (sieve-manage-read-passwd): Remove.
19652         (sieve-manage-interactive-login): Use password.  Re-add
19653         condition-case around loop.
19654
19655         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19656         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19657         Use the password package.
19658
19659 2003-02-19  Simon Josefsson  <jas@extundo.com>
19660
19661         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19662         token.
19663
19664 2002-08-07  Simon Josefsson  <jas@extundo.com>
19665
19666         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19667         (sieve-manage-authenticators):
19668         (sieve-manage-authenticator-alist): Add some SASL mechs.
19669         (sieve-sasl-auth): New function.
19670         (sieve-manage-cram-md5-auth):
19671         (sieve-manage-plain-auth): Rewrite using SASL library.
19672         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19673         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19674         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19675         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19676
19677 2004-01-05  Simon Josefsson  <jas@extundo.com>
19678
19679         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19680         New files.
19681
19682 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19683
19684         * gnus-group.el (gnus-no-groups-message): Update.
19685
19686         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19687
19688 2003-11-09  Simon Josefsson  <jas@extundo.com>
19689
19690         * imap.el: Support for ID IMAP extension (RFC 2971).
19691         (imap-local-variables): Add imap-id.
19692         (imap-id): New variable.
19693         (imap-id): New function.
19694         (imap-parse-response): Parse untagged ID response.
19695         * nnimap.el (nnimap-id): New variable.
19696         (nnimap-open-connection): Use it.
19697
19698 2003-12-28  Simon Josefsson  <jas@extundo.com>
19699
19700         * gnus-score.el (gnus-score-edit-all-score): New.
19701         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19702
19703 2004-01-04  Simon Josefsson  <jas@extundo.com>
19704
19705         * password.el: Add.
19706
19707 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19708
19709         * dns.el (dns-query-types): Fix typo.
19710         (dns-query-types): New function.
19711         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19712         PTR and SOA replies, see RFC 1035.
19713
19714 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19715
19716         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19717
19718         * Move to Changelog.2.
19719
19720 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19721
19722         * gnus.el (gnus-version-number): Bump version.
19723
19724 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19725
19726         * gnus.el: No Gnus v0.1 is released.
19727
19728 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19729
19730         * gnus.el: No Gnus v0.0 is released.
19731
19732 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19733
19734         * gnus.el (gnus-version-number): Bump.
19735         (gnus-version): No.
19736
19737 See ChangeLog.2 for earlier changes.
19738
19739     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19740       Free Software Foundation, Inc.
19741
19742   This file is part of GNU Emacs.
19743
19744   GNU Emacs is free software: you can redistribute it and/or modify
19745   it under the terms of the GNU General Public License as published by
19746   the Free Software Foundation, either version 3 of the License, or
19747   (at your option) any later version.
19748
19749   GNU Emacs is distributed in the hope that it will be useful,
19750   but WITHOUT ANY WARRANTY; without even the implied warranty of
19751   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19752   GNU General Public License for more details.
19753
19754   You should have received a copy of the GNU General Public License
19755   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19756
19757 ;; Local Variables:
19758 ;; coding: utf-8
19759 ;; fill-column: 79
19760 ;; add-log-time-zone-rule: t
19761 ;; End: